Documentation ¶
Index ¶
- Variables
- type AddOrganizationGroupRequest
- func (*AddOrganizationGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrganizationGroupRequest) GetGroupName() string
- func (x *AddOrganizationGroupRequest) GetOrganizationId() string
- func (*AddOrganizationGroupRequest) ProtoMessage()
- func (x *AddOrganizationGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationGroupRequest) Reset()
- func (x *AddOrganizationGroupRequest) String() string
- type AddOrganizationGroupResponse
- func (*AddOrganizationGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*AddOrganizationGroupResponse) ProtoMessage()
- func (x *AddOrganizationGroupResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationGroupResponse) Reset()
- func (x *AddOrganizationGroupResponse) String() string
- type AddOrganizationMemberRequest
- func (*AddOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrganizationMemberRequest) GetOrganizationId() string
- func (x *AddOrganizationMemberRequest) GetOrganizationRole() OrganizationRole
- func (x *AddOrganizationMemberRequest) GetUserId() string
- func (*AddOrganizationMemberRequest) ProtoMessage()
- func (x *AddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationMemberRequest) Reset()
- func (x *AddOrganizationMemberRequest) String() string
- type AddOrganizationMemberResponse
- func (*AddOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (*AddOrganizationMemberResponse) ProtoMessage()
- func (x *AddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationMemberResponse) Reset()
- func (x *AddOrganizationMemberResponse) String() string
- type ArrayLiteral
- type AttachGitTagsRequest
- func (*AttachGitTagsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttachGitTagsRequest) GetAuthor() *GitIdentity
- func (x *AttachGitTagsRequest) GetCommitter() *GitIdentity
- func (x *AttachGitTagsRequest) GetHash() string
- func (x *AttachGitTagsRequest) GetOwner() string
- func (x *AttachGitTagsRequest) GetRepository() string
- func (x *AttachGitTagsRequest) GetTags() []string
- func (*AttachGitTagsRequest) ProtoMessage()
- func (x *AttachGitTagsRequest) ProtoReflect() protoreflect.Message
- func (x *AttachGitTagsRequest) Reset()
- func (x *AttachGitTagsRequest) String() string
- type AttachGitTagsResponse
- func (*AttachGitTagsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttachGitTagsResponse) GetBsrCommitName() string
- func (*AttachGitTagsResponse) ProtoMessage()
- func (x *AttachGitTagsResponse) ProtoReflect() protoreflect.Message
- func (x *AttachGitTagsResponse) Reset()
- func (x *AttachGitTagsResponse) String() string
- type BinaryOutputOptions
- type BreakingChangeCategory
- func (BreakingChangeCategory) Descriptor() protoreflect.EnumDescriptor
- func (x BreakingChangeCategory) Enum() *BreakingChangeCategory
- func (BreakingChangeCategory) EnumDescriptor() ([]byte, []int)deprecated
- func (x BreakingChangeCategory) Number() protoreflect.EnumNumber
- func (x BreakingChangeCategory) String() string
- func (BreakingChangeCategory) Type() protoreflect.EnumType
- type BreakingChangePolicy
- func (*BreakingChangePolicy) Descriptor() ([]byte, []int)deprecated
- func (x *BreakingChangePolicy) GetCategory() BreakingChangeCategory
- func (x *BreakingChangePolicy) GetEnabled() bool
- func (x *BreakingChangePolicy) GetIgnoreUnstablePackages() bool
- func (*BreakingChangePolicy) ProtoMessage()
- func (x *BreakingChangePolicy) ProtoReflect() protoreflect.Message
- func (x *BreakingChangePolicy) Reset()
- func (x *BreakingChangePolicy) String() string
- type Collision
- func (*Collision) Descriptor() ([]byte, []int)deprecated
- func (x *Collision) GetHasOtherCollisionSources() bool
- func (x *Collision) GetReference() string
- func (x *Collision) GetSources() []*CollisionSource
- func (x *Collision) GetType() CollisionType
- func (*Collision) ProtoMessage()
- func (x *Collision) ProtoReflect() protoreflect.Message
- func (x *Collision) Reset()
- func (x *Collision) String() string
- type CollisionSource
- func (*CollisionSource) Descriptor() ([]byte, []int)deprecated
- func (x *CollisionSource) GetOwnerName() string
- func (x *CollisionSource) GetPath() string
- func (x *CollisionSource) GetRepositoryName() string
- func (*CollisionSource) ProtoMessage()
- func (x *CollisionSource) ProtoReflect() protoreflect.Message
- func (x *CollisionSource) Reset()
- func (x *CollisionSource) String() string
- type CollisionType
- func (CollisionType) Descriptor() protoreflect.EnumDescriptor
- func (x CollisionType) Enum() *CollisionType
- func (CollisionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CollisionType) Number() protoreflect.EnumNumber
- func (x CollisionType) String() string
- func (CollisionType) Type() protoreflect.EnumType
- type ConvertFormat
- func (ConvertFormat) Descriptor() protoreflect.EnumDescriptor
- func (x ConvertFormat) Enum() *ConvertFormat
- func (ConvertFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConvertFormat) Number() protoreflect.EnumNumber
- func (x ConvertFormat) String() string
- func (ConvertFormat) Type() protoreflect.EnumType
- type ConvertMessageRequest
- func (*ConvertMessageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConvertMessageRequest) GetDiscardUnknown() bool
- func (x *ConvertMessageRequest) GetInputData() []byte
- func (x *ConvertMessageRequest) GetInputFormat() Format
- func (x *ConvertMessageRequest) GetMessageName() string
- func (x *ConvertMessageRequest) GetOutputBinary() *BinaryOutputOptions
- func (m *ConvertMessageRequest) GetOutputFormat() isConvertMessageRequest_OutputFormat
- func (x *ConvertMessageRequest) GetOutputJson() *JSONOutputOptions
- func (x *ConvertMessageRequest) GetOutputText() *TextOutputOptions
- func (x *ConvertMessageRequest) GetOwner() string
- func (x *ConvertMessageRequest) GetRepository() string
- func (x *ConvertMessageRequest) GetVersion() string
- func (*ConvertMessageRequest) ProtoMessage()
- func (x *ConvertMessageRequest) ProtoReflect() protoreflect.Message
- func (x *ConvertMessageRequest) Reset()
- func (x *ConvertMessageRequest) String() string
- type ConvertMessageRequest_OutputBinary
- type ConvertMessageRequest_OutputJson
- type ConvertMessageRequest_OutputText
- type ConvertMessageResponse
- func (*ConvertMessageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConvertMessageResponse) GetCommit() string
- func (x *ConvertMessageResponse) GetOutputData() []byte
- func (*ConvertMessageResponse) ProtoMessage()
- func (x *ConvertMessageResponse) ProtoReflect() protoreflect.Message
- func (x *ConvertMessageResponse) Reset()
- func (x *ConvertMessageResponse) String() string
- type ConvertRequest
- func (*ConvertRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConvertRequest) GetImage() *v1.Image
- func (x *ConvertRequest) GetPayload() []byte
- func (x *ConvertRequest) GetRequestFormat() ConvertFormat
- func (x *ConvertRequest) GetResponseFormat() ConvertFormat
- func (x *ConvertRequest) GetTypeName() string
- func (*ConvertRequest) ProtoMessage()
- func (x *ConvertRequest) ProtoReflect() protoreflect.Message
- func (x *ConvertRequest) Reset()
- func (x *ConvertRequest) String() string
- type ConvertResponse
- type CountUsersRequest
- func (*CountUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CountUsersRequest) GetUserStateFilter() UserState
- func (*CountUsersRequest) ProtoMessage()
- func (x *CountUsersRequest) ProtoReflect() protoreflect.Message
- func (x *CountUsersRequest) Reset()
- func (x *CountUsersRequest) String() string
- type CountUsersResponse
- func (*CountUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CountUsersResponse) GetTotalCount() uint32
- func (*CountUsersResponse) ProtoMessage()
- func (x *CountUsersResponse) ProtoReflect() protoreflect.Message
- func (x *CountUsersResponse) Reset()
- func (x *CountUsersResponse) String() string
- type CreateCuratedPluginRequest
- func (*CreateCuratedPluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCuratedPluginRequest) GetContainerImageDigest() string
- func (x *CreateCuratedPluginRequest) GetDependencies() []*CuratedPluginReference
- func (x *CreateCuratedPluginRequest) GetDescription() string
- func (x *CreateCuratedPluginRequest) GetIntegrationGuideUrl() string
- func (x *CreateCuratedPluginRequest) GetLicenseUrl() string
- func (x *CreateCuratedPluginRequest) GetName() string
- func (x *CreateCuratedPluginRequest) GetOutputLanguages() []PluginLanguage
- func (x *CreateCuratedPluginRequest) GetOwner() string
- func (x *CreateCuratedPluginRequest) GetRegistryConfig() *RegistryConfig
- func (x *CreateCuratedPluginRequest) GetRegistryType() PluginRegistryType
- func (x *CreateCuratedPluginRequest) GetRevision() uint32
- func (x *CreateCuratedPluginRequest) GetSourceUrl() string
- func (x *CreateCuratedPluginRequest) GetSpdxLicenseId() string
- func (x *CreateCuratedPluginRequest) GetVersion() string
- func (x *CreateCuratedPluginRequest) GetVisibility() CuratedPluginVisibility
- func (*CreateCuratedPluginRequest) ProtoMessage()
- func (x *CreateCuratedPluginRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCuratedPluginRequest) Reset()
- func (x *CreateCuratedPluginRequest) String() string
- type CreateCuratedPluginResponse
- func (*CreateCuratedPluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCuratedPluginResponse) GetConfiguration() *CuratedPlugin
- func (*CreateCuratedPluginResponse) ProtoMessage()
- func (x *CreateCuratedPluginResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCuratedPluginResponse) Reset()
- func (x *CreateCuratedPluginResponse) String() string
- type CreateLabelRequest
- func (*CreateLabelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLabelRequest) GetAuthor() string
- func (x *CreateLabelRequest) GetCreateTime() *timestamppb.Timestamp
- func (x *CreateLabelRequest) GetLabelName() *LabelName
- func (x *CreateLabelRequest) GetLabelValue() *LabelValue
- func (*CreateLabelRequest) ProtoMessage()
- func (x *CreateLabelRequest) ProtoReflect() protoreflect.Message
- func (x *CreateLabelRequest) Reset()
- func (x *CreateLabelRequest) String() string
- type CreateLabelResponse
- func (*CreateLabelResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLabelResponse) GetCommitId() *LabelValue
- func (*CreateLabelResponse) ProtoMessage()
- func (x *CreateLabelResponse) ProtoReflect() protoreflect.Message
- func (x *CreateLabelResponse) Reset()
- func (x *CreateLabelResponse) String() string
- type CreateMachineUserRequest
- func (*CreateMachineUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMachineUserRequest) GetUsername() string
- func (*CreateMachineUserRequest) ProtoMessage()
- func (x *CreateMachineUserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMachineUserRequest) Reset()
- func (x *CreateMachineUserRequest) String() string
- type CreateMachineUserResponse
- func (*CreateMachineUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMachineUserResponse) GetUser() *User
- func (*CreateMachineUserResponse) ProtoMessage()
- func (x *CreateMachineUserResponse) ProtoReflect() protoreflect.Message
- func (x *CreateMachineUserResponse) Reset()
- func (x *CreateMachineUserResponse) String() string
- type CreateOrganizationRequest
- func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationRequest) GetName() string
- func (*CreateOrganizationRequest) ProtoMessage()
- func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationRequest) Reset()
- func (x *CreateOrganizationRequest) String() string
- type CreateOrganizationResponse
- func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationResponse) GetOrganization() *Organization
- func (*CreateOrganizationResponse) ProtoMessage()
- func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationResponse) Reset()
- func (x *CreateOrganizationResponse) String() string
- type CreateRepositoryByFullNameRequest
- func (*CreateRepositoryByFullNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryByFullNameRequest) GetFullName() string
- func (x *CreateRepositoryByFullNameRequest) GetVisibility() Visibility
- func (*CreateRepositoryByFullNameRequest) ProtoMessage()
- func (x *CreateRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryByFullNameRequest) Reset()
- func (x *CreateRepositoryByFullNameRequest) String() string
- type CreateRepositoryByFullNameResponse
- func (*CreateRepositoryByFullNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryByFullNameResponse) GetRepository() *Repository
- func (*CreateRepositoryByFullNameResponse) ProtoMessage()
- func (x *CreateRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryByFullNameResponse) Reset()
- func (x *CreateRepositoryByFullNameResponse) String() string
- type CreateRepositoryTagRequest
- func (*CreateRepositoryTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryTagRequest) GetCommitName() string
- func (x *CreateRepositoryTagRequest) GetName() string
- func (x *CreateRepositoryTagRequest) GetRepositoryId() string
- func (*CreateRepositoryTagRequest) ProtoMessage()
- func (x *CreateRepositoryTagRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryTagRequest) Reset()
- func (x *CreateRepositoryTagRequest) String() string
- type CreateRepositoryTagResponse
- func (*CreateRepositoryTagResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
- func (*CreateRepositoryTagResponse) ProtoMessage()
- func (x *CreateRepositoryTagResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryTagResponse) Reset()
- func (x *CreateRepositoryTagResponse) String() string
- type CreateSCIMTokenRequest
- func (*CreateSCIMTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSCIMTokenRequest) GetExpireTime() *timestamppb.Timestamp
- func (*CreateSCIMTokenRequest) ProtoMessage()
- func (x *CreateSCIMTokenRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSCIMTokenRequest) Reset()
- func (x *CreateSCIMTokenRequest) String() string
- type CreateSCIMTokenResponse
- func (*CreateSCIMTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSCIMTokenResponse) GetToken() string
- func (*CreateSCIMTokenResponse) ProtoMessage()
- func (x *CreateSCIMTokenResponse) ProtoReflect() protoreflect.Message
- func (x *CreateSCIMTokenResponse) Reset()
- func (x *CreateSCIMTokenResponse) String() string
- type CreateStudioRequestRequest
- func (*CreateStudioRequestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateStudioRequestRequest) GetAgentUrl() string
- func (x *CreateStudioRequestRequest) GetBody() string
- func (x *CreateStudioRequestRequest) GetHeaders() map[string]string
- func (x *CreateStudioRequestRequest) GetIncludeCookies() bool
- func (x *CreateStudioRequestRequest) GetMethod() string
- func (x *CreateStudioRequestRequest) GetName() string
- func (x *CreateStudioRequestRequest) GetProtocol() StudioProtocol
- func (x *CreateStudioRequestRequest) GetRepositoryName() string
- func (x *CreateStudioRequestRequest) GetRepositoryOwner() string
- func (x *CreateStudioRequestRequest) GetService() string
- func (x *CreateStudioRequestRequest) GetTargetBaseUrl() string
- func (*CreateStudioRequestRequest) ProtoMessage()
- func (x *CreateStudioRequestRequest) ProtoReflect() protoreflect.Message
- func (x *CreateStudioRequestRequest) Reset()
- func (x *CreateStudioRequestRequest) String() string
- type CreateStudioRequestResponse
- func (*CreateStudioRequestResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateStudioRequestResponse) GetCreatedRequest() *StudioRequest
- func (*CreateStudioRequestResponse) ProtoMessage()
- func (x *CreateStudioRequestResponse) ProtoReflect() protoreflect.Message
- func (x *CreateStudioRequestResponse) Reset()
- func (x *CreateStudioRequestResponse) String() string
- type CreateTokenRequest
- func (*CreateTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTokenRequest) GetExpireTime() *timestamppb.Timestamp
- func (x *CreateTokenRequest) GetNote() string
- func (x *CreateTokenRequest) GetUserId() string
- func (*CreateTokenRequest) ProtoMessage()
- func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTokenRequest) Reset()
- func (x *CreateTokenRequest) String() string
- type CreateTokenResponse
- func (*CreateTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTokenResponse) GetToken() string
- func (*CreateTokenResponse) ProtoMessage()
- func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTokenResponse) Reset()
- func (x *CreateTokenResponse) String() string
- type CreateUserRequest
- type CreateUserResponse
- type CreateWebhookRequest
- func (*CreateWebhookRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWebhookRequest) GetCallbackUrl() string
- func (x *CreateWebhookRequest) GetOwnerName() string
- func (x *CreateWebhookRequest) GetRepositoryName() string
- func (x *CreateWebhookRequest) GetWebhookEvent() WebhookEvent
- func (*CreateWebhookRequest) ProtoMessage()
- func (x *CreateWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWebhookRequest) Reset()
- func (x *CreateWebhookRequest) String() string
- type CreateWebhookResponse
- func (*CreateWebhookResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWebhookResponse) GetWebhook() *Webhook
- func (*CreateWebhookResponse) ProtoMessage()
- func (x *CreateWebhookResponse) ProtoReflect() protoreflect.Message
- func (x *CreateWebhookResponse) Reset()
- func (x *CreateWebhookResponse) String() string
- type CuratedPlugin
- func (*CuratedPlugin) Descriptor() ([]byte, []int)deprecated
- func (x *CuratedPlugin) GetContainerImageDigest() string
- func (x *CuratedPlugin) GetCreateTime() *timestamppb.Timestamp
- func (x *CuratedPlugin) GetDependencies() []*CuratedPluginReference
- func (x *CuratedPlugin) GetDeprecated() bool
- func (x *CuratedPlugin) GetDeprecationMessage() string
- func (x *CuratedPlugin) GetDescription() string
- func (x *CuratedPlugin) GetId() string
- func (x *CuratedPlugin) GetIntegrationGuideUrl() string
- func (x *CuratedPlugin) GetLicenseUrl() string
- func (x *CuratedPlugin) GetName() string
- func (x *CuratedPlugin) GetOutputLanguages() []PluginLanguage
- func (x *CuratedPlugin) GetOwner() string
- func (x *CuratedPlugin) GetRegistryConfig() *RegistryConfig
- func (x *CuratedPlugin) GetRegistryType() PluginRegistryType
- func (x *CuratedPlugin) GetRevision() uint32
- func (x *CuratedPlugin) GetSourceUrl() string
- func (x *CuratedPlugin) GetSpdxLicenseId() string
- func (x *CuratedPlugin) GetVerified() bool
- func (x *CuratedPlugin) GetVersion() string
- func (x *CuratedPlugin) GetVisibility() CuratedPluginVisibility
- func (*CuratedPlugin) ProtoMessage()
- func (x *CuratedPlugin) ProtoReflect() protoreflect.Message
- func (x *CuratedPlugin) Reset()
- func (x *CuratedPlugin) String() string
- type CuratedPluginReference
- func (*CuratedPluginReference) Descriptor() ([]byte, []int)deprecated
- func (x *CuratedPluginReference) GetName() string
- func (x *CuratedPluginReference) GetOwner() string
- func (x *CuratedPluginReference) GetRevision() uint32
- func (x *CuratedPluginReference) GetVersion() string
- func (*CuratedPluginReference) ProtoMessage()
- func (x *CuratedPluginReference) ProtoReflect() protoreflect.Message
- func (x *CuratedPluginReference) Reset()
- func (x *CuratedPluginReference) String() string
- type CuratedPluginSearchResult
- func (*CuratedPluginSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *CuratedPluginSearchResult) GetDeprecated() bool
- func (x *CuratedPluginSearchResult) GetId() string
- func (x *CuratedPluginSearchResult) GetName() string
- func (x *CuratedPluginSearchResult) GetOwner() string
- func (*CuratedPluginSearchResult) ProtoMessage()
- func (x *CuratedPluginSearchResult) ProtoReflect() protoreflect.Message
- func (x *CuratedPluginSearchResult) Reset()
- func (x *CuratedPluginSearchResult) String() string
- type CuratedPluginVersionRevisions
- func (*CuratedPluginVersionRevisions) Descriptor() ([]byte, []int)deprecated
- func (x *CuratedPluginVersionRevisions) GetRevisions() []uint32
- func (x *CuratedPluginVersionRevisions) GetVersion() string
- func (*CuratedPluginVersionRevisions) ProtoMessage()
- func (x *CuratedPluginVersionRevisions) ProtoReflect() protoreflect.Message
- func (x *CuratedPluginVersionRevisions) Reset()
- func (x *CuratedPluginVersionRevisions) String() string
- type CuratedPluginVisibility
- func (CuratedPluginVisibility) Descriptor() protoreflect.EnumDescriptor
- func (x CuratedPluginVisibility) Enum() *CuratedPluginVisibility
- func (CuratedPluginVisibility) EnumDescriptor() ([]byte, []int)deprecated
- func (x CuratedPluginVisibility) Number() protoreflect.EnumNumber
- func (x CuratedPluginVisibility) String() string
- func (CuratedPluginVisibility) Type() protoreflect.EnumType
- type DeactivateUserRequest
- func (*DeactivateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateUserRequest) GetId() string
- func (*DeactivateUserRequest) ProtoMessage()
- func (x *DeactivateUserRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateUserRequest) Reset()
- func (x *DeactivateUserRequest) String() string
- type DeactivateUserResponse
- type DeleteCuratedPluginRequest
- func (*DeleteCuratedPluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCuratedPluginRequest) GetName() string
- func (x *DeleteCuratedPluginRequest) GetOwner() string
- func (x *DeleteCuratedPluginRequest) GetVersion() string
- func (*DeleteCuratedPluginRequest) ProtoMessage()
- func (x *DeleteCuratedPluginRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCuratedPluginRequest) Reset()
- func (x *DeleteCuratedPluginRequest) String() string
- type DeleteCuratedPluginResponse
- type DeleteOrganizationByNameRequest
- func (*DeleteOrganizationByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationByNameRequest) GetName() string
- func (*DeleteOrganizationByNameRequest) ProtoMessage()
- func (x *DeleteOrganizationByNameRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationByNameRequest) Reset()
- func (x *DeleteOrganizationByNameRequest) String() string
- type DeleteOrganizationByNameResponse
- func (*DeleteOrganizationByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationByNameResponse) ProtoMessage()
- func (x *DeleteOrganizationByNameResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationByNameResponse) Reset()
- func (x *DeleteOrganizationByNameResponse) String() string
- type DeleteOrganizationRequest
- func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationRequest) GetId() string
- func (*DeleteOrganizationRequest) ProtoMessage()
- func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationRequest) Reset()
- func (x *DeleteOrganizationRequest) String() string
- type DeleteOrganizationResponse
- type DeleteRepositoryByFullNameRequest
- func (*DeleteRepositoryByFullNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRepositoryByFullNameRequest) GetFullName() string
- func (*DeleteRepositoryByFullNameRequest) ProtoMessage()
- func (x *DeleteRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryByFullNameRequest) Reset()
- func (x *DeleteRepositoryByFullNameRequest) String() string
- type DeleteRepositoryByFullNameResponse
- func (*DeleteRepositoryByFullNameResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteRepositoryByFullNameResponse) ProtoMessage()
- func (x *DeleteRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryByFullNameResponse) Reset()
- func (x *DeleteRepositoryByFullNameResponse) String() string
- type DeleteRepositoryDraftCommitRequest
- func (*DeleteRepositoryDraftCommitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRepositoryDraftCommitRequest) GetDraftName() string
- func (x *DeleteRepositoryDraftCommitRequest) GetRepositoryName() string
- func (x *DeleteRepositoryDraftCommitRequest) GetRepositoryOwner() string
- func (*DeleteRepositoryDraftCommitRequest) ProtoMessage()
- func (x *DeleteRepositoryDraftCommitRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryDraftCommitRequest) Reset()
- func (x *DeleteRepositoryDraftCommitRequest) String() string
- type DeleteRepositoryDraftCommitResponse
- func (*DeleteRepositoryDraftCommitResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteRepositoryDraftCommitResponse) ProtoMessage()
- func (x *DeleteRepositoryDraftCommitResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryDraftCommitResponse) Reset()
- func (x *DeleteRepositoryDraftCommitResponse) String() string
- type DeleteRepositoryRequest
- func (*DeleteRepositoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRepositoryRequest) GetId() string
- func (*DeleteRepositoryRequest) ProtoMessage()
- func (x *DeleteRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryRequest) Reset()
- func (x *DeleteRepositoryRequest) String() string
- type DeleteRepositoryResponse
- type DeleteSCIMTokenRequest
- func (*DeleteSCIMTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSCIMTokenRequest) GetTokenId() string
- func (*DeleteSCIMTokenRequest) ProtoMessage()
- func (x *DeleteSCIMTokenRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSCIMTokenRequest) Reset()
- func (x *DeleteSCIMTokenRequest) String() string
- type DeleteSCIMTokenResponse
- type DeleteStudioRequestRequest
- func (*DeleteStudioRequestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteStudioRequestRequest) GetId() string
- func (*DeleteStudioRequestRequest) ProtoMessage()
- func (x *DeleteStudioRequestRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteStudioRequestRequest) Reset()
- func (x *DeleteStudioRequestRequest) String() string
- type DeleteStudioRequestResponse
- type DeleteTokenRequest
- func (*DeleteTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTokenRequest) GetTokenId() string
- func (*DeleteTokenRequest) ProtoMessage()
- func (x *DeleteTokenRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTokenRequest) Reset()
- func (x *DeleteTokenRequest) String() string
- type DeleteTokenResponse
- type DeleteUserRequest
- type DeleteUserResponse
- type DeleteWebhookRequest
- func (*DeleteWebhookRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteWebhookRequest) GetWebhookId() string
- func (*DeleteWebhookRequest) ProtoMessage()
- func (x *DeleteWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWebhookRequest) Reset()
- func (x *DeleteWebhookRequest) String() string
- type DeleteWebhookResponse
- type DeprecateRepositoryByNameRequest
- func (*DeprecateRepositoryByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeprecateRepositoryByNameRequest) GetDeprecationMessage() string
- func (x *DeprecateRepositoryByNameRequest) GetOwnerName() string
- func (x *DeprecateRepositoryByNameRequest) GetRepositoryName() string
- func (*DeprecateRepositoryByNameRequest) ProtoMessage()
- func (x *DeprecateRepositoryByNameRequest) ProtoReflect() protoreflect.Message
- func (x *DeprecateRepositoryByNameRequest) Reset()
- func (x *DeprecateRepositoryByNameRequest) String() string
- type DeprecateRepositoryByNameResponse
- func (*DeprecateRepositoryByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeprecateRepositoryByNameResponse) GetRepository() *Repository
- func (*DeprecateRepositoryByNameResponse) ProtoMessage()
- func (x *DeprecateRepositoryByNameResponse) ProtoReflect() protoreflect.Message
- func (x *DeprecateRepositoryByNameResponse) Reset()
- func (x *DeprecateRepositoryByNameResponse) String() string
- type DisplayOrganizationElementsRequest
- func (*DisplayOrganizationElementsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayOrganizationElementsRequest) GetOrganizationId() string
- func (*DisplayOrganizationElementsRequest) ProtoMessage()
- func (x *DisplayOrganizationElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayOrganizationElementsRequest) Reset()
- func (x *DisplayOrganizationElementsRequest) String() string
- type DisplayOrganizationElementsResponse
- func (*DisplayOrganizationElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayOrganizationElementsResponse) GetCreateRepository() bool
- func (x *DisplayOrganizationElementsResponse) GetDelete() bool
- func (x *DisplayOrganizationElementsResponse) GetSettings() bool
- func (x *DisplayOrganizationElementsResponse) GetUpdateSettings() bool
- func (*DisplayOrganizationElementsResponse) ProtoMessage()
- func (x *DisplayOrganizationElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayOrganizationElementsResponse) Reset()
- func (x *DisplayOrganizationElementsResponse) String() string
- type DisplayOwnerEntitledElementsRequest
- func (*DisplayOwnerEntitledElementsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayOwnerEntitledElementsRequest) GetOwnerName() string
- func (*DisplayOwnerEntitledElementsRequest) ProtoMessage()
- func (x *DisplayOwnerEntitledElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayOwnerEntitledElementsRequest) Reset()
- func (x *DisplayOwnerEntitledElementsRequest) String() string
- type DisplayOwnerEntitledElementsResponse
- func (*DisplayOwnerEntitledElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayOwnerEntitledElementsResponse) GetCreatePrivateRepository() bool
- func (*DisplayOwnerEntitledElementsResponse) ProtoMessage()
- func (x *DisplayOwnerEntitledElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayOwnerEntitledElementsResponse) Reset()
- func (x *DisplayOwnerEntitledElementsResponse) String() string
- type DisplayRepositoryElementsRequest
- func (*DisplayRepositoryElementsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayRepositoryElementsRequest) GetRepositoryId() string
- func (*DisplayRepositoryElementsRequest) ProtoMessage()
- func (x *DisplayRepositoryElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayRepositoryElementsRequest) Reset()
- func (x *DisplayRepositoryElementsRequest) String() string
- type DisplayRepositoryElementsResponse
- func (*DisplayRepositoryElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayRepositoryElementsResponse) GetDelete() bool
- func (x *DisplayRepositoryElementsResponse) GetSettings() bool
- func (x *DisplayRepositoryElementsResponse) GetWrite() bool
- func (*DisplayRepositoryElementsResponse) ProtoMessage()
- func (x *DisplayRepositoryElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayRepositoryElementsResponse) Reset()
- func (x *DisplayRepositoryElementsResponse) String() string
- type DisplayRepositoryEntitledElementsRequest
- func (*DisplayRepositoryEntitledElementsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayRepositoryEntitledElementsRequest) GetRepositoryId() string
- func (*DisplayRepositoryEntitledElementsRequest) ProtoMessage()
- func (x *DisplayRepositoryEntitledElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayRepositoryEntitledElementsRequest) Reset()
- func (x *DisplayRepositoryEntitledElementsRequest) String() string
- type DisplayRepositoryEntitledElementsResponse
- func (*DisplayRepositoryEntitledElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayRepositoryEntitledElementsResponse) GetSetPrivate() bool
- func (*DisplayRepositoryEntitledElementsResponse) ProtoMessage()
- func (x *DisplayRepositoryEntitledElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayRepositoryEntitledElementsResponse) Reset()
- func (x *DisplayRepositoryEntitledElementsResponse) String() string
- type DisplayServerElementsRequest
- func (*DisplayServerElementsRequest) Descriptor() ([]byte, []int)deprecated
- func (*DisplayServerElementsRequest) ProtoMessage()
- func (x *DisplayServerElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayServerElementsRequest) Reset()
- func (x *DisplayServerElementsRequest) String() string
- type DisplayServerElementsResponse
- func (*DisplayServerElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayServerElementsResponse) GetAdminPanel() bool
- func (*DisplayServerElementsResponse) ProtoMessage()
- func (x *DisplayServerElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayServerElementsResponse) Reset()
- func (x *DisplayServerElementsResponse) String() string
- type DisplayUserElementsRequest
- type DisplayUserElementsResponse
- func (*DisplayUserElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayUserElementsResponse) GetDelete() bool
- func (*DisplayUserElementsResponse) ProtoMessage()
- func (x *DisplayUserElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayUserElementsResponse) Reset()
- func (x *DisplayUserElementsResponse) String() string
- type DownloadManifestAndBlobsRequest
- func (*DownloadManifestAndBlobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadManifestAndBlobsRequest) GetOwner() string
- func (x *DownloadManifestAndBlobsRequest) GetReference() string
- func (x *DownloadManifestAndBlobsRequest) GetRepository() string
- func (*DownloadManifestAndBlobsRequest) ProtoMessage()
- func (x *DownloadManifestAndBlobsRequest) ProtoReflect() protoreflect.Message
- func (x *DownloadManifestAndBlobsRequest) Reset()
- func (x *DownloadManifestAndBlobsRequest) String() string
- type DownloadManifestAndBlobsResponse
- func (*DownloadManifestAndBlobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadManifestAndBlobsResponse) GetBlobs() []*v1alpha1.Blob
- func (x *DownloadManifestAndBlobsResponse) GetManifest() *v1alpha1.Blob
- func (*DownloadManifestAndBlobsResponse) ProtoMessage()
- func (x *DownloadManifestAndBlobsResponse) ProtoReflect() protoreflect.Message
- func (x *DownloadManifestAndBlobsResponse) Reset()
- func (x *DownloadManifestAndBlobsResponse) String() string
- type DownloadRequest
- func (*DownloadRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadRequest) GetOwner() string
- func (x *DownloadRequest) GetReference() string
- func (x *DownloadRequest) GetRepository() string
- func (*DownloadRequest) ProtoMessage()
- func (x *DownloadRequest) ProtoReflect() protoreflect.Message
- func (x *DownloadRequest) Reset()
- func (x *DownloadRequest) String() string
- type DownloadResponse
- func (*DownloadResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadResponse) GetModule() *v1alpha1.Module
- func (*DownloadResponse) ProtoMessage()
- func (x *DownloadResponse) ProtoReflect() protoreflect.Message
- func (x *DownloadResponse) Reset()
- func (x *DownloadResponse) String() string
- type ElementSearchResult
- func (*ElementSearchResult) Descriptor() ([]byte, []int)deprecated
- func (m *ElementSearchResult) GetDocument() isElementSearchResult_Document
- func (x *ElementSearchResult) GetEnum() *Enum
- func (x *ElementSearchResult) GetFileExtension() *FileExtension
- func (x *ElementSearchResult) GetFullyQualifiedName() string
- func (x *ElementSearchResult) GetMessage() *Message
- func (x *ElementSearchResult) GetMethod() *Method
- func (x *ElementSearchResult) GetProtoFilePath() string
- func (x *ElementSearchResult) GetRepositoryId() string
- func (x *ElementSearchResult) GetRepositoryName() string
- func (x *ElementSearchResult) GetRepositoryOwner() string
- func (x *ElementSearchResult) GetService() *Service
- func (*ElementSearchResult) ProtoMessage()
- func (x *ElementSearchResult) ProtoReflect() protoreflect.Message
- func (x *ElementSearchResult) Reset()
- func (x *ElementSearchResult) String() string
- type ElementSearchResult_Enum
- type ElementSearchResult_FileExtension
- type ElementSearchResult_Message
- type ElementSearchResult_Method
- type ElementSearchResult_Service
- type Enum
- func (*Enum) Descriptor() ([]byte, []int)deprecated
- func (x *Enum) GetComments() string
- func (x *Enum) GetEnumOptions() *EnumOptionsdeprecated
- func (x *Enum) GetFilePath() string
- func (x *Enum) GetFullName() string
- func (x *Enum) GetImplicitlyDeprecated() bool
- func (x *Enum) GetLocation() *Location
- func (x *Enum) GetName() string
- func (x *Enum) GetNestedName() string
- func (x *Enum) GetOptions() []*FieldLiteral
- func (x *Enum) GetValues() []*EnumValue
- func (*Enum) ProtoMessage()
- func (x *Enum) ProtoReflect() protoreflect.Message
- func (x *Enum) Reset()
- func (x *Enum) String() string
- type EnumOptionsdeprecated
- func (*EnumOptions) Descriptor() ([]byte, []int)deprecated
- func (x *EnumOptions) GetAllowAlias() bool
- func (x *EnumOptions) GetDeprecated() bool
- func (*EnumOptions) ProtoMessage()
- func (x *EnumOptions) ProtoReflect() protoreflect.Message
- func (x *EnumOptions) Reset()
- func (x *EnumOptions) String() string
- type EnumValue
- func (*EnumValue) Descriptor() ([]byte, []int)deprecated
- func (x *EnumValue) GetComments() string
- func (x *EnumValue) GetEnumValueOptions() *EnumValueOptionsdeprecated
- func (x *EnumValue) GetName() string
- func (x *EnumValue) GetNumber() int32
- func (x *EnumValue) GetOptions() []*FieldLiteral
- func (*EnumValue) ProtoMessage()
- func (x *EnumValue) ProtoReflect() protoreflect.Message
- func (x *EnumValue) Reset()
- func (x *EnumValue) String() string
- type EnumValueOptionsdeprecated
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetComments() string
- func (x *Field) GetExtendee() string
- func (x *Field) GetFieldOptions() *FieldOptionsdeprecated
- func (x *Field) GetFullType() string
- func (x *Field) GetImportModuleRef() *ImportModuleRef
- func (x *Field) GetLabel() string
- func (x *Field) GetMapEntry() *MapEntry
- func (x *Field) GetName() string
- func (x *Field) GetNestedType() string
- func (x *Field) GetOptions() []*FieldLiteral
- func (x *Field) GetTag() uint32
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- type FieldLiteral
- func (*FieldLiteral) Descriptor() ([]byte, []int)deprecated
- func (x *FieldLiteral) GetFieldType() FieldType
- func (x *FieldLiteral) GetImportModuleRef() *ImportModuleRef
- func (x *FieldLiteral) GetName() string
- func (x *FieldLiteral) GetTag() int32
- func (x *FieldLiteral) GetValue() *LiteralValue
- func (*FieldLiteral) ProtoMessage()
- func (x *FieldLiteral) ProtoReflect() protoreflect.Message
- func (x *FieldLiteral) Reset()
- func (x *FieldLiteral) String() string
- type FieldOptionsdeprecated
- func (*FieldOptions) Descriptor() ([]byte, []int)deprecated
- func (x *FieldOptions) GetCtype() int32
- func (x *FieldOptions) GetDeprecated() bool
- func (x *FieldOptions) GetJstype() int32
- func (x *FieldOptions) GetPacked() bool
- func (*FieldOptions) ProtoMessage()
- func (x *FieldOptions) ProtoReflect() protoreflect.Message
- func (x *FieldOptions) Reset()
- func (x *FieldOptions) String() string
- type FieldType
- type FileExtension
- func (*FileExtension) Descriptor() ([]byte, []int)deprecated
- func (x *FileExtension) GetComments() string
- func (x *FileExtension) GetExtensionType() string
- func (x *FileExtension) GetFields() []*Field
- func (x *FileExtension) GetFilePath() string
- func (x *FileExtension) GetImplicitlyDeprecated() bool
- func (x *FileExtension) GetLocation() *Location
- func (*FileExtension) ProtoMessage()
- func (x *FileExtension) ProtoReflect() protoreflect.Message
- func (x *FileExtension) Reset()
- func (x *FileExtension) String() string
- type FileInfo
- func (*FileInfo) Descriptor() ([]byte, []int)deprecated
- func (x *FileInfo) GetChildren() []*FileInfo
- func (x *FileInfo) GetIsDir() bool
- func (x *FileInfo) GetPath() string
- func (*FileInfo) ProtoMessage()
- func (x *FileInfo) ProtoReflect() protoreflect.Message
- func (x *FileInfo) Reset()
- func (x *FileInfo) String() string
- type FileSearchResult
- func (*FileSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *FileSearchResult) GetContent() []byte
- func (x *FileSearchResult) GetProtoFilePath() string
- func (x *FileSearchResult) GetRepositoryId() string
- func (x *FileSearchResult) GetRepositoryName() string
- func (x *FileSearchResult) GetRepositoryOwner() string
- func (*FileSearchResult) ProtoMessage()
- func (x *FileSearchResult) ProtoReflect() protoreflect.Message
- func (x *FileSearchResult) Reset()
- func (x *FileSearchResult) String() string
- type ForceDeleteUserRequest
- func (*ForceDeleteUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ForceDeleteUserRequest) GetUserId() string
- func (*ForceDeleteUserRequest) ProtoMessage()
- func (x *ForceDeleteUserRequest) ProtoReflect() protoreflect.Message
- func (x *ForceDeleteUserRequest) Reset()
- func (x *ForceDeleteUserRequest) String() string
- type ForceDeleteUserResponse
- func (*ForceDeleteUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ForceDeleteUserResponse) GetOrganizations() []*Organization
- func (x *ForceDeleteUserResponse) GetRepositories() []*Repository
- func (x *ForceDeleteUserResponse) GetUser() *User
- func (*ForceDeleteUserResponse) ProtoMessage()
- func (x *ForceDeleteUserResponse) ProtoReflect() protoreflect.Message
- func (x *ForceDeleteUserResponse) Reset()
- func (x *ForceDeleteUserResponse) String() string
- type Format
- type GenerateCodeRequest
- func (*GenerateCodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateCodeRequest) GetImage() *v1.Image
- func (x *GenerateCodeRequest) GetIncludeImports() bool
- func (x *GenerateCodeRequest) GetIncludeWellKnownTypes() bool
- func (x *GenerateCodeRequest) GetRequests() []*PluginGenerationRequest
- func (*GenerateCodeRequest) ProtoMessage()
- func (x *GenerateCodeRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateCodeRequest) Reset()
- func (x *GenerateCodeRequest) String() string
- type GenerateCodeResponse
- func (*GenerateCodeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateCodeResponse) GetResponses() []*PluginGenerationResponse
- func (*GenerateCodeResponse) ProtoMessage()
- func (x *GenerateCodeResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateCodeResponse) Reset()
- func (x *GenerateCodeResponse) String() string
- type GetBreakingChangePolicyRequest
- func (*GetBreakingChangePolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetBreakingChangePolicyRequest) ProtoMessage()
- func (x *GetBreakingChangePolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetBreakingChangePolicyRequest) Reset()
- func (x *GetBreakingChangePolicyRequest) String() string
- type GetBreakingChangePolicyResponse
- func (*GetBreakingChangePolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBreakingChangePolicyResponse) GetPolicy() *BreakingChangePolicy
- func (*GetBreakingChangePolicyResponse) ProtoMessage()
- func (x *GetBreakingChangePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetBreakingChangePolicyResponse) Reset()
- func (x *GetBreakingChangePolicyResponse) String() string
- type GetClusterUsageRequest
- type GetClusterUsageResponse
- func (*GetClusterUsageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetClusterUsageResponse) GetUsage() []*MonthlyUsage
- func (*GetClusterUsageResponse) ProtoMessage()
- func (x *GetClusterUsageResponse) ProtoReflect() protoreflect.Message
- func (x *GetClusterUsageResponse) Reset()
- func (x *GetClusterUsageResponse) String() string
- type GetCurrentDefaultBranchRequest
- func (*GetCurrentDefaultBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentDefaultBranchRequest) GetRepositoryId() string
- func (*GetCurrentDefaultBranchRequest) ProtoMessage()
- func (x *GetCurrentDefaultBranchRequest) ProtoReflect() protoreflect.Message
- func (x *GetCurrentDefaultBranchRequest) Reset()
- func (x *GetCurrentDefaultBranchRequest) String() string
- type GetCurrentDefaultBranchResponse
- func (*GetCurrentDefaultBranchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentDefaultBranchResponse) GetCurrentDefaultBranch() *RepositoryBranch
- func (*GetCurrentDefaultBranchResponse) ProtoMessage()
- func (x *GetCurrentDefaultBranchResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentDefaultBranchResponse) Reset()
- func (x *GetCurrentDefaultBranchResponse) String() string
- type GetCurrentUserRequest
- type GetCurrentUserResponse
- func (*GetCurrentUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentUserResponse) GetUser() *User
- func (*GetCurrentUserResponse) ProtoMessage()
- func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentUserResponse) Reset()
- func (x *GetCurrentUserResponse) String() string
- type GetCurrentUserSubjectRequest
- func (*GetCurrentUserSubjectRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetCurrentUserSubjectRequest) ProtoMessage()
- func (x *GetCurrentUserSubjectRequest) ProtoReflect() protoreflect.Message
- func (x *GetCurrentUserSubjectRequest) Reset()
- func (x *GetCurrentUserSubjectRequest) String() string
- type GetCurrentUserSubjectResponse
- func (*GetCurrentUserSubjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentUserSubjectResponse) GetSubject() string
- func (*GetCurrentUserSubjectResponse) ProtoMessage()
- func (x *GetCurrentUserSubjectResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentUserSubjectResponse) Reset()
- func (x *GetCurrentUserSubjectResponse) String() string
- type GetGitSyncPointRequest
- func (*GetGitSyncPointRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGitSyncPointRequest) GetBranch() string
- func (x *GetGitSyncPointRequest) GetOwner() string
- func (x *GetGitSyncPointRequest) GetRepository() string
- func (*GetGitSyncPointRequest) ProtoMessage()
- func (x *GetGitSyncPointRequest) ProtoReflect() protoreflect.Message
- func (x *GetGitSyncPointRequest) Reset()
- func (x *GetGitSyncPointRequest) String() string
- type GetGitSyncPointResponse
- func (*GetGitSyncPointResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGitSyncPointResponse) GetSyncPoint() *GitSyncPoint
- func (*GetGitSyncPointResponse) ProtoMessage()
- func (x *GetGitSyncPointResponse) ProtoReflect() protoreflect.Message
- func (x *GetGitSyncPointResponse) Reset()
- func (x *GetGitSyncPointResponse) String() string
- type GetGithubAppConfigRequest
- type GetGithubAppConfigResponse
- func (*GetGithubAppConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGithubAppConfigResponse) GetAppConfig() *GithubAppConfig
- func (*GetGithubAppConfigResponse) ProtoMessage()
- func (x *GetGithubAppConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetGithubAppConfigResponse) Reset()
- func (x *GetGithubAppConfigResponse) String() string
- type GetGoVersionRequest
- func (*GetGoVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGoVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetGoVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (*GetGoVersionRequest) ProtoMessage()
- func (x *GetGoVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetGoVersionRequest) Reset()
- func (x *GetGoVersionRequest) String() string
- type GetGoVersionResponse
- func (*GetGoVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGoVersionResponse) GetVersion() string
- func (*GetGoVersionResponse) ProtoMessage()
- func (x *GetGoVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetGoVersionResponse) Reset()
- func (x *GetGoVersionResponse) String() string
- type GetImageRequest
- func (*GetImageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetImageRequest) GetExcludeImports() bool
- func (x *GetImageRequest) GetExcludeSourceInfo() bool
- func (x *GetImageRequest) GetIncludeMask() []ImageMask
- func (x *GetImageRequest) GetOwner() string
- func (x *GetImageRequest) GetReference() string
- func (x *GetImageRequest) GetRepository() string
- func (x *GetImageRequest) GetTypes() []string
- func (*GetImageRequest) ProtoMessage()
- func (x *GetImageRequest) ProtoReflect() protoreflect.Message
- func (x *GetImageRequest) Reset()
- func (x *GetImageRequest) String() string
- type GetImageResponse
- type GetJSONSchemaRequest
- func (*GetJSONSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJSONSchemaRequest) GetOwner() string
- func (x *GetJSONSchemaRequest) GetReference() string
- func (x *GetJSONSchemaRequest) GetRepository() string
- func (x *GetJSONSchemaRequest) GetTypeName() string
- func (*GetJSONSchemaRequest) ProtoMessage()
- func (x *GetJSONSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *GetJSONSchemaRequest) Reset()
- func (x *GetJSONSchemaRequest) String() string
- type GetJSONSchemaResponse
- func (*GetJSONSchemaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJSONSchemaResponse) GetJsonSchema() []byte
- func (*GetJSONSchemaResponse) ProtoMessage()
- func (x *GetJSONSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *GetJSONSchemaResponse) Reset()
- func (x *GetJSONSchemaResponse) String() string
- type GetLabelsInNamespaceRequest
- func (*GetLabelsInNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelsInNamespaceRequest) GetLabelNames() []string
- func (x *GetLabelsInNamespaceRequest) GetLabelNamespace() LabelNamespace
- func (x *GetLabelsInNamespaceRequest) GetRepositoryName() string
- func (x *GetLabelsInNamespaceRequest) GetRepositoryOwner() string
- func (*GetLabelsInNamespaceRequest) ProtoMessage()
- func (x *GetLabelsInNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *GetLabelsInNamespaceRequest) Reset()
- func (x *GetLabelsInNamespaceRequest) String() string
- type GetLabelsInNamespaceResponse
- func (*GetLabelsInNamespaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelsInNamespaceResponse) GetLabels() []*Label
- func (*GetLabelsInNamespaceResponse) ProtoMessage()
- func (x *GetLabelsInNamespaceResponse) ProtoReflect() protoreflect.Message
- func (x *GetLabelsInNamespaceResponse) Reset()
- func (x *GetLabelsInNamespaceResponse) String() string
- type GetLabelsRequest
- func (*GetLabelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelsRequest) GetLabelName() *LabelName
- func (x *GetLabelsRequest) GetLabelValue() *LabelValue
- func (x *GetLabelsRequest) GetRepositoryName() string
- func (x *GetLabelsRequest) GetRepositoryOwner() string
- func (*GetLabelsRequest) ProtoMessage()
- func (x *GetLabelsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLabelsRequest) Reset()
- func (x *GetLabelsRequest) String() string
- type GetLabelsResponse
- type GetLatestCuratedPluginRequest
- func (*GetLatestCuratedPluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestCuratedPluginRequest) GetName() string
- func (x *GetLatestCuratedPluginRequest) GetOwner() string
- func (x *GetLatestCuratedPluginRequest) GetRevision() uint32
- func (x *GetLatestCuratedPluginRequest) GetSupportsRemotePackages() bool
- func (x *GetLatestCuratedPluginRequest) GetVersion() string
- func (*GetLatestCuratedPluginRequest) ProtoMessage()
- func (x *GetLatestCuratedPluginRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestCuratedPluginRequest) Reset()
- func (x *GetLatestCuratedPluginRequest) String() string
- type GetLatestCuratedPluginResponse
- func (*GetLatestCuratedPluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestCuratedPluginResponse) GetPlugin() *CuratedPlugin
- func (x *GetLatestCuratedPluginResponse) GetVersions() []*CuratedPluginVersionRevisions
- func (*GetLatestCuratedPluginResponse) ProtoMessage()
- func (x *GetLatestCuratedPluginResponse) ProtoReflect() protoreflect.Message
- func (x *GetLatestCuratedPluginResponse) Reset()
- func (x *GetLatestCuratedPluginResponse) String() string
- type GetLocalModulePinsRequest
- func (*GetLocalModulePinsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLocalModulePinsRequest) GetLocalModuleReferences() []*LocalModuleReference
- func (*GetLocalModulePinsRequest) ProtoMessage()
- func (x *GetLocalModulePinsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLocalModulePinsRequest) Reset()
- func (x *GetLocalModulePinsRequest) String() string
- type GetLocalModulePinsResponse
- func (*GetLocalModulePinsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLocalModulePinsResponse) GetDependencies() []*v1alpha1.ModulePin
- func (x *GetLocalModulePinsResponse) GetLocalModuleResolveResults() []*LocalModuleResolveResult
- func (*GetLocalModulePinsResponse) ProtoMessage()
- func (x *GetLocalModulePinsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLocalModulePinsResponse) Reset()
- func (x *GetLocalModulePinsResponse) String() string
- type GetMavenVersionRequest
- func (*GetMavenVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMavenVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetMavenVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (*GetMavenVersionRequest) ProtoMessage()
- func (x *GetMavenVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetMavenVersionRequest) Reset()
- func (x *GetMavenVersionRequest) String() string
- type GetMavenVersionResponse
- func (*GetMavenVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMavenVersionResponse) GetVersion() string
- func (*GetMavenVersionResponse) ProtoMessage()
- func (x *GetMavenVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetMavenVersionResponse) Reset()
- func (x *GetMavenVersionResponse) String() string
- type GetModuleDocumentationRequest
- func (*GetModuleDocumentationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModuleDocumentationRequest) GetOwner() string
- func (x *GetModuleDocumentationRequest) GetReference() string
- func (x *GetModuleDocumentationRequest) GetRepository() string
- func (*GetModuleDocumentationRequest) ProtoMessage()
- func (x *GetModuleDocumentationRequest) ProtoReflect() protoreflect.Message
- func (x *GetModuleDocumentationRequest) Reset()
- func (x *GetModuleDocumentationRequest) String() string
- type GetModuleDocumentationResponse
- func (*GetModuleDocumentationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetModuleDocumentationResponse) GetModuleDocumentation() *ModuleDocumentation
- func (*GetModuleDocumentationResponse) ProtoMessage()
- func (x *GetModuleDocumentationResponse) ProtoReflect() protoreflect.Message
- func (x *GetModuleDocumentationResponse) Reset()
- func (x *GetModuleDocumentationResponse) String() string
- type GetModulePackagesRequest
- func (*GetModulePackagesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModulePackagesRequest) GetOwner() string
- func (x *GetModulePackagesRequest) GetReference() string
- func (x *GetModulePackagesRequest) GetRepository() string
- func (*GetModulePackagesRequest) ProtoMessage()
- func (x *GetModulePackagesRequest) ProtoReflect() protoreflect.Message
- func (x *GetModulePackagesRequest) Reset()
- func (x *GetModulePackagesRequest) String() string
- type GetModulePackagesResponse
- func (*GetModulePackagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetModulePackagesResponse) GetModulePackages() []*ModulePackage
- func (x *GetModulePackagesResponse) GetName() string
- func (*GetModulePackagesResponse) ProtoMessage()
- func (x *GetModulePackagesResponse) ProtoReflect() protoreflect.Message
- func (x *GetModulePackagesResponse) Reset()
- func (x *GetModulePackagesResponse) String() string
- type GetModulePinsRequest
- func (*GetModulePinsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModulePinsRequest) GetCurrentModulePins() []*v1alpha1.ModulePin
- func (x *GetModulePinsRequest) GetModuleReferences() []*v1alpha1.ModuleReference
- func (*GetModulePinsRequest) ProtoMessage()
- func (x *GetModulePinsRequest) ProtoReflect() protoreflect.Message
- func (x *GetModulePinsRequest) Reset()
- func (x *GetModulePinsRequest) String() string
- type GetModulePinsResponse
- func (*GetModulePinsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetModulePinsResponse) GetModulePins() []*v1alpha1.ModulePin
- func (*GetModulePinsResponse) ProtoMessage()
- func (x *GetModulePinsResponse) ProtoReflect() protoreflect.Message
- func (x *GetModulePinsResponse) Reset()
- func (x *GetModulePinsResponse) String() string
- type GetNPMVersionRequest
- func (*GetNPMVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNPMVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetNPMVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (*GetNPMVersionRequest) ProtoMessage()
- func (x *GetNPMVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetNPMVersionRequest) Reset()
- func (x *GetNPMVersionRequest) String() string
- type GetNPMVersionResponse
- func (*GetNPMVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNPMVersionResponse) GetVersion() string
- func (*GetNPMVersionResponse) ProtoMessage()
- func (x *GetNPMVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetNPMVersionResponse) Reset()
- func (x *GetNPMVersionResponse) String() string
- type GetOrganizationByNameRequest
- func (*GetOrganizationByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationByNameRequest) GetName() string
- func (*GetOrganizationByNameRequest) ProtoMessage()
- func (x *GetOrganizationByNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationByNameRequest) Reset()
- func (x *GetOrganizationByNameRequest) String() string
- type GetOrganizationByNameResponse
- func (*GetOrganizationByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationByNameResponse) GetOrganization() *Organization
- func (*GetOrganizationByNameResponse) ProtoMessage()
- func (x *GetOrganizationByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationByNameResponse) Reset()
- func (x *GetOrganizationByNameResponse) String() string
- type GetOrganizationRequest
- func (*GetOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationRequest) GetId() string
- func (*GetOrganizationRequest) ProtoMessage()
- func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationRequest) Reset()
- func (x *GetOrganizationRequest) String() string
- type GetOrganizationResponse
- func (*GetOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationResponse) GetOrganization() *Organization
- func (*GetOrganizationResponse) ProtoMessage()
- func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationResponse) Reset()
- func (x *GetOrganizationResponse) String() string
- type GetOrganizationSettingsRequest
- func (*GetOrganizationSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationSettingsRequest) GetOrganizationId() string
- func (*GetOrganizationSettingsRequest) ProtoMessage()
- func (x *GetOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSettingsRequest) Reset()
- func (x *GetOrganizationSettingsRequest) String() string
- type GetOrganizationSettingsResponse
- func (*GetOrganizationSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationSettingsResponse) GetIdpGroups() []string
- func (x *GetOrganizationSettingsResponse) GetMembersCount() uint32
- func (x *GetOrganizationSettingsResponse) GetRepositoryBaseRole() RepositoryRole
- func (*GetOrganizationSettingsResponse) ProtoMessage()
- func (x *GetOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSettingsResponse) Reset()
- func (x *GetOrganizationSettingsResponse) String() string
- type GetOwnerByNameRequest
- func (*GetOwnerByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerByNameRequest) GetName() string
- func (*GetOwnerByNameRequest) ProtoMessage()
- func (x *GetOwnerByNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetOwnerByNameRequest) Reset()
- func (x *GetOwnerByNameRequest) String() string
- type GetOwnerByNameResponse
- func (*GetOwnerByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerByNameResponse) GetOwner() *Owner
- func (*GetOwnerByNameResponse) ProtoMessage()
- func (x *GetOwnerByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetOwnerByNameResponse) Reset()
- func (x *GetOwnerByNameResponse) String() string
- type GetPackageDocumentationRequest
- func (*GetPackageDocumentationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPackageDocumentationRequest) GetOwner() string
- func (x *GetPackageDocumentationRequest) GetPackageName() string
- func (x *GetPackageDocumentationRequest) GetReference() string
- func (x *GetPackageDocumentationRequest) GetRepository() string
- func (*GetPackageDocumentationRequest) ProtoMessage()
- func (x *GetPackageDocumentationRequest) ProtoReflect() protoreflect.Message
- func (x *GetPackageDocumentationRequest) Reset()
- func (x *GetPackageDocumentationRequest) String() string
- type GetPackageDocumentationResponse
- func (*GetPackageDocumentationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPackageDocumentationResponse) GetPackageDocumentation() *PackageDocumentation
- func (*GetPackageDocumentationResponse) ProtoMessage()
- func (x *GetPackageDocumentationResponse) ProtoReflect() protoreflect.Message
- func (x *GetPackageDocumentationResponse) Reset()
- func (x *GetPackageDocumentationResponse) String() string
- type GetPythonVersionRequest
- func (*GetPythonVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPythonVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetPythonVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (*GetPythonVersionRequest) ProtoMessage()
- func (x *GetPythonVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetPythonVersionRequest) Reset()
- func (x *GetPythonVersionRequest) String() string
- type GetPythonVersionResponse
- func (*GetPythonVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPythonVersionResponse) GetVersion() string
- func (*GetPythonVersionResponse) ProtoMessage()
- func (x *GetPythonVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetPythonVersionResponse) Reset()
- func (x *GetPythonVersionResponse) String() string
- type GetReferenceByNameRequest
- func (*GetReferenceByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetReferenceByNameRequest) GetName() string
- func (x *GetReferenceByNameRequest) GetOwner() string
- func (x *GetReferenceByNameRequest) GetRepositoryName() string
- func (*GetReferenceByNameRequest) ProtoMessage()
- func (x *GetReferenceByNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetReferenceByNameRequest) Reset()
- func (x *GetReferenceByNameRequest) String() string
- type GetReferenceByNameResponse
- func (*GetReferenceByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetReferenceByNameResponse) GetReference() *Reference
- func (*GetReferenceByNameResponse) ProtoMessage()
- func (x *GetReferenceByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetReferenceByNameResponse) Reset()
- func (x *GetReferenceByNameResponse) String() string
- type GetRemotePackageVersionPlugin
- func (*GetRemotePackageVersionPlugin) Descriptor() ([]byte, []int)deprecated
- func (x *GetRemotePackageVersionPlugin) GetName() string
- func (x *GetRemotePackageVersionPlugin) GetOwner() string
- func (x *GetRemotePackageVersionPlugin) GetVersion() string
- func (*GetRemotePackageVersionPlugin) ProtoMessage()
- func (x *GetRemotePackageVersionPlugin) ProtoReflect() protoreflect.Message
- func (x *GetRemotePackageVersionPlugin) Reset()
- func (x *GetRemotePackageVersionPlugin) String() string
- type GetRepositoriesByFullNameRequest
- func (*GetRepositoriesByFullNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoriesByFullNameRequest) GetFullNames() []string
- func (*GetRepositoriesByFullNameRequest) ProtoMessage()
- func (x *GetRepositoriesByFullNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoriesByFullNameRequest) Reset()
- func (x *GetRepositoriesByFullNameRequest) String() string
- type GetRepositoriesByFullNameResponse
- func (*GetRepositoriesByFullNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoriesByFullNameResponse) GetRepositories() []*Repository
- func (*GetRepositoriesByFullNameResponse) ProtoMessage()
- func (x *GetRepositoriesByFullNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoriesByFullNameResponse) Reset()
- func (x *GetRepositoriesByFullNameResponse) String() string
- type GetRepositoriesMetadataRequest
- func (*GetRepositoriesMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoriesMetadataRequest) GetIds() []string
- func (*GetRepositoriesMetadataRequest) ProtoMessage()
- func (x *GetRepositoriesMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoriesMetadataRequest) Reset()
- func (x *GetRepositoriesMetadataRequest) String() string
- type GetRepositoriesMetadataResponse
- func (*GetRepositoriesMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoriesMetadataResponse) GetMetadata() []*RepositoryMetadata
- func (*GetRepositoriesMetadataResponse) ProtoMessage()
- func (x *GetRepositoriesMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoriesMetadataResponse) Reset()
- func (x *GetRepositoriesMetadataResponse) String() string
- type GetRepositoryBranchRequest
- func (*GetRepositoryBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryBranchRequest) GetName() string
- func (x *GetRepositoryBranchRequest) GetRepositoryId() string
- func (*GetRepositoryBranchRequest) ProtoMessage()
- func (x *GetRepositoryBranchRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryBranchRequest) Reset()
- func (x *GetRepositoryBranchRequest) String() string
- type GetRepositoryBranchResponse
- func (*GetRepositoryBranchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryBranchResponse) GetBranch() *RepositoryBranch
- func (*GetRepositoryBranchResponse) ProtoMessage()
- func (x *GetRepositoryBranchResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryBranchResponse) Reset()
- func (x *GetRepositoryBranchResponse) String() string
- type GetRepositoryByFullNameRequest
- func (*GetRepositoryByFullNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryByFullNameRequest) GetFullName() string
- func (*GetRepositoryByFullNameRequest) ProtoMessage()
- func (x *GetRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryByFullNameRequest) Reset()
- func (x *GetRepositoryByFullNameRequest) String() string
- type GetRepositoryByFullNameResponse
- func (*GetRepositoryByFullNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryByFullNameResponse) GetCounts() *RepositoryCounts
- func (x *GetRepositoryByFullNameResponse) GetRepository() *Repository
- func (*GetRepositoryByFullNameResponse) ProtoMessage()
- func (x *GetRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryByFullNameResponse) Reset()
- func (x *GetRepositoryByFullNameResponse) String() string
- type GetRepositoryCommitByReferenceRequest
- func (*GetRepositoryCommitByReferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryCommitByReferenceRequest) GetReference() string
- func (x *GetRepositoryCommitByReferenceRequest) GetRepositoryName() string
- func (x *GetRepositoryCommitByReferenceRequest) GetRepositoryOwner() string
- func (*GetRepositoryCommitByReferenceRequest) ProtoMessage()
- func (x *GetRepositoryCommitByReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryCommitByReferenceRequest) Reset()
- func (x *GetRepositoryCommitByReferenceRequest) String() string
- type GetRepositoryCommitByReferenceResponse
- func (*GetRepositoryCommitByReferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryCommitByReferenceResponse) GetRepositoryCommit() *RepositoryCommit
- func (*GetRepositoryCommitByReferenceResponse) ProtoMessage()
- func (x *GetRepositoryCommitByReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryCommitByReferenceResponse) Reset()
- func (x *GetRepositoryCommitByReferenceResponse) String() string
- type GetRepositoryContributorRequest
- func (*GetRepositoryContributorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryContributorRequest) GetRepositoryId() string
- func (x *GetRepositoryContributorRequest) GetUserId() string
- func (*GetRepositoryContributorRequest) ProtoMessage()
- func (x *GetRepositoryContributorRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryContributorRequest) Reset()
- func (x *GetRepositoryContributorRequest) String() string
- type GetRepositoryContributorResponse
- func (*GetRepositoryContributorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryContributorResponse) GetUser() *RepositoryContributor
- func (*GetRepositoryContributorResponse) ProtoMessage()
- func (x *GetRepositoryContributorResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryContributorResponse) Reset()
- func (x *GetRepositoryContributorResponse) String() string
- type GetRepositoryDependencyDOTStringRequest
- func (*GetRepositoryDependencyDOTStringRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryDependencyDOTStringRequest) GetOwner() string
- func (x *GetRepositoryDependencyDOTStringRequest) GetReference() string
- func (x *GetRepositoryDependencyDOTStringRequest) GetRepository() string
- func (*GetRepositoryDependencyDOTStringRequest) ProtoMessage()
- func (x *GetRepositoryDependencyDOTStringRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryDependencyDOTStringRequest) Reset()
- func (x *GetRepositoryDependencyDOTStringRequest) String() string
- type GetRepositoryDependencyDOTStringResponse
- func (*GetRepositoryDependencyDOTStringResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryDependencyDOTStringResponse) GetDotString() string
- func (*GetRepositoryDependencyDOTStringResponse) ProtoMessage()
- func (x *GetRepositoryDependencyDOTStringResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryDependencyDOTStringResponse) Reset()
- func (x *GetRepositoryDependencyDOTStringResponse) String() string
- type GetRepositoryRequest
- func (*GetRepositoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryRequest) GetId() string
- func (*GetRepositoryRequest) ProtoMessage()
- func (x *GetRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryRequest) Reset()
- func (x *GetRepositoryRequest) String() string
- type GetRepositoryResponse
- func (*GetRepositoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryResponse) GetCounts() *RepositoryCounts
- func (x *GetRepositoryResponse) GetRepository() *Repository
- func (*GetRepositoryResponse) ProtoMessage()
- func (x *GetRepositoryResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryResponse) Reset()
- func (x *GetRepositoryResponse) String() string
- type GetRepositorySettingsRequest
- func (*GetRepositorySettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositorySettingsRequest) GetRepositoryId() string
- func (*GetRepositorySettingsRequest) ProtoMessage()
- func (x *GetRepositorySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositorySettingsRequest) Reset()
- func (x *GetRepositorySettingsRequest) String() string
- type GetRepositorySettingsResponse
- func (*GetRepositorySettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositorySettingsResponse) GetContributorsCount() uint32
- func (*GetRepositorySettingsResponse) ProtoMessage()
- func (x *GetRepositorySettingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositorySettingsResponse) Reset()
- func (x *GetRepositorySettingsResponse) String() string
- type GetRepositoryTagRequest
- func (*GetRepositoryTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryTagRequest) GetName() string
- func (x *GetRepositoryTagRequest) GetRepositoryId() string
- func (*GetRepositoryTagRequest) ProtoMessage()
- func (x *GetRepositoryTagRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTagRequest) Reset()
- func (x *GetRepositoryTagRequest) String() string
- type GetRepositoryTagResponse
- func (*GetRepositoryTagResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
- func (*GetRepositoryTagResponse) ProtoMessage()
- func (x *GetRepositoryTagResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTagResponse) Reset()
- func (x *GetRepositoryTagResponse) String() string
- type GetResourceByNameRequest
- func (*GetResourceByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetResourceByNameRequest) GetName() string
- func (x *GetResourceByNameRequest) GetOwner() string
- func (*GetResourceByNameRequest) ProtoMessage()
- func (x *GetResourceByNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetResourceByNameRequest) Reset()
- func (x *GetResourceByNameRequest) String() string
- type GetResourceByNameResponse
- func (*GetResourceByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetResourceByNameResponse) GetResource() *Resource
- func (*GetResourceByNameResponse) ProtoMessage()
- func (x *GetResourceByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetResourceByNameResponse) Reset()
- func (x *GetResourceByNameResponse) String() string
- type GetReviewFlowGracePeriodPolicyRequest
- func (*GetReviewFlowGracePeriodPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetReviewFlowGracePeriodPolicyRequest) ProtoMessage()
- func (x *GetReviewFlowGracePeriodPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *GetReviewFlowGracePeriodPolicyRequest) Reset()
- func (x *GetReviewFlowGracePeriodPolicyRequest) String() string
- type GetReviewFlowGracePeriodPolicyResponse
- func (*GetReviewFlowGracePeriodPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetReviewFlowGracePeriodPolicyResponse) GetPolicy() *ReviewFlowGracePeriodPolicy
- func (*GetReviewFlowGracePeriodPolicyResponse) ProtoMessage()
- func (x *GetReviewFlowGracePeriodPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetReviewFlowGracePeriodPolicyResponse) Reset()
- func (x *GetReviewFlowGracePeriodPolicyResponse) String() string
- type GetSchemaRequest
- func (*GetSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSchemaRequest) GetExcludeCustomOptions() bool
- func (x *GetSchemaRequest) GetExcludeKnownExtensions() bool
- func (x *GetSchemaRequest) GetIfNotCommit() string
- func (x *GetSchemaRequest) GetOwner() string
- func (x *GetSchemaRequest) GetRepository() string
- func (x *GetSchemaRequest) GetTypes() []string
- func (x *GetSchemaRequest) GetVersion() string
- func (*GetSchemaRequest) ProtoMessage()
- func (x *GetSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *GetSchemaRequest) Reset()
- func (x *GetSchemaRequest) String() string
- type GetSchemaResponse
- func (*GetSchemaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSchemaResponse) GetCommit() string
- func (x *GetSchemaResponse) GetSchemaFiles() *descriptorpb.FileDescriptorSet
- func (*GetSchemaResponse) ProtoMessage()
- func (x *GetSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *GetSchemaResponse) Reset()
- func (x *GetSchemaResponse) String() string
- type GetSourceDirectoryInfoRequest
- func (*GetSourceDirectoryInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSourceDirectoryInfoRequest) GetOwner() string
- func (x *GetSourceDirectoryInfoRequest) GetReference() string
- func (x *GetSourceDirectoryInfoRequest) GetRepository() string
- func (*GetSourceDirectoryInfoRequest) ProtoMessage()
- func (x *GetSourceDirectoryInfoRequest) ProtoReflect() protoreflect.Message
- func (x *GetSourceDirectoryInfoRequest) Reset()
- func (x *GetSourceDirectoryInfoRequest) String() string
- type GetSourceDirectoryInfoResponse
- func (*GetSourceDirectoryInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSourceDirectoryInfoResponse) GetRoot() *FileInfo
- func (*GetSourceDirectoryInfoResponse) ProtoMessage()
- func (x *GetSourceDirectoryInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetSourceDirectoryInfoResponse) Reset()
- func (x *GetSourceDirectoryInfoResponse) String() string
- type GetSourceFileRequest
- func (*GetSourceFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSourceFileRequest) GetOwner() string
- func (x *GetSourceFileRequest) GetPath() string
- func (x *GetSourceFileRequest) GetReference() string
- func (x *GetSourceFileRequest) GetRepository() string
- func (*GetSourceFileRequest) ProtoMessage()
- func (x *GetSourceFileRequest) ProtoReflect() protoreflect.Message
- func (x *GetSourceFileRequest) Reset()
- func (x *GetSourceFileRequest) String() string
- type GetSourceFileResponse
- func (*GetSourceFileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSourceFileResponse) GetContent() []byte
- func (*GetSourceFileResponse) ProtoMessage()
- func (x *GetSourceFileResponse) ProtoReflect() protoreflect.Message
- func (x *GetSourceFileResponse) Reset()
- func (x *GetSourceFileResponse) String() string
- type GetSwiftVersionRequest
- func (*GetSwiftVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSwiftVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetSwiftVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (*GetSwiftVersionRequest) ProtoMessage()
- func (x *GetSwiftVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetSwiftVersionRequest) Reset()
- func (x *GetSwiftVersionRequest) String() string
- type GetSwiftVersionResponse
- func (*GetSwiftVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSwiftVersionResponse) GetVersion() string
- func (*GetSwiftVersionResponse) ProtoMessage()
- func (x *GetSwiftVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetSwiftVersionResponse) Reset()
- func (x *GetSwiftVersionResponse) String() string
- type GetTokenRequest
- type GetTokenResponse
- type GetUniquenessPolicyRequest
- type GetUniquenessPolicyResponse
- func (*GetUniquenessPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUniquenessPolicyResponse) GetBackfillTaskComplete() bool
- func (x *GetUniquenessPolicyResponse) GetPolicy() *UniquenessPolicy
- func (*GetUniquenessPolicyResponse) ProtoMessage()
- func (x *GetUniquenessPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetUniquenessPolicyResponse) Reset()
- func (x *GetUniquenessPolicyResponse) String() string
- type GetUserByUsernameRequest
- func (*GetUserByUsernameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserByUsernameRequest) GetUsername() string
- func (*GetUserByUsernameRequest) ProtoMessage()
- func (x *GetUserByUsernameRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserByUsernameRequest) Reset()
- func (x *GetUserByUsernameRequest) String() string
- type GetUserByUsernameResponse
- func (*GetUserByUsernameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserByUsernameResponse) GetUser() *User
- func (*GetUserByUsernameResponse) ProtoMessage()
- func (x *GetUserByUsernameResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserByUsernameResponse) Reset()
- func (x *GetUserByUsernameResponse) String() string
- type GetUserOrganizationRequest
- func (*GetUserOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserOrganizationRequest) GetOrganizationId() string
- func (x *GetUserOrganizationRequest) GetUserId() string
- func (*GetUserOrganizationRequest) ProtoMessage()
- func (x *GetUserOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserOrganizationRequest) Reset()
- func (x *GetUserOrganizationRequest) String() string
- type GetUserOrganizationResponse
- func (*GetUserOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserOrganizationResponse) GetOrganizationMembership() *OrganizationMembership
- func (*GetUserOrganizationResponse) ProtoMessage()
- func (x *GetUserOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserOrganizationResponse) Reset()
- func (x *GetUserOrganizationResponse) String() string
- type GetUserPluginPreferencesRequest
- func (*GetUserPluginPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPluginPreferencesRequest) GetUserId() string
- func (*GetUserPluginPreferencesRequest) ProtoMessage()
- func (x *GetUserPluginPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserPluginPreferencesRequest) Reset()
- func (x *GetUserPluginPreferencesRequest) String() string
- type GetUserPluginPreferencesResponse
- func (*GetUserPluginPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPluginPreferencesResponse) GetPreference() *UserPluginPreference
- func (*GetUserPluginPreferencesResponse) ProtoMessage()
- func (x *GetUserPluginPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserPluginPreferencesResponse) Reset()
- func (x *GetUserPluginPreferencesResponse) String() string
- type GetUserRequest
- type GetUserResponse
- type GitCommitInformation
- func (*GitCommitInformation) Descriptor() ([]byte, []int)deprecated
- func (x *GitCommitInformation) GetAuthor() *GitIdentity
- func (x *GitCommitInformation) GetCommitter() *GitIdentity
- func (x *GitCommitInformation) GetHash() string
- func (*GitCommitInformation) ProtoMessage()
- func (x *GitCommitInformation) ProtoReflect() protoreflect.Message
- func (x *GitCommitInformation) Reset()
- func (x *GitCommitInformation) String() string
- type GitIdentity
- func (*GitIdentity) Descriptor() ([]byte, []int)deprecated
- func (x *GitIdentity) GetEmail() string
- func (x *GitIdentity) GetName() string
- func (x *GitIdentity) GetTime() *timestamppb.Timestamp
- func (*GitIdentity) ProtoMessage()
- func (x *GitIdentity) ProtoReflect() protoreflect.Message
- func (x *GitIdentity) Reset()
- func (x *GitIdentity) String() string
- type GitSyncPoint
- func (*GitSyncPoint) Descriptor() ([]byte, []int)deprecated
- func (x *GitSyncPoint) GetBranch() string
- func (x *GitSyncPoint) GetBsrCommitName() string
- func (x *GitSyncPoint) GetGitCommitHash() string
- func (x *GitSyncPoint) GetOwner() string
- func (x *GitSyncPoint) GetRepository() string
- func (*GitSyncPoint) ProtoMessage()
- func (x *GitSyncPoint) ProtoReflect() protoreflect.Message
- func (x *GitSyncPoint) Reset()
- func (x *GitSyncPoint) String() string
- type GithubAppConfig
- type GoConfig
- func (*GoConfig) Descriptor() ([]byte, []int)deprecated
- func (x *GoConfig) GetMinimumVersion() string
- func (x *GoConfig) GetRuntimeLibraries() []*GoConfig_RuntimeLibrary
- func (*GoConfig) ProtoMessage()
- func (x *GoConfig) ProtoReflect() protoreflect.Message
- func (x *GoConfig) Reset()
- func (x *GoConfig) String() string
- type GoConfig_RuntimeLibrary
- func (*GoConfig_RuntimeLibrary) Descriptor() ([]byte, []int)deprecated
- func (x *GoConfig_RuntimeLibrary) GetModule() string
- func (x *GoConfig_RuntimeLibrary) GetVersion() string
- func (*GoConfig_RuntimeLibrary) ProtoMessage()
- func (x *GoConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *GoConfig_RuntimeLibrary) Reset()
- func (x *GoConfig_RuntimeLibrary) String() string
- type ImageMask
- type ImportModuleRef
- func (*ImportModuleRef) Descriptor() ([]byte, []int)deprecated
- func (x *ImportModuleRef) GetCommit() string
- func (x *ImportModuleRef) GetOwner() string
- func (x *ImportModuleRef) GetPackageName() string
- func (x *ImportModuleRef) GetRemote() string
- func (x *ImportModuleRef) GetRepository() string
- func (*ImportModuleRef) ProtoMessage()
- func (x *ImportModuleRef) ProtoReflect() protoreflect.Message
- func (x *ImportModuleRef) Reset()
- func (x *ImportModuleRef) String() string
- type JSONOutputOptions
- func (*JSONOutputOptions) Descriptor() ([]byte, []int)deprecated
- func (x *JSONOutputOptions) GetIncludeDefaults() bool
- func (x *JSONOutputOptions) GetUseEnumNumbers() bool
- func (*JSONOutputOptions) ProtoMessage()
- func (x *JSONOutputOptions) ProtoReflect() protoreflect.Message
- func (x *JSONOutputOptions) Reset()
- func (x *JSONOutputOptions) String() string
- type Label
- type LabelName
- type LabelNamespace
- func (LabelNamespace) Descriptor() protoreflect.EnumDescriptor
- func (x LabelNamespace) Enum() *LabelNamespace
- func (LabelNamespace) EnumDescriptor() ([]byte, []int)deprecated
- func (x LabelNamespace) Number() protoreflect.EnumNumber
- func (x LabelNamespace) String() string
- func (LabelNamespace) Type() protoreflect.EnumType
- type LabelValue
- type ListCuratedPluginsRequest
- func (*ListCuratedPluginsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCuratedPluginsRequest) GetIncludeDeprecated() bool
- func (x *ListCuratedPluginsRequest) GetPageSize() uint32
- func (x *ListCuratedPluginsRequest) GetPageToken() string
- func (x *ListCuratedPluginsRequest) GetReverse() bool
- func (x *ListCuratedPluginsRequest) GetSupportsRemotePackages() bool
- func (*ListCuratedPluginsRequest) ProtoMessage()
- func (x *ListCuratedPluginsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCuratedPluginsRequest) Reset()
- func (x *ListCuratedPluginsRequest) String() string
- type ListCuratedPluginsResponse
- func (*ListCuratedPluginsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCuratedPluginsResponse) GetNextPageToken() string
- func (x *ListCuratedPluginsResponse) GetPlugins() []*CuratedPlugin
- func (*ListCuratedPluginsResponse) ProtoMessage()
- func (x *ListCuratedPluginsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCuratedPluginsResponse) Reset()
- func (x *ListCuratedPluginsResponse) String() string
- type ListManageableRepositoryRolesRequest
- func (*ListManageableRepositoryRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableRepositoryRolesRequest) GetRepositoryId() string
- func (*ListManageableRepositoryRolesRequest) ProtoMessage()
- func (x *ListManageableRepositoryRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListManageableRepositoryRolesRequest) Reset()
- func (x *ListManageableRepositoryRolesRequest) String() string
- type ListManageableRepositoryRolesResponse
- func (*ListManageableRepositoryRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableRepositoryRolesResponse) GetRoles() []RepositoryRole
- func (*ListManageableRepositoryRolesResponse) ProtoMessage()
- func (x *ListManageableRepositoryRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListManageableRepositoryRolesResponse) Reset()
- func (x *ListManageableRepositoryRolesResponse) String() string
- type ListManageableUserRepositoryRolesRequest
- func (*ListManageableUserRepositoryRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableUserRepositoryRolesRequest) GetRepositoryId() string
- func (x *ListManageableUserRepositoryRolesRequest) GetUserId() string
- func (*ListManageableUserRepositoryRolesRequest) ProtoMessage()
- func (x *ListManageableUserRepositoryRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListManageableUserRepositoryRolesRequest) Reset()
- func (x *ListManageableUserRepositoryRolesRequest) String() string
- type ListManageableUserRepositoryRolesResponse
- func (*ListManageableUserRepositoryRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableUserRepositoryRolesResponse) GetRoles() []RepositoryRole
- func (*ListManageableUserRepositoryRolesResponse) ProtoMessage()
- func (x *ListManageableUserRepositoryRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListManageableUserRepositoryRolesResponse) Reset()
- func (x *ListManageableUserRepositoryRolesResponse) String() string
- type ListOrganizationRepositoriesRequest
- func (*ListOrganizationRepositoriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationRepositoriesRequest) GetOrganizationId() string
- func (x *ListOrganizationRepositoriesRequest) GetPageSize() uint32
- func (x *ListOrganizationRepositoriesRequest) GetPageToken() string
- func (x *ListOrganizationRepositoriesRequest) GetReverse() bool
- func (*ListOrganizationRepositoriesRequest) ProtoMessage()
- func (x *ListOrganizationRepositoriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationRepositoriesRequest) Reset()
- func (x *ListOrganizationRepositoriesRequest) String() string
- type ListOrganizationRepositoriesResponse
- func (*ListOrganizationRepositoriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationRepositoriesResponse) GetNextPageToken() string
- func (x *ListOrganizationRepositoriesResponse) GetRepositories() []*Repository
- func (*ListOrganizationRepositoriesResponse) ProtoMessage()
- func (x *ListOrganizationRepositoriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationRepositoriesResponse) Reset()
- func (x *ListOrganizationRepositoriesResponse) String() string
- type ListOrganizationUsersRequest
- func (*ListOrganizationUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationUsersRequest) GetOrganizationId() string
- func (x *ListOrganizationUsersRequest) GetPageSize() uint32
- func (x *ListOrganizationUsersRequest) GetPageToken() string
- func (x *ListOrganizationUsersRequest) GetReverse() bool
- func (*ListOrganizationUsersRequest) ProtoMessage()
- func (x *ListOrganizationUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationUsersRequest) Reset()
- func (x *ListOrganizationUsersRequest) String() string
- type ListOrganizationUsersResponse
- func (*ListOrganizationUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationUsersResponse) GetNextPageToken() string
- func (x *ListOrganizationUsersResponse) GetUsers() []*OrganizationUser
- func (*ListOrganizationUsersResponse) ProtoMessage()
- func (x *ListOrganizationUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationUsersResponse) Reset()
- func (x *ListOrganizationUsersResponse) String() string
- type ListOrganizationsRequest
- func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsRequest) GetPageSize() uint32
- func (x *ListOrganizationsRequest) GetPageToken() string
- func (x *ListOrganizationsRequest) GetReverse() bool
- func (*ListOrganizationsRequest) ProtoMessage()
- func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsRequest) Reset()
- func (x *ListOrganizationsRequest) String() string
- type ListOrganizationsResponse
- func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsResponse) GetNextPageToken() string
- func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
- func (*ListOrganizationsResponse) ProtoMessage()
- func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsResponse) Reset()
- func (x *ListOrganizationsResponse) String() string
- type ListRecommendedResourcesRequest
- func (*ListRecommendedResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListRecommendedResourcesRequest) ProtoMessage()
- func (x *ListRecommendedResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRecommendedResourcesRequest) Reset()
- func (x *ListRecommendedResourcesRequest) String() string
- type ListRecommendedResourcesResponse
- func (*ListRecommendedResourcesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRecommendedResourcesResponse) GetResources() []*Resource
- func (*ListRecommendedResourcesResponse) ProtoMessage()
- func (x *ListRecommendedResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRecommendedResourcesResponse) Reset()
- func (x *ListRecommendedResourcesResponse) String() string
- type ListRepositoriesRequest
- func (*ListRepositoriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoriesRequest) GetPageSize() uint32
- func (x *ListRepositoriesRequest) GetPageToken() string
- func (x *ListRepositoriesRequest) GetReverse() bool
- func (*ListRepositoriesRequest) ProtoMessage()
- func (x *ListRepositoriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoriesRequest) Reset()
- func (x *ListRepositoriesRequest) String() string
- type ListRepositoriesResponse
- func (*ListRepositoriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoriesResponse) GetNextPageToken() string
- func (x *ListRepositoriesResponse) GetRepositories() []*Repository
- func (*ListRepositoriesResponse) ProtoMessage()
- func (x *ListRepositoriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoriesResponse) Reset()
- func (x *ListRepositoriesResponse) String() string
- type ListRepositoriesUserCanAccessRequest
- func (*ListRepositoriesUserCanAccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoriesUserCanAccessRequest) GetPageSize() uint32
- func (x *ListRepositoriesUserCanAccessRequest) GetPageToken() string
- func (x *ListRepositoriesUserCanAccessRequest) GetReverse() bool
- func (*ListRepositoriesUserCanAccessRequest) ProtoMessage()
- func (x *ListRepositoriesUserCanAccessRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoriesUserCanAccessRequest) Reset()
- func (x *ListRepositoriesUserCanAccessRequest) String() string
- type ListRepositoriesUserCanAccessResponse
- func (*ListRepositoriesUserCanAccessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoriesUserCanAccessResponse) GetNextPageToken() string
- func (x *ListRepositoriesUserCanAccessResponse) GetRepositories() []*Repository
- func (*ListRepositoriesUserCanAccessResponse) ProtoMessage()
- func (x *ListRepositoriesUserCanAccessResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoriesUserCanAccessResponse) Reset()
- func (x *ListRepositoriesUserCanAccessResponse) String() string
- type ListRepositoryBranchesByReferenceRequest
- func (*ListRepositoryBranchesByReferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryBranchesByReferenceRequest) GetCommitName() string
- func (x *ListRepositoryBranchesByReferenceRequest) GetPageSize() uint32
- func (x *ListRepositoryBranchesByReferenceRequest) GetPageToken() string
- func (m *ListRepositoryBranchesByReferenceRequest) GetReference() isListRepositoryBranchesByReferenceRequest_Reference
- func (x *ListRepositoryBranchesByReferenceRequest) GetRepositoryId() string
- func (x *ListRepositoryBranchesByReferenceRequest) GetVcsCommitHash() string
- func (*ListRepositoryBranchesByReferenceRequest) ProtoMessage()
- func (x *ListRepositoryBranchesByReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryBranchesByReferenceRequest) Reset()
- func (x *ListRepositoryBranchesByReferenceRequest) String() string
- type ListRepositoryBranchesByReferenceRequest_CommitName
- type ListRepositoryBranchesByReferenceRequest_VcsCommitHash
- type ListRepositoryBranchesByReferenceResponse
- func (*ListRepositoryBranchesByReferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryBranchesByReferenceResponse) GetNextPageToken() string
- func (x *ListRepositoryBranchesByReferenceResponse) GetRepositoryBranches() []*RepositoryBranch
- func (*ListRepositoryBranchesByReferenceResponse) ProtoMessage()
- func (x *ListRepositoryBranchesByReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryBranchesByReferenceResponse) Reset()
- func (x *ListRepositoryBranchesByReferenceResponse) String() string
- type ListRepositoryBranchesRequest
- func (*ListRepositoryBranchesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryBranchesRequest) GetPageSize() uint32
- func (x *ListRepositoryBranchesRequest) GetPageToken() string
- func (x *ListRepositoryBranchesRequest) GetRepositoryId() string
- func (*ListRepositoryBranchesRequest) ProtoMessage()
- func (x *ListRepositoryBranchesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryBranchesRequest) Reset()
- func (x *ListRepositoryBranchesRequest) String() string
- type ListRepositoryBranchesResponse
- func (*ListRepositoryBranchesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryBranchesResponse) GetNextPageToken() string
- func (x *ListRepositoryBranchesResponse) GetRepositoryBranches() []*RepositoryBranch
- func (*ListRepositoryBranchesResponse) ProtoMessage()
- func (x *ListRepositoryBranchesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryBranchesResponse) Reset()
- func (x *ListRepositoryBranchesResponse) String() string
- type ListRepositoryCommitsByBranchRequest
- func (*ListRepositoryCommitsByBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryCommitsByBranchRequest) GetPageSize() uint32
- func (x *ListRepositoryCommitsByBranchRequest) GetPageToken() string
- func (x *ListRepositoryCommitsByBranchRequest) GetRepositoryBranchName() string
- func (x *ListRepositoryCommitsByBranchRequest) GetRepositoryName() string
- func (x *ListRepositoryCommitsByBranchRequest) GetRepositoryOwner() string
- func (x *ListRepositoryCommitsByBranchRequest) GetReverse() bool
- func (*ListRepositoryCommitsByBranchRequest) ProtoMessage()
- func (x *ListRepositoryCommitsByBranchRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryCommitsByBranchRequest) Reset()
- func (x *ListRepositoryCommitsByBranchRequest) String() string
- type ListRepositoryCommitsByBranchResponse
- func (*ListRepositoryCommitsByBranchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryCommitsByBranchResponse) GetNextPageToken() string
- func (x *ListRepositoryCommitsByBranchResponse) GetRepositoryCommits() []*RepositoryCommit
- func (*ListRepositoryCommitsByBranchResponse) ProtoMessage()
- func (x *ListRepositoryCommitsByBranchResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryCommitsByBranchResponse) Reset()
- func (x *ListRepositoryCommitsByBranchResponse) String() string
- type ListRepositoryCommitsByReferenceRequest
- func (*ListRepositoryCommitsByReferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryCommitsByReferenceRequest) GetPageSize() uint32
- func (x *ListRepositoryCommitsByReferenceRequest) GetPageToken() string
- func (x *ListRepositoryCommitsByReferenceRequest) GetReference() string
- func (x *ListRepositoryCommitsByReferenceRequest) GetRepositoryName() string
- func (x *ListRepositoryCommitsByReferenceRequest) GetRepositoryOwner() string
- func (x *ListRepositoryCommitsByReferenceRequest) GetReverse() bool
- func (*ListRepositoryCommitsByReferenceRequest) ProtoMessage()
- func (x *ListRepositoryCommitsByReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryCommitsByReferenceRequest) Reset()
- func (x *ListRepositoryCommitsByReferenceRequest) String() string
- type ListRepositoryCommitsByReferenceResponse
- func (*ListRepositoryCommitsByReferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryCommitsByReferenceResponse) GetNextPageToken() string
- func (x *ListRepositoryCommitsByReferenceResponse) GetRepositoryCommits() []*RepositoryCommit
- func (*ListRepositoryCommitsByReferenceResponse) ProtoMessage()
- func (x *ListRepositoryCommitsByReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryCommitsByReferenceResponse) Reset()
- func (x *ListRepositoryCommitsByReferenceResponse) String() string
- type ListRepositoryContributorsRequest
- func (*ListRepositoryContributorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryContributorsRequest) GetPageSize() uint32
- func (x *ListRepositoryContributorsRequest) GetPageToken() string
- func (x *ListRepositoryContributorsRequest) GetRepositoryId() string
- func (x *ListRepositoryContributorsRequest) GetReverse() bool
- func (*ListRepositoryContributorsRequest) ProtoMessage()
- func (x *ListRepositoryContributorsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryContributorsRequest) Reset()
- func (x *ListRepositoryContributorsRequest) String() string
- type ListRepositoryContributorsResponse
- func (*ListRepositoryContributorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryContributorsResponse) GetNextPageToken() string
- func (x *ListRepositoryContributorsResponse) GetUsers() []*RepositoryContributor
- func (*ListRepositoryContributorsResponse) ProtoMessage()
- func (x *ListRepositoryContributorsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryContributorsResponse) Reset()
- func (x *ListRepositoryContributorsResponse) String() string
- type ListRepositoryDraftCommitsRequest
- func (*ListRepositoryDraftCommitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryDraftCommitsRequest) GetPageSize() uint32
- func (x *ListRepositoryDraftCommitsRequest) GetPageToken() string
- func (x *ListRepositoryDraftCommitsRequest) GetRepositoryName() string
- func (x *ListRepositoryDraftCommitsRequest) GetRepositoryOwner() string
- func (x *ListRepositoryDraftCommitsRequest) GetReverse() bool
- func (*ListRepositoryDraftCommitsRequest) ProtoMessage()
- func (x *ListRepositoryDraftCommitsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryDraftCommitsRequest) Reset()
- func (x *ListRepositoryDraftCommitsRequest) String() string
- type ListRepositoryDraftCommitsResponse
- func (*ListRepositoryDraftCommitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryDraftCommitsResponse) GetNextPageToken() string
- func (x *ListRepositoryDraftCommitsResponse) GetRepositoryCommits() []*RepositoryCommit
- func (*ListRepositoryDraftCommitsResponse) ProtoMessage()
- func (x *ListRepositoryDraftCommitsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryDraftCommitsResponse) Reset()
- func (x *ListRepositoryDraftCommitsResponse) String() string
- type ListRepositoryTagsForReferenceRequest
- func (*ListRepositoryTagsForReferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTagsForReferenceRequest) GetPageSize() uint32
- func (x *ListRepositoryTagsForReferenceRequest) GetPageToken() string
- func (x *ListRepositoryTagsForReferenceRequest) GetReference() string
- func (x *ListRepositoryTagsForReferenceRequest) GetRepositoryId() string
- func (x *ListRepositoryTagsForReferenceRequest) GetReverse() bool
- func (*ListRepositoryTagsForReferenceRequest) ProtoMessage()
- func (x *ListRepositoryTagsForReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTagsForReferenceRequest) Reset()
- func (x *ListRepositoryTagsForReferenceRequest) String() string
- type ListRepositoryTagsForReferenceResponse
- func (*ListRepositoryTagsForReferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTagsForReferenceResponse) GetNextPageToken() string
- func (x *ListRepositoryTagsForReferenceResponse) GetRepositoryTags() []*RepositoryTag
- func (*ListRepositoryTagsForReferenceResponse) ProtoMessage()
- func (x *ListRepositoryTagsForReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTagsForReferenceResponse) Reset()
- func (x *ListRepositoryTagsForReferenceResponse) String() string
- type ListRepositoryTagsRequest
- func (*ListRepositoryTagsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTagsRequest) GetPageSize() uint32
- func (x *ListRepositoryTagsRequest) GetPageToken() string
- func (x *ListRepositoryTagsRequest) GetRepositoryId() string
- func (x *ListRepositoryTagsRequest) GetReverse() bool
- func (*ListRepositoryTagsRequest) ProtoMessage()
- func (x *ListRepositoryTagsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTagsRequest) Reset()
- func (x *ListRepositoryTagsRequest) String() string
- type ListRepositoryTagsResponse
- func (*ListRepositoryTagsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTagsResponse) GetNextPageToken() string
- func (x *ListRepositoryTagsResponse) GetRepositoryTags() []*RepositoryTag
- func (*ListRepositoryTagsResponse) ProtoMessage()
- func (x *ListRepositoryTagsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTagsResponse) Reset()
- func (x *ListRepositoryTagsResponse) String() string
- type ListSCIMTokensRequest
- func (*ListSCIMTokensRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSCIMTokensRequest) GetPageSize() uint32
- func (x *ListSCIMTokensRequest) GetPageToken() string
- func (x *ListSCIMTokensRequest) GetReverse() bool
- func (*ListSCIMTokensRequest) ProtoMessage()
- func (x *ListSCIMTokensRequest) ProtoReflect() protoreflect.Message
- func (x *ListSCIMTokensRequest) Reset()
- func (x *ListSCIMTokensRequest) String() string
- type ListSCIMTokensResponse
- func (*ListSCIMTokensResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSCIMTokensResponse) GetNextPageToken() string
- func (x *ListSCIMTokensResponse) GetTokens() []*SCIMToken
- func (*ListSCIMTokensResponse) ProtoMessage()
- func (x *ListSCIMTokensResponse) ProtoReflect() protoreflect.Message
- func (x *ListSCIMTokensResponse) Reset()
- func (x *ListSCIMTokensResponse) String() string
- type ListServerUniquenessCollisionsRequest
- func (*ListServerUniquenessCollisionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListServerUniquenessCollisionsRequest) GetCollisionType() CollisionType
- func (x *ListServerUniquenessCollisionsRequest) GetPageSize() uint32
- func (x *ListServerUniquenessCollisionsRequest) GetPageToken() string
- func (*ListServerUniquenessCollisionsRequest) ProtoMessage()
- func (x *ListServerUniquenessCollisionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListServerUniquenessCollisionsRequest) Reset()
- func (x *ListServerUniquenessCollisionsRequest) String() string
- type ListServerUniquenessCollisionsResponse
- func (*ListServerUniquenessCollisionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListServerUniquenessCollisionsResponse) GetCollisions() []*Collision
- func (x *ListServerUniquenessCollisionsResponse) GetNextPageToken() string
- func (*ListServerUniquenessCollisionsResponse) ProtoMessage()
- func (x *ListServerUniquenessCollisionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListServerUniquenessCollisionsResponse) Reset()
- func (x *ListServerUniquenessCollisionsResponse) String() string
- type ListStudioAgentPresetsRequest
- func (*ListStudioAgentPresetsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListStudioAgentPresetsRequest) ProtoMessage()
- func (x *ListStudioAgentPresetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListStudioAgentPresetsRequest) Reset()
- func (x *ListStudioAgentPresetsRequest) String() string
- type ListStudioAgentPresetsResponse
- func (*ListStudioAgentPresetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListStudioAgentPresetsResponse) GetAgents() []*StudioAgentPreset
- func (*ListStudioAgentPresetsResponse) ProtoMessage()
- func (x *ListStudioAgentPresetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListStudioAgentPresetsResponse) Reset()
- func (x *ListStudioAgentPresetsResponse) String() string
- type ListStudioRequestsRequest
- func (*ListStudioRequestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListStudioRequestsRequest) GetPageSize() uint32
- func (x *ListStudioRequestsRequest) GetPageToken() string
- func (x *ListStudioRequestsRequest) GetReverse() bool
- func (*ListStudioRequestsRequest) ProtoMessage()
- func (x *ListStudioRequestsRequest) ProtoReflect() protoreflect.Message
- func (x *ListStudioRequestsRequest) Reset()
- func (x *ListStudioRequestsRequest) String() string
- type ListStudioRequestsResponse
- func (*ListStudioRequestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListStudioRequestsResponse) GetNextPageToken() string
- func (x *ListStudioRequestsResponse) GetRequests() []*StudioRequest
- func (*ListStudioRequestsResponse) ProtoMessage()
- func (x *ListStudioRequestsResponse) ProtoReflect() protoreflect.Message
- func (x *ListStudioRequestsResponse) Reset()
- func (x *ListStudioRequestsResponse) String() string
- type ListTokensRequest
- func (*ListTokensRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTokensRequest) GetPageSize() uint32
- func (x *ListTokensRequest) GetPageToken() string
- func (x *ListTokensRequest) GetReverse() bool
- func (x *ListTokensRequest) GetUserId() string
- func (*ListTokensRequest) ProtoMessage()
- func (x *ListTokensRequest) ProtoReflect() protoreflect.Message
- func (x *ListTokensRequest) Reset()
- func (x *ListTokensRequest) String() string
- type ListTokensResponse
- func (*ListTokensResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTokensResponse) GetNextPageToken() string
- func (x *ListTokensResponse) GetTokens() []*Token
- func (*ListTokensResponse) ProtoMessage()
- func (x *ListTokensResponse) ProtoReflect() protoreflect.Message
- func (x *ListTokensResponse) Reset()
- func (x *ListTokensResponse) String() string
- type ListUserOrganizationsRequest
- func (*ListUserOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserOrganizationsRequest) GetPageSize() uint32
- func (x *ListUserOrganizationsRequest) GetPageToken() string
- func (x *ListUserOrganizationsRequest) GetReverse() bool
- func (x *ListUserOrganizationsRequest) GetUserId() string
- func (*ListUserOrganizationsRequest) ProtoMessage()
- func (x *ListUserOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserOrganizationsRequest) Reset()
- func (x *ListUserOrganizationsRequest) String() string
- type ListUserOrganizationsResponse
- func (*ListUserOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserOrganizationsResponse) GetNextPageToken() string
- func (x *ListUserOrganizationsResponse) GetOrganizations() []*OrganizationMembership
- func (*ListUserOrganizationsResponse) ProtoMessage()
- func (x *ListUserOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserOrganizationsResponse) Reset()
- func (x *ListUserOrganizationsResponse) String() string
- type ListUserRepositoriesRequest
- func (*ListUserRepositoriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserRepositoriesRequest) GetPageSize() uint32
- func (x *ListUserRepositoriesRequest) GetPageToken() string
- func (x *ListUserRepositoriesRequest) GetReverse() bool
- func (x *ListUserRepositoriesRequest) GetUserId() string
- func (*ListUserRepositoriesRequest) ProtoMessage()
- func (x *ListUserRepositoriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserRepositoriesRequest) Reset()
- func (x *ListUserRepositoriesRequest) String() string
- type ListUserRepositoriesResponse
- func (*ListUserRepositoriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserRepositoriesResponse) GetNextPageToken() string
- func (x *ListUserRepositoriesResponse) GetRepositories() []*Repository
- func (*ListUserRepositoriesResponse) ProtoMessage()
- func (x *ListUserRepositoriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserRepositoriesResponse) Reset()
- func (x *ListUserRepositoriesResponse) String() string
- type ListUsersRequest
- func (*ListUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersRequest) GetPageSize() uint32
- func (x *ListUsersRequest) GetPageToken() string
- func (x *ListUsersRequest) GetReverse() bool
- func (x *ListUsersRequest) GetUserStateFilter() UserState
- func (x *ListUsersRequest) GetUserTypeFilters() []UserType
- func (*ListUsersRequest) ProtoMessage()
- func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListUsersRequest) Reset()
- func (x *ListUsersRequest) String() string
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetNextPageToken() string
- func (x *ListUsersResponse) GetUsers() []*User
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
- type ListWebhooksRequest
- func (*ListWebhooksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWebhooksRequest) GetOwnerName() string
- func (x *ListWebhooksRequest) GetPageToken() string
- func (x *ListWebhooksRequest) GetRepositoryName() string
- func (*ListWebhooksRequest) ProtoMessage()
- func (x *ListWebhooksRequest) ProtoReflect() protoreflect.Message
- func (x *ListWebhooksRequest) Reset()
- func (x *ListWebhooksRequest) String() string
- type ListWebhooksResponse
- func (*ListWebhooksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWebhooksResponse) GetNextPageToken() string
- func (x *ListWebhooksResponse) GetWebhooks() []*Webhook
- func (*ListWebhooksResponse) ProtoMessage()
- func (x *ListWebhooksResponse) ProtoReflect() protoreflect.Message
- func (x *ListWebhooksResponse) Reset()
- func (x *ListWebhooksResponse) String() string
- type LiteralValue
- func (*LiteralValue) Descriptor() ([]byte, []int)deprecated
- func (x *LiteralValue) GetArrayValue() *ArrayLiteral
- func (x *LiteralValue) GetBoolValue() bool
- func (x *LiteralValue) GetComments() string
- func (x *LiteralValue) GetDoubleValue() float64
- func (x *LiteralValue) GetEnumValueNameValue() string
- func (x *LiteralValue) GetIntValue() int64
- func (x *LiteralValue) GetMessageValue() *MessageLiteral
- func (x *LiteralValue) GetStringValue() string
- func (x *LiteralValue) GetUintValue() uint64
- func (m *LiteralValue) GetValue() isLiteralValue_Value
- func (*LiteralValue) ProtoMessage()
- func (x *LiteralValue) ProtoReflect() protoreflect.Message
- func (x *LiteralValue) Reset()
- func (x *LiteralValue) String() string
- type LiteralValue_ArrayValue
- type LiteralValue_BoolValue
- type LiteralValue_DoubleValue
- type LiteralValue_EnumValueNameValue
- type LiteralValue_IntValue
- type LiteralValue_MessageValue
- type LiteralValue_StringValue
- type LiteralValue_UintValue
- type LocalModulePin
- func (*LocalModulePin) Descriptor() ([]byte, []int)deprecated
- func (x *LocalModulePin) GetCommit() string
- func (x *LocalModulePin) GetManifestDigest() string
- func (x *LocalModulePin) GetOwner() string
- func (x *LocalModulePin) GetRepository() string
- func (*LocalModulePin) ProtoMessage()
- func (x *LocalModulePin) ProtoReflect() protoreflect.Message
- func (x *LocalModulePin) Reset()
- func (x *LocalModulePin) String() string
- type LocalModuleReference
- func (*LocalModuleReference) Descriptor() ([]byte, []int)deprecated
- func (x *LocalModuleReference) GetOwner() string
- func (x *LocalModuleReference) GetReference() string
- func (x *LocalModuleReference) GetRepository() string
- func (*LocalModuleReference) ProtoMessage()
- func (x *LocalModuleReference) ProtoReflect() protoreflect.Message
- func (x *LocalModuleReference) Reset()
- func (x *LocalModuleReference) String() string
- type LocalModuleResolveResult
- func (*LocalModuleResolveResult) Descriptor() ([]byte, []int)deprecated
- func (x *LocalModuleResolveResult) GetIsBsrHead() bool
- func (x *LocalModuleResolveResult) GetPin() *LocalModulePin
- func (x *LocalModuleResolveResult) GetReference() *LocalModuleReference
- func (x *LocalModuleResolveResult) GetResolvedReferenceType() ResolvedReferenceType
- func (*LocalModuleResolveResult) ProtoMessage()
- func (x *LocalModuleResolveResult) ProtoReflect() protoreflect.Message
- func (x *LocalModuleResolveResult) Reset()
- func (x *LocalModuleResolveResult) String() string
- type Location
- func (*Location) Descriptor() ([]byte, []int)deprecated
- func (x *Location) GetEndColumn() int32
- func (x *Location) GetEndLine() int32
- func (x *Location) GetStartColumn() int32
- func (x *Location) GetStartLine() int32
- func (*Location) ProtoMessage()
- func (x *Location) ProtoReflect() protoreflect.Message
- func (x *Location) Reset()
- func (x *Location) String() string
- type MapEntry
- func (*MapEntry) Descriptor() ([]byte, []int)deprecated
- func (x *MapEntry) GetKeyFullType() string
- func (x *MapEntry) GetValueFullType() string
- func (x *MapEntry) GetValueImportModuleRef() *ImportModuleRef
- func (x *MapEntry) GetValueNestedType() string
- func (*MapEntry) ProtoMessage()
- func (x *MapEntry) ProtoReflect() protoreflect.Message
- func (x *MapEntry) Reset()
- func (x *MapEntry) String() string
- type MavenConfig
- func (*MavenConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MavenConfig) GetAdditionalRuntimes() []*MavenConfig_RuntimeConfig
- func (x *MavenConfig) GetCompiler() *MavenConfig_CompilerConfig
- func (x *MavenConfig) GetRuntimeLibraries() []*MavenConfig_RuntimeLibrary
- func (*MavenConfig) ProtoMessage()
- func (x *MavenConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig) Reset()
- func (x *MavenConfig) String() string
- type MavenConfig_CompilerConfig
- func (*MavenConfig_CompilerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MavenConfig_CompilerConfig) GetJava() *MavenConfig_CompilerJavaConfig
- func (x *MavenConfig_CompilerConfig) GetKotlin() *MavenConfig_CompilerKotlinConfig
- func (*MavenConfig_CompilerConfig) ProtoMessage()
- func (x *MavenConfig_CompilerConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_CompilerConfig) Reset()
- func (x *MavenConfig_CompilerConfig) String() string
- type MavenConfig_CompilerJavaConfig
- func (*MavenConfig_CompilerJavaConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MavenConfig_CompilerJavaConfig) GetEncoding() string
- func (x *MavenConfig_CompilerJavaConfig) GetRelease() int32
- func (x *MavenConfig_CompilerJavaConfig) GetSource() int32
- func (x *MavenConfig_CompilerJavaConfig) GetTarget() int32
- func (*MavenConfig_CompilerJavaConfig) ProtoMessage()
- func (x *MavenConfig_CompilerJavaConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_CompilerJavaConfig) Reset()
- func (x *MavenConfig_CompilerJavaConfig) String() string
- type MavenConfig_CompilerKotlinConfig
- func (*MavenConfig_CompilerKotlinConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MavenConfig_CompilerKotlinConfig) GetApiVersion() string
- func (x *MavenConfig_CompilerKotlinConfig) GetJvmTarget() string
- func (x *MavenConfig_CompilerKotlinConfig) GetLanguageVersion() string
- func (x *MavenConfig_CompilerKotlinConfig) GetVersion() string
- func (*MavenConfig_CompilerKotlinConfig) ProtoMessage()
- func (x *MavenConfig_CompilerKotlinConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_CompilerKotlinConfig) Reset()
- func (x *MavenConfig_CompilerKotlinConfig) String() string
- type MavenConfig_RuntimeConfig
- func (*MavenConfig_RuntimeConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MavenConfig_RuntimeConfig) GetName() string
- func (x *MavenConfig_RuntimeConfig) GetOptions() []string
- func (x *MavenConfig_RuntimeConfig) GetRuntimeLibraries() []*MavenConfig_RuntimeLibrary
- func (*MavenConfig_RuntimeConfig) ProtoMessage()
- func (x *MavenConfig_RuntimeConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_RuntimeConfig) Reset()
- func (x *MavenConfig_RuntimeConfig) String() string
- type MavenConfig_RuntimeLibrary
- func (*MavenConfig_RuntimeLibrary) Descriptor() ([]byte, []int)deprecated
- func (x *MavenConfig_RuntimeLibrary) GetArtifactId() string
- func (x *MavenConfig_RuntimeLibrary) GetClassifier() string
- func (x *MavenConfig_RuntimeLibrary) GetExtension() string
- func (x *MavenConfig_RuntimeLibrary) GetGroupId() string
- func (x *MavenConfig_RuntimeLibrary) GetVersion() string
- func (*MavenConfig_RuntimeLibrary) ProtoMessage()
- func (x *MavenConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_RuntimeLibrary) Reset()
- func (x *MavenConfig_RuntimeLibrary) String() string
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetComments() string
- func (x *Message) GetFields() []*MessageField
- func (x *Message) GetFilePath() string
- func (x *Message) GetFullName() string
- func (x *Message) GetImplicitlyDeprecated() bool
- func (x *Message) GetIsMapEntry() bool
- func (x *Message) GetLocation() *Location
- func (x *Message) GetMessageExtensions() []*Field
- func (x *Message) GetMessageOptions() *MessageOptionsdeprecated
- func (x *Message) GetName() string
- func (x *Message) GetNestedName() string
- func (x *Message) GetOptions() []*FieldLiteral
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type MessageField
- func (*MessageField) Descriptor() ([]byte, []int)deprecated
- func (x *MessageField) GetField() *Field
- func (m *MessageField) GetMessageField() isMessageField_MessageField
- func (x *MessageField) GetOneof() *Oneof
- func (*MessageField) ProtoMessage()
- func (x *MessageField) ProtoReflect() protoreflect.Message
- func (x *MessageField) Reset()
- func (x *MessageField) String() string
- type MessageField_Field
- type MessageField_Oneof
- type MessageLiteral
- type MessageOptionsdeprecated
- type Method
- func (*Method) Descriptor() ([]byte, []int)deprecated
- func (x *Method) GetComments() string
- func (x *Method) GetImplicitlyDeprecated() bool
- func (x *Method) GetMethodOptions() *MethodOptionsdeprecated
- func (x *Method) GetName() string
- func (x *Method) GetOptions() []*FieldLiteral
- func (x *Method) GetRequest() *MethodRequestResponse
- func (x *Method) GetResponse() *MethodRequestResponse
- func (*Method) ProtoMessage()
- func (x *Method) ProtoReflect() protoreflect.Message
- func (x *Method) Reset()
- func (x *Method) String() string
- type MethodOptionsdeprecated
- func (*MethodOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MethodOptions) GetDeprecated() bool
- func (x *MethodOptions) GetIdempotencyLevel() int32
- func (*MethodOptions) ProtoMessage()
- func (x *MethodOptions) ProtoReflect() protoreflect.Message
- func (x *MethodOptions) Reset()
- func (x *MethodOptions) String() string
- type MethodRequestResponse
- func (*MethodRequestResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MethodRequestResponse) GetFullType() string
- func (x *MethodRequestResponse) GetImportModuleRef() *ImportModuleRef
- func (x *MethodRequestResponse) GetMessage() *Message
- func (x *MethodRequestResponse) GetNestedType() string
- func (x *MethodRequestResponse) GetStreaming() bool
- func (*MethodRequestResponse) ProtoMessage()
- func (x *MethodRequestResponse) ProtoReflect() protoreflect.Message
- func (x *MethodRequestResponse) Reset()
- func (x *MethodRequestResponse) String() string
- type ModuleDocumentation
- func (*ModuleDocumentation) Descriptor() ([]byte, []int)deprecated
- func (x *ModuleDocumentation) GetDocumentation() string
- func (x *ModuleDocumentation) GetDocumentationPath() string
- func (x *ModuleDocumentation) GetLicense() string
- func (x *ModuleDocumentation) GetName() string
- func (*ModuleDocumentation) ProtoMessage()
- func (x *ModuleDocumentation) ProtoReflect() protoreflect.Message
- func (x *ModuleDocumentation) Reset()
- func (x *ModuleDocumentation) String() string
- type ModuleElementSearchResult
- func (*ModuleElementSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *ModuleElementSearchResult) GetFullyQualifiedName() string
- func (x *ModuleElementSearchResult) GetPackageName() string
- func (x *ModuleElementSearchResult) GetProtoFilePath() string
- func (x *ModuleElementSearchResult) GetRepositoryId() string
- func (x *ModuleElementSearchResult) GetRepositoryName() string
- func (x *ModuleElementSearchResult) GetRepositoryOwner() string
- func (x *ModuleElementSearchResult) GetSearchModuleElementType() SearchModuleElementType
- func (*ModuleElementSearchResult) ProtoMessage()
- func (x *ModuleElementSearchResult) ProtoReflect() protoreflect.Message
- func (x *ModuleElementSearchResult) Reset()
- func (x *ModuleElementSearchResult) String() string
- type ModuleFileSearchResult
- func (*ModuleFileSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *ModuleFileSearchResult) GetProtoFilePath() string
- func (x *ModuleFileSearchResult) GetRepositoryId() string
- func (x *ModuleFileSearchResult) GetRepositoryName() string
- func (x *ModuleFileSearchResult) GetRepositoryOwner() string
- func (*ModuleFileSearchResult) ProtoMessage()
- func (x *ModuleFileSearchResult) ProtoReflect() protoreflect.Message
- func (x *ModuleFileSearchResult) Reset()
- func (x *ModuleFileSearchResult) String() string
- type ModulePackage
- func (*ModulePackage) Descriptor() ([]byte, []int)deprecated
- func (x *ModulePackage) GetDescription() string
- func (x *ModulePackage) GetName() string
- func (*ModulePackage) ProtoMessage()
- func (x *ModulePackage) ProtoReflect() protoreflect.Message
- func (x *ModulePackage) Reset()
- func (x *ModulePackage) String() string
- type MonthlyUsage
- func (*MonthlyUsage) Descriptor() ([]byte, []int)deprecated
- func (x *MonthlyUsage) GetMonth() uint32
- func (x *MonthlyUsage) GetTotalEnumTypes() uint32
- func (x *MonthlyUsage) GetTotalMessageTypes() uint32
- func (x *MonthlyUsage) GetTotalMethodTypes() uint32
- func (x *MonthlyUsage) GetYear() uint32
- func (*MonthlyUsage) ProtoMessage()
- func (x *MonthlyUsage) ProtoReflect() protoreflect.Message
- func (x *MonthlyUsage) Reset()
- func (x *MonthlyUsage) String() string
- type MoveLabelRequest
- func (*MoveLabelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MoveLabelRequest) GetFrom() *LabelValue
- func (x *MoveLabelRequest) GetLabelName() *LabelName
- func (x *MoveLabelRequest) GetTo() *LabelValue
- func (*MoveLabelRequest) ProtoMessage()
- func (x *MoveLabelRequest) ProtoReflect() protoreflect.Message
- func (x *MoveLabelRequest) Reset()
- func (x *MoveLabelRequest) String() string
- type MoveLabelResponse
- type NPMConfig
- func (*NPMConfig) Descriptor() ([]byte, []int)deprecated
- func (x *NPMConfig) GetImportStyle() NPMImportStyle
- func (x *NPMConfig) GetRewriteImportPathSuffix() string
- func (x *NPMConfig) GetRuntimeLibraries() []*NPMConfig_RuntimeLibrary
- func (*NPMConfig) ProtoMessage()
- func (x *NPMConfig) ProtoReflect() protoreflect.Message
- func (x *NPMConfig) Reset()
- func (x *NPMConfig) String() string
- type NPMConfig_RuntimeLibrary
- func (*NPMConfig_RuntimeLibrary) Descriptor() ([]byte, []int)deprecated
- func (x *NPMConfig_RuntimeLibrary) GetPackage() string
- func (x *NPMConfig_RuntimeLibrary) GetVersion() string
- func (*NPMConfig_RuntimeLibrary) ProtoMessage()
- func (x *NPMConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *NPMConfig_RuntimeLibrary) Reset()
- func (x *NPMConfig_RuntimeLibrary) String() string
- type NPMImportStyle
- func (NPMImportStyle) Descriptor() protoreflect.EnumDescriptor
- func (x NPMImportStyle) Enum() *NPMImportStyle
- func (NPMImportStyle) EnumDescriptor() ([]byte, []int)deprecated
- func (x NPMImportStyle) Number() protoreflect.EnumNumber
- func (x NPMImportStyle) String() string
- func (NPMImportStyle) Type() protoreflect.EnumType
- type Oneof
- func (*Oneof) Descriptor() ([]byte, []int)deprecated
- func (x *Oneof) GetFields() []*Field
- func (x *Oneof) GetName() string
- func (x *Oneof) GetOptions() []*FieldLiteral
- func (*Oneof) ProtoMessage()
- func (x *Oneof) ProtoReflect() protoreflect.Message
- func (x *Oneof) Reset()
- func (x *Oneof) String() string
- type OrderBy
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetCreateTime() *timestamppb.Timestamp
- func (x *Organization) GetDescription() string
- func (x *Organization) GetId() string
- func (x *Organization) GetName() string
- func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
- func (x *Organization) GetUrl() string
- func (x *Organization) GetVerificationStatus() VerificationStatus
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) String() string
- type OrganizationMembership
- func (*OrganizationMembership) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationMembership) GetOrganization() *Organization
- func (x *OrganizationMembership) GetOrganizationRole() OrganizationRole
- func (*OrganizationMembership) ProtoMessage()
- func (x *OrganizationMembership) ProtoReflect() protoreflect.Message
- func (x *OrganizationMembership) Reset()
- func (x *OrganizationMembership) String() string
- type OrganizationRole
- func (OrganizationRole) Descriptor() protoreflect.EnumDescriptor
- func (x OrganizationRole) Enum() *OrganizationRole
- func (OrganizationRole) EnumDescriptor() ([]byte, []int)deprecated
- func (x OrganizationRole) Number() protoreflect.EnumNumber
- func (x OrganizationRole) String() string
- func (OrganizationRole) Type() protoreflect.EnumType
- type OrganizationRoleSource
- func (OrganizationRoleSource) Descriptor() protoreflect.EnumDescriptor
- func (x OrganizationRoleSource) Enum() *OrganizationRoleSource
- func (OrganizationRoleSource) EnumDescriptor() ([]byte, []int)deprecated
- func (x OrganizationRoleSource) Number() protoreflect.EnumNumber
- func (x OrganizationRoleSource) String() string
- func (OrganizationRoleSource) Type() protoreflect.EnumType
- type OrganizationSearchResult
- func (*OrganizationSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationSearchResult) GetId() string
- func (x *OrganizationSearchResult) GetName() string
- func (*OrganizationSearchResult) ProtoMessage()
- func (x *OrganizationSearchResult) ProtoReflect() protoreflect.Message
- func (x *OrganizationSearchResult) Reset()
- func (x *OrganizationSearchResult) String() string
- type OrganizationUser
- func (*OrganizationUser) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationUser) GetOrganizationId() string
- func (x *OrganizationUser) GetOrganizationRole() OrganizationRole
- func (x *OrganizationUser) GetOrganizationRoleSource() OrganizationRoleSource
- func (x *OrganizationUser) GetUser() *User
- func (*OrganizationUser) ProtoMessage()
- func (x *OrganizationUser) ProtoReflect() protoreflect.Message
- func (x *OrganizationUser) Reset()
- func (x *OrganizationUser) String() string
- type Owner
- func (*Owner) Descriptor() ([]byte, []int)deprecated
- func (x *Owner) GetOrganization() *Organization
- func (m *Owner) GetOwner() isOwner_Owner
- func (x *Owner) GetUser() *User
- func (*Owner) ProtoMessage()
- func (x *Owner) ProtoReflect() protoreflect.Message
- func (x *Owner) Reset()
- func (x *Owner) String() string
- type Owner_Organization
- type Owner_User
- type PackageDocumentation
- func (*PackageDocumentation) Descriptor() ([]byte, []int)deprecated
- func (x *PackageDocumentation) GetComments() string
- func (x *PackageDocumentation) GetEnums() []*Enum
- func (x *PackageDocumentation) GetFileExtensions() []*FileExtension
- func (x *PackageDocumentation) GetMessages() []*Message
- func (x *PackageDocumentation) GetName() string
- func (x *PackageDocumentation) GetServices() []*Service
- func (*PackageDocumentation) ProtoMessage()
- func (x *PackageDocumentation) ProtoReflect() protoreflect.Message
- func (x *PackageDocumentation) Reset()
- func (x *PackageDocumentation) String() string
- type PluginGenerationRequest
- func (*PluginGenerationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PluginGenerationRequest) GetIncludeImports() bool
- func (x *PluginGenerationRequest) GetIncludeWellKnownTypes() bool
- func (x *PluginGenerationRequest) GetOptions() []string
- func (x *PluginGenerationRequest) GetPluginReference() *CuratedPluginReference
- func (*PluginGenerationRequest) ProtoMessage()
- func (x *PluginGenerationRequest) ProtoReflect() protoreflect.Message
- func (x *PluginGenerationRequest) Reset()
- func (x *PluginGenerationRequest) String() string
- type PluginGenerationResponse
- func (*PluginGenerationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PluginGenerationResponse) GetResponse() *pluginpb.CodeGeneratorResponse
- func (*PluginGenerationResponse) ProtoMessage()
- func (x *PluginGenerationResponse) ProtoReflect() protoreflect.Message
- func (x *PluginGenerationResponse) Reset()
- func (x *PluginGenerationResponse) String() string
- type PluginLanguage
- func (PluginLanguage) Descriptor() protoreflect.EnumDescriptor
- func (x PluginLanguage) Enum() *PluginLanguage
- func (PluginLanguage) EnumDescriptor() ([]byte, []int)deprecated
- func (x PluginLanguage) Number() protoreflect.EnumNumber
- func (x PluginLanguage) String() string
- func (PluginLanguage) Type() protoreflect.EnumType
- type PluginRegistryType
- func (PluginRegistryType) Descriptor() protoreflect.EnumDescriptor
- func (x PluginRegistryType) Enum() *PluginRegistryType
- func (PluginRegistryType) EnumDescriptor() ([]byte, []int)deprecated
- func (x PluginRegistryType) Number() protoreflect.EnumNumber
- func (x PluginRegistryType) String() string
- func (PluginRegistryType) Type() protoreflect.EnumType
- type PushManifestAndBlobsRequest
- func (*PushManifestAndBlobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PushManifestAndBlobsRequest) GetBlobs() []*v1alpha1.Blob
- func (x *PushManifestAndBlobsRequest) GetDraftName() string
- func (x *PushManifestAndBlobsRequest) GetManifest() *v1alpha1.Blob
- func (x *PushManifestAndBlobsRequest) GetOwner() string
- func (x *PushManifestAndBlobsRequest) GetRepository() string
- func (x *PushManifestAndBlobsRequest) GetTags() []string
- func (*PushManifestAndBlobsRequest) ProtoMessage()
- func (x *PushManifestAndBlobsRequest) ProtoReflect() protoreflect.Message
- func (x *PushManifestAndBlobsRequest) Reset()
- func (x *PushManifestAndBlobsRequest) String() string
- type PushManifestAndBlobsResponse
- func (*PushManifestAndBlobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PushManifestAndBlobsResponse) GetLocalModulePin() *LocalModulePin
- func (*PushManifestAndBlobsResponse) ProtoMessage()
- func (x *PushManifestAndBlobsResponse) ProtoReflect() protoreflect.Message
- func (x *PushManifestAndBlobsResponse) Reset()
- func (x *PushManifestAndBlobsResponse) String() string
- type PushRequest
- func (*PushRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PushRequest) GetBranch() stringdeprecated
- func (x *PushRequest) GetDraftName() string
- func (x *PushRequest) GetModule() *v1alpha1.Module
- func (x *PushRequest) GetOwner() string
- func (x *PushRequest) GetRepository() string
- func (x *PushRequest) GetTags() []string
- func (x *PushRequest) GetTracks() []stringdeprecated
- func (*PushRequest) ProtoMessage()
- func (x *PushRequest) ProtoReflect() protoreflect.Message
- func (x *PushRequest) Reset()
- func (x *PushRequest) String() string
- type PushResponse
- type PythonConfig
- func (*PythonConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PythonConfig) GetPackageType() PythonPackageType
- func (x *PythonConfig) GetRequiresPython() string
- func (x *PythonConfig) GetRuntimeLibraries() []*PythonConfig_RuntimeLibrary
- func (*PythonConfig) ProtoMessage()
- func (x *PythonConfig) ProtoReflect() protoreflect.Message
- func (x *PythonConfig) Reset()
- func (x *PythonConfig) String() string
- type PythonConfig_RuntimeLibrary
- func (*PythonConfig_RuntimeLibrary) Descriptor() ([]byte, []int)deprecated
- func (x *PythonConfig_RuntimeLibrary) GetDependencySpecification() string
- func (*PythonConfig_RuntimeLibrary) ProtoMessage()
- func (x *PythonConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *PythonConfig_RuntimeLibrary) Reset()
- func (x *PythonConfig_RuntimeLibrary) String() string
- type PythonPackageType
- func (PythonPackageType) Descriptor() protoreflect.EnumDescriptor
- func (x PythonPackageType) Enum() *PythonPackageType
- func (PythonPackageType) EnumDescriptor() ([]byte, []int)deprecated
- func (x PythonPackageType) Number() protoreflect.EnumNumber
- func (x PythonPackageType) String() string
- func (PythonPackageType) Type() protoreflect.EnumType
- type RecommendedRepositoriesRequest
- func (*RecommendedRepositoriesRequest) Descriptor() ([]byte, []int)deprecated
- func (*RecommendedRepositoriesRequest) ProtoMessage()
- func (x *RecommendedRepositoriesRequest) ProtoReflect() protoreflect.Message
- func (x *RecommendedRepositoriesRequest) Reset()
- func (x *RecommendedRepositoriesRequest) String() string
- type RecommendedRepositoriesResponse
- func (*RecommendedRepositoriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RecommendedRepositoriesResponse) GetRepositories() []*RecommendedRepository
- func (*RecommendedRepositoriesResponse) ProtoMessage()
- func (x *RecommendedRepositoriesResponse) ProtoReflect() protoreflect.Message
- func (x *RecommendedRepositoriesResponse) Reset()
- func (x *RecommendedRepositoriesResponse) String() string
- type RecommendedRepository
- func (*RecommendedRepository) Descriptor() ([]byte, []int)deprecated
- func (x *RecommendedRepository) GetCreateTime() *timestamppb.Timestamp
- func (x *RecommendedRepository) GetDescription() string
- func (x *RecommendedRepository) GetName() string
- func (x *RecommendedRepository) GetOwner() string
- func (x *RecommendedRepository) GetRepositoryId() string
- func (*RecommendedRepository) ProtoMessage()
- func (x *RecommendedRepository) ProtoReflect() protoreflect.Message
- func (x *RecommendedRepository) Reset()
- func (x *RecommendedRepository) String() string
- type Reference
- func (*Reference) Descriptor() ([]byte, []int)deprecated
- func (x *Reference) GetBranch() *RepositoryBranch
- func (x *Reference) GetCommit() *RepositoryCommit
- func (x *Reference) GetDraft() *RepositoryDraft
- func (x *Reference) GetMain() *RepositoryMainReference
- func (m *Reference) GetReference() isReference_Reference
- func (x *Reference) GetTag() *RepositoryTag
- func (x *Reference) GetVcsCommit() *RepositoryVCSCommit
- func (*Reference) ProtoMessage()
- func (x *Reference) ProtoReflect() protoreflect.Message
- func (x *Reference) Reset()
- func (x *Reference) String() string
- type Reference_Branch
- type Reference_Commit
- type Reference_Draft
- type Reference_Main
- type Reference_Tag
- type Reference_VcsCommit
- type RegistryConfig
- func (*RegistryConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RegistryConfig) GetGoConfig() *GoConfig
- func (x *RegistryConfig) GetMavenConfig() *MavenConfig
- func (x *RegistryConfig) GetNpmConfig() *NPMConfig
- func (x *RegistryConfig) GetOptions() []string
- func (x *RegistryConfig) GetPythonConfig() *PythonConfig
- func (m *RegistryConfig) GetRegistryConfig() isRegistryConfig_RegistryConfig
- func (x *RegistryConfig) GetSwiftConfig() *SwiftConfig
- func (*RegistryConfig) ProtoMessage()
- func (x *RegistryConfig) ProtoReflect() protoreflect.Message
- func (x *RegistryConfig) Reset()
- func (x *RegistryConfig) String() string
- type RegistryConfig_GoConfig
- type RegistryConfig_MavenConfig
- type RegistryConfig_NpmConfig
- type RegistryConfig_PythonConfig
- type RegistryConfig_SwiftConfig
- type RemoveOrganizationGroupRequest
- func (*RemoveOrganizationGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrganizationGroupRequest) GetGroupName() string
- func (x *RemoveOrganizationGroupRequest) GetOrganizationId() string
- func (*RemoveOrganizationGroupRequest) ProtoMessage()
- func (x *RemoveOrganizationGroupRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveOrganizationGroupRequest) Reset()
- func (x *RemoveOrganizationGroupRequest) String() string
- type RemoveOrganizationGroupResponse
- func (*RemoveOrganizationGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveOrganizationGroupResponse) ProtoMessage()
- func (x *RemoveOrganizationGroupResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveOrganizationGroupResponse) Reset()
- func (x *RemoveOrganizationGroupResponse) String() string
- type RemoveOrganizationMemberRequest
- func (*RemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrganizationMemberRequest) GetOrganizationId() string
- func (x *RemoveOrganizationMemberRequest) GetUserId() string
- func (*RemoveOrganizationMemberRequest) ProtoMessage()
- func (x *RemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveOrganizationMemberRequest) Reset()
- func (x *RemoveOrganizationMemberRequest) String() string
- type RemoveOrganizationMemberResponse
- func (*RemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveOrganizationMemberResponse) ProtoMessage()
- func (x *RemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveOrganizationMemberResponse) Reset()
- func (x *RemoveOrganizationMemberResponse) String() string
- type RenameStudioRequestRequest
- func (*RenameStudioRequestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameStudioRequestRequest) GetId() string
- func (x *RenameStudioRequestRequest) GetNewName() string
- func (*RenameStudioRequestRequest) ProtoMessage()
- func (x *RenameStudioRequestRequest) ProtoReflect() protoreflect.Message
- func (x *RenameStudioRequestRequest) Reset()
- func (x *RenameStudioRequestRequest) String() string
- type RenameStudioRequestResponse
- type Repository
- func (*Repository) Descriptor() ([]byte, []int)deprecated
- func (x *Repository) GetCreateTime() *timestamppb.Timestamp
- func (x *Repository) GetDefaultBranch() string
- func (x *Repository) GetDeprecated() bool
- func (x *Repository) GetDeprecationMessage() string
- func (x *Repository) GetDescription() string
- func (x *Repository) GetId() string
- func (x *Repository) GetName() string
- func (x *Repository) GetOrganizationId() string
- func (m *Repository) GetOwner() isRepository_Owner
- func (x *Repository) GetOwnerName() string
- func (x *Repository) GetUpdateTime() *timestamppb.Timestamp
- func (x *Repository) GetUrl() string
- func (x *Repository) GetUserId() string
- func (x *Repository) GetVisibility() Visibility
- func (*Repository) ProtoMessage()
- func (x *Repository) ProtoReflect() protoreflect.Message
- func (x *Repository) Reset()
- func (x *Repository) String() string
- type RepositoryBranch
- func (*RepositoryBranch) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryBranch) GetId() string
- func (x *RepositoryBranch) GetIsMainBranch() bool
- func (x *RepositoryBranch) GetLastUpdateGitAuthorName() string
- func (x *RepositoryBranch) GetLastUpdateGitCommitHash() string
- func (x *RepositoryBranch) GetLastUpdateTime() *timestamppb.Timestamp
- func (x *RepositoryBranch) GetLastUpdateUserId() string
- func (x *RepositoryBranch) GetLatestCommitName() string
- func (x *RepositoryBranch) GetName() string
- func (*RepositoryBranch) ProtoMessage()
- func (x *RepositoryBranch) ProtoReflect() protoreflect.Message
- func (x *RepositoryBranch) Reset()
- func (x *RepositoryBranch) String() string
- type RepositoryCommit
- func (*RepositoryCommit) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryCommit) GetAuthor() string
- func (x *RepositoryCommit) GetB5Digest() string
- func (x *RepositoryCommit) GetBranch() string
- func (x *RepositoryCommit) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryCommit) GetDigest() string
- func (x *RepositoryCommit) GetDraftName() string
- func (x *RepositoryCommit) GetGitCommitsCount() int64
- func (x *RepositoryCommit) GetId() string
- func (x *RepositoryCommit) GetManifestDigest() string
- func (x *RepositoryCommit) GetName() string
- func (x *RepositoryCommit) GetSpdxLicenseId() string
- func (x *RepositoryCommit) GetTagCount() int64
- func (x *RepositoryCommit) GetTags() []*RepositoryTag
- func (*RepositoryCommit) ProtoMessage()
- func (x *RepositoryCommit) ProtoReflect() protoreflect.Message
- func (x *RepositoryCommit) Reset()
- func (x *RepositoryCommit) String() string
- type RepositoryContributor
- func (*RepositoryContributor) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryContributor) GetExplicitRole() RepositoryRole
- func (x *RepositoryContributor) GetImplicitRole() RepositoryRole
- func (x *RepositoryContributor) GetRepositoryId() string
- func (x *RepositoryContributor) GetUser() *User
- func (*RepositoryContributor) ProtoMessage()
- func (x *RepositoryContributor) ProtoReflect() protoreflect.Message
- func (x *RepositoryContributor) Reset()
- func (x *RepositoryContributor) String() string
- type RepositoryCounts
- func (*RepositoryCounts) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryCounts) GetDraftsCount() uint32
- func (x *RepositoryCounts) GetTagsCount() uint32
- func (*RepositoryCounts) ProtoMessage()
- func (x *RepositoryCounts) ProtoReflect() protoreflect.Message
- func (x *RepositoryCounts) Reset()
- func (x *RepositoryCounts) String() string
- type RepositoryDraft
- func (*RepositoryDraft) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryDraft) GetCommit() *RepositoryCommit
- func (x *RepositoryDraft) GetName() string
- func (*RepositoryDraft) ProtoMessage()
- func (x *RepositoryDraft) ProtoReflect() protoreflect.Message
- func (x *RepositoryDraft) Reset()
- func (x *RepositoryDraft) String() string
- type RepositoryMainReference
- func (*RepositoryMainReference) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryMainReference) GetCommit() *RepositoryCommit
- func (x *RepositoryMainReference) GetName() string
- func (*RepositoryMainReference) ProtoMessage()
- func (x *RepositoryMainReference) ProtoReflect() protoreflect.Message
- func (x *RepositoryMainReference) Reset()
- func (x *RepositoryMainReference) String() string
- type RepositoryMetadata
- func (*RepositoryMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryMetadata) GetId() string
- func (x *RepositoryMetadata) GetLatestCommitTime() *timestamppb.Timestamp
- func (x *RepositoryMetadata) GetLatestSpdxLicenseId() string
- func (x *RepositoryMetadata) GetName() string
- func (x *RepositoryMetadata) GetOwnerName() string
- func (x *RepositoryMetadata) GetOwnerVerificationStatus() VerificationStatus
- func (*RepositoryMetadata) ProtoMessage()
- func (x *RepositoryMetadata) ProtoReflect() protoreflect.Message
- func (x *RepositoryMetadata) Reset()
- func (x *RepositoryMetadata) String() string
- type RepositoryRole
- func (RepositoryRole) Descriptor() protoreflect.EnumDescriptor
- func (x RepositoryRole) Enum() *RepositoryRole
- func (RepositoryRole) EnumDescriptor() ([]byte, []int)deprecated
- func (x RepositoryRole) Number() protoreflect.EnumNumber
- func (x RepositoryRole) String() string
- func (RepositoryRole) Type() protoreflect.EnumType
- type RepositorySearchResult
- func (*RepositorySearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *RepositorySearchResult) GetDeprecated() bool
- func (x *RepositorySearchResult) GetId() string
- func (x *RepositorySearchResult) GetName() string
- func (x *RepositorySearchResult) GetOwner() string
- func (x *RepositorySearchResult) GetVisibility() Visibility
- func (*RepositorySearchResult) ProtoMessage()
- func (x *RepositorySearchResult) ProtoReflect() protoreflect.Message
- func (x *RepositorySearchResult) Reset()
- func (x *RepositorySearchResult) String() string
- type RepositoryTag
- func (*RepositoryTag) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryTag) GetAuthor() string
- func (x *RepositoryTag) GetCommitName() string
- func (x *RepositoryTag) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryTag) GetId() string
- func (x *RepositoryTag) GetName() string
- func (*RepositoryTag) ProtoMessage()
- func (x *RepositoryTag) ProtoReflect() protoreflect.Message
- func (x *RepositoryTag) Reset()
- func (x *RepositoryTag) String() string
- type RepositoryVCSCommit
- func (*RepositoryVCSCommit) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryVCSCommit) GetCommitName() string
- func (x *RepositoryVCSCommit) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryVCSCommit) GetId() string
- func (x *RepositoryVCSCommit) GetName() string
- func (*RepositoryVCSCommit) ProtoMessage()
- func (x *RepositoryVCSCommit) ProtoReflect() protoreflect.Message
- func (x *RepositoryVCSCommit) Reset()
- func (x *RepositoryVCSCommit) String() string
- type Repository_OrganizationId
- type Repository_UserId
- type ResolvedReferenceType
- func (ResolvedReferenceType) Descriptor() protoreflect.EnumDescriptor
- func (x ResolvedReferenceType) Enum() *ResolvedReferenceType
- func (ResolvedReferenceType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResolvedReferenceType) Number() protoreflect.EnumNumber
- func (x ResolvedReferenceType) String() string
- func (ResolvedReferenceType) Type() protoreflect.EnumType
- type Resource
- func (*Resource) Descriptor() ([]byte, []int)deprecated
- func (x *Resource) GetPlugin() *CuratedPlugin
- func (x *Resource) GetRepository() *Repository
- func (m *Resource) GetResource() isResource_Resource
- func (*Resource) ProtoMessage()
- func (x *Resource) ProtoReflect() protoreflect.Message
- func (x *Resource) Reset()
- func (x *Resource) String() string
- type Resource_Plugin
- type Resource_Repository
- type ReviewFlowGracePeriodPolicy
- func (*ReviewFlowGracePeriodPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *ReviewFlowGracePeriodPolicy) GetDurationSeconds() uint32
- func (*ReviewFlowGracePeriodPolicy) ProtoMessage()
- func (x *ReviewFlowGracePeriodPolicy) ProtoReflect() protoreflect.Message
- func (x *ReviewFlowGracePeriodPolicy) Reset()
- func (x *ReviewFlowGracePeriodPolicy) String() string
- type RunServerUniquenessBackfillTaskRequest
- func (*RunServerUniquenessBackfillTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (*RunServerUniquenessBackfillTaskRequest) ProtoMessage()
- func (x *RunServerUniquenessBackfillTaskRequest) ProtoReflect() protoreflect.Message
- func (x *RunServerUniquenessBackfillTaskRequest) Reset()
- func (x *RunServerUniquenessBackfillTaskRequest) String() string
- type RunServerUniquenessBackfillTaskResponse
- func (*RunServerUniquenessBackfillTaskResponse) Descriptor() ([]byte, []int)deprecated
- func (*RunServerUniquenessBackfillTaskResponse) ProtoMessage()
- func (x *RunServerUniquenessBackfillTaskResponse) ProtoReflect() protoreflect.Message
- func (x *RunServerUniquenessBackfillTaskResponse) Reset()
- func (x *RunServerUniquenessBackfillTaskResponse) String() string
- type SCIMToken
- func (*SCIMToken) Descriptor() ([]byte, []int)deprecated
- func (x *SCIMToken) GetCreateTime() *timestamppb.Timestamp
- func (x *SCIMToken) GetExpireTime() *timestamppb.Timestamp
- func (x *SCIMToken) GetId() string
- func (*SCIMToken) ProtoMessage()
- func (x *SCIMToken) ProtoReflect() protoreflect.Message
- func (x *SCIMToken) Reset()
- func (x *SCIMToken) String() string
- type SearchDraftRequest
- func (*SearchDraftRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchDraftRequest) GetOrderBy() OrderBy
- func (x *SearchDraftRequest) GetPageSize() uint32
- func (x *SearchDraftRequest) GetPageToken() string
- func (x *SearchDraftRequest) GetQuery() string
- func (x *SearchDraftRequest) GetRepositoryName() string
- func (x *SearchDraftRequest) GetRepositoryOwner() string
- func (x *SearchDraftRequest) GetReverse() bool
- func (*SearchDraftRequest) ProtoMessage()
- func (x *SearchDraftRequest) ProtoReflect() protoreflect.Message
- func (x *SearchDraftRequest) Reset()
- func (x *SearchDraftRequest) String() string
- type SearchDraftResponse
- func (*SearchDraftResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchDraftResponse) GetNextPageToken() string
- func (x *SearchDraftResponse) GetRepositoryCommits() []*RepositoryCommit
- func (*SearchDraftResponse) ProtoMessage()
- func (x *SearchDraftResponse) ProtoReflect() protoreflect.Message
- func (x *SearchDraftResponse) Reset()
- func (x *SearchDraftResponse) String() string
- type SearchFilter
- func (SearchFilter) Descriptor() protoreflect.EnumDescriptor
- func (x SearchFilter) Enum() *SearchFilter
- func (SearchFilter) EnumDescriptor() ([]byte, []int)deprecated
- func (x SearchFilter) Number() protoreflect.EnumNumber
- func (x SearchFilter) String() string
- func (SearchFilter) Type() protoreflect.EnumType
- type SearchModuleContentFilter
- func (SearchModuleContentFilter) Descriptor() protoreflect.EnumDescriptor
- func (x SearchModuleContentFilter) Enum() *SearchModuleContentFilter
- func (SearchModuleContentFilter) EnumDescriptor() ([]byte, []int)deprecated
- func (x SearchModuleContentFilter) Number() protoreflect.EnumNumber
- func (x SearchModuleContentFilter) String() string
- func (SearchModuleContentFilter) Type() protoreflect.EnumType
- type SearchModuleContentRequest
- func (*SearchModuleContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchModuleContentRequest) GetFilters() []SearchModuleContentFilter
- func (x *SearchModuleContentRequest) GetPageSize() uint32
- func (x *SearchModuleContentRequest) GetPageToken() uint32
- func (x *SearchModuleContentRequest) GetQuery() string
- func (x *SearchModuleContentRequest) GetRepositoryFullName() string
- func (x *SearchModuleContentRequest) GetRepositoryOwner() string
- func (*SearchModuleContentRequest) ProtoMessage()
- func (x *SearchModuleContentRequest) ProtoReflect() protoreflect.Message
- func (x *SearchModuleContentRequest) Reset()
- func (x *SearchModuleContentRequest) String() string
- type SearchModuleContentResponse
- func (*SearchModuleContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchModuleContentResponse) GetNextPageToken() uint32
- func (x *SearchModuleContentResponse) GetSearchResults() []*SearchModuleContentResult
- func (*SearchModuleContentResponse) ProtoMessage()
- func (x *SearchModuleContentResponse) ProtoReflect() protoreflect.Message
- func (x *SearchModuleContentResponse) Reset()
- func (x *SearchModuleContentResponse) String() string
- type SearchModuleContentResult
- func (*SearchModuleContentResult) Descriptor() ([]byte, []int)deprecated
- func (x *SearchModuleContentResult) GetElement() *ElementSearchResult
- func (x *SearchModuleContentResult) GetFile() *FileSearchResult
- func (m *SearchModuleContentResult) GetItem() isSearchModuleContentResult_Item
- func (*SearchModuleContentResult) ProtoMessage()
- func (x *SearchModuleContentResult) ProtoReflect() protoreflect.Message
- func (x *SearchModuleContentResult) Reset()
- func (x *SearchModuleContentResult) String() string
- type SearchModuleContentResult_Element
- type SearchModuleContentResult_File
- type SearchModuleElementType
- func (SearchModuleElementType) Descriptor() protoreflect.EnumDescriptor
- func (x SearchModuleElementType) Enum() *SearchModuleElementType
- func (SearchModuleElementType) EnumDescriptor() ([]byte, []int)deprecated
- func (x SearchModuleElementType) Number() protoreflect.EnumNumber
- func (x SearchModuleElementType) String() string
- func (SearchModuleElementType) Type() protoreflect.EnumType
- type SearchRequest
- func (*SearchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchRequest) GetFilters() []SearchFilter
- func (x *SearchRequest) GetPageSize() uint32
- func (x *SearchRequest) GetPageToken() uint32
- func (x *SearchRequest) GetQuery() string
- func (*SearchRequest) ProtoMessage()
- func (x *SearchRequest) ProtoReflect() protoreflect.Message
- func (x *SearchRequest) Reset()
- func (x *SearchRequest) String() string
- type SearchResponse
- func (*SearchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchResponse) GetNextPageToken() uint32
- func (x *SearchResponse) GetSearchResults() []*SearchResult
- func (*SearchResponse) ProtoMessage()
- func (x *SearchResponse) ProtoReflect() protoreflect.Message
- func (x *SearchResponse) Reset()
- func (x *SearchResponse) String() string
- type SearchResult
- func (*SearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *SearchResult) GetCuratedPlugin() *CuratedPluginSearchResult
- func (m *SearchResult) GetItem() isSearchResult_Item
- func (x *SearchResult) GetModuleElement() *ModuleElementSearchResult
- func (x *SearchResult) GetModuleFile() *ModuleFileSearchResult
- func (x *SearchResult) GetOrganization() *OrganizationSearchResult
- func (x *SearchResult) GetRepository() *RepositorySearchResult
- func (x *SearchResult) GetTeam() *TeamSearchResult
- func (x *SearchResult) GetUser() *UserSearchResult
- func (*SearchResult) ProtoMessage()
- func (x *SearchResult) ProtoReflect() protoreflect.Message
- func (x *SearchResult) Reset()
- func (x *SearchResult) String() string
- type SearchResult_CuratedPlugin
- type SearchResult_ModuleElement
- type SearchResult_ModuleFile
- type SearchResult_Organization
- type SearchResult_Repository
- type SearchResult_Team
- type SearchResult_User
- type SearchTagRequest
- func (*SearchTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchTagRequest) GetOrderBy() OrderBy
- func (x *SearchTagRequest) GetPageSize() uint32
- func (x *SearchTagRequest) GetPageToken() string
- func (x *SearchTagRequest) GetQuery() string
- func (x *SearchTagRequest) GetRepositoryName() string
- func (x *SearchTagRequest) GetRepositoryOwner() string
- func (x *SearchTagRequest) GetReverse() bool
- func (*SearchTagRequest) ProtoMessage()
- func (x *SearchTagRequest) ProtoReflect() protoreflect.Message
- func (x *SearchTagRequest) Reset()
- func (x *SearchTagRequest) String() string
- type SearchTagResponse
- func (*SearchTagResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchTagResponse) GetNextPageToken() string
- func (x *SearchTagResponse) GetRepositoryTags() []*RepositoryTag
- func (*SearchTagResponse) ProtoMessage()
- func (x *SearchTagResponse) ProtoReflect() protoreflect.Message
- func (x *SearchTagResponse) Reset()
- func (x *SearchTagResponse) String() string
- type ServerRole
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetComments() string
- func (x *Service) GetFilePath() string
- func (x *Service) GetFullName() string
- func (x *Service) GetImplicitlyDeprecated() bool
- func (x *Service) GetLocation() *Location
- func (x *Service) GetMethods() []*Method
- func (x *Service) GetName() string
- func (x *Service) GetNestedName() string
- func (x *Service) GetOptions() []*FieldLiteral
- func (x *Service) GetServiceOptions() *ServiceOptionsdeprecated
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
- type ServiceOptionsdeprecated
- type SetOrganizationMemberRequest
- func (*SetOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetOrganizationMemberRequest) GetOrganizationId() string
- func (x *SetOrganizationMemberRequest) GetOrganizationRole() OrganizationRole
- func (x *SetOrganizationMemberRequest) GetUserId() string
- func (*SetOrganizationMemberRequest) ProtoMessage()
- func (x *SetOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *SetOrganizationMemberRequest) Reset()
- func (x *SetOrganizationMemberRequest) String() string
- type SetOrganizationMemberResponse
- func (*SetOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetOrganizationMemberResponse) ProtoMessage()
- func (x *SetOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *SetOrganizationMemberResponse) Reset()
- func (x *SetOrganizationMemberResponse) String() string
- type SetRecommendedResource
- func (*SetRecommendedResource) Descriptor() ([]byte, []int)deprecated
- func (x *SetRecommendedResource) GetName() string
- func (x *SetRecommendedResource) GetOwner() string
- func (*SetRecommendedResource) ProtoMessage()
- func (x *SetRecommendedResource) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedResource) Reset()
- func (x *SetRecommendedResource) String() string
- type SetRecommendedResourcesRequest
- func (*SetRecommendedResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetRecommendedResourcesRequest) GetResources() []*SetRecommendedResource
- func (*SetRecommendedResourcesRequest) ProtoMessage()
- func (x *SetRecommendedResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedResourcesRequest) Reset()
- func (x *SetRecommendedResourcesRequest) String() string
- type SetRecommendedResourcesResponse
- func (*SetRecommendedResourcesResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetRecommendedResourcesResponse) ProtoMessage()
- func (x *SetRecommendedResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedResourcesResponse) Reset()
- func (x *SetRecommendedResourcesResponse) String() string
- type SetRepositoryContributorRequest
- func (*SetRepositoryContributorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetRepositoryContributorRequest) GetRepositoryId() string
- func (x *SetRepositoryContributorRequest) GetRepositoryRole() RepositoryRole
- func (x *SetRepositoryContributorRequest) GetUserId() string
- func (*SetRepositoryContributorRequest) ProtoMessage()
- func (x *SetRepositoryContributorRequest) ProtoReflect() protoreflect.Message
- func (x *SetRepositoryContributorRequest) Reset()
- func (x *SetRepositoryContributorRequest) String() string
- type SetRepositoryContributorResponse
- func (*SetRepositoryContributorResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetRepositoryContributorResponse) ProtoMessage()
- func (x *SetRepositoryContributorResponse) ProtoReflect() protoreflect.Message
- func (x *SetRepositoryContributorResponse) Reset()
- func (x *SetRepositoryContributorResponse) String() string
- type SetStudioAgentPresetsRequest
- func (*SetStudioAgentPresetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetStudioAgentPresetsRequest) GetAgents() []*StudioAgentPreset
- func (*SetStudioAgentPresetsRequest) ProtoMessage()
- func (x *SetStudioAgentPresetsRequest) ProtoReflect() protoreflect.Message
- func (x *SetStudioAgentPresetsRequest) Reset()
- func (x *SetStudioAgentPresetsRequest) String() string
- type SetStudioAgentPresetsResponse
- func (*SetStudioAgentPresetsResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetStudioAgentPresetsResponse) ProtoMessage()
- func (x *SetStudioAgentPresetsResponse) ProtoReflect() protoreflect.Message
- func (x *SetStudioAgentPresetsResponse) Reset()
- func (x *SetStudioAgentPresetsResponse) String() string
- type StudioAgentPreset
- func (*StudioAgentPreset) Descriptor() ([]byte, []int)deprecated
- func (x *StudioAgentPreset) GetAlias() string
- func (x *StudioAgentPreset) GetProtocol() StudioAgentProtocol
- func (x *StudioAgentPreset) GetTargetUrl() string
- func (x *StudioAgentPreset) GetUrl() string
- func (*StudioAgentPreset) ProtoMessage()
- func (x *StudioAgentPreset) ProtoReflect() protoreflect.Message
- func (x *StudioAgentPreset) Reset()
- func (x *StudioAgentPreset) String() string
- type StudioAgentProtocol
- func (StudioAgentProtocol) Descriptor() protoreflect.EnumDescriptor
- func (x StudioAgentProtocol) Enum() *StudioAgentProtocol
- func (StudioAgentProtocol) EnumDescriptor() ([]byte, []int)deprecated
- func (x StudioAgentProtocol) Number() protoreflect.EnumNumber
- func (x StudioAgentProtocol) String() string
- func (StudioAgentProtocol) Type() protoreflect.EnumType
- type StudioProtocol
- func (StudioProtocol) Descriptor() protoreflect.EnumDescriptor
- func (x StudioProtocol) Enum() *StudioProtocol
- func (StudioProtocol) EnumDescriptor() ([]byte, []int)deprecated
- func (x StudioProtocol) Number() protoreflect.EnumNumber
- func (x StudioProtocol) String() string
- func (StudioProtocol) Type() protoreflect.EnumType
- type StudioRequest
- func (*StudioRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StudioRequest) GetAgentUrl() string
- func (x *StudioRequest) GetAuthorUserId() string
- func (x *StudioRequest) GetBody() string
- func (x *StudioRequest) GetCreateTime() *timestamppb.Timestamp
- func (x *StudioRequest) GetHeaders() map[string]string
- func (x *StudioRequest) GetId() string
- func (x *StudioRequest) GetIncludeCookies() bool
- func (x *StudioRequest) GetMethod() string
- func (x *StudioRequest) GetName() string
- func (x *StudioRequest) GetProtocol() StudioProtocol
- func (x *StudioRequest) GetRepositoryId() string
- func (x *StudioRequest) GetRepositoryName() string
- func (x *StudioRequest) GetRepositoryOwner() string
- func (x *StudioRequest) GetService() string
- func (x *StudioRequest) GetTargetBaseUrl() string
- func (x *StudioRequest) GetUpdateTime() *timestamppb.Timestamp
- func (*StudioRequest) ProtoMessage()
- func (x *StudioRequest) ProtoReflect() protoreflect.Message
- func (x *StudioRequest) Reset()
- func (x *StudioRequest) String() string
- type SwiftConfig
- type SwiftConfig_RuntimeLibrary
- func (*SwiftConfig_RuntimeLibrary) Descriptor() ([]byte, []int)deprecated
- func (x *SwiftConfig_RuntimeLibrary) GetPackage() string
- func (x *SwiftConfig_RuntimeLibrary) GetPlatforms() []*SwiftConfig_RuntimeLibrary_Platform
- func (x *SwiftConfig_RuntimeLibrary) GetProducts() []string
- func (x *SwiftConfig_RuntimeLibrary) GetSource() string
- func (x *SwiftConfig_RuntimeLibrary) GetSwiftVersions() []string
- func (x *SwiftConfig_RuntimeLibrary) GetVersion() string
- func (*SwiftConfig_RuntimeLibrary) ProtoMessage()
- func (x *SwiftConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *SwiftConfig_RuntimeLibrary) Reset()
- func (x *SwiftConfig_RuntimeLibrary) String() string
- type SwiftConfig_RuntimeLibrary_Platform
- func (*SwiftConfig_RuntimeLibrary_Platform) Descriptor() ([]byte, []int)deprecated
- func (x *SwiftConfig_RuntimeLibrary_Platform) GetName() SwiftPlatformType
- func (x *SwiftConfig_RuntimeLibrary_Platform) GetVersion() string
- func (*SwiftConfig_RuntimeLibrary_Platform) ProtoMessage()
- func (x *SwiftConfig_RuntimeLibrary_Platform) ProtoReflect() protoreflect.Message
- func (x *SwiftConfig_RuntimeLibrary_Platform) Reset()
- func (x *SwiftConfig_RuntimeLibrary_Platform) String() string
- type SwiftPlatformType
- func (SwiftPlatformType) Descriptor() protoreflect.EnumDescriptor
- func (x SwiftPlatformType) Enum() *SwiftPlatformType
- func (SwiftPlatformType) EnumDescriptor() ([]byte, []int)deprecated
- func (x SwiftPlatformType) Number() protoreflect.EnumNumber
- func (x SwiftPlatformType) String() string
- func (SwiftPlatformType) Type() protoreflect.EnumType
- type SyncGitCommitRequest
- func (*SyncGitCommitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SyncGitCommitRequest) GetAuthor() *GitIdentity
- func (x *SyncGitCommitRequest) GetBlobs() []*v1alpha1.Blob
- func (x *SyncGitCommitRequest) GetBranch() string
- func (x *SyncGitCommitRequest) GetCommitter() *GitIdentity
- func (x *SyncGitCommitRequest) GetHash() string
- func (x *SyncGitCommitRequest) GetManifest() *v1alpha1.Blob
- func (x *SyncGitCommitRequest) GetOwner() string
- func (x *SyncGitCommitRequest) GetRepository() string
- func (x *SyncGitCommitRequest) GetTags() []string
- func (*SyncGitCommitRequest) ProtoMessage()
- func (x *SyncGitCommitRequest) ProtoReflect() protoreflect.Message
- func (x *SyncGitCommitRequest) Reset()
- func (x *SyncGitCommitRequest) String() string
- type SyncGitCommitResponse
- func (*SyncGitCommitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SyncGitCommitResponse) GetSyncPoint() *GitSyncPoint
- func (*SyncGitCommitResponse) ProtoMessage()
- func (x *SyncGitCommitResponse) ProtoReflect() protoreflect.Message
- func (x *SyncGitCommitResponse) Reset()
- func (x *SyncGitCommitResponse) String() string
- type TeamSearchResult
- func (*TeamSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *TeamSearchResult) GetId() string
- func (x *TeamSearchResult) GetName() string
- func (x *TeamSearchResult) GetOrganizationName() string
- func (*TeamSearchResult) ProtoMessage()
- func (x *TeamSearchResult) ProtoReflect() protoreflect.Message
- func (x *TeamSearchResult) Reset()
- func (x *TeamSearchResult) String() string
- type TextOutputOptions
- func (*TextOutputOptions) Descriptor() ([]byte, []int)deprecated
- func (x *TextOutputOptions) GetIncludeUnrecognized() bool
- func (*TextOutputOptions) ProtoMessage()
- func (x *TextOutputOptions) ProtoReflect() protoreflect.Message
- func (x *TextOutputOptions) Reset()
- func (x *TextOutputOptions) String() string
- type Token
- func (*Token) Descriptor() ([]byte, []int)deprecated
- func (x *Token) GetCreateTime() *timestamppb.Timestamp
- func (x *Token) GetExpireTime() *timestamppb.Timestamp
- func (x *Token) GetId() string
- func (x *Token) GetNote() string
- func (*Token) ProtoMessage()
- func (x *Token) ProtoReflect() protoreflect.Message
- func (x *Token) Reset()
- func (x *Token) String() string
- type UndeprecateRepositoryByNameRequest
- func (*UndeprecateRepositoryByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UndeprecateRepositoryByNameRequest) GetOwnerName() string
- func (x *UndeprecateRepositoryByNameRequest) GetRepositoryName() string
- func (*UndeprecateRepositoryByNameRequest) ProtoMessage()
- func (x *UndeprecateRepositoryByNameRequest) ProtoReflect() protoreflect.Message
- func (x *UndeprecateRepositoryByNameRequest) Reset()
- func (x *UndeprecateRepositoryByNameRequest) String() string
- type UndeprecateRepositoryByNameResponse
- func (*UndeprecateRepositoryByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UndeprecateRepositoryByNameResponse) GetRepository() *Repository
- func (*UndeprecateRepositoryByNameResponse) ProtoMessage()
- func (x *UndeprecateRepositoryByNameResponse) ProtoReflect() protoreflect.Message
- func (x *UndeprecateRepositoryByNameResponse) Reset()
- func (x *UndeprecateRepositoryByNameResponse) String() string
- type UniquenessPolicy
- type UpdateBreakingChangePolicyRequest
- func (*UpdateBreakingChangePolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBreakingChangePolicyRequest) GetPolicy() *BreakingChangePolicy
- func (*UpdateBreakingChangePolicyRequest) ProtoMessage()
- func (x *UpdateBreakingChangePolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBreakingChangePolicyRequest) Reset()
- func (x *UpdateBreakingChangePolicyRequest) String() string
- type UpdateBreakingChangePolicyResponse
- func (*UpdateBreakingChangePolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateBreakingChangePolicyResponse) ProtoMessage()
- func (x *UpdateBreakingChangePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateBreakingChangePolicyResponse) Reset()
- func (x *UpdateBreakingChangePolicyResponse) String() string
- type UpdateOrganizationMemberRequest
- func (*UpdateOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationMemberRequest) GetOrganizationId() string
- func (x *UpdateOrganizationMemberRequest) GetOrganizationRole() OrganizationRole
- func (x *UpdateOrganizationMemberRequest) GetUserId() string
- func (*UpdateOrganizationMemberRequest) ProtoMessage()
- func (x *UpdateOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationMemberRequest) Reset()
- func (x *UpdateOrganizationMemberRequest) String() string
- type UpdateOrganizationMemberResponse
- func (*UpdateOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateOrganizationMemberResponse) ProtoMessage()
- func (x *UpdateOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationMemberResponse) Reset()
- func (x *UpdateOrganizationMemberResponse) String() string
- type UpdateOrganizationSettingsRequest
- func (*UpdateOrganizationSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationSettingsRequest) GetDescription() string
- func (x *UpdateOrganizationSettingsRequest) GetOrganizationId() string
- func (x *UpdateOrganizationSettingsRequest) GetRepositoryBaseRole() RepositoryRole
- func (x *UpdateOrganizationSettingsRequest) GetUrl() string
- func (*UpdateOrganizationSettingsRequest) ProtoMessage()
- func (x *UpdateOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationSettingsRequest) Reset()
- func (x *UpdateOrganizationSettingsRequest) String() string
- type UpdateOrganizationSettingsResponse
- func (*UpdateOrganizationSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateOrganizationSettingsResponse) ProtoMessage()
- func (x *UpdateOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationSettingsResponse) Reset()
- func (x *UpdateOrganizationSettingsResponse) String() string
- type UpdateOrganizationVerificationStatusRequest
- func (*UpdateOrganizationVerificationStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationVerificationStatusRequest) GetOrganizationId() string
- func (x *UpdateOrganizationVerificationStatusRequest) GetVerificationStatus() VerificationStatus
- func (*UpdateOrganizationVerificationStatusRequest) ProtoMessage()
- func (x *UpdateOrganizationVerificationStatusRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationVerificationStatusRequest) Reset()
- func (x *UpdateOrganizationVerificationStatusRequest) String() string
- type UpdateOrganizationVerificationStatusResponse
- func (*UpdateOrganizationVerificationStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateOrganizationVerificationStatusResponse) ProtoMessage()
- func (x *UpdateOrganizationVerificationStatusResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationVerificationStatusResponse) Reset()
- func (x *UpdateOrganizationVerificationStatusResponse) String() string
- type UpdateRepositorySettingsByNameRequest
- func (*UpdateRepositorySettingsByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRepositorySettingsByNameRequest) GetDefaultBranch() string
- func (x *UpdateRepositorySettingsByNameRequest) GetDescription() string
- func (x *UpdateRepositorySettingsByNameRequest) GetOwnerName() string
- func (x *UpdateRepositorySettingsByNameRequest) GetRepositoryName() string
- func (x *UpdateRepositorySettingsByNameRequest) GetUrl() string
- func (x *UpdateRepositorySettingsByNameRequest) GetVisibility() Visibility
- func (*UpdateRepositorySettingsByNameRequest) ProtoMessage()
- func (x *UpdateRepositorySettingsByNameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRepositorySettingsByNameRequest) Reset()
- func (x *UpdateRepositorySettingsByNameRequest) String() string
- type UpdateRepositorySettingsByNameResponse
- func (*UpdateRepositorySettingsByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateRepositorySettingsByNameResponse) ProtoMessage()
- func (x *UpdateRepositorySettingsByNameResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateRepositorySettingsByNameResponse) Reset()
- func (x *UpdateRepositorySettingsByNameResponse) String() string
- type UpdateRepositoryTagRequest
- func (*UpdateRepositoryTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRepositoryTagRequest) GetCommitName() string
- func (x *UpdateRepositoryTagRequest) GetName() string
- func (x *UpdateRepositoryTagRequest) GetRepositoryId() string
- func (*UpdateRepositoryTagRequest) ProtoMessage()
- func (x *UpdateRepositoryTagRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRepositoryTagRequest) Reset()
- func (x *UpdateRepositoryTagRequest) String() string
- type UpdateRepositoryTagResponse
- func (*UpdateRepositoryTagResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
- func (*UpdateRepositoryTagResponse) ProtoMessage()
- func (x *UpdateRepositoryTagResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateRepositoryTagResponse) Reset()
- func (x *UpdateRepositoryTagResponse) String() string
- type UpdateReviewFlowGracePeriodPolicyRequest
- func (*UpdateReviewFlowGracePeriodPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) GetPolicy() *ReviewFlowGracePeriodPolicy
- func (*UpdateReviewFlowGracePeriodPolicyRequest) ProtoMessage()
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) Reset()
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) String() string
- type UpdateReviewFlowGracePeriodPolicyResponse
- func (*UpdateReviewFlowGracePeriodPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateReviewFlowGracePeriodPolicyResponse) ProtoMessage()
- func (x *UpdateReviewFlowGracePeriodPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateReviewFlowGracePeriodPolicyResponse) Reset()
- func (x *UpdateReviewFlowGracePeriodPolicyResponse) String() string
- type UpdateUniquenessPolicyRequest
- func (*UpdateUniquenessPolicyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUniquenessPolicyRequest) GetPolicy() *UniquenessPolicy
- func (*UpdateUniquenessPolicyRequest) ProtoMessage()
- func (x *UpdateUniquenessPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUniquenessPolicyRequest) Reset()
- func (x *UpdateUniquenessPolicyRequest) String() string
- type UpdateUniquenessPolicyResponse
- func (*UpdateUniquenessPolicyResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateUniquenessPolicyResponse) ProtoMessage()
- func (x *UpdateUniquenessPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUniquenessPolicyResponse) Reset()
- func (x *UpdateUniquenessPolicyResponse) String() string
- type UpdateUserPluginPreferencesRequest
- func (*UpdateUserPluginPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPluginPreferencesRequest) GetPreference() *UserPluginPreference
- func (*UpdateUserPluginPreferencesRequest) ProtoMessage()
- func (x *UpdateUserPluginPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPluginPreferencesRequest) Reset()
- func (x *UpdateUserPluginPreferencesRequest) String() string
- type UpdateUserPluginPreferencesResponse
- func (*UpdateUserPluginPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPluginPreferencesResponse) GetPreference() *UserPluginPreference
- func (*UpdateUserPluginPreferencesResponse) ProtoMessage()
- func (x *UpdateUserPluginPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPluginPreferencesResponse) Reset()
- func (x *UpdateUserPluginPreferencesResponse) String() string
- type UpdateUserServerRoleRequest
- func (*UpdateUserServerRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserServerRoleRequest) GetServerRole() ServerRole
- func (x *UpdateUserServerRoleRequest) GetUserId() string
- func (*UpdateUserServerRoleRequest) ProtoMessage()
- func (x *UpdateUserServerRoleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserServerRoleRequest) Reset()
- func (x *UpdateUserServerRoleRequest) String() string
- type UpdateUserServerRoleResponse
- func (*UpdateUserServerRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateUserServerRoleResponse) ProtoMessage()
- func (x *UpdateUserServerRoleResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserServerRoleResponse) Reset()
- func (x *UpdateUserServerRoleResponse) String() string
- type UpdateUserSettingsRequest
- func (*UpdateUserSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserSettingsRequest) GetDescription() string
- func (x *UpdateUserSettingsRequest) GetUrl() string
- func (x *UpdateUserSettingsRequest) GetUserId() string
- func (*UpdateUserSettingsRequest) ProtoMessage()
- func (x *UpdateUserSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserSettingsRequest) Reset()
- func (x *UpdateUserSettingsRequest) String() string
- type UpdateUserSettingsResponse
- type UpdateUserVerificationStatusRequest
- func (*UpdateUserVerificationStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserVerificationStatusRequest) GetUserId() string
- func (x *UpdateUserVerificationStatusRequest) GetVerificationStatus() VerificationStatus
- func (*UpdateUserVerificationStatusRequest) ProtoMessage()
- func (x *UpdateUserVerificationStatusRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserVerificationStatusRequest) Reset()
- func (x *UpdateUserVerificationStatusRequest) String() string
- type UpdateUserVerificationStatusResponse
- func (*UpdateUserVerificationStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateUserVerificationStatusResponse) ProtoMessage()
- func (x *UpdateUserVerificationStatusResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserVerificationStatusResponse) Reset()
- func (x *UpdateUserVerificationStatusResponse) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreateTime() *timestamppb.Timestamp
- func (x *User) GetDeactivated() bool
- func (x *User) GetDescription() string
- func (x *User) GetId() string
- func (x *User) GetUpdateTime() *timestamppb.Timestamp
- func (x *User) GetUrl() string
- func (x *User) GetUserType() UserType
- func (x *User) GetUsername() string
- func (x *User) GetVerificationStatus() VerificationStatus
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserCanAddOrganizationMemberRequest
- func (*UserCanAddOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanAddOrganizationMemberRequest) GetOrganizationId() string
- func (*UserCanAddOrganizationMemberRequest) ProtoMessage()
- func (x *UserCanAddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanAddOrganizationMemberRequest) Reset()
- func (x *UserCanAddOrganizationMemberRequest) String() string
- type UserCanAddOrganizationMemberResponse
- func (*UserCanAddOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanAddOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
- func (*UserCanAddOrganizationMemberResponse) ProtoMessage()
- func (x *UserCanAddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanAddOrganizationMemberResponse) Reset()
- func (x *UserCanAddOrganizationMemberResponse) String() string
- type UserCanCreateOrganizationRepositoryRequest
- func (*UserCanCreateOrganizationRepositoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreateOrganizationRepositoryRequest) GetOrganizationId() string
- func (*UserCanCreateOrganizationRepositoryRequest) ProtoMessage()
- func (x *UserCanCreateOrganizationRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateOrganizationRepositoryRequest) Reset()
- func (x *UserCanCreateOrganizationRepositoryRequest) String() string
- type UserCanCreateOrganizationRepositoryResponse
- func (*UserCanCreateOrganizationRepositoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreateOrganizationRepositoryResponse) GetAuthorized() bool
- func (*UserCanCreateOrganizationRepositoryResponse) ProtoMessage()
- func (x *UserCanCreateOrganizationRepositoryResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateOrganizationRepositoryResponse) Reset()
- func (x *UserCanCreateOrganizationRepositoryResponse) String() string
- type UserCanDeleteOrganizationRequest
- func (*UserCanDeleteOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeleteOrganizationRequest) GetOrganizationId() string
- func (*UserCanDeleteOrganizationRequest) ProtoMessage()
- func (x *UserCanDeleteOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteOrganizationRequest) Reset()
- func (x *UserCanDeleteOrganizationRequest) String() string
- type UserCanDeleteOrganizationResponse
- func (*UserCanDeleteOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeleteOrganizationResponse) GetAuthorized() bool
- func (*UserCanDeleteOrganizationResponse) ProtoMessage()
- func (x *UserCanDeleteOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteOrganizationResponse) Reset()
- func (x *UserCanDeleteOrganizationResponse) String() string
- type UserCanDeleteRepositoryRequest
- func (*UserCanDeleteRepositoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeleteRepositoryRequest) GetRepositoryId() string
- func (*UserCanDeleteRepositoryRequest) ProtoMessage()
- func (x *UserCanDeleteRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteRepositoryRequest) Reset()
- func (x *UserCanDeleteRepositoryRequest) String() string
- type UserCanDeleteRepositoryResponse
- func (*UserCanDeleteRepositoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeleteRepositoryResponse) GetAuthorized() bool
- func (*UserCanDeleteRepositoryResponse) ProtoMessage()
- func (x *UserCanDeleteRepositoryResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteRepositoryResponse) Reset()
- func (x *UserCanDeleteRepositoryResponse) String() string
- type UserCanDeleteUserRequest
- type UserCanDeleteUserResponse
- func (*UserCanDeleteUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeleteUserResponse) GetAuthorized() bool
- func (*UserCanDeleteUserResponse) ProtoMessage()
- func (x *UserCanDeleteUserResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteUserResponse) Reset()
- func (x *UserCanDeleteUserResponse) String() string
- type UserCanManageRepositoryContributorsRequest
- func (*UserCanManageRepositoryContributorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanManageRepositoryContributorsRequest) GetRepositoryId() string
- func (*UserCanManageRepositoryContributorsRequest) ProtoMessage()
- func (x *UserCanManageRepositoryContributorsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanManageRepositoryContributorsRequest) Reset()
- func (x *UserCanManageRepositoryContributorsRequest) String() string
- type UserCanManageRepositoryContributorsResponse
- func (*UserCanManageRepositoryContributorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanManageRepositoryContributorsResponse) GetAuthorizedRoles() []RepositoryRole
- func (*UserCanManageRepositoryContributorsResponse) ProtoMessage()
- func (x *UserCanManageRepositoryContributorsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanManageRepositoryContributorsResponse) Reset()
- func (x *UserCanManageRepositoryContributorsResponse) String() string
- type UserCanRemoveOrganizationMemberRequest
- func (*UserCanRemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanRemoveOrganizationMemberRequest) GetOrganizationId() string
- func (*UserCanRemoveOrganizationMemberRequest) ProtoMessage()
- func (x *UserCanRemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanRemoveOrganizationMemberRequest) Reset()
- func (x *UserCanRemoveOrganizationMemberRequest) String() string
- type UserCanRemoveOrganizationMemberResponse
- func (*UserCanRemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanRemoveOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
- func (*UserCanRemoveOrganizationMemberResponse) ProtoMessage()
- func (x *UserCanRemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanRemoveOrganizationMemberResponse) Reset()
- func (x *UserCanRemoveOrganizationMemberResponse) String() string
- type UserCanReviewCommitsRequest
- func (*UserCanReviewCommitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanReviewCommitsRequest) GetRepositoryId() string
- func (*UserCanReviewCommitsRequest) ProtoMessage()
- func (x *UserCanReviewCommitsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanReviewCommitsRequest) Reset()
- func (x *UserCanReviewCommitsRequest) String() string
- type UserCanReviewCommitsResponse
- func (*UserCanReviewCommitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanReviewCommitsResponse) GetAuthorized() bool
- func (*UserCanReviewCommitsResponse) ProtoMessage()
- func (x *UserCanReviewCommitsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanReviewCommitsResponse) Reset()
- func (x *UserCanReviewCommitsResponse) String() string
- type UserCanSeeOrganizationSettingsRequest
- func (*UserCanSeeOrganizationSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeeOrganizationSettingsRequest) GetOrganizationId() string
- func (*UserCanSeeOrganizationSettingsRequest) ProtoMessage()
- func (x *UserCanSeeOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeOrganizationSettingsRequest) Reset()
- func (x *UserCanSeeOrganizationSettingsRequest) String() string
- type UserCanSeeOrganizationSettingsResponse
- func (*UserCanSeeOrganizationSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeeOrganizationSettingsResponse) GetAuthorized() bool
- func (*UserCanSeeOrganizationSettingsResponse) ProtoMessage()
- func (x *UserCanSeeOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeOrganizationSettingsResponse) Reset()
- func (x *UserCanSeeOrganizationSettingsResponse) String() string
- type UserCanSeeRepositorySettingsRequest
- func (*UserCanSeeRepositorySettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeeRepositorySettingsRequest) GetRepositoryId() string
- func (*UserCanSeeRepositorySettingsRequest) ProtoMessage()
- func (x *UserCanSeeRepositorySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeRepositorySettingsRequest) Reset()
- func (x *UserCanSeeRepositorySettingsRequest) String() string
- type UserCanSeeRepositorySettingsResponse
- func (*UserCanSeeRepositorySettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeeRepositorySettingsResponse) GetAuthorized() bool
- func (*UserCanSeeRepositorySettingsResponse) ProtoMessage()
- func (x *UserCanSeeRepositorySettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeRepositorySettingsResponse) Reset()
- func (x *UserCanSeeRepositorySettingsResponse) String() string
- type UserCanSeeServerAdminPanelRequest
- func (*UserCanSeeServerAdminPanelRequest) Descriptor() ([]byte, []int)deprecated
- func (*UserCanSeeServerAdminPanelRequest) ProtoMessage()
- func (x *UserCanSeeServerAdminPanelRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeServerAdminPanelRequest) Reset()
- func (x *UserCanSeeServerAdminPanelRequest) String() string
- type UserCanSeeServerAdminPanelResponse
- func (*UserCanSeeServerAdminPanelResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeeServerAdminPanelResponse) GetAuthorized() bool
- func (*UserCanSeeServerAdminPanelResponse) ProtoMessage()
- func (x *UserCanSeeServerAdminPanelResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeServerAdminPanelResponse) Reset()
- func (x *UserCanSeeServerAdminPanelResponse) String() string
- type UserCanUpdateOrganizationMemberRequest
- func (*UserCanUpdateOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanUpdateOrganizationMemberRequest) GetOrganizationId() string
- func (*UserCanUpdateOrganizationMemberRequest) ProtoMessage()
- func (x *UserCanUpdateOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanUpdateOrganizationMemberRequest) Reset()
- func (x *UserCanUpdateOrganizationMemberRequest) String() string
- type UserCanUpdateOrganizationMemberResponse
- func (*UserCanUpdateOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanUpdateOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
- func (*UserCanUpdateOrganizationMemberResponse) ProtoMessage()
- func (x *UserCanUpdateOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanUpdateOrganizationMemberResponse) Reset()
- func (x *UserCanUpdateOrganizationMemberResponse) String() string
- type UserPluginPreference
- func (*UserPluginPreference) Descriptor() ([]byte, []int)deprecated
- func (x *UserPluginPreference) GetSelectedLanguage() PluginLanguage
- func (x *UserPluginPreference) GetSelectedPlugins() []string
- func (x *UserPluginPreference) GetUserId() string
- func (*UserPluginPreference) ProtoMessage()
- func (x *UserPluginPreference) ProtoReflect() protoreflect.Message
- func (x *UserPluginPreference) Reset()
- func (x *UserPluginPreference) String() string
- type UserSearchResult
- func (*UserSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *UserSearchResult) GetDeactivated() bool
- func (x *UserSearchResult) GetId() string
- func (x *UserSearchResult) GetUsername() string
- func (*UserSearchResult) ProtoMessage()
- func (x *UserSearchResult) ProtoReflect() protoreflect.Message
- func (x *UserSearchResult) Reset()
- func (x *UserSearchResult) String() string
- type UserState
- type UserType
- type VerificationStatus
- func (VerificationStatus) Descriptor() protoreflect.EnumDescriptor
- func (x VerificationStatus) Enum() *VerificationStatus
- func (VerificationStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x VerificationStatus) Number() protoreflect.EnumNumber
- func (x VerificationStatus) String() string
- func (VerificationStatus) Type() protoreflect.EnumType
- type Visibility
- type Webhook
- func (*Webhook) Descriptor() ([]byte, []int)deprecated
- func (x *Webhook) GetCallbackUrl() string
- func (x *Webhook) GetCreateTime() *timestamppb.Timestamp
- func (x *Webhook) GetEvent() WebhookEvent
- func (x *Webhook) GetOwnerName() string
- func (x *Webhook) GetRepositoryName() string
- func (x *Webhook) GetUpdateTime() *timestamppb.Timestamp
- func (x *Webhook) GetWebhookId() string
- func (*Webhook) ProtoMessage()
- func (x *Webhook) ProtoReflect() protoreflect.Message
- func (x *Webhook) Reset()
- func (x *Webhook) String() string
- type WebhookEvent
- func (WebhookEvent) Descriptor() protoreflect.EnumDescriptor
- func (x WebhookEvent) Enum() *WebhookEvent
- func (WebhookEvent) EnumDescriptor() ([]byte, []int)deprecated
- func (x WebhookEvent) Number() protoreflect.EnumNumber
- func (x WebhookEvent) String() string
- func (WebhookEvent) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
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.
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.
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.
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.
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.
var ( LabelNamespace_name = map[int32]string{ 0: "LABEL_NAMESPACE_UNSPECIFIED", 1: "LABEL_NAMESPACE_TAG", 2: "LABEL_NAMESPACE_BRANCH", 3: "LABEL_NAMESPACE_GIT_COMMIT", 4: "LABEL_NAMESPACE_REVIEW", 5: "LABEL_NAMESPACE_BSR_HEAD", } LabelNamespace_value = map[string]int32{ "LABEL_NAMESPACE_UNSPECIFIED": 0, "LABEL_NAMESPACE_TAG": 1, "LABEL_NAMESPACE_BRANCH": 2, "LABEL_NAMESPACE_GIT_COMMIT": 3, "LABEL_NAMESPACE_REVIEW": 4, "LABEL_NAMESPACE_BSR_HEAD": 5, } )
Enum value maps for LabelNamespace.
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.
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", } 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, } )
Enum value maps for PluginRegistryType.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
var File_buf_alpha_registry_v1alpha1_admin_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_authn_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_authz_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_convert_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_display_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_doc_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_download_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_git_metadata_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_github_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_image_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_jsonschema_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_labels_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_module_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_organization_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_owner_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_plugin_curation_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_push_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_recommendation_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_reference_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_branch_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_commit_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_tag_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_resolve_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_resource_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_role_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_schema_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_scim_token_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_search_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_studio_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_studio_request_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_sync_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_token_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_user_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_verification_status_proto protoreflect.FileDescriptor
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"` // contains filtered or unexported fields }
func (*AddOrganizationGroupRequest) Descriptor
deprecated
func (*AddOrganizationGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationGroupRequest.ProtoReflect.Descriptor instead.
func (*AddOrganizationGroupRequest) GetGroupName ¶
func (x *AddOrganizationGroupRequest) GetGroupName() string
func (*AddOrganizationGroupRequest) GetOrganizationId ¶
func (x *AddOrganizationGroupRequest) GetOrganizationId() string
func (*AddOrganizationGroupRequest) ProtoMessage ¶
func (*AddOrganizationGroupRequest) ProtoMessage()
func (*AddOrganizationGroupRequest) ProtoReflect ¶
func (x *AddOrganizationGroupRequest) ProtoReflect() protoreflect.Message
func (*AddOrganizationGroupRequest) Reset ¶
func (x *AddOrganizationGroupRequest) Reset()
func (*AddOrganizationGroupRequest) String ¶
func (x *AddOrganizationGroupRequest) String() string
type AddOrganizationGroupResponse ¶
type AddOrganizationGroupResponse struct {
// contains filtered or unexported fields
}
func (*AddOrganizationGroupResponse) Descriptor
deprecated
func (*AddOrganizationGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationGroupResponse.ProtoReflect.Descriptor instead.
func (*AddOrganizationGroupResponse) ProtoMessage ¶
func (*AddOrganizationGroupResponse) ProtoMessage()
func (*AddOrganizationGroupResponse) ProtoReflect ¶
func (x *AddOrganizationGroupResponse) ProtoReflect() protoreflect.Message
func (*AddOrganizationGroupResponse) Reset ¶
func (x *AddOrganizationGroupResponse) Reset()
func (*AddOrganizationGroupResponse) String ¶
func (x *AddOrganizationGroupResponse) String() string
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) Descriptor
deprecated
func (*AddOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationMemberRequest.ProtoReflect.Descriptor instead.
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 (x *AddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*AddOrganizationMemberRequest) Reset ¶
func (x *AddOrganizationMemberRequest) Reset()
func (*AddOrganizationMemberRequest) String ¶
func (x *AddOrganizationMemberRequest) String() string
type AddOrganizationMemberResponse ¶
type AddOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*AddOrganizationMemberResponse) Descriptor
deprecated
func (*AddOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*AddOrganizationMemberResponse) ProtoMessage ¶
func (*AddOrganizationMemberResponse) ProtoMessage()
func (*AddOrganizationMemberResponse) ProtoReflect ¶
func (x *AddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*AddOrganizationMemberResponse) Reset ¶
func (x *AddOrganizationMemberResponse) Reset()
func (*AddOrganizationMemberResponse) String ¶
func (x *AddOrganizationMemberResponse) String() string
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) Descriptor
deprecated
func (*ArrayLiteral) Descriptor() ([]byte, []int)
Deprecated: Use ArrayLiteral.ProtoReflect.Descriptor instead.
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) String ¶
func (x *ArrayLiteral) String() string
type AttachGitTagsRequest ¶
type AttachGitTagsRequest struct { // Owner is the owner of the BSR repository. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // Repository is the name of the BSR repository. Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // Hash is the SHA1 hash of the Git commit that is tagged. The BSR has the ability to resolve this // git hash to a BSR commit. Hash string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"` // Author is the author of the Git commit. Author *GitIdentity `protobuf:"bytes,4,opt,name=author,proto3" json:"author,omitempty"` // Committer is the committer of the Git commit. Committer *GitIdentity `protobuf:"bytes,5,opt,name=committer,proto3" json:"committer,omitempty"` // Tags are the Git tags which point to this commit, and that will be synced to the BSR commit. Tags []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*AttachGitTagsRequest) Descriptor
deprecated
func (*AttachGitTagsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttachGitTagsRequest.ProtoReflect.Descriptor instead.
func (*AttachGitTagsRequest) GetAuthor ¶
func (x *AttachGitTagsRequest) GetAuthor() *GitIdentity
func (*AttachGitTagsRequest) GetCommitter ¶
func (x *AttachGitTagsRequest) GetCommitter() *GitIdentity
func (*AttachGitTagsRequest) GetHash ¶
func (x *AttachGitTagsRequest) GetHash() string
func (*AttachGitTagsRequest) GetOwner ¶
func (x *AttachGitTagsRequest) GetOwner() string
func (*AttachGitTagsRequest) GetRepository ¶
func (x *AttachGitTagsRequest) GetRepository() string
func (*AttachGitTagsRequest) GetTags ¶
func (x *AttachGitTagsRequest) GetTags() []string
func (*AttachGitTagsRequest) ProtoMessage ¶
func (*AttachGitTagsRequest) ProtoMessage()
func (*AttachGitTagsRequest) ProtoReflect ¶
func (x *AttachGitTagsRequest) ProtoReflect() protoreflect.Message
func (*AttachGitTagsRequest) Reset ¶
func (x *AttachGitTagsRequest) Reset()
func (*AttachGitTagsRequest) String ¶
func (x *AttachGitTagsRequest) String() string
type AttachGitTagsResponse ¶
type AttachGitTagsResponse struct { // The BSR commit that was resolved from the given hash, to which the tags were attached. BsrCommitName string `protobuf:"bytes,1,opt,name=bsr_commit_name,json=bsrCommitName,proto3" json:"bsr_commit_name,omitempty"` // contains filtered or unexported fields }
func (*AttachGitTagsResponse) Descriptor
deprecated
func (*AttachGitTagsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttachGitTagsResponse.ProtoReflect.Descriptor instead.
func (*AttachGitTagsResponse) GetBsrCommitName ¶
func (x *AttachGitTagsResponse) GetBsrCommitName() string
func (*AttachGitTagsResponse) ProtoMessage ¶
func (*AttachGitTagsResponse) ProtoMessage()
func (*AttachGitTagsResponse) ProtoReflect ¶
func (x *AttachGitTagsResponse) ProtoReflect() protoreflect.Message
func (*AttachGitTagsResponse) Reset ¶
func (x *AttachGitTagsResponse) Reset()
func (*AttachGitTagsResponse) String ¶
func (x *AttachGitTagsResponse) String() string
type BinaryOutputOptions ¶
type BinaryOutputOptions struct {
// contains filtered or unexported fields
}
func (*BinaryOutputOptions) Descriptor
deprecated
func (*BinaryOutputOptions) Descriptor() ([]byte, []int)
Deprecated: Use BinaryOutputOptions.ProtoReflect.Descriptor instead.
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 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) Descriptor() protoreflect.EnumDescriptor
func (BreakingChangeCategory) Enum ¶
func (x BreakingChangeCategory) Enum() *BreakingChangeCategory
func (BreakingChangeCategory) EnumDescriptor
deprecated
func (BreakingChangeCategory) EnumDescriptor() ([]byte, []int)
Deprecated: Use BreakingChangeCategory.Descriptor instead.
func (BreakingChangeCategory) Number ¶
func (x BreakingChangeCategory) Number() protoreflect.EnumNumber
func (BreakingChangeCategory) String ¶
func (x BreakingChangeCategory) String() string
func (BreakingChangeCategory) Type ¶
func (BreakingChangeCategory) Type() protoreflect.EnumType
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) Descriptor
deprecated
func (*BreakingChangePolicy) Descriptor() ([]byte, []int)
Deprecated: Use BreakingChangePolicy.ProtoReflect.Descriptor instead.
func (*BreakingChangePolicy) GetCategory ¶
func (x *BreakingChangePolicy) GetCategory() BreakingChangeCategory
func (*BreakingChangePolicy) GetEnabled ¶
func (x *BreakingChangePolicy) GetEnabled() bool
func (*BreakingChangePolicy) GetIgnoreUnstablePackages ¶
func (x *BreakingChangePolicy) GetIgnoreUnstablePackages() 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) String ¶
func (x *BreakingChangePolicy) String() string
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) Descriptor
deprecated
func (*Collision) GetHasOtherCollisionSources ¶
func (*Collision) GetReference ¶
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
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) Descriptor
deprecated
func (*CollisionSource) Descriptor() ([]byte, []int)
Deprecated: Use CollisionSource.ProtoReflect.Descriptor instead.
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) String ¶
func (x *CollisionSource) String() string
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) Descriptor() protoreflect.EnumDescriptor
func (CollisionType) Enum ¶
func (x CollisionType) Enum() *CollisionType
func (CollisionType) EnumDescriptor
deprecated
func (CollisionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CollisionType.Descriptor instead.
func (CollisionType) Number ¶
func (x CollisionType) Number() protoreflect.EnumNumber
func (CollisionType) String ¶
func (x CollisionType) String() string
func (CollisionType) Type ¶
func (CollisionType) Type() protoreflect.EnumType
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) Descriptor() protoreflect.EnumDescriptor
func (ConvertFormat) Enum ¶
func (x ConvertFormat) Enum() *ConvertFormat
func (ConvertFormat) EnumDescriptor
deprecated
func (ConvertFormat) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConvertFormat.Descriptor instead.
func (ConvertFormat) Number ¶
func (x ConvertFormat) Number() protoreflect.EnumNumber
func (ConvertFormat) String ¶
func (x ConvertFormat) String() string
func (ConvertFormat) Type ¶
func (ConvertFormat) Type() protoreflect.EnumType
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 assignable to OutputFormat: // // *ConvertMessageRequest_OutputBinary // *ConvertMessageRequest_OutputJson // *ConvertMessageRequest_OutputText OutputFormat isConvertMessageRequest_OutputFormat `protobuf_oneof:"output_format"` // contains filtered or unexported fields }
func (*ConvertMessageRequest) Descriptor
deprecated
func (*ConvertMessageRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConvertMessageRequest.ProtoReflect.Descriptor instead.
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 (m *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) ProtoMessage ¶
func (*ConvertMessageRequest) ProtoMessage()
func (*ConvertMessageRequest) ProtoReflect ¶
func (x *ConvertMessageRequest) ProtoReflect() protoreflect.Message
func (*ConvertMessageRequest) Reset ¶
func (x *ConvertMessageRequest) Reset()
func (*ConvertMessageRequest) String ¶
func (x *ConvertMessageRequest) String() string
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 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) Descriptor
deprecated
func (*ConvertMessageResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConvertMessageResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *ConvertMessageResponse) String() string
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) Descriptor
deprecated
func (*ConvertRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConvertRequest.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*ConvertRequest) ProtoMessage()
func (*ConvertRequest) ProtoReflect ¶
func (x *ConvertRequest) ProtoReflect() protoreflect.Message
func (*ConvertRequest) Reset ¶
func (x *ConvertRequest) Reset()
func (*ConvertRequest) String ¶
func (x *ConvertRequest) String() string
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) Descriptor
deprecated
func (*ConvertResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConvertResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *ConvertResponse) String() string
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) Descriptor
deprecated
func (*CountUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use CountUsersRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *CountUsersRequest) String() string
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) Descriptor
deprecated
func (*CountUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use CountUsersResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *CountUsersResponse) String() string
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"` // contains filtered or unexported fields }
func (*CreateCuratedPluginRequest) Descriptor
deprecated
func (*CreateCuratedPluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCuratedPluginRequest.ProtoReflect.Descriptor instead.
func (*CreateCuratedPluginRequest) GetContainerImageDigest ¶
func (x *CreateCuratedPluginRequest) GetContainerImageDigest() string
func (*CreateCuratedPluginRequest) GetDependencies ¶
func (x *CreateCuratedPluginRequest) GetDependencies() []*CuratedPluginReference
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 (x *CreateCuratedPluginRequest) GetVisibility() CuratedPluginVisibility
func (*CreateCuratedPluginRequest) ProtoMessage ¶
func (*CreateCuratedPluginRequest) ProtoMessage()
func (*CreateCuratedPluginRequest) ProtoReflect ¶
func (x *CreateCuratedPluginRequest) ProtoReflect() protoreflect.Message
func (*CreateCuratedPluginRequest) Reset ¶
func (x *CreateCuratedPluginRequest) Reset()
func (*CreateCuratedPluginRequest) String ¶
func (x *CreateCuratedPluginRequest) String() string
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) Descriptor
deprecated
func (*CreateCuratedPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateCuratedPluginResponse.ProtoReflect.Descriptor instead.
func (*CreateCuratedPluginResponse) GetConfiguration ¶
func (x *CreateCuratedPluginResponse) GetConfiguration() *CuratedPlugin
func (*CreateCuratedPluginResponse) ProtoMessage ¶
func (*CreateCuratedPluginResponse) ProtoMessage()
func (*CreateCuratedPluginResponse) ProtoReflect ¶
func (x *CreateCuratedPluginResponse) ProtoReflect() protoreflect.Message
func (*CreateCuratedPluginResponse) Reset ¶
func (x *CreateCuratedPluginResponse) Reset()
func (*CreateCuratedPluginResponse) String ¶
func (x *CreateCuratedPluginResponse) String() string
type CreateLabelRequest ¶
type CreateLabelRequest struct { LabelName *LabelName `protobuf:"bytes,1,opt,name=label_name,json=labelName,proto3" json:"label_name,omitempty"` LabelValue *LabelValue `protobuf:"bytes,2,opt,name=label_value,json=labelValue,proto3" json:"label_value,omitempty"` Author *string `protobuf:"bytes,3,opt,name=author,proto3,oneof" json:"author,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3,oneof" json:"create_time,omitempty"` // contains filtered or unexported fields }
func (*CreateLabelRequest) Descriptor
deprecated
func (*CreateLabelRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateLabelRequest.ProtoReflect.Descriptor instead.
func (*CreateLabelRequest) GetAuthor ¶
func (x *CreateLabelRequest) GetAuthor() string
func (*CreateLabelRequest) GetCreateTime ¶
func (x *CreateLabelRequest) GetCreateTime() *timestamppb.Timestamp
func (*CreateLabelRequest) GetLabelName ¶
func (x *CreateLabelRequest) GetLabelName() *LabelName
func (*CreateLabelRequest) GetLabelValue ¶
func (x *CreateLabelRequest) GetLabelValue() *LabelValue
func (*CreateLabelRequest) ProtoMessage ¶
func (*CreateLabelRequest) ProtoMessage()
func (*CreateLabelRequest) ProtoReflect ¶
func (x *CreateLabelRequest) ProtoReflect() protoreflect.Message
func (*CreateLabelRequest) Reset ¶
func (x *CreateLabelRequest) Reset()
func (*CreateLabelRequest) String ¶
func (x *CreateLabelRequest) String() string
type CreateLabelResponse ¶
type CreateLabelResponse struct { CommitId *LabelValue `protobuf:"bytes,1,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"` // contains filtered or unexported fields }
func (*CreateLabelResponse) Descriptor
deprecated
func (*CreateLabelResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateLabelResponse.ProtoReflect.Descriptor instead.
func (*CreateLabelResponse) GetCommitId ¶
func (x *CreateLabelResponse) GetCommitId() *LabelValue
func (*CreateLabelResponse) ProtoMessage ¶
func (*CreateLabelResponse) ProtoMessage()
func (*CreateLabelResponse) ProtoReflect ¶
func (x *CreateLabelResponse) ProtoReflect() protoreflect.Message
func (*CreateLabelResponse) Reset ¶
func (x *CreateLabelResponse) Reset()
func (*CreateLabelResponse) String ¶
func (x *CreateLabelResponse) String() string
type CreateMachineUserRequest ¶
type CreateMachineUserRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*CreateMachineUserRequest) Descriptor
deprecated
func (*CreateMachineUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateMachineUserRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *CreateMachineUserRequest) String() string
type CreateMachineUserResponse ¶
type CreateMachineUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*CreateMachineUserResponse) Descriptor
deprecated
func (*CreateMachineUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateMachineUserResponse.ProtoReflect.Descriptor instead.
func (*CreateMachineUserResponse) GetUser ¶
func (x *CreateMachineUserResponse) GetUser() *User
func (*CreateMachineUserResponse) ProtoMessage ¶
func (*CreateMachineUserResponse) ProtoMessage()
func (*CreateMachineUserResponse) ProtoReflect ¶
func (x *CreateMachineUserResponse) ProtoReflect() protoreflect.Message
func (*CreateMachineUserResponse) Reset ¶
func (x *CreateMachineUserResponse) Reset()
func (*CreateMachineUserResponse) String ¶
func (x *CreateMachineUserResponse) String() string
type CreateOrganizationRequest ¶
type CreateOrganizationRequest struct { // Must be unique across organizations. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateOrganizationRequest) Descriptor
deprecated
func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationRequest) GetName ¶
func (x *CreateOrganizationRequest) GetName() string
func (*CreateOrganizationRequest) ProtoMessage ¶
func (*CreateOrganizationRequest) ProtoMessage()
func (*CreateOrganizationRequest) ProtoReflect ¶
func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationRequest) Reset ¶
func (x *CreateOrganizationRequest) Reset()
func (*CreateOrganizationRequest) String ¶
func (x *CreateOrganizationRequest) String() string
type CreateOrganizationResponse ¶
type CreateOrganizationResponse struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*CreateOrganizationResponse) Descriptor
deprecated
func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.
func (*CreateOrganizationResponse) GetOrganization ¶
func (x *CreateOrganizationResponse) GetOrganization() *Organization
func (*CreateOrganizationResponse) ProtoMessage ¶
func (*CreateOrganizationResponse) ProtoMessage()
func (*CreateOrganizationResponse) ProtoReflect ¶
func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationResponse) Reset ¶
func (x *CreateOrganizationResponse) Reset()
func (*CreateOrganizationResponse) String ¶
func (x *CreateOrganizationResponse) String() string
type CreateRepositoryByFullNameRequest ¶
type CreateRepositoryByFullNameRequest struct { // Must be unique across repositories. FullName string `protobuf:"bytes,1,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` Visibility Visibility `protobuf:"varint,2,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.Visibility" json:"visibility,omitempty"` // contains filtered or unexported fields }
func (*CreateRepositoryByFullNameRequest) Descriptor
deprecated
func (*CreateRepositoryByFullNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryByFullNameRequest.ProtoReflect.Descriptor instead.
func (*CreateRepositoryByFullNameRequest) GetFullName ¶
func (x *CreateRepositoryByFullNameRequest) GetFullName() string
func (*CreateRepositoryByFullNameRequest) GetVisibility ¶
func (x *CreateRepositoryByFullNameRequest) GetVisibility() Visibility
func (*CreateRepositoryByFullNameRequest) ProtoMessage ¶
func (*CreateRepositoryByFullNameRequest) ProtoMessage()
func (*CreateRepositoryByFullNameRequest) ProtoReflect ¶
func (x *CreateRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
func (*CreateRepositoryByFullNameRequest) Reset ¶
func (x *CreateRepositoryByFullNameRequest) Reset()
func (*CreateRepositoryByFullNameRequest) String ¶
func (x *CreateRepositoryByFullNameRequest) String() string
type CreateRepositoryByFullNameResponse ¶
type CreateRepositoryByFullNameResponse struct { Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` // contains filtered or unexported fields }
func (*CreateRepositoryByFullNameResponse) Descriptor
deprecated
func (*CreateRepositoryByFullNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryByFullNameResponse.ProtoReflect.Descriptor instead.
func (*CreateRepositoryByFullNameResponse) GetRepository ¶
func (x *CreateRepositoryByFullNameResponse) GetRepository() *Repository
func (*CreateRepositoryByFullNameResponse) ProtoMessage ¶
func (*CreateRepositoryByFullNameResponse) ProtoMessage()
func (*CreateRepositoryByFullNameResponse) ProtoReflect ¶
func (x *CreateRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
func (*CreateRepositoryByFullNameResponse) Reset ¶
func (x *CreateRepositoryByFullNameResponse) Reset()
func (*CreateRepositoryByFullNameResponse) String ¶
func (x *CreateRepositoryByFullNameResponse) String() string
type CreateRepositoryTagRequest ¶
type CreateRepositoryTagRequest struct { // The ID of the repository this tag should be created on. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // The name of the repository tag, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403". Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the commit this tag should be created for. CommitName string `protobuf:"bytes,3,opt,name=commit_name,json=commitName,proto3" json:"commit_name,omitempty"` // contains filtered or unexported fields }
func (*CreateRepositoryTagRequest) Descriptor
deprecated
func (*CreateRepositoryTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryTagRequest.ProtoReflect.Descriptor instead.
func (*CreateRepositoryTagRequest) GetCommitName ¶
func (x *CreateRepositoryTagRequest) GetCommitName() string
func (*CreateRepositoryTagRequest) GetName ¶
func (x *CreateRepositoryTagRequest) GetName() string
func (*CreateRepositoryTagRequest) GetRepositoryId ¶
func (x *CreateRepositoryTagRequest) GetRepositoryId() string
func (*CreateRepositoryTagRequest) ProtoMessage ¶
func (*CreateRepositoryTagRequest) ProtoMessage()
func (*CreateRepositoryTagRequest) ProtoReflect ¶
func (x *CreateRepositoryTagRequest) ProtoReflect() protoreflect.Message
func (*CreateRepositoryTagRequest) Reset ¶
func (x *CreateRepositoryTagRequest) Reset()
func (*CreateRepositoryTagRequest) String ¶
func (x *CreateRepositoryTagRequest) String() string
type CreateRepositoryTagResponse ¶
type CreateRepositoryTagResponse struct { RepositoryTag *RepositoryTag `protobuf:"bytes,1,opt,name=repository_tag,json=repositoryTag,proto3" json:"repository_tag,omitempty"` // contains filtered or unexported fields }
func (*CreateRepositoryTagResponse) Descriptor
deprecated
func (*CreateRepositoryTagResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryTagResponse.ProtoReflect.Descriptor instead.
func (*CreateRepositoryTagResponse) GetRepositoryTag ¶
func (x *CreateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
func (*CreateRepositoryTagResponse) ProtoMessage ¶
func (*CreateRepositoryTagResponse) ProtoMessage()
func (*CreateRepositoryTagResponse) ProtoReflect ¶
func (x *CreateRepositoryTagResponse) ProtoReflect() protoreflect.Message
func (*CreateRepositoryTagResponse) Reset ¶
func (x *CreateRepositoryTagResponse) Reset()
func (*CreateRepositoryTagResponse) String ¶
func (x *CreateRepositoryTagResponse) String() string
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) Descriptor
deprecated
func (*CreateSCIMTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSCIMTokenRequest.ProtoReflect.Descriptor instead.
func (*CreateSCIMTokenRequest) GetExpireTime ¶
func (x *CreateSCIMTokenRequest) GetExpireTime() *timestamppb.Timestamp
func (*CreateSCIMTokenRequest) ProtoMessage ¶
func (*CreateSCIMTokenRequest) ProtoMessage()
func (*CreateSCIMTokenRequest) ProtoReflect ¶
func (x *CreateSCIMTokenRequest) ProtoReflect() protoreflect.Message
func (*CreateSCIMTokenRequest) Reset ¶
func (x *CreateSCIMTokenRequest) Reset()
func (*CreateSCIMTokenRequest) String ¶
func (x *CreateSCIMTokenRequest) String() string
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) Descriptor
deprecated
func (*CreateSCIMTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateSCIMTokenResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *CreateSCIMTokenResponse) String() string
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 `` /* 155-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) Descriptor
deprecated
func (*CreateStudioRequestRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateStudioRequestRequest.ProtoReflect.Descriptor instead.
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 (x *CreateStudioRequestRequest) ProtoReflect() protoreflect.Message
func (*CreateStudioRequestRequest) Reset ¶
func (x *CreateStudioRequestRequest) Reset()
func (*CreateStudioRequestRequest) String ¶
func (x *CreateStudioRequestRequest) String() string
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) Descriptor
deprecated
func (*CreateStudioRequestResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateStudioRequestResponse.ProtoReflect.Descriptor instead.
func (*CreateStudioRequestResponse) GetCreatedRequest ¶
func (x *CreateStudioRequestResponse) GetCreatedRequest() *StudioRequest
func (*CreateStudioRequestResponse) ProtoMessage ¶
func (*CreateStudioRequestResponse) ProtoMessage()
func (*CreateStudioRequestResponse) ProtoReflect ¶
func (x *CreateStudioRequestResponse) ProtoReflect() protoreflect.Message
func (*CreateStudioRequestResponse) Reset ¶
func (x *CreateStudioRequestResponse) Reset()
func (*CreateStudioRequestResponse) String ¶
func (x *CreateStudioRequestResponse) String() string
type CreateTokenRequest ¶
type CreateTokenRequest struct { Note string `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"` // The time until which the token should be valid. // Must be in the future. May be null for no expiry. ExpireTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` // 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) Descriptor
deprecated
func (*CreateTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenRequest.ProtoReflect.Descriptor instead.
func (*CreateTokenRequest) GetExpireTime ¶
func (x *CreateTokenRequest) GetExpireTime() *timestamppb.Timestamp
func (*CreateTokenRequest) GetNote ¶
func (x *CreateTokenRequest) GetNote() string
func (*CreateTokenRequest) GetUserId ¶
func (x *CreateTokenRequest) GetUserId() string
func (*CreateTokenRequest) ProtoMessage ¶
func (*CreateTokenRequest) ProtoMessage()
func (*CreateTokenRequest) ProtoReflect ¶
func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
func (*CreateTokenRequest) Reset ¶
func (x *CreateTokenRequest) Reset()
func (*CreateTokenRequest) String ¶
func (x *CreateTokenRequest) String() string
type CreateTokenResponse ¶
type CreateTokenResponse struct { // The plaintext token to use for authentication. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*CreateTokenResponse) Descriptor
deprecated
func (*CreateTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenResponse.ProtoReflect.Descriptor instead.
func (*CreateTokenResponse) GetToken ¶
func (x *CreateTokenResponse) GetToken() string
func (*CreateTokenResponse) ProtoMessage ¶
func (*CreateTokenResponse) ProtoMessage()
func (*CreateTokenResponse) ProtoReflect ¶
func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message
func (*CreateTokenResponse) Reset ¶
func (x *CreateTokenResponse) Reset()
func (*CreateTokenResponse) String ¶
func (x *CreateTokenResponse) String() string
type CreateUserRequest ¶
type CreateUserRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*CreateUserRequest) Descriptor
deprecated
func (*CreateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
func (*CreateUserRequest) GetUsername ¶
func (x *CreateUserRequest) GetUsername() string
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
func (*CreateUserRequest) Reset ¶
func (x *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶
func (x *CreateUserRequest) String() string
type CreateUserResponse ¶
type CreateUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*CreateUserResponse) Descriptor
deprecated
func (*CreateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.
func (*CreateUserResponse) GetUser ¶
func (x *CreateUserResponse) GetUser() *User
func (*CreateUserResponse) ProtoMessage ¶
func (*CreateUserResponse) ProtoMessage()
func (*CreateUserResponse) ProtoReflect ¶
func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
func (*CreateUserResponse) Reset ¶
func (x *CreateUserResponse) Reset()
func (*CreateUserResponse) String ¶
func (x *CreateUserResponse) String() string
type 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) Descriptor
deprecated
func (*CreateWebhookRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateWebhookRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *CreateWebhookRequest) String() string
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) Descriptor
deprecated
func (*CreateWebhookResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateWebhookResponse.ProtoReflect.Descriptor instead.
func (*CreateWebhookResponse) GetWebhook ¶
func (x *CreateWebhookResponse) GetWebhook() *Webhook
func (*CreateWebhookResponse) ProtoMessage ¶
func (*CreateWebhookResponse) ProtoMessage()
func (*CreateWebhookResponse) ProtoReflect ¶
func (x *CreateWebhookResponse) ProtoReflect() protoreflect.Message
func (*CreateWebhookResponse) Reset ¶
func (x *CreateWebhookResponse) Reset()
func (*CreateWebhookResponse) String ¶
func (x *CreateWebhookResponse) String() string
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"` // contains filtered or unexported fields }
CuratedPlugin represents a protoc plugin curated by Buf, such as protoc-gen-go.
func (*CuratedPlugin) Descriptor
deprecated
func (*CuratedPlugin) Descriptor() ([]byte, []int)
Deprecated: Use CuratedPlugin.ProtoReflect.Descriptor instead.
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) 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) ProtoMessage ¶
func (*CuratedPlugin) ProtoMessage()
func (*CuratedPlugin) ProtoReflect ¶
func (x *CuratedPlugin) ProtoReflect() protoreflect.Message
func (*CuratedPlugin) Reset ¶
func (x *CuratedPlugin) Reset()
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) Descriptor
deprecated
func (*CuratedPluginReference) Descriptor() ([]byte, []int)
Deprecated: Use CuratedPluginReference.ProtoReflect.Descriptor instead.
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) String ¶
func (x *CuratedPluginReference) String() string
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"` // contains filtered or unexported fields }
func (*CuratedPluginSearchResult) Descriptor
deprecated
func (*CuratedPluginSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use CuratedPluginSearchResult.ProtoReflect.Descriptor instead.
func (*CuratedPluginSearchResult) GetDeprecated ¶
func (x *CuratedPluginSearchResult) GetDeprecated() bool
func (*CuratedPluginSearchResult) GetId ¶
func (x *CuratedPluginSearchResult) GetId() string
func (*CuratedPluginSearchResult) GetName ¶
func (x *CuratedPluginSearchResult) GetName() string
func (*CuratedPluginSearchResult) GetOwner ¶
func (x *CuratedPluginSearchResult) GetOwner() string
func (*CuratedPluginSearchResult) ProtoMessage ¶
func (*CuratedPluginSearchResult) ProtoMessage()
func (*CuratedPluginSearchResult) ProtoReflect ¶
func (x *CuratedPluginSearchResult) ProtoReflect() protoreflect.Message
func (*CuratedPluginSearchResult) Reset ¶
func (x *CuratedPluginSearchResult) Reset()
func (*CuratedPluginSearchResult) String ¶
func (x *CuratedPluginSearchResult) String() string
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) Descriptor
deprecated
func (*CuratedPluginVersionRevisions) Descriptor() ([]byte, []int)
Deprecated: Use CuratedPluginVersionRevisions.ProtoReflect.Descriptor instead.
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 (x *CuratedPluginVersionRevisions) ProtoReflect() protoreflect.Message
func (*CuratedPluginVersionRevisions) Reset ¶
func (x *CuratedPluginVersionRevisions) Reset()
func (*CuratedPluginVersionRevisions) String ¶
func (x *CuratedPluginVersionRevisions) String() string
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) Descriptor() protoreflect.EnumDescriptor
func (CuratedPluginVisibility) Enum ¶
func (x CuratedPluginVisibility) Enum() *CuratedPluginVisibility
func (CuratedPluginVisibility) EnumDescriptor
deprecated
func (CuratedPluginVisibility) EnumDescriptor() ([]byte, []int)
Deprecated: Use CuratedPluginVisibility.Descriptor instead.
func (CuratedPluginVisibility) Number ¶
func (x CuratedPluginVisibility) Number() protoreflect.EnumNumber
func (CuratedPluginVisibility) String ¶
func (x CuratedPluginVisibility) String() string
func (CuratedPluginVisibility) Type ¶
func (CuratedPluginVisibility) Type() protoreflect.EnumType
type DeactivateUserRequest ¶
type DeactivateUserRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeactivateUserRequest) Descriptor
deprecated
func (*DeactivateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateUserRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *DeactivateUserRequest) String() string
type DeactivateUserResponse ¶
type DeactivateUserResponse struct {
// contains filtered or unexported fields
}
func (*DeactivateUserResponse) Descriptor
deprecated
func (*DeactivateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateUserResponse.ProtoReflect.Descriptor instead.
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 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) Descriptor
deprecated
func (*DeleteCuratedPluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCuratedPluginRequest.ProtoReflect.Descriptor instead.
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 (x *DeleteCuratedPluginRequest) ProtoReflect() protoreflect.Message
func (*DeleteCuratedPluginRequest) Reset ¶
func (x *DeleteCuratedPluginRequest) Reset()
func (*DeleteCuratedPluginRequest) String ¶
func (x *DeleteCuratedPluginRequest) String() string
type DeleteCuratedPluginResponse ¶
type DeleteCuratedPluginResponse struct {
// contains filtered or unexported fields
}
func (*DeleteCuratedPluginResponse) Descriptor
deprecated
func (*DeleteCuratedPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCuratedPluginResponse.ProtoReflect.Descriptor instead.
func (*DeleteCuratedPluginResponse) ProtoMessage ¶
func (*DeleteCuratedPluginResponse) ProtoMessage()
func (*DeleteCuratedPluginResponse) ProtoReflect ¶
func (x *DeleteCuratedPluginResponse) ProtoReflect() protoreflect.Message
func (*DeleteCuratedPluginResponse) Reset ¶
func (x *DeleteCuratedPluginResponse) Reset()
func (*DeleteCuratedPluginResponse) String ¶
func (x *DeleteCuratedPluginResponse) String() string
type DeleteOrganizationByNameRequest ¶
type DeleteOrganizationByNameRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteOrganizationByNameRequest) Descriptor
deprecated
func (*DeleteOrganizationByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationByNameRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationByNameRequest) GetName ¶
func (x *DeleteOrganizationByNameRequest) GetName() string
func (*DeleteOrganizationByNameRequest) ProtoMessage ¶
func (*DeleteOrganizationByNameRequest) ProtoMessage()
func (*DeleteOrganizationByNameRequest) ProtoReflect ¶
func (x *DeleteOrganizationByNameRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationByNameRequest) Reset ¶
func (x *DeleteOrganizationByNameRequest) Reset()
func (*DeleteOrganizationByNameRequest) String ¶
func (x *DeleteOrganizationByNameRequest) String() string
type DeleteOrganizationByNameResponse ¶
type DeleteOrganizationByNameResponse struct {
// contains filtered or unexported fields
}
func (*DeleteOrganizationByNameResponse) Descriptor
deprecated
func (*DeleteOrganizationByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationByNameResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationByNameResponse) ProtoMessage ¶
func (*DeleteOrganizationByNameResponse) ProtoMessage()
func (*DeleteOrganizationByNameResponse) ProtoReflect ¶
func (x *DeleteOrganizationByNameResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationByNameResponse) Reset ¶
func (x *DeleteOrganizationByNameResponse) Reset()
func (*DeleteOrganizationByNameResponse) String ¶
func (x *DeleteOrganizationByNameResponse) String() string
type DeleteOrganizationRequest ¶
type DeleteOrganizationRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteOrganizationRequest) Descriptor
deprecated
func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationRequest) GetId ¶
func (x *DeleteOrganizationRequest) GetId() string
func (*DeleteOrganizationRequest) ProtoMessage ¶
func (*DeleteOrganizationRequest) ProtoMessage()
func (*DeleteOrganizationRequest) ProtoReflect ¶
func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationRequest) Reset ¶
func (x *DeleteOrganizationRequest) Reset()
func (*DeleteOrganizationRequest) String ¶
func (x *DeleteOrganizationRequest) String() string
type DeleteOrganizationResponse ¶
type DeleteOrganizationResponse struct {
// contains filtered or unexported fields
}
func (*DeleteOrganizationResponse) Descriptor
deprecated
func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationResponse) ProtoMessage ¶
func (*DeleteOrganizationResponse) ProtoMessage()
func (*DeleteOrganizationResponse) ProtoReflect ¶
func (x *DeleteOrganizationResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationResponse) Reset ¶
func (x *DeleteOrganizationResponse) Reset()
func (*DeleteOrganizationResponse) String ¶
func (x *DeleteOrganizationResponse) String() string
type DeleteRepositoryByFullNameRequest ¶
type DeleteRepositoryByFullNameRequest struct { FullName string `protobuf:"bytes,1,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` // contains filtered or unexported fields }
func (*DeleteRepositoryByFullNameRequest) Descriptor
deprecated
func (*DeleteRepositoryByFullNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryByFullNameRequest.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryByFullNameRequest) GetFullName ¶
func (x *DeleteRepositoryByFullNameRequest) GetFullName() string
func (*DeleteRepositoryByFullNameRequest) ProtoMessage ¶
func (*DeleteRepositoryByFullNameRequest) ProtoMessage()
func (*DeleteRepositoryByFullNameRequest) ProtoReflect ¶
func (x *DeleteRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryByFullNameRequest) Reset ¶
func (x *DeleteRepositoryByFullNameRequest) Reset()
func (*DeleteRepositoryByFullNameRequest) String ¶
func (x *DeleteRepositoryByFullNameRequest) String() string
type DeleteRepositoryByFullNameResponse ¶
type DeleteRepositoryByFullNameResponse struct {
// contains filtered or unexported fields
}
func (*DeleteRepositoryByFullNameResponse) Descriptor
deprecated
func (*DeleteRepositoryByFullNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryByFullNameResponse.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryByFullNameResponse) ProtoMessage ¶
func (*DeleteRepositoryByFullNameResponse) ProtoMessage()
func (*DeleteRepositoryByFullNameResponse) ProtoReflect ¶
func (x *DeleteRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryByFullNameResponse) Reset ¶
func (x *DeleteRepositoryByFullNameResponse) Reset()
func (*DeleteRepositoryByFullNameResponse) String ¶
func (x *DeleteRepositoryByFullNameResponse) String() string
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) Descriptor
deprecated
func (*DeleteRepositoryDraftCommitRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryDraftCommitRequest.ProtoReflect.Descriptor instead.
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 (x *DeleteRepositoryDraftCommitRequest) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryDraftCommitRequest) Reset ¶
func (x *DeleteRepositoryDraftCommitRequest) Reset()
func (*DeleteRepositoryDraftCommitRequest) String ¶
func (x *DeleteRepositoryDraftCommitRequest) String() string
type DeleteRepositoryDraftCommitResponse ¶
type DeleteRepositoryDraftCommitResponse struct {
// contains filtered or unexported fields
}
func (*DeleteRepositoryDraftCommitResponse) Descriptor
deprecated
func (*DeleteRepositoryDraftCommitResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryDraftCommitResponse.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryDraftCommitResponse) ProtoMessage ¶
func (*DeleteRepositoryDraftCommitResponse) ProtoMessage()
func (*DeleteRepositoryDraftCommitResponse) ProtoReflect ¶
func (x *DeleteRepositoryDraftCommitResponse) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryDraftCommitResponse) Reset ¶
func (x *DeleteRepositoryDraftCommitResponse) Reset()
func (*DeleteRepositoryDraftCommitResponse) String ¶
func (x *DeleteRepositoryDraftCommitResponse) String() string
type DeleteRepositoryRequest ¶
type DeleteRepositoryRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteRepositoryRequest) Descriptor
deprecated
func (*DeleteRepositoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryRequest.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryRequest) GetId ¶
func (x *DeleteRepositoryRequest) GetId() string
func (*DeleteRepositoryRequest) ProtoMessage ¶
func (*DeleteRepositoryRequest) ProtoMessage()
func (*DeleteRepositoryRequest) ProtoReflect ¶
func (x *DeleteRepositoryRequest) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryRequest) Reset ¶
func (x *DeleteRepositoryRequest) Reset()
func (*DeleteRepositoryRequest) String ¶
func (x *DeleteRepositoryRequest) String() string
type DeleteRepositoryResponse ¶
type DeleteRepositoryResponse struct {
// contains filtered or unexported fields
}
func (*DeleteRepositoryResponse) Descriptor
deprecated
func (*DeleteRepositoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryResponse.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryResponse) ProtoMessage ¶
func (*DeleteRepositoryResponse) ProtoMessage()
func (*DeleteRepositoryResponse) ProtoReflect ¶
func (x *DeleteRepositoryResponse) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryResponse) Reset ¶
func (x *DeleteRepositoryResponse) Reset()
func (*DeleteRepositoryResponse) String ¶
func (x *DeleteRepositoryResponse) String() string
type 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) Descriptor
deprecated
func (*DeleteSCIMTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSCIMTokenRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *DeleteSCIMTokenRequest) String() string
type DeleteSCIMTokenResponse ¶
type DeleteSCIMTokenResponse struct {
// contains filtered or unexported fields
}
func (*DeleteSCIMTokenResponse) Descriptor
deprecated
func (*DeleteSCIMTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSCIMTokenResponse.ProtoReflect.Descriptor instead.
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 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) Descriptor
deprecated
func (*DeleteStudioRequestRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteStudioRequestRequest.ProtoReflect.Descriptor instead.
func (*DeleteStudioRequestRequest) GetId ¶
func (x *DeleteStudioRequestRequest) GetId() string
func (*DeleteStudioRequestRequest) ProtoMessage ¶
func (*DeleteStudioRequestRequest) ProtoMessage()
func (*DeleteStudioRequestRequest) ProtoReflect ¶
func (x *DeleteStudioRequestRequest) ProtoReflect() protoreflect.Message
func (*DeleteStudioRequestRequest) Reset ¶
func (x *DeleteStudioRequestRequest) Reset()
func (*DeleteStudioRequestRequest) String ¶
func (x *DeleteStudioRequestRequest) String() string
type DeleteStudioRequestResponse ¶
type DeleteStudioRequestResponse struct {
// contains filtered or unexported fields
}
DeleteStudioRequestResponse returns empty on successful deletions.
func (*DeleteStudioRequestResponse) Descriptor
deprecated
func (*DeleteStudioRequestResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteStudioRequestResponse.ProtoReflect.Descriptor instead.
func (*DeleteStudioRequestResponse) ProtoMessage ¶
func (*DeleteStudioRequestResponse) ProtoMessage()
func (*DeleteStudioRequestResponse) ProtoReflect ¶
func (x *DeleteStudioRequestResponse) ProtoReflect() protoreflect.Message
func (*DeleteStudioRequestResponse) Reset ¶
func (x *DeleteStudioRequestResponse) Reset()
func (*DeleteStudioRequestResponse) String ¶
func (x *DeleteStudioRequestResponse) String() string
type DeleteTokenRequest ¶
type DeleteTokenRequest struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteTokenRequest) Descriptor
deprecated
func (*DeleteTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTokenRequest.ProtoReflect.Descriptor instead.
func (*DeleteTokenRequest) GetTokenId ¶
func (x *DeleteTokenRequest) GetTokenId() string
func (*DeleteTokenRequest) ProtoMessage ¶
func (*DeleteTokenRequest) ProtoMessage()
func (*DeleteTokenRequest) ProtoReflect ¶
func (x *DeleteTokenRequest) ProtoReflect() protoreflect.Message
func (*DeleteTokenRequest) Reset ¶
func (x *DeleteTokenRequest) Reset()
func (*DeleteTokenRequest) String ¶
func (x *DeleteTokenRequest) String() string
type DeleteTokenResponse ¶
type DeleteTokenResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTokenResponse) Descriptor
deprecated
func (*DeleteTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTokenResponse.ProtoReflect.Descriptor instead.
func (*DeleteTokenResponse) ProtoMessage ¶
func (*DeleteTokenResponse) ProtoMessage()
func (*DeleteTokenResponse) ProtoReflect ¶
func (x *DeleteTokenResponse) ProtoReflect() protoreflect.Message
func (*DeleteTokenResponse) Reset ¶
func (x *DeleteTokenResponse) Reset()
func (*DeleteTokenResponse) String ¶
func (x *DeleteTokenResponse) String() string
type DeleteUserRequest ¶
type DeleteUserRequest struct {
// contains filtered or unexported fields
}
func (*DeleteUserRequest) Descriptor
deprecated
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
type DeleteUserResponse ¶
type DeleteUserResponse struct {
// contains filtered or unexported fields
}
func (*DeleteUserResponse) Descriptor
deprecated
func (*DeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) ProtoReflect ¶
func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserResponse) Reset ¶
func (x *DeleteUserResponse) Reset()
func (*DeleteUserResponse) String ¶
func (x *DeleteUserResponse) String() string
type 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) Descriptor
deprecated
func (*DeleteWebhookRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWebhookRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *DeleteWebhookRequest) String() string
type DeleteWebhookResponse ¶
type DeleteWebhookResponse struct {
// contains filtered or unexported fields
}
DeleteWebhookResponse is the response for unsubscribing from a webhook.
func (*DeleteWebhookResponse) Descriptor
deprecated
func (*DeleteWebhookResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWebhookResponse.ProtoReflect.Descriptor instead.
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 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) Descriptor
deprecated
func (*DeprecateRepositoryByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeprecateRepositoryByNameRequest.ProtoReflect.Descriptor instead.
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 (x *DeprecateRepositoryByNameRequest) ProtoReflect() protoreflect.Message
func (*DeprecateRepositoryByNameRequest) Reset ¶
func (x *DeprecateRepositoryByNameRequest) Reset()
func (*DeprecateRepositoryByNameRequest) String ¶
func (x *DeprecateRepositoryByNameRequest) String() string
type DeprecateRepositoryByNameResponse ¶
type DeprecateRepositoryByNameResponse struct { Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` // contains filtered or unexported fields }
func (*DeprecateRepositoryByNameResponse) Descriptor
deprecated
func (*DeprecateRepositoryByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeprecateRepositoryByNameResponse.ProtoReflect.Descriptor instead.
func (*DeprecateRepositoryByNameResponse) GetRepository ¶
func (x *DeprecateRepositoryByNameResponse) GetRepository() *Repository
func (*DeprecateRepositoryByNameResponse) ProtoMessage ¶
func (*DeprecateRepositoryByNameResponse) ProtoMessage()
func (*DeprecateRepositoryByNameResponse) ProtoReflect ¶
func (x *DeprecateRepositoryByNameResponse) ProtoReflect() protoreflect.Message
func (*DeprecateRepositoryByNameResponse) Reset ¶
func (x *DeprecateRepositoryByNameResponse) Reset()
func (*DeprecateRepositoryByNameResponse) String ¶
func (x *DeprecateRepositoryByNameResponse) String() string
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) Descriptor
deprecated
func (*DisplayOrganizationElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayOrganizationElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayOrganizationElementsRequest) GetOrganizationId ¶
func (x *DisplayOrganizationElementsRequest) GetOrganizationId() string
func (*DisplayOrganizationElementsRequest) ProtoMessage ¶
func (*DisplayOrganizationElementsRequest) ProtoMessage()
func (*DisplayOrganizationElementsRequest) ProtoReflect ¶
func (x *DisplayOrganizationElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayOrganizationElementsRequest) Reset ¶
func (x *DisplayOrganizationElementsRequest) Reset()
func (*DisplayOrganizationElementsRequest) String ¶
func (x *DisplayOrganizationElementsRequest) String() string
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) Descriptor
deprecated
func (*DisplayOrganizationElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayOrganizationElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayOrganizationElementsResponse) GetCreateRepository ¶
func (x *DisplayOrganizationElementsResponse) GetCreateRepository() bool
func (*DisplayOrganizationElementsResponse) GetDelete ¶
func (x *DisplayOrganizationElementsResponse) GetDelete() bool
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 (x *DisplayOrganizationElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayOrganizationElementsResponse) Reset ¶
func (x *DisplayOrganizationElementsResponse) Reset()
func (*DisplayOrganizationElementsResponse) String ¶
func (x *DisplayOrganizationElementsResponse) String() string
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) Descriptor
deprecated
func (*DisplayOwnerEntitledElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayOwnerEntitledElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayOwnerEntitledElementsRequest) GetOwnerName ¶
func (x *DisplayOwnerEntitledElementsRequest) GetOwnerName() string
func (*DisplayOwnerEntitledElementsRequest) ProtoMessage ¶
func (*DisplayOwnerEntitledElementsRequest) ProtoMessage()
func (*DisplayOwnerEntitledElementsRequest) ProtoReflect ¶
func (x *DisplayOwnerEntitledElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayOwnerEntitledElementsRequest) Reset ¶
func (x *DisplayOwnerEntitledElementsRequest) Reset()
func (*DisplayOwnerEntitledElementsRequest) String ¶
func (x *DisplayOwnerEntitledElementsRequest) String() string
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) Descriptor
deprecated
func (*DisplayOwnerEntitledElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayOwnerEntitledElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayOwnerEntitledElementsResponse) GetCreatePrivateRepository ¶
func (x *DisplayOwnerEntitledElementsResponse) GetCreatePrivateRepository() bool
func (*DisplayOwnerEntitledElementsResponse) ProtoMessage ¶
func (*DisplayOwnerEntitledElementsResponse) ProtoMessage()
func (*DisplayOwnerEntitledElementsResponse) ProtoReflect ¶
func (x *DisplayOwnerEntitledElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayOwnerEntitledElementsResponse) Reset ¶
func (x *DisplayOwnerEntitledElementsResponse) Reset()
func (*DisplayOwnerEntitledElementsResponse) String ¶
func (x *DisplayOwnerEntitledElementsResponse) String() string
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) Descriptor
deprecated
func (*DisplayRepositoryElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayRepositoryElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayRepositoryElementsRequest) GetRepositoryId ¶
func (x *DisplayRepositoryElementsRequest) GetRepositoryId() string
func (*DisplayRepositoryElementsRequest) ProtoMessage ¶
func (*DisplayRepositoryElementsRequest) ProtoMessage()
func (*DisplayRepositoryElementsRequest) ProtoReflect ¶
func (x *DisplayRepositoryElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayRepositoryElementsRequest) Reset ¶
func (x *DisplayRepositoryElementsRequest) Reset()
func (*DisplayRepositoryElementsRequest) String ¶
func (x *DisplayRepositoryElementsRequest) String() string
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 element if true. Write bool `protobuf:"varint,3,opt,name=write,proto3" json:"write,omitempty"` // contains filtered or unexported fields }
func (*DisplayRepositoryElementsResponse) Descriptor
deprecated
func (*DisplayRepositoryElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayRepositoryElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayRepositoryElementsResponse) GetDelete ¶
func (x *DisplayRepositoryElementsResponse) GetDelete() bool
func (*DisplayRepositoryElementsResponse) GetSettings ¶
func (x *DisplayRepositoryElementsResponse) GetSettings() bool
func (*DisplayRepositoryElementsResponse) GetWrite ¶
func (x *DisplayRepositoryElementsResponse) GetWrite() bool
func (*DisplayRepositoryElementsResponse) ProtoMessage ¶
func (*DisplayRepositoryElementsResponse) ProtoMessage()
func (*DisplayRepositoryElementsResponse) ProtoReflect ¶
func (x *DisplayRepositoryElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayRepositoryElementsResponse) Reset ¶
func (x *DisplayRepositoryElementsResponse) Reset()
func (*DisplayRepositoryElementsResponse) String ¶
func (x *DisplayRepositoryElementsResponse) String() string
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) Descriptor
deprecated
func (*DisplayRepositoryEntitledElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayRepositoryEntitledElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayRepositoryEntitledElementsRequest) GetRepositoryId ¶
func (x *DisplayRepositoryEntitledElementsRequest) GetRepositoryId() string
func (*DisplayRepositoryEntitledElementsRequest) ProtoMessage ¶
func (*DisplayRepositoryEntitledElementsRequest) ProtoMessage()
func (*DisplayRepositoryEntitledElementsRequest) ProtoReflect ¶
func (x *DisplayRepositoryEntitledElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayRepositoryEntitledElementsRequest) Reset ¶
func (x *DisplayRepositoryEntitledElementsRequest) Reset()
func (*DisplayRepositoryEntitledElementsRequest) String ¶
func (x *DisplayRepositoryEntitledElementsRequest) String() string
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) Descriptor
deprecated
func (*DisplayRepositoryEntitledElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayRepositoryEntitledElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayRepositoryEntitledElementsResponse) GetSetPrivate ¶
func (x *DisplayRepositoryEntitledElementsResponse) GetSetPrivate() bool
func (*DisplayRepositoryEntitledElementsResponse) ProtoMessage ¶
func (*DisplayRepositoryEntitledElementsResponse) ProtoMessage()
func (*DisplayRepositoryEntitledElementsResponse) ProtoReflect ¶
func (x *DisplayRepositoryEntitledElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayRepositoryEntitledElementsResponse) Reset ¶
func (x *DisplayRepositoryEntitledElementsResponse) Reset()
func (*DisplayRepositoryEntitledElementsResponse) String ¶
func (x *DisplayRepositoryEntitledElementsResponse) String() string
type DisplayServerElementsRequest ¶
type DisplayServerElementsRequest struct {
// contains filtered or unexported fields
}
func (*DisplayServerElementsRequest) Descriptor
deprecated
func (*DisplayServerElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayServerElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayServerElementsRequest) ProtoMessage ¶
func (*DisplayServerElementsRequest) ProtoMessage()
func (*DisplayServerElementsRequest) ProtoReflect ¶
func (x *DisplayServerElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayServerElementsRequest) Reset ¶
func (x *DisplayServerElementsRequest) Reset()
func (*DisplayServerElementsRequest) String ¶
func (x *DisplayServerElementsRequest) String() string
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) Descriptor
deprecated
func (*DisplayServerElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayServerElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayServerElementsResponse) GetAdminPanel ¶
func (x *DisplayServerElementsResponse) GetAdminPanel() bool
func (*DisplayServerElementsResponse) ProtoMessage ¶
func (*DisplayServerElementsResponse) ProtoMessage()
func (*DisplayServerElementsResponse) ProtoReflect ¶
func (x *DisplayServerElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayServerElementsResponse) Reset ¶
func (x *DisplayServerElementsResponse) Reset()
func (*DisplayServerElementsResponse) String ¶
func (x *DisplayServerElementsResponse) String() string
type DisplayUserElementsRequest ¶
type DisplayUserElementsRequest struct {
// contains filtered or unexported fields
}
func (*DisplayUserElementsRequest) Descriptor
deprecated
func (*DisplayUserElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayUserElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayUserElementsRequest) ProtoMessage ¶
func (*DisplayUserElementsRequest) ProtoMessage()
func (*DisplayUserElementsRequest) ProtoReflect ¶
func (x *DisplayUserElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayUserElementsRequest) Reset ¶
func (x *DisplayUserElementsRequest) Reset()
func (*DisplayUserElementsRequest) String ¶
func (x *DisplayUserElementsRequest) String() string
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) Descriptor
deprecated
func (*DisplayUserElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayUserElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayUserElementsResponse) GetDelete ¶
func (x *DisplayUserElementsResponse) GetDelete() bool
func (*DisplayUserElementsResponse) ProtoMessage ¶
func (*DisplayUserElementsResponse) ProtoMessage()
func (*DisplayUserElementsResponse) ProtoReflect ¶
func (x *DisplayUserElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayUserElementsResponse) Reset ¶
func (x *DisplayUserElementsResponse) Reset()
func (*DisplayUserElementsResponse) String ¶
func (x *DisplayUserElementsResponse) String() string
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) Descriptor
deprecated
func (*DownloadManifestAndBlobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DownloadManifestAndBlobsRequest.ProtoReflect.Descriptor instead.
func (*DownloadManifestAndBlobsRequest) GetOwner ¶
func (x *DownloadManifestAndBlobsRequest) GetOwner() string
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 (x *DownloadManifestAndBlobsRequest) ProtoReflect() protoreflect.Message
func (*DownloadManifestAndBlobsRequest) Reset ¶
func (x *DownloadManifestAndBlobsRequest) Reset()
func (*DownloadManifestAndBlobsRequest) String ¶
func (x *DownloadManifestAndBlobsRequest) String() string
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) Descriptor
deprecated
func (*DownloadManifestAndBlobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DownloadManifestAndBlobsResponse.ProtoReflect.Descriptor instead.
func (*DownloadManifestAndBlobsResponse) GetBlobs ¶
func (x *DownloadManifestAndBlobsResponse) GetBlobs() []*v1alpha1.Blob
func (*DownloadManifestAndBlobsResponse) GetManifest ¶
func (x *DownloadManifestAndBlobsResponse) GetManifest() *v1alpha1.Blob
func (*DownloadManifestAndBlobsResponse) ProtoMessage ¶
func (*DownloadManifestAndBlobsResponse) ProtoMessage()
func (*DownloadManifestAndBlobsResponse) ProtoReflect ¶
func (x *DownloadManifestAndBlobsResponse) ProtoReflect() protoreflect.Message
func (*DownloadManifestAndBlobsResponse) Reset ¶
func (x *DownloadManifestAndBlobsResponse) Reset()
func (*DownloadManifestAndBlobsResponse) String ¶
func (x *DownloadManifestAndBlobsResponse) String() string
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) Descriptor
deprecated
func (*DownloadRequest) Descriptor() ([]byte, []int)
Deprecated: Use DownloadRequest.ProtoReflect.Descriptor instead.
func (*DownloadRequest) GetOwner ¶
func (x *DownloadRequest) GetOwner() string
func (*DownloadRequest) GetReference ¶
func (x *DownloadRequest) GetReference() string
func (*DownloadRequest) GetRepository ¶
func (x *DownloadRequest) GetRepository() string
func (*DownloadRequest) ProtoMessage ¶
func (*DownloadRequest) ProtoMessage()
func (*DownloadRequest) ProtoReflect ¶
func (x *DownloadRequest) ProtoReflect() protoreflect.Message
func (*DownloadRequest) Reset ¶
func (x *DownloadRequest) Reset()
func (*DownloadRequest) String ¶
func (x *DownloadRequest) String() string
type DownloadResponse ¶
type DownloadResponse struct { Module *v1alpha1.Module `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` // contains filtered or unexported fields }
DownloadResponse contains the remote module.
func (*DownloadResponse) Descriptor
deprecated
func (*DownloadResponse) Descriptor() ([]byte, []int)
Deprecated: Use DownloadResponse.ProtoReflect.Descriptor instead.
func (*DownloadResponse) GetModule ¶
func (x *DownloadResponse) GetModule() *v1alpha1.Module
func (*DownloadResponse) ProtoMessage ¶
func (*DownloadResponse) ProtoMessage()
func (*DownloadResponse) ProtoReflect ¶
func (x *DownloadResponse) ProtoReflect() protoreflect.Message
func (*DownloadResponse) Reset ¶
func (x *DownloadResponse) Reset()
func (*DownloadResponse) String ¶
func (x *DownloadResponse) String() string
type 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 assignable 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) Descriptor
deprecated
func (*ElementSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use ElementSearchResult.ProtoReflect.Descriptor instead.
func (*ElementSearchResult) GetDocument ¶
func (m *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) ProtoMessage ¶
func (*ElementSearchResult) ProtoMessage()
func (*ElementSearchResult) ProtoReflect ¶
func (x *ElementSearchResult) ProtoReflect() protoreflect.Message
func (*ElementSearchResult) Reset ¶
func (x *ElementSearchResult) Reset()
func (*ElementSearchResult) String ¶
func (x *ElementSearchResult) String() string
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 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) Descriptor
deprecated
func (*Enum) GetComments ¶
func (*Enum) GetEnumOptions
deprecated
func (x *Enum) GetEnumOptions() *EnumOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Enum) GetFilePath ¶
func (*Enum) GetFullName ¶
func (*Enum) GetImplicitlyDeprecated ¶
func (*Enum) GetLocation ¶
func (*Enum) GetNestedName ¶
func (*Enum) GetOptions ¶
func (x *Enum) GetOptions() []*FieldLiteral
func (*Enum) ProtoMessage ¶
func (*Enum) ProtoMessage()
func (*Enum) ProtoReflect ¶
func (x *Enum) ProtoReflect() protoreflect.Message
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) Descriptor
deprecated
func (*EnumOptions) Descriptor() ([]byte, []int)
Deprecated: Use EnumOptions.ProtoReflect.Descriptor instead.
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) String ¶
func (x *EnumOptions) String() string
type EnumValue ¶
type EnumValue struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Number int32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` // 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) Descriptor
deprecated
func (*EnumValue) GetComments ¶
func (*EnumValue) GetEnumValueOptions
deprecated
func (x *EnumValue) GetEnumValueOptions() *EnumValueOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*EnumValue) GetOptions ¶
func (x *EnumValue) GetOptions() []*FieldLiteral
func (*EnumValue) ProtoMessage ¶
func (*EnumValue) ProtoMessage()
func (*EnumValue) ProtoReflect ¶
func (x *EnumValue) ProtoReflect() protoreflect.Message
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) Descriptor
deprecated
func (*EnumValueOptions) Descriptor() ([]byte, []int)
Deprecated: Use EnumValueOptions.ProtoReflect.Descriptor instead.
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) String ¶
func (x *EnumValueOptions) String() string
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 extenions. 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) Descriptor
deprecated
func (*Field) GetComments ¶
func (*Field) GetExtendee ¶
func (*Field) GetFieldOptions
deprecated
func (x *Field) GetFieldOptions() *FieldOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Field) GetFullType ¶
func (*Field) GetImportModuleRef ¶
func (x *Field) GetImportModuleRef() *ImportModuleRef
func (*Field) GetMapEntry ¶
func (*Field) GetNestedType ¶
func (*Field) GetOptions ¶
func (x *Field) GetOptions() []*FieldLiteral
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
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) Descriptor
deprecated
func (*FieldLiteral) Descriptor() ([]byte, []int)
Deprecated: Use FieldLiteral.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*FieldLiteral) ProtoMessage()
func (*FieldLiteral) ProtoReflect ¶
func (x *FieldLiteral) ProtoReflect() protoreflect.Message
func (*FieldLiteral) Reset ¶
func (x *FieldLiteral) Reset()
func (*FieldLiteral) String ¶
func (x *FieldLiteral) String() string
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) Descriptor
deprecated
func (*FieldOptions) Descriptor() ([]byte, []int)
Deprecated: Use FieldOptions.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*FieldOptions) ProtoMessage()
func (*FieldOptions) ProtoReflect ¶
func (x *FieldOptions) ProtoReflect() protoreflect.Message
func (*FieldOptions) Reset ¶
func (x *FieldOptions) Reset()
func (*FieldOptions) String ¶
func (x *FieldOptions) String() string
type FieldType ¶
type FieldType int32
FieldType indicates whether a field is a normal, an extension or an any.
func (FieldType) Descriptor ¶
func (FieldType) Descriptor() protoreflect.EnumDescriptor
func (FieldType) EnumDescriptor
deprecated
func (FieldType) Number ¶
func (x FieldType) Number() protoreflect.EnumNumber
func (FieldType) Type ¶
func (FieldType) Type() protoreflect.EnumType
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) Descriptor
deprecated
func (*FileExtension) Descriptor() ([]byte, []int)
Deprecated: Use FileExtension.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*FileExtension) ProtoMessage()
func (*FileExtension) ProtoReflect ¶
func (x *FileExtension) ProtoReflect() protoreflect.Message
func (*FileExtension) Reset ¶
func (x *FileExtension) Reset()
func (*FileExtension) String ¶
func (x *FileExtension) String() string
type FileInfo ¶
type FileInfo struct { // the normalized path of the directory, relative to the root of the module. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` IsDir bool `protobuf:"varint,2,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"` Children []*FileInfo `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"` // contains filtered or unexported fields }
FileInfo is a nested structure that contains the file path, whether or not it's a directory, and if so, the FileInfo children of that directory.
func (*FileInfo) Descriptor
deprecated
func (*FileInfo) GetChildren ¶
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) ProtoReflect ¶
func (x *FileInfo) ProtoReflect() protoreflect.Message
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) Descriptor
deprecated
func (*FileSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use FileSearchResult.ProtoReflect.Descriptor instead.
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) String ¶
func (x *FileSearchResult) String() string
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) Descriptor
deprecated
func (*ForceDeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use ForceDeleteUserRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *ForceDeleteUserRequest) String() string
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) Descriptor
deprecated
func (*ForceDeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use ForceDeleteUserResponse.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*ForceDeleteUserResponse) ProtoMessage()
func (*ForceDeleteUserResponse) ProtoReflect ¶
func (x *ForceDeleteUserResponse) ProtoReflect() protoreflect.Message
func (*ForceDeleteUserResponse) Reset ¶
func (x *ForceDeleteUserResponse) Reset()
func (*ForceDeleteUserResponse) String ¶
func (x *ForceDeleteUserResponse) String() string
type Format ¶
type Format int32
func (Format) Descriptor ¶
func (Format) Descriptor() protoreflect.EnumDescriptor
func (Format) EnumDescriptor
deprecated
func (Format) Number ¶
func (x Format) Number() protoreflect.EnumNumber
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) Descriptor
deprecated
func (*GenerateCodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateCodeRequest.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*GenerateCodeRequest) ProtoMessage()
func (*GenerateCodeRequest) ProtoReflect ¶
func (x *GenerateCodeRequest) ProtoReflect() protoreflect.Message
func (*GenerateCodeRequest) Reset ¶
func (x *GenerateCodeRequest) Reset()
func (*GenerateCodeRequest) String ¶
func (x *GenerateCodeRequest) String() string
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) Descriptor
deprecated
func (*GenerateCodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateCodeResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GenerateCodeResponse) String() string
type GetBreakingChangePolicyRequest ¶
type GetBreakingChangePolicyRequest struct {
// contains filtered or unexported fields
}
func (*GetBreakingChangePolicyRequest) Descriptor
deprecated
func (*GetBreakingChangePolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBreakingChangePolicyRequest.ProtoReflect.Descriptor instead.
func (*GetBreakingChangePolicyRequest) ProtoMessage ¶
func (*GetBreakingChangePolicyRequest) ProtoMessage()
func (*GetBreakingChangePolicyRequest) ProtoReflect ¶
func (x *GetBreakingChangePolicyRequest) ProtoReflect() protoreflect.Message
func (*GetBreakingChangePolicyRequest) Reset ¶
func (x *GetBreakingChangePolicyRequest) Reset()
func (*GetBreakingChangePolicyRequest) String ¶
func (x *GetBreakingChangePolicyRequest) String() string
type GetBreakingChangePolicyResponse ¶
type GetBreakingChangePolicyResponse struct { Policy *BreakingChangePolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"` // contains filtered or unexported fields }
func (*GetBreakingChangePolicyResponse) Descriptor
deprecated
func (*GetBreakingChangePolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBreakingChangePolicyResponse.ProtoReflect.Descriptor instead.
func (*GetBreakingChangePolicyResponse) GetPolicy ¶
func (x *GetBreakingChangePolicyResponse) GetPolicy() *BreakingChangePolicy
func (*GetBreakingChangePolicyResponse) ProtoMessage ¶
func (*GetBreakingChangePolicyResponse) ProtoMessage()
func (*GetBreakingChangePolicyResponse) ProtoReflect ¶
func (x *GetBreakingChangePolicyResponse) ProtoReflect() protoreflect.Message
func (*GetBreakingChangePolicyResponse) Reset ¶
func (x *GetBreakingChangePolicyResponse) Reset()
func (*GetBreakingChangePolicyResponse) String ¶
func (x *GetBreakingChangePolicyResponse) String() string
type GetClusterUsageRequest ¶
type GetClusterUsageRequest struct {
// contains filtered or unexported fields
}
func (*GetClusterUsageRequest) Descriptor
deprecated
func (*GetClusterUsageRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetClusterUsageRequest.ProtoReflect.Descriptor instead.
func (*GetClusterUsageRequest) ProtoMessage ¶
func (*GetClusterUsageRequest) ProtoMessage()
func (*GetClusterUsageRequest) ProtoReflect ¶
func (x *GetClusterUsageRequest) ProtoReflect() protoreflect.Message
func (*GetClusterUsageRequest) Reset ¶
func (x *GetClusterUsageRequest) Reset()
func (*GetClusterUsageRequest) String ¶
func (x *GetClusterUsageRequest) String() string
type GetClusterUsageResponse ¶
type GetClusterUsageResponse struct { Usage []*MonthlyUsage `protobuf:"bytes,1,rep,name=usage,proto3" json:"usage,omitempty"` // contains filtered or unexported fields }
func (*GetClusterUsageResponse) Descriptor
deprecated
func (*GetClusterUsageResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetClusterUsageResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetClusterUsageResponse) String() string
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) Descriptor
deprecated
func (*GetCurrentDefaultBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentDefaultBranchRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentDefaultBranchRequest) GetRepositoryId ¶
func (x *GetCurrentDefaultBranchRequest) GetRepositoryId() string
func (*GetCurrentDefaultBranchRequest) ProtoMessage ¶
func (*GetCurrentDefaultBranchRequest) ProtoMessage()
func (*GetCurrentDefaultBranchRequest) ProtoReflect ¶
func (x *GetCurrentDefaultBranchRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentDefaultBranchRequest) Reset ¶
func (x *GetCurrentDefaultBranchRequest) Reset()
func (*GetCurrentDefaultBranchRequest) String ¶
func (x *GetCurrentDefaultBranchRequest) String() string
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) Descriptor
deprecated
func (*GetCurrentDefaultBranchResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentDefaultBranchResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentDefaultBranchResponse) GetCurrentDefaultBranch ¶
func (x *GetCurrentDefaultBranchResponse) GetCurrentDefaultBranch() *RepositoryBranch
func (*GetCurrentDefaultBranchResponse) ProtoMessage ¶
func (*GetCurrentDefaultBranchResponse) ProtoMessage()
func (*GetCurrentDefaultBranchResponse) ProtoReflect ¶
func (x *GetCurrentDefaultBranchResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentDefaultBranchResponse) Reset ¶
func (x *GetCurrentDefaultBranchResponse) Reset()
func (*GetCurrentDefaultBranchResponse) String ¶
func (x *GetCurrentDefaultBranchResponse) String() string
type GetCurrentUserRequest ¶
type GetCurrentUserRequest struct {
// contains filtered or unexported fields
}
func (*GetCurrentUserRequest) Descriptor
deprecated
func (*GetCurrentUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentUserRequest) ProtoMessage ¶
func (*GetCurrentUserRequest) ProtoMessage()
func (*GetCurrentUserRequest) ProtoReflect ¶
func (x *GetCurrentUserRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentUserRequest) Reset ¶
func (x *GetCurrentUserRequest) Reset()
func (*GetCurrentUserRequest) String ¶
func (x *GetCurrentUserRequest) String() string
type GetCurrentUserResponse ¶
type GetCurrentUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetCurrentUserResponse) Descriptor
deprecated
func (*GetCurrentUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentUserResponse) GetUser ¶
func (x *GetCurrentUserResponse) GetUser() *User
func (*GetCurrentUserResponse) ProtoMessage ¶
func (*GetCurrentUserResponse) ProtoMessage()
func (*GetCurrentUserResponse) ProtoReflect ¶
func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentUserResponse) Reset ¶
func (x *GetCurrentUserResponse) Reset()
func (*GetCurrentUserResponse) String ¶
func (x *GetCurrentUserResponse) String() string
type GetCurrentUserSubjectRequest ¶
type GetCurrentUserSubjectRequest struct {
// contains filtered or unexported fields
}
func (*GetCurrentUserSubjectRequest) Descriptor
deprecated
func (*GetCurrentUserSubjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserSubjectRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentUserSubjectRequest) ProtoMessage ¶
func (*GetCurrentUserSubjectRequest) ProtoMessage()
func (*GetCurrentUserSubjectRequest) ProtoReflect ¶
func (x *GetCurrentUserSubjectRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentUserSubjectRequest) Reset ¶
func (x *GetCurrentUserSubjectRequest) Reset()
func (*GetCurrentUserSubjectRequest) String ¶
func (x *GetCurrentUserSubjectRequest) String() string
type GetCurrentUserSubjectResponse ¶
type GetCurrentUserSubjectResponse struct { // The user's subject for mapping to user in identity provider. // Note: we do not want to make it part of the User response as // it contains potentially sensitive information and the User // response is shared with other users. Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"` // contains filtered or unexported fields }
func (*GetCurrentUserSubjectResponse) Descriptor
deprecated
func (*GetCurrentUserSubjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserSubjectResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentUserSubjectResponse) GetSubject ¶
func (x *GetCurrentUserSubjectResponse) GetSubject() string
func (*GetCurrentUserSubjectResponse) ProtoMessage ¶
func (*GetCurrentUserSubjectResponse) ProtoMessage()
func (*GetCurrentUserSubjectResponse) ProtoReflect ¶
func (x *GetCurrentUserSubjectResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentUserSubjectResponse) Reset ¶
func (x *GetCurrentUserSubjectResponse) Reset()
func (*GetCurrentUserSubjectResponse) String ¶
func (x *GetCurrentUserSubjectResponse) String() string
type GetGitSyncPointRequest ¶
type GetGitSyncPointRequest struct { // Owner is the owner of the BSR repository. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // Repository is the name of the BSR repository. Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // Branch is the Git branch for which to look up the commit. Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` // contains filtered or unexported fields }
func (*GetGitSyncPointRequest) Descriptor
deprecated
func (*GetGitSyncPointRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGitSyncPointRequest.ProtoReflect.Descriptor instead.
func (*GetGitSyncPointRequest) GetBranch ¶
func (x *GetGitSyncPointRequest) GetBranch() string
func (*GetGitSyncPointRequest) GetOwner ¶
func (x *GetGitSyncPointRequest) GetOwner() string
func (*GetGitSyncPointRequest) GetRepository ¶
func (x *GetGitSyncPointRequest) GetRepository() string
func (*GetGitSyncPointRequest) ProtoMessage ¶
func (*GetGitSyncPointRequest) ProtoMessage()
func (*GetGitSyncPointRequest) ProtoReflect ¶
func (x *GetGitSyncPointRequest) ProtoReflect() protoreflect.Message
func (*GetGitSyncPointRequest) Reset ¶
func (x *GetGitSyncPointRequest) Reset()
func (*GetGitSyncPointRequest) String ¶
func (x *GetGitSyncPointRequest) String() string
type GetGitSyncPointResponse ¶
type GetGitSyncPointResponse struct { // SyncPoint is the latest syncpoint for the specified owner/repo/branch. SyncPoint *GitSyncPoint `protobuf:"bytes,1,opt,name=sync_point,json=syncPoint,proto3" json:"sync_point,omitempty"` // contains filtered or unexported fields }
func (*GetGitSyncPointResponse) Descriptor
deprecated
func (*GetGitSyncPointResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGitSyncPointResponse.ProtoReflect.Descriptor instead.
func (*GetGitSyncPointResponse) GetSyncPoint ¶
func (x *GetGitSyncPointResponse) GetSyncPoint() *GitSyncPoint
func (*GetGitSyncPointResponse) ProtoMessage ¶
func (*GetGitSyncPointResponse) ProtoMessage()
func (*GetGitSyncPointResponse) ProtoReflect ¶
func (x *GetGitSyncPointResponse) ProtoReflect() protoreflect.Message
func (*GetGitSyncPointResponse) Reset ¶
func (x *GetGitSyncPointResponse) Reset()
func (*GetGitSyncPointResponse) String ¶
func (x *GetGitSyncPointResponse) String() string
type GetGithubAppConfigRequest ¶
type GetGithubAppConfigRequest struct {
// contains filtered or unexported fields
}
func (*GetGithubAppConfigRequest) Descriptor
deprecated
func (*GetGithubAppConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGithubAppConfigRequest.ProtoReflect.Descriptor instead.
func (*GetGithubAppConfigRequest) ProtoMessage ¶
func (*GetGithubAppConfigRequest) ProtoMessage()
func (*GetGithubAppConfigRequest) ProtoReflect ¶
func (x *GetGithubAppConfigRequest) ProtoReflect() protoreflect.Message
func (*GetGithubAppConfigRequest) Reset ¶
func (x *GetGithubAppConfigRequest) Reset()
func (*GetGithubAppConfigRequest) String ¶
func (x *GetGithubAppConfigRequest) String() string
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) Descriptor
deprecated
func (*GetGithubAppConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGithubAppConfigResponse.ProtoReflect.Descriptor instead.
func (*GetGithubAppConfigResponse) GetAppConfig ¶
func (x *GetGithubAppConfigResponse) GetAppConfig() *GithubAppConfig
func (*GetGithubAppConfigResponse) ProtoMessage ¶
func (*GetGithubAppConfigResponse) ProtoMessage()
func (*GetGithubAppConfigResponse) ProtoReflect ¶
func (x *GetGithubAppConfigResponse) ProtoReflect() protoreflect.Message
func (*GetGithubAppConfigResponse) Reset ¶
func (x *GetGithubAppConfigResponse) Reset()
func (*GetGithubAppConfigResponse) String ¶
func (x *GetGithubAppConfigResponse) String() string
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) Descriptor
deprecated
func (*GetGoVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGoVersionRequest.ProtoReflect.Descriptor instead.
func (*GetGoVersionRequest) GetModuleReference ¶
func (x *GetGoVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetGoVersionRequest) GetPluginReference ¶
func (x *GetGoVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetGoVersionRequest) ProtoMessage ¶
func (*GetGoVersionRequest) ProtoMessage()
func (*GetGoVersionRequest) ProtoReflect ¶
func (x *GetGoVersionRequest) ProtoReflect() protoreflect.Message
func (*GetGoVersionRequest) Reset ¶
func (x *GetGoVersionRequest) Reset()
func (*GetGoVersionRequest) String ¶
func (x *GetGoVersionRequest) String() string
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) Descriptor
deprecated
func (*GetGoVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGoVersionResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetGoVersionResponse) String() string
type GetImageRequest ¶
type GetImageRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // 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) Descriptor
deprecated
func (*GetImageRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetImageRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetImageRequest) String() string
type GetImageResponse ¶
type GetImageResponse struct { Image *v1.Image `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` // contains filtered or unexported fields }
func (*GetImageResponse) Descriptor
deprecated
func (*GetImageResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetImageResponse.ProtoReflect.Descriptor instead.
func (*GetImageResponse) GetImage ¶
func (x *GetImageResponse) GetImage() *v1.Image
func (*GetImageResponse) ProtoMessage ¶
func (*GetImageResponse) ProtoMessage()
func (*GetImageResponse) ProtoReflect ¶
func (x *GetImageResponse) ProtoReflect() protoreflect.Message
func (*GetImageResponse) Reset ¶
func (x *GetImageResponse) Reset()
func (*GetImageResponse) String ¶
func (x *GetImageResponse) String() string
type 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) Descriptor
deprecated
func (*GetJSONSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJSONSchemaRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetJSONSchemaRequest) String() string
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) Descriptor
deprecated
func (*GetJSONSchemaResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetJSONSchemaResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetJSONSchemaResponse) String() string
type GetLabelsInNamespaceRequest ¶
type GetLabelsInNamespaceRequest struct { RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // Label namespace filter, so only labels in this namespace will be retrieved. LabelNamespace LabelNamespace `` /* 152-byte string literal not displayed */ // Optional label names filter. Label names that matches a value here will be retrieved. If empty, // all labels in the namespace will be retrieved. LabelNames []string `protobuf:"bytes,4,rep,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"` // contains filtered or unexported fields }
func (*GetLabelsInNamespaceRequest) Descriptor
deprecated
func (*GetLabelsInNamespaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLabelsInNamespaceRequest.ProtoReflect.Descriptor instead.
func (*GetLabelsInNamespaceRequest) GetLabelNames ¶
func (x *GetLabelsInNamespaceRequest) GetLabelNames() []string
func (*GetLabelsInNamespaceRequest) GetLabelNamespace ¶
func (x *GetLabelsInNamespaceRequest) GetLabelNamespace() LabelNamespace
func (*GetLabelsInNamespaceRequest) GetRepositoryName ¶
func (x *GetLabelsInNamespaceRequest) GetRepositoryName() string
func (*GetLabelsInNamespaceRequest) GetRepositoryOwner ¶
func (x *GetLabelsInNamespaceRequest) GetRepositoryOwner() string
func (*GetLabelsInNamespaceRequest) ProtoMessage ¶
func (*GetLabelsInNamespaceRequest) ProtoMessage()
func (*GetLabelsInNamespaceRequest) ProtoReflect ¶
func (x *GetLabelsInNamespaceRequest) ProtoReflect() protoreflect.Message
func (*GetLabelsInNamespaceRequest) Reset ¶
func (x *GetLabelsInNamespaceRequest) Reset()
func (*GetLabelsInNamespaceRequest) String ¶
func (x *GetLabelsInNamespaceRequest) String() string
type GetLabelsInNamespaceResponse ¶
type GetLabelsInNamespaceResponse struct { Labels []*Label `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"` // contains filtered or unexported fields }
func (*GetLabelsInNamespaceResponse) Descriptor
deprecated
func (*GetLabelsInNamespaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLabelsInNamespaceResponse.ProtoReflect.Descriptor instead.
func (*GetLabelsInNamespaceResponse) GetLabels ¶
func (x *GetLabelsInNamespaceResponse) GetLabels() []*Label
func (*GetLabelsInNamespaceResponse) ProtoMessage ¶
func (*GetLabelsInNamespaceResponse) ProtoMessage()
func (*GetLabelsInNamespaceResponse) ProtoReflect ¶
func (x *GetLabelsInNamespaceResponse) ProtoReflect() protoreflect.Message
func (*GetLabelsInNamespaceResponse) Reset ¶
func (x *GetLabelsInNamespaceResponse) Reset()
func (*GetLabelsInNamespaceResponse) String ¶
func (x *GetLabelsInNamespaceResponse) String() string
type GetLabelsRequest ¶
type GetLabelsRequest struct { RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // Optional label_name filter, in case you want to get labels in a namespace+name. LabelName *LabelName `protobuf:"bytes,3,opt,name=label_name,json=labelName,proto3,oneof" json:"label_name,omitempty"` // Optional label_value filter, in case you want to get labels in a commit id. LabelValue *LabelValue `protobuf:"bytes,4,opt,name=label_value,json=labelValue,proto3,oneof" json:"label_value,omitempty"` // contains filtered or unexported fields }
func (*GetLabelsRequest) Descriptor
deprecated
func (*GetLabelsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLabelsRequest.ProtoReflect.Descriptor instead.
func (*GetLabelsRequest) GetLabelName ¶
func (x *GetLabelsRequest) GetLabelName() *LabelName
func (*GetLabelsRequest) GetLabelValue ¶
func (x *GetLabelsRequest) GetLabelValue() *LabelValue
func (*GetLabelsRequest) GetRepositoryName ¶
func (x *GetLabelsRequest) GetRepositoryName() string
func (*GetLabelsRequest) GetRepositoryOwner ¶
func (x *GetLabelsRequest) GetRepositoryOwner() string
func (*GetLabelsRequest) ProtoMessage ¶
func (*GetLabelsRequest) ProtoMessage()
func (*GetLabelsRequest) ProtoReflect ¶
func (x *GetLabelsRequest) ProtoReflect() protoreflect.Message
func (*GetLabelsRequest) Reset ¶
func (x *GetLabelsRequest) Reset()
func (*GetLabelsRequest) String ¶
func (x *GetLabelsRequest) String() string
type GetLabelsResponse ¶
type GetLabelsResponse struct { Labels []*Label `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"` // contains filtered or unexported fields }
func (*GetLabelsResponse) Descriptor
deprecated
func (*GetLabelsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLabelsResponse.ProtoReflect.Descriptor instead.
func (*GetLabelsResponse) GetLabels ¶
func (x *GetLabelsResponse) GetLabels() []*Label
func (*GetLabelsResponse) ProtoMessage ¶
func (*GetLabelsResponse) ProtoMessage()
func (*GetLabelsResponse) ProtoReflect ¶
func (x *GetLabelsResponse) ProtoReflect() protoreflect.Message
func (*GetLabelsResponse) Reset ¶
func (x *GetLabelsResponse) Reset()
func (*GetLabelsResponse) String ¶
func (x *GetLabelsResponse) String() string
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) Descriptor
deprecated
func (*GetLatestCuratedPluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestCuratedPluginRequest.ProtoReflect.Descriptor instead.
func (*GetLatestCuratedPluginRequest) GetName ¶
func (x *GetLatestCuratedPluginRequest) GetName() string
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 (x *GetLatestCuratedPluginRequest) ProtoReflect() protoreflect.Message
func (*GetLatestCuratedPluginRequest) Reset ¶
func (x *GetLatestCuratedPluginRequest) Reset()
func (*GetLatestCuratedPluginRequest) String ¶
func (x *GetLatestCuratedPluginRequest) String() string
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) Descriptor
deprecated
func (*GetLatestCuratedPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestCuratedPluginResponse.ProtoReflect.Descriptor instead.
func (*GetLatestCuratedPluginResponse) GetPlugin ¶
func (x *GetLatestCuratedPluginResponse) GetPlugin() *CuratedPlugin
func (*GetLatestCuratedPluginResponse) GetVersions ¶
func (x *GetLatestCuratedPluginResponse) GetVersions() []*CuratedPluginVersionRevisions
func (*GetLatestCuratedPluginResponse) ProtoMessage ¶
func (*GetLatestCuratedPluginResponse) ProtoMessage()
func (*GetLatestCuratedPluginResponse) ProtoReflect ¶
func (x *GetLatestCuratedPluginResponse) ProtoReflect() protoreflect.Message
func (*GetLatestCuratedPluginResponse) Reset ¶
func (x *GetLatestCuratedPluginResponse) Reset()
func (*GetLatestCuratedPluginResponse) String ¶
func (x *GetLatestCuratedPluginResponse) String() string
type GetLocalModulePinsRequest ¶
type GetLocalModulePinsRequest struct { LocalModuleReferences []*LocalModuleReference `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetLocalModulePinsRequest) Descriptor
deprecated
func (*GetLocalModulePinsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLocalModulePinsRequest.ProtoReflect.Descriptor instead.
func (*GetLocalModulePinsRequest) GetLocalModuleReferences ¶
func (x *GetLocalModulePinsRequest) GetLocalModuleReferences() []*LocalModuleReference
func (*GetLocalModulePinsRequest) ProtoMessage ¶
func (*GetLocalModulePinsRequest) ProtoMessage()
func (*GetLocalModulePinsRequest) ProtoReflect ¶
func (x *GetLocalModulePinsRequest) ProtoReflect() protoreflect.Message
func (*GetLocalModulePinsRequest) Reset ¶
func (x *GetLocalModulePinsRequest) Reset()
func (*GetLocalModulePinsRequest) String ¶
func (x *GetLocalModulePinsRequest) String() string
type GetLocalModulePinsResponse ¶
type GetLocalModulePinsResponse struct { LocalModuleResolveResults []*LocalModuleResolveResult `` /* 140-byte string literal not displayed */ // dependencies are the dependencies of the LocalModulePins. // // This includes the transitive deps. Dependencies []*v1alpha1.ModulePin `protobuf:"bytes,2,rep,name=dependencies,proto3" json:"dependencies,omitempty"` // contains filtered or unexported fields }
func (*GetLocalModulePinsResponse) Descriptor
deprecated
func (*GetLocalModulePinsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLocalModulePinsResponse.ProtoReflect.Descriptor instead.
func (*GetLocalModulePinsResponse) GetDependencies ¶
func (x *GetLocalModulePinsResponse) GetDependencies() []*v1alpha1.ModulePin
func (*GetLocalModulePinsResponse) GetLocalModuleResolveResults ¶
func (x *GetLocalModulePinsResponse) GetLocalModuleResolveResults() []*LocalModuleResolveResult
func (*GetLocalModulePinsResponse) ProtoMessage ¶
func (*GetLocalModulePinsResponse) ProtoMessage()
func (*GetLocalModulePinsResponse) ProtoReflect ¶
func (x *GetLocalModulePinsResponse) ProtoReflect() protoreflect.Message
func (*GetLocalModulePinsResponse) Reset ¶
func (x *GetLocalModulePinsResponse) Reset()
func (*GetLocalModulePinsResponse) String ¶
func (x *GetLocalModulePinsResponse) String() string
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) Descriptor
deprecated
func (*GetMavenVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMavenVersionRequest.ProtoReflect.Descriptor instead.
func (*GetMavenVersionRequest) GetModuleReference ¶
func (x *GetMavenVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetMavenVersionRequest) GetPluginReference ¶
func (x *GetMavenVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetMavenVersionRequest) ProtoMessage ¶
func (*GetMavenVersionRequest) ProtoMessage()
func (*GetMavenVersionRequest) ProtoReflect ¶
func (x *GetMavenVersionRequest) ProtoReflect() protoreflect.Message
func (*GetMavenVersionRequest) Reset ¶
func (x *GetMavenVersionRequest) Reset()
func (*GetMavenVersionRequest) String ¶
func (x *GetMavenVersionRequest) String() string
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) Descriptor
deprecated
func (*GetMavenVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMavenVersionResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetMavenVersionResponse) String() string
type GetModuleDocumentationRequest ¶
type GetModuleDocumentationRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // 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) Descriptor
deprecated
func (*GetModuleDocumentationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModuleDocumentationRequest.ProtoReflect.Descriptor instead.
func (*GetModuleDocumentationRequest) GetOwner ¶
func (x *GetModuleDocumentationRequest) GetOwner() string
func (*GetModuleDocumentationRequest) GetReference ¶
func (x *GetModuleDocumentationRequest) GetReference() string
func (*GetModuleDocumentationRequest) GetRepository ¶
func (x *GetModuleDocumentationRequest) GetRepository() string
func (*GetModuleDocumentationRequest) ProtoMessage ¶
func (*GetModuleDocumentationRequest) ProtoMessage()
func (*GetModuleDocumentationRequest) ProtoReflect ¶
func (x *GetModuleDocumentationRequest) ProtoReflect() protoreflect.Message
func (*GetModuleDocumentationRequest) Reset ¶
func (x *GetModuleDocumentationRequest) Reset()
func (*GetModuleDocumentationRequest) String ¶
func (x *GetModuleDocumentationRequest) String() string
type GetModuleDocumentationResponse ¶
type GetModuleDocumentationResponse struct { ModuleDocumentation *ModuleDocumentation `protobuf:"bytes,1,opt,name=module_documentation,json=moduleDocumentation,proto3" json:"module_documentation,omitempty"` // contains filtered or unexported fields }
GetModuleDocumentationResponse returns the ModuleDocumentation for the requested module.
func (*GetModuleDocumentationResponse) Descriptor
deprecated
func (*GetModuleDocumentationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModuleDocumentationResponse.ProtoReflect.Descriptor instead.
func (*GetModuleDocumentationResponse) GetModuleDocumentation ¶
func (x *GetModuleDocumentationResponse) GetModuleDocumentation() *ModuleDocumentation
func (*GetModuleDocumentationResponse) ProtoMessage ¶
func (*GetModuleDocumentationResponse) ProtoMessage()
func (*GetModuleDocumentationResponse) ProtoReflect ¶
func (x *GetModuleDocumentationResponse) ProtoReflect() protoreflect.Message
func (*GetModuleDocumentationResponse) Reset ¶
func (x *GetModuleDocumentationResponse) Reset()
func (*GetModuleDocumentationResponse) String ¶
func (x *GetModuleDocumentationResponse) String() string
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) Descriptor
deprecated
func (*GetModulePackagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModulePackagesRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetModulePackagesRequest) String() string
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) Descriptor
deprecated
func (*GetModulePackagesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModulePackagesResponse.ProtoReflect.Descriptor instead.
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 (x *GetModulePackagesResponse) ProtoReflect() protoreflect.Message
func (*GetModulePackagesResponse) Reset ¶
func (x *GetModulePackagesResponse) Reset()
func (*GetModulePackagesResponse) String ¶
func (x *GetModulePackagesResponse) String() string
type GetModulePinsRequest ¶
type GetModulePinsRequest struct { ModuleReferences []*v1alpha1.ModuleReference `protobuf:"bytes,1,rep,name=module_references,json=moduleReferences,proto3" json:"module_references,omitempty"` // current_module_pins allows for partial dependency updates by letting clients // send a request with the pins for their current module and only the // identities of the dependencies they want to update in module_references. // // When resolving, if a client supplied module pin is: // - in the transitive closure of pins resolved from the module_references, // the client supplied module pin will be an extra candidate for tie // breaking. // - NOT in the in the transitive closure of pins resolved from the // module_references, it will be returned as is. CurrentModulePins []*v1alpha1.ModulePin `protobuf:"bytes,2,rep,name=current_module_pins,json=currentModulePins,proto3" json:"current_module_pins,omitempty"` // contains filtered or unexported fields }
func (*GetModulePinsRequest) Descriptor
deprecated
func (*GetModulePinsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModulePinsRequest.ProtoReflect.Descriptor instead.
func (*GetModulePinsRequest) GetCurrentModulePins ¶
func (x *GetModulePinsRequest) GetCurrentModulePins() []*v1alpha1.ModulePin
func (*GetModulePinsRequest) GetModuleReferences ¶
func (x *GetModulePinsRequest) GetModuleReferences() []*v1alpha1.ModuleReference
func (*GetModulePinsRequest) ProtoMessage ¶
func (*GetModulePinsRequest) ProtoMessage()
func (*GetModulePinsRequest) ProtoReflect ¶
func (x *GetModulePinsRequest) ProtoReflect() protoreflect.Message
func (*GetModulePinsRequest) Reset ¶
func (x *GetModulePinsRequest) Reset()
func (*GetModulePinsRequest) String ¶
func (x *GetModulePinsRequest) String() string
type GetModulePinsResponse ¶
type GetModulePinsResponse struct { ModulePins []*v1alpha1.ModulePin `protobuf:"bytes,1,rep,name=module_pins,json=modulePins,proto3" json:"module_pins,omitempty"` // contains filtered or unexported fields }
func (*GetModulePinsResponse) Descriptor
deprecated
func (*GetModulePinsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModulePinsResponse.ProtoReflect.Descriptor instead.
func (*GetModulePinsResponse) GetModulePins ¶
func (x *GetModulePinsResponse) GetModulePins() []*v1alpha1.ModulePin
func (*GetModulePinsResponse) ProtoMessage ¶
func (*GetModulePinsResponse) ProtoMessage()
func (*GetModulePinsResponse) ProtoReflect ¶
func (x *GetModulePinsResponse) ProtoReflect() protoreflect.Message
func (*GetModulePinsResponse) Reset ¶
func (x *GetModulePinsResponse) Reset()
func (*GetModulePinsResponse) String ¶
func (x *GetModulePinsResponse) String() string
type 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) Descriptor
deprecated
func (*GetNPMVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNPMVersionRequest.ProtoReflect.Descriptor instead.
func (*GetNPMVersionRequest) GetModuleReference ¶
func (x *GetNPMVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetNPMVersionRequest) GetPluginReference ¶
func (x *GetNPMVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetNPMVersionRequest) ProtoMessage ¶
func (*GetNPMVersionRequest) ProtoMessage()
func (*GetNPMVersionRequest) ProtoReflect ¶
func (x *GetNPMVersionRequest) ProtoReflect() protoreflect.Message
func (*GetNPMVersionRequest) Reset ¶
func (x *GetNPMVersionRequest) Reset()
func (*GetNPMVersionRequest) String ¶
func (x *GetNPMVersionRequest) String() string
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) Descriptor
deprecated
func (*GetNPMVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNPMVersionResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetNPMVersionResponse) String() string
type GetOrganizationByNameRequest ¶
type GetOrganizationByNameRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationByNameRequest) Descriptor
deprecated
func (*GetOrganizationByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationByNameRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationByNameRequest) GetName ¶
func (x *GetOrganizationByNameRequest) GetName() string
func (*GetOrganizationByNameRequest) ProtoMessage ¶
func (*GetOrganizationByNameRequest) ProtoMessage()
func (*GetOrganizationByNameRequest) ProtoReflect ¶
func (x *GetOrganizationByNameRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationByNameRequest) Reset ¶
func (x *GetOrganizationByNameRequest) Reset()
func (*GetOrganizationByNameRequest) String ¶
func (x *GetOrganizationByNameRequest) String() string
type GetOrganizationByNameResponse ¶
type GetOrganizationByNameResponse struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationByNameResponse) Descriptor
deprecated
func (*GetOrganizationByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationByNameResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationByNameResponse) GetOrganization ¶
func (x *GetOrganizationByNameResponse) GetOrganization() *Organization
func (*GetOrganizationByNameResponse) ProtoMessage ¶
func (*GetOrganizationByNameResponse) ProtoMessage()
func (*GetOrganizationByNameResponse) ProtoReflect ¶
func (x *GetOrganizationByNameResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationByNameResponse) Reset ¶
func (x *GetOrganizationByNameResponse) Reset()
func (*GetOrganizationByNameResponse) String ¶
func (x *GetOrganizationByNameResponse) String() string
type GetOrganizationRequest ¶
type GetOrganizationRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationRequest) Descriptor
deprecated
func (*GetOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationRequest) GetId ¶
func (x *GetOrganizationRequest) GetId() string
func (*GetOrganizationRequest) ProtoMessage ¶
func (*GetOrganizationRequest) ProtoMessage()
func (*GetOrganizationRequest) ProtoReflect ¶
func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationRequest) Reset ¶
func (x *GetOrganizationRequest) Reset()
func (*GetOrganizationRequest) String ¶
func (x *GetOrganizationRequest) String() string
type GetOrganizationResponse ¶
type GetOrganizationResponse struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationResponse) Descriptor
deprecated
func (*GetOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationResponse) GetOrganization ¶
func (x *GetOrganizationResponse) GetOrganization() *Organization
func (*GetOrganizationResponse) ProtoMessage ¶
func (*GetOrganizationResponse) ProtoMessage()
func (*GetOrganizationResponse) ProtoReflect ¶
func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationResponse) Reset ¶
func (x *GetOrganizationResponse) Reset()
func (*GetOrganizationResponse) String ¶
func (x *GetOrganizationResponse) String() string
type 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) Descriptor
deprecated
func (*GetOrganizationSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationSettingsRequest) GetOrganizationId ¶
func (x *GetOrganizationSettingsRequest) GetOrganizationId() string
func (*GetOrganizationSettingsRequest) ProtoMessage ¶
func (*GetOrganizationSettingsRequest) ProtoMessage()
func (*GetOrganizationSettingsRequest) ProtoReflect ¶
func (x *GetOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationSettingsRequest) Reset ¶
func (x *GetOrganizationSettingsRequest) Reset()
func (*GetOrganizationSettingsRequest) String ¶
func (x *GetOrganizationSettingsRequest) String() string
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 []string `protobuf:"bytes,5,rep,name=idp_groups,json=idpGroups,proto3" json:"idp_groups,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationSettingsResponse) Descriptor
deprecated
func (*GetOrganizationSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSettingsResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationSettingsResponse) GetIdpGroups ¶
func (x *GetOrganizationSettingsResponse) GetIdpGroups() []string
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 (x *GetOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationSettingsResponse) Reset ¶
func (x *GetOrganizationSettingsResponse) Reset()
func (*GetOrganizationSettingsResponse) String ¶
func (x *GetOrganizationSettingsResponse) String() string
type GetOwnerByNameRequest ¶
type GetOwnerByNameRequest struct { // Name of the requested owner. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetOwnerByNameRequest) Descriptor
deprecated
func (*GetOwnerByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerByNameRequest.ProtoReflect.Descriptor instead.
func (*GetOwnerByNameRequest) GetName ¶
func (x *GetOwnerByNameRequest) GetName() string
func (*GetOwnerByNameRequest) ProtoMessage ¶
func (*GetOwnerByNameRequest) ProtoMessage()
func (*GetOwnerByNameRequest) ProtoReflect ¶
func (x *GetOwnerByNameRequest) ProtoReflect() protoreflect.Message
func (*GetOwnerByNameRequest) Reset ¶
func (x *GetOwnerByNameRequest) Reset()
func (*GetOwnerByNameRequest) String ¶
func (x *GetOwnerByNameRequest) String() string
type GetOwnerByNameResponse ¶
type GetOwnerByNameResponse struct { Owner *Owner `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // contains filtered or unexported fields }
func (*GetOwnerByNameResponse) Descriptor
deprecated
func (*GetOwnerByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerByNameResponse.ProtoReflect.Descriptor instead.
func (*GetOwnerByNameResponse) GetOwner ¶
func (x *GetOwnerByNameResponse) GetOwner() *Owner
func (*GetOwnerByNameResponse) ProtoMessage ¶
func (*GetOwnerByNameResponse) ProtoMessage()
func (*GetOwnerByNameResponse) ProtoReflect ¶
func (x *GetOwnerByNameResponse) ProtoReflect() protoreflect.Message
func (*GetOwnerByNameResponse) Reset ¶
func (x *GetOwnerByNameResponse) Reset()
func (*GetOwnerByNameResponse) String ¶
func (x *GetOwnerByNameResponse) String() string
type GetPackageDocumentationRequest ¶
type GetPackageDocumentationRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // 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) Descriptor
deprecated
func (*GetPackageDocumentationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPackageDocumentationRequest.ProtoReflect.Descriptor instead.
func (*GetPackageDocumentationRequest) GetOwner ¶
func (x *GetPackageDocumentationRequest) GetOwner() string
func (*GetPackageDocumentationRequest) GetPackageName ¶
func (x *GetPackageDocumentationRequest) GetPackageName() string
func (*GetPackageDocumentationRequest) GetReference ¶
func (x *GetPackageDocumentationRequest) GetReference() string
func (*GetPackageDocumentationRequest) GetRepository ¶
func (x *GetPackageDocumentationRequest) GetRepository() string
func (*GetPackageDocumentationRequest) ProtoMessage ¶
func (*GetPackageDocumentationRequest) ProtoMessage()
func (*GetPackageDocumentationRequest) ProtoReflect ¶
func (x *GetPackageDocumentationRequest) ProtoReflect() protoreflect.Message
func (*GetPackageDocumentationRequest) Reset ¶
func (x *GetPackageDocumentationRequest) Reset()
func (*GetPackageDocumentationRequest) String ¶
func (x *GetPackageDocumentationRequest) String() string
type GetPackageDocumentationResponse ¶
type GetPackageDocumentationResponse struct { PackageDocumentation *PackageDocumentation `protobuf:"bytes,1,opt,name=package_documentation,json=packageDocumentation,proto3" json:"package_documentation,omitempty"` // contains filtered or unexported fields }
GetPackageDocumentationReponse returns the documentation for the requested package.
func (*GetPackageDocumentationResponse) Descriptor
deprecated
func (*GetPackageDocumentationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPackageDocumentationResponse.ProtoReflect.Descriptor instead.
func (*GetPackageDocumentationResponse) GetPackageDocumentation ¶
func (x *GetPackageDocumentationResponse) GetPackageDocumentation() *PackageDocumentation
func (*GetPackageDocumentationResponse) ProtoMessage ¶
func (*GetPackageDocumentationResponse) ProtoMessage()
func (*GetPackageDocumentationResponse) ProtoReflect ¶
func (x *GetPackageDocumentationResponse) ProtoReflect() protoreflect.Message
func (*GetPackageDocumentationResponse) Reset ¶
func (x *GetPackageDocumentationResponse) Reset()
func (*GetPackageDocumentationResponse) String ¶
func (x *GetPackageDocumentationResponse) String() string
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) Descriptor
deprecated
func (*GetPythonVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPythonVersionRequest.ProtoReflect.Descriptor instead.
func (*GetPythonVersionRequest) GetModuleReference ¶
func (x *GetPythonVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetPythonVersionRequest) GetPluginReference ¶
func (x *GetPythonVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetPythonVersionRequest) ProtoMessage ¶
func (*GetPythonVersionRequest) ProtoMessage()
func (*GetPythonVersionRequest) ProtoReflect ¶
func (x *GetPythonVersionRequest) ProtoReflect() protoreflect.Message
func (*GetPythonVersionRequest) Reset ¶
func (x *GetPythonVersionRequest) Reset()
func (*GetPythonVersionRequest) String ¶
func (x *GetPythonVersionRequest) String() string
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) Descriptor
deprecated
func (*GetPythonVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPythonVersionResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetPythonVersionResponse) String() string
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) Descriptor
deprecated
func (*GetReferenceByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetReferenceByNameRequest.ProtoReflect.Descriptor instead.
func (*GetReferenceByNameRequest) GetName ¶
func (x *GetReferenceByNameRequest) GetName() string
func (*GetReferenceByNameRequest) GetOwner ¶
func (x *GetReferenceByNameRequest) GetOwner() string
func (*GetReferenceByNameRequest) GetRepositoryName ¶
func (x *GetReferenceByNameRequest) GetRepositoryName() string
func (*GetReferenceByNameRequest) ProtoMessage ¶
func (*GetReferenceByNameRequest) ProtoMessage()
func (*GetReferenceByNameRequest) ProtoReflect ¶
func (x *GetReferenceByNameRequest) ProtoReflect() protoreflect.Message
func (*GetReferenceByNameRequest) Reset ¶
func (x *GetReferenceByNameRequest) Reset()
func (*GetReferenceByNameRequest) String ¶
func (x *GetReferenceByNameRequest) String() string
type GetReferenceByNameResponse ¶
type GetReferenceByNameResponse struct { Reference *Reference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
func (*GetReferenceByNameResponse) Descriptor
deprecated
func (*GetReferenceByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetReferenceByNameResponse.ProtoReflect.Descriptor instead.
func (*GetReferenceByNameResponse) GetReference ¶
func (x *GetReferenceByNameResponse) GetReference() *Reference
func (*GetReferenceByNameResponse) ProtoMessage ¶
func (*GetReferenceByNameResponse) ProtoMessage()
func (*GetReferenceByNameResponse) ProtoReflect ¶
func (x *GetReferenceByNameResponse) ProtoReflect() protoreflect.Message
func (*GetReferenceByNameResponse) Reset ¶
func (x *GetReferenceByNameResponse) Reset()
func (*GetReferenceByNameResponse) String ¶
func (x *GetReferenceByNameResponse) String() string
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"` // 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) Descriptor
deprecated
func (*GetRemotePackageVersionPlugin) Descriptor() ([]byte, []int)
Deprecated: Use GetRemotePackageVersionPlugin.ProtoReflect.Descriptor instead.
func (*GetRemotePackageVersionPlugin) GetName ¶
func (x *GetRemotePackageVersionPlugin) GetName() string
func (*GetRemotePackageVersionPlugin) GetOwner ¶
func (x *GetRemotePackageVersionPlugin) GetOwner() string
func (*GetRemotePackageVersionPlugin) GetVersion ¶
func (x *GetRemotePackageVersionPlugin) GetVersion() string
func (*GetRemotePackageVersionPlugin) ProtoMessage ¶
func (*GetRemotePackageVersionPlugin) ProtoMessage()
func (*GetRemotePackageVersionPlugin) ProtoReflect ¶
func (x *GetRemotePackageVersionPlugin) ProtoReflect() protoreflect.Message
func (*GetRemotePackageVersionPlugin) Reset ¶
func (x *GetRemotePackageVersionPlugin) Reset()
func (*GetRemotePackageVersionPlugin) String ¶
func (x *GetRemotePackageVersionPlugin) String() string
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) Descriptor
deprecated
func (*GetRepositoriesByFullNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoriesByFullNameRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoriesByFullNameRequest) GetFullNames ¶
func (x *GetRepositoriesByFullNameRequest) GetFullNames() []string
func (*GetRepositoriesByFullNameRequest) ProtoMessage ¶
func (*GetRepositoriesByFullNameRequest) ProtoMessage()
func (*GetRepositoriesByFullNameRequest) ProtoReflect ¶
func (x *GetRepositoriesByFullNameRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoriesByFullNameRequest) Reset ¶
func (x *GetRepositoriesByFullNameRequest) Reset()
func (*GetRepositoriesByFullNameRequest) String ¶
func (x *GetRepositoriesByFullNameRequest) String() string
type GetRepositoriesByFullNameResponse ¶
type GetRepositoriesByFullNameResponse struct { Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoriesByFullNameResponse) Descriptor
deprecated
func (*GetRepositoriesByFullNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoriesByFullNameResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoriesByFullNameResponse) GetRepositories ¶
func (x *GetRepositoriesByFullNameResponse) GetRepositories() []*Repository
func (*GetRepositoriesByFullNameResponse) ProtoMessage ¶
func (*GetRepositoriesByFullNameResponse) ProtoMessage()
func (*GetRepositoriesByFullNameResponse) ProtoReflect ¶
func (x *GetRepositoriesByFullNameResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoriesByFullNameResponse) Reset ¶
func (x *GetRepositoriesByFullNameResponse) Reset()
func (*GetRepositoriesByFullNameResponse) String ¶
func (x *GetRepositoriesByFullNameResponse) String() string
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) Descriptor
deprecated
func (*GetRepositoriesMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoriesMetadataRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoriesMetadataRequest) GetIds ¶
func (x *GetRepositoriesMetadataRequest) GetIds() []string
func (*GetRepositoriesMetadataRequest) ProtoMessage ¶
func (*GetRepositoriesMetadataRequest) ProtoMessage()
func (*GetRepositoriesMetadataRequest) ProtoReflect ¶
func (x *GetRepositoriesMetadataRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoriesMetadataRequest) Reset ¶
func (x *GetRepositoriesMetadataRequest) Reset()
func (*GetRepositoriesMetadataRequest) String ¶
func (x *GetRepositoriesMetadataRequest) String() string
type GetRepositoriesMetadataResponse ¶
type GetRepositoriesMetadataResponse struct { Metadata []*RepositoryMetadata `protobuf:"bytes,1,rep,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoriesMetadataResponse) Descriptor
deprecated
func (*GetRepositoriesMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoriesMetadataResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoriesMetadataResponse) GetMetadata ¶
func (x *GetRepositoriesMetadataResponse) GetMetadata() []*RepositoryMetadata
func (*GetRepositoriesMetadataResponse) ProtoMessage ¶
func (*GetRepositoriesMetadataResponse) ProtoMessage()
func (*GetRepositoriesMetadataResponse) ProtoReflect ¶
func (x *GetRepositoriesMetadataResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoriesMetadataResponse) Reset ¶
func (x *GetRepositoriesMetadataResponse) Reset()
func (*GetRepositoriesMetadataResponse) String ¶
func (x *GetRepositoriesMetadataResponse) String() string
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) Descriptor
deprecated
func (*GetRepositoryBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryBranchRequest.ProtoReflect.Descriptor instead.
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 (x *GetRepositoryBranchRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryBranchRequest) Reset ¶
func (x *GetRepositoryBranchRequest) Reset()
func (*GetRepositoryBranchRequest) String ¶
func (x *GetRepositoryBranchRequest) String() string
type GetRepositoryBranchResponse ¶
type GetRepositoryBranchResponse struct { Branch *RepositoryBranch `protobuf:"bytes,1,opt,name=branch,proto3" json:"branch,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryBranchResponse) Descriptor
deprecated
func (*GetRepositoryBranchResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryBranchResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryBranchResponse) GetBranch ¶
func (x *GetRepositoryBranchResponse) GetBranch() *RepositoryBranch
func (*GetRepositoryBranchResponse) ProtoMessage ¶
func (*GetRepositoryBranchResponse) ProtoMessage()
func (*GetRepositoryBranchResponse) ProtoReflect ¶
func (x *GetRepositoryBranchResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryBranchResponse) Reset ¶
func (x *GetRepositoryBranchResponse) Reset()
func (*GetRepositoryBranchResponse) String ¶
func (x *GetRepositoryBranchResponse) String() string
type GetRepositoryByFullNameRequest ¶
type GetRepositoryByFullNameRequest struct { FullName string `protobuf:"bytes,1,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryByFullNameRequest) Descriptor
deprecated
func (*GetRepositoryByFullNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryByFullNameRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryByFullNameRequest) GetFullName ¶
func (x *GetRepositoryByFullNameRequest) GetFullName() string
func (*GetRepositoryByFullNameRequest) ProtoMessage ¶
func (*GetRepositoryByFullNameRequest) ProtoMessage()
func (*GetRepositoryByFullNameRequest) ProtoReflect ¶
func (x *GetRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryByFullNameRequest) Reset ¶
func (x *GetRepositoryByFullNameRequest) Reset()
func (*GetRepositoryByFullNameRequest) String ¶
func (x *GetRepositoryByFullNameRequest) String() string
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) Descriptor
deprecated
func (*GetRepositoryByFullNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryByFullNameResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryByFullNameResponse) GetCounts ¶
func (x *GetRepositoryByFullNameResponse) GetCounts() *RepositoryCounts
func (*GetRepositoryByFullNameResponse) GetRepository ¶
func (x *GetRepositoryByFullNameResponse) GetRepository() *Repository
func (*GetRepositoryByFullNameResponse) ProtoMessage ¶
func (*GetRepositoryByFullNameResponse) ProtoMessage()
func (*GetRepositoryByFullNameResponse) ProtoReflect ¶
func (x *GetRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryByFullNameResponse) Reset ¶
func (x *GetRepositoryByFullNameResponse) Reset()
func (*GetRepositoryByFullNameResponse) String ¶
func (x *GetRepositoryByFullNameResponse) String() string
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) Descriptor
deprecated
func (*GetRepositoryCommitByReferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryCommitByReferenceRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryCommitByReferenceRequest) GetReference ¶
func (x *GetRepositoryCommitByReferenceRequest) GetReference() string
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 (x *GetRepositoryCommitByReferenceRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryCommitByReferenceRequest) Reset ¶
func (x *GetRepositoryCommitByReferenceRequest) Reset()
func (*GetRepositoryCommitByReferenceRequest) String ¶
func (x *GetRepositoryCommitByReferenceRequest) String() string
type GetRepositoryCommitByReferenceResponse ¶
type GetRepositoryCommitByReferenceResponse struct { RepositoryCommit *RepositoryCommit `protobuf:"bytes,1,opt,name=repository_commit,json=repositoryCommit,proto3" json:"repository_commit,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryCommitByReferenceResponse) Descriptor
deprecated
func (*GetRepositoryCommitByReferenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryCommitByReferenceResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryCommitByReferenceResponse) GetRepositoryCommit ¶
func (x *GetRepositoryCommitByReferenceResponse) GetRepositoryCommit() *RepositoryCommit
func (*GetRepositoryCommitByReferenceResponse) ProtoMessage ¶
func (*GetRepositoryCommitByReferenceResponse) ProtoMessage()
func (*GetRepositoryCommitByReferenceResponse) ProtoReflect ¶
func (x *GetRepositoryCommitByReferenceResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryCommitByReferenceResponse) Reset ¶
func (x *GetRepositoryCommitByReferenceResponse) Reset()
func (*GetRepositoryCommitByReferenceResponse) String ¶
func (x *GetRepositoryCommitByReferenceResponse) String() string
type GetRepositoryContributorRequest ¶
type GetRepositoryContributorRequest struct { // The ID of the repository for which to get the contributor information. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // The ID of the user for which to get the contributor information. UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryContributorRequest) Descriptor
deprecated
func (*GetRepositoryContributorRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryContributorRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryContributorRequest) GetRepositoryId ¶
func (x *GetRepositoryContributorRequest) GetRepositoryId() string
func (*GetRepositoryContributorRequest) GetUserId ¶
func (x *GetRepositoryContributorRequest) GetUserId() string
func (*GetRepositoryContributorRequest) ProtoMessage ¶
func (*GetRepositoryContributorRequest) ProtoMessage()
func (*GetRepositoryContributorRequest) ProtoReflect ¶
func (x *GetRepositoryContributorRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryContributorRequest) Reset ¶
func (x *GetRepositoryContributorRequest) Reset()
func (*GetRepositoryContributorRequest) String ¶
func (x *GetRepositoryContributorRequest) String() string
type GetRepositoryContributorResponse ¶
type GetRepositoryContributorResponse struct { // The contributor information of the user in the repository. User *RepositoryContributor `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryContributorResponse) Descriptor
deprecated
func (*GetRepositoryContributorResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryContributorResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryContributorResponse) GetUser ¶
func (x *GetRepositoryContributorResponse) GetUser() *RepositoryContributor
func (*GetRepositoryContributorResponse) ProtoMessage ¶
func (*GetRepositoryContributorResponse) ProtoMessage()
func (*GetRepositoryContributorResponse) ProtoReflect ¶
func (x *GetRepositoryContributorResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryContributorResponse) Reset ¶
func (x *GetRepositoryContributorResponse) Reset()
func (*GetRepositoryContributorResponse) String ¶
func (x *GetRepositoryContributorResponse) String() string
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) Descriptor
deprecated
func (*GetRepositoryDependencyDOTStringRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryDependencyDOTStringRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryDependencyDOTStringRequest) GetOwner ¶
func (x *GetRepositoryDependencyDOTStringRequest) GetOwner() string
func (*GetRepositoryDependencyDOTStringRequest) GetReference ¶
func (x *GetRepositoryDependencyDOTStringRequest) GetReference() string
func (*GetRepositoryDependencyDOTStringRequest) GetRepository ¶
func (x *GetRepositoryDependencyDOTStringRequest) GetRepository() string
func (*GetRepositoryDependencyDOTStringRequest) ProtoMessage ¶
func (*GetRepositoryDependencyDOTStringRequest) ProtoMessage()
func (*GetRepositoryDependencyDOTStringRequest) ProtoReflect ¶
func (x *GetRepositoryDependencyDOTStringRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryDependencyDOTStringRequest) Reset ¶
func (x *GetRepositoryDependencyDOTStringRequest) Reset()
func (*GetRepositoryDependencyDOTStringRequest) String ¶
func (x *GetRepositoryDependencyDOTStringRequest) String() string
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) Descriptor
deprecated
func (*GetRepositoryDependencyDOTStringResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryDependencyDOTStringResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryDependencyDOTStringResponse) GetDotString ¶
func (x *GetRepositoryDependencyDOTStringResponse) GetDotString() string
func (*GetRepositoryDependencyDOTStringResponse) ProtoMessage ¶
func (*GetRepositoryDependencyDOTStringResponse) ProtoMessage()
func (*GetRepositoryDependencyDOTStringResponse) ProtoReflect ¶
func (x *GetRepositoryDependencyDOTStringResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryDependencyDOTStringResponse) Reset ¶
func (x *GetRepositoryDependencyDOTStringResponse) Reset()
func (*GetRepositoryDependencyDOTStringResponse) String ¶
func (x *GetRepositoryDependencyDOTStringResponse) String() string
type GetRepositoryRequest ¶
type GetRepositoryRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryRequest) Descriptor
deprecated
func (*GetRepositoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryRequest) GetId ¶
func (x *GetRepositoryRequest) GetId() string
func (*GetRepositoryRequest) ProtoMessage ¶
func (*GetRepositoryRequest) ProtoMessage()
func (*GetRepositoryRequest) ProtoReflect ¶
func (x *GetRepositoryRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryRequest) Reset ¶
func (x *GetRepositoryRequest) Reset()
func (*GetRepositoryRequest) String ¶
func (x *GetRepositoryRequest) String() string
type GetRepositoryResponse ¶
type GetRepositoryResponse struct { Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` Counts *RepositoryCounts `protobuf:"bytes,2,opt,name=counts,proto3" json:"counts,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryResponse) Descriptor
deprecated
func (*GetRepositoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryResponse) GetCounts ¶
func (x *GetRepositoryResponse) GetCounts() *RepositoryCounts
func (*GetRepositoryResponse) GetRepository ¶
func (x *GetRepositoryResponse) GetRepository() *Repository
func (*GetRepositoryResponse) ProtoMessage ¶
func (*GetRepositoryResponse) ProtoMessage()
func (*GetRepositoryResponse) ProtoReflect ¶
func (x *GetRepositoryResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryResponse) Reset ¶
func (x *GetRepositoryResponse) Reset()
func (*GetRepositoryResponse) String ¶
func (x *GetRepositoryResponse) String() string
type 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) Descriptor
deprecated
func (*GetRepositorySettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositorySettingsRequest.ProtoReflect.Descriptor instead.
func (*GetRepositorySettingsRequest) GetRepositoryId ¶
func (x *GetRepositorySettingsRequest) GetRepositoryId() string
func (*GetRepositorySettingsRequest) ProtoMessage ¶
func (*GetRepositorySettingsRequest) ProtoMessage()
func (*GetRepositorySettingsRequest) ProtoReflect ¶
func (x *GetRepositorySettingsRequest) ProtoReflect() protoreflect.Message
func (*GetRepositorySettingsRequest) Reset ¶
func (x *GetRepositorySettingsRequest) Reset()
func (*GetRepositorySettingsRequest) String ¶
func (x *GetRepositorySettingsRequest) String() string
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) Descriptor
deprecated
func (*GetRepositorySettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositorySettingsResponse.ProtoReflect.Descriptor instead.
func (*GetRepositorySettingsResponse) GetContributorsCount ¶
func (x *GetRepositorySettingsResponse) GetContributorsCount() uint32
func (*GetRepositorySettingsResponse) ProtoMessage ¶
func (*GetRepositorySettingsResponse) ProtoMessage()
func (*GetRepositorySettingsResponse) ProtoReflect ¶
func (x *GetRepositorySettingsResponse) ProtoReflect() protoreflect.Message
func (*GetRepositorySettingsResponse) Reset ¶
func (x *GetRepositorySettingsResponse) Reset()
func (*GetRepositorySettingsResponse) String ¶
func (x *GetRepositorySettingsResponse) String() string
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) Descriptor
deprecated
func (*GetRepositoryTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryTagRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetRepositoryTagRequest) String() string
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) Descriptor
deprecated
func (*GetRepositoryTagResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryTagResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryTagResponse) GetRepositoryTag ¶
func (x *GetRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
func (*GetRepositoryTagResponse) ProtoMessage ¶
func (*GetRepositoryTagResponse) ProtoMessage()
func (*GetRepositoryTagResponse) ProtoReflect ¶
func (x *GetRepositoryTagResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryTagResponse) Reset ¶
func (x *GetRepositoryTagResponse) Reset()
func (*GetRepositoryTagResponse) String ¶
func (x *GetRepositoryTagResponse) String() string
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) Descriptor
deprecated
func (*GetResourceByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetResourceByNameRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetResourceByNameRequest) String() string
type GetResourceByNameResponse ¶
type GetResourceByNameResponse struct { Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` // contains filtered or unexported fields }
func (*GetResourceByNameResponse) Descriptor
deprecated
func (*GetResourceByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetResourceByNameResponse.ProtoReflect.Descriptor instead.
func (*GetResourceByNameResponse) GetResource ¶
func (x *GetResourceByNameResponse) GetResource() *Resource
func (*GetResourceByNameResponse) ProtoMessage ¶
func (*GetResourceByNameResponse) ProtoMessage()
func (*GetResourceByNameResponse) ProtoReflect ¶
func (x *GetResourceByNameResponse) ProtoReflect() protoreflect.Message
func (*GetResourceByNameResponse) Reset ¶
func (x *GetResourceByNameResponse) Reset()
func (*GetResourceByNameResponse) String ¶
func (x *GetResourceByNameResponse) String() string
type GetReviewFlowGracePeriodPolicyRequest ¶
type GetReviewFlowGracePeriodPolicyRequest struct {
// contains filtered or unexported fields
}
func (*GetReviewFlowGracePeriodPolicyRequest) Descriptor
deprecated
func (*GetReviewFlowGracePeriodPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetReviewFlowGracePeriodPolicyRequest.ProtoReflect.Descriptor instead.
func (*GetReviewFlowGracePeriodPolicyRequest) ProtoMessage ¶
func (*GetReviewFlowGracePeriodPolicyRequest) ProtoMessage()
func (*GetReviewFlowGracePeriodPolicyRequest) ProtoReflect ¶
func (x *GetReviewFlowGracePeriodPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetReviewFlowGracePeriodPolicyRequest) Reset ¶
func (x *GetReviewFlowGracePeriodPolicyRequest) Reset()
func (*GetReviewFlowGracePeriodPolicyRequest) String ¶
func (x *GetReviewFlowGracePeriodPolicyRequest) String() string
type GetReviewFlowGracePeriodPolicyResponse ¶
type GetReviewFlowGracePeriodPolicyResponse struct { // The current grace period policy settings. Policy *ReviewFlowGracePeriodPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"` // contains filtered or unexported fields }
func (*GetReviewFlowGracePeriodPolicyResponse) Descriptor
deprecated
func (*GetReviewFlowGracePeriodPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetReviewFlowGracePeriodPolicyResponse.ProtoReflect.Descriptor instead.
func (*GetReviewFlowGracePeriodPolicyResponse) GetPolicy ¶
func (x *GetReviewFlowGracePeriodPolicyResponse) GetPolicy() *ReviewFlowGracePeriodPolicy
func (*GetReviewFlowGracePeriodPolicyResponse) ProtoMessage ¶
func (*GetReviewFlowGracePeriodPolicyResponse) ProtoMessage()
func (*GetReviewFlowGracePeriodPolicyResponse) ProtoReflect ¶
func (x *GetReviewFlowGracePeriodPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetReviewFlowGracePeriodPolicyResponse) Reset ¶
func (x *GetReviewFlowGracePeriodPolicyResponse) Reset()
func (*GetReviewFlowGracePeriodPolicyResponse) String ¶
func (x *GetReviewFlowGracePeriodPolicyResponse) String() string
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) Descriptor
deprecated
func (*GetSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSchemaRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetSchemaRequest) String() string
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) Descriptor
deprecated
func (*GetSchemaResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSchemaResponse.ProtoReflect.Descriptor instead.
func (*GetSchemaResponse) GetCommit ¶
func (x *GetSchemaResponse) GetCommit() string
func (*GetSchemaResponse) GetSchemaFiles ¶
func (x *GetSchemaResponse) GetSchemaFiles() *descriptorpb.FileDescriptorSet
func (*GetSchemaResponse) ProtoMessage ¶
func (*GetSchemaResponse) ProtoMessage()
func (*GetSchemaResponse) ProtoReflect ¶
func (x *GetSchemaResponse) ProtoReflect() protoreflect.Message
func (*GetSchemaResponse) Reset ¶
func (x *GetSchemaResponse) Reset()
func (*GetSchemaResponse) String ¶
func (x *GetSchemaResponse) String() string
type GetSourceDirectoryInfoRequest ¶
type GetSourceDirectoryInfoRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // 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) Descriptor
deprecated
func (*GetSourceDirectoryInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSourceDirectoryInfoRequest.ProtoReflect.Descriptor instead.
func (*GetSourceDirectoryInfoRequest) GetOwner ¶
func (x *GetSourceDirectoryInfoRequest) GetOwner() string
func (*GetSourceDirectoryInfoRequest) GetReference ¶
func (x *GetSourceDirectoryInfoRequest) GetReference() string
func (*GetSourceDirectoryInfoRequest) GetRepository ¶
func (x *GetSourceDirectoryInfoRequest) GetRepository() string
func (*GetSourceDirectoryInfoRequest) ProtoMessage ¶
func (*GetSourceDirectoryInfoRequest) ProtoMessage()
func (*GetSourceDirectoryInfoRequest) ProtoReflect ¶
func (x *GetSourceDirectoryInfoRequest) ProtoReflect() protoreflect.Message
func (*GetSourceDirectoryInfoRequest) Reset ¶
func (x *GetSourceDirectoryInfoRequest) Reset()
func (*GetSourceDirectoryInfoRequest) String ¶
func (x *GetSourceDirectoryInfoRequest) String() string
type GetSourceDirectoryInfoResponse ¶
type GetSourceDirectoryInfoResponse struct { Root *FileInfo `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"` // contains filtered or unexported fields }
GetSourceDirectoryInfoResponse returns the root FileInfo for the requested module.
func (*GetSourceDirectoryInfoResponse) Descriptor
deprecated
func (*GetSourceDirectoryInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSourceDirectoryInfoResponse.ProtoReflect.Descriptor instead.
func (*GetSourceDirectoryInfoResponse) GetRoot ¶
func (x *GetSourceDirectoryInfoResponse) GetRoot() *FileInfo
func (*GetSourceDirectoryInfoResponse) ProtoMessage ¶
func (*GetSourceDirectoryInfoResponse) ProtoMessage()
func (*GetSourceDirectoryInfoResponse) ProtoReflect ¶
func (x *GetSourceDirectoryInfoResponse) ProtoReflect() protoreflect.Message
func (*GetSourceDirectoryInfoResponse) Reset ¶
func (x *GetSourceDirectoryInfoResponse) Reset()
func (*GetSourceDirectoryInfoResponse) String ¶
func (x *GetSourceDirectoryInfoResponse) String() string
type GetSourceFileRequest ¶
type GetSourceFileRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // 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) Descriptor
deprecated
func (*GetSourceFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSourceFileRequest.ProtoReflect.Descriptor instead.
func (*GetSourceFileRequest) GetOwner ¶
func (x *GetSourceFileRequest) GetOwner() string
func (*GetSourceFileRequest) GetPath ¶
func (x *GetSourceFileRequest) GetPath() string
func (*GetSourceFileRequest) GetReference ¶
func (x *GetSourceFileRequest) GetReference() string
func (*GetSourceFileRequest) GetRepository ¶
func (x *GetSourceFileRequest) GetRepository() string
func (*GetSourceFileRequest) ProtoMessage ¶
func (*GetSourceFileRequest) ProtoMessage()
func (*GetSourceFileRequest) ProtoReflect ¶
func (x *GetSourceFileRequest) ProtoReflect() protoreflect.Message
func (*GetSourceFileRequest) Reset ¶
func (x *GetSourceFileRequest) Reset()
func (*GetSourceFileRequest) String ¶
func (x *GetSourceFileRequest) String() string
type GetSourceFileResponse ¶
type GetSourceFileResponse struct { // content is the content of the file. Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
GetSourceFileResponse returns the source code contents of the requested file.
func (*GetSourceFileResponse) Descriptor
deprecated
func (*GetSourceFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSourceFileResponse.ProtoReflect.Descriptor instead.
func (*GetSourceFileResponse) GetContent ¶
func (x *GetSourceFileResponse) GetContent() []byte
func (*GetSourceFileResponse) ProtoMessage ¶
func (*GetSourceFileResponse) ProtoMessage()
func (*GetSourceFileResponse) ProtoReflect ¶
func (x *GetSourceFileResponse) ProtoReflect() protoreflect.Message
func (*GetSourceFileResponse) Reset ¶
func (x *GetSourceFileResponse) Reset()
func (*GetSourceFileResponse) String ¶
func (x *GetSourceFileResponse) String() string
type 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) Descriptor
deprecated
func (*GetSwiftVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSwiftVersionRequest.ProtoReflect.Descriptor instead.
func (*GetSwiftVersionRequest) GetModuleReference ¶
func (x *GetSwiftVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetSwiftVersionRequest) GetPluginReference ¶
func (x *GetSwiftVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetSwiftVersionRequest) ProtoMessage ¶
func (*GetSwiftVersionRequest) ProtoMessage()
func (*GetSwiftVersionRequest) ProtoReflect ¶
func (x *GetSwiftVersionRequest) ProtoReflect() protoreflect.Message
func (*GetSwiftVersionRequest) Reset ¶
func (x *GetSwiftVersionRequest) Reset()
func (*GetSwiftVersionRequest) String ¶
func (x *GetSwiftVersionRequest) String() string
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) Descriptor
deprecated
func (*GetSwiftVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSwiftVersionResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GetSwiftVersionResponse) String() string
type GetTokenRequest ¶
type GetTokenRequest struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*GetTokenRequest) Descriptor
deprecated
func (*GetTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenRequest.ProtoReflect.Descriptor instead.
func (*GetTokenRequest) GetTokenId ¶
func (x *GetTokenRequest) GetTokenId() string
func (*GetTokenRequest) ProtoMessage ¶
func (*GetTokenRequest) ProtoMessage()
func (*GetTokenRequest) ProtoReflect ¶
func (x *GetTokenRequest) ProtoReflect() protoreflect.Message
func (*GetTokenRequest) Reset ¶
func (x *GetTokenRequest) Reset()
func (*GetTokenRequest) String ¶
func (x *GetTokenRequest) String() string
type GetTokenResponse ¶
type GetTokenResponse struct { Token *Token `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*GetTokenResponse) Descriptor
deprecated
func (*GetTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenResponse.ProtoReflect.Descriptor instead.
func (*GetTokenResponse) GetToken ¶
func (x *GetTokenResponse) GetToken() *Token
func (*GetTokenResponse) ProtoMessage ¶
func (*GetTokenResponse) ProtoMessage()
func (*GetTokenResponse) ProtoReflect ¶
func (x *GetTokenResponse) ProtoReflect() protoreflect.Message
func (*GetTokenResponse) Reset ¶
func (x *GetTokenResponse) Reset()
func (*GetTokenResponse) String ¶
func (x *GetTokenResponse) String() string
type GetUniquenessPolicyRequest ¶
type GetUniquenessPolicyRequest struct {
// contains filtered or unexported fields
}
func (*GetUniquenessPolicyRequest) Descriptor
deprecated
func (*GetUniquenessPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUniquenessPolicyRequest.ProtoReflect.Descriptor instead.
func (*GetUniquenessPolicyRequest) ProtoMessage ¶
func (*GetUniquenessPolicyRequest) ProtoMessage()
func (*GetUniquenessPolicyRequest) ProtoReflect ¶
func (x *GetUniquenessPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetUniquenessPolicyRequest) Reset ¶
func (x *GetUniquenessPolicyRequest) Reset()
func (*GetUniquenessPolicyRequest) String ¶
func (x *GetUniquenessPolicyRequest) String() string
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) Descriptor
deprecated
func (*GetUniquenessPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUniquenessPolicyResponse.ProtoReflect.Descriptor instead.
func (*GetUniquenessPolicyResponse) GetBackfillTaskComplete ¶
func (x *GetUniquenessPolicyResponse) GetBackfillTaskComplete() bool
func (*GetUniquenessPolicyResponse) GetPolicy ¶
func (x *GetUniquenessPolicyResponse) GetPolicy() *UniquenessPolicy
func (*GetUniquenessPolicyResponse) ProtoMessage ¶
func (*GetUniquenessPolicyResponse) ProtoMessage()
func (*GetUniquenessPolicyResponse) ProtoReflect ¶
func (x *GetUniquenessPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetUniquenessPolicyResponse) Reset ¶
func (x *GetUniquenessPolicyResponse) Reset()
func (*GetUniquenessPolicyResponse) String ¶
func (x *GetUniquenessPolicyResponse) String() string
type GetUserByUsernameRequest ¶
type GetUserByUsernameRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*GetUserByUsernameRequest) Descriptor
deprecated
func (*GetUserByUsernameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserByUsernameRequest.ProtoReflect.Descriptor instead.
func (*GetUserByUsernameRequest) GetUsername ¶
func (x *GetUserByUsernameRequest) GetUsername() string
func (*GetUserByUsernameRequest) ProtoMessage ¶
func (*GetUserByUsernameRequest) ProtoMessage()
func (*GetUserByUsernameRequest) ProtoReflect ¶
func (x *GetUserByUsernameRequest) ProtoReflect() protoreflect.Message
func (*GetUserByUsernameRequest) Reset ¶
func (x *GetUserByUsernameRequest) Reset()
func (*GetUserByUsernameRequest) String ¶
func (x *GetUserByUsernameRequest) String() string
type GetUserByUsernameResponse ¶
type GetUserByUsernameResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetUserByUsernameResponse) Descriptor
deprecated
func (*GetUserByUsernameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserByUsernameResponse.ProtoReflect.Descriptor instead.
func (*GetUserByUsernameResponse) GetUser ¶
func (x *GetUserByUsernameResponse) GetUser() *User
func (*GetUserByUsernameResponse) ProtoMessage ¶
func (*GetUserByUsernameResponse) ProtoMessage()
func (*GetUserByUsernameResponse) ProtoReflect ¶
func (x *GetUserByUsernameResponse) ProtoReflect() protoreflect.Message
func (*GetUserByUsernameResponse) Reset ¶
func (x *GetUserByUsernameResponse) Reset()
func (*GetUserByUsernameResponse) String ¶
func (x *GetUserByUsernameResponse) String() string
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) Descriptor
deprecated
func (*GetUserOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserOrganizationRequest.ProtoReflect.Descriptor instead.
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 (x *GetUserOrganizationRequest) ProtoReflect() protoreflect.Message
func (*GetUserOrganizationRequest) Reset ¶
func (x *GetUserOrganizationRequest) Reset()
func (*GetUserOrganizationRequest) String ¶
func (x *GetUserOrganizationRequest) String() string
type GetUserOrganizationResponse ¶
type GetUserOrganizationResponse struct { OrganizationMembership *OrganizationMembership `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserOrganizationResponse) Descriptor
deprecated
func (*GetUserOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserOrganizationResponse.ProtoReflect.Descriptor instead.
func (*GetUserOrganizationResponse) GetOrganizationMembership ¶
func (x *GetUserOrganizationResponse) GetOrganizationMembership() *OrganizationMembership
func (*GetUserOrganizationResponse) ProtoMessage ¶
func (*GetUserOrganizationResponse) ProtoMessage()
func (*GetUserOrganizationResponse) ProtoReflect ¶
func (x *GetUserOrganizationResponse) ProtoReflect() protoreflect.Message
func (*GetUserOrganizationResponse) Reset ¶
func (x *GetUserOrganizationResponse) Reset()
func (*GetUserOrganizationResponse) String ¶
func (x *GetUserOrganizationResponse) String() string
type GetUserPluginPreferencesRequest ¶
type GetUserPluginPreferencesRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetUserPluginPreferencesRequest) Descriptor
deprecated
func (*GetUserPluginPreferencesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserPluginPreferencesRequest.ProtoReflect.Descriptor instead.
func (*GetUserPluginPreferencesRequest) GetUserId ¶
func (x *GetUserPluginPreferencesRequest) GetUserId() string
func (*GetUserPluginPreferencesRequest) ProtoMessage ¶
func (*GetUserPluginPreferencesRequest) ProtoMessage()
func (*GetUserPluginPreferencesRequest) ProtoReflect ¶
func (x *GetUserPluginPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetUserPluginPreferencesRequest) Reset ¶
func (x *GetUserPluginPreferencesRequest) Reset()
func (*GetUserPluginPreferencesRequest) String ¶
func (x *GetUserPluginPreferencesRequest) String() string
type GetUserPluginPreferencesResponse ¶
type GetUserPluginPreferencesResponse struct { Preference *UserPluginPreference `protobuf:"bytes,1,opt,name=preference,proto3" json:"preference,omitempty"` // contains filtered or unexported fields }
func (*GetUserPluginPreferencesResponse) Descriptor
deprecated
func (*GetUserPluginPreferencesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserPluginPreferencesResponse.ProtoReflect.Descriptor instead.
func (*GetUserPluginPreferencesResponse) GetPreference ¶
func (x *GetUserPluginPreferencesResponse) GetPreference() *UserPluginPreference
func (*GetUserPluginPreferencesResponse) ProtoMessage ¶
func (*GetUserPluginPreferencesResponse) ProtoMessage()
func (*GetUserPluginPreferencesResponse) ProtoReflect ¶
func (x *GetUserPluginPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetUserPluginPreferencesResponse) Reset ¶
func (x *GetUserPluginPreferencesResponse) Reset()
func (*GetUserPluginPreferencesResponse) String ¶
func (x *GetUserPluginPreferencesResponse) String() string
type GetUserRequest ¶
type GetUserRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetId ¶
func (x *GetUserRequest) GetId() string
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type 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) Descriptor
deprecated
func (*GitCommitInformation) Descriptor() ([]byte, []int)
Deprecated: Use GitCommitInformation.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*GitCommitInformation) ProtoMessage()
func (*GitCommitInformation) ProtoReflect ¶
func (x *GitCommitInformation) ProtoReflect() protoreflect.Message
func (*GitCommitInformation) Reset ¶
func (x *GitCommitInformation) Reset()
func (*GitCommitInformation) String ¶
func (x *GitCommitInformation) String() string
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) Descriptor
deprecated
func (*GitIdentity) Descriptor() ([]byte, []int)
Deprecated: Use GitIdentity.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*GitIdentity) ProtoMessage()
func (*GitIdentity) ProtoReflect ¶
func (x *GitIdentity) ProtoReflect() protoreflect.Message
func (*GitIdentity) Reset ¶
func (x *GitIdentity) Reset()
func (*GitIdentity) String ¶
func (x *GitIdentity) String() string
type GitSyncPoint ¶
type GitSyncPoint struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` GitCommitHash string `protobuf:"bytes,4,opt,name=git_commit_hash,json=gitCommitHash,proto3" json:"git_commit_hash,omitempty"` BsrCommitName string `protobuf:"bytes,5,opt,name=bsr_commit_name,json=bsrCommitName,proto3" json:"bsr_commit_name,omitempty"` // contains filtered or unexported fields }
GitSyncPoint is the sync point for a particular module contained in a Git repository.
func (*GitSyncPoint) Descriptor
deprecated
func (*GitSyncPoint) Descriptor() ([]byte, []int)
Deprecated: Use GitSyncPoint.ProtoReflect.Descriptor instead.
func (*GitSyncPoint) GetBranch ¶
func (x *GitSyncPoint) GetBranch() string
func (*GitSyncPoint) GetBsrCommitName ¶
func (x *GitSyncPoint) GetBsrCommitName() string
func (*GitSyncPoint) GetGitCommitHash ¶
func (x *GitSyncPoint) GetGitCommitHash() string
func (*GitSyncPoint) GetOwner ¶
func (x *GitSyncPoint) GetOwner() string
func (*GitSyncPoint) GetRepository ¶
func (x *GitSyncPoint) GetRepository() string
func (*GitSyncPoint) ProtoMessage ¶
func (*GitSyncPoint) ProtoMessage()
func (*GitSyncPoint) ProtoReflect ¶
func (x *GitSyncPoint) ProtoReflect() protoreflect.Message
func (*GitSyncPoint) Reset ¶
func (x *GitSyncPoint) Reset()
func (*GitSyncPoint) String ¶
func (x *GitSyncPoint) String() string
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) Descriptor
deprecated
func (*GithubAppConfig) Descriptor() ([]byte, []int)
Deprecated: Use GithubAppConfig.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GithubAppConfig) String() string
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"` // contains filtered or unexported fields }
GoConfig is the configuration for a Go plugin.
func (*GoConfig) Descriptor
deprecated
func (*GoConfig) GetMinimumVersion ¶
func (*GoConfig) GetRuntimeLibraries ¶
func (x *GoConfig) GetRuntimeLibraries() []*GoConfig_RuntimeLibrary
func (*GoConfig) ProtoMessage ¶
func (*GoConfig) ProtoMessage()
func (*GoConfig) ProtoReflect ¶
func (x *GoConfig) ProtoReflect() protoreflect.Message
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) Descriptor
deprecated
func (*GoConfig_RuntimeLibrary) Descriptor() ([]byte, []int)
Deprecated: Use GoConfig_RuntimeLibrary.ProtoReflect.Descriptor instead.
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) String ¶
func (x *GoConfig_RuntimeLibrary) String() string
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) EnumDescriptor
deprecated
func (ImageMask) Number ¶
func (x ImageMask) Number() protoreflect.EnumNumber
func (ImageMask) Type ¶
func (ImageMask) Type() protoreflect.EnumType
type ImportModuleRef ¶
type ImportModuleRef struct { Remote string `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"` Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"` // the commit is based on the module commit of the imported type provided // by the image. Commit string `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"` PackageName string `protobuf:"bytes,5,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` // contains filtered or unexported fields }
ImportRef provides the import metadata if a type is imported.
func (*ImportModuleRef) Descriptor
deprecated
func (*ImportModuleRef) Descriptor() ([]byte, []int)
Deprecated: Use ImportModuleRef.ProtoReflect.Descriptor instead.
func (*ImportModuleRef) GetCommit ¶
func (x *ImportModuleRef) GetCommit() string
func (*ImportModuleRef) GetOwner ¶
func (x *ImportModuleRef) GetOwner() string
func (*ImportModuleRef) GetPackageName ¶
func (x *ImportModuleRef) GetPackageName() string
func (*ImportModuleRef) GetRemote ¶
func (x *ImportModuleRef) GetRemote() string
func (*ImportModuleRef) GetRepository ¶
func (x *ImportModuleRef) GetRepository() string
func (*ImportModuleRef) ProtoMessage ¶
func (*ImportModuleRef) ProtoMessage()
func (*ImportModuleRef) ProtoReflect ¶
func (x *ImportModuleRef) ProtoReflect() protoreflect.Message
func (*ImportModuleRef) Reset ¶
func (x *ImportModuleRef) Reset()
func (*ImportModuleRef) String ¶
func (x *ImportModuleRef) String() string
type JSONOutputOptions ¶
type JSONOutputOptions struct { // Enum fields will be emitted as numeric values. If false (the dafault), 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) Descriptor
deprecated
func (*JSONOutputOptions) Descriptor() ([]byte, []int)
Deprecated: Use JSONOutputOptions.ProtoReflect.Descriptor instead.
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) String ¶
func (x *JSONOutputOptions) String() string
type Label ¶
type Label struct { LabelName *LabelName `protobuf:"bytes,1,opt,name=label_name,json=labelName,proto3" json:"label_name,omitempty"` LabelValue *LabelValue `protobuf:"bytes,2,opt,name=label_value,json=labelValue,proto3" json:"label_value,omitempty"` // contains filtered or unexported fields }
func (*Label) Descriptor
deprecated
func (*Label) GetLabelName ¶
func (*Label) GetLabelValue ¶
func (x *Label) GetLabelValue() *LabelValue
func (*Label) ProtoMessage ¶
func (*Label) ProtoMessage()
func (*Label) ProtoReflect ¶
func (x *Label) ProtoReflect() protoreflect.Message
type LabelName ¶
type LabelName struct { Namespace LabelNamespace `protobuf:"varint,1,opt,name=namespace,proto3,enum=buf.alpha.registry.v1alpha1.LabelNamespace" json:"namespace,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*LabelName) Descriptor
deprecated
func (*LabelName) GetNamespace ¶
func (x *LabelName) GetNamespace() LabelNamespace
func (*LabelName) ProtoMessage ¶
func (*LabelName) ProtoMessage()
func (*LabelName) ProtoReflect ¶
func (x *LabelName) ProtoReflect() protoreflect.Message
type LabelNamespace ¶
type LabelNamespace int32
const ( LabelNamespace_LABEL_NAMESPACE_UNSPECIFIED LabelNamespace = 0 LabelNamespace_LABEL_NAMESPACE_TAG LabelNamespace = 1 LabelNamespace_LABEL_NAMESPACE_BRANCH LabelNamespace = 2 LabelNamespace_LABEL_NAMESPACE_GIT_COMMIT LabelNamespace = 3 LabelNamespace_LABEL_NAMESPACE_REVIEW LabelNamespace = 4 LabelNamespace_LABEL_NAMESPACE_BSR_HEAD LabelNamespace = 5 )
func (LabelNamespace) Descriptor ¶
func (LabelNamespace) Descriptor() protoreflect.EnumDescriptor
func (LabelNamespace) Enum ¶
func (x LabelNamespace) Enum() *LabelNamespace
func (LabelNamespace) EnumDescriptor
deprecated
func (LabelNamespace) EnumDescriptor() ([]byte, []int)
Deprecated: Use LabelNamespace.Descriptor instead.
func (LabelNamespace) Number ¶
func (x LabelNamespace) Number() protoreflect.EnumNumber
func (LabelNamespace) String ¶
func (x LabelNamespace) String() string
func (LabelNamespace) Type ¶
func (LabelNamespace) Type() protoreflect.EnumType
type LabelValue ¶
type LabelValue struct { CommitId string `protobuf:"bytes,1,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"` // contains filtered or unexported fields }
func (*LabelValue) Descriptor
deprecated
func (*LabelValue) Descriptor() ([]byte, []int)
Deprecated: Use LabelValue.ProtoReflect.Descriptor instead.
func (*LabelValue) GetCommitId ¶
func (x *LabelValue) GetCommitId() string
func (*LabelValue) ProtoMessage ¶
func (*LabelValue) ProtoMessage()
func (*LabelValue) ProtoReflect ¶
func (x *LabelValue) ProtoReflect() protoreflect.Message
func (*LabelValue) Reset ¶
func (x *LabelValue) Reset()
func (*LabelValue) String ¶
func (x *LabelValue) String() string
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) Descriptor
deprecated
func (*ListCuratedPluginsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCuratedPluginsRequest.ProtoReflect.Descriptor instead.
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 (x *ListCuratedPluginsRequest) ProtoReflect() protoreflect.Message
func (*ListCuratedPluginsRequest) Reset ¶
func (x *ListCuratedPluginsRequest) Reset()
func (*ListCuratedPluginsRequest) String ¶
func (x *ListCuratedPluginsRequest) String() string
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) Descriptor
deprecated
func (*ListCuratedPluginsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCuratedPluginsResponse.ProtoReflect.Descriptor instead.
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 (x *ListCuratedPluginsResponse) ProtoReflect() protoreflect.Message
func (*ListCuratedPluginsResponse) Reset ¶
func (x *ListCuratedPluginsResponse) Reset()
func (*ListCuratedPluginsResponse) String ¶
func (x *ListCuratedPluginsResponse) String() string
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) Descriptor
deprecated
func (*ListManageableRepositoryRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableRepositoryRolesRequest.ProtoReflect.Descriptor instead.
func (*ListManageableRepositoryRolesRequest) GetRepositoryId ¶
func (x *ListManageableRepositoryRolesRequest) GetRepositoryId() string
func (*ListManageableRepositoryRolesRequest) ProtoMessage ¶
func (*ListManageableRepositoryRolesRequest) ProtoMessage()
func (*ListManageableRepositoryRolesRequest) ProtoReflect ¶
func (x *ListManageableRepositoryRolesRequest) ProtoReflect() protoreflect.Message
func (*ListManageableRepositoryRolesRequest) Reset ¶
func (x *ListManageableRepositoryRolesRequest) Reset()
func (*ListManageableRepositoryRolesRequest) String ¶
func (x *ListManageableRepositoryRolesRequest) String() string
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) Descriptor
deprecated
func (*ListManageableRepositoryRolesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableRepositoryRolesResponse.ProtoReflect.Descriptor instead.
func (*ListManageableRepositoryRolesResponse) GetRoles ¶
func (x *ListManageableRepositoryRolesResponse) GetRoles() []RepositoryRole
func (*ListManageableRepositoryRolesResponse) ProtoMessage ¶
func (*ListManageableRepositoryRolesResponse) ProtoMessage()
func (*ListManageableRepositoryRolesResponse) ProtoReflect ¶
func (x *ListManageableRepositoryRolesResponse) ProtoReflect() protoreflect.Message
func (*ListManageableRepositoryRolesResponse) Reset ¶
func (x *ListManageableRepositoryRolesResponse) Reset()
func (*ListManageableRepositoryRolesResponse) String ¶
func (x *ListManageableRepositoryRolesResponse) String() string
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) Descriptor
deprecated
func (*ListManageableUserRepositoryRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableUserRepositoryRolesRequest.ProtoReflect.Descriptor instead.
func (*ListManageableUserRepositoryRolesRequest) GetRepositoryId ¶
func (x *ListManageableUserRepositoryRolesRequest) GetRepositoryId() string
func (*ListManageableUserRepositoryRolesRequest) GetUserId ¶
func (x *ListManageableUserRepositoryRolesRequest) GetUserId() string
func (*ListManageableUserRepositoryRolesRequest) ProtoMessage ¶
func (*ListManageableUserRepositoryRolesRequest) ProtoMessage()
func (*ListManageableUserRepositoryRolesRequest) ProtoReflect ¶
func (x *ListManageableUserRepositoryRolesRequest) ProtoReflect() protoreflect.Message
func (*ListManageableUserRepositoryRolesRequest) Reset ¶
func (x *ListManageableUserRepositoryRolesRequest) Reset()
func (*ListManageableUserRepositoryRolesRequest) String ¶
func (x *ListManageableUserRepositoryRolesRequest) String() string
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) Descriptor
deprecated
func (*ListManageableUserRepositoryRolesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableUserRepositoryRolesResponse.ProtoReflect.Descriptor instead.
func (*ListManageableUserRepositoryRolesResponse) GetRoles ¶
func (x *ListManageableUserRepositoryRolesResponse) GetRoles() []RepositoryRole
func (*ListManageableUserRepositoryRolesResponse) ProtoMessage ¶
func (*ListManageableUserRepositoryRolesResponse) ProtoMessage()
func (*ListManageableUserRepositoryRolesResponse) ProtoReflect ¶
func (x *ListManageableUserRepositoryRolesResponse) ProtoReflect() protoreflect.Message
func (*ListManageableUserRepositoryRolesResponse) Reset ¶
func (x *ListManageableUserRepositoryRolesResponse) Reset()
func (*ListManageableUserRepositoryRolesResponse) String ¶
func (x *ListManageableUserRepositoryRolesResponse) String() string
type ListOrganizationRepositoriesRequest ¶
type ListOrganizationRepositoriesRequest struct { // The ID of the organization whose repositories should be listed. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationRepositoriesRequest) Descriptor
deprecated
func (*ListOrganizationRepositoriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationRepositoriesRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationRepositoriesRequest) GetOrganizationId ¶
func (x *ListOrganizationRepositoriesRequest) GetOrganizationId() string
func (*ListOrganizationRepositoriesRequest) GetPageSize ¶
func (x *ListOrganizationRepositoriesRequest) GetPageSize() uint32
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 (x *ListOrganizationRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationRepositoriesRequest) Reset ¶
func (x *ListOrganizationRepositoriesRequest) Reset()
func (*ListOrganizationRepositoriesRequest) String ¶
func (x *ListOrganizationRepositoriesRequest) String() string
type ListOrganizationRepositoriesResponse ¶
type ListOrganizationRepositoriesResponse struct { Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationRepositoriesResponse) Descriptor
deprecated
func (*ListOrganizationRepositoriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationRepositoriesResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationRepositoriesResponse) GetNextPageToken ¶
func (x *ListOrganizationRepositoriesResponse) GetNextPageToken() string
func (*ListOrganizationRepositoriesResponse) GetRepositories ¶
func (x *ListOrganizationRepositoriesResponse) GetRepositories() []*Repository
func (*ListOrganizationRepositoriesResponse) ProtoMessage ¶
func (*ListOrganizationRepositoriesResponse) ProtoMessage()
func (*ListOrganizationRepositoriesResponse) ProtoReflect ¶
func (x *ListOrganizationRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationRepositoriesResponse) Reset ¶
func (x *ListOrganizationRepositoriesResponse) Reset()
func (*ListOrganizationRepositoriesResponse) String ¶
func (x *ListOrganizationRepositoriesResponse) String() string
type ListOrganizationUsersRequest ¶
type ListOrganizationUsersRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationUsersRequest) Descriptor
deprecated
func (*ListOrganizationUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationUsersRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationUsersRequest) GetOrganizationId ¶
func (x *ListOrganizationUsersRequest) GetOrganizationId() string
func (*ListOrganizationUsersRequest) GetPageSize ¶
func (x *ListOrganizationUsersRequest) GetPageSize() uint32
func (*ListOrganizationUsersRequest) GetPageToken ¶
func (x *ListOrganizationUsersRequest) GetPageToken() string
func (*ListOrganizationUsersRequest) GetReverse ¶
func (x *ListOrganizationUsersRequest) GetReverse() bool
func (*ListOrganizationUsersRequest) ProtoMessage ¶
func (*ListOrganizationUsersRequest) ProtoMessage()
func (*ListOrganizationUsersRequest) ProtoReflect ¶
func (x *ListOrganizationUsersRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationUsersRequest) Reset ¶
func (x *ListOrganizationUsersRequest) Reset()
func (*ListOrganizationUsersRequest) String ¶
func (x *ListOrganizationUsersRequest) String() string
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) Descriptor
deprecated
func (*ListOrganizationUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationUsersResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationUsersResponse) GetNextPageToken ¶
func (x *ListOrganizationUsersResponse) GetNextPageToken() string
func (*ListOrganizationUsersResponse) GetUsers ¶
func (x *ListOrganizationUsersResponse) GetUsers() []*OrganizationUser
func (*ListOrganizationUsersResponse) ProtoMessage ¶
func (*ListOrganizationUsersResponse) ProtoMessage()
func (*ListOrganizationUsersResponse) ProtoReflect ¶
func (x *ListOrganizationUsersResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationUsersResponse) Reset ¶
func (x *ListOrganizationUsersResponse) Reset()
func (*ListOrganizationUsersResponse) String ¶
func (x *ListOrganizationUsersResponse) String() string
type ListOrganizationsRequest ¶
type ListOrganizationsRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationsRequest) Descriptor
deprecated
func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationsRequest) GetPageSize ¶
func (x *ListOrganizationsRequest) GetPageSize() uint32
func (*ListOrganizationsRequest) GetPageToken ¶
func (x *ListOrganizationsRequest) GetPageToken() string
func (*ListOrganizationsRequest) GetReverse ¶
func (x *ListOrganizationsRequest) GetReverse() bool
func (*ListOrganizationsRequest) ProtoMessage ¶
func (*ListOrganizationsRequest) ProtoMessage()
func (*ListOrganizationsRequest) ProtoReflect ¶
func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationsRequest) Reset ¶
func (x *ListOrganizationsRequest) Reset()
func (*ListOrganizationsRequest) String ¶
func (x *ListOrganizationsRequest) String() string
type ListOrganizationsResponse ¶
type ListOrganizationsResponse struct { Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationsResponse) Descriptor
deprecated
func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationsResponse) GetNextPageToken ¶
func (x *ListOrganizationsResponse) GetNextPageToken() string
func (*ListOrganizationsResponse) GetOrganizations ¶
func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
func (*ListOrganizationsResponse) ProtoMessage ¶
func (*ListOrganizationsResponse) ProtoMessage()
func (*ListOrganizationsResponse) ProtoReflect ¶
func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsResponse) Reset ¶
func (x *ListOrganizationsResponse) Reset()
func (*ListOrganizationsResponse) String ¶
func (x *ListOrganizationsResponse) String() string
type ListRecommendedResourcesRequest ¶
type ListRecommendedResourcesRequest struct {
// contains filtered or unexported fields
}
func (*ListRecommendedResourcesRequest) Descriptor
deprecated
func (*ListRecommendedResourcesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRecommendedResourcesRequest.ProtoReflect.Descriptor instead.
func (*ListRecommendedResourcesRequest) ProtoMessage ¶
func (*ListRecommendedResourcesRequest) ProtoMessage()
func (*ListRecommendedResourcesRequest) ProtoReflect ¶
func (x *ListRecommendedResourcesRequest) ProtoReflect() protoreflect.Message
func (*ListRecommendedResourcesRequest) Reset ¶
func (x *ListRecommendedResourcesRequest) Reset()
func (*ListRecommendedResourcesRequest) String ¶
func (x *ListRecommendedResourcesRequest) String() string
type ListRecommendedResourcesResponse ¶
type ListRecommendedResourcesResponse struct { Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"` // contains filtered or unexported fields }
func (*ListRecommendedResourcesResponse) Descriptor
deprecated
func (*ListRecommendedResourcesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRecommendedResourcesResponse.ProtoReflect.Descriptor instead.
func (*ListRecommendedResourcesResponse) GetResources ¶
func (x *ListRecommendedResourcesResponse) GetResources() []*Resource
func (*ListRecommendedResourcesResponse) ProtoMessage ¶
func (*ListRecommendedResourcesResponse) ProtoMessage()
func (*ListRecommendedResourcesResponse) ProtoReflect ¶
func (x *ListRecommendedResourcesResponse) ProtoReflect() protoreflect.Message
func (*ListRecommendedResourcesResponse) Reset ¶
func (x *ListRecommendedResourcesResponse) Reset()
func (*ListRecommendedResourcesResponse) String ¶
func (x *ListRecommendedResourcesResponse) String() string
type ListRepositoriesRequest ¶
type ListRepositoriesRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoriesRequest) Descriptor
deprecated
func (*ListRepositoriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoriesRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoriesRequest) GetPageSize ¶
func (x *ListRepositoriesRequest) GetPageSize() uint32
func (*ListRepositoriesRequest) GetPageToken ¶
func (x *ListRepositoriesRequest) GetPageToken() string
func (*ListRepositoriesRequest) GetReverse ¶
func (x *ListRepositoriesRequest) GetReverse() bool
func (*ListRepositoriesRequest) ProtoMessage ¶
func (*ListRepositoriesRequest) ProtoMessage()
func (*ListRepositoriesRequest) ProtoReflect ¶
func (x *ListRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoriesRequest) Reset ¶
func (x *ListRepositoriesRequest) Reset()
func (*ListRepositoriesRequest) String ¶
func (x *ListRepositoriesRequest) String() string
type ListRepositoriesResponse ¶
type ListRepositoriesResponse struct { Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoriesResponse) Descriptor
deprecated
func (*ListRepositoriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoriesResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoriesResponse) GetNextPageToken ¶
func (x *ListRepositoriesResponse) GetNextPageToken() string
func (*ListRepositoriesResponse) GetRepositories ¶
func (x *ListRepositoriesResponse) GetRepositories() []*Repository
func (*ListRepositoriesResponse) ProtoMessage ¶
func (*ListRepositoriesResponse) ProtoMessage()
func (*ListRepositoriesResponse) ProtoReflect ¶
func (x *ListRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoriesResponse) Reset ¶
func (x *ListRepositoriesResponse) Reset()
func (*ListRepositoriesResponse) String ¶
func (x *ListRepositoriesResponse) String() string
type ListRepositoriesUserCanAccessRequest ¶
type ListRepositoriesUserCanAccessRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoriesUserCanAccessRequest) Descriptor
deprecated
func (*ListRepositoriesUserCanAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoriesUserCanAccessRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoriesUserCanAccessRequest) GetPageSize ¶
func (x *ListRepositoriesUserCanAccessRequest) GetPageSize() uint32
func (*ListRepositoriesUserCanAccessRequest) GetPageToken ¶
func (x *ListRepositoriesUserCanAccessRequest) GetPageToken() string
func (*ListRepositoriesUserCanAccessRequest) GetReverse ¶
func (x *ListRepositoriesUserCanAccessRequest) GetReverse() bool
func (*ListRepositoriesUserCanAccessRequest) ProtoMessage ¶
func (*ListRepositoriesUserCanAccessRequest) ProtoMessage()
func (*ListRepositoriesUserCanAccessRequest) ProtoReflect ¶
func (x *ListRepositoriesUserCanAccessRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoriesUserCanAccessRequest) Reset ¶
func (x *ListRepositoriesUserCanAccessRequest) Reset()
func (*ListRepositoriesUserCanAccessRequest) String ¶
func (x *ListRepositoriesUserCanAccessRequest) String() string
type ListRepositoriesUserCanAccessResponse ¶
type ListRepositoriesUserCanAccessResponse struct { Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoriesUserCanAccessResponse) Descriptor
deprecated
func (*ListRepositoriesUserCanAccessResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoriesUserCanAccessResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoriesUserCanAccessResponse) GetNextPageToken ¶
func (x *ListRepositoriesUserCanAccessResponse) GetNextPageToken() string
func (*ListRepositoriesUserCanAccessResponse) GetRepositories ¶
func (x *ListRepositoriesUserCanAccessResponse) GetRepositories() []*Repository
func (*ListRepositoriesUserCanAccessResponse) ProtoMessage ¶
func (*ListRepositoriesUserCanAccessResponse) ProtoMessage()
func (*ListRepositoriesUserCanAccessResponse) ProtoReflect ¶
func (x *ListRepositoriesUserCanAccessResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoriesUserCanAccessResponse) Reset ¶
func (x *ListRepositoriesUserCanAccessResponse) Reset()
func (*ListRepositoriesUserCanAccessResponse) String ¶
func (x *ListRepositoriesUserCanAccessResponse) String() string
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 assignable to Reference: // // *ListRepositoryBranchesByReferenceRequest_CommitName // *ListRepositoryBranchesByReferenceRequest_VcsCommitHash Reference isListRepositoryBranchesByReferenceRequest_Reference `protobuf_oneof:"reference"` // contains filtered or unexported fields }
func (*ListRepositoryBranchesByReferenceRequest) Descriptor
deprecated
func (*ListRepositoryBranchesByReferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryBranchesByReferenceRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryBranchesByReferenceRequest) GetCommitName ¶
func (x *ListRepositoryBranchesByReferenceRequest) GetCommitName() string
func (*ListRepositoryBranchesByReferenceRequest) GetPageSize ¶
func (x *ListRepositoryBranchesByReferenceRequest) GetPageSize() uint32
func (*ListRepositoryBranchesByReferenceRequest) GetPageToken ¶
func (x *ListRepositoryBranchesByReferenceRequest) GetPageToken() string
func (*ListRepositoryBranchesByReferenceRequest) GetReference ¶
func (m *ListRepositoryBranchesByReferenceRequest) GetReference() isListRepositoryBranchesByReferenceRequest_Reference
func (*ListRepositoryBranchesByReferenceRequest) GetRepositoryId ¶
func (x *ListRepositoryBranchesByReferenceRequest) GetRepositoryId() string
func (*ListRepositoryBranchesByReferenceRequest) GetVcsCommitHash ¶
func (x *ListRepositoryBranchesByReferenceRequest) GetVcsCommitHash() string
func (*ListRepositoryBranchesByReferenceRequest) ProtoMessage ¶
func (*ListRepositoryBranchesByReferenceRequest) ProtoMessage()
func (*ListRepositoryBranchesByReferenceRequest) ProtoReflect ¶
func (x *ListRepositoryBranchesByReferenceRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryBranchesByReferenceRequest) Reset ¶
func (x *ListRepositoryBranchesByReferenceRequest) Reset()
func (*ListRepositoryBranchesByReferenceRequest) String ¶
func (x *ListRepositoryBranchesByReferenceRequest) String() string
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 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) Descriptor
deprecated
func (*ListRepositoryBranchesByReferenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryBranchesByReferenceResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryBranchesByReferenceResponse) GetNextPageToken ¶
func (x *ListRepositoryBranchesByReferenceResponse) GetNextPageToken() string
func (*ListRepositoryBranchesByReferenceResponse) GetRepositoryBranches ¶
func (x *ListRepositoryBranchesByReferenceResponse) GetRepositoryBranches() []*RepositoryBranch
func (*ListRepositoryBranchesByReferenceResponse) ProtoMessage ¶
func (*ListRepositoryBranchesByReferenceResponse) ProtoMessage()
func (*ListRepositoryBranchesByReferenceResponse) ProtoReflect ¶
func (x *ListRepositoryBranchesByReferenceResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryBranchesByReferenceResponse) Reset ¶
func (x *ListRepositoryBranchesByReferenceResponse) Reset()
func (*ListRepositoryBranchesByReferenceResponse) String ¶
func (x *ListRepositoryBranchesByReferenceResponse) String() string
type ListRepositoryBranchesRequest ¶
type ListRepositoryBranchesRequest struct { // The ID of the repository whose branches should be listed. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryBranchesRequest) Descriptor
deprecated
func (*ListRepositoryBranchesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryBranchesRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryBranchesRequest) GetPageSize ¶
func (x *ListRepositoryBranchesRequest) GetPageSize() uint32
func (*ListRepositoryBranchesRequest) GetPageToken ¶
func (x *ListRepositoryBranchesRequest) GetPageToken() string
func (*ListRepositoryBranchesRequest) GetRepositoryId ¶
func (x *ListRepositoryBranchesRequest) GetRepositoryId() string
func (*ListRepositoryBranchesRequest) ProtoMessage ¶
func (*ListRepositoryBranchesRequest) ProtoMessage()
func (*ListRepositoryBranchesRequest) ProtoReflect ¶
func (x *ListRepositoryBranchesRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryBranchesRequest) Reset ¶
func (x *ListRepositoryBranchesRequest) Reset()
func (*ListRepositoryBranchesRequest) String ¶
func (x *ListRepositoryBranchesRequest) String() string
type ListRepositoryBranchesResponse ¶
type ListRepositoryBranchesResponse struct { RepositoryBranches []*RepositoryBranch `protobuf:"bytes,1,rep,name=repository_branches,json=repositoryBranches,proto3" json:"repository_branches,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryBranchesResponse) Descriptor
deprecated
func (*ListRepositoryBranchesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryBranchesResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryBranchesResponse) GetNextPageToken ¶
func (x *ListRepositoryBranchesResponse) GetNextPageToken() string
func (*ListRepositoryBranchesResponse) GetRepositoryBranches ¶
func (x *ListRepositoryBranchesResponse) GetRepositoryBranches() []*RepositoryBranch
func (*ListRepositoryBranchesResponse) ProtoMessage ¶
func (*ListRepositoryBranchesResponse) ProtoMessage()
func (*ListRepositoryBranchesResponse) ProtoReflect ¶
func (x *ListRepositoryBranchesResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryBranchesResponse) Reset ¶
func (x *ListRepositoryBranchesResponse) Reset()
func (*ListRepositoryBranchesResponse) String ¶
func (x *ListRepositoryBranchesResponse) String() string
type ListRepositoryCommitsByBranchRequest ¶
type ListRepositoryCommitsByBranchRequest struct { // The owner of the repository which the repository branch belongs to. RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` // The name of the repository which the repository branch belongs to. RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // The name of the repository branch whose commits should be listed. RepositoryBranchName string `protobuf:"bytes,3,opt,name=repository_branch_name,json=repositoryBranchName,proto3" json:"repository_branch_name,omitempty"` PageSize uint32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // 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) Descriptor
deprecated
func (*ListRepositoryCommitsByBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryCommitsByBranchRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryCommitsByBranchRequest) GetPageSize ¶
func (x *ListRepositoryCommitsByBranchRequest) GetPageSize() uint32
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 (x *ListRepositoryCommitsByBranchRequest) GetReverse() bool
func (*ListRepositoryCommitsByBranchRequest) ProtoMessage ¶
func (*ListRepositoryCommitsByBranchRequest) ProtoMessage()
func (*ListRepositoryCommitsByBranchRequest) ProtoReflect ¶
func (x *ListRepositoryCommitsByBranchRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryCommitsByBranchRequest) Reset ¶
func (x *ListRepositoryCommitsByBranchRequest) Reset()
func (*ListRepositoryCommitsByBranchRequest) String ¶
func (x *ListRepositoryCommitsByBranchRequest) String() string
type ListRepositoryCommitsByBranchResponse ¶
type ListRepositoryCommitsByBranchResponse struct { RepositoryCommits []*RepositoryCommit `protobuf:"bytes,1,rep,name=repository_commits,json=repositoryCommits,proto3" json:"repository_commits,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryCommitsByBranchResponse) Descriptor
deprecated
func (*ListRepositoryCommitsByBranchResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryCommitsByBranchResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryCommitsByBranchResponse) GetNextPageToken ¶
func (x *ListRepositoryCommitsByBranchResponse) GetNextPageToken() string
func (*ListRepositoryCommitsByBranchResponse) GetRepositoryCommits ¶
func (x *ListRepositoryCommitsByBranchResponse) GetRepositoryCommits() []*RepositoryCommit
func (*ListRepositoryCommitsByBranchResponse) ProtoMessage ¶
func (*ListRepositoryCommitsByBranchResponse) ProtoMessage()
func (*ListRepositoryCommitsByBranchResponse) ProtoReflect ¶
func (x *ListRepositoryCommitsByBranchResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryCommitsByBranchResponse) Reset ¶
func (x *ListRepositoryCommitsByBranchResponse) Reset()
func (*ListRepositoryCommitsByBranchResponse) String ¶
func (x *ListRepositoryCommitsByBranchResponse) String() string
type ListRepositoryCommitsByReferenceRequest ¶
type ListRepositoryCommitsByReferenceRequest struct { // The owner of the repository which the repository reference belongs to. RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` // The name of the repository which the repository reference belongs to. RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // The 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) Descriptor
deprecated
func (*ListRepositoryCommitsByReferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryCommitsByReferenceRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryCommitsByReferenceRequest) GetPageSize ¶
func (x *ListRepositoryCommitsByReferenceRequest) GetPageSize() uint32
func (*ListRepositoryCommitsByReferenceRequest) GetPageToken ¶
func (x *ListRepositoryCommitsByReferenceRequest) GetPageToken() string
func (*ListRepositoryCommitsByReferenceRequest) GetReference ¶
func (x *ListRepositoryCommitsByReferenceRequest) GetReference() string
func (*ListRepositoryCommitsByReferenceRequest) GetRepositoryName ¶
func (x *ListRepositoryCommitsByReferenceRequest) GetRepositoryName() string
func (*ListRepositoryCommitsByReferenceRequest) GetRepositoryOwner ¶
func (x *ListRepositoryCommitsByReferenceRequest) GetRepositoryOwner() string
func (*ListRepositoryCommitsByReferenceRequest) GetReverse ¶
func (x *ListRepositoryCommitsByReferenceRequest) GetReverse() bool
func (*ListRepositoryCommitsByReferenceRequest) ProtoMessage ¶
func (*ListRepositoryCommitsByReferenceRequest) ProtoMessage()
func (*ListRepositoryCommitsByReferenceRequest) ProtoReflect ¶
func (x *ListRepositoryCommitsByReferenceRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryCommitsByReferenceRequest) Reset ¶
func (x *ListRepositoryCommitsByReferenceRequest) Reset()
func (*ListRepositoryCommitsByReferenceRequest) String ¶
func (x *ListRepositoryCommitsByReferenceRequest) String() string
type ListRepositoryCommitsByReferenceResponse ¶
type ListRepositoryCommitsByReferenceResponse struct { RepositoryCommits []*RepositoryCommit `protobuf:"bytes,1,rep,name=repository_commits,json=repositoryCommits,proto3" json:"repository_commits,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryCommitsByReferenceResponse) Descriptor
deprecated
func (*ListRepositoryCommitsByReferenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryCommitsByReferenceResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryCommitsByReferenceResponse) GetNextPageToken ¶
func (x *ListRepositoryCommitsByReferenceResponse) GetNextPageToken() string
func (*ListRepositoryCommitsByReferenceResponse) GetRepositoryCommits ¶
func (x *ListRepositoryCommitsByReferenceResponse) GetRepositoryCommits() []*RepositoryCommit
func (*ListRepositoryCommitsByReferenceResponse) ProtoMessage ¶
func (*ListRepositoryCommitsByReferenceResponse) ProtoMessage()
func (*ListRepositoryCommitsByReferenceResponse) ProtoReflect ¶
func (x *ListRepositoryCommitsByReferenceResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryCommitsByReferenceResponse) Reset ¶
func (x *ListRepositoryCommitsByReferenceResponse) Reset()
func (*ListRepositoryCommitsByReferenceResponse) String ¶
func (x *ListRepositoryCommitsByReferenceResponse) String() string
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) Descriptor
deprecated
func (*ListRepositoryContributorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryContributorsRequest.ProtoReflect.Descriptor instead.
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 (x *ListRepositoryContributorsRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryContributorsRequest) Reset ¶
func (x *ListRepositoryContributorsRequest) Reset()
func (*ListRepositoryContributorsRequest) String ¶
func (x *ListRepositoryContributorsRequest) String() string
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) Descriptor
deprecated
func (*ListRepositoryContributorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryContributorsResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryContributorsResponse) GetNextPageToken ¶
func (x *ListRepositoryContributorsResponse) GetNextPageToken() string
func (*ListRepositoryContributorsResponse) GetUsers ¶
func (x *ListRepositoryContributorsResponse) GetUsers() []*RepositoryContributor
func (*ListRepositoryContributorsResponse) ProtoMessage ¶
func (*ListRepositoryContributorsResponse) ProtoMessage()
func (*ListRepositoryContributorsResponse) ProtoReflect ¶
func (x *ListRepositoryContributorsResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryContributorsResponse) Reset ¶
func (x *ListRepositoryContributorsResponse) Reset()
func (*ListRepositoryContributorsResponse) String ¶
func (x *ListRepositoryContributorsResponse) String() string
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) Descriptor
deprecated
func (*ListRepositoryDraftCommitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryDraftCommitsRequest.ProtoReflect.Descriptor instead.
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 (x *ListRepositoryDraftCommitsRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryDraftCommitsRequest) Reset ¶
func (x *ListRepositoryDraftCommitsRequest) Reset()
func (*ListRepositoryDraftCommitsRequest) String ¶
func (x *ListRepositoryDraftCommitsRequest) String() string
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) Descriptor
deprecated
func (*ListRepositoryDraftCommitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryDraftCommitsResponse.ProtoReflect.Descriptor instead.
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 (x *ListRepositoryDraftCommitsResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryDraftCommitsResponse) Reset ¶
func (x *ListRepositoryDraftCommitsResponse) Reset()
func (*ListRepositoryDraftCommitsResponse) String ¶
func (x *ListRepositoryDraftCommitsResponse) String() string
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) Descriptor
deprecated
func (*ListRepositoryTagsForReferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTagsForReferenceRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryTagsForReferenceRequest) GetPageSize ¶
func (x *ListRepositoryTagsForReferenceRequest) GetPageSize() uint32
func (*ListRepositoryTagsForReferenceRequest) GetPageToken ¶
func (x *ListRepositoryTagsForReferenceRequest) GetPageToken() string
func (*ListRepositoryTagsForReferenceRequest) GetReference ¶
func (x *ListRepositoryTagsForReferenceRequest) GetReference() string
func (*ListRepositoryTagsForReferenceRequest) GetRepositoryId ¶
func (x *ListRepositoryTagsForReferenceRequest) GetRepositoryId() string
func (*ListRepositoryTagsForReferenceRequest) GetReverse ¶
func (x *ListRepositoryTagsForReferenceRequest) GetReverse() bool
func (*ListRepositoryTagsForReferenceRequest) ProtoMessage ¶
func (*ListRepositoryTagsForReferenceRequest) ProtoMessage()
func (*ListRepositoryTagsForReferenceRequest) ProtoReflect ¶
func (x *ListRepositoryTagsForReferenceRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryTagsForReferenceRequest) Reset ¶
func (x *ListRepositoryTagsForReferenceRequest) Reset()
func (*ListRepositoryTagsForReferenceRequest) String ¶
func (x *ListRepositoryTagsForReferenceRequest) String() string
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) Descriptor
deprecated
func (*ListRepositoryTagsForReferenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTagsForReferenceResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryTagsForReferenceResponse) GetNextPageToken ¶
func (x *ListRepositoryTagsForReferenceResponse) GetNextPageToken() string
func (*ListRepositoryTagsForReferenceResponse) GetRepositoryTags ¶
func (x *ListRepositoryTagsForReferenceResponse) GetRepositoryTags() []*RepositoryTag
func (*ListRepositoryTagsForReferenceResponse) ProtoMessage ¶
func (*ListRepositoryTagsForReferenceResponse) ProtoMessage()
func (*ListRepositoryTagsForReferenceResponse) ProtoReflect ¶
func (x *ListRepositoryTagsForReferenceResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryTagsForReferenceResponse) Reset ¶
func (x *ListRepositoryTagsForReferenceResponse) Reset()
func (*ListRepositoryTagsForReferenceResponse) String ¶
func (x *ListRepositoryTagsForReferenceResponse) String() string
type ListRepositoryTagsRequest ¶
type ListRepositoryTagsRequest struct { // The ID of the repository whose tags should be listed. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryTagsRequest) Descriptor
deprecated
func (*ListRepositoryTagsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTagsRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryTagsRequest) GetPageSize ¶
func (x *ListRepositoryTagsRequest) GetPageSize() uint32
func (*ListRepositoryTagsRequest) GetPageToken ¶
func (x *ListRepositoryTagsRequest) GetPageToken() string
func (*ListRepositoryTagsRequest) GetRepositoryId ¶
func (x *ListRepositoryTagsRequest) GetRepositoryId() string
func (*ListRepositoryTagsRequest) GetReverse ¶
func (x *ListRepositoryTagsRequest) GetReverse() bool
func (*ListRepositoryTagsRequest) ProtoMessage ¶
func (*ListRepositoryTagsRequest) ProtoMessage()
func (*ListRepositoryTagsRequest) ProtoReflect ¶
func (x *ListRepositoryTagsRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryTagsRequest) Reset ¶
func (x *ListRepositoryTagsRequest) Reset()
func (*ListRepositoryTagsRequest) String ¶
func (x *ListRepositoryTagsRequest) String() string
type ListRepositoryTagsResponse ¶
type ListRepositoryTagsResponse struct { RepositoryTags []*RepositoryTag `protobuf:"bytes,1,rep,name=repository_tags,json=repositoryTags,proto3" json:"repository_tags,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryTagsResponse) Descriptor
deprecated
func (*ListRepositoryTagsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTagsResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryTagsResponse) GetNextPageToken ¶
func (x *ListRepositoryTagsResponse) GetNextPageToken() string
func (*ListRepositoryTagsResponse) GetRepositoryTags ¶
func (x *ListRepositoryTagsResponse) GetRepositoryTags() []*RepositoryTag
func (*ListRepositoryTagsResponse) ProtoMessage ¶
func (*ListRepositoryTagsResponse) ProtoMessage()
func (*ListRepositoryTagsResponse) ProtoReflect ¶
func (x *ListRepositoryTagsResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryTagsResponse) Reset ¶
func (x *ListRepositoryTagsResponse) Reset()
func (*ListRepositoryTagsResponse) String ¶
func (x *ListRepositoryTagsResponse) String() string
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) Descriptor
deprecated
func (*ListSCIMTokensRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSCIMTokensRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *ListSCIMTokensRequest) String() string
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) Descriptor
deprecated
func (*ListSCIMTokensResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSCIMTokensResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *ListSCIMTokensResponse) String() string
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) Descriptor
deprecated
func (*ListServerUniquenessCollisionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListServerUniquenessCollisionsRequest.ProtoReflect.Descriptor instead.
func (*ListServerUniquenessCollisionsRequest) GetCollisionType ¶
func (x *ListServerUniquenessCollisionsRequest) GetCollisionType() CollisionType
func (*ListServerUniquenessCollisionsRequest) GetPageSize ¶
func (x *ListServerUniquenessCollisionsRequest) GetPageSize() uint32
func (*ListServerUniquenessCollisionsRequest) GetPageToken ¶
func (x *ListServerUniquenessCollisionsRequest) GetPageToken() string
func (*ListServerUniquenessCollisionsRequest) ProtoMessage ¶
func (*ListServerUniquenessCollisionsRequest) ProtoMessage()
func (*ListServerUniquenessCollisionsRequest) ProtoReflect ¶
func (x *ListServerUniquenessCollisionsRequest) ProtoReflect() protoreflect.Message
func (*ListServerUniquenessCollisionsRequest) Reset ¶
func (x *ListServerUniquenessCollisionsRequest) Reset()
func (*ListServerUniquenessCollisionsRequest) String ¶
func (x *ListServerUniquenessCollisionsRequest) String() string
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) Descriptor
deprecated
func (*ListServerUniquenessCollisionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListServerUniquenessCollisionsResponse.ProtoReflect.Descriptor instead.
func (*ListServerUniquenessCollisionsResponse) GetCollisions ¶
func (x *ListServerUniquenessCollisionsResponse) GetCollisions() []*Collision
func (*ListServerUniquenessCollisionsResponse) GetNextPageToken ¶
func (x *ListServerUniquenessCollisionsResponse) GetNextPageToken() string
func (*ListServerUniquenessCollisionsResponse) ProtoMessage ¶
func (*ListServerUniquenessCollisionsResponse) ProtoMessage()
func (*ListServerUniquenessCollisionsResponse) ProtoReflect ¶
func (x *ListServerUniquenessCollisionsResponse) ProtoReflect() protoreflect.Message
func (*ListServerUniquenessCollisionsResponse) Reset ¶
func (x *ListServerUniquenessCollisionsResponse) Reset()
func (*ListServerUniquenessCollisionsResponse) String ¶
func (x *ListServerUniquenessCollisionsResponse) String() string
type ListStudioAgentPresetsRequest ¶
type ListStudioAgentPresetsRequest struct {
// contains filtered or unexported fields
}
func (*ListStudioAgentPresetsRequest) Descriptor
deprecated
func (*ListStudioAgentPresetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStudioAgentPresetsRequest.ProtoReflect.Descriptor instead.
func (*ListStudioAgentPresetsRequest) ProtoMessage ¶
func (*ListStudioAgentPresetsRequest) ProtoMessage()
func (*ListStudioAgentPresetsRequest) ProtoReflect ¶
func (x *ListStudioAgentPresetsRequest) ProtoReflect() protoreflect.Message
func (*ListStudioAgentPresetsRequest) Reset ¶
func (x *ListStudioAgentPresetsRequest) Reset()
func (*ListStudioAgentPresetsRequest) String ¶
func (x *ListStudioAgentPresetsRequest) String() string
type ListStudioAgentPresetsResponse ¶
type ListStudioAgentPresetsResponse struct { Agents []*StudioAgentPreset `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"` // contains filtered or unexported fields }
func (*ListStudioAgentPresetsResponse) Descriptor
deprecated
func (*ListStudioAgentPresetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStudioAgentPresetsResponse.ProtoReflect.Descriptor instead.
func (*ListStudioAgentPresetsResponse) GetAgents ¶
func (x *ListStudioAgentPresetsResponse) GetAgents() []*StudioAgentPreset
func (*ListStudioAgentPresetsResponse) ProtoMessage ¶
func (*ListStudioAgentPresetsResponse) ProtoMessage()
func (*ListStudioAgentPresetsResponse) ProtoReflect ¶
func (x *ListStudioAgentPresetsResponse) ProtoReflect() protoreflect.Message
func (*ListStudioAgentPresetsResponse) Reset ¶
func (x *ListStudioAgentPresetsResponse) Reset()
func (*ListStudioAgentPresetsResponse) String ¶
func (x *ListStudioAgentPresetsResponse) String() string
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) Descriptor
deprecated
func (*ListStudioRequestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStudioRequestsRequest.ProtoReflect.Descriptor instead.
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 (x *ListStudioRequestsRequest) ProtoReflect() protoreflect.Message
func (*ListStudioRequestsRequest) Reset ¶
func (x *ListStudioRequestsRequest) Reset()
func (*ListStudioRequestsRequest) String ¶
func (x *ListStudioRequestsRequest) String() string
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) Descriptor
deprecated
func (*ListStudioRequestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStudioRequestsResponse.ProtoReflect.Descriptor instead.
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 (x *ListStudioRequestsResponse) ProtoReflect() protoreflect.Message
func (*ListStudioRequestsResponse) Reset ¶
func (x *ListStudioRequestsResponse) Reset()
func (*ListStudioRequestsResponse) String ¶
func (x *ListStudioRequestsResponse) String() string
type ListTokensRequest ¶
type ListTokensRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // 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) Descriptor
deprecated
func (*ListTokensRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTokensRequest.ProtoReflect.Descriptor instead.
func (*ListTokensRequest) GetPageSize ¶
func (x *ListTokensRequest) GetPageSize() uint32
func (*ListTokensRequest) GetPageToken ¶
func (x *ListTokensRequest) GetPageToken() string
func (*ListTokensRequest) GetReverse ¶
func (x *ListTokensRequest) GetReverse() bool
func (*ListTokensRequest) 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) String ¶
func (x *ListTokensRequest) String() string
type ListTokensResponse ¶
type ListTokensResponse struct { Tokens []*Token `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListTokensResponse) Descriptor
deprecated
func (*ListTokensResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTokensResponse.ProtoReflect.Descriptor instead.
func (*ListTokensResponse) GetNextPageToken ¶
func (x *ListTokensResponse) GetNextPageToken() string
func (*ListTokensResponse) GetTokens ¶
func (x *ListTokensResponse) GetTokens() []*Token
func (*ListTokensResponse) ProtoMessage ¶
func (*ListTokensResponse) ProtoMessage()
func (*ListTokensResponse) ProtoReflect ¶
func (x *ListTokensResponse) ProtoReflect() protoreflect.Message
func (*ListTokensResponse) Reset ¶
func (x *ListTokensResponse) Reset()
func (*ListTokensResponse) String ¶
func (x *ListTokensResponse) String() string
type ListUserOrganizationsRequest ¶
type ListUserOrganizationsRequest struct { // The ID of the user whose organizations should be listed. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListUserOrganizationsRequest) Descriptor
deprecated
func (*ListUserOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListUserOrganizationsRequest) GetPageSize ¶
func (x *ListUserOrganizationsRequest) GetPageSize() uint32
func (*ListUserOrganizationsRequest) GetPageToken ¶
func (x *ListUserOrganizationsRequest) GetPageToken() string
func (*ListUserOrganizationsRequest) GetReverse ¶
func (x *ListUserOrganizationsRequest) GetReverse() bool
func (*ListUserOrganizationsRequest) GetUserId ¶
func (x *ListUserOrganizationsRequest) GetUserId() string
func (*ListUserOrganizationsRequest) ProtoMessage ¶
func (*ListUserOrganizationsRequest) ProtoMessage()
func (*ListUserOrganizationsRequest) ProtoReflect ¶
func (x *ListUserOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListUserOrganizationsRequest) Reset ¶
func (x *ListUserOrganizationsRequest) Reset()
func (*ListUserOrganizationsRequest) String ¶
func (x *ListUserOrganizationsRequest) String() string
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) Descriptor
deprecated
func (*ListUserOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*ListUserOrganizationsResponse) GetNextPageToken ¶
func (x *ListUserOrganizationsResponse) GetNextPageToken() string
func (*ListUserOrganizationsResponse) GetOrganizations ¶
func (x *ListUserOrganizationsResponse) GetOrganizations() []*OrganizationMembership
func (*ListUserOrganizationsResponse) ProtoMessage ¶
func (*ListUserOrganizationsResponse) ProtoMessage()
func (*ListUserOrganizationsResponse) ProtoReflect ¶
func (x *ListUserOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListUserOrganizationsResponse) Reset ¶
func (x *ListUserOrganizationsResponse) Reset()
func (*ListUserOrganizationsResponse) String ¶
func (x *ListUserOrganizationsResponse) String() string
type ListUserRepositoriesRequest ¶
type ListUserRepositoriesRequest struct { // The ID of the user whose repositories should be listed. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListUserRepositoriesRequest) Descriptor
deprecated
func (*ListUserRepositoriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserRepositoriesRequest.ProtoReflect.Descriptor instead.
func (*ListUserRepositoriesRequest) GetPageSize ¶
func (x *ListUserRepositoriesRequest) GetPageSize() uint32
func (*ListUserRepositoriesRequest) GetPageToken ¶
func (x *ListUserRepositoriesRequest) GetPageToken() string
func (*ListUserRepositoriesRequest) GetReverse ¶
func (x *ListUserRepositoriesRequest) GetReverse() bool
func (*ListUserRepositoriesRequest) GetUserId ¶
func (x *ListUserRepositoriesRequest) GetUserId() string
func (*ListUserRepositoriesRequest) ProtoMessage ¶
func (*ListUserRepositoriesRequest) ProtoMessage()
func (*ListUserRepositoriesRequest) ProtoReflect ¶
func (x *ListUserRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*ListUserRepositoriesRequest) Reset ¶
func (x *ListUserRepositoriesRequest) Reset()
func (*ListUserRepositoriesRequest) String ¶
func (x *ListUserRepositoriesRequest) String() string
type ListUserRepositoriesResponse ¶
type ListUserRepositoriesResponse struct { Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUserRepositoriesResponse) Descriptor
deprecated
func (*ListUserRepositoriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserRepositoriesResponse.ProtoReflect.Descriptor instead.
func (*ListUserRepositoriesResponse) GetNextPageToken ¶
func (x *ListUserRepositoriesResponse) GetNextPageToken() string
func (*ListUserRepositoriesResponse) GetRepositories ¶
func (x *ListUserRepositoriesResponse) GetRepositories() []*Repository
func (*ListUserRepositoriesResponse) ProtoMessage ¶
func (*ListUserRepositoriesResponse) ProtoMessage()
func (*ListUserRepositoriesResponse) ProtoReflect ¶
func (x *ListUserRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*ListUserRepositoriesResponse) Reset ¶
func (x *ListUserRepositoriesResponse) Reset()
func (*ListUserRepositoriesResponse) String ¶
func (x *ListUserRepositoriesResponse) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // 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) Descriptor
deprecated
func (*ListUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.
func (*ListUsersRequest) GetPageSize ¶
func (x *ListUsersRequest) GetPageSize() uint32
func (*ListUsersRequest) GetPageToken ¶
func (x *ListUsersRequest) GetPageToken() string
func (*ListUsersRequest) GetReverse ¶
func (x *ListUsersRequest) GetReverse() bool
func (*ListUsersRequest) 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) String ¶
func (x *ListUsersRequest) String() string
type ListUsersResponse ¶
type ListUsersResponse struct { Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUsersResponse) Descriptor
deprecated
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetNextPageToken ¶
func (x *ListUsersResponse) GetNextPageToken() string
func (*ListUsersResponse) GetUsers ¶
func (x *ListUsersResponse) GetUsers() []*User
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
type 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) Descriptor
deprecated
func (*ListWebhooksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListWebhooksRequest.ProtoReflect.Descriptor instead.
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) String ¶
func (x *ListWebhooksRequest) String() string
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) Descriptor
deprecated
func (*ListWebhooksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListWebhooksResponse.ProtoReflect.Descriptor instead.
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) String ¶
func (x *ListWebhooksResponse) String() string
type LiteralValue ¶
type LiteralValue struct { // Types that are assignable 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) Descriptor
deprecated
func (*LiteralValue) Descriptor() ([]byte, []int)
Deprecated: Use LiteralValue.ProtoReflect.Descriptor instead.
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 (m *LiteralValue) GetValue() isLiteralValue_Value
func (*LiteralValue) ProtoMessage ¶
func (*LiteralValue) ProtoMessage()
func (*LiteralValue) ProtoReflect ¶
func (x *LiteralValue) ProtoReflect() protoreflect.Message
func (*LiteralValue) Reset ¶
func (x *LiteralValue) Reset()
func (*LiteralValue) String ¶
func (x *LiteralValue) String() string
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 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) Descriptor
deprecated
func (*LocalModulePin) Descriptor() ([]byte, []int)
Deprecated: Use LocalModulePin.ProtoReflect.Descriptor instead.
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) String ¶
func (x *LocalModulePin) String() string
type LocalModuleReference ¶
type LocalModuleReference struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // either branch or commit Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
LocalModuleReference is a local module reference.
It does not include a remote.
func (*LocalModuleReference) Descriptor
deprecated
func (*LocalModuleReference) Descriptor() ([]byte, []int)
Deprecated: Use LocalModuleReference.ProtoReflect.Descriptor instead.
func (*LocalModuleReference) GetOwner ¶
func (x *LocalModuleReference) GetOwner() string
func (*LocalModuleReference) GetReference ¶
func (x *LocalModuleReference) GetReference() string
func (*LocalModuleReference) GetRepository ¶
func (x *LocalModuleReference) GetRepository() string
func (*LocalModuleReference) ProtoMessage ¶
func (*LocalModuleReference) ProtoMessage()
func (*LocalModuleReference) ProtoReflect ¶
func (x *LocalModuleReference) ProtoReflect() protoreflect.Message
func (*LocalModuleReference) Reset ¶
func (x *LocalModuleReference) Reset()
func (*LocalModuleReference) String ¶
func (x *LocalModuleReference) String() string
type LocalModuleResolveResult ¶
type LocalModuleResolveResult struct { // A copy of the reference that was resolved. Reference *LocalModuleReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"` // The pin the reference resolved to. Pin *LocalModulePin `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"` // The type the reference resolved as. ResolvedReferenceType ResolvedReferenceType `` /* 182-byte string literal not displayed */ // Indicates whether this reference is resolvable through BSR_HEAD. // False indicates a non-default branch (formerly draft) commit. IsBsrHead bool `protobuf:"varint,4,opt,name=is_bsr_head,json=isBsrHead,proto3" json:"is_bsr_head,omitempty"` // contains filtered or unexported fields }
func (*LocalModuleResolveResult) Descriptor
deprecated
func (*LocalModuleResolveResult) Descriptor() ([]byte, []int)
Deprecated: Use LocalModuleResolveResult.ProtoReflect.Descriptor instead.
func (*LocalModuleResolveResult) GetIsBsrHead ¶
func (x *LocalModuleResolveResult) GetIsBsrHead() bool
func (*LocalModuleResolveResult) GetPin ¶
func (x *LocalModuleResolveResult) GetPin() *LocalModulePin
func (*LocalModuleResolveResult) GetReference ¶
func (x *LocalModuleResolveResult) GetReference() *LocalModuleReference
func (*LocalModuleResolveResult) GetResolvedReferenceType ¶
func (x *LocalModuleResolveResult) GetResolvedReferenceType() ResolvedReferenceType
func (*LocalModuleResolveResult) ProtoMessage ¶
func (*LocalModuleResolveResult) ProtoMessage()
func (*LocalModuleResolveResult) ProtoReflect ¶
func (x *LocalModuleResolveResult) ProtoReflect() protoreflect.Message
func (*LocalModuleResolveResult) Reset ¶
func (x *LocalModuleResolveResult) Reset()
func (*LocalModuleResolveResult) String ¶
func (x *LocalModuleResolveResult) String() string
type Location ¶
type Location struct { StartLine int32 `protobuf:"varint,1,opt,name=start_line,json=startLine,proto3" json:"start_line,omitempty"` StartColumn int32 `protobuf:"varint,2,opt,name=start_column,json=startColumn,proto3" json:"start_column,omitempty"` EndLine int32 `protobuf:"varint,3,opt,name=end_line,json=endLine,proto3" json:"end_line,omitempty"` EndColumn int32 `protobuf:"varint,4,opt,name=end_column,json=endColumn,proto3" json:"end_column,omitempty"` // contains filtered or unexported fields }
Location provides the location information for the source code.
This does not provide the leading or trailing comments as these will be parsed into descriptions or dropped respectively.
func (*Location) Descriptor
deprecated
func (*Location) GetEndColumn ¶
func (*Location) GetEndLine ¶
func (*Location) GetStartColumn ¶
func (*Location) GetStartLine ¶
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) ProtoReflect ¶
func (x *Location) ProtoReflect() protoreflect.Message
type MapEntry ¶
type MapEntry struct { // string representation of the full name of the type for the map key. keys can only be // scalar types: https://developers.google.com/protocol-buffers/docs/overview#maps KeyFullType string `protobuf:"bytes,1,opt,name=key_full_type,json=keyFullType,proto3" json:"key_full_type,omitempty"` // string representation of the nested name of the type for the map value. ValueNestedType string `protobuf:"bytes,2,opt,name=value_nested_type,json=valueNestedType,proto3" json:"value_nested_type,omitempty"` // string representation of the full name of the type for the map value. ValueFullType string `protobuf:"bytes,3,opt,name=value_full_type,json=valueFullType,proto3" json:"value_full_type,omitempty"` // if the value is an imported type, this is the import module ref ValueImportModuleRef *ImportModuleRef `protobuf:"bytes,4,opt,name=value_import_module_ref,json=valueImportModuleRef,proto3" json:"value_import_module_ref,omitempty"` // contains filtered or unexported fields }
MapEntry provides the key and value types for the MapEntry type for a map field.
func (*MapEntry) Descriptor
deprecated
func (*MapEntry) GetKeyFullType ¶
func (*MapEntry) GetValueFullType ¶
func (*MapEntry) GetValueImportModuleRef ¶
func (x *MapEntry) GetValueImportModuleRef() *ImportModuleRef
func (*MapEntry) GetValueNestedType ¶
func (*MapEntry) ProtoMessage ¶
func (*MapEntry) ProtoMessage()
func (*MapEntry) ProtoReflect ¶
func (x *MapEntry) ProtoReflect() protoreflect.Message
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) Descriptor
deprecated
func (*MavenConfig) Descriptor() ([]byte, []int)
Deprecated: Use MavenConfig.ProtoReflect.Descriptor instead.
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) ProtoMessage ¶
func (*MavenConfig) ProtoMessage()
func (*MavenConfig) ProtoReflect ¶
func (x *MavenConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig) Reset ¶
func (x *MavenConfig) Reset()
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) Descriptor
deprecated
func (*MavenConfig_CompilerConfig) Descriptor() ([]byte, []int)
Deprecated: Use MavenConfig_CompilerConfig.ProtoReflect.Descriptor instead.
func (*MavenConfig_CompilerConfig) GetJava ¶
func (x *MavenConfig_CompilerConfig) GetJava() *MavenConfig_CompilerJavaConfig
func (*MavenConfig_CompilerConfig) GetKotlin ¶
func (x *MavenConfig_CompilerConfig) GetKotlin() *MavenConfig_CompilerKotlinConfig
func (*MavenConfig_CompilerConfig) ProtoMessage ¶
func (*MavenConfig_CompilerConfig) ProtoMessage()
func (*MavenConfig_CompilerConfig) ProtoReflect ¶
func (x *MavenConfig_CompilerConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig_CompilerConfig) Reset ¶
func (x *MavenConfig_CompilerConfig) Reset()
func (*MavenConfig_CompilerConfig) String ¶
func (x *MavenConfig_CompilerConfig) String() string
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) Descriptor
deprecated
func (*MavenConfig_CompilerJavaConfig) Descriptor() ([]byte, []int)
Deprecated: Use MavenConfig_CompilerJavaConfig.ProtoReflect.Descriptor instead.
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 (x *MavenConfig_CompilerJavaConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig_CompilerJavaConfig) Reset ¶
func (x *MavenConfig_CompilerJavaConfig) Reset()
func (*MavenConfig_CompilerJavaConfig) String ¶
func (x *MavenConfig_CompilerJavaConfig) String() string
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) Descriptor
deprecated
func (*MavenConfig_CompilerKotlinConfig) Descriptor() ([]byte, []int)
Deprecated: Use MavenConfig_CompilerKotlinConfig.ProtoReflect.Descriptor instead.
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 (x *MavenConfig_CompilerKotlinConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig_CompilerKotlinConfig) Reset ¶
func (x *MavenConfig_CompilerKotlinConfig) Reset()
func (*MavenConfig_CompilerKotlinConfig) String ¶
func (x *MavenConfig_CompilerKotlinConfig) String() string
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) Descriptor
deprecated
func (*MavenConfig_RuntimeConfig) Descriptor() ([]byte, []int)
Deprecated: Use MavenConfig_RuntimeConfig.ProtoReflect.Descriptor instead.
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 (x *MavenConfig_RuntimeConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig_RuntimeConfig) Reset ¶
func (x *MavenConfig_RuntimeConfig) Reset()
func (*MavenConfig_RuntimeConfig) String ¶
func (x *MavenConfig_RuntimeConfig) String() string
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) Descriptor
deprecated
func (*MavenConfig_RuntimeLibrary) Descriptor() ([]byte, []int)
Deprecated: Use MavenConfig_RuntimeLibrary.ProtoReflect.Descriptor instead.
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 (x *MavenConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*MavenConfig_RuntimeLibrary) Reset ¶
func (x *MavenConfig_RuntimeLibrary) Reset()
func (*MavenConfig_RuntimeLibrary) String ¶
func (x *MavenConfig_RuntimeLibrary) String() string
type Message ¶
type Message struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // nested_name includes the nested types for a given type definition. NestedName string `protobuf:"bytes,2,opt,name=nested_name,json=nestedName,proto3" json:"nested_name,omitempty"` // full_name includes the package name and nested types for a given type definition. FullName string `protobuf:"bytes,3,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` // 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) Descriptor
deprecated
func (*Message) GetComments ¶
func (*Message) GetFields ¶
func (x *Message) GetFields() []*MessageField
func (*Message) GetFilePath ¶
func (*Message) GetFullName ¶
func (*Message) GetImplicitlyDeprecated ¶
func (*Message) GetIsMapEntry ¶
func (*Message) GetLocation ¶
func (*Message) GetMessageExtensions ¶
func (*Message) GetMessageOptions
deprecated
func (x *Message) GetMessageOptions() *MessageOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Message) GetNestedName ¶
func (*Message) GetOptions ¶
func (x *Message) GetOptions() []*FieldLiteral
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type MessageField ¶
type MessageField struct { // Types that are assignable to MessageField: // // *MessageField_Field // *MessageField_Oneof MessageField isMessageField_MessageField `protobuf_oneof:"message_field"` // contains filtered or unexported fields }
MessageField can be either a single field or a oneof set of fields.
func (*MessageField) Descriptor
deprecated
func (*MessageField) Descriptor() ([]byte, []int)
Deprecated: Use MessageField.ProtoReflect.Descriptor instead.
func (*MessageField) GetField ¶
func (x *MessageField) GetField() *Field
func (*MessageField) GetMessageField ¶
func (m *MessageField) GetMessageField() isMessageField_MessageField
func (*MessageField) GetOneof ¶
func (x *MessageField) GetOneof() *Oneof
func (*MessageField) ProtoMessage ¶
func (*MessageField) ProtoMessage()
func (*MessageField) ProtoReflect ¶
func (x *MessageField) ProtoReflect() protoreflect.Message
func (*MessageField) Reset ¶
func (x *MessageField) Reset()
func (*MessageField) String ¶
func (x *MessageField) String() string
type MessageField_Field ¶
type MessageField_Field struct {
Field *Field `protobuf:"bytes,1,opt,name=field,proto3,oneof"`
}
type MessageField_Oneof ¶
type MessageField_Oneof struct {
Oneof *Oneof `protobuf:"bytes,2,opt,name=oneof,proto3,oneof"`
}
type MessageLiteral ¶
type MessageLiteral struct { // Map of field names to value. Extension field names will be in the form: // [fully.qualified.extension.Name]. Fields []*FieldLiteral `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
MessageLiteral represents an option value for a type that is a message.
func (*MessageLiteral) Descriptor
deprecated
func (*MessageLiteral) Descriptor() ([]byte, []int)
Deprecated: Use MessageLiteral.ProtoReflect.Descriptor instead.
func (*MessageLiteral) GetFields ¶
func (x *MessageLiteral) GetFields() []*FieldLiteral
func (*MessageLiteral) ProtoMessage ¶
func (*MessageLiteral) ProtoMessage()
func (*MessageLiteral) ProtoReflect ¶
func (x *MessageLiteral) ProtoReflect() protoreflect.Message
func (*MessageLiteral) Reset ¶
func (x *MessageLiteral) Reset()
func (*MessageLiteral) String ¶
func (x *MessageLiteral) String() string
type MessageOptions
deprecated
type MessageOptions struct { Deprecated bool `protobuf:"varint,1,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // contains filtered or unexported fields }
MessageOptions provides information for the documentation of options for a message.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*MessageOptions) Descriptor
deprecated
func (*MessageOptions) Descriptor() ([]byte, []int)
Deprecated: Use MessageOptions.ProtoReflect.Descriptor instead.
func (*MessageOptions) GetDeprecated ¶
func (x *MessageOptions) GetDeprecated() bool
func (*MessageOptions) ProtoMessage ¶
func (*MessageOptions) ProtoMessage()
func (*MessageOptions) ProtoReflect ¶
func (x *MessageOptions) ProtoReflect() protoreflect.Message
func (*MessageOptions) Reset ¶
func (x *MessageOptions) Reset()
func (*MessageOptions) String ¶
func (x *MessageOptions) String() string
type Method ¶
type Method struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // comments is derived from the leading comments of a given method. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string `protobuf:"bytes,2,opt,name=comments,proto3" json:"comments,omitempty"` Request *MethodRequestResponse `protobuf:"bytes,3,opt,name=request,proto3" json:"request,omitempty"` Response *MethodRequestResponse `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"` // 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"` // All options that are present on the method. This is a super-set of // method_options and uses a dynamic representation so it can also // accommodate custom options with arbitrary types. // This supersedes method_options. Options []*FieldLiteral `protobuf:"bytes,7,rep,name=options,proto3" json:"options,omitempty"` // Use options instead. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto. MethodOptions *MethodOptions `protobuf:"bytes,5,opt,name=method_options,json=methodOptions,proto3" json:"method_options,omitempty"` // contains filtered or unexported fields }
Method provides information for the documentation for a method of a given service.
func (*Method) Descriptor
deprecated
func (*Method) GetComments ¶
func (*Method) GetImplicitlyDeprecated ¶
func (*Method) GetMethodOptions
deprecated
func (x *Method) GetMethodOptions() *MethodOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Method) GetOptions ¶
func (x *Method) GetOptions() []*FieldLiteral
func (*Method) GetRequest ¶
func (x *Method) GetRequest() *MethodRequestResponse
func (*Method) GetResponse ¶
func (x *Method) GetResponse() *MethodRequestResponse
func (*Method) ProtoMessage ¶
func (*Method) ProtoMessage()
func (*Method) ProtoReflect ¶
func (x *Method) ProtoReflect() protoreflect.Message
type MethodOptions
deprecated
type MethodOptions struct { Deprecated bool `protobuf:"varint,1,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // idempotency_level holds a value of the enumeration `google.protobuf.MethodOptions.IdempotencyLevel. IdempotencyLevel int32 `protobuf:"varint,2,opt,name=idempotency_level,json=idempotencyLevel,proto3" json:"idempotency_level,omitempty"` // contains filtered or unexported fields }
MethodOptions provides information for the documentation of options for a method.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*MethodOptions) Descriptor
deprecated
func (*MethodOptions) Descriptor() ([]byte, []int)
Deprecated: Use MethodOptions.ProtoReflect.Descriptor instead.
func (*MethodOptions) GetDeprecated ¶
func (x *MethodOptions) GetDeprecated() bool
func (*MethodOptions) GetIdempotencyLevel ¶
func (x *MethodOptions) GetIdempotencyLevel() int32
func (*MethodOptions) ProtoMessage ¶
func (*MethodOptions) ProtoMessage()
func (*MethodOptions) ProtoReflect ¶
func (x *MethodOptions) ProtoReflect() protoreflect.Message
func (*MethodOptions) Reset ¶
func (x *MethodOptions) Reset()
func (*MethodOptions) String ¶
func (x *MethodOptions) String() string
type MethodRequestResponse ¶
type MethodRequestResponse struct { // nested_type is the nested name of the message of the request or response. This includes nested definitions. NestedType string `protobuf:"bytes,1,opt,name=nested_type,json=nestedType,proto3" json:"nested_type,omitempty"` // full_type is the fully qualified name of the message of the request or response. This includes package and nested definitions. FullType string `protobuf:"bytes,2,opt,name=full_type,json=fullType,proto3" json:"full_type,omitempty"` // boolean flag for whether the streaming label is set on an method request or response. Streaming bool `protobuf:"varint,3,opt,name=streaming,proto3" json:"streaming,omitempty"` Message *Message `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` // import_module_ref is included if the request or response is an imported type. // It contains all the metadata for the import. ImportModuleRef *ImportModuleRef `protobuf:"bytes,5,opt,name=import_module_ref,json=importModuleRef,proto3" json:"import_module_ref,omitempty"` // contains filtered or unexported fields }
MethodRequestResponse provides information for the documentation of a Method request or response message.
func (*MethodRequestResponse) Descriptor
deprecated
func (*MethodRequestResponse) Descriptor() ([]byte, []int)
Deprecated: Use MethodRequestResponse.ProtoReflect.Descriptor instead.
func (*MethodRequestResponse) GetFullType ¶
func (x *MethodRequestResponse) GetFullType() string
func (*MethodRequestResponse) GetImportModuleRef ¶
func (x *MethodRequestResponse) GetImportModuleRef() *ImportModuleRef
func (*MethodRequestResponse) GetMessage ¶
func (x *MethodRequestResponse) GetMessage() *Message
func (*MethodRequestResponse) GetNestedType ¶
func (x *MethodRequestResponse) GetNestedType() string
func (*MethodRequestResponse) GetStreaming ¶
func (x *MethodRequestResponse) GetStreaming() bool
func (*MethodRequestResponse) ProtoMessage ¶
func (*MethodRequestResponse) ProtoMessage()
func (*MethodRequestResponse) ProtoReflect ¶
func (x *MethodRequestResponse) ProtoReflect() protoreflect.Message
func (*MethodRequestResponse) Reset ¶
func (x *MethodRequestResponse) Reset()
func (*MethodRequestResponse) String ¶
func (x *MethodRequestResponse) String() string
type ModuleDocumentation ¶
type ModuleDocumentation struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // This is the string representation of the contents of the buf.md file for module-level documentation. // // The buf.md file is a part of the module. // string is used to enforce UTF-8 encoding or 7-bit ASCII text. Documentation string `protobuf:"bytes,3,opt,name=documentation,proto3" json:"documentation,omitempty"` // This is the string representation of the contents of the LICENSE file for module-level license. // // The LICENSE file is a part of the module. // string is used to enforce UTF-8 encoding or 7-bit ASCII text. License string `protobuf:"bytes,4,opt,name=license,proto3" json:"license,omitempty"` // documentation_path is the path of the file which contains the module documentation. // // either `buf.md`, `README.md` or `README.markdown`. // if empty, assumes buf.md. DocumentationPath string `protobuf:"bytes,5,opt,name=documentation_path,json=documentationPath,proto3" json:"documentation_path,omitempty"` // contains filtered or unexported fields }
ModuleDocumentation provides the name of the module and associated documentations.
func (*ModuleDocumentation) Descriptor
deprecated
func (*ModuleDocumentation) Descriptor() ([]byte, []int)
Deprecated: Use ModuleDocumentation.ProtoReflect.Descriptor instead.
func (*ModuleDocumentation) GetDocumentation ¶
func (x *ModuleDocumentation) GetDocumentation() string
func (*ModuleDocumentation) GetDocumentationPath ¶
func (x *ModuleDocumentation) GetDocumentationPath() string
func (*ModuleDocumentation) GetLicense ¶
func (x *ModuleDocumentation) GetLicense() string
func (*ModuleDocumentation) GetName ¶
func (x *ModuleDocumentation) GetName() string
func (*ModuleDocumentation) ProtoMessage ¶
func (*ModuleDocumentation) ProtoMessage()
func (*ModuleDocumentation) ProtoReflect ¶
func (x *ModuleDocumentation) ProtoReflect() protoreflect.Message
func (*ModuleDocumentation) Reset ¶
func (x *ModuleDocumentation) Reset()
func (*ModuleDocumentation) String ¶
func (x *ModuleDocumentation) String() string
type ModuleElementSearchResult ¶
type ModuleElementSearchResult 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"` PackageName string `protobuf:"bytes,6,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` SearchModuleElementType SearchModuleElementType `` /* 192-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ModuleElementSearchResult) Descriptor
deprecated
func (*ModuleElementSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use ModuleElementSearchResult.ProtoReflect.Descriptor instead.
func (*ModuleElementSearchResult) GetFullyQualifiedName ¶
func (x *ModuleElementSearchResult) GetFullyQualifiedName() string
func (*ModuleElementSearchResult) GetPackageName ¶
func (x *ModuleElementSearchResult) GetPackageName() string
func (*ModuleElementSearchResult) GetProtoFilePath ¶
func (x *ModuleElementSearchResult) GetProtoFilePath() string
func (*ModuleElementSearchResult) GetRepositoryId ¶
func (x *ModuleElementSearchResult) GetRepositoryId() string
func (*ModuleElementSearchResult) GetRepositoryName ¶
func (x *ModuleElementSearchResult) GetRepositoryName() string
func (*ModuleElementSearchResult) GetRepositoryOwner ¶
func (x *ModuleElementSearchResult) GetRepositoryOwner() string
func (*ModuleElementSearchResult) GetSearchModuleElementType ¶
func (x *ModuleElementSearchResult) GetSearchModuleElementType() SearchModuleElementType
func (*ModuleElementSearchResult) ProtoMessage ¶
func (*ModuleElementSearchResult) ProtoMessage()
func (*ModuleElementSearchResult) ProtoReflect ¶
func (x *ModuleElementSearchResult) ProtoReflect() protoreflect.Message
func (*ModuleElementSearchResult) Reset ¶
func (x *ModuleElementSearchResult) Reset()
func (*ModuleElementSearchResult) String ¶
func (x *ModuleElementSearchResult) String() string
type ModuleFileSearchResult ¶
type ModuleFileSearchResult 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"` // contains filtered or unexported fields }
func (*ModuleFileSearchResult) Descriptor
deprecated
func (*ModuleFileSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use ModuleFileSearchResult.ProtoReflect.Descriptor instead.
func (*ModuleFileSearchResult) GetProtoFilePath ¶
func (x *ModuleFileSearchResult) GetProtoFilePath() string
func (*ModuleFileSearchResult) GetRepositoryId ¶
func (x *ModuleFileSearchResult) GetRepositoryId() string
func (*ModuleFileSearchResult) GetRepositoryName ¶
func (x *ModuleFileSearchResult) GetRepositoryName() string
func (*ModuleFileSearchResult) GetRepositoryOwner ¶
func (x *ModuleFileSearchResult) GetRepositoryOwner() string
func (*ModuleFileSearchResult) ProtoMessage ¶
func (*ModuleFileSearchResult) ProtoMessage()
func (*ModuleFileSearchResult) ProtoReflect ¶
func (x *ModuleFileSearchResult) ProtoReflect() protoreflect.Message
func (*ModuleFileSearchResult) Reset ¶
func (x *ModuleFileSearchResult) Reset()
func (*ModuleFileSearchResult) String ¶
func (x *ModuleFileSearchResult) String() string
type ModulePackage ¶
type ModulePackage struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
ModulePackage provides the details about a module's associated package.
func (*ModulePackage) Descriptor
deprecated
func (*ModulePackage) Descriptor() ([]byte, []int)
Deprecated: Use ModulePackage.ProtoReflect.Descriptor instead.
func (*ModulePackage) GetDescription ¶
func (x *ModulePackage) GetDescription() string
func (*ModulePackage) GetName ¶
func (x *ModulePackage) GetName() string
func (*ModulePackage) ProtoMessage ¶
func (*ModulePackage) ProtoMessage()
func (*ModulePackage) ProtoReflect ¶
func (x *ModulePackage) ProtoReflect() protoreflect.Message
func (*ModulePackage) Reset ¶
func (x *ModulePackage) Reset()
func (*ModulePackage) String ¶
func (x *ModulePackage) String() string
type MonthlyUsage ¶
type MonthlyUsage struct { // The month, between 1 and 12. Month uint32 `protobuf:"varint,1,opt,name=month,proto3" json:"month,omitempty"` // The year, between 2020 and the current year. Year uint32 `protobuf:"varint,2,opt,name=year,proto3" json:"year,omitempty"` // The total amount of message types for the month and year. TotalMessageTypes uint32 `protobuf:"varint,3,opt,name=total_message_types,json=totalMessageTypes,proto3" json:"total_message_types,omitempty"` // The total amount of enum types for the month and year. TotalEnumTypes uint32 `protobuf:"varint,4,opt,name=total_enum_types,json=totalEnumTypes,proto3" json:"total_enum_types,omitempty"` // The total amount of method types for the month and year. TotalMethodTypes uint32 `protobuf:"varint,5,opt,name=total_method_types,json=totalMethodTypes,proto3" json:"total_method_types,omitempty"` // contains filtered or unexported fields }
MonthlyUsage contains the total amount of message, enum and services types for every organizations repositories within a single tenant BSR instance for a given month and year.
func (*MonthlyUsage) Descriptor
deprecated
func (*MonthlyUsage) Descriptor() ([]byte, []int)
Deprecated: Use MonthlyUsage.ProtoReflect.Descriptor instead.
func (*MonthlyUsage) GetMonth ¶
func (x *MonthlyUsage) GetMonth() uint32
func (*MonthlyUsage) GetTotalEnumTypes ¶
func (x *MonthlyUsage) GetTotalEnumTypes() uint32
func (*MonthlyUsage) GetTotalMessageTypes ¶
func (x *MonthlyUsage) GetTotalMessageTypes() uint32
func (*MonthlyUsage) GetTotalMethodTypes ¶
func (x *MonthlyUsage) GetTotalMethodTypes() uint32
func (*MonthlyUsage) GetYear ¶
func (x *MonthlyUsage) GetYear() uint32
func (*MonthlyUsage) ProtoMessage ¶
func (*MonthlyUsage) ProtoMessage()
func (*MonthlyUsage) ProtoReflect ¶
func (x *MonthlyUsage) ProtoReflect() protoreflect.Message
func (*MonthlyUsage) Reset ¶
func (x *MonthlyUsage) Reset()
func (*MonthlyUsage) String ¶
func (x *MonthlyUsage) String() string
type MoveLabelRequest ¶
type MoveLabelRequest struct { LabelName *LabelName `protobuf:"bytes,1,opt,name=label_name,json=labelName,proto3" json:"label_name,omitempty"` From *LabelValue `protobuf:"bytes,2,opt,name=from,proto3,oneof" json:"from,omitempty"` To *LabelValue `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"` // contains filtered or unexported fields }
func (*MoveLabelRequest) Descriptor
deprecated
func (*MoveLabelRequest) Descriptor() ([]byte, []int)
Deprecated: Use MoveLabelRequest.ProtoReflect.Descriptor instead.
func (*MoveLabelRequest) GetFrom ¶
func (x *MoveLabelRequest) GetFrom() *LabelValue
func (*MoveLabelRequest) GetLabelName ¶
func (x *MoveLabelRequest) GetLabelName() *LabelName
func (*MoveLabelRequest) GetTo ¶
func (x *MoveLabelRequest) GetTo() *LabelValue
func (*MoveLabelRequest) ProtoMessage ¶
func (*MoveLabelRequest) ProtoMessage()
func (*MoveLabelRequest) ProtoReflect ¶
func (x *MoveLabelRequest) ProtoReflect() protoreflect.Message
func (*MoveLabelRequest) Reset ¶
func (x *MoveLabelRequest) Reset()
func (*MoveLabelRequest) String ¶
func (x *MoveLabelRequest) String() string
type MoveLabelResponse ¶
type MoveLabelResponse struct {
// contains filtered or unexported fields
}
func (*MoveLabelResponse) Descriptor
deprecated
func (*MoveLabelResponse) Descriptor() ([]byte, []int)
Deprecated: Use MoveLabelResponse.ProtoReflect.Descriptor instead.
func (*MoveLabelResponse) ProtoMessage ¶
func (*MoveLabelResponse) ProtoMessage()
func (*MoveLabelResponse) ProtoReflect ¶
func (x *MoveLabelResponse) ProtoReflect() protoreflect.Message
func (*MoveLabelResponse) Reset ¶
func (x *MoveLabelResponse) Reset()
func (*MoveLabelResponse) String ¶
func (x *MoveLabelResponse) String() string
type NPMConfig ¶
type NPMConfig struct { // Optionally define the runtime libraries for the plugin. RuntimeLibraries []*NPMConfig_RuntimeLibrary `protobuf:"bytes,1,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"` // Optionally define a configuration for rewriting import paths, a feature mainly // used for remote code generation in the BSR npm registry, which makes it possible // to serve the output of a BSR module and a plugin in an individual package. // // All plugins based on @bufbuild/protoplugin support the option "rewrite_imports". // Setting this value, i.e. "connectweb.js" or "pb.js", informs the BSR npm registry // that the plugin supports import rewrites with the given import suffix. RewriteImportPathSuffix string `` /* 134-byte string literal not displayed */ // The import style used for the "type" field in the package.json file. // This exists to support legacy plugins that require "commonjs" support. ImportStyle NPMImportStyle `` /* 143-byte string literal not displayed */ // contains filtered or unexported fields }
NPMConfig is the configuration for a JavaScript NPM plugin.
func (*NPMConfig) Descriptor
deprecated
func (*NPMConfig) GetImportStyle ¶
func (x *NPMConfig) GetImportStyle() NPMImportStyle
func (*NPMConfig) GetRewriteImportPathSuffix ¶
func (*NPMConfig) GetRuntimeLibraries ¶
func (x *NPMConfig) GetRuntimeLibraries() []*NPMConfig_RuntimeLibrary
func (*NPMConfig) ProtoMessage ¶
func (*NPMConfig) ProtoMessage()
func (*NPMConfig) ProtoReflect ¶
func (x *NPMConfig) ProtoReflect() protoreflect.Message
type NPMConfig_RuntimeLibrary ¶
type NPMConfig_RuntimeLibrary struct { // The name of the runtime library package, i.e. "@grpc/grpc-js". Package string `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"` // The version of the runtime library, i.e. "^1.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 (*NPMConfig_RuntimeLibrary) Descriptor
deprecated
func (*NPMConfig_RuntimeLibrary) Descriptor() ([]byte, []int)
Deprecated: Use NPMConfig_RuntimeLibrary.ProtoReflect.Descriptor instead.
func (*NPMConfig_RuntimeLibrary) GetPackage ¶
func (x *NPMConfig_RuntimeLibrary) GetPackage() string
func (*NPMConfig_RuntimeLibrary) GetVersion ¶
func (x *NPMConfig_RuntimeLibrary) GetVersion() string
func (*NPMConfig_RuntimeLibrary) ProtoMessage ¶
func (*NPMConfig_RuntimeLibrary) ProtoMessage()
func (*NPMConfig_RuntimeLibrary) ProtoReflect ¶
func (x *NPMConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*NPMConfig_RuntimeLibrary) Reset ¶
func (x *NPMConfig_RuntimeLibrary) Reset()
func (*NPMConfig_RuntimeLibrary) String ¶
func (x *NPMConfig_RuntimeLibrary) String() string
type NPMImportStyle ¶
type NPMImportStyle int32
NPMImportStyle is used to specify the import style the plugin supports.
const ( NPMImportStyle_NPM_IMPORT_STYLE_UNSPECIFIED NPMImportStyle = 0 NPMImportStyle_NPM_IMPORT_STYLE_MODULE NPMImportStyle = 1 NPMImportStyle_NPM_IMPORT_STYLE_COMMONJS NPMImportStyle = 2 )
func (NPMImportStyle) Descriptor ¶
func (NPMImportStyle) Descriptor() protoreflect.EnumDescriptor
func (NPMImportStyle) Enum ¶
func (x NPMImportStyle) Enum() *NPMImportStyle
func (NPMImportStyle) EnumDescriptor
deprecated
func (NPMImportStyle) EnumDescriptor() ([]byte, []int)
Deprecated: Use NPMImportStyle.Descriptor instead.
func (NPMImportStyle) Number ¶
func (x NPMImportStyle) Number() protoreflect.EnumNumber
func (NPMImportStyle) String ¶
func (x NPMImportStyle) String() string
func (NPMImportStyle) Type ¶
func (NPMImportStyle) Type() protoreflect.EnumType
type Oneof ¶
type Oneof struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Fields []*Field `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"` // All options that are present on the OneOf. // This is a dynamic representation so it can also // accommodate custom options with arbitrary types. Options []*FieldLiteral `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
Oneof represents a oneof set of fields.
func (*Oneof) Descriptor
deprecated
func (*Oneof) GetOptions ¶
func (x *Oneof) GetOptions() []*FieldLiteral
func (*Oneof) ProtoMessage ¶
func (*Oneof) ProtoMessage()
func (*Oneof) ProtoReflect ¶
func (x *Oneof) ProtoReflect() protoreflect.Message
type OrderBy ¶
type OrderBy int32
func (OrderBy) Descriptor ¶
func (OrderBy) Descriptor() protoreflect.EnumDescriptor
func (OrderBy) EnumDescriptor
deprecated
func (OrderBy) Number ¶
func (x OrderBy) Number() protoreflect.EnumNumber
func (OrderBy) Type ¶
func (OrderBy) Type() protoreflect.EnumType
type Organization ¶
type Organization struct { // primary key, unique, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // mutable UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // unique, mutable Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // description is the user configurable description of the organization. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // url is the user configurable URL in the description of the organization, // always included the scheme and will not have a #fragment suffix. Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` // verification status of the organization, configurable by server admin. VerificationStatus VerificationStatus `` /* 168-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetCreateTime ¶
func (x *Organization) GetCreateTime() *timestamppb.Timestamp
func (*Organization) GetDescription ¶
func (x *Organization) GetDescription() string
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetUpdateTime ¶
func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
func (*Organization) GetUrl ¶
func (x *Organization) GetUrl() string
func (*Organization) GetVerificationStatus ¶
func (x *Organization) GetVerificationStatus() VerificationStatus
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) String ¶
func (x *Organization) String() string
type OrganizationMembership ¶
type OrganizationMembership struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` OrganizationRole OrganizationRole `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
OrganizationMembership is a nested structure that contains the organization and user membership information on that organization.
func (*OrganizationMembership) Descriptor
deprecated
func (*OrganizationMembership) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationMembership.ProtoReflect.Descriptor instead.
func (*OrganizationMembership) GetOrganization ¶
func (x *OrganizationMembership) GetOrganization() *Organization
func (*OrganizationMembership) GetOrganizationRole ¶
func (x *OrganizationMembership) GetOrganizationRole() OrganizationRole
func (*OrganizationMembership) ProtoMessage ¶
func (*OrganizationMembership) ProtoMessage()
func (*OrganizationMembership) ProtoReflect ¶
func (x *OrganizationMembership) ProtoReflect() protoreflect.Message
func (*OrganizationMembership) Reset ¶
func (x *OrganizationMembership) Reset()
func (*OrganizationMembership) String ¶
func (x *OrganizationMembership) String() string
type OrganizationRole ¶
type OrganizationRole int32
The roles that users can have in a Organization.
const ( OrganizationRole_ORGANIZATION_ROLE_UNSPECIFIED OrganizationRole = 0 OrganizationRole_ORGANIZATION_ROLE_OWNER OrganizationRole = 1 OrganizationRole_ORGANIZATION_ROLE_ADMIN OrganizationRole = 2 OrganizationRole_ORGANIZATION_ROLE_MEMBER OrganizationRole = 3 OrganizationRole_ORGANIZATION_ROLE_MACHINE OrganizationRole = 4 )
func (OrganizationRole) Descriptor ¶
func (OrganizationRole) Descriptor() protoreflect.EnumDescriptor
func (OrganizationRole) Enum ¶
func (x OrganizationRole) Enum() *OrganizationRole
func (OrganizationRole) EnumDescriptor
deprecated
func (OrganizationRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrganizationRole.Descriptor instead.
func (OrganizationRole) Number ¶
func (x OrganizationRole) Number() protoreflect.EnumNumber
func (OrganizationRole) String ¶
func (x OrganizationRole) String() string
func (OrganizationRole) Type ¶
func (OrganizationRole) Type() protoreflect.EnumType
type OrganizationRoleSource ¶
type OrganizationRoleSource int32
The source of a user's role in an Organization.
const ( OrganizationRoleSource_ORGANIZATION_ROLE_SOURCE_UNSPECIFIED OrganizationRoleSource = 0 OrganizationRoleSource_ORGANIZATION_ROLE_SOURCE_DIRECT OrganizationRoleSource = 1 OrganizationRoleSource_ORGANIZATION_ROLE_SOURCE_JIT OrganizationRoleSource = 2 OrganizationRoleSource_ORGANIZATION_ROLE_SOURCE_IDP_GROUP OrganizationRoleSource = 3 )
func (OrganizationRoleSource) Descriptor ¶
func (OrganizationRoleSource) Descriptor() protoreflect.EnumDescriptor
func (OrganizationRoleSource) Enum ¶
func (x OrganizationRoleSource) Enum() *OrganizationRoleSource
func (OrganizationRoleSource) EnumDescriptor
deprecated
func (OrganizationRoleSource) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrganizationRoleSource.Descriptor instead.
func (OrganizationRoleSource) Number ¶
func (x OrganizationRoleSource) Number() protoreflect.EnumNumber
func (OrganizationRoleSource) String ¶
func (x OrganizationRoleSource) String() string
func (OrganizationRoleSource) Type ¶
func (OrganizationRoleSource) Type() protoreflect.EnumType
type OrganizationSearchResult ¶
type OrganizationSearchResult struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*OrganizationSearchResult) Descriptor
deprecated
func (*OrganizationSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationSearchResult.ProtoReflect.Descriptor instead.
func (*OrganizationSearchResult) GetId ¶
func (x *OrganizationSearchResult) GetId() string
func (*OrganizationSearchResult) GetName ¶
func (x *OrganizationSearchResult) GetName() string
func (*OrganizationSearchResult) ProtoMessage ¶
func (*OrganizationSearchResult) ProtoMessage()
func (*OrganizationSearchResult) ProtoReflect ¶
func (x *OrganizationSearchResult) ProtoReflect() protoreflect.Message
func (*OrganizationSearchResult) Reset ¶
func (x *OrganizationSearchResult) Reset()
func (*OrganizationSearchResult) String ¶
func (x *OrganizationSearchResult) String() string
type OrganizationUser ¶
type OrganizationUser struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // The ID of the organization for which the role belongs to. OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // The role that the user has in the organization above. OrganizationRole OrganizationRole `` /* 160-byte string literal not displayed */ // The source of the user's role in the organization above. OrganizationRoleSource OrganizationRoleSource `` /* 186-byte string literal not displayed */ // contains filtered or unexported fields }
TODO: #663 move this to organization service
func (*OrganizationUser) Descriptor
deprecated
func (*OrganizationUser) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationUser.ProtoReflect.Descriptor instead.
func (*OrganizationUser) GetOrganizationId ¶
func (x *OrganizationUser) GetOrganizationId() string
func (*OrganizationUser) GetOrganizationRole ¶
func (x *OrganizationUser) GetOrganizationRole() OrganizationRole
func (*OrganizationUser) GetOrganizationRoleSource ¶
func (x *OrganizationUser) GetOrganizationRoleSource() OrganizationRoleSource
func (*OrganizationUser) GetUser ¶
func (x *OrganizationUser) GetUser() *User
func (*OrganizationUser) ProtoMessage ¶
func (*OrganizationUser) ProtoMessage()
func (*OrganizationUser) ProtoReflect ¶
func (x *OrganizationUser) ProtoReflect() protoreflect.Message
func (*OrganizationUser) Reset ¶
func (x *OrganizationUser) Reset()
func (*OrganizationUser) String ¶
func (x *OrganizationUser) String() string
type Owner ¶
type Owner struct { // Types that are assignable to Owner: // // *Owner_User // *Owner_Organization Owner isOwner_Owner `protobuf_oneof:"owner"` // contains filtered or unexported fields }
func (*Owner) Descriptor
deprecated
func (*Owner) GetOrganization ¶
func (x *Owner) GetOrganization() *Organization
func (*Owner) ProtoMessage ¶
func (*Owner) ProtoMessage()
func (*Owner) ProtoReflect ¶
func (x *Owner) ProtoReflect() protoreflect.Message
type Owner_Organization ¶
type Owner_Organization struct { // The requested owner is a `Organization`. Organization *Organization `protobuf:"bytes,2,opt,name=organization,proto3,oneof"` }
type Owner_User ¶
type Owner_User struct { // The requested owner is a `User`. User *User `protobuf:"bytes,1,opt,name=user,proto3,oneof"` }
type PackageDocumentation ¶
type PackageDocumentation struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // comments contains the package-level comment documentation. // There is currently no convention for this. // // This is derived from the leading comments at the top level of the package. // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string `protobuf:"bytes,2,opt,name=comments,proto3" json:"comments,omitempty"` // services contains all the services defined in the package in alphabetical order. Services []*Service `protobuf:"bytes,3,rep,name=services,proto3" json:"services,omitempty"` // enums contains all the enums defined in the package in alphabetical order. Enums []*Enum `protobuf:"bytes,4,rep,name=enums,proto3" json:"enums,omitempty"` // messages contains all the messages defined in the package in alphabetical order. Messages []*Message `protobuf:"bytes,5,rep,name=messages,proto3" json:"messages,omitempty"` // extensions contains all the file level extensions in the package in alphabetical order. FileExtensions []*FileExtension `protobuf:"bytes,6,rep,name=file_extensions,json=fileExtensions,proto3" json:"file_extensions,omitempty"` // contains filtered or unexported fields }
PackageDocumentation provides the name, description, and top level types defined in the package.
func (*PackageDocumentation) Descriptor
deprecated
func (*PackageDocumentation) Descriptor() ([]byte, []int)
Deprecated: Use PackageDocumentation.ProtoReflect.Descriptor instead.
func (*PackageDocumentation) GetComments ¶
func (x *PackageDocumentation) GetComments() string
func (*PackageDocumentation) GetEnums ¶
func (x *PackageDocumentation) GetEnums() []*Enum
func (*PackageDocumentation) GetFileExtensions ¶
func (x *PackageDocumentation) GetFileExtensions() []*FileExtension
func (*PackageDocumentation) GetMessages ¶
func (x *PackageDocumentation) GetMessages() []*Message
func (*PackageDocumentation) GetName ¶
func (x *PackageDocumentation) GetName() string
func (*PackageDocumentation) GetServices ¶
func (x *PackageDocumentation) GetServices() []*Service
func (*PackageDocumentation) ProtoMessage ¶
func (*PackageDocumentation) ProtoMessage()
func (*PackageDocumentation) ProtoReflect ¶
func (x *PackageDocumentation) ProtoReflect() protoreflect.Message
func (*PackageDocumentation) Reset ¶
func (x *PackageDocumentation) Reset()
func (*PackageDocumentation) String ¶
func (x *PackageDocumentation) String() string
type PluginGenerationRequest ¶
type PluginGenerationRequest struct { // The plugin to execute. PluginReference *CuratedPluginReference `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"` // The options to pass to the plugin. These will // be merged into a single, comma-separated string. Options []string `protobuf:"bytes,2,rep,name=options,proto3" json:"options,omitempty"` // Include imports from the Image in generation. IncludeImports *bool `protobuf:"varint,3,opt,name=include_imports,json=includeImports,proto3,oneof" 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. IncludeWellKnownTypes *bool `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
Request for performing code generation using the specified plugin.
func (*PluginGenerationRequest) Descriptor
deprecated
func (*PluginGenerationRequest) Descriptor() ([]byte, []int)
Deprecated: Use PluginGenerationRequest.ProtoReflect.Descriptor instead.
func (*PluginGenerationRequest) GetIncludeImports ¶
func (x *PluginGenerationRequest) GetIncludeImports() bool
func (*PluginGenerationRequest) GetIncludeWellKnownTypes ¶
func (x *PluginGenerationRequest) GetIncludeWellKnownTypes() bool
func (*PluginGenerationRequest) GetOptions ¶
func (x *PluginGenerationRequest) GetOptions() []string
func (*PluginGenerationRequest) GetPluginReference ¶
func (x *PluginGenerationRequest) GetPluginReference() *CuratedPluginReference
func (*PluginGenerationRequest) ProtoMessage ¶
func (*PluginGenerationRequest) ProtoMessage()
func (*PluginGenerationRequest) ProtoReflect ¶
func (x *PluginGenerationRequest) ProtoReflect() protoreflect.Message
func (*PluginGenerationRequest) Reset ¶
func (x *PluginGenerationRequest) Reset()
func (*PluginGenerationRequest) String ¶
func (x *PluginGenerationRequest) String() string
type PluginGenerationResponse ¶
type PluginGenerationResponse struct { // Generated code from the plugin. Response *pluginpb.CodeGeneratorResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` // contains filtered or unexported fields }
Response from code generation for a given plugin.
func (*PluginGenerationResponse) Descriptor
deprecated
func (*PluginGenerationResponse) Descriptor() ([]byte, []int)
Deprecated: Use PluginGenerationResponse.ProtoReflect.Descriptor instead.
func (*PluginGenerationResponse) GetResponse ¶
func (x *PluginGenerationResponse) GetResponse() *pluginpb.CodeGeneratorResponse
func (*PluginGenerationResponse) ProtoMessage ¶
func (*PluginGenerationResponse) ProtoMessage()
func (*PluginGenerationResponse) ProtoReflect ¶
func (x *PluginGenerationResponse) ProtoReflect() protoreflect.Message
func (*PluginGenerationResponse) Reset ¶
func (x *PluginGenerationResponse) Reset()
func (*PluginGenerationResponse) String ¶
func (x *PluginGenerationResponse) String() string
type PluginLanguage ¶
type PluginLanguage int32
PluginLanguage is used to specify the output languages a plugin supports.
const ( PluginLanguage_PLUGIN_LANGUAGE_UNSPECIFIED PluginLanguage = 0 PluginLanguage_PLUGIN_LANGUAGE_GO PluginLanguage = 1 PluginLanguage_PLUGIN_LANGUAGE_JAVASCRIPT PluginLanguage = 2 PluginLanguage_PLUGIN_LANGUAGE_TYPESCRIPT PluginLanguage = 3 PluginLanguage_PLUGIN_LANGUAGE_SWIFT PluginLanguage = 4 PluginLanguage_PLUGIN_LANGUAGE_CPP PluginLanguage = 5 PluginLanguage_PLUGIN_LANGUAGE_JAVA PluginLanguage = 6 PluginLanguage_PLUGIN_LANGUAGE_DART PluginLanguage = 7 PluginLanguage_PLUGIN_LANGUAGE_RUST PluginLanguage = 8 PluginLanguage_PLUGIN_LANGUAGE_PYTHON PluginLanguage = 9 PluginLanguage_PLUGIN_LANGUAGE_RUBY PluginLanguage = 10 PluginLanguage_PLUGIN_LANGUAGE_KOTLIN PluginLanguage = 11 PluginLanguage_PLUGIN_LANGUAGE_OBJECTIVE_C PluginLanguage = 12 PluginLanguage_PLUGIN_LANGUAGE_PHP PluginLanguage = 13 PluginLanguage_PLUGIN_LANGUAGE_CSHARP PluginLanguage = 14 PluginLanguage_PLUGIN_LANGUAGE_SCALA PluginLanguage = 15 PluginLanguage_PLUGIN_LANGUAGE_C PluginLanguage = 16 )
func (PluginLanguage) Descriptor ¶
func (PluginLanguage) Descriptor() protoreflect.EnumDescriptor
func (PluginLanguage) Enum ¶
func (x PluginLanguage) Enum() *PluginLanguage
func (PluginLanguage) EnumDescriptor
deprecated
func (PluginLanguage) EnumDescriptor() ([]byte, []int)
Deprecated: Use PluginLanguage.Descriptor instead.
func (PluginLanguage) Number ¶
func (x PluginLanguage) Number() protoreflect.EnumNumber
func (PluginLanguage) String ¶
func (x PluginLanguage) String() string
func (PluginLanguage) Type ¶
func (PluginLanguage) Type() protoreflect.EnumType
type PluginRegistryType ¶
type PluginRegistryType int32
The supported plugin registries for curated plugins.
const ( PluginRegistryType_PLUGIN_REGISTRY_TYPE_UNSPECIFIED PluginRegistryType = 0 PluginRegistryType_PLUGIN_REGISTRY_TYPE_GO PluginRegistryType = 1 PluginRegistryType_PLUGIN_REGISTRY_TYPE_NPM PluginRegistryType = 2 PluginRegistryType_PLUGIN_REGISTRY_TYPE_MAVEN PluginRegistryType = 3 PluginRegistryType_PLUGIN_REGISTRY_TYPE_SWIFT PluginRegistryType = 4 PluginRegistryType_PLUGIN_REGISTRY_TYPE_PYTHON PluginRegistryType = 5 )
func (PluginRegistryType) Descriptor ¶
func (PluginRegistryType) Descriptor() protoreflect.EnumDescriptor
func (PluginRegistryType) Enum ¶
func (x PluginRegistryType) Enum() *PluginRegistryType
func (PluginRegistryType) EnumDescriptor
deprecated
func (PluginRegistryType) EnumDescriptor() ([]byte, []int)
Deprecated: Use PluginRegistryType.Descriptor instead.
func (PluginRegistryType) Number ¶
func (x PluginRegistryType) Number() protoreflect.EnumNumber
func (PluginRegistryType) String ¶
func (x PluginRegistryType) String() string
func (PluginRegistryType) Type ¶
func (PluginRegistryType) Type() protoreflect.EnumType
type PushManifestAndBlobsRequest ¶
type PushManifestAndBlobsRequest 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"` // Manifest with all the module files being pushed. // 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 current supported digest type is 'shake256'. The shake256 digest consists of 64 bytes of lowercase hex // encoded output of SHAKE256. See buf.alpha.module.v1alpha1.Digest for more details. Manifest *v1alpha1.Blob `protobuf:"bytes,3,opt,name=manifest,proto3" json:"manifest,omitempty"` // Referenced blobs in the manifest. Keep in mind there is not necessarily one // blob per file, but one blob per digest, so for files with exactly the same // content, you can send just one blob. Blobs []*v1alpha1.Blob `protobuf:"bytes,4,rep,name=blobs,proto3" json:"blobs,omitempty"` // Optional; if provided, the provided tags // are created for the pushed commit. Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"` // If non-empty, the push creates a draft commit with this name. DraftName string `protobuf:"bytes,6,opt,name=draft_name,json=draftName,proto3" json:"draft_name,omitempty"` // contains filtered or unexported fields }
PushManifestAndBlobsRequest holds the module to push in the manifest+blobs encoding format.
func (*PushManifestAndBlobsRequest) Descriptor
deprecated
func (*PushManifestAndBlobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PushManifestAndBlobsRequest.ProtoReflect.Descriptor instead.
func (*PushManifestAndBlobsRequest) GetBlobs ¶
func (x *PushManifestAndBlobsRequest) GetBlobs() []*v1alpha1.Blob
func (*PushManifestAndBlobsRequest) GetDraftName ¶
func (x *PushManifestAndBlobsRequest) GetDraftName() string
func (*PushManifestAndBlobsRequest) GetManifest ¶
func (x *PushManifestAndBlobsRequest) GetManifest() *v1alpha1.Blob
func (*PushManifestAndBlobsRequest) GetOwner ¶
func (x *PushManifestAndBlobsRequest) GetOwner() string
func (*PushManifestAndBlobsRequest) GetRepository ¶
func (x *PushManifestAndBlobsRequest) GetRepository() string
func (*PushManifestAndBlobsRequest) GetTags ¶
func (x *PushManifestAndBlobsRequest) GetTags() []string
func (*PushManifestAndBlobsRequest) ProtoMessage ¶
func (*PushManifestAndBlobsRequest) ProtoMessage()
func (*PushManifestAndBlobsRequest) ProtoReflect ¶
func (x *PushManifestAndBlobsRequest) ProtoReflect() protoreflect.Message
func (*PushManifestAndBlobsRequest) Reset ¶
func (x *PushManifestAndBlobsRequest) Reset()
func (*PushManifestAndBlobsRequest) String ¶
func (x *PushManifestAndBlobsRequest) String() string
type PushManifestAndBlobsResponse ¶
type PushManifestAndBlobsResponse struct { LocalModulePin *LocalModulePin `protobuf:"bytes,1,opt,name=local_module_pin,json=localModulePin,proto3" json:"local_module_pin,omitempty"` // contains filtered or unexported fields }
PushManifestAndBlobsResponse is the pushed module pin, local to the used remote.
func (*PushManifestAndBlobsResponse) Descriptor
deprecated
func (*PushManifestAndBlobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PushManifestAndBlobsResponse.ProtoReflect.Descriptor instead.
func (*PushManifestAndBlobsResponse) GetLocalModulePin ¶
func (x *PushManifestAndBlobsResponse) GetLocalModulePin() *LocalModulePin
func (*PushManifestAndBlobsResponse) ProtoMessage ¶
func (*PushManifestAndBlobsResponse) ProtoMessage()
func (*PushManifestAndBlobsResponse) ProtoReflect ¶
func (x *PushManifestAndBlobsResponse) ProtoReflect() protoreflect.Message
func (*PushManifestAndBlobsResponse) Reset ¶
func (x *PushManifestAndBlobsResponse) Reset()
func (*PushManifestAndBlobsResponse) String ¶
func (x *PushManifestAndBlobsResponse) String() string
type PushRequest ¶
type PushRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto. Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` Module *v1alpha1.Module `protobuf:"bytes,4,opt,name=module,proto3" json:"module,omitempty"` // Optional; if provided, the provided tags // are created for the pushed commit. Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"` // Optional; if provided, the pushed commit // will be appended to these tracks. If the // tracks do not exist, they will be created. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto. Tracks []string `protobuf:"bytes,6,rep,name=tracks,proto3" json:"tracks,omitempty"` // If non-empty, the push creates a draft commit with this name. DraftName string `protobuf:"bytes,7,opt,name=draft_name,json=draftName,proto3" json:"draft_name,omitempty"` // contains filtered or unexported fields }
PushRequest specifies the module to push to the BSR.
func (*PushRequest) Descriptor
deprecated
func (*PushRequest) Descriptor() ([]byte, []int)
Deprecated: Use PushRequest.ProtoReflect.Descriptor instead.
func (*PushRequest) GetBranch
deprecated
func (x *PushRequest) GetBranch() string
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto.
func (*PushRequest) GetDraftName ¶
func (x *PushRequest) GetDraftName() string
func (*PushRequest) GetModule ¶
func (x *PushRequest) GetModule() *v1alpha1.Module
func (*PushRequest) GetOwner ¶
func (x *PushRequest) GetOwner() string
func (*PushRequest) GetRepository ¶
func (x *PushRequest) GetRepository() string
func (*PushRequest) GetTags ¶
func (x *PushRequest) GetTags() []string
func (*PushRequest) GetTracks
deprecated
func (x *PushRequest) GetTracks() []string
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto.
func (*PushRequest) ProtoMessage ¶
func (*PushRequest) ProtoMessage()
func (*PushRequest) ProtoReflect ¶
func (x *PushRequest) ProtoReflect() protoreflect.Message
func (*PushRequest) Reset ¶
func (x *PushRequest) Reset()
func (*PushRequest) String ¶
func (x *PushRequest) String() string
type PushResponse ¶
type PushResponse struct { LocalModulePin *LocalModulePin `protobuf:"bytes,5,opt,name=local_module_pin,json=localModulePin,proto3" json:"local_module_pin,omitempty"` // contains filtered or unexported fields }
PushResponse is the pushed module pin, local to the used remote.
func (*PushResponse) Descriptor
deprecated
func (*PushResponse) Descriptor() ([]byte, []int)
Deprecated: Use PushResponse.ProtoReflect.Descriptor instead.
func (*PushResponse) GetLocalModulePin ¶
func (x *PushResponse) GetLocalModulePin() *LocalModulePin
func (*PushResponse) ProtoMessage ¶
func (*PushResponse) ProtoMessage()
func (*PushResponse) ProtoReflect ¶
func (x *PushResponse) ProtoReflect() protoreflect.Message
func (*PushResponse) Reset ¶
func (x *PushResponse) Reset()
func (*PushResponse) String ¶
func (x *PushResponse) String() string
type PythonConfig ¶
type PythonConfig struct { RuntimeLibraries []*PythonConfig_RuntimeLibrary `protobuf:"bytes,1,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"` // requires_python is a PEP 440 Version Specifier that specifies the value of // the `Requires-Python` field in a metadata file. // // Ref: // - https://packaging.python.org/en/latest/specifications/core-metadata/#requires-python // - https://peps.python.org/pep-0440/ RequiresPython string `protobuf:"bytes,2,opt,name=requires_python,json=requiresPython,proto3" json:"requires_python,omitempty"` // package_type is the PythonPackageType that this plugin generates. PackageType PythonPackageType `` /* 146-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PythonConfig) Descriptor
deprecated
func (*PythonConfig) Descriptor() ([]byte, []int)
Deprecated: Use PythonConfig.ProtoReflect.Descriptor instead.
func (*PythonConfig) GetPackageType ¶
func (x *PythonConfig) GetPackageType() PythonPackageType
func (*PythonConfig) GetRequiresPython ¶
func (x *PythonConfig) GetRequiresPython() string
func (*PythonConfig) GetRuntimeLibraries ¶
func (x *PythonConfig) GetRuntimeLibraries() []*PythonConfig_RuntimeLibrary
func (*PythonConfig) ProtoMessage ¶
func (*PythonConfig) ProtoMessage()
func (*PythonConfig) ProtoReflect ¶
func (x *PythonConfig) ProtoReflect() protoreflect.Message
func (*PythonConfig) Reset ¶
func (x *PythonConfig) Reset()
func (*PythonConfig) String ¶
func (x *PythonConfig) String() string
type PythonConfig_RuntimeLibrary ¶
type PythonConfig_RuntimeLibrary struct { // dependency_specification is a PEP 508 Dependency Specification. // Ref: https://peps.python.org/pep-0508/ DependencySpecification string `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PythonConfig_RuntimeLibrary) Descriptor
deprecated
func (*PythonConfig_RuntimeLibrary) Descriptor() ([]byte, []int)
Deprecated: Use PythonConfig_RuntimeLibrary.ProtoReflect.Descriptor instead.
func (*PythonConfig_RuntimeLibrary) GetDependencySpecification ¶
func (x *PythonConfig_RuntimeLibrary) GetDependencySpecification() string
func (*PythonConfig_RuntimeLibrary) ProtoMessage ¶
func (*PythonConfig_RuntimeLibrary) ProtoMessage()
func (*PythonConfig_RuntimeLibrary) ProtoReflect ¶
func (x *PythonConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*PythonConfig_RuntimeLibrary) Reset ¶
func (x *PythonConfig_RuntimeLibrary) Reset()
func (*PythonConfig_RuntimeLibrary) String ¶
func (x *PythonConfig_RuntimeLibrary) String() string
type PythonPackageType ¶
type PythonPackageType int32
PythonPackageType is used to specify the package type for a Python Generated SDK.
const ( PythonPackageType_PYTHON_PACKAGE_TYPE_UNSPECIFIED PythonPackageType = 0 // Regular Python package, containing Python runtime code (`.py` files). PythonPackageType_PYTHON_PACKAGE_TYPE_RUNTIME PythonPackageType = 1 // Stub-only package, containing only `.pyi` files. // Ref: https://peps.python.org/pep-0561/#stub-only-packages PythonPackageType_PYTHON_PACKAGE_TYPE_STUB_ONLY PythonPackageType = 2 )
func (PythonPackageType) Descriptor ¶
func (PythonPackageType) Descriptor() protoreflect.EnumDescriptor
func (PythonPackageType) Enum ¶
func (x PythonPackageType) Enum() *PythonPackageType
func (PythonPackageType) EnumDescriptor
deprecated
func (PythonPackageType) EnumDescriptor() ([]byte, []int)
Deprecated: Use PythonPackageType.Descriptor instead.
func (PythonPackageType) Number ¶
func (x PythonPackageType) Number() protoreflect.EnumNumber
func (PythonPackageType) String ¶
func (x PythonPackageType) String() string
func (PythonPackageType) Type ¶
func (PythonPackageType) Type() protoreflect.EnumType
type RecommendedRepositoriesRequest ¶
type RecommendedRepositoriesRequest struct {
// contains filtered or unexported fields
}
func (*RecommendedRepositoriesRequest) Descriptor
deprecated
func (*RecommendedRepositoriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use RecommendedRepositoriesRequest.ProtoReflect.Descriptor instead.
func (*RecommendedRepositoriesRequest) ProtoMessage ¶
func (*RecommendedRepositoriesRequest) ProtoMessage()
func (*RecommendedRepositoriesRequest) ProtoReflect ¶
func (x *RecommendedRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*RecommendedRepositoriesRequest) Reset ¶
func (x *RecommendedRepositoriesRequest) Reset()
func (*RecommendedRepositoriesRequest) String ¶
func (x *RecommendedRepositoriesRequest) String() string
type RecommendedRepositoriesResponse ¶
type RecommendedRepositoriesResponse struct { Repositories []*RecommendedRepository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // contains filtered or unexported fields }
func (*RecommendedRepositoriesResponse) Descriptor
deprecated
func (*RecommendedRepositoriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use RecommendedRepositoriesResponse.ProtoReflect.Descriptor instead.
func (*RecommendedRepositoriesResponse) GetRepositories ¶
func (x *RecommendedRepositoriesResponse) GetRepositories() []*RecommendedRepository
func (*RecommendedRepositoriesResponse) ProtoMessage ¶
func (*RecommendedRepositoriesResponse) ProtoMessage()
func (*RecommendedRepositoriesResponse) ProtoReflect ¶
func (x *RecommendedRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*RecommendedRepositoriesResponse) Reset ¶
func (x *RecommendedRepositoriesResponse) Reset()
func (*RecommendedRepositoriesResponse) String ¶
func (x *RecommendedRepositoriesResponse) String() string
type RecommendedRepository ¶
type RecommendedRepository struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` RepositoryId string `protobuf:"bytes,5,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // contains filtered or unexported fields }
RecommendedRepository is the information about a repository needed to link to its owner page.
func (*RecommendedRepository) Descriptor
deprecated
func (*RecommendedRepository) Descriptor() ([]byte, []int)
Deprecated: Use RecommendedRepository.ProtoReflect.Descriptor instead.
func (*RecommendedRepository) GetCreateTime ¶
func (x *RecommendedRepository) GetCreateTime() *timestamppb.Timestamp
func (*RecommendedRepository) GetDescription ¶
func (x *RecommendedRepository) GetDescription() string
func (*RecommendedRepository) GetName ¶
func (x *RecommendedRepository) GetName() string
func (*RecommendedRepository) GetOwner ¶
func (x *RecommendedRepository) GetOwner() string
func (*RecommendedRepository) GetRepositoryId ¶
func (x *RecommendedRepository) GetRepositoryId() string
func (*RecommendedRepository) ProtoMessage ¶
func (*RecommendedRepository) ProtoMessage()
func (*RecommendedRepository) ProtoReflect ¶
func (x *RecommendedRepository) ProtoReflect() protoreflect.Message
func (*RecommendedRepository) Reset ¶
func (x *RecommendedRepository) Reset()
func (*RecommendedRepository) String ¶
func (x *RecommendedRepository) String() string
type Reference ¶
type Reference struct { // Types that are assignable to Reference: // // *Reference_Branch // *Reference_Tag // *Reference_Commit // *Reference_Main // *Reference_Draft // *Reference_VcsCommit Reference isReference_Reference `protobuf_oneof:"reference"` // contains filtered or unexported fields }
func (*Reference) Descriptor
deprecated
func (*Reference) GetBranch ¶
func (x *Reference) GetBranch() *RepositoryBranch
func (*Reference) GetCommit ¶
func (x *Reference) GetCommit() *RepositoryCommit
func (*Reference) GetDraft ¶
func (x *Reference) GetDraft() *RepositoryDraft
func (*Reference) GetMain ¶
func (x *Reference) GetMain() *RepositoryMainReference
func (*Reference) GetReference ¶
func (m *Reference) GetReference() isReference_Reference
func (*Reference) GetTag ¶
func (x *Reference) GetTag() *RepositoryTag
func (*Reference) GetVcsCommit ¶
func (x *Reference) GetVcsCommit() *RepositoryVCSCommit
func (*Reference) ProtoMessage ¶
func (*Reference) ProtoMessage()
func (*Reference) ProtoReflect ¶
func (x *Reference) ProtoReflect() protoreflect.Message
type Reference_Branch ¶
type Reference_Branch struct { // The requested reference is a branch. Branch *RepositoryBranch `protobuf:"bytes,1,opt,name=branch,proto3,oneof"` }
type Reference_Commit ¶
type Reference_Commit struct { // The requested reference is a commit. Commit *RepositoryCommit `protobuf:"bytes,3,opt,name=commit,proto3,oneof"` }
type Reference_Draft ¶
type Reference_Draft struct { // The requested reference is a draft commit. Draft *RepositoryDraft `protobuf:"bytes,6,opt,name=draft,proto3,oneof"` }
type Reference_Main ¶
type Reference_Main struct { // The requested reference is the default reference. Main *RepositoryMainReference `protobuf:"bytes,5,opt,name=main,proto3,oneof"` }
type Reference_Tag ¶
type Reference_Tag struct { // The requested reference is a tag. Tag *RepositoryTag `protobuf:"bytes,2,opt,name=tag,proto3,oneof"` }
type Reference_VcsCommit ¶
type Reference_VcsCommit struct { // The requested reference is a VCS commit. VcsCommit *RepositoryVCSCommit `protobuf:"bytes,7,opt,name=vcs_commit,json=vcsCommit,proto3,oneof"` }
type RegistryConfig ¶
type RegistryConfig struct { // Types that are assignable to RegistryConfig: // // *RegistryConfig_GoConfig // *RegistryConfig_NpmConfig // *RegistryConfig_MavenConfig // *RegistryConfig_SwiftConfig // *RegistryConfig_PythonConfig RegistryConfig isRegistryConfig_RegistryConfig `protobuf_oneof:"registry_config"` // The options to pass to the plugin. These will // be merged into a single, comma-separated string. Options []string `protobuf:"bytes,10,rep,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
RegistryConfig is the configuration for the remote registry of a plugin.
func (*RegistryConfig) Descriptor
deprecated
func (*RegistryConfig) Descriptor() ([]byte, []int)
Deprecated: Use RegistryConfig.ProtoReflect.Descriptor instead.
func (*RegistryConfig) GetGoConfig ¶
func (x *RegistryConfig) GetGoConfig() *GoConfig
func (*RegistryConfig) GetMavenConfig ¶
func (x *RegistryConfig) GetMavenConfig() *MavenConfig
func (*RegistryConfig) GetNpmConfig ¶
func (x *RegistryConfig) GetNpmConfig() *NPMConfig
func (*RegistryConfig) GetOptions ¶
func (x *RegistryConfig) GetOptions() []string
func (*RegistryConfig) GetPythonConfig ¶
func (x *RegistryConfig) GetPythonConfig() *PythonConfig
func (*RegistryConfig) GetRegistryConfig ¶
func (m *RegistryConfig) GetRegistryConfig() isRegistryConfig_RegistryConfig
func (*RegistryConfig) GetSwiftConfig ¶
func (x *RegistryConfig) GetSwiftConfig() *SwiftConfig
func (*RegistryConfig) ProtoMessage ¶
func (*RegistryConfig) ProtoMessage()
func (*RegistryConfig) ProtoReflect ¶
func (x *RegistryConfig) ProtoReflect() protoreflect.Message
func (*RegistryConfig) Reset ¶
func (x *RegistryConfig) Reset()
func (*RegistryConfig) String ¶
func (x *RegistryConfig) String() string
type RegistryConfig_GoConfig ¶
type RegistryConfig_GoConfig struct {
GoConfig *GoConfig `protobuf:"bytes,1,opt,name=go_config,json=goConfig,proto3,oneof"`
}
type RegistryConfig_MavenConfig ¶
type RegistryConfig_MavenConfig struct {
MavenConfig *MavenConfig `protobuf:"bytes,3,opt,name=maven_config,json=mavenConfig,proto3,oneof"`
}
type RegistryConfig_NpmConfig ¶
type RegistryConfig_NpmConfig struct {
NpmConfig *NPMConfig `protobuf:"bytes,2,opt,name=npm_config,json=npmConfig,proto3,oneof"`
}
type RegistryConfig_PythonConfig ¶
type RegistryConfig_PythonConfig struct {
PythonConfig *PythonConfig `protobuf:"bytes,5,opt,name=python_config,json=pythonConfig,proto3,oneof"`
}
type RegistryConfig_SwiftConfig ¶
type RegistryConfig_SwiftConfig struct {
SwiftConfig *SwiftConfig `protobuf:"bytes,4,opt,name=swift_config,json=swiftConfig,proto3,oneof"`
}
type RemoveOrganizationGroupRequest ¶
type RemoveOrganizationGroupRequest struct { // The ID of the organization for which to remove the group. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // The name of the group to remove. GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"` // contains filtered or unexported fields }
func (*RemoveOrganizationGroupRequest) Descriptor
deprecated
func (*RemoveOrganizationGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveOrganizationGroupRequest.ProtoReflect.Descriptor instead.
func (*RemoveOrganizationGroupRequest) GetGroupName ¶
func (x *RemoveOrganizationGroupRequest) GetGroupName() string
func (*RemoveOrganizationGroupRequest) GetOrganizationId ¶
func (x *RemoveOrganizationGroupRequest) GetOrganizationId() string
func (*RemoveOrganizationGroupRequest) ProtoMessage ¶
func (*RemoveOrganizationGroupRequest) ProtoMessage()
func (*RemoveOrganizationGroupRequest) ProtoReflect ¶
func (x *RemoveOrganizationGroupRequest) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationGroupRequest) Reset ¶
func (x *RemoveOrganizationGroupRequest) Reset()
func (*RemoveOrganizationGroupRequest) String ¶
func (x *RemoveOrganizationGroupRequest) String() string
type RemoveOrganizationGroupResponse ¶
type RemoveOrganizationGroupResponse struct {
// contains filtered or unexported fields
}
func (*RemoveOrganizationGroupResponse) Descriptor
deprecated
func (*RemoveOrganizationGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveOrganizationGroupResponse.ProtoReflect.Descriptor instead.
func (*RemoveOrganizationGroupResponse) ProtoMessage ¶
func (*RemoveOrganizationGroupResponse) ProtoMessage()
func (*RemoveOrganizationGroupResponse) ProtoReflect ¶
func (x *RemoveOrganizationGroupResponse) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationGroupResponse) Reset ¶
func (x *RemoveOrganizationGroupResponse) Reset()
func (*RemoveOrganizationGroupResponse) String ¶
func (x *RemoveOrganizationGroupResponse) String() string
type RemoveOrganizationMemberRequest ¶
type RemoveOrganizationMemberRequest struct { // The ID of the organization for which the member belongs 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 removed the role. UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveOrganizationMemberRequest) Descriptor
deprecated
func (*RemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*RemoveOrganizationMemberRequest) GetOrganizationId ¶
func (x *RemoveOrganizationMemberRequest) GetOrganizationId() string
func (*RemoveOrganizationMemberRequest) GetUserId ¶
func (x *RemoveOrganizationMemberRequest) GetUserId() string
func (*RemoveOrganizationMemberRequest) ProtoMessage ¶
func (*RemoveOrganizationMemberRequest) ProtoMessage()
func (*RemoveOrganizationMemberRequest) ProtoReflect ¶
func (x *RemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationMemberRequest) Reset ¶
func (x *RemoveOrganizationMemberRequest) Reset()
func (*RemoveOrganizationMemberRequest) String ¶
func (x *RemoveOrganizationMemberRequest) String() string
type RemoveOrganizationMemberResponse ¶
type RemoveOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*RemoveOrganizationMemberResponse) Descriptor
deprecated
func (*RemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*RemoveOrganizationMemberResponse) ProtoMessage ¶
func (*RemoveOrganizationMemberResponse) ProtoMessage()
func (*RemoveOrganizationMemberResponse) ProtoReflect ¶
func (x *RemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationMemberResponse) Reset ¶
func (x *RemoveOrganizationMemberResponse) Reset()
func (*RemoveOrganizationMemberResponse) String ¶
func (x *RemoveOrganizationMemberResponse) String() string
type RenameStudioRequestRequest ¶
type RenameStudioRequestRequest struct { // The Studio Request ID that will be renamed. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The new name for the request. NewName string `protobuf:"bytes,2,opt,name=new_name,json=newName,proto3" json:"new_name,omitempty"` // contains filtered or unexported fields }
RenameStudioRequestRequest is the proto request representation of the RenameStudioRequest method.
func (*RenameStudioRequestRequest) Descriptor
deprecated
func (*RenameStudioRequestRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenameStudioRequestRequest.ProtoReflect.Descriptor instead.
func (*RenameStudioRequestRequest) GetId ¶
func (x *RenameStudioRequestRequest) GetId() string
func (*RenameStudioRequestRequest) GetNewName ¶
func (x *RenameStudioRequestRequest) GetNewName() string
func (*RenameStudioRequestRequest) ProtoMessage ¶
func (*RenameStudioRequestRequest) ProtoMessage()
func (*RenameStudioRequestRequest) ProtoReflect ¶
func (x *RenameStudioRequestRequest) ProtoReflect() protoreflect.Message
func (*RenameStudioRequestRequest) Reset ¶
func (x *RenameStudioRequestRequest) Reset()
func (*RenameStudioRequestRequest) String ¶
func (x *RenameStudioRequestRequest) String() string
type RenameStudioRequestResponse ¶
type RenameStudioRequestResponse struct {
// contains filtered or unexported fields
}
RenameStudioRequestResponse returns empty on successful renaming.
func (*RenameStudioRequestResponse) Descriptor
deprecated
func (*RenameStudioRequestResponse) Descriptor() ([]byte, []int)
Deprecated: Use RenameStudioRequestResponse.ProtoReflect.Descriptor instead.
func (*RenameStudioRequestResponse) ProtoMessage ¶
func (*RenameStudioRequestResponse) ProtoMessage()
func (*RenameStudioRequestResponse) ProtoReflect ¶
func (x *RenameStudioRequestResponse) ProtoReflect() protoreflect.Message
func (*RenameStudioRequestResponse) Reset ¶
func (x *RenameStudioRequestResponse) Reset()
func (*RenameStudioRequestResponse) String ¶
func (x *RenameStudioRequestResponse) String() string
type Repository ¶
type Repository struct { // primary key, unique, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // mutable UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // unique, mutable Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Owner: // // *Repository_UserId // *Repository_OrganizationId Owner isRepository_Owner `protobuf_oneof:"owner"` Visibility Visibility `protobuf:"varint,7,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.Visibility" json:"visibility,omitempty"` // deprecated means this repository is deprecated. Deprecated bool `protobuf:"varint,8,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // deprecation_message is the message shown if the repository is deprecated. DeprecationMessage string `protobuf:"bytes,9,opt,name=deprecation_message,json=deprecationMessage,proto3" json:"deprecation_message,omitempty"` // owner_name is the name of the owner of the repository, // either a username or organization name. OwnerName string `protobuf:"bytes,10,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"` // description is the user configurable description of the repository. Description string `protobuf:"bytes,11,opt,name=description,proto3" json:"description,omitempty"` // url is the user configurable URL in the description of the repository, // always included the scheme and will not have a #fragment suffix. Url string `protobuf:"bytes,12,opt,name=url,proto3" json:"url,omitempty"` // default_branch in a BSR repository. It is used when syncing a git repository, to make sure both // default branches (BSR and Git) are in sync. By default, every BSR repository is created with a // "main" default branch. DefaultBranch string `protobuf:"bytes,13,opt,name=default_branch,json=defaultBranch,proto3" json:"default_branch,omitempty"` // contains filtered or unexported fields }
func (*Repository) Descriptor
deprecated
func (*Repository) Descriptor() ([]byte, []int)
Deprecated: Use Repository.ProtoReflect.Descriptor instead.
func (*Repository) GetCreateTime ¶
func (x *Repository) GetCreateTime() *timestamppb.Timestamp
func (*Repository) GetDefaultBranch ¶
func (x *Repository) GetDefaultBranch() string
func (*Repository) GetDeprecated ¶
func (x *Repository) GetDeprecated() bool
func (*Repository) GetDeprecationMessage ¶
func (x *Repository) GetDeprecationMessage() string
func (*Repository) GetDescription ¶
func (x *Repository) GetDescription() string
func (*Repository) GetId ¶
func (x *Repository) GetId() string
func (*Repository) GetName ¶
func (x *Repository) GetName() string
func (*Repository) GetOrganizationId ¶
func (x *Repository) GetOrganizationId() string
func (*Repository) GetOwner ¶
func (m *Repository) GetOwner() isRepository_Owner
func (*Repository) GetOwnerName ¶
func (x *Repository) GetOwnerName() string
func (*Repository) GetUpdateTime ¶
func (x *Repository) GetUpdateTime() *timestamppb.Timestamp
func (*Repository) GetUrl ¶
func (x *Repository) GetUrl() string
func (*Repository) GetUserId ¶
func (x *Repository) GetUserId() string
func (*Repository) GetVisibility ¶
func (x *Repository) GetVisibility() Visibility
func (*Repository) ProtoMessage ¶
func (*Repository) ProtoMessage()
func (*Repository) ProtoReflect ¶
func (x *Repository) ProtoReflect() protoreflect.Message
func (*Repository) Reset ¶
func (x *Repository) Reset()
func (*Repository) String ¶
func (x *Repository) String() string
type RepositoryBranch ¶
type RepositoryBranch struct { // primary key, unique. // branches are based on labels, so when a branch is pushed to, the ID will point to the // updated entry in the labels table. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The name of the repository branch. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the latest commit on the branch. LatestCommitName string `protobuf:"bytes,3,opt,name=latest_commit_name,json=latestCommitName,proto3" json:"latest_commit_name,omitempty"` // is_main_branch denotes whether this branch is considered the main branch of the repository. IsMainBranch bool `protobuf:"varint,4,opt,name=is_main_branch,json=isMainBranch,proto3" json:"is_main_branch,omitempty"` // The last update time of the branch. LastUpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"` // The ID of the user who updated the branch. LastUpdateUserId string `protobuf:"bytes,6,opt,name=last_update_user_id,json=lastUpdateUserId,proto3" json:"last_update_user_id,omitempty"` // The author name of the most recent associated git commit of the branch. May be an empty string // if no commit in the branch history contains any associated git commit. LastUpdateGitAuthorName string `` /* 136-byte string literal not displayed */ // The git commit hash of the most recent associated git commit of the branch. May be an empty // string if no commit in the branch history contains any associated git commit. LastUpdateGitCommitHash string `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RepositoryBranch) Descriptor
deprecated
func (*RepositoryBranch) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryBranch.ProtoReflect.Descriptor instead.
func (*RepositoryBranch) GetId ¶
func (x *RepositoryBranch) GetId() string
func (*RepositoryBranch) GetIsMainBranch ¶
func (x *RepositoryBranch) GetIsMainBranch() bool
func (*RepositoryBranch) GetLastUpdateGitAuthorName ¶
func (x *RepositoryBranch) GetLastUpdateGitAuthorName() string
func (*RepositoryBranch) GetLastUpdateGitCommitHash ¶
func (x *RepositoryBranch) GetLastUpdateGitCommitHash() string
func (*RepositoryBranch) GetLastUpdateTime ¶
func (x *RepositoryBranch) GetLastUpdateTime() *timestamppb.Timestamp
func (*RepositoryBranch) GetLastUpdateUserId ¶
func (x *RepositoryBranch) GetLastUpdateUserId() string
func (*RepositoryBranch) GetLatestCommitName ¶
func (x *RepositoryBranch) GetLatestCommitName() string
func (*RepositoryBranch) GetName ¶
func (x *RepositoryBranch) GetName() string
func (*RepositoryBranch) ProtoMessage ¶
func (*RepositoryBranch) ProtoMessage()
func (*RepositoryBranch) ProtoReflect ¶
func (x *RepositoryBranch) ProtoReflect() protoreflect.Message
func (*RepositoryBranch) Reset ¶
func (x *RepositoryBranch) Reset()
func (*RepositoryBranch) String ¶
func (x *RepositoryBranch) String() string
type RepositoryCommit ¶
type RepositoryCommit struct { // primary key, unique, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The digest of the commit. Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // The name of the commit. // This is what is referenced by users. // Unique, immutable. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // The branch on which this commit was created. Branch string `protobuf:"bytes,5,opt,name=branch,proto3" json:"branch,omitempty"` // The username of the user who authored this commit. Author string `protobuf:"bytes,7,opt,name=author,proto3" json:"author,omitempty"` // The tags associated with this commit Tags []*RepositoryTag `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags,omitempty"` // The commit's draft name, if it is a draft commit. DraftName string `protobuf:"bytes,9,opt,name=draft_name,json=draftName,proto3" json:"draft_name,omitempty"` // spdx_license_id is the license of the commit, based on the // license file pushed, which should be one of the identifier defined in // https://spdx.org/licenses, and will be not set if the license file is not // presented or cannot be classified into a known license. SpdxLicenseId string `protobuf:"bytes,10,opt,name=spdx_license_id,json=spdxLicenseId,proto3" json:"spdx_license_id,omitempty"` // The manifest digest of the commit. ManifestDigest string `protobuf:"bytes,11,opt,name=manifest_digest,json=manifestDigest,proto3" json:"manifest_digest,omitempty"` // Number of tags associated with the commit. TagCount int64 `protobuf:"varint,12,opt,name=tag_count,json=tagCount,proto3" json:"tag_count,omitempty"` // Number of git commits with associated with the BSR commit. GitCommitsCount int64 `protobuf:"varint,13,opt,name=git_commits_count,json=gitCommitsCount,proto3" json:"git_commits_count,omitempty"` // The b5 digest of the commit. B5Digest string `protobuf:"bytes,14,opt,name=b5_digest,json=b5Digest,proto3" json:"b5_digest,omitempty"` // contains filtered or unexported fields }
func (*RepositoryCommit) Descriptor
deprecated
func (*RepositoryCommit) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryCommit.ProtoReflect.Descriptor instead.
func (*RepositoryCommit) GetAuthor ¶
func (x *RepositoryCommit) GetAuthor() string
func (*RepositoryCommit) GetB5Digest ¶
func (x *RepositoryCommit) GetB5Digest() string
func (*RepositoryCommit) GetBranch ¶
func (x *RepositoryCommit) GetBranch() string
func (*RepositoryCommit) GetCreateTime ¶
func (x *RepositoryCommit) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryCommit) GetDigest ¶
func (x *RepositoryCommit) GetDigest() string
func (*RepositoryCommit) GetDraftName ¶
func (x *RepositoryCommit) GetDraftName() string
func (*RepositoryCommit) GetGitCommitsCount ¶
func (x *RepositoryCommit) GetGitCommitsCount() int64
func (*RepositoryCommit) GetId ¶
func (x *RepositoryCommit) GetId() string
func (*RepositoryCommit) GetManifestDigest ¶
func (x *RepositoryCommit) GetManifestDigest() string
func (*RepositoryCommit) GetName ¶
func (x *RepositoryCommit) GetName() string
func (*RepositoryCommit) GetSpdxLicenseId ¶
func (x *RepositoryCommit) GetSpdxLicenseId() string
func (*RepositoryCommit) GetTagCount ¶
func (x *RepositoryCommit) GetTagCount() int64
func (*RepositoryCommit) GetTags ¶
func (x *RepositoryCommit) GetTags() []*RepositoryTag
func (*RepositoryCommit) ProtoMessage ¶
func (*RepositoryCommit) ProtoMessage()
func (*RepositoryCommit) ProtoReflect ¶
func (x *RepositoryCommit) ProtoReflect() protoreflect.Message
func (*RepositoryCommit) Reset ¶
func (x *RepositoryCommit) Reset()
func (*RepositoryCommit) String ¶
func (x *RepositoryCommit) String() string
type RepositoryContributor ¶
type RepositoryContributor struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // The ID of the for which the role belongs to. RepositoryId string `protobuf:"bytes,2,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // The role that the user has been explicitly assigned against the repository. ExplicitRole RepositoryRole `` /* 146-byte string literal not displayed */ // Optionally defines the role that the user has implicitly against the repository through the owning organization. // If the repository does not belong to an organization or the user is not part of the owning organization, this is unset. ImplicitRole RepositoryRole `` /* 146-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RepositoryContributor) Descriptor
deprecated
func (*RepositoryContributor) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryContributor.ProtoReflect.Descriptor instead.
func (*RepositoryContributor) GetExplicitRole ¶
func (x *RepositoryContributor) GetExplicitRole() RepositoryRole
func (*RepositoryContributor) GetImplicitRole ¶
func (x *RepositoryContributor) GetImplicitRole() RepositoryRole
func (*RepositoryContributor) GetRepositoryId ¶
func (x *RepositoryContributor) GetRepositoryId() string
func (*RepositoryContributor) GetUser ¶
func (x *RepositoryContributor) GetUser() *User
func (*RepositoryContributor) ProtoMessage ¶
func (*RepositoryContributor) ProtoMessage()
func (*RepositoryContributor) ProtoReflect ¶
func (x *RepositoryContributor) ProtoReflect() protoreflect.Message
func (*RepositoryContributor) Reset ¶
func (x *RepositoryContributor) Reset()
func (*RepositoryContributor) String ¶
func (x *RepositoryContributor) String() string
type RepositoryCounts ¶
type RepositoryCounts struct { TagsCount uint32 `protobuf:"varint,1,opt,name=tags_count,json=tagsCount,proto3" json:"tags_count,omitempty"` DraftsCount uint32 `protobuf:"varint,3,opt,name=drafts_count,json=draftsCount,proto3" json:"drafts_count,omitempty"` // contains filtered or unexported fields }
func (*RepositoryCounts) Descriptor
deprecated
func (*RepositoryCounts) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryCounts.ProtoReflect.Descriptor instead.
func (*RepositoryCounts) GetDraftsCount ¶
func (x *RepositoryCounts) GetDraftsCount() uint32
func (*RepositoryCounts) GetTagsCount ¶
func (x *RepositoryCounts) GetTagsCount() uint32
func (*RepositoryCounts) ProtoMessage ¶
func (*RepositoryCounts) ProtoMessage()
func (*RepositoryCounts) ProtoReflect ¶
func (x *RepositoryCounts) ProtoReflect() protoreflect.Message
func (*RepositoryCounts) Reset ¶
func (x *RepositoryCounts) Reset()
func (*RepositoryCounts) String ¶
func (x *RepositoryCounts) String() string
type RepositoryDraft ¶
type RepositoryDraft struct { // The name of the draft Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The commit this draft points to. Commit *RepositoryCommit `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"` // contains filtered or unexported fields }
func (*RepositoryDraft) Descriptor
deprecated
func (*RepositoryDraft) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryDraft.ProtoReflect.Descriptor instead.
func (*RepositoryDraft) GetCommit ¶
func (x *RepositoryDraft) GetCommit() *RepositoryCommit
func (*RepositoryDraft) GetName ¶
func (x *RepositoryDraft) GetName() string
func (*RepositoryDraft) ProtoMessage ¶
func (*RepositoryDraft) ProtoMessage()
func (*RepositoryDraft) ProtoReflect ¶
func (x *RepositoryDraft) ProtoReflect() protoreflect.Message
func (*RepositoryDraft) Reset ¶
func (x *RepositoryDraft) Reset()
func (*RepositoryDraft) String ¶
func (x *RepositoryDraft) String() string
type RepositoryMainReference ¶
type RepositoryMainReference struct { // Name is the configured default_branch for the repository (default: 'main'). Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The latest commit in this repository. If the repository has no commits, // this will be empty. Commit *RepositoryCommit `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"` // contains filtered or unexported fields }
func (*RepositoryMainReference) Descriptor
deprecated
func (*RepositoryMainReference) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryMainReference.ProtoReflect.Descriptor instead.
func (*RepositoryMainReference) GetCommit ¶
func (x *RepositoryMainReference) GetCommit() *RepositoryCommit
func (*RepositoryMainReference) GetName ¶
func (x *RepositoryMainReference) GetName() string
func (*RepositoryMainReference) ProtoMessage ¶
func (*RepositoryMainReference) ProtoMessage()
func (*RepositoryMainReference) ProtoReflect ¶
func (x *RepositoryMainReference) ProtoReflect() protoreflect.Message
func (*RepositoryMainReference) Reset ¶
func (x *RepositoryMainReference) Reset()
func (*RepositoryMainReference) String ¶
func (x *RepositoryMainReference) String() string
type RepositoryMetadata ¶
type RepositoryMetadata struct { // The ID of the repository. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The name of the repository. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The owner name of the repository. OwnerName string `protobuf:"bytes,3,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"` // The verification status of the owner of the repository. OwnerVerificationStatus VerificationStatus `` /* 185-byte string literal not displayed */ // The commit time of the latest main commit in the repository. LatestCommitTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=latest_commit_time,json=latestCommitTime,proto3" json:"latest_commit_time,omitempty"` // The SPDX license ID of the latest main commit in the repository. LatestSpdxLicenseId string `protobuf:"bytes,6,opt,name=latest_spdx_license_id,json=latestSpdxLicenseId,proto3" json:"latest_spdx_license_id,omitempty"` // contains filtered or unexported fields }
func (*RepositoryMetadata) Descriptor
deprecated
func (*RepositoryMetadata) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryMetadata.ProtoReflect.Descriptor instead.
func (*RepositoryMetadata) GetId ¶
func (x *RepositoryMetadata) GetId() string
func (*RepositoryMetadata) GetLatestCommitTime ¶
func (x *RepositoryMetadata) GetLatestCommitTime() *timestamppb.Timestamp
func (*RepositoryMetadata) GetLatestSpdxLicenseId ¶
func (x *RepositoryMetadata) GetLatestSpdxLicenseId() string
func (*RepositoryMetadata) GetName ¶
func (x *RepositoryMetadata) GetName() string
func (*RepositoryMetadata) GetOwnerName ¶
func (x *RepositoryMetadata) GetOwnerName() string
func (*RepositoryMetadata) GetOwnerVerificationStatus ¶
func (x *RepositoryMetadata) GetOwnerVerificationStatus() VerificationStatus
func (*RepositoryMetadata) ProtoMessage ¶
func (*RepositoryMetadata) ProtoMessage()
func (*RepositoryMetadata) ProtoReflect ¶
func (x *RepositoryMetadata) ProtoReflect() protoreflect.Message
func (*RepositoryMetadata) Reset ¶
func (x *RepositoryMetadata) Reset()
func (*RepositoryMetadata) String ¶
func (x *RepositoryMetadata) String() string
type RepositoryRole ¶
type RepositoryRole int32
The roles that users can have for a Repository.
const ( RepositoryRole_REPOSITORY_ROLE_UNSPECIFIED RepositoryRole = 0 RepositoryRole_REPOSITORY_ROLE_OWNER RepositoryRole = 1 RepositoryRole_REPOSITORY_ROLE_ADMIN RepositoryRole = 2 RepositoryRole_REPOSITORY_ROLE_WRITE RepositoryRole = 3 RepositoryRole_REPOSITORY_ROLE_READ RepositoryRole = 4 RepositoryRole_REPOSITORY_ROLE_LIMITED_WRITE RepositoryRole = 5 )
func (RepositoryRole) Descriptor ¶
func (RepositoryRole) Descriptor() protoreflect.EnumDescriptor
func (RepositoryRole) Enum ¶
func (x RepositoryRole) Enum() *RepositoryRole
func (RepositoryRole) EnumDescriptor
deprecated
func (RepositoryRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use RepositoryRole.Descriptor instead.
func (RepositoryRole) Number ¶
func (x RepositoryRole) Number() protoreflect.EnumNumber
func (RepositoryRole) String ¶
func (x RepositoryRole) String() string
func (RepositoryRole) Type ¶
func (RepositoryRole) Type() protoreflect.EnumType
type RepositorySearchResult ¶
type RepositorySearchResult struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the user or organization // who is the owner of this repository. Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` // The visibility of the repository. Visibility Visibility `protobuf:"varint,4,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.Visibility" json:"visibility,omitempty"` Deprecated bool `protobuf:"varint,5,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // contains filtered or unexported fields }
func (*RepositorySearchResult) Descriptor
deprecated
func (*RepositorySearchResult) Descriptor() ([]byte, []int)
Deprecated: Use RepositorySearchResult.ProtoReflect.Descriptor instead.
func (*RepositorySearchResult) GetDeprecated ¶
func (x *RepositorySearchResult) GetDeprecated() bool
func (*RepositorySearchResult) GetId ¶
func (x *RepositorySearchResult) GetId() string
func (*RepositorySearchResult) GetName ¶
func (x *RepositorySearchResult) GetName() string
func (*RepositorySearchResult) GetOwner ¶
func (x *RepositorySearchResult) GetOwner() string
func (*RepositorySearchResult) GetVisibility ¶
func (x *RepositorySearchResult) GetVisibility() Visibility
func (*RepositorySearchResult) ProtoMessage ¶
func (*RepositorySearchResult) ProtoMessage()
func (*RepositorySearchResult) ProtoReflect ¶
func (x *RepositorySearchResult) ProtoReflect() protoreflect.Message
func (*RepositorySearchResult) Reset ¶
func (x *RepositorySearchResult) Reset()
func (*RepositorySearchResult) String ¶
func (x *RepositorySearchResult) String() string
type RepositoryTag ¶
type RepositoryTag struct { // primary key, unique. // tags are based on labels, so if a label has been moved, the ID will point to the // updated entry in the labels table. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // We reserve field number '3' for the update_time. // google.protobuf.Timestamp update_time = 3; // The name of the repository tag, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403". Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // The name of the commit this tag belongs to. CommitName string `protobuf:"bytes,5,opt,name=commit_name,json=commitName,proto3" json:"commit_name,omitempty"` // The username of the author of the tag. Author string `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"` // contains filtered or unexported fields }
func (*RepositoryTag) Descriptor
deprecated
func (*RepositoryTag) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryTag.ProtoReflect.Descriptor instead.
func (*RepositoryTag) GetAuthor ¶
func (x *RepositoryTag) GetAuthor() string
func (*RepositoryTag) GetCommitName ¶
func (x *RepositoryTag) GetCommitName() string
func (*RepositoryTag) GetCreateTime ¶
func (x *RepositoryTag) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryTag) GetId ¶
func (x *RepositoryTag) GetId() string
func (*RepositoryTag) GetName ¶
func (x *RepositoryTag) GetName() string
func (*RepositoryTag) ProtoMessage ¶
func (*RepositoryTag) ProtoMessage()
func (*RepositoryTag) ProtoReflect ¶
func (x *RepositoryTag) ProtoReflect() protoreflect.Message
func (*RepositoryTag) Reset ¶
func (x *RepositoryTag) Reset()
func (*RepositoryTag) String ¶
func (x *RepositoryTag) String() string
type RepositoryVCSCommit ¶
type RepositoryVCSCommit struct { // primary key, unique. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The name of the VCS commit, e.g. for Git, it would be the Git hash. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // The name of the BSR commit this VCS commit belongs to. CommitName string `protobuf:"bytes,4,opt,name=commit_name,json=commitName,proto3" json:"commit_name,omitempty"` // contains filtered or unexported fields }
func (*RepositoryVCSCommit) Descriptor
deprecated
func (*RepositoryVCSCommit) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryVCSCommit.ProtoReflect.Descriptor instead.
func (*RepositoryVCSCommit) GetCommitName ¶
func (x *RepositoryVCSCommit) GetCommitName() string
func (*RepositoryVCSCommit) GetCreateTime ¶
func (x *RepositoryVCSCommit) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryVCSCommit) GetId ¶
func (x *RepositoryVCSCommit) GetId() string
func (*RepositoryVCSCommit) GetName ¶
func (x *RepositoryVCSCommit) GetName() string
func (*RepositoryVCSCommit) ProtoMessage ¶
func (*RepositoryVCSCommit) ProtoMessage()
func (*RepositoryVCSCommit) ProtoReflect ¶
func (x *RepositoryVCSCommit) ProtoReflect() protoreflect.Message
func (*RepositoryVCSCommit) Reset ¶
func (x *RepositoryVCSCommit) Reset()
func (*RepositoryVCSCommit) String ¶
func (x *RepositoryVCSCommit) String() string
type Repository_OrganizationId ¶
type Repository_OrganizationId struct { // foreign key, mutable OrganizationId string `protobuf:"bytes,6,opt,name=organization_id,json=organizationId,proto3,oneof"` }
type Repository_UserId ¶
type Repository_UserId struct { // foreign key, mutable UserId string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3,oneof"` }
type ResolvedReferenceType ¶
type ResolvedReferenceType int32
const ( ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_UNSPECIFIED ResolvedReferenceType = 0 ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_COMMIT ResolvedReferenceType = 1 ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_BRANCH ResolvedReferenceType = 2 ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_TAG ResolvedReferenceType = 3 ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_DRAFT ResolvedReferenceType = 5 )
func (ResolvedReferenceType) Descriptor ¶
func (ResolvedReferenceType) Descriptor() protoreflect.EnumDescriptor
func (ResolvedReferenceType) Enum ¶
func (x ResolvedReferenceType) Enum() *ResolvedReferenceType
func (ResolvedReferenceType) EnumDescriptor
deprecated
func (ResolvedReferenceType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ResolvedReferenceType.Descriptor instead.
func (ResolvedReferenceType) Number ¶
func (x ResolvedReferenceType) Number() protoreflect.EnumNumber
func (ResolvedReferenceType) String ¶
func (x ResolvedReferenceType) String() string
func (ResolvedReferenceType) Type ¶
func (ResolvedReferenceType) Type() protoreflect.EnumType
type Resource ¶
type Resource struct { // Types that are assignable to Resource: // // *Resource_Repository // *Resource_Plugin Resource isResource_Resource `protobuf_oneof:"resource"` // contains filtered or unexported fields }
func (*Resource) Descriptor
deprecated
func (*Resource) GetPlugin ¶
func (x *Resource) GetPlugin() *CuratedPlugin
func (*Resource) GetRepository ¶
func (x *Resource) GetRepository() *Repository
func (*Resource) GetResource ¶
func (m *Resource) GetResource() isResource_Resource
func (*Resource) ProtoMessage ¶
func (*Resource) ProtoMessage()
func (*Resource) ProtoReflect ¶
func (x *Resource) ProtoReflect() protoreflect.Message
type Resource_Plugin ¶
type Resource_Plugin struct {
Plugin *CuratedPlugin `protobuf:"bytes,2,opt,name=plugin,proto3,oneof"`
}
type Resource_Repository ¶
type Resource_Repository struct {
Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3,oneof"`
}
type ReviewFlowGracePeriodPolicy ¶
type ReviewFlowGracePeriodPolicy struct { // The number of seconds of the grace period. // Set to zero to disable the grace period. DurationSeconds uint32 `protobuf:"varint,1,opt,name=duration_seconds,json=durationSeconds,proto3" json:"duration_seconds,omitempty"` // contains filtered or unexported fields }
ReviewFlowGracePeriodPolicy is the policy for the review flow grace period on the server.
func (*ReviewFlowGracePeriodPolicy) Descriptor
deprecated
func (*ReviewFlowGracePeriodPolicy) Descriptor() ([]byte, []int)
Deprecated: Use ReviewFlowGracePeriodPolicy.ProtoReflect.Descriptor instead.
func (*ReviewFlowGracePeriodPolicy) GetDurationSeconds ¶
func (x *ReviewFlowGracePeriodPolicy) GetDurationSeconds() uint32
func (*ReviewFlowGracePeriodPolicy) ProtoMessage ¶
func (*ReviewFlowGracePeriodPolicy) ProtoMessage()
func (*ReviewFlowGracePeriodPolicy) ProtoReflect ¶
func (x *ReviewFlowGracePeriodPolicy) ProtoReflect() protoreflect.Message
func (*ReviewFlowGracePeriodPolicy) Reset ¶
func (x *ReviewFlowGracePeriodPolicy) Reset()
func (*ReviewFlowGracePeriodPolicy) String ¶
func (x *ReviewFlowGracePeriodPolicy) String() string
type RunServerUniquenessBackfillTaskRequest ¶
type RunServerUniquenessBackfillTaskRequest struct {
// contains filtered or unexported fields
}
func (*RunServerUniquenessBackfillTaskRequest) Descriptor
deprecated
func (*RunServerUniquenessBackfillTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunServerUniquenessBackfillTaskRequest.ProtoReflect.Descriptor instead.
func (*RunServerUniquenessBackfillTaskRequest) ProtoMessage ¶
func (*RunServerUniquenessBackfillTaskRequest) ProtoMessage()
func (*RunServerUniquenessBackfillTaskRequest) ProtoReflect ¶
func (x *RunServerUniquenessBackfillTaskRequest) ProtoReflect() protoreflect.Message
func (*RunServerUniquenessBackfillTaskRequest) Reset ¶
func (x *RunServerUniquenessBackfillTaskRequest) Reset()
func (*RunServerUniquenessBackfillTaskRequest) String ¶
func (x *RunServerUniquenessBackfillTaskRequest) String() string
type RunServerUniquenessBackfillTaskResponse ¶
type RunServerUniquenessBackfillTaskResponse struct {
// contains filtered or unexported fields
}
func (*RunServerUniquenessBackfillTaskResponse) Descriptor
deprecated
func (*RunServerUniquenessBackfillTaskResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunServerUniquenessBackfillTaskResponse.ProtoReflect.Descriptor instead.
func (*RunServerUniquenessBackfillTaskResponse) ProtoMessage ¶
func (*RunServerUniquenessBackfillTaskResponse) ProtoMessage()
func (*RunServerUniquenessBackfillTaskResponse) ProtoReflect ¶
func (x *RunServerUniquenessBackfillTaskResponse) ProtoReflect() protoreflect.Message
func (*RunServerUniquenessBackfillTaskResponse) Reset ¶
func (x *RunServerUniquenessBackfillTaskResponse) Reset()
func (*RunServerUniquenessBackfillTaskResponse) String ¶
func (x *RunServerUniquenessBackfillTaskResponse) String() string
type SCIMToken ¶
type SCIMToken struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` ExpireTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` // contains filtered or unexported fields }
func (*SCIMToken) Descriptor
deprecated
func (*SCIMToken) GetCreateTime ¶
func (x *SCIMToken) GetCreateTime() *timestamppb.Timestamp
func (*SCIMToken) GetExpireTime ¶
func (x *SCIMToken) GetExpireTime() *timestamppb.Timestamp
func (*SCIMToken) ProtoMessage ¶
func (*SCIMToken) ProtoMessage()
func (*SCIMToken) ProtoReflect ¶
func (x *SCIMToken) ProtoReflect() protoreflect.Message
type SearchDraftRequest ¶
type SearchDraftRequest struct { // The owner of the repository. RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` // The name of the repository. RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // The search string. Query string `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"` PageSize uint32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The field to order results by. OrderBy OrderBy `protobuf:"varint,6,opt,name=order_by,json=orderBy,proto3,enum=buf.alpha.registry.v1alpha1.OrderBy" json:"order_by,omitempty"` // Reverse orders results in descending order. Reverse bool `protobuf:"varint,7,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*SearchDraftRequest) Descriptor
deprecated
func (*SearchDraftRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchDraftRequest.ProtoReflect.Descriptor instead.
func (*SearchDraftRequest) GetOrderBy ¶
func (x *SearchDraftRequest) GetOrderBy() OrderBy
func (*SearchDraftRequest) GetPageSize ¶
func (x *SearchDraftRequest) GetPageSize() uint32
func (*SearchDraftRequest) GetPageToken ¶
func (x *SearchDraftRequest) GetPageToken() string
func (*SearchDraftRequest) GetQuery ¶
func (x *SearchDraftRequest) GetQuery() string
func (*SearchDraftRequest) GetRepositoryName ¶
func (x *SearchDraftRequest) GetRepositoryName() string
func (*SearchDraftRequest) GetRepositoryOwner ¶
func (x *SearchDraftRequest) GetRepositoryOwner() string
func (*SearchDraftRequest) GetReverse ¶
func (x *SearchDraftRequest) GetReverse() bool
func (*SearchDraftRequest) ProtoMessage ¶
func (*SearchDraftRequest) ProtoMessage()
func (*SearchDraftRequest) ProtoReflect ¶
func (x *SearchDraftRequest) ProtoReflect() protoreflect.Message
func (*SearchDraftRequest) Reset ¶
func (x *SearchDraftRequest) Reset()
func (*SearchDraftRequest) String ¶
func (x *SearchDraftRequest) String() string
type SearchDraftResponse ¶
type SearchDraftResponse struct { RepositoryCommits []*RepositoryCommit `protobuf:"bytes,1,rep,name=repository_commits,json=repositoryCommits,proto3" json:"repository_commits,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 (*SearchDraftResponse) Descriptor
deprecated
func (*SearchDraftResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchDraftResponse.ProtoReflect.Descriptor instead.
func (*SearchDraftResponse) GetNextPageToken ¶
func (x *SearchDraftResponse) GetNextPageToken() string
func (*SearchDraftResponse) GetRepositoryCommits ¶
func (x *SearchDraftResponse) GetRepositoryCommits() []*RepositoryCommit
func (*SearchDraftResponse) ProtoMessage ¶
func (*SearchDraftResponse) ProtoMessage()
func (*SearchDraftResponse) ProtoReflect ¶
func (x *SearchDraftResponse) ProtoReflect() protoreflect.Message
func (*SearchDraftResponse) Reset ¶
func (x *SearchDraftResponse) Reset()
func (*SearchDraftResponse) String ¶
func (x *SearchDraftResponse) String() string
type SearchFilter ¶
type SearchFilter int32
const ( SearchFilter_SEARCH_FILTER_UNSPECIFIED SearchFilter = 0 SearchFilter_SEARCH_FILTER_USER SearchFilter = 1 SearchFilter_SEARCH_FILTER_ORGANIZATION SearchFilter = 2 SearchFilter_SEARCH_FILTER_REPOSITORY SearchFilter = 3 SearchFilter_SEARCH_FILTER_TEAM SearchFilter = 6 SearchFilter_SEARCH_FILTER_CURATED_PLUGIN SearchFilter = 7 SearchFilter_SEARCH_FILTER_MODULE_ELEMENT SearchFilter = 8 SearchFilter_SEARCH_FILTER_MODULE_FILE SearchFilter = 9 )
func (SearchFilter) Descriptor ¶
func (SearchFilter) Descriptor() protoreflect.EnumDescriptor
func (SearchFilter) Enum ¶
func (x SearchFilter) Enum() *SearchFilter
func (SearchFilter) EnumDescriptor
deprecated
func (SearchFilter) EnumDescriptor() ([]byte, []int)
Deprecated: Use SearchFilter.Descriptor instead.
func (SearchFilter) Number ¶
func (x SearchFilter) Number() protoreflect.EnumNumber
func (SearchFilter) String ¶
func (x SearchFilter) String() string
func (SearchFilter) Type ¶
func (SearchFilter) Type() protoreflect.EnumType
type SearchModuleContentFilter ¶
type SearchModuleContentFilter int32
const ( SearchModuleContentFilter_SEARCH_MODULE_CONTENT_FILTER_UNSPECIFIED SearchModuleContentFilter = 0 // SEARCH_MODULE_CONTENT_FILTER_ELEMENT is the filter for elements, e.g. messages, services, and methods. SearchModuleContentFilter_SEARCH_MODULE_CONTENT_FILTER_ELEMENT SearchModuleContentFilter = 1 // SEARCH_MODULE_CONTENT_FILTER_FILE is the filter for files. SearchModuleContentFilter_SEARCH_MODULE_CONTENT_FILTER_FILE SearchModuleContentFilter = 2 )
func (SearchModuleContentFilter) Descriptor ¶
func (SearchModuleContentFilter) Descriptor() protoreflect.EnumDescriptor
func (SearchModuleContentFilter) Enum ¶
func (x SearchModuleContentFilter) Enum() *SearchModuleContentFilter
func (SearchModuleContentFilter) EnumDescriptor
deprecated
func (SearchModuleContentFilter) EnumDescriptor() ([]byte, []int)
Deprecated: Use SearchModuleContentFilter.Descriptor instead.
func (SearchModuleContentFilter) Number ¶
func (x SearchModuleContentFilter) Number() protoreflect.EnumNumber
func (SearchModuleContentFilter) String ¶
func (x SearchModuleContentFilter) String() string
func (SearchModuleContentFilter) Type ¶
func (SearchModuleContentFilter) Type() protoreflect.EnumType
type SearchModuleContentRequest ¶
type SearchModuleContentRequest struct { // The search string. Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is 0. PageToken uint32 `protobuf:"varint,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Empty list means show all. Supplying one or more enums will // limit the search to only the requested resources. // Supplying all possible enums is equivalent to empty list of filters. Filters []SearchModuleContentFilter `` /* 134-byte string literal not displayed */ // Optional, if provided the search results will be limited to the provided repository. RepositoryFullName string `protobuf:"bytes,5,opt,name=repository_full_name,json=repositoryFullName,proto3" json:"repository_full_name,omitempty"` // Optional, if provided the search results will be limited to the provided owner, // ignored if repository_full_name is provided. RepositoryOwner string `protobuf:"bytes,6,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` // contains filtered or unexported fields }
func (*SearchModuleContentRequest) Descriptor
deprecated
func (*SearchModuleContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchModuleContentRequest.ProtoReflect.Descriptor instead.
func (*SearchModuleContentRequest) GetFilters ¶
func (x *SearchModuleContentRequest) GetFilters() []SearchModuleContentFilter
func (*SearchModuleContentRequest) GetPageSize ¶
func (x *SearchModuleContentRequest) GetPageSize() uint32
func (*SearchModuleContentRequest) GetPageToken ¶
func (x *SearchModuleContentRequest) GetPageToken() uint32
func (*SearchModuleContentRequest) GetQuery ¶
func (x *SearchModuleContentRequest) GetQuery() string
func (*SearchModuleContentRequest) GetRepositoryFullName ¶
func (x *SearchModuleContentRequest) GetRepositoryFullName() string
func (*SearchModuleContentRequest) GetRepositoryOwner ¶
func (x *SearchModuleContentRequest) GetRepositoryOwner() string
func (*SearchModuleContentRequest) ProtoMessage ¶
func (*SearchModuleContentRequest) ProtoMessage()
func (*SearchModuleContentRequest) ProtoReflect ¶
func (x *SearchModuleContentRequest) ProtoReflect() protoreflect.Message
func (*SearchModuleContentRequest) Reset ¶
func (x *SearchModuleContentRequest) Reset()
func (*SearchModuleContentRequest) String ¶
func (x *SearchModuleContentRequest) String() string
type SearchModuleContentResponse ¶
type SearchModuleContentResponse struct { SearchResults []*SearchModuleContentResult `protobuf:"bytes,1,rep,name=search_results,json=searchResults,proto3" json:"search_results,omitempty"` // There are no more pages if this is 0. NextPageToken uint32 `protobuf:"varint,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*SearchModuleContentResponse) Descriptor
deprecated
func (*SearchModuleContentResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchModuleContentResponse.ProtoReflect.Descriptor instead.
func (*SearchModuleContentResponse) GetNextPageToken ¶
func (x *SearchModuleContentResponse) GetNextPageToken() uint32
func (*SearchModuleContentResponse) GetSearchResults ¶
func (x *SearchModuleContentResponse) GetSearchResults() []*SearchModuleContentResult
func (*SearchModuleContentResponse) ProtoMessage ¶
func (*SearchModuleContentResponse) ProtoMessage()
func (*SearchModuleContentResponse) ProtoReflect ¶
func (x *SearchModuleContentResponse) ProtoReflect() protoreflect.Message
func (*SearchModuleContentResponse) Reset ¶
func (x *SearchModuleContentResponse) Reset()
func (*SearchModuleContentResponse) String ¶
func (x *SearchModuleContentResponse) String() string
type SearchModuleContentResult ¶
type SearchModuleContentResult struct { // Types that are assignable to Item: // // *SearchModuleContentResult_Element // *SearchModuleContentResult_File Item isSearchModuleContentResult_Item `protobuf_oneof:"item"` // contains filtered or unexported fields }
func (*SearchModuleContentResult) Descriptor
deprecated
func (*SearchModuleContentResult) Descriptor() ([]byte, []int)
Deprecated: Use SearchModuleContentResult.ProtoReflect.Descriptor instead.
func (*SearchModuleContentResult) GetElement ¶
func (x *SearchModuleContentResult) GetElement() *ElementSearchResult
func (*SearchModuleContentResult) GetFile ¶
func (x *SearchModuleContentResult) GetFile() *FileSearchResult
func (*SearchModuleContentResult) GetItem ¶
func (m *SearchModuleContentResult) GetItem() isSearchModuleContentResult_Item
func (*SearchModuleContentResult) ProtoMessage ¶
func (*SearchModuleContentResult) ProtoMessage()
func (*SearchModuleContentResult) ProtoReflect ¶
func (x *SearchModuleContentResult) ProtoReflect() protoreflect.Message
func (*SearchModuleContentResult) Reset ¶
func (x *SearchModuleContentResult) Reset()
func (*SearchModuleContentResult) String ¶
func (x *SearchModuleContentResult) String() string
type SearchModuleContentResult_Element ¶
type SearchModuleContentResult_Element struct {
Element *ElementSearchResult `protobuf:"bytes,1,opt,name=element,proto3,oneof"`
}
type SearchModuleContentResult_File ¶
type SearchModuleContentResult_File struct {
File *FileSearchResult `protobuf:"bytes,2,opt,name=file,proto3,oneof"`
}
type SearchModuleElementType ¶
type SearchModuleElementType int32
SearchModuleElementType is the protobuf element type of a fully qualified name in a module element search result. This is a subset of types in https://protobuf.com/docs/language-spec#named-elements that are exposing in the search.
const ( SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_UNSPECIFIED SearchModuleElementType = 0 SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_SERVICE SearchModuleElementType = 1 SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_METHOD SearchModuleElementType = 2 SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_MESSAGE SearchModuleElementType = 3 SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_ENUM SearchModuleElementType = 4 )
func (SearchModuleElementType) Descriptor ¶
func (SearchModuleElementType) Descriptor() protoreflect.EnumDescriptor
func (SearchModuleElementType) Enum ¶
func (x SearchModuleElementType) Enum() *SearchModuleElementType
func (SearchModuleElementType) EnumDescriptor
deprecated
func (SearchModuleElementType) EnumDescriptor() ([]byte, []int)
Deprecated: Use SearchModuleElementType.Descriptor instead.
func (SearchModuleElementType) Number ¶
func (x SearchModuleElementType) Number() protoreflect.EnumNumber
func (SearchModuleElementType) String ¶
func (x SearchModuleElementType) String() string
func (SearchModuleElementType) Type ¶
func (SearchModuleElementType) Type() protoreflect.EnumType
type SearchRequest ¶
type SearchRequest struct { // The search string. Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is 0. PageToken uint32 `protobuf:"varint,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Empty list means show all. Supplying one or more enums will // limit the search to only the requested resources. // Supplying all possible enums is equivalent to empty list of filters. Filters []SearchFilter `protobuf:"varint,4,rep,packed,name=filters,proto3,enum=buf.alpha.registry.v1alpha1.SearchFilter" json:"filters,omitempty"` // contains filtered or unexported fields }
func (*SearchRequest) Descriptor
deprecated
func (*SearchRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.
func (*SearchRequest) GetFilters ¶
func (x *SearchRequest) GetFilters() []SearchFilter
func (*SearchRequest) GetPageSize ¶
func (x *SearchRequest) GetPageSize() uint32
func (*SearchRequest) GetPageToken ¶
func (x *SearchRequest) GetPageToken() uint32
func (*SearchRequest) GetQuery ¶
func (x *SearchRequest) GetQuery() string
func (*SearchRequest) ProtoMessage ¶
func (*SearchRequest) ProtoMessage()
func (*SearchRequest) ProtoReflect ¶
func (x *SearchRequest) ProtoReflect() protoreflect.Message
func (*SearchRequest) Reset ¶
func (x *SearchRequest) Reset()
func (*SearchRequest) String ¶
func (x *SearchRequest) String() string
type SearchResponse ¶
type SearchResponse struct { SearchResults []*SearchResult `protobuf:"bytes,1,rep,name=search_results,json=searchResults,proto3" json:"search_results,omitempty"` // There are no more pages if this is 0. NextPageToken uint32 `protobuf:"varint,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*SearchResponse) Descriptor
deprecated
func (*SearchResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchResponse.ProtoReflect.Descriptor instead.
func (*SearchResponse) GetNextPageToken ¶
func (x *SearchResponse) GetNextPageToken() uint32
func (*SearchResponse) GetSearchResults ¶
func (x *SearchResponse) GetSearchResults() []*SearchResult
func (*SearchResponse) ProtoMessage ¶
func (*SearchResponse) ProtoMessage()
func (*SearchResponse) ProtoReflect ¶
func (x *SearchResponse) ProtoReflect() protoreflect.Message
func (*SearchResponse) Reset ¶
func (x *SearchResponse) Reset()
func (*SearchResponse) String ¶
func (x *SearchResponse) String() string
type SearchResult ¶
type SearchResult struct { // Types that are assignable to Item: // // *SearchResult_Repository // *SearchResult_Organization // *SearchResult_User // *SearchResult_Team // *SearchResult_CuratedPlugin // *SearchResult_ModuleElement // *SearchResult_ModuleFile Item isSearchResult_Item `protobuf_oneof:"item"` // contains filtered or unexported fields }
func (*SearchResult) Descriptor
deprecated
func (*SearchResult) Descriptor() ([]byte, []int)
Deprecated: Use SearchResult.ProtoReflect.Descriptor instead.
func (*SearchResult) GetCuratedPlugin ¶
func (x *SearchResult) GetCuratedPlugin() *CuratedPluginSearchResult
func (*SearchResult) GetItem ¶
func (m *SearchResult) GetItem() isSearchResult_Item
func (*SearchResult) GetModuleElement ¶
func (x *SearchResult) GetModuleElement() *ModuleElementSearchResult
func (*SearchResult) GetModuleFile ¶
func (x *SearchResult) GetModuleFile() *ModuleFileSearchResult
func (*SearchResult) GetOrganization ¶
func (x *SearchResult) GetOrganization() *OrganizationSearchResult
func (*SearchResult) GetRepository ¶
func (x *SearchResult) GetRepository() *RepositorySearchResult
func (*SearchResult) GetTeam ¶
func (x *SearchResult) GetTeam() *TeamSearchResult
func (*SearchResult) GetUser ¶
func (x *SearchResult) GetUser() *UserSearchResult
func (*SearchResult) ProtoMessage ¶
func (*SearchResult) ProtoMessage()
func (*SearchResult) ProtoReflect ¶
func (x *SearchResult) ProtoReflect() protoreflect.Message
func (*SearchResult) Reset ¶
func (x *SearchResult) Reset()
func (*SearchResult) String ¶
func (x *SearchResult) String() string
type SearchResult_CuratedPlugin ¶
type SearchResult_CuratedPlugin struct {
CuratedPlugin *CuratedPluginSearchResult `protobuf:"bytes,7,opt,name=curated_plugin,json=curatedPlugin,proto3,oneof"`
}
type SearchResult_ModuleElement ¶
type SearchResult_ModuleElement struct {
ModuleElement *ModuleElementSearchResult `protobuf:"bytes,8,opt,name=module_element,json=moduleElement,proto3,oneof"`
}
type SearchResult_ModuleFile ¶
type SearchResult_ModuleFile struct {
ModuleFile *ModuleFileSearchResult `protobuf:"bytes,9,opt,name=module_file,json=moduleFile,proto3,oneof"`
}
type SearchResult_Organization ¶
type SearchResult_Organization struct {
Organization *OrganizationSearchResult `protobuf:"bytes,2,opt,name=organization,proto3,oneof"`
}
type SearchResult_Repository ¶
type SearchResult_Repository struct {
Repository *RepositorySearchResult `protobuf:"bytes,1,opt,name=repository,proto3,oneof"`
}
type SearchResult_Team ¶
type SearchResult_Team struct {
Team *TeamSearchResult `protobuf:"bytes,4,opt,name=team,proto3,oneof"`
}
type SearchResult_User ¶
type SearchResult_User struct {
User *UserSearchResult `protobuf:"bytes,3,opt,name=user,proto3,oneof"`
}
type SearchTagRequest ¶
type SearchTagRequest struct { // The owner of the repository. RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` // The name of the repository. RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // The search string. Query string `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"` PageSize uint32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // The field to order results by. OrderBy OrderBy `protobuf:"varint,6,opt,name=order_by,json=orderBy,proto3,enum=buf.alpha.registry.v1alpha1.OrderBy" json:"order_by,omitempty"` // Reverse orders results in descending order. Reverse bool `protobuf:"varint,7,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*SearchTagRequest) Descriptor
deprecated
func (*SearchTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchTagRequest.ProtoReflect.Descriptor instead.
func (*SearchTagRequest) GetOrderBy ¶
func (x *SearchTagRequest) GetOrderBy() OrderBy
func (*SearchTagRequest) GetPageSize ¶
func (x *SearchTagRequest) GetPageSize() uint32
func (*SearchTagRequest) GetPageToken ¶
func (x *SearchTagRequest) GetPageToken() string
func (*SearchTagRequest) GetQuery ¶
func (x *SearchTagRequest) GetQuery() string
func (*SearchTagRequest) GetRepositoryName ¶
func (x *SearchTagRequest) GetRepositoryName() string
func (*SearchTagRequest) GetRepositoryOwner ¶
func (x *SearchTagRequest) GetRepositoryOwner() string
func (*SearchTagRequest) GetReverse ¶
func (x *SearchTagRequest) GetReverse() bool
func (*SearchTagRequest) ProtoMessage ¶
func (*SearchTagRequest) ProtoMessage()
func (*SearchTagRequest) ProtoReflect ¶
func (x *SearchTagRequest) ProtoReflect() protoreflect.Message
func (*SearchTagRequest) Reset ¶
func (x *SearchTagRequest) Reset()
func (*SearchTagRequest) String ¶
func (x *SearchTagRequest) String() string
type SearchTagResponse ¶
type SearchTagResponse 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 (*SearchTagResponse) Descriptor
deprecated
func (*SearchTagResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchTagResponse.ProtoReflect.Descriptor instead.
func (*SearchTagResponse) GetNextPageToken ¶
func (x *SearchTagResponse) GetNextPageToken() string
func (*SearchTagResponse) GetRepositoryTags ¶
func (x *SearchTagResponse) GetRepositoryTags() []*RepositoryTag
func (*SearchTagResponse) ProtoMessage ¶
func (*SearchTagResponse) ProtoMessage()
func (*SearchTagResponse) ProtoReflect ¶
func (x *SearchTagResponse) ProtoReflect() protoreflect.Message
func (*SearchTagResponse) Reset ¶
func (x *SearchTagResponse) Reset()
func (*SearchTagResponse) String ¶
func (x *SearchTagResponse) String() string
type ServerRole ¶
type ServerRole int32
The roles that users can have in a Server.
const ( ServerRole_SERVER_ROLE_UNSPECIFIED ServerRole = 0 ServerRole_SERVER_ROLE_ADMIN ServerRole = 1 ServerRole_SERVER_ROLE_MEMBER ServerRole = 2 )
func (ServerRole) Descriptor ¶
func (ServerRole) Descriptor() protoreflect.EnumDescriptor
func (ServerRole) Enum ¶
func (x ServerRole) Enum() *ServerRole
func (ServerRole) EnumDescriptor
deprecated
func (ServerRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServerRole.Descriptor instead.
func (ServerRole) Number ¶
func (x ServerRole) Number() protoreflect.EnumNumber
func (ServerRole) String ¶
func (x ServerRole) String() string
func (ServerRole) Type ¶
func (ServerRole) Type() protoreflect.EnumType
type Service ¶
type Service struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // nested_name includes the nested types for a given type definition. NestedName string `protobuf:"bytes,2,opt,name=nested_name,json=nestedName,proto3" json:"nested_name,omitempty"` // full_name includes the package name and nested types for a given type definition. FullName string `protobuf:"bytes,3,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` // comments is derived from the leading comments of a given service. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string `protobuf:"bytes,4,opt,name=comments,proto3" json:"comments,omitempty"` // file_path is the normalized path of the file containing the service. // This is used for navigating to the source code for the service. FilePath string `protobuf:"bytes,5,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` Location *Location `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"` Methods []*Method `protobuf:"bytes,7,rep,name=methods,proto3" json:"methods,omitempty"` // implicitly_deprecated is true if its enclosing file 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 service. This is a super-set of // service_options and uses a dynamic representation so it can also // accommodate custom options with arbitrary types. // This supersedes service_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. ServiceOptions *ServiceOptions `protobuf:"bytes,8,opt,name=service_options,json=serviceOptions,proto3" json:"service_options,omitempty"` // contains filtered or unexported fields }
Service provides information for the documentation for a given service type in a file.
func (*Service) Descriptor
deprecated
func (*Service) GetComments ¶
func (*Service) GetFilePath ¶
func (*Service) GetFullName ¶
func (*Service) GetImplicitlyDeprecated ¶
func (*Service) GetLocation ¶
func (*Service) GetMethods ¶
func (*Service) GetNestedName ¶
func (*Service) GetOptions ¶
func (x *Service) GetOptions() []*FieldLiteral
func (*Service) GetServiceOptions
deprecated
func (x *Service) GetServiceOptions() *ServiceOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
type ServiceOptions
deprecated
type ServiceOptions struct { Deprecated bool `protobuf:"varint,1,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // contains filtered or unexported fields }
ServiceOptions provides information for the documentation of options for a given service.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*ServiceOptions) Descriptor
deprecated
func (*ServiceOptions) Descriptor() ([]byte, []int)
Deprecated: Use ServiceOptions.ProtoReflect.Descriptor instead.
func (*ServiceOptions) GetDeprecated ¶
func (x *ServiceOptions) GetDeprecated() bool
func (*ServiceOptions) ProtoMessage ¶
func (*ServiceOptions) ProtoMessage()
func (*ServiceOptions) ProtoReflect ¶
func (x *ServiceOptions) ProtoReflect() protoreflect.Message
func (*ServiceOptions) Reset ¶
func (x *ServiceOptions) Reset()
func (*ServiceOptions) String ¶
func (x *ServiceOptions) String() string
type SetOrganizationMemberRequest ¶
type SetOrganizationMemberRequest struct { // The ID of the organization for which the user's role will be set. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // The ID of the user whose role will be set. UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // The role to assign to the user. // Setting UNSPECIFIED means removing the user's role. OrganizationRole OrganizationRole `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetOrganizationMemberRequest) Descriptor
deprecated
func (*SetOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*SetOrganizationMemberRequest) GetOrganizationId ¶
func (x *SetOrganizationMemberRequest) GetOrganizationId() string
func (*SetOrganizationMemberRequest) GetOrganizationRole ¶
func (x *SetOrganizationMemberRequest) GetOrganizationRole() OrganizationRole
func (*SetOrganizationMemberRequest) GetUserId ¶
func (x *SetOrganizationMemberRequest) GetUserId() string
func (*SetOrganizationMemberRequest) ProtoMessage ¶
func (*SetOrganizationMemberRequest) ProtoMessage()
func (*SetOrganizationMemberRequest) ProtoReflect ¶
func (x *SetOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*SetOrganizationMemberRequest) Reset ¶
func (x *SetOrganizationMemberRequest) Reset()
func (*SetOrganizationMemberRequest) String ¶
func (x *SetOrganizationMemberRequest) String() string
type SetOrganizationMemberResponse ¶
type SetOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*SetOrganizationMemberResponse) Descriptor
deprecated
func (*SetOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*SetOrganizationMemberResponse) ProtoMessage ¶
func (*SetOrganizationMemberResponse) ProtoMessage()
func (*SetOrganizationMemberResponse) ProtoReflect ¶
func (x *SetOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*SetOrganizationMemberResponse) Reset ¶
func (x *SetOrganizationMemberResponse) Reset()
func (*SetOrganizationMemberResponse) String ¶
func (x *SetOrganizationMemberResponse) String() string
type SetRecommendedResource ¶
type SetRecommendedResource struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
SetRecommendedResource is the information needed to configure a resource recommendation
func (*SetRecommendedResource) Descriptor
deprecated
func (*SetRecommendedResource) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedResource.ProtoReflect.Descriptor instead.
func (*SetRecommendedResource) GetName ¶
func (x *SetRecommendedResource) GetName() string
func (*SetRecommendedResource) GetOwner ¶
func (x *SetRecommendedResource) GetOwner() string
func (*SetRecommendedResource) ProtoMessage ¶
func (*SetRecommendedResource) ProtoMessage()
func (*SetRecommendedResource) ProtoReflect ¶
func (x *SetRecommendedResource) ProtoReflect() protoreflect.Message
func (*SetRecommendedResource) Reset ¶
func (x *SetRecommendedResource) Reset()
func (*SetRecommendedResource) String ¶
func (x *SetRecommendedResource) String() string
type SetRecommendedResourcesRequest ¶
type SetRecommendedResourcesRequest struct { Resources []*SetRecommendedResource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"` // contains filtered or unexported fields }
func (*SetRecommendedResourcesRequest) Descriptor
deprecated
func (*SetRecommendedResourcesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedResourcesRequest.ProtoReflect.Descriptor instead.
func (*SetRecommendedResourcesRequest) GetResources ¶
func (x *SetRecommendedResourcesRequest) GetResources() []*SetRecommendedResource
func (*SetRecommendedResourcesRequest) ProtoMessage ¶
func (*SetRecommendedResourcesRequest) ProtoMessage()
func (*SetRecommendedResourcesRequest) ProtoReflect ¶
func (x *SetRecommendedResourcesRequest) ProtoReflect() protoreflect.Message
func (*SetRecommendedResourcesRequest) Reset ¶
func (x *SetRecommendedResourcesRequest) Reset()
func (*SetRecommendedResourcesRequest) String ¶
func (x *SetRecommendedResourcesRequest) String() string
type SetRecommendedResourcesResponse ¶
type SetRecommendedResourcesResponse struct {
// contains filtered or unexported fields
}
func (*SetRecommendedResourcesResponse) Descriptor
deprecated
func (*SetRecommendedResourcesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedResourcesResponse.ProtoReflect.Descriptor instead.
func (*SetRecommendedResourcesResponse) ProtoMessage ¶
func (*SetRecommendedResourcesResponse) ProtoMessage()
func (*SetRecommendedResourcesResponse) ProtoReflect ¶
func (x *SetRecommendedResourcesResponse) ProtoReflect() protoreflect.Message
func (*SetRecommendedResourcesResponse) Reset ¶
func (x *SetRecommendedResourcesResponse) Reset()
func (*SetRecommendedResourcesResponse) String ¶
func (x *SetRecommendedResourcesResponse) String() string
type SetRepositoryContributorRequest ¶
type SetRepositoryContributorRequest struct { // The ID of the repository for which the user's role will be set. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // The ID of the user whose role will be set. UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // The role to assign to the user. // Setting UNSPECIFIED means removing the user's role. RepositoryRole RepositoryRole `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetRepositoryContributorRequest) Descriptor
deprecated
func (*SetRepositoryContributorRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetRepositoryContributorRequest.ProtoReflect.Descriptor instead.
func (*SetRepositoryContributorRequest) GetRepositoryId ¶
func (x *SetRepositoryContributorRequest) GetRepositoryId() string
func (*SetRepositoryContributorRequest) GetRepositoryRole ¶
func (x *SetRepositoryContributorRequest) GetRepositoryRole() RepositoryRole
func (*SetRepositoryContributorRequest) GetUserId ¶
func (x *SetRepositoryContributorRequest) GetUserId() string
func (*SetRepositoryContributorRequest) ProtoMessage ¶
func (*SetRepositoryContributorRequest) ProtoMessage()
func (*SetRepositoryContributorRequest) ProtoReflect ¶
func (x *SetRepositoryContributorRequest) ProtoReflect() protoreflect.Message
func (*SetRepositoryContributorRequest) Reset ¶
func (x *SetRepositoryContributorRequest) Reset()
func (*SetRepositoryContributorRequest) String ¶
func (x *SetRepositoryContributorRequest) String() string
type SetRepositoryContributorResponse ¶
type SetRepositoryContributorResponse struct {
// contains filtered or unexported fields
}
func (*SetRepositoryContributorResponse) Descriptor
deprecated
func (*SetRepositoryContributorResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetRepositoryContributorResponse.ProtoReflect.Descriptor instead.
func (*SetRepositoryContributorResponse) ProtoMessage ¶
func (*SetRepositoryContributorResponse) ProtoMessage()
func (*SetRepositoryContributorResponse) ProtoReflect ¶
func (x *SetRepositoryContributorResponse) ProtoReflect() protoreflect.Message
func (*SetRepositoryContributorResponse) Reset ¶
func (x *SetRepositoryContributorResponse) Reset()
func (*SetRepositoryContributorResponse) String ¶
func (x *SetRepositoryContributorResponse) String() string
type SetStudioAgentPresetsRequest ¶
type SetStudioAgentPresetsRequest struct { Agents []*StudioAgentPreset `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"` // contains filtered or unexported fields }
func (*SetStudioAgentPresetsRequest) Descriptor
deprecated
func (*SetStudioAgentPresetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetStudioAgentPresetsRequest.ProtoReflect.Descriptor instead.
func (*SetStudioAgentPresetsRequest) GetAgents ¶
func (x *SetStudioAgentPresetsRequest) GetAgents() []*StudioAgentPreset
func (*SetStudioAgentPresetsRequest) ProtoMessage ¶
func (*SetStudioAgentPresetsRequest) ProtoMessage()
func (*SetStudioAgentPresetsRequest) ProtoReflect ¶
func (x *SetStudioAgentPresetsRequest) ProtoReflect() protoreflect.Message
func (*SetStudioAgentPresetsRequest) Reset ¶
func (x *SetStudioAgentPresetsRequest) Reset()
func (*SetStudioAgentPresetsRequest) String ¶
func (x *SetStudioAgentPresetsRequest) String() string
type SetStudioAgentPresetsResponse ¶
type SetStudioAgentPresetsResponse struct {
// contains filtered or unexported fields
}
func (*SetStudioAgentPresetsResponse) Descriptor
deprecated
func (*SetStudioAgentPresetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetStudioAgentPresetsResponse.ProtoReflect.Descriptor instead.
func (*SetStudioAgentPresetsResponse) ProtoMessage ¶
func (*SetStudioAgentPresetsResponse) ProtoMessage()
func (*SetStudioAgentPresetsResponse) ProtoReflect ¶
func (x *SetStudioAgentPresetsResponse) ProtoReflect() protoreflect.Message
func (*SetStudioAgentPresetsResponse) Reset ¶
func (x *SetStudioAgentPresetsResponse) Reset()
func (*SetStudioAgentPresetsResponse) String ¶
func (x *SetStudioAgentPresetsResponse) String() string
type StudioAgentPreset ¶
type StudioAgentPreset struct { // The agent URL in the Studio. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // The optional alias of the agent URL. Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` // The protocol the agent should use to forward requests. Protocol StudioAgentProtocol `protobuf:"varint,3,opt,name=protocol,proto3,enum=buf.alpha.registry.v1alpha1.StudioAgentProtocol" json:"protocol,omitempty"` // The URL of the target host. TargetUrl string `protobuf:"bytes,4,opt,name=target_url,json=targetUrl,proto3" json:"target_url,omitempty"` // contains filtered or unexported fields }
StudioAgentPreset is the information about an agent preset in the Studio.
func (*StudioAgentPreset) Descriptor
deprecated
func (*StudioAgentPreset) Descriptor() ([]byte, []int)
Deprecated: Use StudioAgentPreset.ProtoReflect.Descriptor instead.
func (*StudioAgentPreset) GetAlias ¶
func (x *StudioAgentPreset) GetAlias() string
func (*StudioAgentPreset) GetProtocol ¶
func (x *StudioAgentPreset) GetProtocol() StudioAgentProtocol
func (*StudioAgentPreset) GetTargetUrl ¶
func (x *StudioAgentPreset) GetTargetUrl() string
func (*StudioAgentPreset) GetUrl ¶
func (x *StudioAgentPreset) GetUrl() string
func (*StudioAgentPreset) ProtoMessage ¶
func (*StudioAgentPreset) ProtoMessage()
func (*StudioAgentPreset) ProtoReflect ¶
func (x *StudioAgentPreset) ProtoReflect() protoreflect.Message
func (*StudioAgentPreset) Reset ¶
func (x *StudioAgentPreset) Reset()
func (*StudioAgentPreset) String ¶
func (x *StudioAgentPreset) String() string
type StudioAgentProtocol ¶
type StudioAgentProtocol int32
The protocols supported by Studio agent.
const ( StudioAgentProtocol_STUDIO_AGENT_PROTOCOL_UNSPECIFIED StudioAgentProtocol = 0 StudioAgentProtocol_STUDIO_AGENT_PROTOCOL_GRPC StudioAgentProtocol = 1 StudioAgentProtocol_STUDIO_AGENT_PROTOCOL_CONNECT StudioAgentProtocol = 2 )
func (StudioAgentProtocol) Descriptor ¶
func (StudioAgentProtocol) Descriptor() protoreflect.EnumDescriptor
func (StudioAgentProtocol) Enum ¶
func (x StudioAgentProtocol) Enum() *StudioAgentProtocol
func (StudioAgentProtocol) EnumDescriptor
deprecated
func (StudioAgentProtocol) EnumDescriptor() ([]byte, []int)
Deprecated: Use StudioAgentProtocol.Descriptor instead.
func (StudioAgentProtocol) Number ¶
func (x StudioAgentProtocol) Number() protoreflect.EnumNumber
func (StudioAgentProtocol) String ¶
func (x StudioAgentProtocol) String() string
func (StudioAgentProtocol) Type ¶
func (StudioAgentProtocol) Type() protoreflect.EnumType
type StudioProtocol ¶
type StudioProtocol int32
StudioProtocol are the supported protocols for Studio Requests.
const ( // STUDIO_PROTOCOL_UNSPECIFIED is a safe default for requests with no protocol // defined. StudioProtocol_STUDIO_PROTOCOL_UNSPECIFIED StudioProtocol = 0 // STUDIO_PROTOCOL_CONNECT is the Connect protocol in Studio. StudioProtocol_STUDIO_PROTOCOL_CONNECT StudioProtocol = 1 // STUDIO_PROTOCOL_GRPC is the gRPC protocol in Studio. StudioProtocol_STUDIO_PROTOCOL_GRPC StudioProtocol = 2 // STUDIO_PROTOCOL_GRPC_WEB is the gRPC-web protocol in Studio. StudioProtocol_STUDIO_PROTOCOL_GRPC_WEB StudioProtocol = 3 )
func (StudioProtocol) Descriptor ¶
func (StudioProtocol) Descriptor() protoreflect.EnumDescriptor
func (StudioProtocol) Enum ¶
func (x StudioProtocol) Enum() *StudioProtocol
func (StudioProtocol) EnumDescriptor
deprecated
func (StudioProtocol) EnumDescriptor() ([]byte, []int)
Deprecated: Use StudioProtocol.Descriptor instead.
func (StudioProtocol) Number ¶
func (x StudioProtocol) Number() protoreflect.EnumNumber
func (StudioProtocol) String ¶
func (x StudioProtocol) String() string
func (StudioProtocol) Type ¶
func (StudioProtocol) Type() protoreflect.EnumType
type StudioRequest ¶
type StudioRequest struct { // The ID of this Studio Request. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The request creation timestamp. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The request last updated timestamp. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // User ID who created and saved this request. AuthorUserId string `protobuf:"bytes,4,opt,name=author_user_id,json=authorUserId,proto3" json:"author_user_id,omitempty"` // BSR repository ID this request is linked to. RepositoryId string `protobuf:"bytes,5,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // The friendly name of this request. Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` // The target base URL of this request. TargetBaseUrl string `protobuf:"bytes,7,opt,name=target_base_url,json=targetBaseUrl,proto3" json:"target_base_url,omitempty"` // The BSR repository owner name (user or organization). RepositoryOwner string `protobuf:"bytes,8,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` // The BSR repository name. RepositoryName string `protobuf:"bytes,9,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // The target service name as defined in the BSR repository. Service string `protobuf:"bytes,10,opt,name=service,proto3" json:"service,omitempty"` // The target RPC method name as defined in the BSR repository. Method string `protobuf:"bytes,11,opt,name=method,proto3" json:"method,omitempty"` // The request body as defined in Studio. Body string `protobuf:"bytes,12,opt,name=body,proto3" json:"body,omitempty"` // The request headers as defined in Studio. Headers map[string]string `` /* 156-byte string literal not displayed */ // Should this request include cookies from the Studio current session? IncludeCookies bool `protobuf:"varint,14,opt,name=include_cookies,json=includeCookies,proto3" json:"include_cookies,omitempty"` // The protocol that Studio uses to send this request. Protocol StudioProtocol `protobuf:"varint,15,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,16,opt,name=agent_url,json=agentUrl,proto3" json:"agent_url,omitempty"` // contains filtered or unexported fields }
StudioRequest represents a saved request in Studio, that is synced to a BSR user's profile.
func (*StudioRequest) Descriptor
deprecated
func (*StudioRequest) Descriptor() ([]byte, []int)
Deprecated: Use StudioRequest.ProtoReflect.Descriptor instead.
func (*StudioRequest) GetAgentUrl ¶
func (x *StudioRequest) GetAgentUrl() string
func (*StudioRequest) GetAuthorUserId ¶
func (x *StudioRequest) GetAuthorUserId() string
func (*StudioRequest) GetBody ¶
func (x *StudioRequest) GetBody() string
func (*StudioRequest) GetCreateTime ¶
func (x *StudioRequest) GetCreateTime() *timestamppb.Timestamp
func (*StudioRequest) GetHeaders ¶
func (x *StudioRequest) GetHeaders() map[string]string
func (*StudioRequest) GetId ¶
func (x *StudioRequest) GetId() string
func (*StudioRequest) GetIncludeCookies ¶
func (x *StudioRequest) GetIncludeCookies() bool
func (*StudioRequest) GetMethod ¶
func (x *StudioRequest) GetMethod() string
func (*StudioRequest) GetName ¶
func (x *StudioRequest) GetName() string
func (*StudioRequest) GetProtocol ¶
func (x *StudioRequest) GetProtocol() StudioProtocol
func (*StudioRequest) GetRepositoryId ¶
func (x *StudioRequest) GetRepositoryId() string
func (*StudioRequest) GetRepositoryName ¶
func (x *StudioRequest) GetRepositoryName() string
func (*StudioRequest) GetRepositoryOwner ¶
func (x *StudioRequest) GetRepositoryOwner() string
func (*StudioRequest) GetService ¶
func (x *StudioRequest) GetService() string
func (*StudioRequest) GetTargetBaseUrl ¶
func (x *StudioRequest) GetTargetBaseUrl() string
func (*StudioRequest) GetUpdateTime ¶
func (x *StudioRequest) GetUpdateTime() *timestamppb.Timestamp
func (*StudioRequest) ProtoMessage ¶
func (*StudioRequest) ProtoMessage()
func (*StudioRequest) ProtoReflect ¶
func (x *StudioRequest) ProtoReflect() protoreflect.Message
func (*StudioRequest) Reset ¶
func (x *StudioRequest) Reset()
func (*StudioRequest) String ¶
func (x *StudioRequest) String() string
type SwiftConfig ¶
type SwiftConfig struct { // Optionally define the runtime libraries for the plugin. RuntimeLibraries []*SwiftConfig_RuntimeLibrary `protobuf:"bytes,1,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"` // contains filtered or unexported fields }
func (*SwiftConfig) Descriptor
deprecated
func (*SwiftConfig) Descriptor() ([]byte, []int)
Deprecated: Use SwiftConfig.ProtoReflect.Descriptor instead.
func (*SwiftConfig) GetRuntimeLibraries ¶
func (x *SwiftConfig) GetRuntimeLibraries() []*SwiftConfig_RuntimeLibrary
func (*SwiftConfig) ProtoMessage ¶
func (*SwiftConfig) ProtoMessage()
func (*SwiftConfig) ProtoReflect ¶
func (x *SwiftConfig) ProtoReflect() protoreflect.Message
func (*SwiftConfig) Reset ¶
func (x *SwiftConfig) Reset()
func (*SwiftConfig) String ¶
func (x *SwiftConfig) String() string
type SwiftConfig_RuntimeLibrary ¶
type SwiftConfig_RuntimeLibrary struct { // The source of the runtime library package, e.g. https://github.com/apple/swift-protobuf.git. Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` // The name of the runtime library package, e.g. "swift-protobuf". Package string `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"` // The version of the runtime library, e.g. "1.21.0". Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // The products exported by the runtime library, e.g. "SwiftProtobuf". Products []string `protobuf:"bytes,4,rep,name=products,proto3" json:"products,omitempty"` // The minimum compatible platform versions of the runtime library. Platforms []*SwiftConfig_RuntimeLibrary_Platform `protobuf:"bytes,5,rep,name=platforms,proto3" json:"platforms,omitempty"` // The supported Swift language versions of the runtime library, e.g. ".v5". SwiftVersions []string `protobuf:"bytes,6,rep,name=swift_versions,json=swiftVersions,proto3" json:"swift_versions,omitempty"` // contains filtered or unexported fields }
RuntimeLibrary describes a runtime library dependency of the generated code.
func (*SwiftConfig_RuntimeLibrary) Descriptor
deprecated
func (*SwiftConfig_RuntimeLibrary) Descriptor() ([]byte, []int)
Deprecated: Use SwiftConfig_RuntimeLibrary.ProtoReflect.Descriptor instead.
func (*SwiftConfig_RuntimeLibrary) GetPackage ¶
func (x *SwiftConfig_RuntimeLibrary) GetPackage() string
func (*SwiftConfig_RuntimeLibrary) GetPlatforms ¶
func (x *SwiftConfig_RuntimeLibrary) GetPlatforms() []*SwiftConfig_RuntimeLibrary_Platform
func (*SwiftConfig_RuntimeLibrary) GetProducts ¶
func (x *SwiftConfig_RuntimeLibrary) GetProducts() []string
func (*SwiftConfig_RuntimeLibrary) GetSource ¶
func (x *SwiftConfig_RuntimeLibrary) GetSource() string
func (*SwiftConfig_RuntimeLibrary) GetSwiftVersions ¶
func (x *SwiftConfig_RuntimeLibrary) GetSwiftVersions() []string
func (*SwiftConfig_RuntimeLibrary) GetVersion ¶
func (x *SwiftConfig_RuntimeLibrary) GetVersion() string
func (*SwiftConfig_RuntimeLibrary) ProtoMessage ¶
func (*SwiftConfig_RuntimeLibrary) ProtoMessage()
func (*SwiftConfig_RuntimeLibrary) ProtoReflect ¶
func (x *SwiftConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*SwiftConfig_RuntimeLibrary) Reset ¶
func (x *SwiftConfig_RuntimeLibrary) Reset()
func (*SwiftConfig_RuntimeLibrary) String ¶
func (x *SwiftConfig_RuntimeLibrary) String() string
type SwiftConfig_RuntimeLibrary_Platform ¶
type SwiftConfig_RuntimeLibrary_Platform struct { // The name of the platform. Name SwiftPlatformType `protobuf:"varint,1,opt,name=name,proto3,enum=buf.alpha.registry.v1alpha1.SwiftPlatformType" json:"name,omitempty"` // The minimum compatible version of the platform. Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
The minimum compatible platform versions of the runtime library.
func (*SwiftConfig_RuntimeLibrary_Platform) Descriptor
deprecated
func (*SwiftConfig_RuntimeLibrary_Platform) Descriptor() ([]byte, []int)
Deprecated: Use SwiftConfig_RuntimeLibrary_Platform.ProtoReflect.Descriptor instead.
func (*SwiftConfig_RuntimeLibrary_Platform) GetName ¶
func (x *SwiftConfig_RuntimeLibrary_Platform) GetName() SwiftPlatformType
func (*SwiftConfig_RuntimeLibrary_Platform) GetVersion ¶
func (x *SwiftConfig_RuntimeLibrary_Platform) GetVersion() string
func (*SwiftConfig_RuntimeLibrary_Platform) ProtoMessage ¶
func (*SwiftConfig_RuntimeLibrary_Platform) ProtoMessage()
func (*SwiftConfig_RuntimeLibrary_Platform) ProtoReflect ¶
func (x *SwiftConfig_RuntimeLibrary_Platform) ProtoReflect() protoreflect.Message
func (*SwiftConfig_RuntimeLibrary_Platform) Reset ¶
func (x *SwiftConfig_RuntimeLibrary_Platform) Reset()
func (*SwiftConfig_RuntimeLibrary_Platform) String ¶
func (x *SwiftConfig_RuntimeLibrary_Platform) String() string
type SwiftPlatformType ¶
type SwiftPlatformType int32
SwiftPlatformType is used to specify the platform type for a Swift plugins minimum compatible version.
const ( SwiftPlatformType_SWIFT_PLATFORM_TYPE_UNSPECIFIED SwiftPlatformType = 0 SwiftPlatformType_SWIFT_PLATFORM_TYPE_MACOS SwiftPlatformType = 1 SwiftPlatformType_SWIFT_PLATFORM_TYPE_IOS SwiftPlatformType = 2 SwiftPlatformType_SWIFT_PLATFORM_TYPE_WATCHOS SwiftPlatformType = 3 SwiftPlatformType_SWIFT_PLATFORM_TYPE_TVOS SwiftPlatformType = 4 )
func (SwiftPlatformType) Descriptor ¶
func (SwiftPlatformType) Descriptor() protoreflect.EnumDescriptor
func (SwiftPlatformType) Enum ¶
func (x SwiftPlatformType) Enum() *SwiftPlatformType
func (SwiftPlatformType) EnumDescriptor
deprecated
func (SwiftPlatformType) EnumDescriptor() ([]byte, []int)
Deprecated: Use SwiftPlatformType.Descriptor instead.
func (SwiftPlatformType) Number ¶
func (x SwiftPlatformType) Number() protoreflect.EnumNumber
func (SwiftPlatformType) String ¶
func (x SwiftPlatformType) String() string
func (SwiftPlatformType) Type ¶
func (SwiftPlatformType) Type() protoreflect.EnumType
type SyncGitCommitRequest ¶
type SyncGitCommitRequest struct { // Owner is the owner of the BSR repository. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // Repository is the name of the BSR repository. Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // Branch is the Git branch that this commit belongs to. Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` // Manifest with all the module files being pushed. Manifest *v1alpha1.Blob `protobuf:"bytes,4,opt,name=manifest,proto3" json:"manifest,omitempty"` // Referenced blobs in the manifest. Keep in mind there is not necessarily one // blob per file, but one blob per digest, so for files with exactly the same // content, you can send just one blob. Blobs []*v1alpha1.Blob `protobuf:"bytes,5,rep,name=blobs,proto3" json:"blobs,omitempty"` // Hash is the SHA1 hash of the Git commit. Hash string `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"` // Author is the author of the Git commit. Author *GitIdentity `protobuf:"bytes,7,opt,name=author,proto3" json:"author,omitempty"` // Committer is the committer of the Git commit. Committer *GitIdentity `protobuf:"bytes,8,opt,name=committer,proto3" json:"committer,omitempty"` // Tags are the Git tags which point to this commit. Tags []string `protobuf:"bytes,9,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*SyncGitCommitRequest) Descriptor
deprecated
func (*SyncGitCommitRequest) Descriptor() ([]byte, []int)
Deprecated: Use SyncGitCommitRequest.ProtoReflect.Descriptor instead.
func (*SyncGitCommitRequest) GetAuthor ¶
func (x *SyncGitCommitRequest) GetAuthor() *GitIdentity
func (*SyncGitCommitRequest) GetBlobs ¶
func (x *SyncGitCommitRequest) GetBlobs() []*v1alpha1.Blob
func (*SyncGitCommitRequest) GetBranch ¶
func (x *SyncGitCommitRequest) GetBranch() string
func (*SyncGitCommitRequest) GetCommitter ¶
func (x *SyncGitCommitRequest) GetCommitter() *GitIdentity
func (*SyncGitCommitRequest) GetHash ¶
func (x *SyncGitCommitRequest) GetHash() string
func (*SyncGitCommitRequest) GetManifest ¶
func (x *SyncGitCommitRequest) GetManifest() *v1alpha1.Blob
func (*SyncGitCommitRequest) GetOwner ¶
func (x *SyncGitCommitRequest) GetOwner() string
func (*SyncGitCommitRequest) GetRepository ¶
func (x *SyncGitCommitRequest) GetRepository() string
func (*SyncGitCommitRequest) GetTags ¶
func (x *SyncGitCommitRequest) GetTags() []string
func (*SyncGitCommitRequest) ProtoMessage ¶
func (*SyncGitCommitRequest) ProtoMessage()
func (*SyncGitCommitRequest) ProtoReflect ¶
func (x *SyncGitCommitRequest) ProtoReflect() protoreflect.Message
func (*SyncGitCommitRequest) Reset ¶
func (x *SyncGitCommitRequest) Reset()
func (*SyncGitCommitRequest) String ¶
func (x *SyncGitCommitRequest) String() string
type SyncGitCommitResponse ¶
type SyncGitCommitResponse struct { // SyncPoint is the latest syncpoint for the SyncGitCommit request. SyncPoint *GitSyncPoint `protobuf:"bytes,1,opt,name=sync_point,json=syncPoint,proto3" json:"sync_point,omitempty"` // contains filtered or unexported fields }
func (*SyncGitCommitResponse) Descriptor
deprecated
func (*SyncGitCommitResponse) Descriptor() ([]byte, []int)
Deprecated: Use SyncGitCommitResponse.ProtoReflect.Descriptor instead.
func (*SyncGitCommitResponse) GetSyncPoint ¶
func (x *SyncGitCommitResponse) GetSyncPoint() *GitSyncPoint
func (*SyncGitCommitResponse) ProtoMessage ¶
func (*SyncGitCommitResponse) ProtoMessage()
func (*SyncGitCommitResponse) ProtoReflect ¶
func (x *SyncGitCommitResponse) ProtoReflect() protoreflect.Message
func (*SyncGitCommitResponse) Reset ¶
func (x *SyncGitCommitResponse) Reset()
func (*SyncGitCommitResponse) String ¶
func (x *SyncGitCommitResponse) String() string
type TeamSearchResult ¶
type TeamSearchResult struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` OrganizationName string `protobuf:"bytes,3,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` // contains filtered or unexported fields }
func (*TeamSearchResult) Descriptor
deprecated
func (*TeamSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use TeamSearchResult.ProtoReflect.Descriptor instead.
func (*TeamSearchResult) GetId ¶
func (x *TeamSearchResult) GetId() string
func (*TeamSearchResult) GetName ¶
func (x *TeamSearchResult) GetName() string
func (*TeamSearchResult) GetOrganizationName ¶
func (x *TeamSearchResult) GetOrganizationName() string
func (*TeamSearchResult) ProtoMessage ¶
func (*TeamSearchResult) ProtoMessage()
func (*TeamSearchResult) ProtoReflect ¶
func (x *TeamSearchResult) ProtoReflect() protoreflect.Message
func (*TeamSearchResult) Reset ¶
func (x *TeamSearchResult) Reset()
func (*TeamSearchResult) String ¶
func (x *TeamSearchResult) String() string
type TextOutputOptions ¶
type TextOutputOptions struct { // If true and the input data includes unrecognized fields, the unrecognized // fields will be preserved in the text output (using field numbers and raw // values). IncludeUnrecognized bool `protobuf:"varint,2,opt,name=include_unrecognized,json=includeUnrecognized,proto3" json:"include_unrecognized,omitempty"` // contains filtered or unexported fields }
func (*TextOutputOptions) Descriptor
deprecated
func (*TextOutputOptions) Descriptor() ([]byte, []int)
Deprecated: Use TextOutputOptions.ProtoReflect.Descriptor instead.
func (*TextOutputOptions) GetIncludeUnrecognized ¶
func (x *TextOutputOptions) GetIncludeUnrecognized() bool
func (*TextOutputOptions) ProtoMessage ¶
func (*TextOutputOptions) ProtoMessage()
func (*TextOutputOptions) ProtoReflect ¶
func (x *TextOutputOptions) ProtoReflect() protoreflect.Message
func (*TextOutputOptions) Reset ¶
func (x *TextOutputOptions) Reset()
func (*TextOutputOptions) String ¶
func (x *TextOutputOptions) String() string
type Token ¶
type Token struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` ExpireTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` Note string `protobuf:"bytes,4,opt,name=note,proto3" json:"note,omitempty"` // contains filtered or unexported fields }
func (*Token) Descriptor
deprecated
func (*Token) GetCreateTime ¶
func (x *Token) GetCreateTime() *timestamppb.Timestamp
func (*Token) GetExpireTime ¶
func (x *Token) GetExpireTime() *timestamppb.Timestamp
func (*Token) ProtoMessage ¶
func (*Token) ProtoMessage()
func (*Token) ProtoReflect ¶
func (x *Token) ProtoReflect() protoreflect.Message
type UndeprecateRepositoryByNameRequest ¶
type UndeprecateRepositoryByNameRequest struct { OwnerName string `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"` RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // contains filtered or unexported fields }
func (*UndeprecateRepositoryByNameRequest) Descriptor
deprecated
func (*UndeprecateRepositoryByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UndeprecateRepositoryByNameRequest.ProtoReflect.Descriptor instead.
func (*UndeprecateRepositoryByNameRequest) GetOwnerName ¶
func (x *UndeprecateRepositoryByNameRequest) GetOwnerName() string
func (*UndeprecateRepositoryByNameRequest) GetRepositoryName ¶
func (x *UndeprecateRepositoryByNameRequest) GetRepositoryName() string
func (*UndeprecateRepositoryByNameRequest) ProtoMessage ¶
func (*UndeprecateRepositoryByNameRequest) ProtoMessage()
func (*UndeprecateRepositoryByNameRequest) ProtoReflect ¶
func (x *UndeprecateRepositoryByNameRequest) ProtoReflect() protoreflect.Message
func (*UndeprecateRepositoryByNameRequest) Reset ¶
func (x *UndeprecateRepositoryByNameRequest) Reset()
func (*UndeprecateRepositoryByNameRequest) String ¶
func (x *UndeprecateRepositoryByNameRequest) String() string
type UndeprecateRepositoryByNameResponse ¶
type UndeprecateRepositoryByNameResponse struct { Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` // contains filtered or unexported fields }
func (*UndeprecateRepositoryByNameResponse) Descriptor
deprecated
func (*UndeprecateRepositoryByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UndeprecateRepositoryByNameResponse.ProtoReflect.Descriptor instead.
func (*UndeprecateRepositoryByNameResponse) GetRepository ¶
func (x *UndeprecateRepositoryByNameResponse) GetRepository() *Repository
func (*UndeprecateRepositoryByNameResponse) ProtoMessage ¶
func (*UndeprecateRepositoryByNameResponse) ProtoMessage()
func (*UndeprecateRepositoryByNameResponse) ProtoReflect ¶
func (x *UndeprecateRepositoryByNameResponse) ProtoReflect() protoreflect.Message
func (*UndeprecateRepositoryByNameResponse) Reset ¶
func (x *UndeprecateRepositoryByNameResponse) Reset()
func (*UndeprecateRepositoryByNameResponse) String ¶
func (x *UndeprecateRepositoryByNameResponse) String() string
type UniquenessPolicy ¶
type UniquenessPolicy struct { // Whether uniqueness policy is enforced. Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
UniquenessPolicy is the policy for uniqueness on the server.
func (*UniquenessPolicy) Descriptor
deprecated
func (*UniquenessPolicy) Descriptor() ([]byte, []int)
Deprecated: Use UniquenessPolicy.ProtoReflect.Descriptor instead.
func (*UniquenessPolicy) GetEnabled ¶
func (x *UniquenessPolicy) GetEnabled() bool
func (*UniquenessPolicy) ProtoMessage ¶
func (*UniquenessPolicy) ProtoMessage()
func (*UniquenessPolicy) ProtoReflect ¶
func (x *UniquenessPolicy) ProtoReflect() protoreflect.Message
func (*UniquenessPolicy) Reset ¶
func (x *UniquenessPolicy) Reset()
func (*UniquenessPolicy) String ¶
func (x *UniquenessPolicy) String() string
type UpdateBreakingChangePolicyRequest ¶
type UpdateBreakingChangePolicyRequest struct { Policy *BreakingChangePolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"` // contains filtered or unexported fields }
func (*UpdateBreakingChangePolicyRequest) Descriptor
deprecated
func (*UpdateBreakingChangePolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBreakingChangePolicyRequest.ProtoReflect.Descriptor instead.
func (*UpdateBreakingChangePolicyRequest) GetPolicy ¶
func (x *UpdateBreakingChangePolicyRequest) GetPolicy() *BreakingChangePolicy
func (*UpdateBreakingChangePolicyRequest) ProtoMessage ¶
func (*UpdateBreakingChangePolicyRequest) ProtoMessage()
func (*UpdateBreakingChangePolicyRequest) ProtoReflect ¶
func (x *UpdateBreakingChangePolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateBreakingChangePolicyRequest) Reset ¶
func (x *UpdateBreakingChangePolicyRequest) Reset()
func (*UpdateBreakingChangePolicyRequest) String ¶
func (x *UpdateBreakingChangePolicyRequest) String() string
type UpdateBreakingChangePolicyResponse ¶
type UpdateBreakingChangePolicyResponse struct {
// contains filtered or unexported fields
}
func (*UpdateBreakingChangePolicyResponse) Descriptor
deprecated
func (*UpdateBreakingChangePolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBreakingChangePolicyResponse.ProtoReflect.Descriptor instead.
func (*UpdateBreakingChangePolicyResponse) ProtoMessage ¶
func (*UpdateBreakingChangePolicyResponse) ProtoMessage()
func (*UpdateBreakingChangePolicyResponse) ProtoReflect ¶
func (x *UpdateBreakingChangePolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateBreakingChangePolicyResponse) Reset ¶
func (x *UpdateBreakingChangePolicyResponse) Reset()
func (*UpdateBreakingChangePolicyResponse) String ¶
func (x *UpdateBreakingChangePolicyResponse) String() string
type UpdateOrganizationMemberRequest ¶
type UpdateOrganizationMemberRequest struct { // The ID of the organization for which the member belongs 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 updated the role. 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 (*UpdateOrganizationMemberRequest) Descriptor
deprecated
func (*UpdateOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationMemberRequest) GetOrganizationId ¶
func (x *UpdateOrganizationMemberRequest) GetOrganizationId() string
func (*UpdateOrganizationMemberRequest) GetOrganizationRole ¶
func (x *UpdateOrganizationMemberRequest) GetOrganizationRole() OrganizationRole
func (*UpdateOrganizationMemberRequest) GetUserId ¶
func (x *UpdateOrganizationMemberRequest) GetUserId() string
func (*UpdateOrganizationMemberRequest) ProtoMessage ¶
func (*UpdateOrganizationMemberRequest) ProtoMessage()
func (*UpdateOrganizationMemberRequest) ProtoReflect ¶
func (x *UpdateOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationMemberRequest) Reset ¶
func (x *UpdateOrganizationMemberRequest) Reset()
func (*UpdateOrganizationMemberRequest) String ¶
func (x *UpdateOrganizationMemberRequest) String() string
type UpdateOrganizationMemberResponse ¶
type UpdateOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*UpdateOrganizationMemberResponse) Descriptor
deprecated
func (*UpdateOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationMemberResponse) ProtoMessage ¶
func (*UpdateOrganizationMemberResponse) ProtoMessage()
func (*UpdateOrganizationMemberResponse) ProtoReflect ¶
func (x *UpdateOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationMemberResponse) Reset ¶
func (x *UpdateOrganizationMemberResponse) Reset()
func (*UpdateOrganizationMemberResponse) String ¶
func (x *UpdateOrganizationMemberResponse) String() string
type UpdateOrganizationSettingsRequest ¶
type UpdateOrganizationSettingsRequest struct { // The ID of the organization for which to update the base roles. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // optional, no update to this base role will be made if this is unspecified. RepositoryBaseRole RepositoryRole `` /* 166-byte string literal not displayed */ // optional, update to description will only be made when this is present Description *string `protobuf:"bytes,5,opt,name=description,proto3,oneof" json:"description,omitempty"` // optional, update to url will only be made when this is present Url *string `protobuf:"bytes,6,opt,name=url,proto3,oneof" json:"url,omitempty"` // contains filtered or unexported fields }
func (*UpdateOrganizationSettingsRequest) Descriptor
deprecated
func (*UpdateOrganizationSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationSettingsRequest) GetDescription ¶
func (x *UpdateOrganizationSettingsRequest) GetDescription() string
func (*UpdateOrganizationSettingsRequest) GetOrganizationId ¶
func (x *UpdateOrganizationSettingsRequest) GetOrganizationId() string
func (*UpdateOrganizationSettingsRequest) GetRepositoryBaseRole ¶
func (x *UpdateOrganizationSettingsRequest) GetRepositoryBaseRole() RepositoryRole
func (*UpdateOrganizationSettingsRequest) GetUrl ¶
func (x *UpdateOrganizationSettingsRequest) GetUrl() string
func (*UpdateOrganizationSettingsRequest) ProtoMessage ¶
func (*UpdateOrganizationSettingsRequest) ProtoMessage()
func (*UpdateOrganizationSettingsRequest) ProtoReflect ¶
func (x *UpdateOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationSettingsRequest) Reset ¶
func (x *UpdateOrganizationSettingsRequest) Reset()
func (*UpdateOrganizationSettingsRequest) String ¶
func (x *UpdateOrganizationSettingsRequest) String() string
type UpdateOrganizationSettingsResponse ¶
type UpdateOrganizationSettingsResponse struct {
// contains filtered or unexported fields
}
func (*UpdateOrganizationSettingsResponse) Descriptor
deprecated
func (*UpdateOrganizationSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationSettingsResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationSettingsResponse) ProtoMessage ¶
func (*UpdateOrganizationSettingsResponse) ProtoMessage()
func (*UpdateOrganizationSettingsResponse) ProtoReflect ¶
func (x *UpdateOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationSettingsResponse) Reset ¶
func (x *UpdateOrganizationSettingsResponse) Reset()
func (*UpdateOrganizationSettingsResponse) String ¶
func (x *UpdateOrganizationSettingsResponse) String() string
type UpdateOrganizationVerificationStatusRequest ¶
type UpdateOrganizationVerificationStatusRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` VerificationStatus VerificationStatus `` /* 168-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateOrganizationVerificationStatusRequest) Descriptor
deprecated
func (*UpdateOrganizationVerificationStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationVerificationStatusRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationVerificationStatusRequest) GetOrganizationId ¶
func (x *UpdateOrganizationVerificationStatusRequest) GetOrganizationId() string
func (*UpdateOrganizationVerificationStatusRequest) GetVerificationStatus ¶
func (x *UpdateOrganizationVerificationStatusRequest) GetVerificationStatus() VerificationStatus
func (*UpdateOrganizationVerificationStatusRequest) ProtoMessage ¶
func (*UpdateOrganizationVerificationStatusRequest) ProtoMessage()
func (*UpdateOrganizationVerificationStatusRequest) ProtoReflect ¶
func (x *UpdateOrganizationVerificationStatusRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationVerificationStatusRequest) Reset ¶
func (x *UpdateOrganizationVerificationStatusRequest) Reset()
func (*UpdateOrganizationVerificationStatusRequest) String ¶
func (x *UpdateOrganizationVerificationStatusRequest) String() string
type UpdateOrganizationVerificationStatusResponse ¶
type UpdateOrganizationVerificationStatusResponse struct {
// contains filtered or unexported fields
}
func (*UpdateOrganizationVerificationStatusResponse) Descriptor
deprecated
func (*UpdateOrganizationVerificationStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationVerificationStatusResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationVerificationStatusResponse) ProtoMessage ¶
func (*UpdateOrganizationVerificationStatusResponse) ProtoMessage()
func (*UpdateOrganizationVerificationStatusResponse) ProtoReflect ¶
func (x *UpdateOrganizationVerificationStatusResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationVerificationStatusResponse) Reset ¶
func (x *UpdateOrganizationVerificationStatusResponse) Reset()
func (*UpdateOrganizationVerificationStatusResponse) String ¶
func (x *UpdateOrganizationVerificationStatusResponse) String() string
type UpdateRepositorySettingsByNameRequest ¶
type UpdateRepositorySettingsByNameRequest 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"` // optional, update to visibility will only be made if this is specified. Visibility Visibility `protobuf:"varint,3,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.Visibility" json:"visibility,omitempty"` // optional, update to description will only be made when this is present Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"` // optional, update to url will only be made when this is present Url *string `protobuf:"bytes,5,opt,name=url,proto3,oneof" json:"url,omitempty"` // optional, update to default_branch will only be made when this is present DefaultBranch *string `protobuf:"bytes,6,opt,name=default_branch,json=defaultBranch,proto3,oneof" json:"default_branch,omitempty"` // contains filtered or unexported fields }
func (*UpdateRepositorySettingsByNameRequest) Descriptor
deprecated
func (*UpdateRepositorySettingsByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRepositorySettingsByNameRequest.ProtoReflect.Descriptor instead.
func (*UpdateRepositorySettingsByNameRequest) GetDefaultBranch ¶
func (x *UpdateRepositorySettingsByNameRequest) GetDefaultBranch() string
func (*UpdateRepositorySettingsByNameRequest) GetDescription ¶
func (x *UpdateRepositorySettingsByNameRequest) GetDescription() string
func (*UpdateRepositorySettingsByNameRequest) GetOwnerName ¶
func (x *UpdateRepositorySettingsByNameRequest) GetOwnerName() string
func (*UpdateRepositorySettingsByNameRequest) GetRepositoryName ¶
func (x *UpdateRepositorySettingsByNameRequest) GetRepositoryName() string
func (*UpdateRepositorySettingsByNameRequest) GetUrl ¶
func (x *UpdateRepositorySettingsByNameRequest) GetUrl() string
func (*UpdateRepositorySettingsByNameRequest) GetVisibility ¶
func (x *UpdateRepositorySettingsByNameRequest) GetVisibility() Visibility
func (*UpdateRepositorySettingsByNameRequest) ProtoMessage ¶
func (*UpdateRepositorySettingsByNameRequest) ProtoMessage()
func (*UpdateRepositorySettingsByNameRequest) ProtoReflect ¶
func (x *UpdateRepositorySettingsByNameRequest) ProtoReflect() protoreflect.Message
func (*UpdateRepositorySettingsByNameRequest) Reset ¶
func (x *UpdateRepositorySettingsByNameRequest) Reset()
func (*UpdateRepositorySettingsByNameRequest) String ¶
func (x *UpdateRepositorySettingsByNameRequest) String() string
type UpdateRepositorySettingsByNameResponse ¶
type UpdateRepositorySettingsByNameResponse struct {
// contains filtered or unexported fields
}
func (*UpdateRepositorySettingsByNameResponse) Descriptor
deprecated
func (*UpdateRepositorySettingsByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRepositorySettingsByNameResponse.ProtoReflect.Descriptor instead.
func (*UpdateRepositorySettingsByNameResponse) ProtoMessage ¶
func (*UpdateRepositorySettingsByNameResponse) ProtoMessage()
func (*UpdateRepositorySettingsByNameResponse) ProtoReflect ¶
func (x *UpdateRepositorySettingsByNameResponse) ProtoReflect() protoreflect.Message
func (*UpdateRepositorySettingsByNameResponse) Reset ¶
func (x *UpdateRepositorySettingsByNameResponse) Reset()
func (*UpdateRepositorySettingsByNameResponse) String ¶
func (x *UpdateRepositorySettingsByNameResponse) String() string
type UpdateRepositoryTagRequest ¶
type UpdateRepositoryTagRequest 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 update e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403". Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the commit this tag should reference. CommitName *string `protobuf:"bytes,3,opt,name=commit_name,json=commitName,proto3,oneof" json:"commit_name,omitempty"` // contains filtered or unexported fields }
func (*UpdateRepositoryTagRequest) Descriptor
deprecated
func (*UpdateRepositoryTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRepositoryTagRequest.ProtoReflect.Descriptor instead.
func (*UpdateRepositoryTagRequest) GetCommitName ¶
func (x *UpdateRepositoryTagRequest) GetCommitName() string
func (*UpdateRepositoryTagRequest) GetName ¶
func (x *UpdateRepositoryTagRequest) GetName() string
func (*UpdateRepositoryTagRequest) GetRepositoryId ¶
func (x *UpdateRepositoryTagRequest) GetRepositoryId() string
func (*UpdateRepositoryTagRequest) ProtoMessage ¶
func (*UpdateRepositoryTagRequest) ProtoMessage()
func (*UpdateRepositoryTagRequest) ProtoReflect ¶
func (x *UpdateRepositoryTagRequest) ProtoReflect() protoreflect.Message
func (*UpdateRepositoryTagRequest) Reset ¶
func (x *UpdateRepositoryTagRequest) Reset()
func (*UpdateRepositoryTagRequest) String ¶
func (x *UpdateRepositoryTagRequest) String() string
type UpdateRepositoryTagResponse ¶
type UpdateRepositoryTagResponse struct { RepositoryTag *RepositoryTag `protobuf:"bytes,1,opt,name=repository_tag,json=repositoryTag,proto3" json:"repository_tag,omitempty"` // contains filtered or unexported fields }
func (*UpdateRepositoryTagResponse) Descriptor
deprecated
func (*UpdateRepositoryTagResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRepositoryTagResponse.ProtoReflect.Descriptor instead.
func (*UpdateRepositoryTagResponse) GetRepositoryTag ¶
func (x *UpdateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
func (*UpdateRepositoryTagResponse) ProtoMessage ¶
func (*UpdateRepositoryTagResponse) ProtoMessage()
func (*UpdateRepositoryTagResponse) ProtoReflect ¶
func (x *UpdateRepositoryTagResponse) ProtoReflect() protoreflect.Message
func (*UpdateRepositoryTagResponse) Reset ¶
func (x *UpdateRepositoryTagResponse) Reset()
func (*UpdateRepositoryTagResponse) String ¶
func (x *UpdateRepositoryTagResponse) String() string
type UpdateReviewFlowGracePeriodPolicyRequest ¶
type UpdateReviewFlowGracePeriodPolicyRequest struct { // The new grace period policy settings. Policy *ReviewFlowGracePeriodPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"` // contains filtered or unexported fields }
func (*UpdateReviewFlowGracePeriodPolicyRequest) Descriptor
deprecated
func (*UpdateReviewFlowGracePeriodPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateReviewFlowGracePeriodPolicyRequest.ProtoReflect.Descriptor instead.
func (*UpdateReviewFlowGracePeriodPolicyRequest) GetPolicy ¶
func (x *UpdateReviewFlowGracePeriodPolicyRequest) GetPolicy() *ReviewFlowGracePeriodPolicy
func (*UpdateReviewFlowGracePeriodPolicyRequest) ProtoMessage ¶
func (*UpdateReviewFlowGracePeriodPolicyRequest) ProtoMessage()
func (*UpdateReviewFlowGracePeriodPolicyRequest) ProtoReflect ¶
func (x *UpdateReviewFlowGracePeriodPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateReviewFlowGracePeriodPolicyRequest) Reset ¶
func (x *UpdateReviewFlowGracePeriodPolicyRequest) Reset()
func (*UpdateReviewFlowGracePeriodPolicyRequest) String ¶
func (x *UpdateReviewFlowGracePeriodPolicyRequest) String() string
type UpdateReviewFlowGracePeriodPolicyResponse ¶
type UpdateReviewFlowGracePeriodPolicyResponse struct {
// contains filtered or unexported fields
}
func (*UpdateReviewFlowGracePeriodPolicyResponse) Descriptor
deprecated
func (*UpdateReviewFlowGracePeriodPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateReviewFlowGracePeriodPolicyResponse.ProtoReflect.Descriptor instead.
func (*UpdateReviewFlowGracePeriodPolicyResponse) ProtoMessage ¶
func (*UpdateReviewFlowGracePeriodPolicyResponse) ProtoMessage()
func (*UpdateReviewFlowGracePeriodPolicyResponse) ProtoReflect ¶
func (x *UpdateReviewFlowGracePeriodPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateReviewFlowGracePeriodPolicyResponse) Reset ¶
func (x *UpdateReviewFlowGracePeriodPolicyResponse) Reset()
func (*UpdateReviewFlowGracePeriodPolicyResponse) String ¶
func (x *UpdateReviewFlowGracePeriodPolicyResponse) String() string
type UpdateUniquenessPolicyRequest ¶
type UpdateUniquenessPolicyRequest struct { Policy *UniquenessPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"` // contains filtered or unexported fields }
func (*UpdateUniquenessPolicyRequest) Descriptor
deprecated
func (*UpdateUniquenessPolicyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUniquenessPolicyRequest.ProtoReflect.Descriptor instead.
func (*UpdateUniquenessPolicyRequest) GetPolicy ¶
func (x *UpdateUniquenessPolicyRequest) GetPolicy() *UniquenessPolicy
func (*UpdateUniquenessPolicyRequest) ProtoMessage ¶
func (*UpdateUniquenessPolicyRequest) ProtoMessage()
func (*UpdateUniquenessPolicyRequest) ProtoReflect ¶
func (x *UpdateUniquenessPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateUniquenessPolicyRequest) Reset ¶
func (x *UpdateUniquenessPolicyRequest) Reset()
func (*UpdateUniquenessPolicyRequest) String ¶
func (x *UpdateUniquenessPolicyRequest) String() string
type UpdateUniquenessPolicyResponse ¶
type UpdateUniquenessPolicyResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUniquenessPolicyResponse) Descriptor
deprecated
func (*UpdateUniquenessPolicyResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUniquenessPolicyResponse.ProtoReflect.Descriptor instead.
func (*UpdateUniquenessPolicyResponse) ProtoMessage ¶
func (*UpdateUniquenessPolicyResponse) ProtoMessage()
func (*UpdateUniquenessPolicyResponse) ProtoReflect ¶
func (x *UpdateUniquenessPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateUniquenessPolicyResponse) Reset ¶
func (x *UpdateUniquenessPolicyResponse) Reset()
func (*UpdateUniquenessPolicyResponse) String ¶
func (x *UpdateUniquenessPolicyResponse) String() string
type UpdateUserPluginPreferencesRequest ¶
type UpdateUserPluginPreferencesRequest struct { Preference *UserPluginPreference `protobuf:"bytes,1,opt,name=preference,proto3" json:"preference,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserPluginPreferencesRequest) Descriptor
deprecated
func (*UpdateUserPluginPreferencesRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserPluginPreferencesRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserPluginPreferencesRequest) GetPreference ¶
func (x *UpdateUserPluginPreferencesRequest) GetPreference() *UserPluginPreference
func (*UpdateUserPluginPreferencesRequest) ProtoMessage ¶
func (*UpdateUserPluginPreferencesRequest) ProtoMessage()
func (*UpdateUserPluginPreferencesRequest) ProtoReflect ¶
func (x *UpdateUserPluginPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserPluginPreferencesRequest) Reset ¶
func (x *UpdateUserPluginPreferencesRequest) Reset()
func (*UpdateUserPluginPreferencesRequest) String ¶
func (x *UpdateUserPluginPreferencesRequest) String() string
type UpdateUserPluginPreferencesResponse ¶
type UpdateUserPluginPreferencesResponse struct { Preference *UserPluginPreference `protobuf:"bytes,1,opt,name=preference,proto3" json:"preference,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserPluginPreferencesResponse) Descriptor
deprecated
func (*UpdateUserPluginPreferencesResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserPluginPreferencesResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserPluginPreferencesResponse) GetPreference ¶
func (x *UpdateUserPluginPreferencesResponse) GetPreference() *UserPluginPreference
func (*UpdateUserPluginPreferencesResponse) ProtoMessage ¶
func (*UpdateUserPluginPreferencesResponse) ProtoMessage()
func (*UpdateUserPluginPreferencesResponse) ProtoReflect ¶
func (x *UpdateUserPluginPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserPluginPreferencesResponse) Reset ¶
func (x *UpdateUserPluginPreferencesResponse) Reset()
func (*UpdateUserPluginPreferencesResponse) String ¶
func (x *UpdateUserPluginPreferencesResponse) String() string
type UpdateUserServerRoleRequest ¶
type UpdateUserServerRoleRequest struct { // The ID of the user for which to be updated a role. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // The new role of the user in the server. ServerRole ServerRole `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateUserServerRoleRequest) Descriptor
deprecated
func (*UpdateUserServerRoleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserServerRoleRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserServerRoleRequest) GetServerRole ¶
func (x *UpdateUserServerRoleRequest) GetServerRole() ServerRole
func (*UpdateUserServerRoleRequest) GetUserId ¶
func (x *UpdateUserServerRoleRequest) GetUserId() string
func (*UpdateUserServerRoleRequest) ProtoMessage ¶
func (*UpdateUserServerRoleRequest) ProtoMessage()
func (*UpdateUserServerRoleRequest) ProtoReflect ¶
func (x *UpdateUserServerRoleRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserServerRoleRequest) Reset ¶
func (x *UpdateUserServerRoleRequest) Reset()
func (*UpdateUserServerRoleRequest) String ¶
func (x *UpdateUserServerRoleRequest) String() string
type UpdateUserServerRoleResponse ¶
type UpdateUserServerRoleResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserServerRoleResponse) Descriptor
deprecated
func (*UpdateUserServerRoleResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserServerRoleResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserServerRoleResponse) ProtoMessage ¶
func (*UpdateUserServerRoleResponse) ProtoMessage()
func (*UpdateUserServerRoleResponse) ProtoReflect ¶
func (x *UpdateUserServerRoleResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserServerRoleResponse) Reset ¶
func (x *UpdateUserServerRoleResponse) Reset()
func (*UpdateUserServerRoleResponse) String ¶
func (x *UpdateUserServerRoleResponse) String() string
type UpdateUserSettingsRequest ¶
type UpdateUserSettingsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // optional, update to description will only be made when this is present Description *string `protobuf:"bytes,2,opt,name=description,proto3,oneof" json:"description,omitempty"` // optional, update to url will only be made when this is present Url *string `protobuf:"bytes,3,opt,name=url,proto3,oneof" json:"url,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserSettingsRequest) Descriptor
deprecated
func (*UpdateUserSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserSettingsRequest) GetDescription ¶
func (x *UpdateUserSettingsRequest) GetDescription() string
func (*UpdateUserSettingsRequest) GetUrl ¶
func (x *UpdateUserSettingsRequest) GetUrl() string
func (*UpdateUserSettingsRequest) GetUserId ¶
func (x *UpdateUserSettingsRequest) GetUserId() string
func (*UpdateUserSettingsRequest) ProtoMessage ¶
func (*UpdateUserSettingsRequest) ProtoMessage()
func (*UpdateUserSettingsRequest) ProtoReflect ¶
func (x *UpdateUserSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserSettingsRequest) Reset ¶
func (x *UpdateUserSettingsRequest) Reset()
func (*UpdateUserSettingsRequest) String ¶
func (x *UpdateUserSettingsRequest) String() string
type UpdateUserSettingsResponse ¶
type UpdateUserSettingsResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserSettingsResponse) Descriptor
deprecated
func (*UpdateUserSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserSettingsResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserSettingsResponse) ProtoMessage ¶
func (*UpdateUserSettingsResponse) ProtoMessage()
func (*UpdateUserSettingsResponse) ProtoReflect ¶
func (x *UpdateUserSettingsResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserSettingsResponse) Reset ¶
func (x *UpdateUserSettingsResponse) Reset()
func (*UpdateUserSettingsResponse) String ¶
func (x *UpdateUserSettingsResponse) String() string
type UpdateUserVerificationStatusRequest ¶
type UpdateUserVerificationStatusRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` VerificationStatus VerificationStatus `` /* 168-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateUserVerificationStatusRequest) Descriptor
deprecated
func (*UpdateUserVerificationStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserVerificationStatusRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserVerificationStatusRequest) GetUserId ¶
func (x *UpdateUserVerificationStatusRequest) GetUserId() string
func (*UpdateUserVerificationStatusRequest) GetVerificationStatus ¶
func (x *UpdateUserVerificationStatusRequest) GetVerificationStatus() VerificationStatus
func (*UpdateUserVerificationStatusRequest) ProtoMessage ¶
func (*UpdateUserVerificationStatusRequest) ProtoMessage()
func (*UpdateUserVerificationStatusRequest) ProtoReflect ¶
func (x *UpdateUserVerificationStatusRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserVerificationStatusRequest) Reset ¶
func (x *UpdateUserVerificationStatusRequest) Reset()
func (*UpdateUserVerificationStatusRequest) String ¶
func (x *UpdateUserVerificationStatusRequest) String() string
type UpdateUserVerificationStatusResponse ¶
type UpdateUserVerificationStatusResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserVerificationStatusResponse) Descriptor
deprecated
func (*UpdateUserVerificationStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserVerificationStatusResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserVerificationStatusResponse) ProtoMessage ¶
func (*UpdateUserVerificationStatusResponse) ProtoMessage()
func (*UpdateUserVerificationStatusResponse) ProtoReflect ¶
func (x *UpdateUserVerificationStatusResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserVerificationStatusResponse) Reset ¶
func (x *UpdateUserVerificationStatusResponse) Reset()
func (*UpdateUserVerificationStatusResponse) String ¶
func (x *UpdateUserVerificationStatusResponse) String() string
type User ¶
type User struct { // primary key, unique, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // mutable UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // unique, mutable Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` // mutable Deactivated bool `protobuf:"varint,5,opt,name=deactivated,proto3" json:"deactivated,omitempty"` // description is the user configurable description of the user. Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` // url is the user configurable URL in the description of the user, // always included the scheme and will not have a #fragment suffix. Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` // verification status of the user, configurable by server admin. VerificationStatus VerificationStatus `` /* 168-byte string literal not displayed */ // user type of the user, depends on how the user was created. UserType UserType `` /* 128-byte string literal not displayed */ // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCreateTime ¶
func (x *User) GetCreateTime() *timestamppb.Timestamp
func (*User) GetDeactivated ¶
func (*User) GetDescription ¶
func (*User) GetUpdateTime ¶
func (x *User) GetUpdateTime() *timestamppb.Timestamp
func (*User) GetUserType ¶
func (*User) GetUsername ¶
func (*User) GetVerificationStatus ¶
func (x *User) GetVerificationStatus() VerificationStatus
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserCanAddOrganizationMemberRequest ¶
type UserCanAddOrganizationMemberRequest struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanAddOrganizationMemberRequest) Descriptor
deprecated
func (*UserCanAddOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanAddOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*UserCanAddOrganizationMemberRequest) GetOrganizationId ¶
func (x *UserCanAddOrganizationMemberRequest) GetOrganizationId() string
func (*UserCanAddOrganizationMemberRequest) ProtoMessage ¶
func (*UserCanAddOrganizationMemberRequest) ProtoMessage()
func (*UserCanAddOrganizationMemberRequest) ProtoReflect ¶
func (x *UserCanAddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*UserCanAddOrganizationMemberRequest) Reset ¶
func (x *UserCanAddOrganizationMemberRequest) Reset()
func (*UserCanAddOrganizationMemberRequest) String ¶
func (x *UserCanAddOrganizationMemberRequest) String() string
type UserCanAddOrganizationMemberResponse ¶
type UserCanAddOrganizationMemberResponse struct { // The list of roles that the user is authorized to add, empty list means the user is // not authorized to add any members. AuthorizedRoles []OrganizationRole `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserCanAddOrganizationMemberResponse) Descriptor
deprecated
func (*UserCanAddOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanAddOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*UserCanAddOrganizationMemberResponse) GetAuthorizedRoles ¶
func (x *UserCanAddOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
func (*UserCanAddOrganizationMemberResponse) ProtoMessage ¶
func (*UserCanAddOrganizationMemberResponse) ProtoMessage()
func (*UserCanAddOrganizationMemberResponse) ProtoReflect ¶
func (x *UserCanAddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*UserCanAddOrganizationMemberResponse) Reset ¶
func (x *UserCanAddOrganizationMemberResponse) Reset()
func (*UserCanAddOrganizationMemberResponse) String ¶
func (x *UserCanAddOrganizationMemberResponse) String() string
type UserCanCreateOrganizationRepositoryRequest ¶
type UserCanCreateOrganizationRepositoryRequest struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreateOrganizationRepositoryRequest) Descriptor
deprecated
func (*UserCanCreateOrganizationRepositoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreateOrganizationRepositoryRequest.ProtoReflect.Descriptor instead.
func (*UserCanCreateOrganizationRepositoryRequest) GetOrganizationId ¶
func (x *UserCanCreateOrganizationRepositoryRequest) GetOrganizationId() string
func (*UserCanCreateOrganizationRepositoryRequest) ProtoMessage ¶
func (*UserCanCreateOrganizationRepositoryRequest) ProtoMessage()
func (*UserCanCreateOrganizationRepositoryRequest) ProtoReflect ¶
func (x *UserCanCreateOrganizationRepositoryRequest) ProtoReflect() protoreflect.Message
func (*UserCanCreateOrganizationRepositoryRequest) Reset ¶
func (x *UserCanCreateOrganizationRepositoryRequest) Reset()
func (*UserCanCreateOrganizationRepositoryRequest) String ¶
func (x *UserCanCreateOrganizationRepositoryRequest) String() string
type UserCanCreateOrganizationRepositoryResponse ¶
type UserCanCreateOrganizationRepositoryResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreateOrganizationRepositoryResponse) Descriptor
deprecated
func (*UserCanCreateOrganizationRepositoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreateOrganizationRepositoryResponse.ProtoReflect.Descriptor instead.
func (*UserCanCreateOrganizationRepositoryResponse) GetAuthorized ¶
func (x *UserCanCreateOrganizationRepositoryResponse) GetAuthorized() bool
func (*UserCanCreateOrganizationRepositoryResponse) ProtoMessage ¶
func (*UserCanCreateOrganizationRepositoryResponse) ProtoMessage()
func (*UserCanCreateOrganizationRepositoryResponse) ProtoReflect ¶
func (x *UserCanCreateOrganizationRepositoryResponse) ProtoReflect() protoreflect.Message
func (*UserCanCreateOrganizationRepositoryResponse) Reset ¶
func (x *UserCanCreateOrganizationRepositoryResponse) Reset()
func (*UserCanCreateOrganizationRepositoryResponse) String ¶
func (x *UserCanCreateOrganizationRepositoryResponse) String() string
type UserCanDeleteOrganizationRequest ¶
type UserCanDeleteOrganizationRequest struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteOrganizationRequest) Descriptor
deprecated
func (*UserCanDeleteOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UserCanDeleteOrganizationRequest) GetOrganizationId ¶
func (x *UserCanDeleteOrganizationRequest) GetOrganizationId() string
func (*UserCanDeleteOrganizationRequest) ProtoMessage ¶
func (*UserCanDeleteOrganizationRequest) ProtoMessage()
func (*UserCanDeleteOrganizationRequest) ProtoReflect ¶
func (x *UserCanDeleteOrganizationRequest) ProtoReflect() protoreflect.Message
func (*UserCanDeleteOrganizationRequest) Reset ¶
func (x *UserCanDeleteOrganizationRequest) Reset()
func (*UserCanDeleteOrganizationRequest) String ¶
func (x *UserCanDeleteOrganizationRequest) String() string
type UserCanDeleteOrganizationResponse ¶
type UserCanDeleteOrganizationResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteOrganizationResponse) Descriptor
deprecated
func (*UserCanDeleteOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteOrganizationResponse.ProtoReflect.Descriptor instead.
func (*UserCanDeleteOrganizationResponse) GetAuthorized ¶
func (x *UserCanDeleteOrganizationResponse) GetAuthorized() bool
func (*UserCanDeleteOrganizationResponse) ProtoMessage ¶
func (*UserCanDeleteOrganizationResponse) ProtoMessage()
func (*UserCanDeleteOrganizationResponse) ProtoReflect ¶
func (x *UserCanDeleteOrganizationResponse) ProtoReflect() protoreflect.Message
func (*UserCanDeleteOrganizationResponse) Reset ¶
func (x *UserCanDeleteOrganizationResponse) Reset()
func (*UserCanDeleteOrganizationResponse) String ¶
func (x *UserCanDeleteOrganizationResponse) String() string
type UserCanDeleteRepositoryRequest ¶
type UserCanDeleteRepositoryRequest struct { // The ID of the repository for which to check // whether the user is authorized. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteRepositoryRequest) Descriptor
deprecated
func (*UserCanDeleteRepositoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteRepositoryRequest.ProtoReflect.Descriptor instead.
func (*UserCanDeleteRepositoryRequest) GetRepositoryId ¶
func (x *UserCanDeleteRepositoryRequest) GetRepositoryId() string
func (*UserCanDeleteRepositoryRequest) ProtoMessage ¶
func (*UserCanDeleteRepositoryRequest) ProtoMessage()
func (*UserCanDeleteRepositoryRequest) ProtoReflect ¶
func (x *UserCanDeleteRepositoryRequest) ProtoReflect() protoreflect.Message
func (*UserCanDeleteRepositoryRequest) Reset ¶
func (x *UserCanDeleteRepositoryRequest) Reset()
func (*UserCanDeleteRepositoryRequest) String ¶
func (x *UserCanDeleteRepositoryRequest) String() string
type UserCanDeleteRepositoryResponse ¶
type UserCanDeleteRepositoryResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteRepositoryResponse) Descriptor
deprecated
func (*UserCanDeleteRepositoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteRepositoryResponse.ProtoReflect.Descriptor instead.
func (*UserCanDeleteRepositoryResponse) GetAuthorized ¶
func (x *UserCanDeleteRepositoryResponse) GetAuthorized() bool
func (*UserCanDeleteRepositoryResponse) ProtoMessage ¶
func (*UserCanDeleteRepositoryResponse) ProtoMessage()
func (*UserCanDeleteRepositoryResponse) ProtoReflect ¶
func (x *UserCanDeleteRepositoryResponse) ProtoReflect() protoreflect.Message
func (*UserCanDeleteRepositoryResponse) Reset ¶
func (x *UserCanDeleteRepositoryResponse) Reset()
func (*UserCanDeleteRepositoryResponse) String ¶
func (x *UserCanDeleteRepositoryResponse) String() string
type UserCanDeleteUserRequest ¶
type UserCanDeleteUserRequest struct {
// contains filtered or unexported fields
}
func (*UserCanDeleteUserRequest) Descriptor
deprecated
func (*UserCanDeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteUserRequest.ProtoReflect.Descriptor instead.
func (*UserCanDeleteUserRequest) ProtoMessage ¶
func (*UserCanDeleteUserRequest) ProtoMessage()
func (*UserCanDeleteUserRequest) ProtoReflect ¶
func (x *UserCanDeleteUserRequest) ProtoReflect() protoreflect.Message
func (*UserCanDeleteUserRequest) Reset ¶
func (x *UserCanDeleteUserRequest) Reset()
func (*UserCanDeleteUserRequest) String ¶
func (x *UserCanDeleteUserRequest) String() string
type UserCanDeleteUserResponse ¶
type UserCanDeleteUserResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteUserResponse) Descriptor
deprecated
func (*UserCanDeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteUserResponse.ProtoReflect.Descriptor instead.
func (*UserCanDeleteUserResponse) GetAuthorized ¶
func (x *UserCanDeleteUserResponse) GetAuthorized() bool
func (*UserCanDeleteUserResponse) ProtoMessage ¶
func (*UserCanDeleteUserResponse) ProtoMessage()
func (*UserCanDeleteUserResponse) ProtoReflect ¶
func (x *UserCanDeleteUserResponse) ProtoReflect() protoreflect.Message
func (*UserCanDeleteUserResponse) Reset ¶
func (x *UserCanDeleteUserResponse) Reset()
func (*UserCanDeleteUserResponse) String ¶
func (x *UserCanDeleteUserResponse) String() string
type UserCanManageRepositoryContributorsRequest ¶
type UserCanManageRepositoryContributorsRequest struct { // The ID of the repository for which to check // whether the user is authorized. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanManageRepositoryContributorsRequest) Descriptor
deprecated
func (*UserCanManageRepositoryContributorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanManageRepositoryContributorsRequest.ProtoReflect.Descriptor instead.
func (*UserCanManageRepositoryContributorsRequest) GetRepositoryId ¶
func (x *UserCanManageRepositoryContributorsRequest) GetRepositoryId() string
func (*UserCanManageRepositoryContributorsRequest) ProtoMessage ¶
func (*UserCanManageRepositoryContributorsRequest) ProtoMessage()
func (*UserCanManageRepositoryContributorsRequest) ProtoReflect ¶
func (x *UserCanManageRepositoryContributorsRequest) ProtoReflect() protoreflect.Message
func (*UserCanManageRepositoryContributorsRequest) Reset ¶
func (x *UserCanManageRepositoryContributorsRequest) Reset()
func (*UserCanManageRepositoryContributorsRequest) String ¶
func (x *UserCanManageRepositoryContributorsRequest) String() string
type UserCanManageRepositoryContributorsResponse ¶
type UserCanManageRepositoryContributorsResponse struct { // The list of roles that the user is authorized to manage, empty list means the user is // not authorized to manage any contributors. AuthorizedRoles []RepositoryRole `` /* 162-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserCanManageRepositoryContributorsResponse) Descriptor
deprecated
func (*UserCanManageRepositoryContributorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanManageRepositoryContributorsResponse.ProtoReflect.Descriptor instead.
func (*UserCanManageRepositoryContributorsResponse) GetAuthorizedRoles ¶
func (x *UserCanManageRepositoryContributorsResponse) GetAuthorizedRoles() []RepositoryRole
func (*UserCanManageRepositoryContributorsResponse) ProtoMessage ¶
func (*UserCanManageRepositoryContributorsResponse) ProtoMessage()
func (*UserCanManageRepositoryContributorsResponse) ProtoReflect ¶
func (x *UserCanManageRepositoryContributorsResponse) ProtoReflect() protoreflect.Message
func (*UserCanManageRepositoryContributorsResponse) Reset ¶
func (x *UserCanManageRepositoryContributorsResponse) Reset()
func (*UserCanManageRepositoryContributorsResponse) String ¶
func (x *UserCanManageRepositoryContributorsResponse) String() string
type UserCanRemoveOrganizationMemberRequest ¶
type UserCanRemoveOrganizationMemberRequest struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanRemoveOrganizationMemberRequest) Descriptor
deprecated
func (*UserCanRemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanRemoveOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*UserCanRemoveOrganizationMemberRequest) GetOrganizationId ¶
func (x *UserCanRemoveOrganizationMemberRequest) GetOrganizationId() string
func (*UserCanRemoveOrganizationMemberRequest) ProtoMessage ¶
func (*UserCanRemoveOrganizationMemberRequest) ProtoMessage()
func (*UserCanRemoveOrganizationMemberRequest) ProtoReflect ¶
func (x *UserCanRemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*UserCanRemoveOrganizationMemberRequest) Reset ¶
func (x *UserCanRemoveOrganizationMemberRequest) Reset()
func (*UserCanRemoveOrganizationMemberRequest) String ¶
func (x *UserCanRemoveOrganizationMemberRequest) String() string
type UserCanRemoveOrganizationMemberResponse ¶
type UserCanRemoveOrganizationMemberResponse struct { // The list of roles that the user is authorized to remove, empty list means the user is // not authorized to remove any members. AuthorizedRoles []OrganizationRole `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserCanRemoveOrganizationMemberResponse) Descriptor
deprecated
func (*UserCanRemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanRemoveOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*UserCanRemoveOrganizationMemberResponse) GetAuthorizedRoles ¶
func (x *UserCanRemoveOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
func (*UserCanRemoveOrganizationMemberResponse) ProtoMessage ¶
func (*UserCanRemoveOrganizationMemberResponse) ProtoMessage()
func (*UserCanRemoveOrganizationMemberResponse) ProtoReflect ¶
func (x *UserCanRemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*UserCanRemoveOrganizationMemberResponse) Reset ¶
func (x *UserCanRemoveOrganizationMemberResponse) Reset()
func (*UserCanRemoveOrganizationMemberResponse) String ¶
func (x *UserCanRemoveOrganizationMemberResponse) String() string
type UserCanReviewCommitsRequest ¶
type UserCanReviewCommitsRequest struct { // The ID of the repository for which to check // whether the user is authorized. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanReviewCommitsRequest) Descriptor
deprecated
func (*UserCanReviewCommitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanReviewCommitsRequest.ProtoReflect.Descriptor instead.
func (*UserCanReviewCommitsRequest) GetRepositoryId ¶
func (x *UserCanReviewCommitsRequest) GetRepositoryId() string
func (*UserCanReviewCommitsRequest) ProtoMessage ¶
func (*UserCanReviewCommitsRequest) ProtoMessage()
func (*UserCanReviewCommitsRequest) ProtoReflect ¶
func (x *UserCanReviewCommitsRequest) ProtoReflect() protoreflect.Message
func (*UserCanReviewCommitsRequest) Reset ¶
func (x *UserCanReviewCommitsRequest) Reset()
func (*UserCanReviewCommitsRequest) String ¶
func (x *UserCanReviewCommitsRequest) String() string
type UserCanReviewCommitsResponse ¶
type UserCanReviewCommitsResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanReviewCommitsResponse) Descriptor
deprecated
func (*UserCanReviewCommitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanReviewCommitsResponse.ProtoReflect.Descriptor instead.
func (*UserCanReviewCommitsResponse) GetAuthorized ¶
func (x *UserCanReviewCommitsResponse) GetAuthorized() bool
func (*UserCanReviewCommitsResponse) ProtoMessage ¶
func (*UserCanReviewCommitsResponse) ProtoMessage()
func (*UserCanReviewCommitsResponse) ProtoReflect ¶
func (x *UserCanReviewCommitsResponse) ProtoReflect() protoreflect.Message
func (*UserCanReviewCommitsResponse) Reset ¶
func (x *UserCanReviewCommitsResponse) Reset()
func (*UserCanReviewCommitsResponse) String ¶
func (x *UserCanReviewCommitsResponse) String() string
type UserCanSeeOrganizationSettingsRequest ¶
type UserCanSeeOrganizationSettingsRequest struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeeOrganizationSettingsRequest) Descriptor
deprecated
func (*UserCanSeeOrganizationSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeOrganizationSettingsRequest.ProtoReflect.Descriptor instead.
func (*UserCanSeeOrganizationSettingsRequest) GetOrganizationId ¶
func (x *UserCanSeeOrganizationSettingsRequest) GetOrganizationId() string
func (*UserCanSeeOrganizationSettingsRequest) ProtoMessage ¶
func (*UserCanSeeOrganizationSettingsRequest) ProtoMessage()
func (*UserCanSeeOrganizationSettingsRequest) ProtoReflect ¶
func (x *UserCanSeeOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
func (*UserCanSeeOrganizationSettingsRequest) Reset ¶
func (x *UserCanSeeOrganizationSettingsRequest) Reset()
func (*UserCanSeeOrganizationSettingsRequest) String ¶
func (x *UserCanSeeOrganizationSettingsRequest) String() string
type UserCanSeeOrganizationSettingsResponse ¶
type UserCanSeeOrganizationSettingsResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeeOrganizationSettingsResponse) Descriptor
deprecated
func (*UserCanSeeOrganizationSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeOrganizationSettingsResponse.ProtoReflect.Descriptor instead.
func (*UserCanSeeOrganizationSettingsResponse) GetAuthorized ¶
func (x *UserCanSeeOrganizationSettingsResponse) GetAuthorized() bool
func (*UserCanSeeOrganizationSettingsResponse) ProtoMessage ¶
func (*UserCanSeeOrganizationSettingsResponse) ProtoMessage()
func (*UserCanSeeOrganizationSettingsResponse) ProtoReflect ¶
func (x *UserCanSeeOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
func (*UserCanSeeOrganizationSettingsResponse) Reset ¶
func (x *UserCanSeeOrganizationSettingsResponse) Reset()
func (*UserCanSeeOrganizationSettingsResponse) String ¶
func (x *UserCanSeeOrganizationSettingsResponse) String() string
type UserCanSeeRepositorySettingsRequest ¶
type UserCanSeeRepositorySettingsRequest struct { // The ID of the repository for which to check // whether the user is authorized. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeeRepositorySettingsRequest) Descriptor
deprecated
func (*UserCanSeeRepositorySettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeRepositorySettingsRequest.ProtoReflect.Descriptor instead.
func (*UserCanSeeRepositorySettingsRequest) GetRepositoryId ¶
func (x *UserCanSeeRepositorySettingsRequest) GetRepositoryId() string
func (*UserCanSeeRepositorySettingsRequest) ProtoMessage ¶
func (*UserCanSeeRepositorySettingsRequest) ProtoMessage()
func (*UserCanSeeRepositorySettingsRequest) ProtoReflect ¶
func (x *UserCanSeeRepositorySettingsRequest) ProtoReflect() protoreflect.Message
func (*UserCanSeeRepositorySettingsRequest) Reset ¶
func (x *UserCanSeeRepositorySettingsRequest) Reset()
func (*UserCanSeeRepositorySettingsRequest) String ¶
func (x *UserCanSeeRepositorySettingsRequest) String() string
type UserCanSeeRepositorySettingsResponse ¶
type UserCanSeeRepositorySettingsResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeeRepositorySettingsResponse) Descriptor
deprecated
func (*UserCanSeeRepositorySettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeRepositorySettingsResponse.ProtoReflect.Descriptor instead.
func (*UserCanSeeRepositorySettingsResponse) GetAuthorized ¶
func (x *UserCanSeeRepositorySettingsResponse) GetAuthorized() bool
func (*UserCanSeeRepositorySettingsResponse) ProtoMessage ¶
func (*UserCanSeeRepositorySettingsResponse) ProtoMessage()
func (*UserCanSeeRepositorySettingsResponse) ProtoReflect ¶
func (x *UserCanSeeRepositorySettingsResponse) ProtoReflect() protoreflect.Message
func (*UserCanSeeRepositorySettingsResponse) Reset ¶
func (x *UserCanSeeRepositorySettingsResponse) Reset()
func (*UserCanSeeRepositorySettingsResponse) String ¶
func (x *UserCanSeeRepositorySettingsResponse) String() string
type UserCanSeeServerAdminPanelRequest ¶
type UserCanSeeServerAdminPanelRequest struct {
// contains filtered or unexported fields
}
func (*UserCanSeeServerAdminPanelRequest) Descriptor
deprecated
func (*UserCanSeeServerAdminPanelRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeServerAdminPanelRequest.ProtoReflect.Descriptor instead.
func (*UserCanSeeServerAdminPanelRequest) ProtoMessage ¶
func (*UserCanSeeServerAdminPanelRequest) ProtoMessage()
func (*UserCanSeeServerAdminPanelRequest) ProtoReflect ¶
func (x *UserCanSeeServerAdminPanelRequest) ProtoReflect() protoreflect.Message
func (*UserCanSeeServerAdminPanelRequest) Reset ¶
func (x *UserCanSeeServerAdminPanelRequest) Reset()
func (*UserCanSeeServerAdminPanelRequest) String ¶
func (x *UserCanSeeServerAdminPanelRequest) String() string
type UserCanSeeServerAdminPanelResponse ¶
type UserCanSeeServerAdminPanelResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeeServerAdminPanelResponse) Descriptor
deprecated
func (*UserCanSeeServerAdminPanelResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeServerAdminPanelResponse.ProtoReflect.Descriptor instead.
func (*UserCanSeeServerAdminPanelResponse) GetAuthorized ¶
func (x *UserCanSeeServerAdminPanelResponse) GetAuthorized() bool
func (*UserCanSeeServerAdminPanelResponse) ProtoMessage ¶
func (*UserCanSeeServerAdminPanelResponse) ProtoMessage()
func (*UserCanSeeServerAdminPanelResponse) ProtoReflect ¶
func (x *UserCanSeeServerAdminPanelResponse) ProtoReflect() protoreflect.Message
func (*UserCanSeeServerAdminPanelResponse) Reset ¶
func (x *UserCanSeeServerAdminPanelResponse) Reset()
func (*UserCanSeeServerAdminPanelResponse) String ¶
func (x *UserCanSeeServerAdminPanelResponse) String() string
type UserCanUpdateOrganizationMemberRequest ¶
type UserCanUpdateOrganizationMemberRequest struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanUpdateOrganizationMemberRequest) Descriptor
deprecated
func (*UserCanUpdateOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanUpdateOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*UserCanUpdateOrganizationMemberRequest) GetOrganizationId ¶
func (x *UserCanUpdateOrganizationMemberRequest) GetOrganizationId() string
func (*UserCanUpdateOrganizationMemberRequest) ProtoMessage ¶
func (*UserCanUpdateOrganizationMemberRequest) ProtoMessage()
func (*UserCanUpdateOrganizationMemberRequest) ProtoReflect ¶
func (x *UserCanUpdateOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*UserCanUpdateOrganizationMemberRequest) Reset ¶
func (x *UserCanUpdateOrganizationMemberRequest) Reset()
func (*UserCanUpdateOrganizationMemberRequest) String ¶
func (x *UserCanUpdateOrganizationMemberRequest) String() string
type UserCanUpdateOrganizationMemberResponse ¶
type UserCanUpdateOrganizationMemberResponse struct { // The list of roles that the user is authorized to update (from and to), empty list means the user is // not authorized to update any members' role. AuthorizedRoles []OrganizationRole `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserCanUpdateOrganizationMemberResponse) Descriptor
deprecated
func (*UserCanUpdateOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanUpdateOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*UserCanUpdateOrganizationMemberResponse) GetAuthorizedRoles ¶
func (x *UserCanUpdateOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
func (*UserCanUpdateOrganizationMemberResponse) ProtoMessage ¶
func (*UserCanUpdateOrganizationMemberResponse) ProtoMessage()
func (*UserCanUpdateOrganizationMemberResponse) ProtoReflect ¶
func (x *UserCanUpdateOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*UserCanUpdateOrganizationMemberResponse) Reset ¶
func (x *UserCanUpdateOrganizationMemberResponse) Reset()
func (*UserCanUpdateOrganizationMemberResponse) String ¶
func (x *UserCanUpdateOrganizationMemberResponse) String() string
type UserPluginPreference ¶
type UserPluginPreference struct { // The id of the user. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // The language that the user has indicidated as their preferred language for plugins. SelectedLanguage PluginLanguage `` /* 158-byte string literal not displayed */ // A list of plugin names selected by the user. SelectedPlugins []string `protobuf:"bytes,3,rep,name=selected_plugins,json=selectedPlugins,proto3" json:"selected_plugins,omitempty"` // contains filtered or unexported fields }
UserPluginPreference contains the user's preferred language and the list of plugins for that language, which they selected in the BSR's Generated SDKs UI flow. These preferences are stored in the database so the language and plugins are pre-selected when the user navigates back to the Generated SDKs page from any device or browser.
func (*UserPluginPreference) Descriptor
deprecated
func (*UserPluginPreference) Descriptor() ([]byte, []int)
Deprecated: Use UserPluginPreference.ProtoReflect.Descriptor instead.
func (*UserPluginPreference) GetSelectedLanguage ¶
func (x *UserPluginPreference) GetSelectedLanguage() PluginLanguage
func (*UserPluginPreference) GetSelectedPlugins ¶
func (x *UserPluginPreference) GetSelectedPlugins() []string
func (*UserPluginPreference) GetUserId ¶
func (x *UserPluginPreference) GetUserId() string
func (*UserPluginPreference) ProtoMessage ¶
func (*UserPluginPreference) ProtoMessage()
func (*UserPluginPreference) ProtoReflect ¶
func (x *UserPluginPreference) ProtoReflect() protoreflect.Message
func (*UserPluginPreference) Reset ¶
func (x *UserPluginPreference) Reset()
func (*UserPluginPreference) String ¶
func (x *UserPluginPreference) String() string
type UserSearchResult ¶
type UserSearchResult struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Deactivated bool `protobuf:"varint,3,opt,name=deactivated,proto3" json:"deactivated,omitempty"` // contains filtered or unexported fields }
func (*UserSearchResult) Descriptor
deprecated
func (*UserSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use UserSearchResult.ProtoReflect.Descriptor instead.
func (*UserSearchResult) GetDeactivated ¶
func (x *UserSearchResult) GetDeactivated() bool
func (*UserSearchResult) GetId ¶
func (x *UserSearchResult) GetId() string
func (*UserSearchResult) GetUsername ¶
func (x *UserSearchResult) GetUsername() string
func (*UserSearchResult) ProtoMessage ¶
func (*UserSearchResult) ProtoMessage()
func (*UserSearchResult) ProtoReflect ¶
func (x *UserSearchResult) ProtoReflect() protoreflect.Message
func (*UserSearchResult) Reset ¶
func (x *UserSearchResult) Reset()
func (*UserSearchResult) String ¶
func (x *UserSearchResult) String() string
type UserState ¶
type UserState int32
func (UserState) Descriptor ¶
func (UserState) Descriptor() protoreflect.EnumDescriptor
func (UserState) EnumDescriptor
deprecated
func (UserState) Number ¶
func (x UserState) Number() protoreflect.EnumNumber
func (UserState) Type ¶
func (UserState) Type() protoreflect.EnumType
type UserType ¶
type UserType int32
func (UserType) Descriptor ¶
func (UserType) Descriptor() protoreflect.EnumDescriptor
func (UserType) EnumDescriptor
deprecated
func (UserType) Number ¶
func (x UserType) Number() protoreflect.EnumNumber
func (UserType) Type ¶
func (UserType) Type() protoreflect.EnumType
type VerificationStatus ¶
type VerificationStatus int32
VerificationStatus is the verification status of an owner on if we recognize them, an owner can be either user or organization.
const ( VerificationStatus_VERIFICATION_STATUS_UNSPECIFIED VerificationStatus = 0 // OFFICIAL indicates that the owner is maintained by Buf. VerificationStatus_VERIFICATION_STATUS_OFFICIAL VerificationStatus = 1 // VERIFIED_PUBLISHER indicates that the owner is a third-party that has been // verified by Buf. VerificationStatus_VERIFICATION_STATUS_VERIFIED_PUBLISHER VerificationStatus = 2 )
func (VerificationStatus) Descriptor ¶
func (VerificationStatus) Descriptor() protoreflect.EnumDescriptor
func (VerificationStatus) Enum ¶
func (x VerificationStatus) Enum() *VerificationStatus
func (VerificationStatus) EnumDescriptor
deprecated
func (VerificationStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use VerificationStatus.Descriptor instead.
func (VerificationStatus) Number ¶
func (x VerificationStatus) Number() protoreflect.EnumNumber
func (VerificationStatus) String ¶
func (x VerificationStatus) String() string
func (VerificationStatus) Type ¶
func (VerificationStatus) Type() protoreflect.EnumType
type Visibility ¶
type Visibility int32
const ( Visibility_VISIBILITY_UNSPECIFIED Visibility = 0 Visibility_VISIBILITY_PUBLIC Visibility = 1 Visibility_VISIBILITY_PRIVATE Visibility = 2 )
func (Visibility) Descriptor ¶
func (Visibility) Descriptor() protoreflect.EnumDescriptor
func (Visibility) Enum ¶
func (x Visibility) Enum() *Visibility
func (Visibility) EnumDescriptor
deprecated
func (Visibility) EnumDescriptor() ([]byte, []int)
Deprecated: Use Visibility.Descriptor instead.
func (Visibility) Number ¶
func (x Visibility) Number() protoreflect.EnumNumber
func (Visibility) String ¶
func (x Visibility) String() string
func (Visibility) Type ¶
func (Visibility) Type() protoreflect.EnumType
type Webhook ¶
type Webhook struct { // The event associated with the subscription id. Event WebhookEvent `protobuf:"varint,1,opt,name=event,proto3,enum=buf.alpha.registry.v1alpha1.WebhookEvent" json:"event,omitempty"` // The id of the associated subscription. WebhookId string `protobuf:"bytes,2,opt,name=webhook_id,json=webhookId,proto3" json:"webhook_id,omitempty"` // The webhook creation timestamp. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The webhook last updated timestamp. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // The webhook repository name. RepositoryName string `protobuf:"bytes,5,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // The webhook repository owner name. OwnerName string `protobuf:"bytes,6,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"` // The subscriber's callback URL where notifications are delivered. Currently // we only support Connect-powered backends with application/proto as the // content type. Make sure that your URL ends with // "/buf.alpha.webhook.v1alpha1.EventService/Event". For more information // about Connect, see https://connectrpc.com. CallbackUrl string `protobuf:"bytes,7,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"` // contains filtered or unexported fields }
Webhook is the representation of a webhook repository event subscription.
func (*Webhook) Descriptor
deprecated
func (*Webhook) GetCallbackUrl ¶
func (*Webhook) GetCreateTime ¶
func (x *Webhook) GetCreateTime() *timestamppb.Timestamp
func (*Webhook) GetEvent ¶
func (x *Webhook) GetEvent() WebhookEvent
func (*Webhook) GetOwnerName ¶
func (*Webhook) GetRepositoryName ¶
func (*Webhook) GetUpdateTime ¶
func (x *Webhook) GetUpdateTime() *timestamppb.Timestamp
func (*Webhook) GetWebhookId ¶
func (*Webhook) ProtoMessage ¶
func (*Webhook) ProtoMessage()
func (*Webhook) ProtoReflect ¶
func (x *Webhook) ProtoReflect() protoreflect.Message
type WebhookEvent ¶
type WebhookEvent int32
WebhookEvent contains the currently supported webhook event types.
const ( // WEBHOOK_EVENT_UNSPECIFIED is a safe noop default for webhook events // subscription. It will trigger an error if trying to register a webhook with // this event. WebhookEvent_WEBHOOK_EVENT_UNSPECIFIED WebhookEvent = 0 // WEBHOOK_EVENT_REPOSITORY_PUSH is emitted whenever a successful buf push is // completed for a specific repository. WebhookEvent_WEBHOOK_EVENT_REPOSITORY_PUSH WebhookEvent = 1 )
func (WebhookEvent) Descriptor ¶
func (WebhookEvent) Descriptor() protoreflect.EnumDescriptor
func (WebhookEvent) Enum ¶
func (x WebhookEvent) Enum() *WebhookEvent
func (WebhookEvent) EnumDescriptor
deprecated
func (WebhookEvent) EnumDescriptor() ([]byte, []int)
Deprecated: Use WebhookEvent.Descriptor instead.
func (WebhookEvent) Number ¶
func (x WebhookEvent) Number() protoreflect.EnumNumber
func (WebhookEvent) String ¶
func (x WebhookEvent) String() string
func (WebhookEvent) Type ¶
func (WebhookEvent) Type() protoreflect.EnumType
Source Files ¶
- admin.pb.go
- authn.pb.go
- authz.pb.go
- convert.pb.go
- display.pb.go
- doc.pb.go
- download.pb.go
- git_metadata.pb.go
- github.pb.go
- image.pb.go
- jsonschema.pb.go
- labels.pb.go
- module.pb.go
- organization.pb.go
- owner.pb.go
- plugin_curation.pb.go
- push.pb.go
- recommendation.pb.go
- reference.pb.go
- repository.pb.go
- repository_branch.pb.go
- repository_commit.pb.go
- repository_tag.pb.go
- resolve.pb.go
- resource.pb.go
- role.pb.go
- schema.pb.go
- scim_token.pb.go
- search.pb.go
- studio.pb.go
- studio_request.pb.go
- sync.pb.go
- token.pb.go
- usage.gen.go
- user.pb.go
- verification_status.pb.go
- webhook.pb.go