Documentation ¶
Index ¶
- Variables
- 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 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 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 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 CreatePluginRequest
- func (*CreatePluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePluginRequest) GetName() string
- func (x *CreatePluginRequest) GetOwner() string
- func (x *CreatePluginRequest) GetVisibility() PluginVisibility
- func (*CreatePluginRequest) ProtoMessage()
- func (x *CreatePluginRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePluginRequest) Reset()
- func (x *CreatePluginRequest) String() string
- type CreatePluginResponse
- func (*CreatePluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePluginResponse) GetPlugin() *Plugin
- func (*CreatePluginResponse) ProtoMessage()
- func (x *CreatePluginResponse) ProtoReflect() protoreflect.Message
- func (x *CreatePluginResponse) Reset()
- func (x *CreatePluginResponse) String() string
- type CreateRepositoryBranchRequest
- func (*CreateRepositoryBranchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryBranchRequest) GetName() string
- func (x *CreateRepositoryBranchRequest) GetParentBranch() string
- func (x *CreateRepositoryBranchRequest) GetRepositoryId() string
- func (*CreateRepositoryBranchRequest) ProtoMessage()
- func (x *CreateRepositoryBranchRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryBranchRequest) Reset()
- func (x *CreateRepositoryBranchRequest) String() string
- type CreateRepositoryBranchResponse
- func (*CreateRepositoryBranchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryBranchResponse) GetRepositoryBranch() *RepositoryBranch
- func (*CreateRepositoryBranchResponse) ProtoMessage()
- func (x *CreateRepositoryBranchResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryBranchResponse) Reset()
- func (x *CreateRepositoryBranchResponse) 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 CreateRepositoryTrackRequest
- func (*CreateRepositoryTrackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryTrackRequest) GetName() string
- func (x *CreateRepositoryTrackRequest) GetRepositoryId() string
- func (*CreateRepositoryTrackRequest) ProtoMessage()
- func (x *CreateRepositoryTrackRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryTrackRequest) Reset()
- func (x *CreateRepositoryTrackRequest) String() string
- type CreateRepositoryTrackResponse
- func (*CreateRepositoryTrackResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRepositoryTrackResponse) GetRepositoryTrack() *RepositoryTrack
- func (*CreateRepositoryTrackResponse) ProtoMessage()
- func (x *CreateRepositoryTrackResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryTrackResponse) Reset()
- func (x *CreateRepositoryTrackResponse) String() string
- type CreateTemplateRequest
- func (*CreateTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTemplateRequest) GetName() string
- func (x *CreateTemplateRequest) GetOwner() string
- func (x *CreateTemplateRequest) GetPluginConfigs() []*PluginConfig
- func (x *CreateTemplateRequest) GetVisibility() PluginVisibility
- func (*CreateTemplateRequest) ProtoMessage()
- func (x *CreateTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTemplateRequest) Reset()
- func (x *CreateTemplateRequest) String() string
- type CreateTemplateResponse
- func (*CreateTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTemplateResponse) GetTemplate() *Template
- func (*CreateTemplateResponse) ProtoMessage()
- func (x *CreateTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTemplateResponse) Reset()
- func (x *CreateTemplateResponse) String() string
- type CreateTemplateVersionRequest
- func (*CreateTemplateVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTemplateVersionRequest) GetName() string
- func (x *CreateTemplateVersionRequest) GetPluginVersions() []*PluginVersionMapping
- func (x *CreateTemplateVersionRequest) GetTemplateName() string
- func (x *CreateTemplateVersionRequest) GetTemplateOwner() string
- func (*CreateTemplateVersionRequest) ProtoMessage()
- func (x *CreateTemplateVersionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTemplateVersionRequest) Reset()
- func (x *CreateTemplateVersionRequest) String() string
- type CreateTemplateVersionResponse
- func (*CreateTemplateVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTemplateVersionResponse) GetTemplateVersion() *TemplateVersion
- func (*CreateTemplateVersionResponse) ProtoMessage()
- func (x *CreateTemplateVersionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTemplateVersionResponse) Reset()
- func (x *CreateTemplateVersionResponse) String() string
- type CreateTokenRequest
- func (*CreateTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTokenRequest) GetExpireTime() *timestamppb.Timestamp
- func (x *CreateTokenRequest) GetNote() 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) GetWebhookSubscriptionId() string
- func (*CreateWebhookResponse) ProtoMessage()
- func (x *CreateWebhookResponse) ProtoReflect() protoreflect.Message
- func (x *CreateWebhookResponse) Reset()
- func (x *CreateWebhookResponse) String() string
- 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 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 DeletePluginRequest
- func (*DeletePluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePluginRequest) GetName() string
- func (x *DeletePluginRequest) GetOwner() string
- func (*DeletePluginRequest) ProtoMessage()
- func (x *DeletePluginRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePluginRequest) Reset()
- func (x *DeletePluginRequest) String() string
- type DeletePluginResponse
- 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 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 DeleteRepositoryTrackByNameRequest
- func (*DeleteRepositoryTrackByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRepositoryTrackByNameRequest) GetName() string
- func (x *DeleteRepositoryTrackByNameRequest) GetOwnerName() string
- func (x *DeleteRepositoryTrackByNameRequest) GetRepositoryName() string
- func (*DeleteRepositoryTrackByNameRequest) ProtoMessage()
- func (x *DeleteRepositoryTrackByNameRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryTrackByNameRequest) Reset()
- func (x *DeleteRepositoryTrackByNameRequest) String() string
- type DeleteRepositoryTrackByNameResponse
- func (*DeleteRepositoryTrackByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteRepositoryTrackByNameResponse) ProtoMessage()
- func (x *DeleteRepositoryTrackByNameResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryTrackByNameResponse) Reset()
- func (x *DeleteRepositoryTrackByNameResponse) String() string
- type DeleteTemplateRequest
- func (*DeleteTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTemplateRequest) GetName() string
- func (x *DeleteTemplateRequest) GetOwner() string
- func (*DeleteTemplateRequest) ProtoMessage()
- func (x *DeleteTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTemplateRequest) Reset()
- func (x *DeleteTemplateRequest) String() string
- type DeleteTemplateResponse
- 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) GetWebhookSubscriptionId() string
- func (*DeleteWebhookRequest) ProtoMessage()
- func (x *DeleteWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWebhookRequest) Reset()
- func (x *DeleteWebhookRequest) String() string
- type DeleteWebhookResponse
- type DeprecatePluginRequest
- func (*DeprecatePluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeprecatePluginRequest) GetMessage() string
- func (x *DeprecatePluginRequest) GetName() string
- func (x *DeprecatePluginRequest) GetOwner() string
- func (*DeprecatePluginRequest) ProtoMessage()
- func (x *DeprecatePluginRequest) ProtoReflect() protoreflect.Message
- func (x *DeprecatePluginRequest) Reset()
- func (x *DeprecatePluginRequest) String() string
- type DeprecatePluginResponse
- 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 DeprecateTemplateRequest
- func (*DeprecateTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeprecateTemplateRequest) GetMessage() string
- func (x *DeprecateTemplateRequest) GetName() string
- func (x *DeprecateTemplateRequest) GetOwner() string
- func (*DeprecateTemplateRequest) ProtoMessage()
- func (x *DeprecateTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *DeprecateTemplateRequest) Reset()
- func (x *DeprecateTemplateRequest) String() string
- type DeprecateTemplateResponse
- 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) GetCreatePlugin() bool
- func (x *DisplayOrganizationElementsResponse) GetCreateRepository() bool
- func (x *DisplayOrganizationElementsResponse) GetCreateTemplate() 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 DisplayPluginElementsRequest
- func (*DisplayPluginElementsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayPluginElementsRequest) GetPluginId() string
- func (*DisplayPluginElementsRequest) ProtoMessage()
- func (x *DisplayPluginElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayPluginElementsRequest) Reset()
- func (x *DisplayPluginElementsRequest) String() string
- type DisplayPluginElementsResponse
- func (*DisplayPluginElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayPluginElementsResponse) GetCreateVersion() bool
- func (x *DisplayPluginElementsResponse) GetDelete() bool
- func (x *DisplayPluginElementsResponse) GetSettings() bool
- func (*DisplayPluginElementsResponse) ProtoMessage()
- func (x *DisplayPluginElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayPluginElementsResponse) Reset()
- func (x *DisplayPluginElementsResponse) 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 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 DisplayTemplateElementsRequest
- func (*DisplayTemplateElementsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayTemplateElementsRequest) GetTemplateId() string
- func (*DisplayTemplateElementsRequest) ProtoMessage()
- func (x *DisplayTemplateElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayTemplateElementsRequest) Reset()
- func (x *DisplayTemplateElementsRequest) String() string
- type DisplayTemplateElementsResponse
- func (*DisplayTemplateElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayTemplateElementsResponse) GetCreateVersion() bool
- func (x *DisplayTemplateElementsResponse) GetDelete() bool
- func (x *DisplayTemplateElementsResponse) GetSettings() bool
- func (*DisplayTemplateElementsResponse) ProtoMessage()
- func (x *DisplayTemplateElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayTemplateElementsResponse) Reset()
- func (x *DisplayTemplateElementsResponse) 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 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 Enum
- func (*Enum) Descriptor() ([]byte, []int)deprecated
- func (x *Enum) GetDescription() string
- func (x *Enum) GetFilePath() string
- func (x *Enum) GetFullName() string
- func (x *Enum) GetLocation() *Location
- func (x *Enum) GetName() string
- func (x *Enum) GetNestedName() string
- func (x *Enum) GetValues() []*EnumValue
- func (*Enum) ProtoMessage()
- func (x *Enum) ProtoReflect() protoreflect.Message
- func (x *Enum) Reset()
- func (x *Enum) String() string
- type EnumValue
- func (*EnumValue) Descriptor() ([]byte, []int)deprecated
- func (x *EnumValue) GetDescription() string
- func (x *EnumValue) GetName() string
- func (x *EnumValue) GetNumber() int32
- func (*EnumValue) ProtoMessage()
- func (x *EnumValue) ProtoReflect() protoreflect.Message
- func (x *EnumValue) Reset()
- func (x *EnumValue) String() string
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetDescription() string
- func (x *Field) GetExtendee() string
- 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) GetTag() uint32
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- type File
- type FileExtension
- func (*FileExtension) Descriptor() ([]byte, []int)deprecated
- func (x *FileExtension) GetDescription() string
- func (x *FileExtension) GetExtensionType() string
- func (x *FileExtension) GetFields() []*Field
- func (x *FileExtension) GetFilePath() string
- 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 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) GetPlugins() []*Plugin
- func (x *ForceDeleteUserResponse) GetRepositories() []*Repository
- func (x *ForceDeleteUserResponse) GetTemplates() []*Template
- func (x *ForceDeleteUserResponse) GetUser() *User
- func (*ForceDeleteUserResponse) ProtoMessage()
- func (x *ForceDeleteUserResponse) ProtoReflect() protoreflect.Message
- func (x *ForceDeleteUserResponse) Reset()
- func (x *ForceDeleteUserResponse) String() string
- type GeneratePluginsRequest
- func (*GeneratePluginsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GeneratePluginsRequest) GetImage() *v1.Image
- func (x *GeneratePluginsRequest) GetIncludeImports() bool
- func (x *GeneratePluginsRequest) GetIncludeWellKnownTypes() bool
- func (x *GeneratePluginsRequest) GetPlugins() []*PluginReference
- func (*GeneratePluginsRequest) ProtoMessage()
- func (x *GeneratePluginsRequest) ProtoReflect() protoreflect.Message
- func (x *GeneratePluginsRequest) Reset()
- func (x *GeneratePluginsRequest) String() string
- type GeneratePluginsResponse
- func (*GeneratePluginsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GeneratePluginsResponse) GetResponses() []*pluginpb.CodeGeneratorResponse
- func (x *GeneratePluginsResponse) GetRuntimeLibraries() []*RuntimeLibrary
- func (*GeneratePluginsResponse) ProtoMessage()
- func (x *GeneratePluginsResponse) ProtoReflect() protoreflect.Message
- func (x *GeneratePluginsResponse) Reset()
- func (x *GeneratePluginsResponse) String() string
- type GenerateTemplateRequest
- func (*GenerateTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateTemplateRequest) GetImage() *v1.Image
- func (x *GenerateTemplateRequest) GetIncludeImports() bool
- func (x *GenerateTemplateRequest) GetIncludeWellKnownTypes() bool
- func (x *GenerateTemplateRequest) GetTemplateName() string
- func (x *GenerateTemplateRequest) GetTemplateOwner() string
- func (x *GenerateTemplateRequest) GetTemplateVersion() string
- func (*GenerateTemplateRequest) ProtoMessage()
- func (x *GenerateTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateTemplateRequest) Reset()
- func (x *GenerateTemplateRequest) String() string
- type GenerateTemplateResponse
- func (*GenerateTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateTemplateResponse) GetFiles() []*File
- func (x *GenerateTemplateResponse) GetRuntimeLibraries() []*RuntimeLibrary
- func (*GenerateTemplateResponse) ProtoMessage()
- func (x *GenerateTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateTemplateResponse) Reset()
- func (x *GenerateTemplateResponse) 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 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 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 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 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 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) GetMembersCount() uint32
- func (x *GetOrganizationSettingsResponse) GetPluginBaseRole() PluginRole
- func (x *GetOrganizationSettingsResponse) GetRepositoryBaseRole() RepositoryRole
- func (x *GetOrganizationSettingsResponse) GetTemplateBaseRole() TemplateRole
- 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 GetPluginRequest
- func (*GetPluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPluginRequest) GetName() string
- func (x *GetPluginRequest) GetOwner() string
- func (*GetPluginRequest) ProtoMessage()
- func (x *GetPluginRequest) ProtoReflect() protoreflect.Message
- func (x *GetPluginRequest) Reset()
- func (x *GetPluginRequest) String() string
- type GetPluginResponse
- type GetPluginVersionRequest
- func (*GetPluginVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPluginVersionRequest) GetName() string
- func (x *GetPluginVersionRequest) GetOwner() string
- func (x *GetPluginVersionRequest) GetVersion() string
- func (*GetPluginVersionRequest) ProtoMessage()
- func (x *GetPluginVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetPluginVersionRequest) Reset()
- func (x *GetPluginVersionRequest) String() string
- type GetPluginVersionResponse
- func (*GetPluginVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPluginVersionResponse) GetPluginVersion() *PluginVersion
- func (*GetPluginVersionResponse) ProtoMessage()
- func (x *GetPluginVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetPluginVersionResponse) Reset()
- func (x *GetPluginVersionResponse) 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 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 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 GetRepositoryCommitBySequenceIdRequest
- func (*GetRepositoryCommitBySequenceIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryCommitBySequenceIdRequest) GetCommitSequenceId() int64
- func (x *GetRepositoryCommitBySequenceIdRequest) GetRepositoryBranchName() string
- func (x *GetRepositoryCommitBySequenceIdRequest) GetRepositoryName() string
- func (x *GetRepositoryCommitBySequenceIdRequest) GetRepositoryOwner() string
- func (*GetRepositoryCommitBySequenceIdRequest) ProtoMessage()
- func (x *GetRepositoryCommitBySequenceIdRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryCommitBySequenceIdRequest) Reset()
- func (x *GetRepositoryCommitBySequenceIdRequest) String() string
- type GetRepositoryCommitBySequenceIdResponse
- func (*GetRepositoryCommitBySequenceIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryCommitBySequenceIdResponse) GetRepositoryCommit() *RepositoryCommit
- func (*GetRepositoryCommitBySequenceIdResponse) ProtoMessage()
- func (x *GetRepositoryCommitBySequenceIdResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryCommitBySequenceIdResponse) Reset()
- func (x *GetRepositoryCommitBySequenceIdResponse) 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 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 GetRepositoryTrackByNameRequest
- func (*GetRepositoryTrackByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryTrackByNameRequest) GetName() string
- func (x *GetRepositoryTrackByNameRequest) GetOwnerName() string
- func (x *GetRepositoryTrackByNameRequest) GetRepositoryName() string
- func (*GetRepositoryTrackByNameRequest) ProtoMessage()
- func (x *GetRepositoryTrackByNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTrackByNameRequest) Reset()
- func (x *GetRepositoryTrackByNameRequest) String() string
- type GetRepositoryTrackByNameResponse
- func (*GetRepositoryTrackByNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryTrackByNameResponse) GetRepositoryTrack() *RepositoryTrack
- func (*GetRepositoryTrackByNameResponse) ProtoMessage()
- func (x *GetRepositoryTrackByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTrackByNameResponse) Reset()
- func (x *GetRepositoryTrackByNameResponse) String() string
- type GetRepositoryTrackCommitByReferenceRequest
- func (*GetRepositoryTrackCommitByReferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryTrackCommitByReferenceRequest) GetReference() string
- func (x *GetRepositoryTrackCommitByReferenceRequest) GetRepositoryName() string
- func (x *GetRepositoryTrackCommitByReferenceRequest) GetRepositoryOwner() string
- func (x *GetRepositoryTrackCommitByReferenceRequest) GetTrack() string
- func (*GetRepositoryTrackCommitByReferenceRequest) ProtoMessage()
- func (x *GetRepositoryTrackCommitByReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTrackCommitByReferenceRequest) Reset()
- func (x *GetRepositoryTrackCommitByReferenceRequest) String() string
- type GetRepositoryTrackCommitByReferenceResponse
- func (*GetRepositoryTrackCommitByReferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryTrackCommitByReferenceResponse) GetRepositoryTrackCommit() *RepositoryTrackCommit
- func (*GetRepositoryTrackCommitByReferenceResponse) ProtoMessage()
- func (x *GetRepositoryTrackCommitByReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTrackCommitByReferenceResponse) Reset()
- func (x *GetRepositoryTrackCommitByReferenceResponse) String() string
- type GetRepositoryTrackCommitByRepositoryCommitRequest
- func (*GetRepositoryTrackCommitByRepositoryCommitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) GetRepositoryCommitId() string
- func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) GetRepositoryTrackId() string
- func (*GetRepositoryTrackCommitByRepositoryCommitRequest) ProtoMessage()
- func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) Reset()
- func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) String() string
- type GetRepositoryTrackCommitByRepositoryCommitResponse
- func (*GetRepositoryTrackCommitByRepositoryCommitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRepositoryTrackCommitByRepositoryCommitResponse) GetRepositoryTrackCommit() *RepositoryTrackCommit
- func (*GetRepositoryTrackCommitByRepositoryCommitResponse) ProtoMessage()
- func (x *GetRepositoryTrackCommitByRepositoryCommitResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTrackCommitByRepositoryCommitResponse) Reset()
- func (x *GetRepositoryTrackCommitByRepositoryCommitResponse) 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 GetTemplateRequest
- func (*GetTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateRequest) GetName() string
- func (x *GetTemplateRequest) GetOwner() string
- func (*GetTemplateRequest) ProtoMessage()
- func (x *GetTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetTemplateRequest) Reset()
- func (x *GetTemplateRequest) String() string
- type GetTemplateResponse
- func (*GetTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateResponse) GetTemplate() *Template
- func (*GetTemplateResponse) ProtoMessage()
- func (x *GetTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *GetTemplateResponse) Reset()
- func (x *GetTemplateResponse) String() string
- type GetTemplateVersionRequest
- func (*GetTemplateVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateVersionRequest) GetName() string
- func (x *GetTemplateVersionRequest) GetOwner() string
- func (x *GetTemplateVersionRequest) GetVersion() string
- func (*GetTemplateVersionRequest) ProtoMessage()
- func (x *GetTemplateVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetTemplateVersionRequest) Reset()
- func (x *GetTemplateVersionRequest) String() string
- type GetTemplateVersionResponse
- func (*GetTemplateVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateVersionResponse) GetTemplateVersion() *TemplateVersion
- func (*GetTemplateVersionResponse) ProtoMessage()
- func (x *GetTemplateVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetTemplateVersionResponse) Reset()
- func (x *GetTemplateVersionResponse) String() string
- type GetTokenRequest
- type GetTokenResponse
- 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 GetUserRequest
- type GetUserResponse
- type GithubAppConfig
- 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 ListManageablePluginRolesRequest
- func (*ListManageablePluginRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageablePluginRolesRequest) GetPluginId() string
- func (*ListManageablePluginRolesRequest) ProtoMessage()
- func (x *ListManageablePluginRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListManageablePluginRolesRequest) Reset()
- func (x *ListManageablePluginRolesRequest) String() string
- type ListManageablePluginRolesResponse
- func (*ListManageablePluginRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageablePluginRolesResponse) GetRoles() []PluginRole
- func (*ListManageablePluginRolesResponse) ProtoMessage()
- func (x *ListManageablePluginRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListManageablePluginRolesResponse) Reset()
- func (x *ListManageablePluginRolesResponse) 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 ListManageableTemplateRolesRequest
- func (*ListManageableTemplateRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableTemplateRolesRequest) GetTemplateId() string
- func (*ListManageableTemplateRolesRequest) ProtoMessage()
- func (x *ListManageableTemplateRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListManageableTemplateRolesRequest) Reset()
- func (x *ListManageableTemplateRolesRequest) String() string
- type ListManageableTemplateRolesResponse
- func (*ListManageableTemplateRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableTemplateRolesResponse) GetRoles() []TemplateRole
- func (*ListManageableTemplateRolesResponse) ProtoMessage()
- func (x *ListManageableTemplateRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListManageableTemplateRolesResponse) Reset()
- func (x *ListManageableTemplateRolesResponse) String() string
- type ListManageableUserPluginRolesRequest
- func (*ListManageableUserPluginRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableUserPluginRolesRequest) GetPluginId() string
- func (x *ListManageableUserPluginRolesRequest) GetUserId() string
- func (*ListManageableUserPluginRolesRequest) ProtoMessage()
- func (x *ListManageableUserPluginRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListManageableUserPluginRolesRequest) Reset()
- func (x *ListManageableUserPluginRolesRequest) String() string
- type ListManageableUserPluginRolesResponse
- func (*ListManageableUserPluginRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableUserPluginRolesResponse) GetRoles() []PluginRole
- func (*ListManageableUserPluginRolesResponse) ProtoMessage()
- func (x *ListManageableUserPluginRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListManageableUserPluginRolesResponse) Reset()
- func (x *ListManageableUserPluginRolesResponse) 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 ListManageableUserTemplateRolesRequest
- func (*ListManageableUserTemplateRolesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableUserTemplateRolesRequest) GetTemplateId() string
- func (x *ListManageableUserTemplateRolesRequest) GetUserId() string
- func (*ListManageableUserTemplateRolesRequest) ProtoMessage()
- func (x *ListManageableUserTemplateRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListManageableUserTemplateRolesRequest) Reset()
- func (x *ListManageableUserTemplateRolesRequest) String() string
- type ListManageableUserTemplateRolesResponse
- func (*ListManageableUserTemplateRolesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListManageableUserTemplateRolesResponse) GetRoles() []TemplateRole
- func (*ListManageableUserTemplateRolesResponse) ProtoMessage()
- func (x *ListManageableUserTemplateRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListManageableUserTemplateRolesResponse) Reset()
- func (x *ListManageableUserTemplateRolesResponse) String() string
- type ListOrganizationPluginsRequest
- func (*ListOrganizationPluginsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationPluginsRequest) GetOrganization() string
- func (x *ListOrganizationPluginsRequest) GetPageSize() uint32
- func (x *ListOrganizationPluginsRequest) GetPageToken() string
- func (x *ListOrganizationPluginsRequest) GetReverse() bool
- func (*ListOrganizationPluginsRequest) ProtoMessage()
- func (x *ListOrganizationPluginsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationPluginsRequest) Reset()
- func (x *ListOrganizationPluginsRequest) String() string
- type ListOrganizationPluginsResponse
- func (*ListOrganizationPluginsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationPluginsResponse) GetNextPageToken() string
- func (x *ListOrganizationPluginsResponse) GetPlugins() []*Plugin
- func (*ListOrganizationPluginsResponse) ProtoMessage()
- func (x *ListOrganizationPluginsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationPluginsResponse) Reset()
- func (x *ListOrganizationPluginsResponse) 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 ListOrganizationTemplatesRequest
- func (*ListOrganizationTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationTemplatesRequest) GetOrganization() string
- func (x *ListOrganizationTemplatesRequest) GetPageSize() uint32
- func (x *ListOrganizationTemplatesRequest) GetPageToken() string
- func (x *ListOrganizationTemplatesRequest) GetReverse() bool
- func (*ListOrganizationTemplatesRequest) ProtoMessage()
- func (x *ListOrganizationTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationTemplatesRequest) Reset()
- func (x *ListOrganizationTemplatesRequest) String() string
- type ListOrganizationTemplatesResponse
- func (*ListOrganizationTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationTemplatesResponse) GetNextPageToken() string
- func (x *ListOrganizationTemplatesResponse) GetTemplates() []*Template
- func (*ListOrganizationTemplatesResponse) ProtoMessage()
- func (x *ListOrganizationTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationTemplatesResponse) Reset()
- func (x *ListOrganizationTemplatesResponse) 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 ListPluginContributorsRequest
- func (*ListPluginContributorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPluginContributorsRequest) GetPageSize() uint32
- func (x *ListPluginContributorsRequest) GetPageToken() string
- func (x *ListPluginContributorsRequest) GetPluginId() string
- func (x *ListPluginContributorsRequest) GetReverse() bool
- func (*ListPluginContributorsRequest) ProtoMessage()
- func (x *ListPluginContributorsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPluginContributorsRequest) Reset()
- func (x *ListPluginContributorsRequest) String() string
- type ListPluginContributorsResponse
- func (*ListPluginContributorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPluginContributorsResponse) GetNextPageToken() string
- func (x *ListPluginContributorsResponse) GetUsers() []*PluginContributor
- func (*ListPluginContributorsResponse) ProtoMessage()
- func (x *ListPluginContributorsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPluginContributorsResponse) Reset()
- func (x *ListPluginContributorsResponse) String() string
- type ListPluginVersionsRequest
- func (*ListPluginVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPluginVersionsRequest) GetName() string
- func (x *ListPluginVersionsRequest) GetOwner() string
- func (x *ListPluginVersionsRequest) GetPageSize() uint32
- func (x *ListPluginVersionsRequest) GetPageToken() string
- func (x *ListPluginVersionsRequest) GetReverse() bool
- func (*ListPluginVersionsRequest) ProtoMessage()
- func (x *ListPluginVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPluginVersionsRequest) Reset()
- func (x *ListPluginVersionsRequest) String() string
- type ListPluginVersionsResponse
- func (*ListPluginVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPluginVersionsResponse) GetNextPageToken() string
- func (x *ListPluginVersionsResponse) GetPluginVersions() []*PluginVersion
- func (*ListPluginVersionsResponse) ProtoMessage()
- func (x *ListPluginVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPluginVersionsResponse) Reset()
- func (x *ListPluginVersionsResponse) String() string
- type ListPluginsRequest
- func (*ListPluginsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPluginsRequest) GetPageSize() uint32
- func (x *ListPluginsRequest) GetPageToken() string
- func (x *ListPluginsRequest) GetReverse() bool
- func (*ListPluginsRequest) ProtoMessage()
- func (x *ListPluginsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPluginsRequest) Reset()
- func (x *ListPluginsRequest) String() string
- type ListPluginsResponse
- func (*ListPluginsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPluginsResponse) GetNextPageToken() string
- func (x *ListPluginsResponse) GetPlugins() []*Plugin
- func (*ListPluginsResponse) ProtoMessage()
- func (x *ListPluginsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPluginsResponse) Reset()
- func (x *ListPluginsResponse) String() string
- type ListRecommendedRepositoriesRequest
- func (*ListRecommendedRepositoriesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListRecommendedRepositoriesRequest) ProtoMessage()
- func (x *ListRecommendedRepositoriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRecommendedRepositoriesRequest) Reset()
- func (x *ListRecommendedRepositoriesRequest) String() string
- type ListRecommendedRepositoriesResponse
- func (*ListRecommendedRepositoriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRecommendedRepositoriesResponse) GetRepositories() []*RecommendedRepository
- func (*ListRecommendedRepositoriesResponse) ProtoMessage()
- func (x *ListRecommendedRepositoriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRecommendedRepositoriesResponse) Reset()
- func (x *ListRecommendedRepositoriesResponse) String() string
- type ListRecommendedTemplatesRequest
- func (*ListRecommendedTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListRecommendedTemplatesRequest) ProtoMessage()
- func (x *ListRecommendedTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRecommendedTemplatesRequest) Reset()
- func (x *ListRecommendedTemplatesRequest) String() string
- type ListRecommendedTemplatesResponse
- func (*ListRecommendedTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRecommendedTemplatesResponse) GetTemplates() []*RecommendedTemplate
- func (*ListRecommendedTemplatesResponse) ProtoMessage()
- func (x *ListRecommendedTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRecommendedTemplatesResponse) Reset()
- func (x *ListRecommendedTemplatesResponse) 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 ListRepositoryBranchesRequest
- func (*ListRepositoryBranchesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryBranchesRequest) GetPageSize() uint32
- func (x *ListRepositoryBranchesRequest) GetPageToken() string
- func (x *ListRepositoryBranchesRequest) GetRepositoryId() string
- func (x *ListRepositoryBranchesRequest) GetReverse() bool
- 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 ListRepositoryCommitsOnTrackRequest
- func (*ListRepositoryCommitsOnTrackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryCommitsOnTrackRequest) GetPageSize() uint32
- func (x *ListRepositoryCommitsOnTrackRequest) GetPageToken() string
- func (x *ListRepositoryCommitsOnTrackRequest) GetReference() string
- func (x *ListRepositoryCommitsOnTrackRequest) GetRepositoryName() string
- func (x *ListRepositoryCommitsOnTrackRequest) GetRepositoryOwner() string
- func (x *ListRepositoryCommitsOnTrackRequest) GetRepositoryTrackName() string
- func (x *ListRepositoryCommitsOnTrackRequest) GetReverse() bool
- func (*ListRepositoryCommitsOnTrackRequest) ProtoMessage()
- func (x *ListRepositoryCommitsOnTrackRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryCommitsOnTrackRequest) Reset()
- func (x *ListRepositoryCommitsOnTrackRequest) String() string
- type ListRepositoryCommitsOnTrackResponse
- func (*ListRepositoryCommitsOnTrackResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryCommitsOnTrackResponse) GetNextPageToken() string
- func (x *ListRepositoryCommitsOnTrackResponse) GetRepositoryCommits() []*RepositoryCommit
- func (*ListRepositoryCommitsOnTrackResponse) ProtoMessage()
- func (x *ListRepositoryCommitsOnTrackResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryCommitsOnTrackResponse) Reset()
- func (x *ListRepositoryCommitsOnTrackResponse) 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 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 ListRepositoryTrackCommitsByRepositoryTrackRequest
- func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) GetPageSize() uint32
- func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) GetPageToken() string
- func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) GetRepositoryTrackId() string
- func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) GetReverse() bool
- func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) ProtoMessage()
- func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) Reset()
- func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) String() string
- type ListRepositoryTrackCommitsByRepositoryTrackResponse
- func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) GetNextPageToken() string
- func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) GetRepositoryTrackCommits() []*RepositoryTrackCommit
- func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) ProtoMessage()
- func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) Reset()
- func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) String() string
- type ListRepositoryTracksByRepositoryCommitRequest
- func (*ListRepositoryTracksByRepositoryCommitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTracksByRepositoryCommitRequest) GetCommit() string
- func (x *ListRepositoryTracksByRepositoryCommitRequest) GetPageSize() uint32
- func (x *ListRepositoryTracksByRepositoryCommitRequest) GetPageToken() string
- func (x *ListRepositoryTracksByRepositoryCommitRequest) GetRepositoryId() string
- func (x *ListRepositoryTracksByRepositoryCommitRequest) GetReverse() bool
- func (*ListRepositoryTracksByRepositoryCommitRequest) ProtoMessage()
- func (x *ListRepositoryTracksByRepositoryCommitRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTracksByRepositoryCommitRequest) Reset()
- func (x *ListRepositoryTracksByRepositoryCommitRequest) String() string
- type ListRepositoryTracksByRepositoryCommitResponse
- func (*ListRepositoryTracksByRepositoryCommitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTracksByRepositoryCommitResponse) GetNextPageToken() string
- func (x *ListRepositoryTracksByRepositoryCommitResponse) GetRepositoryTracks() []*RepositoryTrack
- func (*ListRepositoryTracksByRepositoryCommitResponse) ProtoMessage()
- func (x *ListRepositoryTracksByRepositoryCommitResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTracksByRepositoryCommitResponse) Reset()
- func (x *ListRepositoryTracksByRepositoryCommitResponse) String() string
- type ListRepositoryTracksRequest
- func (*ListRepositoryTracksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTracksRequest) GetPageSize() uint32
- func (x *ListRepositoryTracksRequest) GetPageToken() string
- func (x *ListRepositoryTracksRequest) GetRepositoryId() string
- func (x *ListRepositoryTracksRequest) GetReverse() bool
- func (*ListRepositoryTracksRequest) ProtoMessage()
- func (x *ListRepositoryTracksRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTracksRequest) Reset()
- func (x *ListRepositoryTracksRequest) String() string
- type ListRepositoryTracksResponse
- func (*ListRepositoryTracksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRepositoryTracksResponse) GetNextPageToken() string
- func (x *ListRepositoryTracksResponse) GetRepositoryTracks() []*RepositoryTrack
- func (*ListRepositoryTracksResponse) ProtoMessage()
- func (x *ListRepositoryTracksResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTracksResponse) Reset()
- func (x *ListRepositoryTracksResponse) 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 ListTemplateContributorsRequest
- func (*ListTemplateContributorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTemplateContributorsRequest) GetPageSize() uint32
- func (x *ListTemplateContributorsRequest) GetPageToken() string
- func (x *ListTemplateContributorsRequest) GetReverse() bool
- func (x *ListTemplateContributorsRequest) GetTemplateId() string
- func (*ListTemplateContributorsRequest) ProtoMessage()
- func (x *ListTemplateContributorsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTemplateContributorsRequest) Reset()
- func (x *ListTemplateContributorsRequest) String() string
- type ListTemplateContributorsResponse
- func (*ListTemplateContributorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTemplateContributorsResponse) GetNextPageToken() string
- func (x *ListTemplateContributorsResponse) GetUsers() []*TemplateContributor
- func (*ListTemplateContributorsResponse) ProtoMessage()
- func (x *ListTemplateContributorsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTemplateContributorsResponse) Reset()
- func (x *ListTemplateContributorsResponse) String() string
- type ListTemplateVersionsRequest
- func (*ListTemplateVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTemplateVersionsRequest) GetName() string
- func (x *ListTemplateVersionsRequest) GetOwner() string
- func (x *ListTemplateVersionsRequest) GetPageSize() uint32
- func (x *ListTemplateVersionsRequest) GetPageToken() string
- func (x *ListTemplateVersionsRequest) GetReverse() bool
- func (*ListTemplateVersionsRequest) ProtoMessage()
- func (x *ListTemplateVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTemplateVersionsRequest) Reset()
- func (x *ListTemplateVersionsRequest) String() string
- type ListTemplateVersionsResponse
- func (*ListTemplateVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTemplateVersionsResponse) GetNextPageToken() string
- func (x *ListTemplateVersionsResponse) GetTemplateVersions() []*TemplateVersion
- func (*ListTemplateVersionsResponse) ProtoMessage()
- func (x *ListTemplateVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTemplateVersionsResponse) Reset()
- func (x *ListTemplateVersionsResponse) String() string
- type ListTemplatesRequest
- func (*ListTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTemplatesRequest) GetPageSize() uint32
- func (x *ListTemplatesRequest) GetPageToken() string
- func (x *ListTemplatesRequest) GetReverse() bool
- func (*ListTemplatesRequest) ProtoMessage()
- func (x *ListTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListTemplatesRequest) Reset()
- func (x *ListTemplatesRequest) String() string
- type ListTemplatesResponse
- func (*ListTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTemplatesResponse) GetNextPageToken() string
- func (x *ListTemplatesResponse) GetTemplates() []*Template
- func (*ListTemplatesResponse) ProtoMessage()
- func (x *ListTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListTemplatesResponse) Reset()
- func (x *ListTemplatesResponse) String() string
- type ListTemplatesUserCanAccessRequest
- func (*ListTemplatesUserCanAccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTemplatesUserCanAccessRequest) GetPageSize() uint32
- func (x *ListTemplatesUserCanAccessRequest) GetPageToken() string
- func (x *ListTemplatesUserCanAccessRequest) GetReverse() bool
- func (*ListTemplatesUserCanAccessRequest) ProtoMessage()
- func (x *ListTemplatesUserCanAccessRequest) ProtoReflect() protoreflect.Message
- func (x *ListTemplatesUserCanAccessRequest) Reset()
- func (x *ListTemplatesUserCanAccessRequest) String() string
- type ListTemplatesUserCanAccessResponse
- func (*ListTemplatesUserCanAccessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTemplatesUserCanAccessResponse) GetNextPageToken() string
- func (x *ListTemplatesUserCanAccessResponse) GetTemplates() []*Template
- func (*ListTemplatesUserCanAccessResponse) ProtoMessage()
- func (x *ListTemplatesUserCanAccessResponse) ProtoReflect() protoreflect.Message
- func (x *ListTemplatesUserCanAccessResponse) Reset()
- func (x *ListTemplatesUserCanAccessResponse) 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 (*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 ListUserPluginsRequest
- func (*ListUserPluginsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserPluginsRequest) GetOwner() string
- func (x *ListUserPluginsRequest) GetPageSize() uint32
- func (x *ListUserPluginsRequest) GetPageToken() string
- func (x *ListUserPluginsRequest) GetReverse() bool
- func (*ListUserPluginsRequest) ProtoMessage()
- func (x *ListUserPluginsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserPluginsRequest) Reset()
- func (x *ListUserPluginsRequest) String() string
- type ListUserPluginsResponse
- func (*ListUserPluginsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserPluginsResponse) GetNextPageToken() string
- func (x *ListUserPluginsResponse) GetPlugins() []*Plugin
- func (*ListUserPluginsResponse) ProtoMessage()
- func (x *ListUserPluginsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserPluginsResponse) Reset()
- func (x *ListUserPluginsResponse) 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 ListUserTemplatesRequest
- func (*ListUserTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserTemplatesRequest) GetOwner() string
- func (x *ListUserTemplatesRequest) GetPageSize() uint32
- func (x *ListUserTemplatesRequest) GetPageToken() string
- func (x *ListUserTemplatesRequest) GetReverse() bool
- func (*ListUserTemplatesRequest) ProtoMessage()
- func (x *ListUserTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserTemplatesRequest) Reset()
- func (x *ListUserTemplatesRequest) String() string
- type ListUserTemplatesResponse
- func (*ListUserTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserTemplatesResponse) GetNextPageToken() string
- func (x *ListUserTemplatesResponse) GetTemplates() []*Template
- func (*ListUserTemplatesResponse) ProtoMessage()
- func (x *ListUserTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserTemplatesResponse) Reset()
- func (x *ListUserTemplatesResponse) 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 (*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) GetSubscribedWebhooks() []*SubscribedWebhook
- func (*ListWebhooksResponse) ProtoMessage()
- func (x *ListWebhooksResponse) ProtoReflect() protoreflect.Message
- func (x *ListWebhooksResponse) Reset()
- func (x *ListWebhooksResponse) String() string
- type LocalModulePin
- func (*LocalModulePin) Descriptor() ([]byte, []int)deprecated
- func (x *LocalModulePin) GetBranch() string
- func (x *LocalModulePin) GetCommit() string
- func (x *LocalModulePin) GetCreateTime() *timestamppb.Timestamp
- 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) 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 Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetDescription() string
- func (x *Message) GetFields() []*MessageField
- func (x *Message) GetFilePath() string
- func (x *Message) GetFullName() string
- func (x *Message) GetIsMapEntry() bool
- func (x *Message) GetLocation() *Location
- func (x *Message) GetMessageExtensions() []*Field
- func (x *Message) GetName() string
- func (x *Message) GetNestedName() string
- 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 Method
- func (*Method) Descriptor() ([]byte, []int)deprecated
- func (x *Method) GetDescription() string
- func (x *Method) GetName() string
- 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 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) GetName() string
- func (*ModuleDocumentation) ProtoMessage()
- func (x *ModuleDocumentation) ProtoReflect() protoreflect.Message
- func (x *ModuleDocumentation) Reset()
- func (x *ModuleDocumentation) 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 Oneof
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetCreateTime() *timestamppb.Timestamp
- func (x *Organization) GetId() string
- func (x *Organization) GetName() string
- func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
- 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 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) 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) GetDescription() 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 Plugin
- func (*Plugin) Descriptor() ([]byte, []int)deprecated
- func (x *Plugin) GetCreateTime() *timestamppb.Timestamp
- func (x *Plugin) GetDeprecated() bool
- func (x *Plugin) GetDeprecationMessage() string
- func (x *Plugin) GetId() string
- func (x *Plugin) GetName() string
- func (x *Plugin) GetOwner() string
- func (x *Plugin) GetUpdateTime() *timestamppb.Timestamp
- func (x *Plugin) GetVisibility() PluginVisibility
- func (*Plugin) ProtoMessage()
- func (x *Plugin) ProtoReflect() protoreflect.Message
- func (x *Plugin) Reset()
- func (x *Plugin) String() string
- type PluginConfig
- func (*PluginConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PluginConfig) GetInaccessible() bool
- func (x *PluginConfig) GetParameters() []string
- func (x *PluginConfig) GetPluginName() string
- func (x *PluginConfig) GetPluginOwner() string
- func (*PluginConfig) ProtoMessage()
- func (x *PluginConfig) ProtoReflect() protoreflect.Message
- func (x *PluginConfig) Reset()
- func (x *PluginConfig) String() string
- type PluginContributor
- func (*PluginContributor) Descriptor() ([]byte, []int)deprecated
- func (x *PluginContributor) GetExplicitRole() PluginRole
- func (x *PluginContributor) GetImplicitRole() PluginRole
- func (x *PluginContributor) GetPluginId() string
- func (x *PluginContributor) GetUser() *User
- func (*PluginContributor) ProtoMessage()
- func (x *PluginContributor) ProtoReflect() protoreflect.Message
- func (x *PluginContributor) Reset()
- func (x *PluginContributor) String() string
- type PluginReference
- func (*PluginReference) Descriptor() ([]byte, []int)deprecated
- func (x *PluginReference) GetName() string
- func (x *PluginReference) GetOwner() string
- func (x *PluginReference) GetParameters() []string
- func (x *PluginReference) GetVersion() string
- func (*PluginReference) ProtoMessage()
- func (x *PluginReference) ProtoReflect() protoreflect.Message
- func (x *PluginReference) Reset()
- func (x *PluginReference) String() string
- type PluginRole
- type PluginSearchResult
- func (*PluginSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *PluginSearchResult) GetDeprecated() bool
- func (x *PluginSearchResult) GetId() string
- func (x *PluginSearchResult) GetName() string
- func (x *PluginSearchResult) GetOwner() string
- func (x *PluginSearchResult) GetVisibility() PluginVisibility
- func (*PluginSearchResult) ProtoMessage()
- func (x *PluginSearchResult) ProtoReflect() protoreflect.Message
- func (x *PluginSearchResult) Reset()
- func (x *PluginSearchResult) String() string
- type PluginVersion
- func (*PluginVersion) Descriptor() ([]byte, []int)deprecated
- func (x *PluginVersion) GetContainerImageDigest() string
- func (x *PluginVersion) GetId() string
- func (x *PluginVersion) GetName() string
- func (x *PluginVersion) GetPluginName() string
- func (x *PluginVersion) GetPluginOwner() string
- func (x *PluginVersion) GetRuntimeLibraries() []*RuntimeLibrary
- func (*PluginVersion) ProtoMessage()
- func (x *PluginVersion) ProtoReflect() protoreflect.Message
- func (x *PluginVersion) Reset()
- func (x *PluginVersion) String() string
- type PluginVersionMapping
- func (*PluginVersionMapping) Descriptor() ([]byte, []int)deprecated
- func (x *PluginVersionMapping) GetInaccessible() bool
- func (x *PluginVersionMapping) GetPluginName() string
- func (x *PluginVersionMapping) GetPluginOwner() string
- func (x *PluginVersionMapping) GetVersion() string
- func (*PluginVersionMapping) ProtoMessage()
- func (x *PluginVersionMapping) ProtoReflect() protoreflect.Message
- func (x *PluginVersionMapping) Reset()
- func (x *PluginVersionMapping) String() string
- type PluginVisibility
- func (PluginVisibility) Descriptor() protoreflect.EnumDescriptor
- func (x PluginVisibility) Enum() *PluginVisibility
- func (PluginVisibility) EnumDescriptor() ([]byte, []int)deprecated
- func (x PluginVisibility) Number() protoreflect.EnumNumber
- func (x PluginVisibility) String() string
- func (PluginVisibility) Type() protoreflect.EnumType
- type PushRequest
- func (*PushRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PushRequest) GetBranch() 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() []string
- func (*PushRequest) ProtoMessage()
- func (x *PushRequest) ProtoReflect() protoreflect.Message
- func (x *PushRequest) Reset()
- func (x *PushRequest) String() string
- type PushResponse
- 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 RecommendedTemplate
- func (*RecommendedTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *RecommendedTemplate) GetDescription() string
- func (x *RecommendedTemplate) GetName() string
- func (x *RecommendedTemplate) GetOwner() string
- func (x *RecommendedTemplate) GetTemplateId() string
- func (*RecommendedTemplate) ProtoMessage()
- func (x *RecommendedTemplate) ProtoReflect() protoreflect.Message
- func (x *RecommendedTemplate) Reset()
- func (x *RecommendedTemplate) String() string
- type RecommendedTemplatesRequest
- type RecommendedTemplatesResponse
- func (*RecommendedTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RecommendedTemplatesResponse) GetTemplates() []*RecommendedTemplate
- func (*RecommendedTemplatesResponse) ProtoMessage()
- func (x *RecommendedTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *RecommendedTemplatesResponse) Reset()
- func (x *RecommendedTemplatesResponse) String() string
- type Reference
- func (*Reference) Descriptor() ([]byte, []int)deprecated
- func (x *Reference) GetBranch() *RepositoryBranch
- func (x *Reference) GetCommit() *RepositoryCommit
- func (m *Reference) GetReference() isReference_Reference
- func (x *Reference) GetTag() *RepositoryTag
- func (x *Reference) GetTrack() *RepositoryTrack
- 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_Tag
- type Reference_Track
- 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 Repository
- func (*Repository) Descriptor() ([]byte, []int)deprecated
- func (x *Repository) GetCreateTime() *timestamppb.Timestamp
- func (x *Repository) GetDeprecated() bool
- func (x *Repository) GetDeprecationMessage() 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) GetUpdateTime() *timestamppb.Timestamp
- 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) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryBranch) GetId() string
- func (x *RepositoryBranch) GetName() string
- func (x *RepositoryBranch) GetRepositoryId() 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) GetBranch() string
- func (x *RepositoryCommit) GetCommitSequenceId() int64
- func (x *RepositoryCommit) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryCommit) GetDigest() string
- func (x *RepositoryCommit) GetId() string
- func (x *RepositoryCommit) GetName() string
- 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) GetTagsCount() uint32
- func (x *RepositoryCounts) GetTracksCount() uint32
- func (*RepositoryCounts) ProtoMessage()
- func (x *RepositoryCounts) ProtoReflect() protoreflect.Message
- func (x *RepositoryCounts) Reset()
- func (x *RepositoryCounts) 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 RepositoryTrack
- func (*RepositoryTrack) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryTrack) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryTrack) GetId() string
- func (x *RepositoryTrack) GetLatestCommit() *RepositoryCommit
- func (x *RepositoryTrack) GetName() string
- func (*RepositoryTrack) ProtoMessage()
- func (x *RepositoryTrack) ProtoReflect() protoreflect.Message
- func (x *RepositoryTrack) Reset()
- func (x *RepositoryTrack) String() string
- type RepositoryTrackCommit
- func (*RepositoryTrackCommit) Descriptor() ([]byte, []int)deprecated
- func (x *RepositoryTrackCommit) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryTrackCommit) GetRepositoryCommitId() string
- func (x *RepositoryTrackCommit) GetRepositoryTrackId() string
- func (x *RepositoryTrackCommit) GetSequenceId() int64
- func (*RepositoryTrackCommit) ProtoMessage()
- func (x *RepositoryTrackCommit) ProtoReflect() protoreflect.Message
- func (x *RepositoryTrackCommit) Reset()
- func (x *RepositoryTrackCommit) 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 RuntimeLibrary
- func (*RuntimeLibrary) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeLibrary) GetName() string
- func (x *RuntimeLibrary) GetVersion() string
- func (*RuntimeLibrary) ProtoMessage()
- func (x *RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *RuntimeLibrary) Reset()
- func (x *RuntimeLibrary) 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 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 (m *SearchResult) GetItem() isSearchResult_Item
- func (x *SearchResult) GetOrganization() *OrganizationSearchResult
- func (x *SearchResult) GetPlugin() *PluginSearchResult
- func (x *SearchResult) GetRepository() *RepositorySearchResult
- func (x *SearchResult) GetTeam() *TeamSearchResult
- func (x *SearchResult) GetTemplate() *TemplateSearchResult
- 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_Organization
- type SearchResult_Plugin
- type SearchResult_Repository
- type SearchResult_Team
- type SearchResult_Template
- type SearchResult_User
- type ServerRole
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetDescription() string
- func (x *Service) GetFilePath() string
- func (x *Service) GetFullName() string
- func (x *Service) GetLocation() *Location
- func (x *Service) GetMethods() []*Method
- func (x *Service) GetName() string
- func (x *Service) GetNestedName() string
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
- 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 SetPluginContributorRequest
- func (*SetPluginContributorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetPluginContributorRequest) GetPluginId() string
- func (x *SetPluginContributorRequest) GetPluginRole() PluginRole
- func (x *SetPluginContributorRequest) GetUserId() string
- func (*SetPluginContributorRequest) ProtoMessage()
- func (x *SetPluginContributorRequest) ProtoReflect() protoreflect.Message
- func (x *SetPluginContributorRequest) Reset()
- func (x *SetPluginContributorRequest) String() string
- type SetPluginContributorResponse
- func (*SetPluginContributorResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetPluginContributorResponse) ProtoMessage()
- func (x *SetPluginContributorResponse) ProtoReflect() protoreflect.Message
- func (x *SetPluginContributorResponse) Reset()
- func (x *SetPluginContributorResponse) String() string
- type SetRecommendedRepositoriesRequest
- func (*SetRecommendedRepositoriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetRecommendedRepositoriesRequest) GetRepositories() []*SetRecommendedRepository
- func (*SetRecommendedRepositoriesRequest) ProtoMessage()
- func (x *SetRecommendedRepositoriesRequest) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedRepositoriesRequest) Reset()
- func (x *SetRecommendedRepositoriesRequest) String() string
- type SetRecommendedRepositoriesResponse
- func (*SetRecommendedRepositoriesResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetRecommendedRepositoriesResponse) ProtoMessage()
- func (x *SetRecommendedRepositoriesResponse) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedRepositoriesResponse) Reset()
- func (x *SetRecommendedRepositoriesResponse) String() string
- type SetRecommendedRepository
- func (*SetRecommendedRepository) Descriptor() ([]byte, []int)deprecated
- func (x *SetRecommendedRepository) GetDescription() string
- func (x *SetRecommendedRepository) GetRepositoryId() string
- func (*SetRecommendedRepository) ProtoMessage()
- func (x *SetRecommendedRepository) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedRepository) Reset()
- func (x *SetRecommendedRepository) String() string
- type SetRecommendedTemplate
- func (*SetRecommendedTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *SetRecommendedTemplate) GetDescription() string
- func (x *SetRecommendedTemplate) GetTemplateId() string
- func (*SetRecommendedTemplate) ProtoMessage()
- func (x *SetRecommendedTemplate) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedTemplate) Reset()
- func (x *SetRecommendedTemplate) String() string
- type SetRecommendedTemplatesRequest
- func (*SetRecommendedTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetRecommendedTemplatesRequest) GetTemplates() []*SetRecommendedTemplate
- func (*SetRecommendedTemplatesRequest) ProtoMessage()
- func (x *SetRecommendedTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedTemplatesRequest) Reset()
- func (x *SetRecommendedTemplatesRequest) String() string
- type SetRecommendedTemplatesResponse
- func (*SetRecommendedTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetRecommendedTemplatesResponse) ProtoMessage()
- func (x *SetRecommendedTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedTemplatesResponse) Reset()
- func (x *SetRecommendedTemplatesResponse) 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 SetTemplateContributorRequest
- func (*SetTemplateContributorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetTemplateContributorRequest) GetTemplateId() string
- func (x *SetTemplateContributorRequest) GetTemplateRole() TemplateRole
- func (x *SetTemplateContributorRequest) GetUserId() string
- func (*SetTemplateContributorRequest) ProtoMessage()
- func (x *SetTemplateContributorRequest) ProtoReflect() protoreflect.Message
- func (x *SetTemplateContributorRequest) Reset()
- func (x *SetTemplateContributorRequest) String() string
- type SetTemplateContributorResponse
- func (*SetTemplateContributorResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetTemplateContributorResponse) ProtoMessage()
- func (x *SetTemplateContributorResponse) ProtoReflect() protoreflect.Message
- func (x *SetTemplateContributorResponse) Reset()
- func (x *SetTemplateContributorResponse) String() string
- type StudioAgentPreset
- func (*StudioAgentPreset) Descriptor() ([]byte, []int)deprecated
- func (x *StudioAgentPreset) GetAlias() 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 SubscribedWebhook
- func (*SubscribedWebhook) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribedWebhook) GetWebhookEvent() WebhookEvent
- func (x *SubscribedWebhook) GetWebhookSubscriptionId() string
- func (*SubscribedWebhook) ProtoMessage()
- func (x *SubscribedWebhook) ProtoReflect() protoreflect.Message
- func (x *SubscribedWebhook) Reset()
- func (x *SubscribedWebhook) 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 Template
- func (*Template) Descriptor() ([]byte, []int)deprecated
- func (x *Template) GetCreateTime() *timestamppb.Timestamp
- func (x *Template) GetDeprecated() bool
- func (x *Template) GetDeprecationMessage() string
- func (x *Template) GetId() string
- func (x *Template) GetName() string
- func (x *Template) GetOwner() string
- func (x *Template) GetPluginConfigs() []*PluginConfig
- func (x *Template) GetUpdateTime() *timestamppb.Timestamp
- func (x *Template) GetVisibility() PluginVisibility
- func (*Template) ProtoMessage()
- func (x *Template) ProtoReflect() protoreflect.Message
- func (x *Template) Reset()
- func (x *Template) String() string
- type TemplateContributor
- func (*TemplateContributor) Descriptor() ([]byte, []int)deprecated
- func (x *TemplateContributor) GetExplicitRole() TemplateRole
- func (x *TemplateContributor) GetImplicitRole() TemplateRole
- func (x *TemplateContributor) GetTemplateId() string
- func (x *TemplateContributor) GetUser() *User
- func (*TemplateContributor) ProtoMessage()
- func (x *TemplateContributor) ProtoReflect() protoreflect.Message
- func (x *TemplateContributor) Reset()
- func (x *TemplateContributor) String() string
- type TemplateRole
- func (TemplateRole) Descriptor() protoreflect.EnumDescriptor
- func (x TemplateRole) Enum() *TemplateRole
- func (TemplateRole) EnumDescriptor() ([]byte, []int)deprecated
- func (x TemplateRole) Number() protoreflect.EnumNumber
- func (x TemplateRole) String() string
- func (TemplateRole) Type() protoreflect.EnumType
- type TemplateSearchResult
- func (*TemplateSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *TemplateSearchResult) GetDeprecated() bool
- func (x *TemplateSearchResult) GetId() string
- func (x *TemplateSearchResult) GetName() string
- func (x *TemplateSearchResult) GetOwner() string
- func (x *TemplateSearchResult) GetVisibility() PluginVisibility
- func (*TemplateSearchResult) ProtoMessage()
- func (x *TemplateSearchResult) ProtoReflect() protoreflect.Message
- func (x *TemplateSearchResult) Reset()
- func (x *TemplateSearchResult) String() string
- type TemplateVersion
- func (*TemplateVersion) Descriptor() ([]byte, []int)deprecated
- func (x *TemplateVersion) GetId() string
- func (x *TemplateVersion) GetName() string
- func (x *TemplateVersion) GetPluginVersions() []*PluginVersionMapping
- func (x *TemplateVersion) GetTemplateName() string
- func (x *TemplateVersion) GetTemplateOwner() string
- func (*TemplateVersion) ProtoMessage()
- func (x *TemplateVersion) ProtoReflect() protoreflect.Message
- func (x *TemplateVersion) Reset()
- func (x *TemplateVersion) 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 UndeprecatePluginRequest
- func (*UndeprecatePluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UndeprecatePluginRequest) GetName() string
- func (x *UndeprecatePluginRequest) GetOwner() string
- func (*UndeprecatePluginRequest) ProtoMessage()
- func (x *UndeprecatePluginRequest) ProtoReflect() protoreflect.Message
- func (x *UndeprecatePluginRequest) Reset()
- func (x *UndeprecatePluginRequest) String() string
- type UndeprecatePluginResponse
- 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 UndeprecateTemplateRequest
- func (*UndeprecateTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UndeprecateTemplateRequest) GetName() string
- func (x *UndeprecateTemplateRequest) GetOwner() string
- func (*UndeprecateTemplateRequest) ProtoMessage()
- func (x *UndeprecateTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UndeprecateTemplateRequest) Reset()
- func (x *UndeprecateTemplateRequest) String() string
- type UndeprecateTemplateResponse
- 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) GetOrganizationId() string
- func (x *UpdateOrganizationSettingsRequest) GetPluginBaseRole() PluginRole
- func (x *UpdateOrganizationSettingsRequest) GetRepositoryBaseRole() RepositoryRole
- func (x *UpdateOrganizationSettingsRequest) GetTemplateBaseRole() TemplateRole
- 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 UpdateRepositorySettingsByNameRequest
- func (*UpdateRepositorySettingsByNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRepositorySettingsByNameRequest) GetOwnerName() string
- func (x *UpdateRepositorySettingsByNameRequest) GetRepositoryName() 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 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 User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreateTime() *timestamppb.Timestamp
- func (x *User) GetDeactivated() bool
- func (x *User) GetId() string
- func (x *User) GetUpdateTime() *timestamppb.Timestamp
- func (x *User) GetUsername() string
- 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 UserCanCreateOrganizationPluginRequest
- func (*UserCanCreateOrganizationPluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreateOrganizationPluginRequest) GetOrganizationId() string
- func (*UserCanCreateOrganizationPluginRequest) ProtoMessage()
- func (x *UserCanCreateOrganizationPluginRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateOrganizationPluginRequest) Reset()
- func (x *UserCanCreateOrganizationPluginRequest) String() string
- type UserCanCreateOrganizationPluginResponse
- func (*UserCanCreateOrganizationPluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreateOrganizationPluginResponse) GetAuthorized() bool
- func (*UserCanCreateOrganizationPluginResponse) ProtoMessage()
- func (x *UserCanCreateOrganizationPluginResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateOrganizationPluginResponse) Reset()
- func (x *UserCanCreateOrganizationPluginResponse) 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 UserCanCreateOrganizationTemplateRequest
- func (*UserCanCreateOrganizationTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreateOrganizationTemplateRequest) GetOrganizationId() string
- func (*UserCanCreateOrganizationTemplateRequest) ProtoMessage()
- func (x *UserCanCreateOrganizationTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateOrganizationTemplateRequest) Reset()
- func (x *UserCanCreateOrganizationTemplateRequest) String() string
- type UserCanCreateOrganizationTemplateResponse
- func (*UserCanCreateOrganizationTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreateOrganizationTemplateResponse) GetAuthorized() bool
- func (*UserCanCreateOrganizationTemplateResponse) ProtoMessage()
- func (x *UserCanCreateOrganizationTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateOrganizationTemplateResponse) Reset()
- func (x *UserCanCreateOrganizationTemplateResponse) String() string
- type UserCanCreatePluginVersionRequest
- func (*UserCanCreatePluginVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreatePluginVersionRequest) GetName() string
- func (x *UserCanCreatePluginVersionRequest) GetOwner() string
- func (*UserCanCreatePluginVersionRequest) ProtoMessage()
- func (x *UserCanCreatePluginVersionRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanCreatePluginVersionRequest) Reset()
- func (x *UserCanCreatePluginVersionRequest) String() string
- type UserCanCreatePluginVersionResponse
- func (*UserCanCreatePluginVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreatePluginVersionResponse) GetAuthorized() bool
- func (*UserCanCreatePluginVersionResponse) ProtoMessage()
- func (x *UserCanCreatePluginVersionResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanCreatePluginVersionResponse) Reset()
- func (x *UserCanCreatePluginVersionResponse) String() string
- type UserCanCreateTemplateVersionRequest
- func (*UserCanCreateTemplateVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreateTemplateVersionRequest) GetName() string
- func (x *UserCanCreateTemplateVersionRequest) GetOwner() string
- func (*UserCanCreateTemplateVersionRequest) ProtoMessage()
- func (x *UserCanCreateTemplateVersionRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateTemplateVersionRequest) Reset()
- func (x *UserCanCreateTemplateVersionRequest) String() string
- type UserCanCreateTemplateVersionResponse
- func (*UserCanCreateTemplateVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanCreateTemplateVersionResponse) GetAuthorized() bool
- func (*UserCanCreateTemplateVersionResponse) ProtoMessage()
- func (x *UserCanCreateTemplateVersionResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateTemplateVersionResponse) Reset()
- func (x *UserCanCreateTemplateVersionResponse) 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 UserCanDeletePluginRequest
- func (*UserCanDeletePluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeletePluginRequest) GetPluginId() string
- func (*UserCanDeletePluginRequest) ProtoMessage()
- func (x *UserCanDeletePluginRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanDeletePluginRequest) Reset()
- func (x *UserCanDeletePluginRequest) String() string
- type UserCanDeletePluginResponse
- func (*UserCanDeletePluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeletePluginResponse) GetAuthorized() bool
- func (*UserCanDeletePluginResponse) ProtoMessage()
- func (x *UserCanDeletePluginResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanDeletePluginResponse) Reset()
- func (x *UserCanDeletePluginResponse) 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 UserCanDeleteTemplateRequest
- func (*UserCanDeleteTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeleteTemplateRequest) GetTemplateId() string
- func (*UserCanDeleteTemplateRequest) ProtoMessage()
- func (x *UserCanDeleteTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteTemplateRequest) Reset()
- func (x *UserCanDeleteTemplateRequest) String() string
- type UserCanDeleteTemplateResponse
- func (*UserCanDeleteTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanDeleteTemplateResponse) GetAuthorized() bool
- func (*UserCanDeleteTemplateResponse) ProtoMessage()
- func (x *UserCanDeleteTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteTemplateResponse) Reset()
- func (x *UserCanDeleteTemplateResponse) 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 UserCanManagePluginContributorsRequest
- func (*UserCanManagePluginContributorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanManagePluginContributorsRequest) GetPluginId() string
- func (*UserCanManagePluginContributorsRequest) ProtoMessage()
- func (x *UserCanManagePluginContributorsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanManagePluginContributorsRequest) Reset()
- func (x *UserCanManagePluginContributorsRequest) String() string
- type UserCanManagePluginContributorsResponse
- func (*UserCanManagePluginContributorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanManagePluginContributorsResponse) GetAuthorizedRoles() []PluginRole
- func (*UserCanManagePluginContributorsResponse) ProtoMessage()
- func (x *UserCanManagePluginContributorsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanManagePluginContributorsResponse) Reset()
- func (x *UserCanManagePluginContributorsResponse) 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 UserCanManageTemplateContributorsRequest
- func (*UserCanManageTemplateContributorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanManageTemplateContributorsRequest) GetTemplateId() string
- func (*UserCanManageTemplateContributorsRequest) ProtoMessage()
- func (x *UserCanManageTemplateContributorsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanManageTemplateContributorsRequest) Reset()
- func (x *UserCanManageTemplateContributorsRequest) String() string
- type UserCanManageTemplateContributorsResponse
- func (*UserCanManageTemplateContributorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanManageTemplateContributorsResponse) GetAuthorizedRoles() []TemplateRole
- func (*UserCanManageTemplateContributorsResponse) ProtoMessage()
- func (x *UserCanManageTemplateContributorsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanManageTemplateContributorsResponse) Reset()
- func (x *UserCanManageTemplateContributorsResponse) String() string
- type UserCanReadPluginRequest
- func (*UserCanReadPluginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanReadPluginRequest) GetName() string
- func (x *UserCanReadPluginRequest) GetOwner() string
- func (*UserCanReadPluginRequest) ProtoMessage()
- func (x *UserCanReadPluginRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanReadPluginRequest) Reset()
- func (x *UserCanReadPluginRequest) String() string
- type UserCanReadPluginResponse
- func (*UserCanReadPluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanReadPluginResponse) GetAuthorized() bool
- func (*UserCanReadPluginResponse) ProtoMessage()
- func (x *UserCanReadPluginResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanReadPluginResponse) Reset()
- func (x *UserCanReadPluginResponse) 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 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 UserCanSeePluginSettingsRequest
- func (*UserCanSeePluginSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeePluginSettingsRequest) GetName() string
- func (x *UserCanSeePluginSettingsRequest) GetOwner() string
- func (*UserCanSeePluginSettingsRequest) ProtoMessage()
- func (x *UserCanSeePluginSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanSeePluginSettingsRequest) Reset()
- func (x *UserCanSeePluginSettingsRequest) String() string
- type UserCanSeePluginSettingsResponse
- func (*UserCanSeePluginSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeePluginSettingsResponse) GetAuthorized() bool
- func (*UserCanSeePluginSettingsResponse) ProtoMessage()
- func (x *UserCanSeePluginSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanSeePluginSettingsResponse) Reset()
- func (x *UserCanSeePluginSettingsResponse) 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 UserCanSeeTemplateSettingsRequest
- func (*UserCanSeeTemplateSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeeTemplateSettingsRequest) GetName() string
- func (x *UserCanSeeTemplateSettingsRequest) GetOwner() string
- func (*UserCanSeeTemplateSettingsRequest) ProtoMessage()
- func (x *UserCanSeeTemplateSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeTemplateSettingsRequest) Reset()
- func (x *UserCanSeeTemplateSettingsRequest) String() string
- type UserCanSeeTemplateSettingsResponse
- func (*UserCanSeeTemplateSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserCanSeeTemplateSettingsResponse) GetAuthorized() bool
- func (*UserCanSeeTemplateSettingsResponse) ProtoMessage()
- func (x *UserCanSeeTemplateSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeTemplateSettingsResponse) Reset()
- func (x *UserCanSeeTemplateSettingsResponse) 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 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 Visibility
- 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 ( 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 ( 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 ( PluginVisibility_name = map[int32]string{ 0: "PLUGIN_VISIBILITY_UNSPECIFIED", 1: "PLUGIN_VISIBILITY_PUBLIC", 2: "PLUGIN_VISIBILITY_PRIVATE", } PluginVisibility_value = map[string]int32{ "PLUGIN_VISIBILITY_UNSPECIFIED": 0, "PLUGIN_VISIBILITY_PUBLIC": 1, "PLUGIN_VISIBILITY_PRIVATE": 2, } )
Enum value maps for PluginVisibility.
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", 4: "RESOLVED_REFERENCE_TYPE_TRACK", } 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_TRACK": 4, } )
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", } OrganizationRole_value = map[string]int32{ "ORGANIZATION_ROLE_UNSPECIFIED": 0, "ORGANIZATION_ROLE_OWNER": 1, "ORGANIZATION_ROLE_ADMIN": 2, "ORGANIZATION_ROLE_MEMBER": 3, } )
Enum value maps for OrganizationRole.
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", } 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, } )
Enum value maps for RepositoryRole.
var ( TemplateRole_name = map[int32]string{ 0: "TEMPLATE_ROLE_UNSPECIFIED", 1: "TEMPLATE_ROLE_OWNER", 2: "TEMPLATE_ROLE_ADMIN", 3: "TEMPLATE_ROLE_WRITE", 4: "TEMPLATE_ROLE_READ", } TemplateRole_value = map[string]int32{ "TEMPLATE_ROLE_UNSPECIFIED": 0, "TEMPLATE_ROLE_OWNER": 1, "TEMPLATE_ROLE_ADMIN": 2, "TEMPLATE_ROLE_WRITE": 3, "TEMPLATE_ROLE_READ": 4, } )
Enum value maps for TemplateRole.
var ( PluginRole_name = map[int32]string{ 0: "PLUGIN_ROLE_UNSPECIFIED", 1: "PLUGIN_ROLE_OWNER", 2: "PLUGIN_ROLE_ADMIN", 3: "PLUGIN_ROLE_WRITE", 4: "PLUGIN_ROLE_READ", } PluginRole_value = map[string]int32{ "PLUGIN_ROLE_UNSPECIFIED": 0, "PLUGIN_ROLE_OWNER": 1, "PLUGIN_ROLE_ADMIN": 2, "PLUGIN_ROLE_WRITE": 3, "PLUGIN_ROLE_READ": 4, } )
Enum value maps for PluginRole.
var ( SearchFilter_name = map[int32]string{ 0: "SEARCH_FILTER_UNSPECIFIED", 1: "SEARCH_FILTER_USER", 2: "SEARCH_FILTER_ORGANIZATION", 3: "SEARCH_FILTER_REPOSITORY", 4: "SEARCH_FILTER_PLUGIN", 5: "SEARCH_FILTER_TEMPLATE", 6: "SEARCH_FILTER_TEAM", } SearchFilter_value = map[string]int32{ "SEARCH_FILTER_UNSPECIFIED": 0, "SEARCH_FILTER_USER": 1, "SEARCH_FILTER_ORGANIZATION": 2, "SEARCH_FILTER_REPOSITORY": 3, "SEARCH_FILTER_PLUGIN": 4, "SEARCH_FILTER_TEMPLATE": 5, "SEARCH_FILTER_TEAM": 6, } )
Enum value maps for SearchFilter.
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 ( 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_generate_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_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_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_repository_track_commit_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_track_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_resolve_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_role_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_token_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_user_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_webhook_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddOrganizationMemberRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*AddOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*AddOrganizationMemberRequest) GetOrganizationId ¶ added in v1.0.0
func (x *AddOrganizationMemberRequest) GetOrganizationId() string
func (*AddOrganizationMemberRequest) GetOrganizationRole ¶ added in v1.0.0
func (x *AddOrganizationMemberRequest) GetOrganizationRole() OrganizationRole
func (*AddOrganizationMemberRequest) GetUserId ¶ added in v1.0.0
func (x *AddOrganizationMemberRequest) GetUserId() string
func (*AddOrganizationMemberRequest) ProtoMessage ¶ added in v1.0.0
func (*AddOrganizationMemberRequest) ProtoMessage()
func (*AddOrganizationMemberRequest) ProtoReflect ¶ added in v1.0.0
func (x *AddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*AddOrganizationMemberRequest) Reset ¶ added in v1.0.0
func (x *AddOrganizationMemberRequest) Reset()
func (*AddOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *AddOrganizationMemberRequest) String() string
type AddOrganizationMemberResponse ¶ added in v1.0.0
type AddOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*AddOrganizationMemberResponse) Descriptor
deprecated
added in
v1.0.0
func (*AddOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*AddOrganizationMemberResponse) ProtoMessage ¶ added in v1.0.0
func (*AddOrganizationMemberResponse) ProtoMessage()
func (*AddOrganizationMemberResponse) ProtoReflect ¶ added in v1.0.0
func (x *AddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*AddOrganizationMemberResponse) Reset ¶ added in v1.0.0
func (x *AddOrganizationMemberResponse) Reset()
func (*AddOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *AddOrganizationMemberResponse) String() string
type ConvertFormat ¶ added in v1.1.0
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 ¶ added in v1.1.0
func (ConvertFormat) Descriptor() protoreflect.EnumDescriptor
func (ConvertFormat) Enum ¶ added in v1.1.0
func (x ConvertFormat) Enum() *ConvertFormat
func (ConvertFormat) EnumDescriptor
deprecated
added in
v1.1.0
func (ConvertFormat) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConvertFormat.Descriptor instead.
func (ConvertFormat) Number ¶ added in v1.1.0
func (x ConvertFormat) Number() protoreflect.EnumNumber
func (ConvertFormat) String ¶ added in v1.1.0
func (x ConvertFormat) String() string
func (ConvertFormat) Type ¶ added in v1.1.0
func (ConvertFormat) Type() protoreflect.EnumType
type ConvertRequest ¶ added in v1.1.0
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
added in
v1.1.0
func (*ConvertRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConvertRequest.ProtoReflect.Descriptor instead.
func (*ConvertRequest) GetImage ¶ added in v1.1.0
func (x *ConvertRequest) GetImage() *v1.Image
func (*ConvertRequest) GetPayload ¶ added in v1.1.0
func (x *ConvertRequest) GetPayload() []byte
func (*ConvertRequest) GetRequestFormat ¶ added in v1.1.0
func (x *ConvertRequest) GetRequestFormat() ConvertFormat
func (*ConvertRequest) GetResponseFormat ¶ added in v1.1.0
func (x *ConvertRequest) GetResponseFormat() ConvertFormat
func (*ConvertRequest) GetTypeName ¶ added in v1.1.0
func (x *ConvertRequest) GetTypeName() string
func (*ConvertRequest) ProtoMessage ¶ added in v1.1.0
func (*ConvertRequest) ProtoMessage()
func (*ConvertRequest) ProtoReflect ¶ added in v1.1.0
func (x *ConvertRequest) ProtoReflect() protoreflect.Message
func (*ConvertRequest) Reset ¶ added in v1.1.0
func (x *ConvertRequest) Reset()
func (*ConvertRequest) String ¶ added in v1.1.0
func (x *ConvertRequest) String() string
type ConvertResponse ¶ added in v1.1.0
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
added in
v1.1.0
func (*ConvertResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConvertResponse.ProtoReflect.Descriptor instead.
func (*ConvertResponse) GetPayload ¶ added in v1.1.0
func (x *ConvertResponse) GetPayload() []byte
func (*ConvertResponse) ProtoMessage ¶ added in v1.1.0
func (*ConvertResponse) ProtoMessage()
func (*ConvertResponse) ProtoReflect ¶ added in v1.1.0
func (x *ConvertResponse) ProtoReflect() protoreflect.Message
func (*ConvertResponse) Reset ¶ added in v1.1.0
func (x *ConvertResponse) Reset()
func (*ConvertResponse) String ¶ added in v1.1.0
func (x *ConvertResponse) String() string
type CountUsersRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*CountUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use CountUsersRequest.ProtoReflect.Descriptor instead.
func (*CountUsersRequest) GetUserStateFilter ¶ added in v1.0.0
func (x *CountUsersRequest) GetUserStateFilter() UserState
func (*CountUsersRequest) ProtoMessage ¶ added in v1.0.0
func (*CountUsersRequest) ProtoMessage()
func (*CountUsersRequest) ProtoReflect ¶ added in v1.0.0
func (x *CountUsersRequest) ProtoReflect() protoreflect.Message
func (*CountUsersRequest) Reset ¶ added in v1.0.0
func (x *CountUsersRequest) Reset()
func (*CountUsersRequest) String ¶ added in v1.0.0
func (x *CountUsersRequest) String() string
type CountUsersResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*CountUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use CountUsersResponse.ProtoReflect.Descriptor instead.
func (*CountUsersResponse) GetTotalCount ¶ added in v1.0.0
func (x *CountUsersResponse) GetTotalCount() uint32
func (*CountUsersResponse) ProtoMessage ¶ added in v1.0.0
func (*CountUsersResponse) ProtoMessage()
func (*CountUsersResponse) ProtoReflect ¶ added in v1.0.0
func (x *CountUsersResponse) ProtoReflect() protoreflect.Message
func (*CountUsersResponse) Reset ¶ added in v1.0.0
func (x *CountUsersResponse) Reset()
func (*CountUsersResponse) String ¶ added in v1.0.0
func (x *CountUsersResponse) 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 CreatePluginRequest ¶
type CreatePluginRequest struct { // The owner of the plugin. This must be either the name // of the authenticated user or an organization the user is // authorized to create plugins in. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin, i.e. "protoc-gen-go". Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Whether the created plugin should be available to any user // or only those authorized through organization membership // or being the creator. Visibility PluginVisibility `protobuf:"varint,3,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"` // contains filtered or unexported fields }
func (*CreatePluginRequest) Descriptor
deprecated
func (*CreatePluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreatePluginRequest.ProtoReflect.Descriptor instead.
func (*CreatePluginRequest) GetName ¶
func (x *CreatePluginRequest) GetName() string
func (*CreatePluginRequest) GetOwner ¶
func (x *CreatePluginRequest) GetOwner() string
func (*CreatePluginRequest) GetVisibility ¶
func (x *CreatePluginRequest) GetVisibility() PluginVisibility
func (*CreatePluginRequest) ProtoMessage ¶
func (*CreatePluginRequest) ProtoMessage()
func (*CreatePluginRequest) ProtoReflect ¶
func (x *CreatePluginRequest) ProtoReflect() protoreflect.Message
func (*CreatePluginRequest) Reset ¶
func (x *CreatePluginRequest) Reset()
func (*CreatePluginRequest) String ¶
func (x *CreatePluginRequest) String() string
type CreatePluginResponse ¶
type CreatePluginResponse struct { // The created plugin. Plugin *Plugin `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"` // contains filtered or unexported fields }
func (*CreatePluginResponse) Descriptor
deprecated
func (*CreatePluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreatePluginResponse.ProtoReflect.Descriptor instead.
func (*CreatePluginResponse) GetPlugin ¶
func (x *CreatePluginResponse) GetPlugin() *Plugin
func (*CreatePluginResponse) ProtoMessage ¶
func (*CreatePluginResponse) ProtoMessage()
func (*CreatePluginResponse) ProtoReflect ¶
func (x *CreatePluginResponse) ProtoReflect() protoreflect.Message
func (*CreatePluginResponse) Reset ¶
func (x *CreatePluginResponse) Reset()
func (*CreatePluginResponse) String ¶
func (x *CreatePluginResponse) String() string
type CreateRepositoryBranchRequest ¶
type CreateRepositoryBranchRequest struct { // The ID of the repository this branch should be created on. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // The name of the repository branch, i.e. v1. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the parent branch. The latest commit on this // branch will be used as the branch's parent. ParentBranch string `protobuf:"bytes,3,opt,name=parent_branch,json=parentBranch,proto3" json:"parent_branch,omitempty"` // contains filtered or unexported fields }
func (*CreateRepositoryBranchRequest) Descriptor
deprecated
func (*CreateRepositoryBranchRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryBranchRequest.ProtoReflect.Descriptor instead.
func (*CreateRepositoryBranchRequest) GetName ¶
func (x *CreateRepositoryBranchRequest) GetName() string
func (*CreateRepositoryBranchRequest) GetParentBranch ¶
func (x *CreateRepositoryBranchRequest) GetParentBranch() string
func (*CreateRepositoryBranchRequest) GetRepositoryId ¶
func (x *CreateRepositoryBranchRequest) GetRepositoryId() string
func (*CreateRepositoryBranchRequest) ProtoMessage ¶
func (*CreateRepositoryBranchRequest) ProtoMessage()
func (*CreateRepositoryBranchRequest) ProtoReflect ¶
func (x *CreateRepositoryBranchRequest) ProtoReflect() protoreflect.Message
func (*CreateRepositoryBranchRequest) Reset ¶
func (x *CreateRepositoryBranchRequest) Reset()
func (*CreateRepositoryBranchRequest) String ¶
func (x *CreateRepositoryBranchRequest) String() string
type CreateRepositoryBranchResponse ¶
type CreateRepositoryBranchResponse struct { RepositoryBranch *RepositoryBranch `protobuf:"bytes,1,opt,name=repository_branch,json=repositoryBranch,proto3" json:"repository_branch,omitempty"` // contains filtered or unexported fields }
func (*CreateRepositoryBranchResponse) Descriptor
deprecated
func (*CreateRepositoryBranchResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryBranchResponse.ProtoReflect.Descriptor instead.
func (*CreateRepositoryBranchResponse) GetRepositoryBranch ¶
func (x *CreateRepositoryBranchResponse) GetRepositoryBranch() *RepositoryBranch
func (*CreateRepositoryBranchResponse) ProtoMessage ¶
func (*CreateRepositoryBranchResponse) ProtoMessage()
func (*CreateRepositoryBranchResponse) ProtoReflect ¶
func (x *CreateRepositoryBranchResponse) ProtoReflect() protoreflect.Message
func (*CreateRepositoryBranchResponse) Reset ¶
func (x *CreateRepositoryBranchResponse) Reset()
func (*CreateRepositoryBranchResponse) String ¶
func (x *CreateRepositoryBranchResponse) 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 CreateRepositoryTrackRequest ¶ added in v1.0.0
type CreateRepositoryTrackRequest struct { // The ID of the repository this track 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 track, i.e. v1. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateRepositoryTrackRequest) Descriptor
deprecated
added in
v1.0.0
func (*CreateRepositoryTrackRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryTrackRequest.ProtoReflect.Descriptor instead.
func (*CreateRepositoryTrackRequest) GetName ¶ added in v1.0.0
func (x *CreateRepositoryTrackRequest) GetName() string
func (*CreateRepositoryTrackRequest) GetRepositoryId ¶ added in v1.0.0
func (x *CreateRepositoryTrackRequest) GetRepositoryId() string
func (*CreateRepositoryTrackRequest) ProtoMessage ¶ added in v1.0.0
func (*CreateRepositoryTrackRequest) ProtoMessage()
func (*CreateRepositoryTrackRequest) ProtoReflect ¶ added in v1.0.0
func (x *CreateRepositoryTrackRequest) ProtoReflect() protoreflect.Message
func (*CreateRepositoryTrackRequest) Reset ¶ added in v1.0.0
func (x *CreateRepositoryTrackRequest) Reset()
func (*CreateRepositoryTrackRequest) String ¶ added in v1.0.0
func (x *CreateRepositoryTrackRequest) String() string
type CreateRepositoryTrackResponse ¶ added in v1.0.0
type CreateRepositoryTrackResponse struct { RepositoryTrack *RepositoryTrack `protobuf:"bytes,1,opt,name=repository_track,json=repositoryTrack,proto3" json:"repository_track,omitempty"` // contains filtered or unexported fields }
func (*CreateRepositoryTrackResponse) Descriptor
deprecated
added in
v1.0.0
func (*CreateRepositoryTrackResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRepositoryTrackResponse.ProtoReflect.Descriptor instead.
func (*CreateRepositoryTrackResponse) GetRepositoryTrack ¶ added in v1.0.0
func (x *CreateRepositoryTrackResponse) GetRepositoryTrack() *RepositoryTrack
func (*CreateRepositoryTrackResponse) ProtoMessage ¶ added in v1.0.0
func (*CreateRepositoryTrackResponse) ProtoMessage()
func (*CreateRepositoryTrackResponse) ProtoReflect ¶ added in v1.0.0
func (x *CreateRepositoryTrackResponse) ProtoReflect() protoreflect.Message
func (*CreateRepositoryTrackResponse) Reset ¶ added in v1.0.0
func (x *CreateRepositoryTrackResponse) Reset()
func (*CreateRepositoryTrackResponse) String ¶ added in v1.0.0
func (x *CreateRepositoryTrackResponse) String() string
type CreateTemplateRequest ¶
type CreateTemplateRequest struct { // The owner of the template. This will be either a username // or organization name. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template version, i.e. "grpc-go". Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Whether the created template should be available to any user // or only those authorized through organization membership // or being the creator. Visibility PluginVisibility `protobuf:"varint,3,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"` // The plugins and associated runtime configuration that make // up this template. PluginConfigs []*PluginConfig `protobuf:"bytes,4,rep,name=plugin_configs,json=pluginConfigs,proto3" json:"plugin_configs,omitempty"` // contains filtered or unexported fields }
func (*CreateTemplateRequest) Descriptor
deprecated
func (*CreateTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTemplateRequest.ProtoReflect.Descriptor instead.
func (*CreateTemplateRequest) GetName ¶
func (x *CreateTemplateRequest) GetName() string
func (*CreateTemplateRequest) GetOwner ¶
func (x *CreateTemplateRequest) GetOwner() string
func (*CreateTemplateRequest) GetPluginConfigs ¶
func (x *CreateTemplateRequest) GetPluginConfigs() []*PluginConfig
func (*CreateTemplateRequest) GetVisibility ¶
func (x *CreateTemplateRequest) GetVisibility() PluginVisibility
func (*CreateTemplateRequest) ProtoMessage ¶
func (*CreateTemplateRequest) ProtoMessage()
func (*CreateTemplateRequest) ProtoReflect ¶
func (x *CreateTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateTemplateRequest) Reset ¶
func (x *CreateTemplateRequest) Reset()
func (*CreateTemplateRequest) String ¶
func (x *CreateTemplateRequest) String() string
type CreateTemplateResponse ¶
type CreateTemplateResponse struct { // The created template. Template *Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"` // contains filtered or unexported fields }
func (*CreateTemplateResponse) Descriptor
deprecated
func (*CreateTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTemplateResponse.ProtoReflect.Descriptor instead.
func (*CreateTemplateResponse) GetTemplate ¶
func (x *CreateTemplateResponse) GetTemplate() *Template
func (*CreateTemplateResponse) ProtoMessage ¶
func (*CreateTemplateResponse) ProtoMessage()
func (*CreateTemplateResponse) ProtoReflect ¶
func (x *CreateTemplateResponse) ProtoReflect() protoreflect.Message
func (*CreateTemplateResponse) Reset ¶
func (x *CreateTemplateResponse) Reset()
func (*CreateTemplateResponse) String ¶
func (x *CreateTemplateResponse) String() string
type CreateTemplateVersionRequest ¶
type CreateTemplateVersionRequest struct { // The name of the template version, i.e. "v1". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The owner of the template. TemplateOwner string `protobuf:"bytes,2,opt,name=template_owner,json=templateOwner,proto3" json:"template_owner,omitempty"` // The name of the template. TemplateName string `protobuf:"bytes,3,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"` // A map from plugin owner and name to version for the plugins // defined in the template. Every plugin in the template // must have a corresponding version in this array. PluginVersions []*PluginVersionMapping `protobuf:"bytes,4,rep,name=plugin_versions,json=pluginVersions,proto3" json:"plugin_versions,omitempty"` // contains filtered or unexported fields }
func (*CreateTemplateVersionRequest) Descriptor
deprecated
func (*CreateTemplateVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTemplateVersionRequest.ProtoReflect.Descriptor instead.
func (*CreateTemplateVersionRequest) GetName ¶
func (x *CreateTemplateVersionRequest) GetName() string
func (*CreateTemplateVersionRequest) GetPluginVersions ¶
func (x *CreateTemplateVersionRequest) GetPluginVersions() []*PluginVersionMapping
func (*CreateTemplateVersionRequest) GetTemplateName ¶
func (x *CreateTemplateVersionRequest) GetTemplateName() string
func (*CreateTemplateVersionRequest) GetTemplateOwner ¶
func (x *CreateTemplateVersionRequest) GetTemplateOwner() string
func (*CreateTemplateVersionRequest) ProtoMessage ¶
func (*CreateTemplateVersionRequest) ProtoMessage()
func (*CreateTemplateVersionRequest) ProtoReflect ¶
func (x *CreateTemplateVersionRequest) ProtoReflect() protoreflect.Message
func (*CreateTemplateVersionRequest) Reset ¶
func (x *CreateTemplateVersionRequest) Reset()
func (*CreateTemplateVersionRequest) String ¶
func (x *CreateTemplateVersionRequest) String() string
type CreateTemplateVersionResponse ¶
type CreateTemplateVersionResponse struct { // The created template version. TemplateVersion *TemplateVersion `protobuf:"bytes,1,opt,name=template_version,json=templateVersion,proto3" json:"template_version,omitempty"` // contains filtered or unexported fields }
func (*CreateTemplateVersionResponse) Descriptor
deprecated
func (*CreateTemplateVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTemplateVersionResponse.ProtoReflect.Descriptor instead.
func (*CreateTemplateVersionResponse) GetTemplateVersion ¶
func (x *CreateTemplateVersionResponse) GetTemplateVersion() *TemplateVersion
func (*CreateTemplateVersionResponse) ProtoMessage ¶
func (*CreateTemplateVersionResponse) ProtoMessage()
func (*CreateTemplateVersionResponse) ProtoReflect ¶
func (x *CreateTemplateVersionResponse) ProtoReflect() protoreflect.Message
func (*CreateTemplateVersionResponse) Reset ¶
func (x *CreateTemplateVersionResponse) Reset()
func (*CreateTemplateVersionResponse) String ¶
func (x *CreateTemplateVersionResponse) 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"` // contains filtered or unexported fields }
func (*CreateTokenRequest) Descriptor
deprecated
func (*CreateTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenRequest.ProtoReflect.Descriptor instead.
func (*CreateTokenRequest) GetExpireTime ¶
func (x *CreateTokenRequest) GetExpireTime() *timestamppb.Timestamp
func (*CreateTokenRequest) GetNote ¶
func (x *CreateTokenRequest) GetNote() string
func (*CreateTokenRequest) ProtoMessage ¶
func (*CreateTokenRequest) ProtoMessage()
func (*CreateTokenRequest) ProtoReflect ¶
func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
func (*CreateTokenRequest) Reset ¶
func (x *CreateTokenRequest) Reset()
func (*CreateTokenRequest) String ¶
func (x *CreateTokenRequest) String() string
type CreateTokenResponse ¶
type CreateTokenResponse struct { // The plaintext token to use for authentication. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*CreateTokenResponse) Descriptor
deprecated
func (*CreateTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenResponse.ProtoReflect.Descriptor instead.
func (*CreateTokenResponse) GetToken ¶
func (x *CreateTokenResponse) GetToken() string
func (*CreateTokenResponse) ProtoMessage ¶
func (*CreateTokenResponse) ProtoMessage()
func (*CreateTokenResponse) ProtoReflect ¶
func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message
func (*CreateTokenResponse) Reset ¶
func (x *CreateTokenResponse) Reset()
func (*CreateTokenResponse) String ¶
func (x *CreateTokenResponse) String() string
type CreateUserRequest ¶
type CreateUserRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*CreateUserRequest) Descriptor
deprecated
func (*CreateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
func (*CreateUserRequest) GetUsername ¶
func (x *CreateUserRequest) GetUsername() string
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
func (*CreateUserRequest) Reset ¶
func (x *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶
func (x *CreateUserRequest) String() string
type CreateUserResponse ¶
type CreateUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*CreateUserResponse) Descriptor
deprecated
func (*CreateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.
func (*CreateUserResponse) GetUser ¶
func (x *CreateUserResponse) GetUser() *User
func (*CreateUserResponse) ProtoMessage ¶
func (*CreateUserResponse) ProtoMessage()
func (*CreateUserResponse) ProtoReflect ¶
func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
func (*CreateUserResponse) Reset ¶
func (x *CreateUserResponse) Reset()
func (*CreateUserResponse) String ¶
func (x *CreateUserResponse) String() string
type CreateWebhookRequest ¶ added in v1.6.0
type CreateWebhookRequest struct { // The events to subscribe to for the given repository. WebhookEvent []WebhookEvent `` /* 151-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
added in
v1.6.0
func (*CreateWebhookRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateWebhookRequest.ProtoReflect.Descriptor instead.
func (*CreateWebhookRequest) GetCallbackUrl ¶ added in v1.6.0
func (x *CreateWebhookRequest) GetCallbackUrl() string
func (*CreateWebhookRequest) GetOwnerName ¶ added in v1.6.0
func (x *CreateWebhookRequest) GetOwnerName() string
func (*CreateWebhookRequest) GetRepositoryName ¶ added in v1.6.0
func (x *CreateWebhookRequest) GetRepositoryName() string
func (*CreateWebhookRequest) GetWebhookEvent ¶ added in v1.6.0
func (x *CreateWebhookRequest) GetWebhookEvent() []WebhookEvent
func (*CreateWebhookRequest) ProtoMessage ¶ added in v1.6.0
func (*CreateWebhookRequest) ProtoMessage()
func (*CreateWebhookRequest) ProtoReflect ¶ added in v1.6.0
func (x *CreateWebhookRequest) ProtoReflect() protoreflect.Message
func (*CreateWebhookRequest) Reset ¶ added in v1.6.0
func (x *CreateWebhookRequest) Reset()
func (*CreateWebhookRequest) String ¶ added in v1.6.0
func (x *CreateWebhookRequest) String() string
type CreateWebhookResponse ¶ added in v1.6.0
type CreateWebhookResponse struct { // For the user to unsubscribe from the webhook event. WebhookSubscriptionId string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
CreateWebhookResponse is the proto repsonse representation of a webhook request.
func (*CreateWebhookResponse) Descriptor
deprecated
added in
v1.6.0
func (*CreateWebhookResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateWebhookResponse.ProtoReflect.Descriptor instead.
func (*CreateWebhookResponse) GetWebhookSubscriptionId ¶ added in v1.6.0
func (x *CreateWebhookResponse) GetWebhookSubscriptionId() string
func (*CreateWebhookResponse) ProtoMessage ¶ added in v1.6.0
func (*CreateWebhookResponse) ProtoMessage()
func (*CreateWebhookResponse) ProtoReflect ¶ added in v1.6.0
func (x *CreateWebhookResponse) ProtoReflect() protoreflect.Message
func (*CreateWebhookResponse) Reset ¶ added in v1.6.0
func (x *CreateWebhookResponse) Reset()
func (*CreateWebhookResponse) String ¶ added in v1.6.0
func (x *CreateWebhookResponse) String() string
type DeactivateUserRequest ¶ added in v1.0.0
type DeactivateUserRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeactivateUserRequest) Descriptor
deprecated
added in
v1.0.0
func (*DeactivateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateUserRequest.ProtoReflect.Descriptor instead.
func (*DeactivateUserRequest) GetId ¶ added in v1.0.0
func (x *DeactivateUserRequest) GetId() string
func (*DeactivateUserRequest) ProtoMessage ¶ added in v1.0.0
func (*DeactivateUserRequest) ProtoMessage()
func (*DeactivateUserRequest) ProtoReflect ¶ added in v1.0.0
func (x *DeactivateUserRequest) ProtoReflect() protoreflect.Message
func (*DeactivateUserRequest) Reset ¶ added in v1.0.0
func (x *DeactivateUserRequest) Reset()
func (*DeactivateUserRequest) String ¶ added in v1.0.0
func (x *DeactivateUserRequest) String() string
type DeactivateUserResponse ¶ added in v1.0.0
type DeactivateUserResponse struct {
// contains filtered or unexported fields
}
func (*DeactivateUserResponse) Descriptor
deprecated
added in
v1.0.0
func (*DeactivateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateUserResponse.ProtoReflect.Descriptor instead.
func (*DeactivateUserResponse) ProtoMessage ¶ added in v1.0.0
func (*DeactivateUserResponse) ProtoMessage()
func (*DeactivateUserResponse) ProtoReflect ¶ added in v1.0.0
func (x *DeactivateUserResponse) ProtoReflect() protoreflect.Message
func (*DeactivateUserResponse) Reset ¶ added in v1.0.0
func (x *DeactivateUserResponse) Reset()
func (*DeactivateUserResponse) String ¶ added in v1.0.0
func (x *DeactivateUserResponse) String() string
type DeleteOrganizationByNameRequest ¶
type DeleteOrganizationByNameRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteOrganizationByNameRequest) Descriptor
deprecated
func (*DeleteOrganizationByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationByNameRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationByNameRequest) GetName ¶
func (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 DeletePluginRequest ¶
type DeletePluginRequest struct { // The owner of the plugin to delete. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin to delete. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeletePluginRequest) Descriptor
deprecated
func (*DeletePluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePluginRequest.ProtoReflect.Descriptor instead.
func (*DeletePluginRequest) GetName ¶
func (x *DeletePluginRequest) GetName() string
func (*DeletePluginRequest) GetOwner ¶
func (x *DeletePluginRequest) GetOwner() string
func (*DeletePluginRequest) ProtoMessage ¶
func (*DeletePluginRequest) ProtoMessage()
func (*DeletePluginRequest) ProtoReflect ¶
func (x *DeletePluginRequest) ProtoReflect() protoreflect.Message
func (*DeletePluginRequest) Reset ¶
func (x *DeletePluginRequest) Reset()
func (*DeletePluginRequest) String ¶
func (x *DeletePluginRequest) String() string
type DeletePluginResponse ¶
type DeletePluginResponse struct {
// contains filtered or unexported fields
}
func (*DeletePluginResponse) Descriptor
deprecated
func (*DeletePluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeletePluginResponse.ProtoReflect.Descriptor instead.
func (*DeletePluginResponse) ProtoMessage ¶
func (*DeletePluginResponse) ProtoMessage()
func (*DeletePluginResponse) ProtoReflect ¶
func (x *DeletePluginResponse) ProtoReflect() protoreflect.Message
func (*DeletePluginResponse) Reset ¶
func (x *DeletePluginResponse) Reset()
func (*DeletePluginResponse) String ¶
func (x *DeletePluginResponse) String() string
type DeleteRepositoryByFullNameRequest ¶
type DeleteRepositoryByFullNameRequest struct { FullName string `protobuf:"bytes,1,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` // contains filtered or unexported fields }
func (*DeleteRepositoryByFullNameRequest) Descriptor
deprecated
func (*DeleteRepositoryByFullNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryByFullNameRequest.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryByFullNameRequest) GetFullName ¶
func (x *DeleteRepositoryByFullNameRequest) GetFullName() string
func (*DeleteRepositoryByFullNameRequest) ProtoMessage ¶
func (*DeleteRepositoryByFullNameRequest) ProtoMessage()
func (*DeleteRepositoryByFullNameRequest) ProtoReflect ¶
func (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 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 DeleteRepositoryTrackByNameRequest ¶ added in v1.0.0
type DeleteRepositoryTrackByNameRequest 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"` // The name of the repository track Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteRepositoryTrackByNameRequest) Descriptor
deprecated
added in
v1.0.0
func (*DeleteRepositoryTrackByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryTrackByNameRequest.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryTrackByNameRequest) GetName ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameRequest) GetName() string
func (*DeleteRepositoryTrackByNameRequest) GetOwnerName ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameRequest) GetOwnerName() string
func (*DeleteRepositoryTrackByNameRequest) GetRepositoryName ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameRequest) GetRepositoryName() string
func (*DeleteRepositoryTrackByNameRequest) ProtoMessage ¶ added in v1.0.0
func (*DeleteRepositoryTrackByNameRequest) ProtoMessage()
func (*DeleteRepositoryTrackByNameRequest) ProtoReflect ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameRequest) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryTrackByNameRequest) Reset ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameRequest) Reset()
func (*DeleteRepositoryTrackByNameRequest) String ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameRequest) String() string
type DeleteRepositoryTrackByNameResponse ¶ added in v1.0.0
type DeleteRepositoryTrackByNameResponse struct {
// contains filtered or unexported fields
}
func (*DeleteRepositoryTrackByNameResponse) Descriptor
deprecated
added in
v1.0.0
func (*DeleteRepositoryTrackByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRepositoryTrackByNameResponse.ProtoReflect.Descriptor instead.
func (*DeleteRepositoryTrackByNameResponse) ProtoMessage ¶ added in v1.0.0
func (*DeleteRepositoryTrackByNameResponse) ProtoMessage()
func (*DeleteRepositoryTrackByNameResponse) ProtoReflect ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameResponse) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryTrackByNameResponse) Reset ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameResponse) Reset()
func (*DeleteRepositoryTrackByNameResponse) String ¶ added in v1.0.0
func (x *DeleteRepositoryTrackByNameResponse) String() string
type DeleteTemplateRequest ¶
type DeleteTemplateRequest struct { // The owner of the template to delete. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template to delete. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteTemplateRequest) Descriptor
deprecated
func (*DeleteTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTemplateRequest.ProtoReflect.Descriptor instead.
func (*DeleteTemplateRequest) GetName ¶
func (x *DeleteTemplateRequest) GetName() string
func (*DeleteTemplateRequest) GetOwner ¶
func (x *DeleteTemplateRequest) GetOwner() string
func (*DeleteTemplateRequest) ProtoMessage ¶
func (*DeleteTemplateRequest) ProtoMessage()
func (*DeleteTemplateRequest) ProtoReflect ¶
func (x *DeleteTemplateRequest) ProtoReflect() protoreflect.Message
func (*DeleteTemplateRequest) Reset ¶
func (x *DeleteTemplateRequest) Reset()
func (*DeleteTemplateRequest) String ¶
func (x *DeleteTemplateRequest) String() string
type DeleteTemplateResponse ¶
type DeleteTemplateResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTemplateResponse) Descriptor
deprecated
func (*DeleteTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTemplateResponse.ProtoReflect.Descriptor instead.
func (*DeleteTemplateResponse) ProtoMessage ¶
func (*DeleteTemplateResponse) ProtoMessage()
func (*DeleteTemplateResponse) ProtoReflect ¶
func (x *DeleteTemplateResponse) ProtoReflect() protoreflect.Message
func (*DeleteTemplateResponse) Reset ¶
func (x *DeleteTemplateResponse) Reset()
func (*DeleteTemplateResponse) String ¶
func (x *DeleteTemplateResponse) String() string
type DeleteTokenRequest ¶
type DeleteTokenRequest struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteTokenRequest) Descriptor
deprecated
func (*DeleteTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTokenRequest.ProtoReflect.Descriptor instead.
func (*DeleteTokenRequest) GetTokenId ¶
func (x *DeleteTokenRequest) GetTokenId() string
func (*DeleteTokenRequest) ProtoMessage ¶
func (*DeleteTokenRequest) ProtoMessage()
func (*DeleteTokenRequest) ProtoReflect ¶
func (x *DeleteTokenRequest) ProtoReflect() protoreflect.Message
func (*DeleteTokenRequest) Reset ¶
func (x *DeleteTokenRequest) Reset()
func (*DeleteTokenRequest) String ¶
func (x *DeleteTokenRequest) String() string
type DeleteTokenResponse ¶
type DeleteTokenResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTokenResponse) Descriptor
deprecated
func (*DeleteTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTokenResponse.ProtoReflect.Descriptor instead.
func (*DeleteTokenResponse) ProtoMessage ¶
func (*DeleteTokenResponse) ProtoMessage()
func (*DeleteTokenResponse) ProtoReflect ¶
func (x *DeleteTokenResponse) ProtoReflect() protoreflect.Message
func (*DeleteTokenResponse) Reset ¶
func (x *DeleteTokenResponse) Reset()
func (*DeleteTokenResponse) String ¶
func (x *DeleteTokenResponse) String() string
type DeleteUserRequest ¶
type DeleteUserRequest struct {
// contains filtered or unexported fields
}
func (*DeleteUserRequest) Descriptor
deprecated
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
type DeleteUserResponse ¶
type DeleteUserResponse struct {
// contains filtered or unexported fields
}
func (*DeleteUserResponse) Descriptor
deprecated
func (*DeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) ProtoReflect ¶
func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserResponse) Reset ¶
func (x *DeleteUserResponse) Reset()
func (*DeleteUserResponse) String ¶
func (x *DeleteUserResponse) String() string
type DeleteWebhookRequest ¶ added in v1.6.0
type DeleteWebhookRequest struct { // The id of the webhook subscription. WebhookSubscriptionId string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
DeleteWebhookRequest is the request for unsubscribing to a webhook.
func (*DeleteWebhookRequest) Descriptor
deprecated
added in
v1.6.0
func (*DeleteWebhookRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWebhookRequest.ProtoReflect.Descriptor instead.
func (*DeleteWebhookRequest) GetWebhookSubscriptionId ¶ added in v1.6.0
func (x *DeleteWebhookRequest) GetWebhookSubscriptionId() string
func (*DeleteWebhookRequest) ProtoMessage ¶ added in v1.6.0
func (*DeleteWebhookRequest) ProtoMessage()
func (*DeleteWebhookRequest) ProtoReflect ¶ added in v1.6.0
func (x *DeleteWebhookRequest) ProtoReflect() protoreflect.Message
func (*DeleteWebhookRequest) Reset ¶ added in v1.6.0
func (x *DeleteWebhookRequest) Reset()
func (*DeleteWebhookRequest) String ¶ added in v1.6.0
func (x *DeleteWebhookRequest) String() string
type DeleteWebhookResponse ¶ added in v1.6.0
type DeleteWebhookResponse struct {
// contains filtered or unexported fields
}
DeleteWebhookResponse is the response for unsubscribing from a webhook.
func (*DeleteWebhookResponse) Descriptor
deprecated
added in
v1.6.0
func (*DeleteWebhookResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWebhookResponse.ProtoReflect.Descriptor instead.
func (*DeleteWebhookResponse) ProtoMessage ¶ added in v1.6.0
func (*DeleteWebhookResponse) ProtoMessage()
func (*DeleteWebhookResponse) ProtoReflect ¶ added in v1.6.0
func (x *DeleteWebhookResponse) ProtoReflect() protoreflect.Message
func (*DeleteWebhookResponse) Reset ¶ added in v1.6.0
func (x *DeleteWebhookResponse) Reset()
func (*DeleteWebhookResponse) String ¶ added in v1.6.0
func (x *DeleteWebhookResponse) String() string
type DeprecatePluginRequest ¶ added in v1.0.0
type DeprecatePluginRequest struct { // The owner of the plugin. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // A message shown along with the deprecation warning for this plugin. Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*DeprecatePluginRequest) Descriptor
deprecated
added in
v1.0.0
func (*DeprecatePluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeprecatePluginRequest.ProtoReflect.Descriptor instead.
func (*DeprecatePluginRequest) GetMessage ¶ added in v1.0.0
func (x *DeprecatePluginRequest) GetMessage() string
func (*DeprecatePluginRequest) GetName ¶ added in v1.0.0
func (x *DeprecatePluginRequest) GetName() string
func (*DeprecatePluginRequest) GetOwner ¶ added in v1.0.0
func (x *DeprecatePluginRequest) GetOwner() string
func (*DeprecatePluginRequest) ProtoMessage ¶ added in v1.0.0
func (*DeprecatePluginRequest) ProtoMessage()
func (*DeprecatePluginRequest) ProtoReflect ¶ added in v1.0.0
func (x *DeprecatePluginRequest) ProtoReflect() protoreflect.Message
func (*DeprecatePluginRequest) Reset ¶ added in v1.0.0
func (x *DeprecatePluginRequest) Reset()
func (*DeprecatePluginRequest) String ¶ added in v1.0.0
func (x *DeprecatePluginRequest) String() string
type DeprecatePluginResponse ¶ added in v1.0.0
type DeprecatePluginResponse struct {
// contains filtered or unexported fields
}
func (*DeprecatePluginResponse) Descriptor
deprecated
added in
v1.0.0
func (*DeprecatePluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeprecatePluginResponse.ProtoReflect.Descriptor instead.
func (*DeprecatePluginResponse) ProtoMessage ¶ added in v1.0.0
func (*DeprecatePluginResponse) ProtoMessage()
func (*DeprecatePluginResponse) ProtoReflect ¶ added in v1.0.0
func (x *DeprecatePluginResponse) ProtoReflect() protoreflect.Message
func (*DeprecatePluginResponse) Reset ¶ added in v1.0.0
func (x *DeprecatePluginResponse) Reset()
func (*DeprecatePluginResponse) String ¶ added in v1.0.0
func (x *DeprecatePluginResponse) String() string
type DeprecateRepositoryByNameRequest ¶ added in v1.0.0
type DeprecateRepositoryByNameRequest struct { OwnerName string `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"` RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // A message shown along with the deprecation warning for this repository. // It must be a utf8 encoded string containing 256 or fewer characters. DeprecationMessage string `protobuf:"bytes,3,opt,name=deprecation_message,json=deprecationMessage,proto3" json:"deprecation_message,omitempty"` // contains filtered or unexported fields }
func (*DeprecateRepositoryByNameRequest) Descriptor
deprecated
added in
v1.0.0
func (*DeprecateRepositoryByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeprecateRepositoryByNameRequest.ProtoReflect.Descriptor instead.
func (*DeprecateRepositoryByNameRequest) GetDeprecationMessage ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameRequest) GetDeprecationMessage() string
func (*DeprecateRepositoryByNameRequest) GetOwnerName ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameRequest) GetOwnerName() string
func (*DeprecateRepositoryByNameRequest) GetRepositoryName ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameRequest) GetRepositoryName() string
func (*DeprecateRepositoryByNameRequest) ProtoMessage ¶ added in v1.0.0
func (*DeprecateRepositoryByNameRequest) ProtoMessage()
func (*DeprecateRepositoryByNameRequest) ProtoReflect ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameRequest) ProtoReflect() protoreflect.Message
func (*DeprecateRepositoryByNameRequest) Reset ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameRequest) Reset()
func (*DeprecateRepositoryByNameRequest) String ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameRequest) String() string
type DeprecateRepositoryByNameResponse ¶ added in v1.0.0
type DeprecateRepositoryByNameResponse struct { Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` // contains filtered or unexported fields }
func (*DeprecateRepositoryByNameResponse) Descriptor
deprecated
added in
v1.0.0
func (*DeprecateRepositoryByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeprecateRepositoryByNameResponse.ProtoReflect.Descriptor instead.
func (*DeprecateRepositoryByNameResponse) GetRepository ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameResponse) GetRepository() *Repository
func (*DeprecateRepositoryByNameResponse) ProtoMessage ¶ added in v1.0.0
func (*DeprecateRepositoryByNameResponse) ProtoMessage()
func (*DeprecateRepositoryByNameResponse) ProtoReflect ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameResponse) ProtoReflect() protoreflect.Message
func (*DeprecateRepositoryByNameResponse) Reset ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameResponse) Reset()
func (*DeprecateRepositoryByNameResponse) String ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameResponse) String() string
type DeprecateTemplateRequest ¶ added in v1.0.0
type DeprecateTemplateRequest struct { // The owner of the template. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // A message shown along with the deprecation warning for this template. Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*DeprecateTemplateRequest) Descriptor
deprecated
added in
v1.0.0
func (*DeprecateTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeprecateTemplateRequest.ProtoReflect.Descriptor instead.
func (*DeprecateTemplateRequest) GetMessage ¶ added in v1.0.0
func (x *DeprecateTemplateRequest) GetMessage() string
func (*DeprecateTemplateRequest) GetName ¶ added in v1.0.0
func (x *DeprecateTemplateRequest) GetName() string
func (*DeprecateTemplateRequest) GetOwner ¶ added in v1.0.0
func (x *DeprecateTemplateRequest) GetOwner() string
func (*DeprecateTemplateRequest) ProtoMessage ¶ added in v1.0.0
func (*DeprecateTemplateRequest) ProtoMessage()
func (*DeprecateTemplateRequest) ProtoReflect ¶ added in v1.0.0
func (x *DeprecateTemplateRequest) ProtoReflect() protoreflect.Message
func (*DeprecateTemplateRequest) Reset ¶ added in v1.0.0
func (x *DeprecateTemplateRequest) Reset()
func (*DeprecateTemplateRequest) String ¶ added in v1.0.0
func (x *DeprecateTemplateRequest) String() string
type DeprecateTemplateResponse ¶ added in v1.0.0
type DeprecateTemplateResponse struct {
// contains filtered or unexported fields
}
func (*DeprecateTemplateResponse) Descriptor
deprecated
added in
v1.0.0
func (*DeprecateTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeprecateTemplateResponse.ProtoReflect.Descriptor instead.
func (*DeprecateTemplateResponse) ProtoMessage ¶ added in v1.0.0
func (*DeprecateTemplateResponse) ProtoMessage()
func (*DeprecateTemplateResponse) ProtoReflect ¶ added in v1.0.0
func (x *DeprecateTemplateResponse) ProtoReflect() protoreflect.Message
func (*DeprecateTemplateResponse) Reset ¶ added in v1.0.0
func (x *DeprecateTemplateResponse) Reset()
func (*DeprecateTemplateResponse) String ¶ added in v1.0.0
func (x *DeprecateTemplateResponse) String() string
type DisplayOrganizationElementsRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*DisplayOrganizationElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayOrganizationElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayOrganizationElementsRequest) GetOrganizationId ¶ added in v1.0.0
func (x *DisplayOrganizationElementsRequest) GetOrganizationId() string
func (*DisplayOrganizationElementsRequest) ProtoMessage ¶ added in v1.0.0
func (*DisplayOrganizationElementsRequest) ProtoMessage()
func (*DisplayOrganizationElementsRequest) ProtoReflect ¶ added in v1.0.0
func (x *DisplayOrganizationElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayOrganizationElementsRequest) Reset ¶ added in v1.0.0
func (x *DisplayOrganizationElementsRequest) Reset()
func (*DisplayOrganizationElementsRequest) String ¶ added in v1.0.0
func (x *DisplayOrganizationElementsRequest) String() string
type DisplayOrganizationElementsResponse ¶ added in v1.0.0
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 create organization plugin element if true. CreatePlugin bool `protobuf:"varint,2,opt,name=create_plugin,json=createPlugin,proto3" json:"create_plugin,omitempty"` // Display create organization template element if true. CreateTemplate bool `protobuf:"varint,3,opt,name=create_template,json=createTemplate,proto3" json:"create_template,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
added in
v1.0.0
func (*DisplayOrganizationElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayOrganizationElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayOrganizationElementsResponse) GetCreatePlugin ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) GetCreatePlugin() bool
func (*DisplayOrganizationElementsResponse) GetCreateRepository ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) GetCreateRepository() bool
func (*DisplayOrganizationElementsResponse) GetCreateTemplate ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) GetCreateTemplate() bool
func (*DisplayOrganizationElementsResponse) GetDelete ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) GetDelete() bool
func (*DisplayOrganizationElementsResponse) GetSettings ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) GetSettings() bool
func (*DisplayOrganizationElementsResponse) GetUpdateSettings ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) GetUpdateSettings() bool
func (*DisplayOrganizationElementsResponse) ProtoMessage ¶ added in v1.0.0
func (*DisplayOrganizationElementsResponse) ProtoMessage()
func (*DisplayOrganizationElementsResponse) ProtoReflect ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayOrganizationElementsResponse) Reset ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) Reset()
func (*DisplayOrganizationElementsResponse) String ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) String() string
type DisplayPluginElementsRequest ¶ added in v1.0.0
type DisplayPluginElementsRequest struct { // The ID of the plugin for which to check // which elements should be displayed. PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` // contains filtered or unexported fields }
func (*DisplayPluginElementsRequest) Descriptor
deprecated
added in
v1.0.0
func (*DisplayPluginElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayPluginElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayPluginElementsRequest) GetPluginId ¶ added in v1.0.0
func (x *DisplayPluginElementsRequest) GetPluginId() string
func (*DisplayPluginElementsRequest) ProtoMessage ¶ added in v1.0.0
func (*DisplayPluginElementsRequest) ProtoMessage()
func (*DisplayPluginElementsRequest) ProtoReflect ¶ added in v1.0.0
func (x *DisplayPluginElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayPluginElementsRequest) Reset ¶ added in v1.0.0
func (x *DisplayPluginElementsRequest) Reset()
func (*DisplayPluginElementsRequest) String ¶ added in v1.0.0
func (x *DisplayPluginElementsRequest) String() string
type DisplayPluginElementsResponse ¶ added in v1.0.0
type DisplayPluginElementsResponse struct { // Display create plugin version element if true. CreateVersion bool `protobuf:"varint,1,opt,name=create_version,json=createVersion,proto3" json:"create_version,omitempty"` // Display plugin settings element if true. Settings bool `protobuf:"varint,2,opt,name=settings,proto3" json:"settings,omitempty"` // Display delete plugin element if true. Delete bool `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"` // contains filtered or unexported fields }
func (*DisplayPluginElementsResponse) Descriptor
deprecated
added in
v1.0.0
func (*DisplayPluginElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayPluginElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayPluginElementsResponse) GetCreateVersion ¶ added in v1.0.0
func (x *DisplayPluginElementsResponse) GetCreateVersion() bool
func (*DisplayPluginElementsResponse) GetDelete ¶ added in v1.0.0
func (x *DisplayPluginElementsResponse) GetDelete() bool
func (*DisplayPluginElementsResponse) GetSettings ¶ added in v1.0.0
func (x *DisplayPluginElementsResponse) GetSettings() bool
func (*DisplayPluginElementsResponse) ProtoMessage ¶ added in v1.0.0
func (*DisplayPluginElementsResponse) ProtoMessage()
func (*DisplayPluginElementsResponse) ProtoReflect ¶ added in v1.0.0
func (x *DisplayPluginElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayPluginElementsResponse) Reset ¶ added in v1.0.0
func (x *DisplayPluginElementsResponse) Reset()
func (*DisplayPluginElementsResponse) String ¶ added in v1.0.0
func (x *DisplayPluginElementsResponse) String() string
type DisplayRepositoryElementsRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*DisplayRepositoryElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayRepositoryElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayRepositoryElementsRequest) GetRepositoryId ¶ added in v1.0.0
func (x *DisplayRepositoryElementsRequest) GetRepositoryId() string
func (*DisplayRepositoryElementsRequest) ProtoMessage ¶ added in v1.0.0
func (*DisplayRepositoryElementsRequest) ProtoMessage()
func (*DisplayRepositoryElementsRequest) ProtoReflect ¶ added in v1.0.0
func (x *DisplayRepositoryElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayRepositoryElementsRequest) Reset ¶ added in v1.0.0
func (x *DisplayRepositoryElementsRequest) Reset()
func (*DisplayRepositoryElementsRequest) String ¶ added in v1.0.0
func (x *DisplayRepositoryElementsRequest) String() string
type DisplayRepositoryElementsResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*DisplayRepositoryElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayRepositoryElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayRepositoryElementsResponse) GetDelete ¶ added in v1.0.0
func (x *DisplayRepositoryElementsResponse) GetDelete() bool
func (*DisplayRepositoryElementsResponse) GetSettings ¶ added in v1.0.0
func (x *DisplayRepositoryElementsResponse) GetSettings() bool
func (*DisplayRepositoryElementsResponse) GetWrite ¶ added in v1.4.0
func (x *DisplayRepositoryElementsResponse) GetWrite() bool
func (*DisplayRepositoryElementsResponse) ProtoMessage ¶ added in v1.0.0
func (*DisplayRepositoryElementsResponse) ProtoMessage()
func (*DisplayRepositoryElementsResponse) ProtoReflect ¶ added in v1.0.0
func (x *DisplayRepositoryElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayRepositoryElementsResponse) Reset ¶ added in v1.0.0
func (x *DisplayRepositoryElementsResponse) Reset()
func (*DisplayRepositoryElementsResponse) String ¶ added in v1.0.0
func (x *DisplayRepositoryElementsResponse) String() string
type DisplayServerElementsRequest ¶ added in v1.0.0
type DisplayServerElementsRequest struct {
// contains filtered or unexported fields
}
func (*DisplayServerElementsRequest) Descriptor
deprecated
added in
v1.0.0
func (*DisplayServerElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayServerElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayServerElementsRequest) ProtoMessage ¶ added in v1.0.0
func (*DisplayServerElementsRequest) ProtoMessage()
func (*DisplayServerElementsRequest) ProtoReflect ¶ added in v1.0.0
func (x *DisplayServerElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayServerElementsRequest) Reset ¶ added in v1.0.0
func (x *DisplayServerElementsRequest) Reset()
func (*DisplayServerElementsRequest) String ¶ added in v1.0.0
func (x *DisplayServerElementsRequest) String() string
type DisplayServerElementsResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*DisplayServerElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayServerElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayServerElementsResponse) GetAdminPanel ¶ added in v1.0.0
func (x *DisplayServerElementsResponse) GetAdminPanel() bool
func (*DisplayServerElementsResponse) ProtoMessage ¶ added in v1.0.0
func (*DisplayServerElementsResponse) ProtoMessage()
func (*DisplayServerElementsResponse) ProtoReflect ¶ added in v1.0.0
func (x *DisplayServerElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayServerElementsResponse) Reset ¶ added in v1.0.0
func (x *DisplayServerElementsResponse) Reset()
func (*DisplayServerElementsResponse) String ¶ added in v1.0.0
func (x *DisplayServerElementsResponse) String() string
type DisplayTemplateElementsRequest ¶ added in v1.0.0
type DisplayTemplateElementsRequest struct { // The ID of the template for which to check // which elements should be displayed. TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // contains filtered or unexported fields }
func (*DisplayTemplateElementsRequest) Descriptor
deprecated
added in
v1.0.0
func (*DisplayTemplateElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayTemplateElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayTemplateElementsRequest) GetTemplateId ¶ added in v1.0.0
func (x *DisplayTemplateElementsRequest) GetTemplateId() string
func (*DisplayTemplateElementsRequest) ProtoMessage ¶ added in v1.0.0
func (*DisplayTemplateElementsRequest) ProtoMessage()
func (*DisplayTemplateElementsRequest) ProtoReflect ¶ added in v1.0.0
func (x *DisplayTemplateElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayTemplateElementsRequest) Reset ¶ added in v1.0.0
func (x *DisplayTemplateElementsRequest) Reset()
func (*DisplayTemplateElementsRequest) String ¶ added in v1.0.0
func (x *DisplayTemplateElementsRequest) String() string
type DisplayTemplateElementsResponse ¶ added in v1.0.0
type DisplayTemplateElementsResponse struct { // Display create template version element if true. CreateVersion bool `protobuf:"varint,1,opt,name=create_version,json=createVersion,proto3" json:"create_version,omitempty"` // Display template settings element if true. Settings bool `protobuf:"varint,2,opt,name=settings,proto3" json:"settings,omitempty"` // Display delete template element if true. Delete bool `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"` // contains filtered or unexported fields }
func (*DisplayTemplateElementsResponse) Descriptor
deprecated
added in
v1.0.0
func (*DisplayTemplateElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayTemplateElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayTemplateElementsResponse) GetCreateVersion ¶ added in v1.0.0
func (x *DisplayTemplateElementsResponse) GetCreateVersion() bool
func (*DisplayTemplateElementsResponse) GetDelete ¶ added in v1.0.0
func (x *DisplayTemplateElementsResponse) GetDelete() bool
func (*DisplayTemplateElementsResponse) GetSettings ¶ added in v1.0.0
func (x *DisplayTemplateElementsResponse) GetSettings() bool
func (*DisplayTemplateElementsResponse) ProtoMessage ¶ added in v1.0.0
func (*DisplayTemplateElementsResponse) ProtoMessage()
func (*DisplayTemplateElementsResponse) ProtoReflect ¶ added in v1.0.0
func (x *DisplayTemplateElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayTemplateElementsResponse) Reset ¶ added in v1.0.0
func (x *DisplayTemplateElementsResponse) Reset()
func (*DisplayTemplateElementsResponse) String ¶ added in v1.0.0
func (x *DisplayTemplateElementsResponse) String() string
type DisplayUserElementsRequest ¶ added in v1.0.0
type DisplayUserElementsRequest struct {
// contains filtered or unexported fields
}
func (*DisplayUserElementsRequest) Descriptor
deprecated
added in
v1.0.0
func (*DisplayUserElementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisplayUserElementsRequest.ProtoReflect.Descriptor instead.
func (*DisplayUserElementsRequest) ProtoMessage ¶ added in v1.0.0
func (*DisplayUserElementsRequest) ProtoMessage()
func (*DisplayUserElementsRequest) ProtoReflect ¶ added in v1.0.0
func (x *DisplayUserElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayUserElementsRequest) Reset ¶ added in v1.0.0
func (x *DisplayUserElementsRequest) Reset()
func (*DisplayUserElementsRequest) String ¶ added in v1.0.0
func (x *DisplayUserElementsRequest) String() string
type DisplayUserElementsResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*DisplayUserElementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisplayUserElementsResponse.ProtoReflect.Descriptor instead.
func (*DisplayUserElementsResponse) GetDelete ¶ added in v1.0.0
func (x *DisplayUserElementsResponse) GetDelete() bool
func (*DisplayUserElementsResponse) ProtoMessage ¶ added in v1.0.0
func (*DisplayUserElementsResponse) ProtoMessage()
func (*DisplayUserElementsResponse) ProtoReflect ¶ added in v1.0.0
func (x *DisplayUserElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayUserElementsResponse) Reset ¶ added in v1.0.0
func (x *DisplayUserElementsResponse) Reset()
func (*DisplayUserElementsResponse) String ¶ added in v1.0.0
func (x *DisplayUserElementsResponse) 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"` Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
func (*DownloadRequest) Descriptor
deprecated
func (*DownloadRequest) Descriptor() ([]byte, []int)
Deprecated: Use DownloadRequest.ProtoReflect.Descriptor instead.
func (*DownloadRequest) GetOwner ¶
func (x *DownloadRequest) GetOwner() string
func (*DownloadRequest) GetReference ¶
func (x *DownloadRequest) GetReference() string
func (*DownloadRequest) GetRepository ¶
func (x *DownloadRequest) GetRepository() string
func (*DownloadRequest) ProtoMessage ¶
func (*DownloadRequest) ProtoMessage()
func (*DownloadRequest) ProtoReflect ¶
func (x *DownloadRequest) ProtoReflect() protoreflect.Message
func (*DownloadRequest) Reset ¶
func (x *DownloadRequest) Reset()
func (*DownloadRequest) String ¶
func (x *DownloadRequest) String() string
type DownloadResponse ¶
type DownloadResponse struct { Module *v1alpha1.Module `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` // contains filtered or unexported fields }
func (*DownloadResponse) Descriptor
deprecated
func (*DownloadResponse) Descriptor() ([]byte, []int)
Deprecated: Use DownloadResponse.ProtoReflect.Descriptor instead.
func (*DownloadResponse) GetModule ¶
func (x *DownloadResponse) GetModule() *v1alpha1.Module
func (*DownloadResponse) ProtoMessage ¶
func (*DownloadResponse) ProtoMessage()
func (*DownloadResponse) ProtoReflect ¶
func (x *DownloadResponse) ProtoReflect() protoreflect.Message
func (*DownloadResponse) Reset ¶
func (x *DownloadResponse) Reset()
func (*DownloadResponse) String ¶
func (x *DownloadResponse) String() string
type Enum ¶
type Enum struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // nested_name includes the nested types for a given type definition. NestedName string `protobuf:"bytes,2,opt,name=nested_name,json=nestedName,proto3" json:"nested_name,omitempty"` // full_name includes the package name and nested types for a given type definition. FullName string `protobuf:"bytes,3,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` // description is derived from the leading comments of a given Enum. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // file_path is the normalized path of the file containing the enum. FilePath string `protobuf:"bytes,5,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` Location *Location `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"` Values []*EnumValue `protobuf:"bytes,7,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
Enum provides information for the documentation of an enum.
func (*Enum) Descriptor
deprecated
func (*Enum) GetDescription ¶
func (*Enum) GetFilePath ¶
func (*Enum) GetFullName ¶
func (*Enum) GetLocation ¶
func (*Enum) GetNestedName ¶
func (*Enum) ProtoMessage ¶
func (*Enum) ProtoMessage()
func (*Enum) ProtoReflect ¶
func (x *Enum) ProtoReflect() protoreflect.Message
type EnumValue ¶
type EnumValue struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Number int32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` // description is derived from the leading comments of a given enum value. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
EnumValue provides information for the documentation of an enum value.
func (*EnumValue) Descriptor
deprecated
func (*EnumValue) GetDescription ¶
func (*EnumValue) ProtoMessage ¶
func (*EnumValue) ProtoMessage()
func (*EnumValue) ProtoReflect ¶
func (x *EnumValue) ProtoReflect() protoreflect.Message
type Field ¶
type Field struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // description is derived from the leading comments of a given message field. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"` // string representation of the nested name of the field type, which includes nested definitions. NestedType string `protobuf:"bytes,4,opt,name=nested_type,json=nestedType,proto3" json:"nested_type,omitempty"` // string representation of the full name of the field type, which includes package name // and nested definitions. FullType string `protobuf:"bytes,5,opt,name=full_type,json=fullType,proto3" json:"full_type,omitempty"` Tag uint32 `protobuf:"varint,6,opt,name=tag,proto3" json:"tag,omitempty"` // MapEntry is present if the field is a map type. MapEntry *MapEntry `protobuf:"bytes,7,opt,name=map_entry,json=mapEntry,proto3" json:"map_entry,omitempty"` // import_module_ref is included if the field is an imported type. // It contains all the metadata for the import. ImportModuleRef *ImportModuleRef `protobuf:"bytes,8,opt,name=import_module_ref,json=importModuleRef,proto3" json:"import_module_ref,omitempty"` // Extendee is the name of the type that is being extended if the field is an extension. // This is an empty string for fields that are not extenions. Extendee string `protobuf:"bytes,9,opt,name=extendee,proto3" json:"extendee,omitempty"` // contains filtered or unexported fields }
Field provides information for the documentation of a message field.
func (*Field) Descriptor
deprecated
func (*Field) GetDescription ¶
func (*Field) GetExtendee ¶
func (*Field) GetFullType ¶
func (*Field) GetImportModuleRef ¶
func (x *Field) GetImportModuleRef() *ImportModuleRef
func (*Field) GetMapEntry ¶
func (*Field) GetNestedType ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
type File ¶
type File struct { // path is the relative path of the file. // Path can only use '/' as the separator character, and includes no ".." components. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // content is the content of the file. Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
File defines a file with a path and some content.
func (*File) Descriptor
deprecated
func (*File) GetContent ¶
func (*File) ProtoMessage ¶
func (*File) ProtoMessage()
func (*File) ProtoReflect ¶
func (x *File) ProtoReflect() protoreflect.Message
type FileExtension ¶
type FileExtension struct { // extension_type is the string representation of the type being extended. ExtensionType string `protobuf:"bytes,1,opt,name=extension_type,json=extensionType,proto3" json:"extension_type,omitempty"` // description is derived from the leading comments of a given message field. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // file_path is the normalized path of the file containing the message. FilePath string `protobuf:"bytes,3,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` Location *Location `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"` // fields are all the fields that are associated with the extension. Fields []*Field `protobuf:"bytes,5,rep,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
FileExtension provides the information for the documentation of a file extension.
func (*FileExtension) Descriptor
deprecated
func (*FileExtension) Descriptor() ([]byte, []int)
Deprecated: Use FileExtension.ProtoReflect.Descriptor instead.
func (*FileExtension) GetDescription ¶
func (x *FileExtension) GetDescription() string
func (*FileExtension) GetExtensionType ¶
func (x *FileExtension) GetExtensionType() string
func (*FileExtension) GetFields ¶
func (x *FileExtension) GetFields() []*Field
func (*FileExtension) GetFilePath ¶
func (x *FileExtension) GetFilePath() string
func (*FileExtension) GetLocation ¶
func (x *FileExtension) GetLocation() *Location
func (*FileExtension) ProtoMessage ¶
func (*FileExtension) ProtoMessage()
func (*FileExtension) ProtoReflect ¶
func (x *FileExtension) ProtoReflect() protoreflect.Message
func (*FileExtension) Reset ¶
func (x *FileExtension) Reset()
func (*FileExtension) String ¶
func (x *FileExtension) String() string
type FileInfo ¶
type FileInfo struct { // the normalized path of the directory, relative to the root of the module. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` IsDir bool `protobuf:"varint,2,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"` Children []*FileInfo `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"` // contains filtered or unexported fields }
FileInfo is a nested structure that contains the file path, whether or not it's a directory, and if so, the FileInfo children of that directory.
func (*FileInfo) Descriptor
deprecated
func (*FileInfo) GetChildren ¶
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) ProtoReflect ¶
func (x *FileInfo) ProtoReflect() protoreflect.Message
type ForceDeleteUserRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*ForceDeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use ForceDeleteUserRequest.ProtoReflect.Descriptor instead.
func (*ForceDeleteUserRequest) GetUserId ¶ added in v1.0.0
func (x *ForceDeleteUserRequest) GetUserId() string
func (*ForceDeleteUserRequest) ProtoMessage ¶ added in v1.0.0
func (*ForceDeleteUserRequest) ProtoMessage()
func (*ForceDeleteUserRequest) ProtoReflect ¶ added in v1.0.0
func (x *ForceDeleteUserRequest) ProtoReflect() protoreflect.Message
func (*ForceDeleteUserRequest) Reset ¶ added in v1.0.0
func (x *ForceDeleteUserRequest) Reset()
func (*ForceDeleteUserRequest) String ¶ added in v1.0.0
func (x *ForceDeleteUserRequest) String() string
type ForceDeleteUserResponse ¶ added in v1.0.0
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"` // The deleted plugins. Plugins []*Plugin `protobuf:"bytes,4,rep,name=plugins,proto3" json:"plugins,omitempty"` // The deleted templates. Templates []*Template `protobuf:"bytes,5,rep,name=templates,proto3" json:"templates,omitempty"` // contains filtered or unexported fields }
func (*ForceDeleteUserResponse) Descriptor
deprecated
added in
v1.0.0
func (*ForceDeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use ForceDeleteUserResponse.ProtoReflect.Descriptor instead.
func (*ForceDeleteUserResponse) GetOrganizations ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) GetOrganizations() []*Organization
func (*ForceDeleteUserResponse) GetPlugins ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) GetPlugins() []*Plugin
func (*ForceDeleteUserResponse) GetRepositories ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) GetRepositories() []*Repository
func (*ForceDeleteUserResponse) GetTemplates ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) GetTemplates() []*Template
func (*ForceDeleteUserResponse) GetUser ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) GetUser() *User
func (*ForceDeleteUserResponse) ProtoMessage ¶ added in v1.0.0
func (*ForceDeleteUserResponse) ProtoMessage()
func (*ForceDeleteUserResponse) ProtoReflect ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) ProtoReflect() protoreflect.Message
func (*ForceDeleteUserResponse) Reset ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) Reset()
func (*ForceDeleteUserResponse) String ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) String() string
type GeneratePluginsRequest ¶ added in v0.54.0
type GeneratePluginsRequest 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"` // The array of plugins to use. Plugins []*PluginReference `protobuf:"bytes,2,rep,name=plugins,proto3" json:"plugins,omitempty"` // Include imports from the Image in generation. 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. IncludeWellKnownTypes bool `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GeneratePluginsRequest) Descriptor
deprecated
added in
v0.54.0
func (*GeneratePluginsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GeneratePluginsRequest.ProtoReflect.Descriptor instead.
func (*GeneratePluginsRequest) GetImage ¶ added in v0.54.0
func (x *GeneratePluginsRequest) GetImage() *v1.Image
func (*GeneratePluginsRequest) GetIncludeImports ¶ added in v1.0.0
func (x *GeneratePluginsRequest) GetIncludeImports() bool
func (*GeneratePluginsRequest) GetIncludeWellKnownTypes ¶ added in v1.0.0
func (x *GeneratePluginsRequest) GetIncludeWellKnownTypes() bool
func (*GeneratePluginsRequest) GetPlugins ¶ added in v0.54.0
func (x *GeneratePluginsRequest) GetPlugins() []*PluginReference
func (*GeneratePluginsRequest) ProtoMessage ¶ added in v0.54.0
func (*GeneratePluginsRequest) ProtoMessage()
func (*GeneratePluginsRequest) ProtoReflect ¶ added in v0.54.0
func (x *GeneratePluginsRequest) ProtoReflect() protoreflect.Message
func (*GeneratePluginsRequest) Reset ¶ added in v0.54.0
func (x *GeneratePluginsRequest) Reset()
func (*GeneratePluginsRequest) String ¶ added in v0.54.0
func (x *GeneratePluginsRequest) String() string
type GeneratePluginsResponse ¶ added in v0.54.0
type GeneratePluginsResponse struct { // Contains all the responses from the generated plugins. The order // is defined by the order of the plugins in the request. Responses []*pluginpb.CodeGeneratorResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"` // An optional array defining runtime libraries that the generated code // requires to run, as specified by the plugin author. This may contain // duplicate entries as the generation can be the result of multiple plugins, // each of which declares its own runtime library dependencies. The libraries // returned are lexicographically ordered by their name, but not deduplicated. // How to handle duplicate libraries is left to the user. RuntimeLibraries []*RuntimeLibrary `protobuf:"bytes,2,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"` // contains filtered or unexported fields }
func (*GeneratePluginsResponse) Descriptor
deprecated
added in
v0.54.0
func (*GeneratePluginsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GeneratePluginsResponse.ProtoReflect.Descriptor instead.
func (*GeneratePluginsResponse) GetResponses ¶ added in v0.54.0
func (x *GeneratePluginsResponse) GetResponses() []*pluginpb.CodeGeneratorResponse
func (*GeneratePluginsResponse) GetRuntimeLibraries ¶ added in v0.54.0
func (x *GeneratePluginsResponse) GetRuntimeLibraries() []*RuntimeLibrary
func (*GeneratePluginsResponse) ProtoMessage ¶ added in v0.54.0
func (*GeneratePluginsResponse) ProtoMessage()
func (*GeneratePluginsResponse) ProtoReflect ¶ added in v0.54.0
func (x *GeneratePluginsResponse) ProtoReflect() protoreflect.Message
func (*GeneratePluginsResponse) Reset ¶ added in v0.54.0
func (x *GeneratePluginsResponse) Reset()
func (*GeneratePluginsResponse) String ¶ added in v0.54.0
func (x *GeneratePluginsResponse) String() string
type GenerateTemplateRequest ¶ added in v0.54.0
type GenerateTemplateRequest 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"` // The owner of the template which identifies the // plugins to use with this generation. TemplateOwner string `protobuf:"bytes,2,opt,name=template_owner,json=templateOwner,proto3" json:"template_owner,omitempty"` // The name of the template which identifies the // plugins to use with this generation. TemplateName string `protobuf:"bytes,3,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"` // The template version to use to determine the // plugin versions in the template. TemplateVersion string `protobuf:"bytes,4,opt,name=template_version,json=templateVersion,proto3" json:"template_version,omitempty"` // Include imports from the Image in generation. IncludeImports bool `protobuf:"varint,5,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. IncludeWellKnownTypes bool `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GenerateTemplateRequest) Descriptor
deprecated
added in
v0.54.0
func (*GenerateTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateTemplateRequest.ProtoReflect.Descriptor instead.
func (*GenerateTemplateRequest) GetImage ¶ added in v0.54.0
func (x *GenerateTemplateRequest) GetImage() *v1.Image
func (*GenerateTemplateRequest) GetIncludeImports ¶ added in v1.0.0
func (x *GenerateTemplateRequest) GetIncludeImports() bool
func (*GenerateTemplateRequest) GetIncludeWellKnownTypes ¶ added in v1.0.0
func (x *GenerateTemplateRequest) GetIncludeWellKnownTypes() bool
func (*GenerateTemplateRequest) GetTemplateName ¶ added in v0.54.0
func (x *GenerateTemplateRequest) GetTemplateName() string
func (*GenerateTemplateRequest) GetTemplateOwner ¶ added in v0.54.0
func (x *GenerateTemplateRequest) GetTemplateOwner() string
func (*GenerateTemplateRequest) GetTemplateVersion ¶ added in v0.54.0
func (x *GenerateTemplateRequest) GetTemplateVersion() string
func (*GenerateTemplateRequest) ProtoMessage ¶ added in v0.54.0
func (*GenerateTemplateRequest) ProtoMessage()
func (*GenerateTemplateRequest) ProtoReflect ¶ added in v0.54.0
func (x *GenerateTemplateRequest) ProtoReflect() protoreflect.Message
func (*GenerateTemplateRequest) Reset ¶ added in v0.54.0
func (x *GenerateTemplateRequest) Reset()
func (*GenerateTemplateRequest) String ¶ added in v0.54.0
func (x *GenerateTemplateRequest) String() string
type GenerateTemplateResponse ¶ added in v0.54.0
type GenerateTemplateResponse struct { // files contains all the files output by the generation, // in lexicographical order. Files []*File `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"` // An optional array defining runtime libraries that the generated code // requires to run. This may contain duplicate entries as the generation // can be the result of multiple plugins, each of which declares its own // runtime library dependencies. RuntimeLibraries []*RuntimeLibrary `protobuf:"bytes,2,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"` // contains filtered or unexported fields }
func (*GenerateTemplateResponse) Descriptor
deprecated
added in
v0.54.0
func (*GenerateTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateTemplateResponse.ProtoReflect.Descriptor instead.
func (*GenerateTemplateResponse) GetFiles ¶ added in v0.54.0
func (x *GenerateTemplateResponse) GetFiles() []*File
func (*GenerateTemplateResponse) GetRuntimeLibraries ¶ added in v0.54.0
func (x *GenerateTemplateResponse) GetRuntimeLibraries() []*RuntimeLibrary
func (*GenerateTemplateResponse) ProtoMessage ¶ added in v0.54.0
func (*GenerateTemplateResponse) ProtoMessage()
func (*GenerateTemplateResponse) ProtoReflect ¶ added in v0.54.0
func (x *GenerateTemplateResponse) ProtoReflect() protoreflect.Message
func (*GenerateTemplateResponse) Reset ¶ added in v0.54.0
func (x *GenerateTemplateResponse) Reset()
func (*GenerateTemplateResponse) String ¶ added in v0.54.0
func (x *GenerateTemplateResponse) String() string
type GetCurrentUserRequest ¶
type GetCurrentUserRequest struct {
// contains filtered or unexported fields
}
func (*GetCurrentUserRequest) Descriptor
deprecated
func (*GetCurrentUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentUserRequest) ProtoMessage ¶
func (*GetCurrentUserRequest) ProtoMessage()
func (*GetCurrentUserRequest) ProtoReflect ¶
func (x *GetCurrentUserRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentUserRequest) Reset ¶
func (x *GetCurrentUserRequest) Reset()
func (*GetCurrentUserRequest) String ¶
func (x *GetCurrentUserRequest) String() string
type GetCurrentUserResponse ¶
type GetCurrentUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetCurrentUserResponse) Descriptor
deprecated
func (*GetCurrentUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentUserResponse) GetUser ¶
func (x *GetCurrentUserResponse) GetUser() *User
func (*GetCurrentUserResponse) ProtoMessage ¶
func (*GetCurrentUserResponse) ProtoMessage()
func (*GetCurrentUserResponse) ProtoReflect ¶
func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentUserResponse) Reset ¶
func (x *GetCurrentUserResponse) Reset()
func (*GetCurrentUserResponse) String ¶
func (x *GetCurrentUserResponse) String() string
type GetCurrentUserSubjectRequest ¶
type GetCurrentUserSubjectRequest struct {
// contains filtered or unexported fields
}
func (*GetCurrentUserSubjectRequest) Descriptor
deprecated
func (*GetCurrentUserSubjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserSubjectRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentUserSubjectRequest) ProtoMessage ¶
func (*GetCurrentUserSubjectRequest) ProtoMessage()
func (*GetCurrentUserSubjectRequest) ProtoReflect ¶
func (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 GetGithubAppConfigRequest ¶ added in v1.4.0
type GetGithubAppConfigRequest struct {
// contains filtered or unexported fields
}
func (*GetGithubAppConfigRequest) Descriptor
deprecated
added in
v1.4.0
func (*GetGithubAppConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGithubAppConfigRequest.ProtoReflect.Descriptor instead.
func (*GetGithubAppConfigRequest) ProtoMessage ¶ added in v1.4.0
func (*GetGithubAppConfigRequest) ProtoMessage()
func (*GetGithubAppConfigRequest) ProtoReflect ¶ added in v1.4.0
func (x *GetGithubAppConfigRequest) ProtoReflect() protoreflect.Message
func (*GetGithubAppConfigRequest) Reset ¶ added in v1.4.0
func (x *GetGithubAppConfigRequest) Reset()
func (*GetGithubAppConfigRequest) String ¶ added in v1.4.0
func (x *GetGithubAppConfigRequest) String() string
type GetGithubAppConfigResponse ¶ added in v1.4.0
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
added in
v1.4.0
func (*GetGithubAppConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGithubAppConfigResponse.ProtoReflect.Descriptor instead.
func (*GetGithubAppConfigResponse) GetAppConfig ¶ added in v1.4.0
func (x *GetGithubAppConfigResponse) GetAppConfig() *GithubAppConfig
func (*GetGithubAppConfigResponse) ProtoMessage ¶ added in v1.4.0
func (*GetGithubAppConfigResponse) ProtoMessage()
func (*GetGithubAppConfigResponse) ProtoReflect ¶ added in v1.4.0
func (x *GetGithubAppConfigResponse) ProtoReflect() protoreflect.Message
func (*GetGithubAppConfigResponse) Reset ¶ added in v1.4.0
func (x *GetGithubAppConfigResponse) Reset()
func (*GetGithubAppConfigResponse) String ¶ added in v1.4.0
func (x *GetGithubAppConfigResponse) 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"` 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 ¶ added in v1.0.0
func (x *GetImageRequest) GetExcludeImports() bool
func (*GetImageRequest) GetExcludeSourceInfo ¶ added in v1.0.0
func (x *GetImageRequest) GetExcludeSourceInfo() bool
func (*GetImageRequest) GetIncludeMask ¶ added in v1.0.0
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 ¶ added in v1.0.0
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 ¶ added in v1.0.0
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"` 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
added in
v1.0.0
func (*GetJSONSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJSONSchemaRequest.ProtoReflect.Descriptor instead.
func (*GetJSONSchemaRequest) GetOwner ¶ added in v1.0.0
func (x *GetJSONSchemaRequest) GetOwner() string
func (*GetJSONSchemaRequest) GetReference ¶ added in v1.0.0
func (x *GetJSONSchemaRequest) GetReference() string
func (*GetJSONSchemaRequest) GetRepository ¶ added in v1.0.0
func (x *GetJSONSchemaRequest) GetRepository() string
func (*GetJSONSchemaRequest) GetTypeName ¶ added in v1.0.0
func (x *GetJSONSchemaRequest) GetTypeName() string
func (*GetJSONSchemaRequest) ProtoMessage ¶ added in v1.0.0
func (*GetJSONSchemaRequest) ProtoMessage()
func (*GetJSONSchemaRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetJSONSchemaRequest) ProtoReflect() protoreflect.Message
func (*GetJSONSchemaRequest) Reset ¶ added in v1.0.0
func (x *GetJSONSchemaRequest) Reset()
func (*GetJSONSchemaRequest) String ¶ added in v1.0.0
func (x *GetJSONSchemaRequest) String() string
type GetJSONSchemaResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*GetJSONSchemaResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetJSONSchemaResponse.ProtoReflect.Descriptor instead.
func (*GetJSONSchemaResponse) GetJsonSchema ¶ added in v1.0.0
func (x *GetJSONSchemaResponse) GetJsonSchema() []byte
func (*GetJSONSchemaResponse) ProtoMessage ¶ added in v1.0.0
func (*GetJSONSchemaResponse) ProtoMessage()
func (*GetJSONSchemaResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetJSONSchemaResponse) ProtoReflect() protoreflect.Message
func (*GetJSONSchemaResponse) Reset ¶ added in v1.0.0
func (x *GetJSONSchemaResponse) Reset()
func (*GetJSONSchemaResponse) String ¶ added in v1.0.0
func (x *GetJSONSchemaResponse) 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 GetModuleDocumentationRequest ¶
type GetModuleDocumentationRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
GetModuleDocumentationRequest takes an owner, repository, and reference.
func (*GetModuleDocumentationRequest) Descriptor
deprecated
func (*GetModuleDocumentationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModuleDocumentationRequest.ProtoReflect.Descriptor instead.
func (*GetModuleDocumentationRequest) GetOwner ¶
func (x *GetModuleDocumentationRequest) GetOwner() string
func (*GetModuleDocumentationRequest) GetReference ¶
func (x *GetModuleDocumentationRequest) GetReference() string
func (*GetModuleDocumentationRequest) GetRepository ¶
func (x *GetModuleDocumentationRequest) GetRepository() string
func (*GetModuleDocumentationRequest) ProtoMessage ¶
func (*GetModuleDocumentationRequest) ProtoMessage()
func (*GetModuleDocumentationRequest) ProtoReflect ¶
func (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 ¶ added in v1.0.0
type GetModulePackagesRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
GetModulePackagesRequest takes an owner, repository, and reference.
func (*GetModulePackagesRequest) Descriptor
deprecated
added in
v1.0.0
func (*GetModulePackagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModulePackagesRequest.ProtoReflect.Descriptor instead.
func (*GetModulePackagesRequest) GetOwner ¶ added in v1.0.0
func (x *GetModulePackagesRequest) GetOwner() string
func (*GetModulePackagesRequest) GetReference ¶ added in v1.0.0
func (x *GetModulePackagesRequest) GetReference() string
func (*GetModulePackagesRequest) GetRepository ¶ added in v1.0.0
func (x *GetModulePackagesRequest) GetRepository() string
func (*GetModulePackagesRequest) ProtoMessage ¶ added in v1.0.0
func (*GetModulePackagesRequest) ProtoMessage()
func (*GetModulePackagesRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetModulePackagesRequest) ProtoReflect() protoreflect.Message
func (*GetModulePackagesRequest) Reset ¶ added in v1.0.0
func (x *GetModulePackagesRequest) Reset()
func (*GetModulePackagesRequest) String ¶ added in v1.0.0
func (x *GetModulePackagesRequest) String() string
type GetModulePackagesResponse ¶ added in v1.0.0
type GetModulePackagesResponse struct { 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
added in
v1.0.0
func (*GetModulePackagesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModulePackagesResponse.ProtoReflect.Descriptor instead.
func (*GetModulePackagesResponse) GetModulePackages ¶ added in v1.0.0
func (x *GetModulePackagesResponse) GetModulePackages() []*ModulePackage
func (*GetModulePackagesResponse) GetName ¶ added in v1.0.0
func (x *GetModulePackagesResponse) GetName() string
func (*GetModulePackagesResponse) ProtoMessage ¶ added in v1.0.0
func (*GetModulePackagesResponse) ProtoMessage()
func (*GetModulePackagesResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetModulePackagesResponse) ProtoReflect() protoreflect.Message
func (*GetModulePackagesResponse) Reset ¶ added in v1.0.0
func (x *GetModulePackagesResponse) Reset()
func (*GetModulePackagesResponse) String ¶ added in v1.0.0
func (x *GetModulePackagesResponse) String() string
type GetModulePinsRequest ¶
type GetModulePinsRequest struct { ModuleReferences []*v1alpha1.ModuleReference `protobuf:"bytes,1,rep,name=module_references,json=moduleReferences,proto3" json:"module_references,omitempty"` // current_module_pins allows for partial dependency updates by letting clients // send a request with the pins for their current module and only the // identities of the dependencies they want to update in module_references. // // When resolving, if a client supplied module pin is: // - in the transitive closure of pins resolved from the module_references, // the client supplied module pin will be an extra candidate for tie // breaking. // - NOT in the in the transitive closure of pins resolved from the // module_references, it will be returned as is. CurrentModulePins []*v1alpha1.ModulePin `protobuf:"bytes,2,rep,name=current_module_pins,json=currentModulePins,proto3" json:"current_module_pins,omitempty"` // contains filtered or unexported fields }
func (*GetModulePinsRequest) Descriptor
deprecated
func (*GetModulePinsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModulePinsRequest.ProtoReflect.Descriptor instead.
func (*GetModulePinsRequest) GetCurrentModulePins ¶
func (x *GetModulePinsRequest) GetCurrentModulePins() []*v1alpha1.ModulePin
func (*GetModulePinsRequest) GetModuleReferences ¶
func (x *GetModulePinsRequest) GetModuleReferences() []*v1alpha1.ModuleReference
func (*GetModulePinsRequest) ProtoMessage ¶
func (*GetModulePinsRequest) ProtoMessage()
func (*GetModulePinsRequest) ProtoReflect ¶
func (x *GetModulePinsRequest) ProtoReflect() protoreflect.Message
func (*GetModulePinsRequest) Reset ¶
func (x *GetModulePinsRequest) Reset()
func (*GetModulePinsRequest) String ¶
func (x *GetModulePinsRequest) String() string
type GetModulePinsResponse ¶
type GetModulePinsResponse struct { ModulePins []*v1alpha1.ModulePin `protobuf:"bytes,1,rep,name=module_pins,json=modulePins,proto3" json:"module_pins,omitempty"` // contains filtered or unexported fields }
func (*GetModulePinsResponse) Descriptor
deprecated
func (*GetModulePinsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModulePinsResponse.ProtoReflect.Descriptor instead.
func (*GetModulePinsResponse) GetModulePins ¶
func (x *GetModulePinsResponse) GetModulePins() []*v1alpha1.ModulePin
func (*GetModulePinsResponse) ProtoMessage ¶
func (*GetModulePinsResponse) ProtoMessage()
func (*GetModulePinsResponse) ProtoReflect ¶
func (x *GetModulePinsResponse) ProtoReflect() protoreflect.Message
func (*GetModulePinsResponse) Reset ¶
func (x *GetModulePinsResponse) Reset()
func (*GetModulePinsResponse) String ¶
func (x *GetModulePinsResponse) String() string
type GetOrganizationByNameRequest ¶
type GetOrganizationByNameRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationByNameRequest) Descriptor
deprecated
func (*GetOrganizationByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationByNameRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationByNameRequest) GetName ¶
func (x *GetOrganizationByNameRequest) GetName() string
func (*GetOrganizationByNameRequest) ProtoMessage ¶
func (*GetOrganizationByNameRequest) ProtoMessage()
func (*GetOrganizationByNameRequest) ProtoReflect ¶
func (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 ¶ added in v1.0.0
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
added in
v1.0.0
func (*GetOrganizationSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationSettingsRequest) GetOrganizationId ¶ added in v1.0.0
func (x *GetOrganizationSettingsRequest) GetOrganizationId() string
func (*GetOrganizationSettingsRequest) ProtoMessage ¶ added in v1.0.0
func (*GetOrganizationSettingsRequest) ProtoMessage()
func (*GetOrganizationSettingsRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationSettingsRequest) Reset ¶ added in v1.0.0
func (x *GetOrganizationSettingsRequest) Reset()
func (*GetOrganizationSettingsRequest) String ¶ added in v1.0.0
func (x *GetOrganizationSettingsRequest) String() string
type GetOrganizationSettingsResponse ¶ added in v1.0.0
type GetOrganizationSettingsResponse struct { RepositoryBaseRole RepositoryRole `` /* 166-byte string literal not displayed */ PluginBaseRole PluginRole `` /* 150-byte string literal not displayed */ TemplateBaseRole TemplateRole `` /* 158-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"` // contains filtered or unexported fields }
func (*GetOrganizationSettingsResponse) Descriptor
deprecated
added in
v1.0.0
func (*GetOrganizationSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationSettingsResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationSettingsResponse) GetMembersCount ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) GetMembersCount() uint32
func (*GetOrganizationSettingsResponse) GetPluginBaseRole ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) GetPluginBaseRole() PluginRole
func (*GetOrganizationSettingsResponse) GetRepositoryBaseRole ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) GetRepositoryBaseRole() RepositoryRole
func (*GetOrganizationSettingsResponse) GetTemplateBaseRole ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) GetTemplateBaseRole() TemplateRole
func (*GetOrganizationSettingsResponse) ProtoMessage ¶ added in v1.0.0
func (*GetOrganizationSettingsResponse) ProtoMessage()
func (*GetOrganizationSettingsResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationSettingsResponse) Reset ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) Reset()
func (*GetOrganizationSettingsResponse) String ¶ added in v1.0.0
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"` 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 GetPluginRequest ¶
type GetPluginRequest struct { // The owner of the plugin. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetPluginRequest) Descriptor
deprecated
func (*GetPluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPluginRequest.ProtoReflect.Descriptor instead.
func (*GetPluginRequest) GetName ¶
func (x *GetPluginRequest) GetName() string
func (*GetPluginRequest) GetOwner ¶
func (x *GetPluginRequest) GetOwner() string
func (*GetPluginRequest) ProtoMessage ¶
func (*GetPluginRequest) ProtoMessage()
func (*GetPluginRequest) ProtoReflect ¶
func (x *GetPluginRequest) ProtoReflect() protoreflect.Message
func (*GetPluginRequest) Reset ¶
func (x *GetPluginRequest) Reset()
func (*GetPluginRequest) String ¶
func (x *GetPluginRequest) String() string
type GetPluginResponse ¶
type GetPluginResponse struct { Plugin *Plugin `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"` // contains filtered or unexported fields }
func (*GetPluginResponse) Descriptor
deprecated
func (*GetPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPluginResponse.ProtoReflect.Descriptor instead.
func (*GetPluginResponse) GetPlugin ¶
func (x *GetPluginResponse) GetPlugin() *Plugin
func (*GetPluginResponse) ProtoMessage ¶
func (*GetPluginResponse) ProtoMessage()
func (*GetPluginResponse) ProtoReflect ¶
func (x *GetPluginResponse) ProtoReflect() protoreflect.Message
func (*GetPluginResponse) Reset ¶
func (x *GetPluginResponse) Reset()
func (*GetPluginResponse) String ¶
func (x *GetPluginResponse) String() string
type GetPluginVersionRequest ¶ added in v1.0.0
type GetPluginVersionRequest struct { // The owner of the plugin the version belongs to. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin the version belongs to. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the version. Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GetPluginVersionRequest) Descriptor
deprecated
added in
v1.0.0
func (*GetPluginVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPluginVersionRequest.ProtoReflect.Descriptor instead.
func (*GetPluginVersionRequest) GetName ¶ added in v1.0.0
func (x *GetPluginVersionRequest) GetName() string
func (*GetPluginVersionRequest) GetOwner ¶ added in v1.0.0
func (x *GetPluginVersionRequest) GetOwner() string
func (*GetPluginVersionRequest) GetVersion ¶ added in v1.0.0
func (x *GetPluginVersionRequest) GetVersion() string
func (*GetPluginVersionRequest) ProtoMessage ¶ added in v1.0.0
func (*GetPluginVersionRequest) ProtoMessage()
func (*GetPluginVersionRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetPluginVersionRequest) ProtoReflect() protoreflect.Message
func (*GetPluginVersionRequest) Reset ¶ added in v1.0.0
func (x *GetPluginVersionRequest) Reset()
func (*GetPluginVersionRequest) String ¶ added in v1.0.0
func (x *GetPluginVersionRequest) String() string
type GetPluginVersionResponse ¶ added in v1.0.0
type GetPluginVersionResponse struct { PluginVersion *PluginVersion `protobuf:"bytes,1,opt,name=plugin_version,json=pluginVersion,proto3" json:"plugin_version,omitempty"` // contains filtered or unexported fields }
func (*GetPluginVersionResponse) Descriptor
deprecated
added in
v1.0.0
func (*GetPluginVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPluginVersionResponse.ProtoReflect.Descriptor instead.
func (*GetPluginVersionResponse) GetPluginVersion ¶ added in v1.0.0
func (x *GetPluginVersionResponse) GetPluginVersion() *PluginVersion
func (*GetPluginVersionResponse) ProtoMessage ¶ added in v1.0.0
func (*GetPluginVersionResponse) ProtoMessage()
func (*GetPluginVersionResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetPluginVersionResponse) ProtoReflect() protoreflect.Message
func (*GetPluginVersionResponse) Reset ¶ added in v1.0.0
func (x *GetPluginVersionResponse) Reset()
func (*GetPluginVersionResponse) String ¶ added in v1.0.0
func (x *GetPluginVersionResponse) String() string
type GetReferenceByNameRequest ¶
type GetReferenceByNameRequest struct { // Name of the requested reference. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Owner of the repository the reference belongs to. Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` // Name of the repository the reference belongs to. RepositoryName string `protobuf:"bytes,3,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // contains filtered or unexported fields }
func (*GetReferenceByNameRequest) Descriptor
deprecated
func (*GetReferenceByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetReferenceByNameRequest.ProtoReflect.Descriptor instead.
func (*GetReferenceByNameRequest) GetName ¶
func (x *GetReferenceByNameRequest) GetName() string
func (*GetReferenceByNameRequest) GetOwner ¶
func (x *GetReferenceByNameRequest) GetOwner() string
func (*GetReferenceByNameRequest) GetRepositoryName ¶
func (x *GetReferenceByNameRequest) GetRepositoryName() string
func (*GetReferenceByNameRequest) ProtoMessage ¶
func (*GetReferenceByNameRequest) ProtoMessage()
func (*GetReferenceByNameRequest) ProtoReflect ¶
func (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 GetRepositoriesByFullNameRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*GetRepositoriesByFullNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoriesByFullNameRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoriesByFullNameRequest) GetFullNames ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameRequest) GetFullNames() []string
func (*GetRepositoriesByFullNameRequest) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoriesByFullNameRequest) ProtoMessage()
func (*GetRepositoriesByFullNameRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoriesByFullNameRequest) Reset ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameRequest) Reset()
func (*GetRepositoriesByFullNameRequest) String ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameRequest) String() string
type GetRepositoriesByFullNameResponse ¶ added in v1.0.0
type GetRepositoriesByFullNameResponse struct { Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoriesByFullNameResponse) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoriesByFullNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoriesByFullNameResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoriesByFullNameResponse) GetRepositories ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameResponse) GetRepositories() []*Repository
func (*GetRepositoriesByFullNameResponse) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoriesByFullNameResponse) ProtoMessage()
func (*GetRepositoriesByFullNameResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoriesByFullNameResponse) Reset ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameResponse) Reset()
func (*GetRepositoriesByFullNameResponse) String ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameResponse) 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 ¶ added in v1.1.0
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 repository branch belongs to. RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` // The name of the repository which the repository branch belongs to. RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // The reference that should be resolved to a commit. Can be a branch, tag or commit. Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryCommitByReferenceRequest) Descriptor
deprecated
func (*GetRepositoryCommitByReferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryCommitByReferenceRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryCommitByReferenceRequest) GetReference ¶
func (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 GetRepositoryCommitBySequenceIdRequest ¶ added in v1.0.0
type GetRepositoryCommitBySequenceIdRequest struct { // The owner of the repository which the repository branch belongs to. RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"` // The name of the repository which the repository branch belongs to. RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // The name of the repository branch which the sequence ID is relative to. RepositoryBranchName string `protobuf:"bytes,3,opt,name=repository_branch_name,json=repositoryBranchName,proto3" json:"repository_branch_name,omitempty"` // The sequence ID to look up. CommitSequenceId int64 `protobuf:"varint,4,opt,name=commit_sequence_id,json=commitSequenceId,proto3" json:"commit_sequence_id,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryCommitBySequenceIdRequest) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoryCommitBySequenceIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryCommitBySequenceIdRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryCommitBySequenceIdRequest) GetCommitSequenceId ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdRequest) GetCommitSequenceId() int64
func (*GetRepositoryCommitBySequenceIdRequest) GetRepositoryBranchName ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdRequest) GetRepositoryBranchName() string
func (*GetRepositoryCommitBySequenceIdRequest) GetRepositoryName ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdRequest) GetRepositoryName() string
func (*GetRepositoryCommitBySequenceIdRequest) GetRepositoryOwner ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdRequest) GetRepositoryOwner() string
func (*GetRepositoryCommitBySequenceIdRequest) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoryCommitBySequenceIdRequest) ProtoMessage()
func (*GetRepositoryCommitBySequenceIdRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryCommitBySequenceIdRequest) Reset ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdRequest) Reset()
func (*GetRepositoryCommitBySequenceIdRequest) String ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdRequest) String() string
type GetRepositoryCommitBySequenceIdResponse ¶ added in v1.0.0
type GetRepositoryCommitBySequenceIdResponse struct { RepositoryCommit *RepositoryCommit `protobuf:"bytes,1,opt,name=repository_commit,json=repositoryCommit,proto3" json:"repository_commit,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryCommitBySequenceIdResponse) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoryCommitBySequenceIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryCommitBySequenceIdResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryCommitBySequenceIdResponse) GetRepositoryCommit ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdResponse) GetRepositoryCommit() *RepositoryCommit
func (*GetRepositoryCommitBySequenceIdResponse) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoryCommitBySequenceIdResponse) ProtoMessage()
func (*GetRepositoryCommitBySequenceIdResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryCommitBySequenceIdResponse) Reset ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdResponse) Reset()
func (*GetRepositoryCommitBySequenceIdResponse) String ¶ added in v1.0.0
func (x *GetRepositoryCommitBySequenceIdResponse) String() string
type GetRepositoryContributorRequest ¶ added in v1.1.0
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
added in
v1.1.0
func (*GetRepositoryContributorRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryContributorRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryContributorRequest) GetRepositoryId ¶ added in v1.1.0
func (x *GetRepositoryContributorRequest) GetRepositoryId() string
func (*GetRepositoryContributorRequest) GetUserId ¶ added in v1.1.0
func (x *GetRepositoryContributorRequest) GetUserId() string
func (*GetRepositoryContributorRequest) ProtoMessage ¶ added in v1.1.0
func (*GetRepositoryContributorRequest) ProtoMessage()
func (*GetRepositoryContributorRequest) ProtoReflect ¶ added in v1.1.0
func (x *GetRepositoryContributorRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryContributorRequest) Reset ¶ added in v1.1.0
func (x *GetRepositoryContributorRequest) Reset()
func (*GetRepositoryContributorRequest) String ¶ added in v1.1.0
func (x *GetRepositoryContributorRequest) String() string
type GetRepositoryContributorResponse ¶ added in v1.1.0
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
added in
v1.1.0
func (*GetRepositoryContributorResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryContributorResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryContributorResponse) GetUser ¶ added in v1.1.0
func (x *GetRepositoryContributorResponse) GetUser() *RepositoryContributor
func (*GetRepositoryContributorResponse) ProtoMessage ¶ added in v1.1.0
func (*GetRepositoryContributorResponse) ProtoMessage()
func (*GetRepositoryContributorResponse) ProtoReflect ¶ added in v1.1.0
func (x *GetRepositoryContributorResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryContributorResponse) Reset ¶ added in v1.1.0
func (x *GetRepositoryContributorResponse) Reset()
func (*GetRepositoryContributorResponse) String ¶ added in v1.1.0
func (x *GetRepositoryContributorResponse) 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 ¶ added in v1.1.0
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 ¶ added in v1.0.0
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
added in
v1.0.0
func (*GetRepositorySettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositorySettingsRequest.ProtoReflect.Descriptor instead.
func (*GetRepositorySettingsRequest) GetRepositoryId ¶ added in v1.0.0
func (x *GetRepositorySettingsRequest) GetRepositoryId() string
func (*GetRepositorySettingsRequest) ProtoMessage ¶ added in v1.0.0
func (*GetRepositorySettingsRequest) ProtoMessage()
func (*GetRepositorySettingsRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositorySettingsRequest) ProtoReflect() protoreflect.Message
func (*GetRepositorySettingsRequest) Reset ¶ added in v1.0.0
func (x *GetRepositorySettingsRequest) Reset()
func (*GetRepositorySettingsRequest) String ¶ added in v1.0.0
func (x *GetRepositorySettingsRequest) String() string
type GetRepositorySettingsResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*GetRepositorySettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositorySettingsResponse.ProtoReflect.Descriptor instead.
func (*GetRepositorySettingsResponse) GetContributorsCount ¶ added in v1.0.0
func (x *GetRepositorySettingsResponse) GetContributorsCount() uint32
func (*GetRepositorySettingsResponse) ProtoMessage ¶ added in v1.0.0
func (*GetRepositorySettingsResponse) ProtoMessage()
func (*GetRepositorySettingsResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositorySettingsResponse) ProtoReflect() protoreflect.Message
func (*GetRepositorySettingsResponse) Reset ¶ added in v1.0.0
func (x *GetRepositorySettingsResponse) Reset()
func (*GetRepositorySettingsResponse) String ¶ added in v1.0.0
func (x *GetRepositorySettingsResponse) String() string
type GetRepositoryTrackByNameRequest ¶ added in v1.0.0
type GetRepositoryTrackByNameRequest 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"` // The name of the repository track Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryTrackByNameRequest) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoryTrackByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryTrackByNameRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryTrackByNameRequest) GetName ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameRequest) GetName() string
func (*GetRepositoryTrackByNameRequest) GetOwnerName ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameRequest) GetOwnerName() string
func (*GetRepositoryTrackByNameRequest) GetRepositoryName ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameRequest) GetRepositoryName() string
func (*GetRepositoryTrackByNameRequest) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoryTrackByNameRequest) ProtoMessage()
func (*GetRepositoryTrackByNameRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryTrackByNameRequest) Reset ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameRequest) Reset()
func (*GetRepositoryTrackByNameRequest) String ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameRequest) String() string
type GetRepositoryTrackByNameResponse ¶ added in v1.0.0
type GetRepositoryTrackByNameResponse struct { RepositoryTrack *RepositoryTrack `protobuf:"bytes,1,opt,name=repository_track,json=repositoryTrack,proto3" json:"repository_track,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryTrackByNameResponse) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoryTrackByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryTrackByNameResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryTrackByNameResponse) GetRepositoryTrack ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameResponse) GetRepositoryTrack() *RepositoryTrack
func (*GetRepositoryTrackByNameResponse) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoryTrackByNameResponse) ProtoMessage()
func (*GetRepositoryTrackByNameResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryTrackByNameResponse) Reset ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameResponse) Reset()
func (*GetRepositoryTrackByNameResponse) String ¶ added in v1.0.0
func (x *GetRepositoryTrackByNameResponse) String() string
type GetRepositoryTrackCommitByReferenceRequest ¶ added in v1.0.0
type GetRepositoryTrackCommitByReferenceRequest 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"` Track string `protobuf:"bytes,3,opt,name=track,proto3" json:"track,omitempty"` Reference string `protobuf:"bytes,4,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryTrackCommitByReferenceRequest) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoryTrackCommitByReferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryTrackCommitByReferenceRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryTrackCommitByReferenceRequest) GetReference ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceRequest) GetReference() string
func (*GetRepositoryTrackCommitByReferenceRequest) GetRepositoryName ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceRequest) GetRepositoryName() string
func (*GetRepositoryTrackCommitByReferenceRequest) GetRepositoryOwner ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceRequest) GetRepositoryOwner() string
func (*GetRepositoryTrackCommitByReferenceRequest) GetTrack ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceRequest) GetTrack() string
func (*GetRepositoryTrackCommitByReferenceRequest) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoryTrackCommitByReferenceRequest) ProtoMessage()
func (*GetRepositoryTrackCommitByReferenceRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryTrackCommitByReferenceRequest) Reset ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceRequest) Reset()
func (*GetRepositoryTrackCommitByReferenceRequest) String ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceRequest) String() string
type GetRepositoryTrackCommitByReferenceResponse ¶ added in v1.0.0
type GetRepositoryTrackCommitByReferenceResponse struct { RepositoryTrackCommit *RepositoryTrackCommit `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetRepositoryTrackCommitByReferenceResponse) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoryTrackCommitByReferenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryTrackCommitByReferenceResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryTrackCommitByReferenceResponse) GetRepositoryTrackCommit ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceResponse) GetRepositoryTrackCommit() *RepositoryTrackCommit
func (*GetRepositoryTrackCommitByReferenceResponse) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoryTrackCommitByReferenceResponse) ProtoMessage()
func (*GetRepositoryTrackCommitByReferenceResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryTrackCommitByReferenceResponse) Reset ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceResponse) Reset()
func (*GetRepositoryTrackCommitByReferenceResponse) String ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByReferenceResponse) String() string
type GetRepositoryTrackCommitByRepositoryCommitRequest ¶ added in v1.0.0
type GetRepositoryTrackCommitByRepositoryCommitRequest struct { RepositoryTrackId string `protobuf:"bytes,1,opt,name=repository_track_id,json=repositoryTrackId,proto3" json:"repository_track_id,omitempty"` RepositoryCommitId string `protobuf:"bytes,2,opt,name=repository_commit_id,json=repositoryCommitId,proto3" json:"repository_commit_id,omitempty"` // contains filtered or unexported fields }
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryTrackCommitByRepositoryCommitRequest.ProtoReflect.Descriptor instead.
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) GetRepositoryCommitId ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) GetRepositoryCommitId() string
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) GetRepositoryTrackId ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) GetRepositoryTrackId() string
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) ProtoMessage()
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) Reset ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) Reset()
func (*GetRepositoryTrackCommitByRepositoryCommitRequest) String ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitRequest) String() string
type GetRepositoryTrackCommitByRepositoryCommitResponse ¶ added in v1.0.0
type GetRepositoryTrackCommitByRepositoryCommitResponse struct { RepositoryTrackCommit *RepositoryTrackCommit `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetRepositoryTrackCommitByRepositoryCommitResponse) Descriptor
deprecated
added in
v1.0.0
func (*GetRepositoryTrackCommitByRepositoryCommitResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRepositoryTrackCommitByRepositoryCommitResponse.ProtoReflect.Descriptor instead.
func (*GetRepositoryTrackCommitByRepositoryCommitResponse) GetRepositoryTrackCommit ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitResponse) GetRepositoryTrackCommit() *RepositoryTrackCommit
func (*GetRepositoryTrackCommitByRepositoryCommitResponse) ProtoMessage ¶ added in v1.0.0
func (*GetRepositoryTrackCommitByRepositoryCommitResponse) ProtoMessage()
func (*GetRepositoryTrackCommitByRepositoryCommitResponse) ProtoReflect ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryTrackCommitByRepositoryCommitResponse) Reset ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitResponse) Reset()
func (*GetRepositoryTrackCommitByRepositoryCommitResponse) String ¶ added in v1.0.0
func (x *GetRepositoryTrackCommitByRepositoryCommitResponse) String() string
type GetSourceDirectoryInfoRequest ¶
type GetSourceDirectoryInfoRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
GetSourceDirectoryInfoRequest takes an owner, repository, and reference.
func (*GetSourceDirectoryInfoRequest) Descriptor
deprecated
func (*GetSourceDirectoryInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSourceDirectoryInfoRequest.ProtoReflect.Descriptor instead.
func (*GetSourceDirectoryInfoRequest) GetOwner ¶
func (x *GetSourceDirectoryInfoRequest) GetOwner() string
func (*GetSourceDirectoryInfoRequest) GetReference ¶
func (x *GetSourceDirectoryInfoRequest) GetReference() string
func (*GetSourceDirectoryInfoRequest) GetRepository ¶
func (x *GetSourceDirectoryInfoRequest) GetRepository() string
func (*GetSourceDirectoryInfoRequest) ProtoMessage ¶
func (*GetSourceDirectoryInfoRequest) ProtoMessage()
func (*GetSourceDirectoryInfoRequest) ProtoReflect ¶
func (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"` 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 GetTemplateRequest ¶
type GetTemplateRequest struct { // The owner of the template. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetTemplateRequest) Descriptor
deprecated
func (*GetTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateRequest.ProtoReflect.Descriptor instead.
func (*GetTemplateRequest) GetName ¶
func (x *GetTemplateRequest) GetName() string
func (*GetTemplateRequest) GetOwner ¶
func (x *GetTemplateRequest) GetOwner() string
func (*GetTemplateRequest) ProtoMessage ¶
func (*GetTemplateRequest) ProtoMessage()
func (*GetTemplateRequest) ProtoReflect ¶
func (x *GetTemplateRequest) ProtoReflect() protoreflect.Message
func (*GetTemplateRequest) Reset ¶
func (x *GetTemplateRequest) Reset()
func (*GetTemplateRequest) String ¶
func (x *GetTemplateRequest) String() string
type GetTemplateResponse ¶
type GetTemplateResponse struct { Template *Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"` // contains filtered or unexported fields }
func (*GetTemplateResponse) Descriptor
deprecated
func (*GetTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateResponse.ProtoReflect.Descriptor instead.
func (*GetTemplateResponse) GetTemplate ¶
func (x *GetTemplateResponse) GetTemplate() *Template
func (*GetTemplateResponse) ProtoMessage ¶
func (*GetTemplateResponse) ProtoMessage()
func (*GetTemplateResponse) ProtoReflect ¶
func (x *GetTemplateResponse) ProtoReflect() protoreflect.Message
func (*GetTemplateResponse) Reset ¶
func (x *GetTemplateResponse) Reset()
func (*GetTemplateResponse) String ¶
func (x *GetTemplateResponse) String() string
type GetTemplateVersionRequest ¶
type GetTemplateVersionRequest struct { // The owner of the template the version belongs to. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template the version belongs to. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the version. Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GetTemplateVersionRequest) Descriptor
deprecated
func (*GetTemplateVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateVersionRequest.ProtoReflect.Descriptor instead.
func (*GetTemplateVersionRequest) GetName ¶
func (x *GetTemplateVersionRequest) GetName() string
func (*GetTemplateVersionRequest) GetOwner ¶
func (x *GetTemplateVersionRequest) GetOwner() string
func (*GetTemplateVersionRequest) GetVersion ¶
func (x *GetTemplateVersionRequest) GetVersion() string
func (*GetTemplateVersionRequest) ProtoMessage ¶
func (*GetTemplateVersionRequest) ProtoMessage()
func (*GetTemplateVersionRequest) ProtoReflect ¶
func (x *GetTemplateVersionRequest) ProtoReflect() protoreflect.Message
func (*GetTemplateVersionRequest) Reset ¶
func (x *GetTemplateVersionRequest) Reset()
func (*GetTemplateVersionRequest) String ¶
func (x *GetTemplateVersionRequest) String() string
type GetTemplateVersionResponse ¶
type GetTemplateVersionResponse struct { TemplateVersion *TemplateVersion `protobuf:"bytes,1,opt,name=template_version,json=templateVersion,proto3" json:"template_version,omitempty"` // contains filtered or unexported fields }
func (*GetTemplateVersionResponse) Descriptor
deprecated
func (*GetTemplateVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateVersionResponse.ProtoReflect.Descriptor instead.
func (*GetTemplateVersionResponse) GetTemplateVersion ¶
func (x *GetTemplateVersionResponse) GetTemplateVersion() *TemplateVersion
func (*GetTemplateVersionResponse) ProtoMessage ¶
func (*GetTemplateVersionResponse) ProtoMessage()
func (*GetTemplateVersionResponse) ProtoReflect ¶
func (x *GetTemplateVersionResponse) ProtoReflect() protoreflect.Message
func (*GetTemplateVersionResponse) Reset ¶
func (x *GetTemplateVersionResponse) Reset()
func (*GetTemplateVersionResponse) String ¶
func (x *GetTemplateVersionResponse) String() string
type GetTokenRequest ¶
type GetTokenRequest struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*GetTokenRequest) Descriptor
deprecated
func (*GetTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenRequest.ProtoReflect.Descriptor instead.
func (*GetTokenRequest) GetTokenId ¶
func (x *GetTokenRequest) GetTokenId() string
func (*GetTokenRequest) ProtoMessage ¶
func (*GetTokenRequest) ProtoMessage()
func (*GetTokenRequest) ProtoReflect ¶
func (x *GetTokenRequest) ProtoReflect() protoreflect.Message
func (*GetTokenRequest) Reset ¶
func (x *GetTokenRequest) Reset()
func (*GetTokenRequest) String ¶
func (x *GetTokenRequest) String() string
type GetTokenResponse ¶
type GetTokenResponse struct { Token *Token `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*GetTokenResponse) Descriptor
deprecated
func (*GetTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTokenResponse.ProtoReflect.Descriptor instead.
func (*GetTokenResponse) GetToken ¶
func (x *GetTokenResponse) GetToken() *Token
func (*GetTokenResponse) ProtoMessage ¶
func (*GetTokenResponse) ProtoMessage()
func (*GetTokenResponse) ProtoReflect ¶
func (x *GetTokenResponse) ProtoReflect() protoreflect.Message
func (*GetTokenResponse) Reset ¶
func (x *GetTokenResponse) Reset()
func (*GetTokenResponse) String ¶
func (x *GetTokenResponse) String() string
type GetUserByUsernameRequest ¶
type GetUserByUsernameRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*GetUserByUsernameRequest) Descriptor
deprecated
func (*GetUserByUsernameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserByUsernameRequest.ProtoReflect.Descriptor instead.
func (*GetUserByUsernameRequest) GetUsername ¶
func (x *GetUserByUsernameRequest) GetUsername() string
func (*GetUserByUsernameRequest) ProtoMessage ¶
func (*GetUserByUsernameRequest) ProtoMessage()
func (*GetUserByUsernameRequest) ProtoReflect ¶
func (x *GetUserByUsernameRequest) ProtoReflect() protoreflect.Message
func (*GetUserByUsernameRequest) Reset ¶
func (x *GetUserByUsernameRequest) Reset()
func (*GetUserByUsernameRequest) String ¶
func (x *GetUserByUsernameRequest) String() string
type GetUserByUsernameResponse ¶
type GetUserByUsernameResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetUserByUsernameResponse) Descriptor
deprecated
func (*GetUserByUsernameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserByUsernameResponse.ProtoReflect.Descriptor instead.
func (*GetUserByUsernameResponse) GetUser ¶
func (x *GetUserByUsernameResponse) GetUser() *User
func (*GetUserByUsernameResponse) ProtoMessage ¶
func (*GetUserByUsernameResponse) ProtoMessage()
func (*GetUserByUsernameResponse) ProtoReflect ¶
func (x *GetUserByUsernameResponse) ProtoReflect() protoreflect.Message
func (*GetUserByUsernameResponse) Reset ¶
func (x *GetUserByUsernameResponse) Reset()
func (*GetUserByUsernameResponse) String ¶
func (x *GetUserByUsernameResponse) String() string
type GetUserRequest ¶
type GetUserRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetId ¶
func (x *GetUserRequest) GetId() string
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type GithubAppConfig ¶ added in v1.4.0
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
added in
v1.4.0
func (*GithubAppConfig) Descriptor() ([]byte, []int)
Deprecated: Use GithubAppConfig.ProtoReflect.Descriptor instead.
func (*GithubAppConfig) GetAppId ¶ added in v1.4.0
func (x *GithubAppConfig) GetAppId() string
func (*GithubAppConfig) ProtoMessage ¶ added in v1.4.0
func (*GithubAppConfig) ProtoMessage()
func (*GithubAppConfig) ProtoReflect ¶ added in v1.4.0
func (x *GithubAppConfig) ProtoReflect() protoreflect.Message
func (*GithubAppConfig) Reset ¶ added in v1.4.0
func (x *GithubAppConfig) Reset()
func (*GithubAppConfig) String ¶ added in v1.4.0
func (x *GithubAppConfig) String() string
type ImageMask ¶ added in v1.0.0
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 ¶ added in v1.0.0
func (ImageMask) Descriptor() protoreflect.EnumDescriptor
func (ImageMask) EnumDescriptor
deprecated
added in
v1.0.0
func (ImageMask) Number ¶ added in v1.0.0
func (x ImageMask) Number() protoreflect.EnumNumber
func (ImageMask) Type ¶ added in v1.0.0
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 ListManageablePluginRolesRequest ¶ added in v1.0.0
type ListManageablePluginRolesRequest struct { // The ID of the plugin for which to check // which roles should be displayed as manageable. PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` // contains filtered or unexported fields }
func (*ListManageablePluginRolesRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListManageablePluginRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListManageablePluginRolesRequest.ProtoReflect.Descriptor instead.
func (*ListManageablePluginRolesRequest) GetPluginId ¶ added in v1.0.0
func (x *ListManageablePluginRolesRequest) GetPluginId() string
func (*ListManageablePluginRolesRequest) ProtoMessage ¶ added in v1.0.0
func (*ListManageablePluginRolesRequest) ProtoMessage()
func (*ListManageablePluginRolesRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListManageablePluginRolesRequest) ProtoReflect() protoreflect.Message
func (*ListManageablePluginRolesRequest) Reset ¶ added in v1.0.0
func (x *ListManageablePluginRolesRequest) Reset()
func (*ListManageablePluginRolesRequest) String ¶ added in v1.0.0
func (x *ListManageablePluginRolesRequest) String() string
type ListManageablePluginRolesResponse ¶ added in v1.0.0
type ListManageablePluginRolesResponse struct { // The list of roles that should be displayed // to the user as manageable. Roles []PluginRole `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=buf.alpha.registry.v1alpha1.PluginRole" json:"roles,omitempty"` // contains filtered or unexported fields }
func (*ListManageablePluginRolesResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListManageablePluginRolesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListManageablePluginRolesResponse.ProtoReflect.Descriptor instead.
func (*ListManageablePluginRolesResponse) GetRoles ¶ added in v1.0.0
func (x *ListManageablePluginRolesResponse) GetRoles() []PluginRole
func (*ListManageablePluginRolesResponse) ProtoMessage ¶ added in v1.0.0
func (*ListManageablePluginRolesResponse) ProtoMessage()
func (*ListManageablePluginRolesResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListManageablePluginRolesResponse) ProtoReflect() protoreflect.Message
func (*ListManageablePluginRolesResponse) Reset ¶ added in v1.0.0
func (x *ListManageablePluginRolesResponse) Reset()
func (*ListManageablePluginRolesResponse) String ¶ added in v1.0.0
func (x *ListManageablePluginRolesResponse) String() string
type ListManageableRepositoryRolesRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*ListManageableRepositoryRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableRepositoryRolesRequest.ProtoReflect.Descriptor instead.
func (*ListManageableRepositoryRolesRequest) GetRepositoryId ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesRequest) GetRepositoryId() string
func (*ListManageableRepositoryRolesRequest) ProtoMessage ¶ added in v1.0.0
func (*ListManageableRepositoryRolesRequest) ProtoMessage()
func (*ListManageableRepositoryRolesRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesRequest) ProtoReflect() protoreflect.Message
func (*ListManageableRepositoryRolesRequest) Reset ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesRequest) Reset()
func (*ListManageableRepositoryRolesRequest) String ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesRequest) String() string
type ListManageableRepositoryRolesResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*ListManageableRepositoryRolesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableRepositoryRolesResponse.ProtoReflect.Descriptor instead.
func (*ListManageableRepositoryRolesResponse) GetRoles ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesResponse) GetRoles() []RepositoryRole
func (*ListManageableRepositoryRolesResponse) ProtoMessage ¶ added in v1.0.0
func (*ListManageableRepositoryRolesResponse) ProtoMessage()
func (*ListManageableRepositoryRolesResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesResponse) ProtoReflect() protoreflect.Message
func (*ListManageableRepositoryRolesResponse) Reset ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesResponse) Reset()
func (*ListManageableRepositoryRolesResponse) String ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesResponse) String() string
type ListManageableTemplateRolesRequest ¶ added in v1.0.0
type ListManageableTemplateRolesRequest struct { // The ID of the template for which to check // which roles should be displayed as manageable. TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // contains filtered or unexported fields }
func (*ListManageableTemplateRolesRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListManageableTemplateRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableTemplateRolesRequest.ProtoReflect.Descriptor instead.
func (*ListManageableTemplateRolesRequest) GetTemplateId ¶ added in v1.0.0
func (x *ListManageableTemplateRolesRequest) GetTemplateId() string
func (*ListManageableTemplateRolesRequest) ProtoMessage ¶ added in v1.0.0
func (*ListManageableTemplateRolesRequest) ProtoMessage()
func (*ListManageableTemplateRolesRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableTemplateRolesRequest) ProtoReflect() protoreflect.Message
func (*ListManageableTemplateRolesRequest) Reset ¶ added in v1.0.0
func (x *ListManageableTemplateRolesRequest) Reset()
func (*ListManageableTemplateRolesRequest) String ¶ added in v1.0.0
func (x *ListManageableTemplateRolesRequest) String() string
type ListManageableTemplateRolesResponse ¶ added in v1.0.0
type ListManageableTemplateRolesResponse struct { // The list of roles that should be displayed // to the user as manageable. Roles []TemplateRole `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=buf.alpha.registry.v1alpha1.TemplateRole" json:"roles,omitempty"` // contains filtered or unexported fields }
func (*ListManageableTemplateRolesResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListManageableTemplateRolesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableTemplateRolesResponse.ProtoReflect.Descriptor instead.
func (*ListManageableTemplateRolesResponse) GetRoles ¶ added in v1.0.0
func (x *ListManageableTemplateRolesResponse) GetRoles() []TemplateRole
func (*ListManageableTemplateRolesResponse) ProtoMessage ¶ added in v1.0.0
func (*ListManageableTemplateRolesResponse) ProtoMessage()
func (*ListManageableTemplateRolesResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableTemplateRolesResponse) ProtoReflect() protoreflect.Message
func (*ListManageableTemplateRolesResponse) Reset ¶ added in v1.0.0
func (x *ListManageableTemplateRolesResponse) Reset()
func (*ListManageableTemplateRolesResponse) String ¶ added in v1.0.0
func (x *ListManageableTemplateRolesResponse) String() string
type ListManageableUserPluginRolesRequest ¶ added in v1.0.0
type ListManageableUserPluginRolesRequest struct { // The ID of the plugin for which to check // which roles should be displayed as manageable. PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_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 (*ListManageableUserPluginRolesRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListManageableUserPluginRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableUserPluginRolesRequest.ProtoReflect.Descriptor instead.
func (*ListManageableUserPluginRolesRequest) GetPluginId ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesRequest) GetPluginId() string
func (*ListManageableUserPluginRolesRequest) GetUserId ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesRequest) GetUserId() string
func (*ListManageableUserPluginRolesRequest) ProtoMessage ¶ added in v1.0.0
func (*ListManageableUserPluginRolesRequest) ProtoMessage()
func (*ListManageableUserPluginRolesRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesRequest) ProtoReflect() protoreflect.Message
func (*ListManageableUserPluginRolesRequest) Reset ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesRequest) Reset()
func (*ListManageableUserPluginRolesRequest) String ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesRequest) String() string
type ListManageableUserPluginRolesResponse ¶ added in v1.0.0
type ListManageableUserPluginRolesResponse struct { // The list of roles that should be displayed // to the user as manageable. Roles []PluginRole `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=buf.alpha.registry.v1alpha1.PluginRole" json:"roles,omitempty"` // contains filtered or unexported fields }
func (*ListManageableUserPluginRolesResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListManageableUserPluginRolesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableUserPluginRolesResponse.ProtoReflect.Descriptor instead.
func (*ListManageableUserPluginRolesResponse) GetRoles ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesResponse) GetRoles() []PluginRole
func (*ListManageableUserPluginRolesResponse) ProtoMessage ¶ added in v1.0.0
func (*ListManageableUserPluginRolesResponse) ProtoMessage()
func (*ListManageableUserPluginRolesResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesResponse) ProtoReflect() protoreflect.Message
func (*ListManageableUserPluginRolesResponse) Reset ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesResponse) Reset()
func (*ListManageableUserPluginRolesResponse) String ¶ added in v1.0.0
func (x *ListManageableUserPluginRolesResponse) String() string
type ListManageableUserRepositoryRolesRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*ListManageableUserRepositoryRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableUserRepositoryRolesRequest.ProtoReflect.Descriptor instead.
func (*ListManageableUserRepositoryRolesRequest) GetRepositoryId ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesRequest) GetRepositoryId() string
func (*ListManageableUserRepositoryRolesRequest) GetUserId ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesRequest) GetUserId() string
func (*ListManageableUserRepositoryRolesRequest) ProtoMessage ¶ added in v1.0.0
func (*ListManageableUserRepositoryRolesRequest) ProtoMessage()
func (*ListManageableUserRepositoryRolesRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesRequest) ProtoReflect() protoreflect.Message
func (*ListManageableUserRepositoryRolesRequest) Reset ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesRequest) Reset()
func (*ListManageableUserRepositoryRolesRequest) String ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesRequest) String() string
type ListManageableUserRepositoryRolesResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*ListManageableUserRepositoryRolesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableUserRepositoryRolesResponse.ProtoReflect.Descriptor instead.
func (*ListManageableUserRepositoryRolesResponse) GetRoles ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesResponse) GetRoles() []RepositoryRole
func (*ListManageableUserRepositoryRolesResponse) ProtoMessage ¶ added in v1.0.0
func (*ListManageableUserRepositoryRolesResponse) ProtoMessage()
func (*ListManageableUserRepositoryRolesResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesResponse) ProtoReflect() protoreflect.Message
func (*ListManageableUserRepositoryRolesResponse) Reset ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesResponse) Reset()
func (*ListManageableUserRepositoryRolesResponse) String ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesResponse) String() string
type ListManageableUserTemplateRolesRequest ¶ added in v1.0.0
type ListManageableUserTemplateRolesRequest struct { // The ID of the template for which to check // which roles should be displayed as manageable. TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_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 (*ListManageableUserTemplateRolesRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListManageableUserTemplateRolesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableUserTemplateRolesRequest.ProtoReflect.Descriptor instead.
func (*ListManageableUserTemplateRolesRequest) GetTemplateId ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesRequest) GetTemplateId() string
func (*ListManageableUserTemplateRolesRequest) GetUserId ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesRequest) GetUserId() string
func (*ListManageableUserTemplateRolesRequest) ProtoMessage ¶ added in v1.0.0
func (*ListManageableUserTemplateRolesRequest) ProtoMessage()
func (*ListManageableUserTemplateRolesRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesRequest) ProtoReflect() protoreflect.Message
func (*ListManageableUserTemplateRolesRequest) Reset ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesRequest) Reset()
func (*ListManageableUserTemplateRolesRequest) String ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesRequest) String() string
type ListManageableUserTemplateRolesResponse ¶ added in v1.0.0
type ListManageableUserTemplateRolesResponse struct { // The list of roles that should be displayed // to the user as manageable. Roles []TemplateRole `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=buf.alpha.registry.v1alpha1.TemplateRole" json:"roles,omitempty"` // contains filtered or unexported fields }
func (*ListManageableUserTemplateRolesResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListManageableUserTemplateRolesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListManageableUserTemplateRolesResponse.ProtoReflect.Descriptor instead.
func (*ListManageableUserTemplateRolesResponse) GetRoles ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesResponse) GetRoles() []TemplateRole
func (*ListManageableUserTemplateRolesResponse) ProtoMessage ¶ added in v1.0.0
func (*ListManageableUserTemplateRolesResponse) ProtoMessage()
func (*ListManageableUserTemplateRolesResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesResponse) ProtoReflect() protoreflect.Message
func (*ListManageableUserTemplateRolesResponse) Reset ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesResponse) Reset()
func (*ListManageableUserTemplateRolesResponse) String ¶ added in v1.0.0
func (x *ListManageableUserTemplateRolesResponse) String() string
type ListOrganizationPluginsRequest ¶
type ListOrganizationPluginsRequest struct { // The organization to list plugins for. Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationPluginsRequest) Descriptor
deprecated
func (*ListOrganizationPluginsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationPluginsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationPluginsRequest) GetOrganization ¶
func (x *ListOrganizationPluginsRequest) GetOrganization() string
func (*ListOrganizationPluginsRequest) GetPageSize ¶
func (x *ListOrganizationPluginsRequest) GetPageSize() uint32
func (*ListOrganizationPluginsRequest) GetPageToken ¶
func (x *ListOrganizationPluginsRequest) GetPageToken() string
func (*ListOrganizationPluginsRequest) GetReverse ¶
func (x *ListOrganizationPluginsRequest) GetReverse() bool
func (*ListOrganizationPluginsRequest) ProtoMessage ¶
func (*ListOrganizationPluginsRequest) ProtoMessage()
func (*ListOrganizationPluginsRequest) ProtoReflect ¶
func (x *ListOrganizationPluginsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationPluginsRequest) Reset ¶
func (x *ListOrganizationPluginsRequest) Reset()
func (*ListOrganizationPluginsRequest) String ¶
func (x *ListOrganizationPluginsRequest) String() string
type ListOrganizationPluginsResponse ¶
type ListOrganizationPluginsResponse struct { Plugins []*Plugin `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationPluginsResponse) Descriptor
deprecated
func (*ListOrganizationPluginsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationPluginsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationPluginsResponse) GetNextPageToken ¶
func (x *ListOrganizationPluginsResponse) GetNextPageToken() string
func (*ListOrganizationPluginsResponse) GetPlugins ¶
func (x *ListOrganizationPluginsResponse) GetPlugins() []*Plugin
func (*ListOrganizationPluginsResponse) ProtoMessage ¶
func (*ListOrganizationPluginsResponse) ProtoMessage()
func (*ListOrganizationPluginsResponse) ProtoReflect ¶
func (x *ListOrganizationPluginsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationPluginsResponse) Reset ¶
func (x *ListOrganizationPluginsResponse) Reset()
func (*ListOrganizationPluginsResponse) String ¶
func (x *ListOrganizationPluginsResponse) 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 ListOrganizationTemplatesRequest ¶
type ListOrganizationTemplatesRequest struct { // The organization of the templates to list for. Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationTemplatesRequest) Descriptor
deprecated
func (*ListOrganizationTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationTemplatesRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationTemplatesRequest) GetOrganization ¶
func (x *ListOrganizationTemplatesRequest) GetOrganization() string
func (*ListOrganizationTemplatesRequest) GetPageSize ¶
func (x *ListOrganizationTemplatesRequest) GetPageSize() uint32
func (*ListOrganizationTemplatesRequest) GetPageToken ¶
func (x *ListOrganizationTemplatesRequest) GetPageToken() string
func (*ListOrganizationTemplatesRequest) GetReverse ¶
func (x *ListOrganizationTemplatesRequest) GetReverse() bool
func (*ListOrganizationTemplatesRequest) ProtoMessage ¶
func (*ListOrganizationTemplatesRequest) ProtoMessage()
func (*ListOrganizationTemplatesRequest) ProtoReflect ¶
func (x *ListOrganizationTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationTemplatesRequest) Reset ¶
func (x *ListOrganizationTemplatesRequest) Reset()
func (*ListOrganizationTemplatesRequest) String ¶
func (x *ListOrganizationTemplatesRequest) String() string
type ListOrganizationTemplatesResponse ¶
type ListOrganizationTemplatesResponse struct { Templates []*Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationTemplatesResponse) Descriptor
deprecated
func (*ListOrganizationTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationTemplatesResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationTemplatesResponse) GetNextPageToken ¶
func (x *ListOrganizationTemplatesResponse) GetNextPageToken() string
func (*ListOrganizationTemplatesResponse) GetTemplates ¶
func (x *ListOrganizationTemplatesResponse) GetTemplates() []*Template
func (*ListOrganizationTemplatesResponse) ProtoMessage ¶
func (*ListOrganizationTemplatesResponse) ProtoMessage()
func (*ListOrganizationTemplatesResponse) ProtoReflect ¶
func (x *ListOrganizationTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationTemplatesResponse) Reset ¶
func (x *ListOrganizationTemplatesResponse) Reset()
func (*ListOrganizationTemplatesResponse) String ¶
func (x *ListOrganizationTemplatesResponse) 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 ListPluginContributorsRequest ¶ added in v1.0.0
type ListPluginContributorsRequest struct { PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_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 (*ListPluginContributorsRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListPluginContributorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPluginContributorsRequest.ProtoReflect.Descriptor instead.
func (*ListPluginContributorsRequest) GetPageSize ¶ added in v1.0.0
func (x *ListPluginContributorsRequest) GetPageSize() uint32
func (*ListPluginContributorsRequest) GetPageToken ¶ added in v1.0.0
func (x *ListPluginContributorsRequest) GetPageToken() string
func (*ListPluginContributorsRequest) GetPluginId ¶ added in v1.0.0
func (x *ListPluginContributorsRequest) GetPluginId() string
func (*ListPluginContributorsRequest) GetReverse ¶ added in v1.0.0
func (x *ListPluginContributorsRequest) GetReverse() bool
func (*ListPluginContributorsRequest) ProtoMessage ¶ added in v1.0.0
func (*ListPluginContributorsRequest) ProtoMessage()
func (*ListPluginContributorsRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListPluginContributorsRequest) ProtoReflect() protoreflect.Message
func (*ListPluginContributorsRequest) Reset ¶ added in v1.0.0
func (x *ListPluginContributorsRequest) Reset()
func (*ListPluginContributorsRequest) String ¶ added in v1.0.0
func (x *ListPluginContributorsRequest) String() string
type ListPluginContributorsResponse ¶ added in v1.0.0
type ListPluginContributorsResponse struct { Users []*PluginContributor `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 (*ListPluginContributorsResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListPluginContributorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPluginContributorsResponse.ProtoReflect.Descriptor instead.
func (*ListPluginContributorsResponse) GetNextPageToken ¶ added in v1.0.0
func (x *ListPluginContributorsResponse) GetNextPageToken() string
func (*ListPluginContributorsResponse) GetUsers ¶ added in v1.0.0
func (x *ListPluginContributorsResponse) GetUsers() []*PluginContributor
func (*ListPluginContributorsResponse) ProtoMessage ¶ added in v1.0.0
func (*ListPluginContributorsResponse) ProtoMessage()
func (*ListPluginContributorsResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListPluginContributorsResponse) ProtoReflect() protoreflect.Message
func (*ListPluginContributorsResponse) Reset ¶ added in v1.0.0
func (x *ListPluginContributorsResponse) Reset()
func (*ListPluginContributorsResponse) String ¶ added in v1.0.0
func (x *ListPluginContributorsResponse) String() string
type ListPluginVersionsRequest ¶
type ListPluginVersionsRequest struct { // The owner of the plugin to list versions for. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin to list versions for. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The number of items to return. PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,5,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListPluginVersionsRequest) Descriptor
deprecated
func (*ListPluginVersionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPluginVersionsRequest.ProtoReflect.Descriptor instead.
func (*ListPluginVersionsRequest) GetName ¶
func (x *ListPluginVersionsRequest) GetName() string
func (*ListPluginVersionsRequest) GetOwner ¶
func (x *ListPluginVersionsRequest) GetOwner() string
func (*ListPluginVersionsRequest) GetPageSize ¶
func (x *ListPluginVersionsRequest) GetPageSize() uint32
func (*ListPluginVersionsRequest) GetPageToken ¶
func (x *ListPluginVersionsRequest) GetPageToken() string
func (*ListPluginVersionsRequest) GetReverse ¶
func (x *ListPluginVersionsRequest) GetReverse() bool
func (*ListPluginVersionsRequest) ProtoMessage ¶
func (*ListPluginVersionsRequest) ProtoMessage()
func (*ListPluginVersionsRequest) ProtoReflect ¶
func (x *ListPluginVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListPluginVersionsRequest) Reset ¶
func (x *ListPluginVersionsRequest) Reset()
func (*ListPluginVersionsRequest) String ¶
func (x *ListPluginVersionsRequest) String() string
type ListPluginVersionsResponse ¶
type ListPluginVersionsResponse struct { PluginVersions []*PluginVersion `protobuf:"bytes,1,rep,name=plugin_versions,json=pluginVersions,proto3" json:"plugin_versions,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListPluginVersionsResponse) Descriptor
deprecated
func (*ListPluginVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPluginVersionsResponse.ProtoReflect.Descriptor instead.
func (*ListPluginVersionsResponse) GetNextPageToken ¶
func (x *ListPluginVersionsResponse) GetNextPageToken() string
func (*ListPluginVersionsResponse) GetPluginVersions ¶
func (x *ListPluginVersionsResponse) GetPluginVersions() []*PluginVersion
func (*ListPluginVersionsResponse) ProtoMessage ¶
func (*ListPluginVersionsResponse) ProtoMessage()
func (*ListPluginVersionsResponse) ProtoReflect ¶
func (x *ListPluginVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListPluginVersionsResponse) Reset ¶
func (x *ListPluginVersionsResponse) Reset()
func (*ListPluginVersionsResponse) String ¶
func (x *ListPluginVersionsResponse) String() string
type ListPluginsRequest ¶
type ListPluginsRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListPluginsRequest) Descriptor
deprecated
func (*ListPluginsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPluginsRequest.ProtoReflect.Descriptor instead.
func (*ListPluginsRequest) GetPageSize ¶
func (x *ListPluginsRequest) GetPageSize() uint32
func (*ListPluginsRequest) GetPageToken ¶
func (x *ListPluginsRequest) GetPageToken() string
func (*ListPluginsRequest) GetReverse ¶
func (x *ListPluginsRequest) GetReverse() bool
func (*ListPluginsRequest) ProtoMessage ¶
func (*ListPluginsRequest) ProtoMessage()
func (*ListPluginsRequest) ProtoReflect ¶
func (x *ListPluginsRequest) ProtoReflect() protoreflect.Message
func (*ListPluginsRequest) Reset ¶
func (x *ListPluginsRequest) Reset()
func (*ListPluginsRequest) String ¶
func (x *ListPluginsRequest) String() string
type ListPluginsResponse ¶
type ListPluginsResponse struct { Plugins []*Plugin `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListPluginsResponse) Descriptor
deprecated
func (*ListPluginsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPluginsResponse.ProtoReflect.Descriptor instead.
func (*ListPluginsResponse) GetNextPageToken ¶
func (x *ListPluginsResponse) GetNextPageToken() string
func (*ListPluginsResponse) GetPlugins ¶
func (x *ListPluginsResponse) GetPlugins() []*Plugin
func (*ListPluginsResponse) ProtoMessage ¶
func (*ListPluginsResponse) ProtoMessage()
func (*ListPluginsResponse) ProtoReflect ¶
func (x *ListPluginsResponse) ProtoReflect() protoreflect.Message
func (*ListPluginsResponse) Reset ¶
func (x *ListPluginsResponse) Reset()
func (*ListPluginsResponse) String ¶
func (x *ListPluginsResponse) String() string
type ListRecommendedRepositoriesRequest ¶ added in v1.0.0
type ListRecommendedRepositoriesRequest struct {
// contains filtered or unexported fields
}
func (*ListRecommendedRepositoriesRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListRecommendedRepositoriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRecommendedRepositoriesRequest.ProtoReflect.Descriptor instead.
func (*ListRecommendedRepositoriesRequest) ProtoMessage ¶ added in v1.0.0
func (*ListRecommendedRepositoriesRequest) ProtoMessage()
func (*ListRecommendedRepositoriesRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListRecommendedRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*ListRecommendedRepositoriesRequest) Reset ¶ added in v1.0.0
func (x *ListRecommendedRepositoriesRequest) Reset()
func (*ListRecommendedRepositoriesRequest) String ¶ added in v1.0.0
func (x *ListRecommendedRepositoriesRequest) String() string
type ListRecommendedRepositoriesResponse ¶ added in v1.0.0
type ListRecommendedRepositoriesResponse struct { Repositories []*RecommendedRepository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // contains filtered or unexported fields }
func (*ListRecommendedRepositoriesResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListRecommendedRepositoriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRecommendedRepositoriesResponse.ProtoReflect.Descriptor instead.
func (*ListRecommendedRepositoriesResponse) GetRepositories ¶ added in v1.0.0
func (x *ListRecommendedRepositoriesResponse) GetRepositories() []*RecommendedRepository
func (*ListRecommendedRepositoriesResponse) ProtoMessage ¶ added in v1.0.0
func (*ListRecommendedRepositoriesResponse) ProtoMessage()
func (*ListRecommendedRepositoriesResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListRecommendedRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*ListRecommendedRepositoriesResponse) Reset ¶ added in v1.0.0
func (x *ListRecommendedRepositoriesResponse) Reset()
func (*ListRecommendedRepositoriesResponse) String ¶ added in v1.0.0
func (x *ListRecommendedRepositoriesResponse) String() string
type ListRecommendedTemplatesRequest ¶ added in v1.0.0
type ListRecommendedTemplatesRequest struct {
// contains filtered or unexported fields
}
func (*ListRecommendedTemplatesRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListRecommendedTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRecommendedTemplatesRequest.ProtoReflect.Descriptor instead.
func (*ListRecommendedTemplatesRequest) ProtoMessage ¶ added in v1.0.0
func (*ListRecommendedTemplatesRequest) ProtoMessage()
func (*ListRecommendedTemplatesRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListRecommendedTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListRecommendedTemplatesRequest) Reset ¶ added in v1.0.0
func (x *ListRecommendedTemplatesRequest) Reset()
func (*ListRecommendedTemplatesRequest) String ¶ added in v1.0.0
func (x *ListRecommendedTemplatesRequest) String() string
type ListRecommendedTemplatesResponse ¶ added in v1.0.0
type ListRecommendedTemplatesResponse struct { Templates []*RecommendedTemplate `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` // contains filtered or unexported fields }
func (*ListRecommendedTemplatesResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListRecommendedTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRecommendedTemplatesResponse.ProtoReflect.Descriptor instead.
func (*ListRecommendedTemplatesResponse) GetTemplates ¶ added in v1.0.0
func (x *ListRecommendedTemplatesResponse) GetTemplates() []*RecommendedTemplate
func (*ListRecommendedTemplatesResponse) ProtoMessage ¶ added in v1.0.0
func (*ListRecommendedTemplatesResponse) ProtoMessage()
func (*ListRecommendedTemplatesResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListRecommendedTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListRecommendedTemplatesResponse) Reset ¶ added in v1.0.0
func (x *ListRecommendedTemplatesResponse) Reset()
func (*ListRecommendedTemplatesResponse) String ¶ added in v1.0.0
func (x *ListRecommendedTemplatesResponse) 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 ListRepositoryBranchesRequest ¶
type ListRepositoryBranchesRequest struct { // The ID of the repository whose branches should be listed. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryBranchesRequest) Descriptor
deprecated
func (*ListRepositoryBranchesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryBranchesRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryBranchesRequest) GetPageSize ¶
func (x *ListRepositoryBranchesRequest) GetPageSize() uint32
func (*ListRepositoryBranchesRequest) GetPageToken ¶
func (x *ListRepositoryBranchesRequest) GetPageToken() string
func (*ListRepositoryBranchesRequest) GetRepositoryId ¶
func (x *ListRepositoryBranchesRequest) GetRepositoryId() string
func (*ListRepositoryBranchesRequest) GetReverse ¶
func (x *ListRepositoryBranchesRequest) GetReverse() bool
func (*ListRepositoryBranchesRequest) ProtoMessage ¶
func (*ListRepositoryBranchesRequest) ProtoMessage()
func (*ListRepositoryBranchesRequest) ProtoReflect ¶
func (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 reference used to resolve repository commits. Can be a track, tag or commit. Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` PageSize uint32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,6,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryCommitsByReferenceRequest) Descriptor
deprecated
func (*ListRepositoryCommitsByReferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryCommitsByReferenceRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryCommitsByReferenceRequest) GetPageSize ¶
func (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 ListRepositoryCommitsOnTrackRequest ¶ added in v1.1.1
type ListRepositoryCommitsOnTrackRequest 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 name of the track which to list commits from. RepositoryTrackName string `protobuf:"bytes,3,opt,name=repository_track_name,json=repositoryTrackName,proto3" json:"repository_track_name,omitempty"` // The reference used to resolve track commits. Can be a track, tag or commit name. // Commits will be returned starting at reference. // Using a track as a reference will return results if the reference track head // is in the queried track's history. // Returns the entire commit history of the track when reference is empty. Reference string `protobuf:"bytes,4,opt,name=reference,proto3" json:"reference,omitempty"` PageSize uint32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,7,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryCommitsOnTrackRequest) Descriptor
deprecated
added in
v1.1.1
func (*ListRepositoryCommitsOnTrackRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryCommitsOnTrackRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryCommitsOnTrackRequest) GetPageSize ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) GetPageSize() uint32
func (*ListRepositoryCommitsOnTrackRequest) GetPageToken ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) GetPageToken() string
func (*ListRepositoryCommitsOnTrackRequest) GetReference ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) GetReference() string
func (*ListRepositoryCommitsOnTrackRequest) GetRepositoryName ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) GetRepositoryName() string
func (*ListRepositoryCommitsOnTrackRequest) GetRepositoryOwner ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) GetRepositoryOwner() string
func (*ListRepositoryCommitsOnTrackRequest) GetRepositoryTrackName ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) GetRepositoryTrackName() string
func (*ListRepositoryCommitsOnTrackRequest) GetReverse ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) GetReverse() bool
func (*ListRepositoryCommitsOnTrackRequest) ProtoMessage ¶ added in v1.1.1
func (*ListRepositoryCommitsOnTrackRequest) ProtoMessage()
func (*ListRepositoryCommitsOnTrackRequest) ProtoReflect ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryCommitsOnTrackRequest) Reset ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) Reset()
func (*ListRepositoryCommitsOnTrackRequest) String ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackRequest) String() string
type ListRepositoryCommitsOnTrackResponse ¶ added in v1.1.1
type ListRepositoryCommitsOnTrackResponse 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 (*ListRepositoryCommitsOnTrackResponse) Descriptor
deprecated
added in
v1.1.1
func (*ListRepositoryCommitsOnTrackResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryCommitsOnTrackResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryCommitsOnTrackResponse) GetNextPageToken ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackResponse) GetNextPageToken() string
func (*ListRepositoryCommitsOnTrackResponse) GetRepositoryCommits ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackResponse) GetRepositoryCommits() []*RepositoryCommit
func (*ListRepositoryCommitsOnTrackResponse) ProtoMessage ¶ added in v1.1.1
func (*ListRepositoryCommitsOnTrackResponse) ProtoMessage()
func (*ListRepositoryCommitsOnTrackResponse) ProtoReflect ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryCommitsOnTrackResponse) Reset ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackResponse) Reset()
func (*ListRepositoryCommitsOnTrackResponse) String ¶ added in v1.1.1
func (x *ListRepositoryCommitsOnTrackResponse) String() string
type ListRepositoryContributorsRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*ListRepositoryContributorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryContributorsRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryContributorsRequest) GetPageSize ¶ added in v1.0.0
func (x *ListRepositoryContributorsRequest) GetPageSize() uint32
func (*ListRepositoryContributorsRequest) GetPageToken ¶ added in v1.0.0
func (x *ListRepositoryContributorsRequest) GetPageToken() string
func (*ListRepositoryContributorsRequest) GetRepositoryId ¶ added in v1.0.0
func (x *ListRepositoryContributorsRequest) GetRepositoryId() string
func (*ListRepositoryContributorsRequest) GetReverse ¶ added in v1.0.0
func (x *ListRepositoryContributorsRequest) GetReverse() bool
func (*ListRepositoryContributorsRequest) ProtoMessage ¶ added in v1.0.0
func (*ListRepositoryContributorsRequest) ProtoMessage()
func (*ListRepositoryContributorsRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListRepositoryContributorsRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryContributorsRequest) Reset ¶ added in v1.0.0
func (x *ListRepositoryContributorsRequest) Reset()
func (*ListRepositoryContributorsRequest) String ¶ added in v1.0.0
func (x *ListRepositoryContributorsRequest) String() string
type ListRepositoryContributorsResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*ListRepositoryContributorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryContributorsResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryContributorsResponse) GetNextPageToken ¶ added in v1.0.0
func (x *ListRepositoryContributorsResponse) GetNextPageToken() string
func (*ListRepositoryContributorsResponse) GetUsers ¶ added in v1.0.0
func (x *ListRepositoryContributorsResponse) GetUsers() []*RepositoryContributor
func (*ListRepositoryContributorsResponse) ProtoMessage ¶ added in v1.0.0
func (*ListRepositoryContributorsResponse) ProtoMessage()
func (*ListRepositoryContributorsResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListRepositoryContributorsResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryContributorsResponse) Reset ¶ added in v1.0.0
func (x *ListRepositoryContributorsResponse) Reset()
func (*ListRepositoryContributorsResponse) String ¶ added in v1.0.0
func (x *ListRepositoryContributorsResponse) 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 ListRepositoryTrackCommitsByRepositoryTrackRequest ¶ added in v1.0.0
type ListRepositoryTrackCommitsByRepositoryTrackRequest struct { RepositoryTrackId string `protobuf:"bytes,1,opt,name=repository_track_id,json=repositoryTrackId,proto3" json:"repository_track_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTrackCommitsByRepositoryTrackRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) GetPageSize ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) GetPageSize() uint32
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) GetPageToken ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) GetPageToken() string
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) GetRepositoryTrackId ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) GetRepositoryTrackId() string
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) GetReverse ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) GetReverse() bool
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) ProtoMessage ¶ added in v1.0.0
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) ProtoMessage()
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) Reset ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) Reset()
func (*ListRepositoryTrackCommitsByRepositoryTrackRequest) String ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackRequest) String() string
type ListRepositoryTrackCommitsByRepositoryTrackResponse ¶ added in v1.0.0
type ListRepositoryTrackCommitsByRepositoryTrackResponse struct { RepositoryTrackCommits []*RepositoryTrackCommit `` /* 129-byte string literal not displayed */ NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTrackCommitsByRepositoryTrackResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) GetNextPageToken ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) GetNextPageToken() string
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) GetRepositoryTrackCommits ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) GetRepositoryTrackCommits() []*RepositoryTrackCommit
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) ProtoMessage ¶ added in v1.0.0
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) ProtoMessage()
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) Reset ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) Reset()
func (*ListRepositoryTrackCommitsByRepositoryTrackResponse) String ¶ added in v1.0.0
func (x *ListRepositoryTrackCommitsByRepositoryTrackResponse) String() string
type ListRepositoryTracksByRepositoryCommitRequest ¶ added in v1.1.1
type ListRepositoryTracksByRepositoryCommitRequest struct { // The ID of the repository where these tracks reside. RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // The commit (name) to list tracks for. Commit string `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,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 (*ListRepositoryTracksByRepositoryCommitRequest) Descriptor
deprecated
added in
v1.1.1
func (*ListRepositoryTracksByRepositoryCommitRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTracksByRepositoryCommitRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryTracksByRepositoryCommitRequest) GetCommit ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitRequest) GetCommit() string
func (*ListRepositoryTracksByRepositoryCommitRequest) GetPageSize ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitRequest) GetPageSize() uint32
func (*ListRepositoryTracksByRepositoryCommitRequest) GetPageToken ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitRequest) GetPageToken() string
func (*ListRepositoryTracksByRepositoryCommitRequest) GetRepositoryId ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitRequest) GetRepositoryId() string
func (*ListRepositoryTracksByRepositoryCommitRequest) GetReverse ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitRequest) GetReverse() bool
func (*ListRepositoryTracksByRepositoryCommitRequest) ProtoMessage ¶ added in v1.1.1
func (*ListRepositoryTracksByRepositoryCommitRequest) ProtoMessage()
func (*ListRepositoryTracksByRepositoryCommitRequest) ProtoReflect ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryTracksByRepositoryCommitRequest) Reset ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitRequest) Reset()
func (*ListRepositoryTracksByRepositoryCommitRequest) String ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitRequest) String() string
type ListRepositoryTracksByRepositoryCommitResponse ¶ added in v1.1.1
type ListRepositoryTracksByRepositoryCommitResponse struct { RepositoryTracks []*RepositoryTrack `protobuf:"bytes,1,rep,name=repository_tracks,json=repositoryTracks,proto3" json:"repository_tracks,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 (*ListRepositoryTracksByRepositoryCommitResponse) Descriptor
deprecated
added in
v1.1.1
func (*ListRepositoryTracksByRepositoryCommitResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTracksByRepositoryCommitResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryTracksByRepositoryCommitResponse) GetNextPageToken ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitResponse) GetNextPageToken() string
func (*ListRepositoryTracksByRepositoryCommitResponse) GetRepositoryTracks ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitResponse) GetRepositoryTracks() []*RepositoryTrack
func (*ListRepositoryTracksByRepositoryCommitResponse) ProtoMessage ¶ added in v1.1.1
func (*ListRepositoryTracksByRepositoryCommitResponse) ProtoMessage()
func (*ListRepositoryTracksByRepositoryCommitResponse) ProtoReflect ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryTracksByRepositoryCommitResponse) Reset ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitResponse) Reset()
func (*ListRepositoryTracksByRepositoryCommitResponse) String ¶ added in v1.1.1
func (x *ListRepositoryTracksByRepositoryCommitResponse) String() string
type ListRepositoryTracksRequest ¶ added in v1.0.0
type ListRepositoryTracksRequest struct { // The ID of the repository whose tracks 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 (*ListRepositoryTracksRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListRepositoryTracksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTracksRequest.ProtoReflect.Descriptor instead.
func (*ListRepositoryTracksRequest) GetPageSize ¶ added in v1.0.0
func (x *ListRepositoryTracksRequest) GetPageSize() uint32
func (*ListRepositoryTracksRequest) GetPageToken ¶ added in v1.0.0
func (x *ListRepositoryTracksRequest) GetPageToken() string
func (*ListRepositoryTracksRequest) GetRepositoryId ¶ added in v1.0.0
func (x *ListRepositoryTracksRequest) GetRepositoryId() string
func (*ListRepositoryTracksRequest) GetReverse ¶ added in v1.0.0
func (x *ListRepositoryTracksRequest) GetReverse() bool
func (*ListRepositoryTracksRequest) ProtoMessage ¶ added in v1.0.0
func (*ListRepositoryTracksRequest) ProtoMessage()
func (*ListRepositoryTracksRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListRepositoryTracksRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryTracksRequest) Reset ¶ added in v1.0.0
func (x *ListRepositoryTracksRequest) Reset()
func (*ListRepositoryTracksRequest) String ¶ added in v1.0.0
func (x *ListRepositoryTracksRequest) String() string
type ListRepositoryTracksResponse ¶ added in v1.0.0
type ListRepositoryTracksResponse struct { RepositoryTracks []*RepositoryTrack `protobuf:"bytes,1,rep,name=repository_tracks,json=repositoryTracks,proto3" json:"repository_tracks,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 (*ListRepositoryTracksResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListRepositoryTracksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRepositoryTracksResponse.ProtoReflect.Descriptor instead.
func (*ListRepositoryTracksResponse) GetNextPageToken ¶ added in v1.0.0
func (x *ListRepositoryTracksResponse) GetNextPageToken() string
func (*ListRepositoryTracksResponse) GetRepositoryTracks ¶ added in v1.0.0
func (x *ListRepositoryTracksResponse) GetRepositoryTracks() []*RepositoryTrack
func (*ListRepositoryTracksResponse) ProtoMessage ¶ added in v1.0.0
func (*ListRepositoryTracksResponse) ProtoMessage()
func (*ListRepositoryTracksResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListRepositoryTracksResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryTracksResponse) Reset ¶ added in v1.0.0
func (x *ListRepositoryTracksResponse) Reset()
func (*ListRepositoryTracksResponse) String ¶ added in v1.0.0
func (x *ListRepositoryTracksResponse) String() string
type ListStudioAgentPresetsRequest ¶ added in v1.5.0
type ListStudioAgentPresetsRequest struct {
// contains filtered or unexported fields
}
func (*ListStudioAgentPresetsRequest) Descriptor
deprecated
added in
v1.5.0
func (*ListStudioAgentPresetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStudioAgentPresetsRequest.ProtoReflect.Descriptor instead.
func (*ListStudioAgentPresetsRequest) ProtoMessage ¶ added in v1.5.0
func (*ListStudioAgentPresetsRequest) ProtoMessage()
func (*ListStudioAgentPresetsRequest) ProtoReflect ¶ added in v1.5.0
func (x *ListStudioAgentPresetsRequest) ProtoReflect() protoreflect.Message
func (*ListStudioAgentPresetsRequest) Reset ¶ added in v1.5.0
func (x *ListStudioAgentPresetsRequest) Reset()
func (*ListStudioAgentPresetsRequest) String ¶ added in v1.5.0
func (x *ListStudioAgentPresetsRequest) String() string
type ListStudioAgentPresetsResponse ¶ added in v1.5.0
type ListStudioAgentPresetsResponse struct { Agents []*StudioAgentPreset `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"` // contains filtered or unexported fields }
func (*ListStudioAgentPresetsResponse) Descriptor
deprecated
added in
v1.5.0
func (*ListStudioAgentPresetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStudioAgentPresetsResponse.ProtoReflect.Descriptor instead.
func (*ListStudioAgentPresetsResponse) GetAgents ¶ added in v1.5.0
func (x *ListStudioAgentPresetsResponse) GetAgents() []*StudioAgentPreset
func (*ListStudioAgentPresetsResponse) ProtoMessage ¶ added in v1.5.0
func (*ListStudioAgentPresetsResponse) ProtoMessage()
func (*ListStudioAgentPresetsResponse) ProtoReflect ¶ added in v1.5.0
func (x *ListStudioAgentPresetsResponse) ProtoReflect() protoreflect.Message
func (*ListStudioAgentPresetsResponse) Reset ¶ added in v1.5.0
func (x *ListStudioAgentPresetsResponse) Reset()
func (*ListStudioAgentPresetsResponse) String ¶ added in v1.5.0
func (x *ListStudioAgentPresetsResponse) String() string
type ListTemplateContributorsRequest ¶ added in v1.0.0
type ListTemplateContributorsRequest struct { TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_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 (*ListTemplateContributorsRequest) Descriptor
deprecated
added in
v1.0.0
func (*ListTemplateContributorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTemplateContributorsRequest.ProtoReflect.Descriptor instead.
func (*ListTemplateContributorsRequest) GetPageSize ¶ added in v1.0.0
func (x *ListTemplateContributorsRequest) GetPageSize() uint32
func (*ListTemplateContributorsRequest) GetPageToken ¶ added in v1.0.0
func (x *ListTemplateContributorsRequest) GetPageToken() string
func (*ListTemplateContributorsRequest) GetReverse ¶ added in v1.0.0
func (x *ListTemplateContributorsRequest) GetReverse() bool
func (*ListTemplateContributorsRequest) GetTemplateId ¶ added in v1.0.0
func (x *ListTemplateContributorsRequest) GetTemplateId() string
func (*ListTemplateContributorsRequest) ProtoMessage ¶ added in v1.0.0
func (*ListTemplateContributorsRequest) ProtoMessage()
func (*ListTemplateContributorsRequest) ProtoReflect ¶ added in v1.0.0
func (x *ListTemplateContributorsRequest) ProtoReflect() protoreflect.Message
func (*ListTemplateContributorsRequest) Reset ¶ added in v1.0.0
func (x *ListTemplateContributorsRequest) Reset()
func (*ListTemplateContributorsRequest) String ¶ added in v1.0.0
func (x *ListTemplateContributorsRequest) String() string
type ListTemplateContributorsResponse ¶ added in v1.0.0
type ListTemplateContributorsResponse struct { Users []*TemplateContributor `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 (*ListTemplateContributorsResponse) Descriptor
deprecated
added in
v1.0.0
func (*ListTemplateContributorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTemplateContributorsResponse.ProtoReflect.Descriptor instead.
func (*ListTemplateContributorsResponse) GetNextPageToken ¶ added in v1.0.0
func (x *ListTemplateContributorsResponse) GetNextPageToken() string
func (*ListTemplateContributorsResponse) GetUsers ¶ added in v1.0.0
func (x *ListTemplateContributorsResponse) GetUsers() []*TemplateContributor
func (*ListTemplateContributorsResponse) ProtoMessage ¶ added in v1.0.0
func (*ListTemplateContributorsResponse) ProtoMessage()
func (*ListTemplateContributorsResponse) ProtoReflect ¶ added in v1.0.0
func (x *ListTemplateContributorsResponse) ProtoReflect() protoreflect.Message
func (*ListTemplateContributorsResponse) Reset ¶ added in v1.0.0
func (x *ListTemplateContributorsResponse) Reset()
func (*ListTemplateContributorsResponse) String ¶ added in v1.0.0
func (x *ListTemplateContributorsResponse) String() string
type ListTemplateVersionsRequest ¶
type ListTemplateVersionsRequest struct { // The owner of the template to list versions for. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template to list versions for. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The number of items to return. PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,5,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListTemplateVersionsRequest) Descriptor
deprecated
func (*ListTemplateVersionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTemplateVersionsRequest.ProtoReflect.Descriptor instead.
func (*ListTemplateVersionsRequest) GetName ¶
func (x *ListTemplateVersionsRequest) GetName() string
func (*ListTemplateVersionsRequest) GetOwner ¶
func (x *ListTemplateVersionsRequest) GetOwner() string
func (*ListTemplateVersionsRequest) GetPageSize ¶
func (x *ListTemplateVersionsRequest) GetPageSize() uint32
func (*ListTemplateVersionsRequest) GetPageToken ¶
func (x *ListTemplateVersionsRequest) GetPageToken() string
func (*ListTemplateVersionsRequest) GetReverse ¶
func (x *ListTemplateVersionsRequest) GetReverse() bool
func (*ListTemplateVersionsRequest) ProtoMessage ¶
func (*ListTemplateVersionsRequest) ProtoMessage()
func (*ListTemplateVersionsRequest) ProtoReflect ¶
func (x *ListTemplateVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListTemplateVersionsRequest) Reset ¶
func (x *ListTemplateVersionsRequest) Reset()
func (*ListTemplateVersionsRequest) String ¶
func (x *ListTemplateVersionsRequest) String() string
type ListTemplateVersionsResponse ¶
type ListTemplateVersionsResponse struct { TemplateVersions []*TemplateVersion `protobuf:"bytes,1,rep,name=template_versions,json=templateVersions,proto3" json:"template_versions,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListTemplateVersionsResponse) Descriptor
deprecated
func (*ListTemplateVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTemplateVersionsResponse.ProtoReflect.Descriptor instead.
func (*ListTemplateVersionsResponse) GetNextPageToken ¶
func (x *ListTemplateVersionsResponse) GetNextPageToken() string
func (*ListTemplateVersionsResponse) GetTemplateVersions ¶
func (x *ListTemplateVersionsResponse) GetTemplateVersions() []*TemplateVersion
func (*ListTemplateVersionsResponse) ProtoMessage ¶
func (*ListTemplateVersionsResponse) ProtoMessage()
func (*ListTemplateVersionsResponse) ProtoReflect ¶
func (x *ListTemplateVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListTemplateVersionsResponse) Reset ¶
func (x *ListTemplateVersionsResponse) Reset()
func (*ListTemplateVersionsResponse) String ¶
func (x *ListTemplateVersionsResponse) String() string
type ListTemplatesRequest ¶
type ListTemplatesRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListTemplatesRequest) Descriptor
deprecated
func (*ListTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTemplatesRequest.ProtoReflect.Descriptor instead.
func (*ListTemplatesRequest) GetPageSize ¶
func (x *ListTemplatesRequest) GetPageSize() uint32
func (*ListTemplatesRequest) GetPageToken ¶
func (x *ListTemplatesRequest) GetPageToken() string
func (*ListTemplatesRequest) GetReverse ¶
func (x *ListTemplatesRequest) GetReverse() bool
func (*ListTemplatesRequest) ProtoMessage ¶
func (*ListTemplatesRequest) ProtoMessage()
func (*ListTemplatesRequest) ProtoReflect ¶
func (x *ListTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListTemplatesRequest) Reset ¶
func (x *ListTemplatesRequest) Reset()
func (*ListTemplatesRequest) String ¶
func (x *ListTemplatesRequest) String() string
type ListTemplatesResponse ¶
type ListTemplatesResponse struct { Templates []*Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListTemplatesResponse) Descriptor
deprecated
func (*ListTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTemplatesResponse.ProtoReflect.Descriptor instead.
func (*ListTemplatesResponse) GetNextPageToken ¶
func (x *ListTemplatesResponse) GetNextPageToken() string
func (*ListTemplatesResponse) GetTemplates ¶
func (x *ListTemplatesResponse) GetTemplates() []*Template
func (*ListTemplatesResponse) ProtoMessage ¶
func (*ListTemplatesResponse) ProtoMessage()
func (*ListTemplatesResponse) ProtoReflect ¶
func (x *ListTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListTemplatesResponse) Reset ¶
func (x *ListTemplatesResponse) Reset()
func (*ListTemplatesResponse) String ¶
func (x *ListTemplatesResponse) String() string
type ListTemplatesUserCanAccessRequest ¶ added in v1.2.0
type ListTemplatesUserCanAccessRequest 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 (*ListTemplatesUserCanAccessRequest) Descriptor
deprecated
added in
v1.2.0
func (*ListTemplatesUserCanAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTemplatesUserCanAccessRequest.ProtoReflect.Descriptor instead.
func (*ListTemplatesUserCanAccessRequest) GetPageSize ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessRequest) GetPageSize() uint32
func (*ListTemplatesUserCanAccessRequest) GetPageToken ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessRequest) GetPageToken() string
func (*ListTemplatesUserCanAccessRequest) GetReverse ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessRequest) GetReverse() bool
func (*ListTemplatesUserCanAccessRequest) ProtoMessage ¶ added in v1.2.0
func (*ListTemplatesUserCanAccessRequest) ProtoMessage()
func (*ListTemplatesUserCanAccessRequest) ProtoReflect ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessRequest) ProtoReflect() protoreflect.Message
func (*ListTemplatesUserCanAccessRequest) Reset ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessRequest) Reset()
func (*ListTemplatesUserCanAccessRequest) String ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessRequest) String() string
type ListTemplatesUserCanAccessResponse ¶ added in v1.2.0
type ListTemplatesUserCanAccessResponse struct { Templates []*Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListTemplatesUserCanAccessResponse) Descriptor
deprecated
added in
v1.2.0
func (*ListTemplatesUserCanAccessResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTemplatesUserCanAccessResponse.ProtoReflect.Descriptor instead.
func (*ListTemplatesUserCanAccessResponse) GetNextPageToken ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessResponse) GetNextPageToken() string
func (*ListTemplatesUserCanAccessResponse) GetTemplates ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessResponse) GetTemplates() []*Template
func (*ListTemplatesUserCanAccessResponse) ProtoMessage ¶ added in v1.2.0
func (*ListTemplatesUserCanAccessResponse) ProtoMessage()
func (*ListTemplatesUserCanAccessResponse) ProtoReflect ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessResponse) ProtoReflect() protoreflect.Message
func (*ListTemplatesUserCanAccessResponse) Reset ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessResponse) Reset()
func (*ListTemplatesUserCanAccessResponse) String ¶ added in v1.2.0
func (x *ListTemplatesUserCanAccessResponse) String() string
type ListTokensRequest ¶
type ListTokensRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListTokensRequest) Descriptor
deprecated
func (*ListTokensRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTokensRequest.ProtoReflect.Descriptor instead.
func (*ListTokensRequest) GetPageSize ¶
func (x *ListTokensRequest) GetPageSize() uint32
func (*ListTokensRequest) GetPageToken ¶
func (x *ListTokensRequest) GetPageToken() string
func (*ListTokensRequest) GetReverse ¶
func (x *ListTokensRequest) GetReverse() bool
func (*ListTokensRequest) ProtoMessage ¶
func (*ListTokensRequest) ProtoMessage()
func (*ListTokensRequest) ProtoReflect ¶
func (x *ListTokensRequest) ProtoReflect() protoreflect.Message
func (*ListTokensRequest) Reset ¶
func (x *ListTokensRequest) Reset()
func (*ListTokensRequest) String ¶
func (x *ListTokensRequest) String() string
type ListTokensResponse ¶
type ListTokensResponse struct { Tokens []*Token `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListTokensResponse) Descriptor
deprecated
func (*ListTokensResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTokensResponse.ProtoReflect.Descriptor instead.
func (*ListTokensResponse) GetNextPageToken ¶
func (x *ListTokensResponse) GetNextPageToken() string
func (*ListTokensResponse) GetTokens ¶
func (x *ListTokensResponse) GetTokens() []*Token
func (*ListTokensResponse) ProtoMessage ¶
func (*ListTokensResponse) ProtoMessage()
func (*ListTokensResponse) ProtoReflect ¶
func (x *ListTokensResponse) ProtoReflect() protoreflect.Message
func (*ListTokensResponse) Reset ¶
func (x *ListTokensResponse) Reset()
func (*ListTokensResponse) String ¶
func (x *ListTokensResponse) String() string
type ListUserOrganizationsRequest ¶
type ListUserOrganizationsRequest struct { // The ID of the user whose organizations should be listed. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListUserOrganizationsRequest) Descriptor
deprecated
func (*ListUserOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListUserOrganizationsRequest) GetPageSize ¶
func (x *ListUserOrganizationsRequest) GetPageSize() uint32
func (*ListUserOrganizationsRequest) GetPageToken ¶
func (x *ListUserOrganizationsRequest) GetPageToken() string
func (*ListUserOrganizationsRequest) GetReverse ¶
func (x *ListUserOrganizationsRequest) GetReverse() bool
func (*ListUserOrganizationsRequest) GetUserId ¶
func (x *ListUserOrganizationsRequest) GetUserId() string
func (*ListUserOrganizationsRequest) ProtoMessage ¶
func (*ListUserOrganizationsRequest) ProtoMessage()
func (*ListUserOrganizationsRequest) ProtoReflect ¶
func (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 ListUserPluginsRequest ¶
type ListUserPluginsRequest struct { // The owner to list plugins for. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListUserPluginsRequest) Descriptor
deprecated
func (*ListUserPluginsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserPluginsRequest.ProtoReflect.Descriptor instead.
func (*ListUserPluginsRequest) GetOwner ¶
func (x *ListUserPluginsRequest) GetOwner() string
func (*ListUserPluginsRequest) GetPageSize ¶
func (x *ListUserPluginsRequest) GetPageSize() uint32
func (*ListUserPluginsRequest) GetPageToken ¶
func (x *ListUserPluginsRequest) GetPageToken() string
func (*ListUserPluginsRequest) GetReverse ¶
func (x *ListUserPluginsRequest) GetReverse() bool
func (*ListUserPluginsRequest) ProtoMessage ¶
func (*ListUserPluginsRequest) ProtoMessage()
func (*ListUserPluginsRequest) ProtoReflect ¶
func (x *ListUserPluginsRequest) ProtoReflect() protoreflect.Message
func (*ListUserPluginsRequest) Reset ¶
func (x *ListUserPluginsRequest) Reset()
func (*ListUserPluginsRequest) String ¶
func (x *ListUserPluginsRequest) String() string
type ListUserPluginsResponse ¶
type ListUserPluginsResponse struct { Plugins []*Plugin `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUserPluginsResponse) Descriptor
deprecated
func (*ListUserPluginsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserPluginsResponse.ProtoReflect.Descriptor instead.
func (*ListUserPluginsResponse) GetNextPageToken ¶
func (x *ListUserPluginsResponse) GetNextPageToken() string
func (*ListUserPluginsResponse) GetPlugins ¶
func (x *ListUserPluginsResponse) GetPlugins() []*Plugin
func (*ListUserPluginsResponse) ProtoMessage ¶
func (*ListUserPluginsResponse) ProtoMessage()
func (*ListUserPluginsResponse) ProtoReflect ¶
func (x *ListUserPluginsResponse) ProtoReflect() protoreflect.Message
func (*ListUserPluginsResponse) Reset ¶
func (x *ListUserPluginsResponse) Reset()
func (*ListUserPluginsResponse) String ¶
func (x *ListUserPluginsResponse) String() string
type ListUserRepositoriesRequest ¶
type ListUserRepositoriesRequest struct { // The ID of the user whose repositories should be listed. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListUserRepositoriesRequest) Descriptor
deprecated
func (*ListUserRepositoriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserRepositoriesRequest.ProtoReflect.Descriptor instead.
func (*ListUserRepositoriesRequest) GetPageSize ¶
func (x *ListUserRepositoriesRequest) GetPageSize() uint32
func (*ListUserRepositoriesRequest) GetPageToken ¶
func (x *ListUserRepositoriesRequest) GetPageToken() string
func (*ListUserRepositoriesRequest) GetReverse ¶
func (x *ListUserRepositoriesRequest) GetReverse() bool
func (*ListUserRepositoriesRequest) GetUserId ¶
func (x *ListUserRepositoriesRequest) GetUserId() string
func (*ListUserRepositoriesRequest) ProtoMessage ¶
func (*ListUserRepositoriesRequest) ProtoMessage()
func (*ListUserRepositoriesRequest) ProtoReflect ¶
func (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 ListUserTemplatesRequest ¶
type ListUserTemplatesRequest struct { // The owner of the templates to list for. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"` // contains filtered or unexported fields }
func (*ListUserTemplatesRequest) Descriptor
deprecated
func (*ListUserTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserTemplatesRequest.ProtoReflect.Descriptor instead.
func (*ListUserTemplatesRequest) GetOwner ¶
func (x *ListUserTemplatesRequest) GetOwner() string
func (*ListUserTemplatesRequest) GetPageSize ¶
func (x *ListUserTemplatesRequest) GetPageSize() uint32
func (*ListUserTemplatesRequest) GetPageToken ¶
func (x *ListUserTemplatesRequest) GetPageToken() string
func (*ListUserTemplatesRequest) GetReverse ¶
func (x *ListUserTemplatesRequest) GetReverse() bool
func (*ListUserTemplatesRequest) ProtoMessage ¶
func (*ListUserTemplatesRequest) ProtoMessage()
func (*ListUserTemplatesRequest) ProtoReflect ¶
func (x *ListUserTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListUserTemplatesRequest) Reset ¶
func (x *ListUserTemplatesRequest) Reset()
func (*ListUserTemplatesRequest) String ¶
func (x *ListUserTemplatesRequest) String() string
type ListUserTemplatesResponse ¶
type ListUserTemplatesResponse struct { Templates []*Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` // There are no more pages if this is empty. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUserTemplatesResponse) Descriptor
deprecated
func (*ListUserTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserTemplatesResponse.ProtoReflect.Descriptor instead.
func (*ListUserTemplatesResponse) GetNextPageToken ¶
func (x *ListUserTemplatesResponse) GetNextPageToken() string
func (*ListUserTemplatesResponse) GetTemplates ¶
func (x *ListUserTemplatesResponse) GetTemplates() []*Template
func (*ListUserTemplatesResponse) ProtoMessage ¶
func (*ListUserTemplatesResponse) ProtoMessage()
func (*ListUserTemplatesResponse) ProtoReflect ¶
func (x *ListUserTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListUserTemplatesResponse) Reset ¶
func (x *ListUserTemplatesResponse) Reset()
func (*ListUserTemplatesResponse) String ¶
func (x *ListUserTemplatesResponse) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // The first page is returned if this is empty. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"` // 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 (*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 ¶ added in v1.0.0
func (x *ListUsersRequest) GetUserStateFilter() UserState
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 ¶ added in v1.6.0
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
added in
v1.6.0
func (*ListWebhooksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListWebhooksRequest.ProtoReflect.Descriptor instead.
func (*ListWebhooksRequest) GetOwnerName ¶ added in v1.6.0
func (x *ListWebhooksRequest) GetOwnerName() string
func (*ListWebhooksRequest) GetPageToken ¶ added in v1.6.0
func (x *ListWebhooksRequest) GetPageToken() string
func (*ListWebhooksRequest) GetRepositoryName ¶ added in v1.6.0
func (x *ListWebhooksRequest) GetRepositoryName() string
func (*ListWebhooksRequest) ProtoMessage ¶ added in v1.6.0
func (*ListWebhooksRequest) ProtoMessage()
func (*ListWebhooksRequest) ProtoReflect ¶ added in v1.6.0
func (x *ListWebhooksRequest) ProtoReflect() protoreflect.Message
func (*ListWebhooksRequest) Reset ¶ added in v1.6.0
func (x *ListWebhooksRequest) Reset()
func (*ListWebhooksRequest) String ¶ added in v1.6.0
func (x *ListWebhooksRequest) String() string
type ListWebhooksResponse ¶ added in v1.6.0
type ListWebhooksResponse struct { // The list of subscribed webhooks for a given repository. SubscribedWebhooks []*SubscribedWebhook `protobuf:"bytes,1,rep,name=subscribed_webhooks,json=subscribedWebhooks,proto3" json:"subscribed_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
added in
v1.6.0
func (*ListWebhooksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListWebhooksResponse.ProtoReflect.Descriptor instead.
func (*ListWebhooksResponse) GetNextPageToken ¶ added in v1.6.0
func (x *ListWebhooksResponse) GetNextPageToken() string
func (*ListWebhooksResponse) GetSubscribedWebhooks ¶ added in v1.6.0
func (x *ListWebhooksResponse) GetSubscribedWebhooks() []*SubscribedWebhook
func (*ListWebhooksResponse) ProtoMessage ¶ added in v1.6.0
func (*ListWebhooksResponse) ProtoMessage()
func (*ListWebhooksResponse) ProtoReflect ¶ added in v1.6.0
func (x *ListWebhooksResponse) ProtoReflect() protoreflect.Message
func (*ListWebhooksResponse) Reset ¶ added in v1.6.0
func (x *ListWebhooksResponse) Reset()
func (*ListWebhooksResponse) String ¶ added in v1.6.0
func (x *ListWebhooksResponse) String() string
type LocalModulePin ¶
type LocalModulePin struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` Commit string `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
LocalModulePin is a local module pin.
It does not include a remote.
func (*LocalModulePin) Descriptor
deprecated
func (*LocalModulePin) Descriptor() ([]byte, []int)
Deprecated: Use LocalModulePin.ProtoReflect.Descriptor instead.
func (*LocalModulePin) GetBranch ¶
func (x *LocalModulePin) GetBranch() string
func (*LocalModulePin) GetCommit ¶
func (x *LocalModulePin) GetCommit() string
func (*LocalModulePin) GetCreateTime ¶
func (x *LocalModulePin) GetCreateTime() *timestamppb.Timestamp
func (*LocalModulePin) GetOwner ¶
func (x *LocalModulePin) GetOwner() string
func (*LocalModulePin) GetRepository ¶
func (x *LocalModulePin) GetRepository() string
func (*LocalModulePin) ProtoMessage ¶
func (*LocalModulePin) ProtoMessage()
func (*LocalModulePin) ProtoReflect ¶
func (x *LocalModulePin) ProtoReflect() protoreflect.Message
func (*LocalModulePin) Reset ¶
func (x *LocalModulePin) Reset()
func (*LocalModulePin) String ¶
func (x *LocalModulePin) String() string
type LocalModuleReference ¶
type LocalModuleReference struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` // either branch or commit Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
LocalModuleReference is a local module reference.
It does not include a remote.
func (*LocalModuleReference) Descriptor
deprecated
func (*LocalModuleReference) Descriptor() ([]byte, []int)
Deprecated: Use LocalModuleReference.ProtoReflect.Descriptor instead.
func (*LocalModuleReference) GetOwner ¶
func (x *LocalModuleReference) GetOwner() string
func (*LocalModuleReference) GetReference ¶
func (x *LocalModuleReference) GetReference() string
func (*LocalModuleReference) GetRepository ¶
func (x *LocalModuleReference) GetRepository() string
func (*LocalModuleReference) ProtoMessage ¶
func (*LocalModuleReference) ProtoMessage()
func (*LocalModuleReference) ProtoReflect ¶
func (x *LocalModuleReference) ProtoReflect() protoreflect.Message
func (*LocalModuleReference) Reset ¶
func (x *LocalModuleReference) Reset()
func (*LocalModuleReference) String ¶
func (x *LocalModuleReference) String() string
type LocalModuleResolveResult ¶
type LocalModuleResolveResult struct { // A copy of the reference that was resolved. Reference *LocalModuleReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"` // The pin the reference resolved to. Pin *LocalModulePin `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"` // The type the reference resolved as. ResolvedReferenceType ResolvedReferenceType `` /* 182-byte string literal not displayed */ // contains filtered or unexported fields }
func (*LocalModuleResolveResult) Descriptor
deprecated
func (*LocalModuleResolveResult) Descriptor() ([]byte, []int)
Deprecated: Use LocalModuleResolveResult.ProtoReflect.Descriptor instead.
func (*LocalModuleResolveResult) GetPin ¶
func (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 Message ¶
type Message struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // nested_name includes the nested types for a given type definition. NestedName string `protobuf:"bytes,2,opt,name=nested_name,json=nestedName,proto3" json:"nested_name,omitempty"` // full_name includes the package name and nested types for a given type definition. FullName string `protobuf:"bytes,3,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` // description is derived from the leading comments of a given message. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // file_path is the normalized path of the file containing the message. FilePath string `protobuf:"bytes,5,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` IsMapEntry bool `protobuf:"varint,6,opt,name=is_map_entry,json=isMapEntry,proto3" json:"is_map_entry,omitempty"` Fields []*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"` // contains filtered or unexported fields }
Message provides information for the documentation of a protobuf message.
func (*Message) Descriptor
deprecated
func (*Message) GetDescription ¶
func (*Message) GetFields ¶
func (x *Message) GetFields() []*MessageField
func (*Message) GetFilePath ¶
func (*Message) GetFullName ¶
func (*Message) GetIsMapEntry ¶
func (*Message) GetLocation ¶
func (*Message) GetMessageExtensions ¶
func (*Message) GetNestedName ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type MessageField ¶ added in v1.0.0
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
added in
v1.0.0
func (*MessageField) Descriptor() ([]byte, []int)
Deprecated: Use MessageField.ProtoReflect.Descriptor instead.
func (*MessageField) GetField ¶ added in v1.0.0
func (x *MessageField) GetField() *Field
func (*MessageField) GetMessageField ¶ added in v1.0.0
func (m *MessageField) GetMessageField() isMessageField_MessageField
func (*MessageField) GetOneof ¶ added in v1.0.0
func (x *MessageField) GetOneof() *Oneof
func (*MessageField) ProtoMessage ¶ added in v1.0.0
func (*MessageField) ProtoMessage()
func (*MessageField) ProtoReflect ¶ added in v1.0.0
func (x *MessageField) ProtoReflect() protoreflect.Message
func (*MessageField) Reset ¶ added in v1.0.0
func (x *MessageField) Reset()
func (*MessageField) String ¶ added in v1.0.0
func (x *MessageField) String() string
type MessageField_Field ¶ added in v1.0.0
type MessageField_Field struct {
Field *Field `protobuf:"bytes,1,opt,name=field,proto3,oneof"`
}
type MessageField_Oneof ¶ added in v1.0.0
type MessageField_Oneof struct {
Oneof *Oneof `protobuf:"bytes,2,opt,name=oneof,proto3,oneof"`
}
type Method ¶
type Method struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // description is derived from the leading comments of a given method. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Request *MethodRequestResponse `protobuf:"bytes,3,opt,name=request,proto3" json:"request,omitempty"` Response *MethodRequestResponse `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"` // contains filtered or unexported fields }
Method provides information for the documentation for a method of a given service.
func (*Method) Descriptor
deprecated
func (*Method) GetDescription ¶
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 MethodRequestResponse ¶
type MethodRequestResponse struct { // nested_type is the nested name of the message of the request or response. This includes nested definitions. NestedType string `protobuf:"bytes,1,opt,name=nested_type,json=nestedType,proto3" json:"nested_type,omitempty"` // full_type is the fully qualified name of the message of the request or response. This includes package and nested definitions. FullType string `protobuf:"bytes,2,opt,name=full_type,json=fullType,proto3" json:"full_type,omitempty"` // boolean flag for whether the streaming label is set on an method request or response. Streaming bool `protobuf:"varint,3,opt,name=streaming,proto3" json:"streaming,omitempty"` Message *Message `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` // import_module_ref is included if the request or response is an imported type. // It contains all the metadata for the import. ImportModuleRef *ImportModuleRef `protobuf:"bytes,5,opt,name=import_module_ref,json=importModuleRef,proto3" json:"import_module_ref,omitempty"` // contains filtered or unexported fields }
MethodRequestResponse provides information for the documentation of a Method request or response message.
func (*MethodRequestResponse) Descriptor
deprecated
func (*MethodRequestResponse) Descriptor() ([]byte, []int)
Deprecated: Use MethodRequestResponse.ProtoReflect.Descriptor instead.
func (*MethodRequestResponse) GetFullType ¶
func (x *MethodRequestResponse) GetFullType() string
func (*MethodRequestResponse) GetImportModuleRef ¶
func (x *MethodRequestResponse) GetImportModuleRef() *ImportModuleRef
func (*MethodRequestResponse) GetMessage ¶
func (x *MethodRequestResponse) GetMessage() *Message
func (*MethodRequestResponse) GetNestedType ¶
func (x *MethodRequestResponse) GetNestedType() string
func (*MethodRequestResponse) GetStreaming ¶
func (x *MethodRequestResponse) GetStreaming() bool
func (*MethodRequestResponse) ProtoMessage ¶
func (*MethodRequestResponse) ProtoMessage()
func (*MethodRequestResponse) ProtoReflect ¶
func (x *MethodRequestResponse) ProtoReflect() protoreflect.Message
func (*MethodRequestResponse) Reset ¶
func (x *MethodRequestResponse) Reset()
func (*MethodRequestResponse) String ¶
func (x *MethodRequestResponse) String() string
type ModuleDocumentation ¶
type ModuleDocumentation struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // This is the string representation of the contents of the buf.md file for module-level documentation. // // The buf.md file is a part of the module. // string is used to enforce UTF-8 encoding or 7-bit ASCII text. Documentation string `protobuf:"bytes,3,opt,name=documentation,proto3" json:"documentation,omitempty"` // contains filtered or unexported fields }
ModuleDocumentation provides the name of the module and associated documentation.
func (*ModuleDocumentation) Descriptor
deprecated
func (*ModuleDocumentation) Descriptor() ([]byte, []int)
Deprecated: Use ModuleDocumentation.ProtoReflect.Descriptor instead.
func (*ModuleDocumentation) GetDocumentation ¶
func (x *ModuleDocumentation) GetDocumentation() string
func (*ModuleDocumentation) GetName ¶
func (x *ModuleDocumentation) GetName() string
func (*ModuleDocumentation) ProtoMessage ¶
func (*ModuleDocumentation) ProtoMessage()
func (*ModuleDocumentation) ProtoReflect ¶
func (x *ModuleDocumentation) ProtoReflect() protoreflect.Message
func (*ModuleDocumentation) Reset ¶
func (x *ModuleDocumentation) Reset()
func (*ModuleDocumentation) String ¶
func (x *ModuleDocumentation) String() string
type ModulePackage ¶ added in v1.0.0
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
added in
v1.0.0
func (*ModulePackage) Descriptor() ([]byte, []int)
Deprecated: Use ModulePackage.ProtoReflect.Descriptor instead.
func (*ModulePackage) GetDescription ¶ added in v1.0.0
func (x *ModulePackage) GetDescription() string
func (*ModulePackage) GetName ¶ added in v1.0.0
func (x *ModulePackage) GetName() string
func (*ModulePackage) ProtoMessage ¶ added in v1.0.0
func (*ModulePackage) ProtoMessage()
func (*ModulePackage) ProtoReflect ¶ added in v1.0.0
func (x *ModulePackage) ProtoReflect() protoreflect.Message
func (*ModulePackage) Reset ¶ added in v1.0.0
func (x *ModulePackage) Reset()
func (*ModulePackage) String ¶ added in v1.0.0
func (x *ModulePackage) String() string
type Oneof ¶ added in v1.0.0
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"` // contains filtered or unexported fields }
Oneof represents a oneof set of fields.
func (*Oneof) Descriptor
deprecated
added in
v1.0.0
func (*Oneof) ProtoMessage ¶ added in v1.0.0
func (*Oneof) ProtoMessage()
func (*Oneof) ProtoReflect ¶ added in v1.0.0
func (x *Oneof) ProtoReflect() protoreflect.Message
type Organization ¶
type Organization struct { // primary key, unique, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // mutable UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // unique, mutable Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetCreateTime ¶
func (x *Organization) GetCreateTime() *timestamppb.Timestamp
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetUpdateTime ¶
func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) String ¶
func (x *Organization) String() string
type OrganizationMembership ¶ added in v1.0.0
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
added in
v1.0.0
func (*OrganizationMembership) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationMembership.ProtoReflect.Descriptor instead.
func (*OrganizationMembership) GetOrganization ¶ added in v1.0.0
func (x *OrganizationMembership) GetOrganization() *Organization
func (*OrganizationMembership) GetOrganizationRole ¶ added in v1.0.0
func (x *OrganizationMembership) GetOrganizationRole() OrganizationRole
func (*OrganizationMembership) ProtoMessage ¶ added in v1.0.0
func (*OrganizationMembership) ProtoMessage()
func (*OrganizationMembership) ProtoReflect ¶ added in v1.0.0
func (x *OrganizationMembership) ProtoReflect() protoreflect.Message
func (*OrganizationMembership) Reset ¶ added in v1.0.0
func (x *OrganizationMembership) Reset()
func (*OrganizationMembership) String ¶ added in v1.0.0
func (x *OrganizationMembership) String() string
type OrganizationRole ¶ added in v1.0.0
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 )
func (OrganizationRole) Descriptor ¶ added in v1.0.0
func (OrganizationRole) Descriptor() protoreflect.EnumDescriptor
func (OrganizationRole) Enum ¶ added in v1.0.0
func (x OrganizationRole) Enum() *OrganizationRole
func (OrganizationRole) EnumDescriptor
deprecated
added in
v1.0.0
func (OrganizationRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrganizationRole.Descriptor instead.
func (OrganizationRole) Number ¶ added in v1.0.0
func (x OrganizationRole) Number() protoreflect.EnumNumber
func (OrganizationRole) String ¶ added in v1.0.0
func (x OrganizationRole) String() string
func (OrganizationRole) Type ¶ added in v1.0.0
func (OrganizationRole) 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 ¶ added in v1.0.0
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 */ // contains filtered or unexported fields }
TODO: #663 move this to organization service
func (*OrganizationUser) Descriptor
deprecated
added in
v1.0.0
func (*OrganizationUser) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationUser.ProtoReflect.Descriptor instead.
func (*OrganizationUser) GetOrganizationId ¶ added in v1.0.0
func (x *OrganizationUser) GetOrganizationId() string
func (*OrganizationUser) GetOrganizationRole ¶ added in v1.0.0
func (x *OrganizationUser) GetOrganizationRole() OrganizationRole
func (*OrganizationUser) GetUser ¶ added in v1.0.0
func (x *OrganizationUser) GetUser() *User
func (*OrganizationUser) ProtoMessage ¶ added in v1.0.0
func (*OrganizationUser) ProtoMessage()
func (*OrganizationUser) ProtoReflect ¶ added in v1.0.0
func (x *OrganizationUser) ProtoReflect() protoreflect.Message
func (*OrganizationUser) Reset ¶ added in v1.0.0
func (x *OrganizationUser) Reset()
func (*OrganizationUser) String ¶ added in v1.0.0
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"` // description contains the package-level comment documentation. // There is currently no convention for this. // // This is derived from the leading comments at the top level of the package. // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // services contains all the services defined in the package in alphabetical order. Services []*Service `protobuf:"bytes,3,rep,name=services,proto3" json:"services,omitempty"` // enums contains all the enums defined in the package in alphabetical order. Enums []*Enum `protobuf:"bytes,4,rep,name=enums,proto3" json:"enums,omitempty"` // messages contains all the messages defined in the package in alphabetical order. Messages []*Message `protobuf:"bytes,5,rep,name=messages,proto3" json:"messages,omitempty"` // extensions contains all the file level extensions in the package in alphabetical order. FileExtensions []*FileExtension `protobuf:"bytes,6,rep,name=file_extensions,json=fileExtensions,proto3" json:"file_extensions,omitempty"` // contains filtered or unexported fields }
PackageDocumentation provides the name, description, and top level types defined in the package.
func (*PackageDocumentation) Descriptor
deprecated
func (*PackageDocumentation) Descriptor() ([]byte, []int)
Deprecated: Use PackageDocumentation.ProtoReflect.Descriptor instead.
func (*PackageDocumentation) GetDescription ¶
func (x *PackageDocumentation) GetDescription() string
func (*PackageDocumentation) GetEnums ¶
func (x *PackageDocumentation) GetEnums() []*Enum
func (*PackageDocumentation) GetFileExtensions ¶
func (x *PackageDocumentation) GetFileExtensions() []*FileExtension
func (*PackageDocumentation) GetMessages ¶
func (x *PackageDocumentation) GetMessages() []*Message
func (*PackageDocumentation) GetName ¶
func (x *PackageDocumentation) GetName() string
func (*PackageDocumentation) GetServices ¶
func (x *PackageDocumentation) GetServices() []*Service
func (*PackageDocumentation) ProtoMessage ¶
func (*PackageDocumentation) ProtoMessage()
func (*PackageDocumentation) ProtoReflect ¶
func (x *PackageDocumentation) ProtoReflect() protoreflect.Message
func (*PackageDocumentation) Reset ¶
func (x *PackageDocumentation) Reset()
func (*PackageDocumentation) String ¶
func (x *PackageDocumentation) String() string
type Plugin ¶
type Plugin struct { // The ID of the plugin, which uniquely identifies the plugin. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The name of the plugin, i.e. "protoc-gen-go". Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the owner of the plugin. Either a username or // organization name. Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` // The visibility of the plugin. Visibility PluginVisibility `protobuf:"varint,4,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"` // deprecated means this plugin is deprecated. Deprecated bool `protobuf:"varint,5,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // deprecation_message is the message shown if the plugin is deprecated. DeprecationMessage string `protobuf:"bytes,6,opt,name=deprecation_message,json=deprecationMessage,proto3" json:"deprecation_message,omitempty"` // The creation time of the plugin. CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The last update time of the plugin object. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
Plugin represents a protoc plugin, such as protoc-gen-go.
func (*Plugin) Descriptor
deprecated
func (*Plugin) GetCreateTime ¶ added in v1.1.1
func (x *Plugin) GetCreateTime() *timestamppb.Timestamp
func (*Plugin) GetDeprecated ¶ added in v1.0.0
func (*Plugin) GetDeprecationMessage ¶ added in v1.0.0
func (*Plugin) GetUpdateTime ¶ added in v1.1.1
func (x *Plugin) GetUpdateTime() *timestamppb.Timestamp
func (*Plugin) GetVisibility ¶
func (x *Plugin) GetVisibility() PluginVisibility
func (*Plugin) ProtoMessage ¶
func (*Plugin) ProtoMessage()
func (*Plugin) ProtoReflect ¶
func (x *Plugin) ProtoReflect() protoreflect.Message
type PluginConfig ¶
type PluginConfig struct { // The owner of the plugin to which this config relates. PluginOwner string `protobuf:"bytes,1,opt,name=plugin_owner,json=pluginOwner,proto3" json:"plugin_owner,omitempty"` // The name of the plugin to which this config relates. PluginName string `protobuf:"bytes,2,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"` // Parameters that should be provided to the plugin. These are // joined with a "," before being provided to the plugin at runtime. Parameters []string `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"` // True if the source plugin is inaccessible by the user. Inaccessible bool `protobuf:"varint,5,opt,name=inaccessible,proto3" json:"inaccessible,omitempty"` // contains filtered or unexported fields }
PluginConfig defines a runtime configuration for a plugin.
func (*PluginConfig) Descriptor
deprecated
func (*PluginConfig) Descriptor() ([]byte, []int)
Deprecated: Use PluginConfig.ProtoReflect.Descriptor instead.
func (*PluginConfig) GetInaccessible ¶ added in v1.0.0
func (x *PluginConfig) GetInaccessible() bool
func (*PluginConfig) GetParameters ¶
func (x *PluginConfig) GetParameters() []string
func (*PluginConfig) GetPluginName ¶
func (x *PluginConfig) GetPluginName() string
func (*PluginConfig) GetPluginOwner ¶
func (x *PluginConfig) GetPluginOwner() string
func (*PluginConfig) ProtoMessage ¶
func (*PluginConfig) ProtoMessage()
func (*PluginConfig) ProtoReflect ¶
func (x *PluginConfig) ProtoReflect() protoreflect.Message
func (*PluginConfig) Reset ¶
func (x *PluginConfig) Reset()
func (*PluginConfig) String ¶
func (x *PluginConfig) String() string
type PluginContributor ¶ added in v1.0.0
type PluginContributor struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // The ID of the plugin which the role belongs to. PluginId string `protobuf:"bytes,2,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` // The role that the user has been explicitly assigned against the plugin. ExplicitRole PluginRole `` /* 142-byte string literal not displayed */ // Optionally defines the role that the user has implicitly against the plugin through the owning organization. // If the plugin does not belong to an organization or the user is not part of the owning organization, this is unset. ImplicitRole PluginRole `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PluginContributor) Descriptor
deprecated
added in
v1.0.0
func (*PluginContributor) Descriptor() ([]byte, []int)
Deprecated: Use PluginContributor.ProtoReflect.Descriptor instead.
func (*PluginContributor) GetExplicitRole ¶ added in v1.0.0
func (x *PluginContributor) GetExplicitRole() PluginRole
func (*PluginContributor) GetImplicitRole ¶ added in v1.0.0
func (x *PluginContributor) GetImplicitRole() PluginRole
func (*PluginContributor) GetPluginId ¶ added in v1.0.0
func (x *PluginContributor) GetPluginId() string
func (*PluginContributor) GetUser ¶ added in v1.0.0
func (x *PluginContributor) GetUser() *User
func (*PluginContributor) ProtoMessage ¶ added in v1.0.0
func (*PluginContributor) ProtoMessage()
func (*PluginContributor) ProtoReflect ¶ added in v1.0.0
func (x *PluginContributor) ProtoReflect() protoreflect.Message
func (*PluginContributor) Reset ¶ added in v1.0.0
func (x *PluginContributor) Reset()
func (*PluginContributor) String ¶ added in v1.0.0
func (x *PluginContributor) String() string
type PluginReference ¶ added in v0.54.0
type PluginReference struct { // The owner of the plugin which identifies the // plugins to use with this generation. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin which identifies the // plugins to use with this generation. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The plugin version to use with this generation. Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // The parameters to pass to the plugin. These will // be merged into a single, comma-separated string. Parameters []string `protobuf:"bytes,4,rep,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*PluginReference) Descriptor
deprecated
added in
v0.54.0
func (*PluginReference) Descriptor() ([]byte, []int)
Deprecated: Use PluginReference.ProtoReflect.Descriptor instead.
func (*PluginReference) GetName ¶ added in v0.54.0
func (x *PluginReference) GetName() string
func (*PluginReference) GetOwner ¶ added in v0.54.0
func (x *PluginReference) GetOwner() string
func (*PluginReference) GetParameters ¶ added in v0.54.0
func (x *PluginReference) GetParameters() []string
func (*PluginReference) GetVersion ¶ added in v0.54.0
func (x *PluginReference) GetVersion() string
func (*PluginReference) ProtoMessage ¶ added in v0.54.0
func (*PluginReference) ProtoMessage()
func (*PluginReference) ProtoReflect ¶ added in v0.54.0
func (x *PluginReference) ProtoReflect() protoreflect.Message
func (*PluginReference) Reset ¶ added in v0.54.0
func (x *PluginReference) Reset()
func (*PluginReference) String ¶ added in v0.54.0
func (x *PluginReference) String() string
type PluginRole ¶ added in v1.0.0
type PluginRole int32
The roles that users can have for a Plugin.
const ( PluginRole_PLUGIN_ROLE_UNSPECIFIED PluginRole = 0 PluginRole_PLUGIN_ROLE_OWNER PluginRole = 1 PluginRole_PLUGIN_ROLE_ADMIN PluginRole = 2 PluginRole_PLUGIN_ROLE_WRITE PluginRole = 3 PluginRole_PLUGIN_ROLE_READ PluginRole = 4 )
func (PluginRole) Descriptor ¶ added in v1.0.0
func (PluginRole) Descriptor() protoreflect.EnumDescriptor
func (PluginRole) Enum ¶ added in v1.0.0
func (x PluginRole) Enum() *PluginRole
func (PluginRole) EnumDescriptor
deprecated
added in
v1.0.0
func (PluginRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use PluginRole.Descriptor instead.
func (PluginRole) Number ¶ added in v1.0.0
func (x PluginRole) Number() protoreflect.EnumNumber
func (PluginRole) String ¶ added in v1.0.0
func (x PluginRole) String() string
func (PluginRole) Type ¶ added in v1.0.0
func (PluginRole) Type() protoreflect.EnumType
type PluginSearchResult ¶ added in v1.0.0
type PluginSearchResult struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the user or organization // who is the owner of this plugin. Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` // The visibility of the plugin. Visibility PluginVisibility `protobuf:"varint,4,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"` Deprecated bool `protobuf:"varint,5,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // contains filtered or unexported fields }
func (*PluginSearchResult) Descriptor
deprecated
added in
v1.0.0
func (*PluginSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use PluginSearchResult.ProtoReflect.Descriptor instead.
func (*PluginSearchResult) GetDeprecated ¶ added in v1.0.0
func (x *PluginSearchResult) GetDeprecated() bool
func (*PluginSearchResult) GetId ¶ added in v1.0.0
func (x *PluginSearchResult) GetId() string
func (*PluginSearchResult) GetName ¶ added in v1.0.0
func (x *PluginSearchResult) GetName() string
func (*PluginSearchResult) GetOwner ¶ added in v1.0.0
func (x *PluginSearchResult) GetOwner() string
func (*PluginSearchResult) GetVisibility ¶ added in v1.0.0
func (x *PluginSearchResult) GetVisibility() PluginVisibility
func (*PluginSearchResult) ProtoMessage ¶ added in v1.0.0
func (*PluginSearchResult) ProtoMessage()
func (*PluginSearchResult) ProtoReflect ¶ added in v1.0.0
func (x *PluginSearchResult) ProtoReflect() protoreflect.Message
func (*PluginSearchResult) Reset ¶ added in v1.0.0
func (x *PluginSearchResult) Reset()
func (*PluginSearchResult) String ¶ added in v1.0.0
func (x *PluginSearchResult) String() string
type PluginVersion ¶
type PluginVersion struct { // The ID of the plugin version, which uniquely identifies the plugin version. // Mostly used for pagination. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The name of the version, i.e. "v1.4.0". Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the plugin to which this version relates. PluginName string `protobuf:"bytes,3,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"` // The owner of the plugin to which this version relates. PluginOwner string `protobuf:"bytes,4,opt,name=plugin_owner,json=pluginOwner,proto3" json:"plugin_owner,omitempty"` // 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"` // Optionally define the runtime libraries. RuntimeLibraries []*RuntimeLibrary `protobuf:"bytes,6,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"` // contains filtered or unexported fields }
PluginVersion represents a specific build of a plugin, such as protoc-gen-go v1.4.0.
func (*PluginVersion) Descriptor
deprecated
func (*PluginVersion) Descriptor() ([]byte, []int)
Deprecated: Use PluginVersion.ProtoReflect.Descriptor instead.
func (*PluginVersion) GetContainerImageDigest ¶ added in v1.0.0
func (x *PluginVersion) GetContainerImageDigest() string
func (*PluginVersion) GetId ¶
func (x *PluginVersion) GetId() string
func (*PluginVersion) GetName ¶
func (x *PluginVersion) GetName() string
func (*PluginVersion) GetPluginName ¶
func (x *PluginVersion) GetPluginName() string
func (*PluginVersion) GetPluginOwner ¶
func (x *PluginVersion) GetPluginOwner() string
func (*PluginVersion) GetRuntimeLibraries ¶ added in v1.0.0
func (x *PluginVersion) GetRuntimeLibraries() []*RuntimeLibrary
func (*PluginVersion) ProtoMessage ¶
func (*PluginVersion) ProtoMessage()
func (*PluginVersion) ProtoReflect ¶
func (x *PluginVersion) ProtoReflect() protoreflect.Message
func (*PluginVersion) Reset ¶
func (x *PluginVersion) Reset()
func (*PluginVersion) String ¶
func (x *PluginVersion) String() string
type PluginVersionMapping ¶
type PluginVersionMapping struct { // The owner of the plugin to which this mapping relates. PluginOwner string `protobuf:"bytes,1,opt,name=plugin_owner,json=pluginOwner,proto3" json:"plugin_owner,omitempty"` // The name of the plugin to which this mapping relates. PluginName string `protobuf:"bytes,2,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"` // The version of the plugin to use, i.e. "v1.4.0". Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // True if the source plugin is inaccessible by the user. Inaccessible bool `protobuf:"varint,5,opt,name=inaccessible,proto3" json:"inaccessible,omitempty"` // contains filtered or unexported fields }
PluginVersionMapping maps a plugin_id to a version.
func (*PluginVersionMapping) Descriptor
deprecated
func (*PluginVersionMapping) Descriptor() ([]byte, []int)
Deprecated: Use PluginVersionMapping.ProtoReflect.Descriptor instead.
func (*PluginVersionMapping) GetInaccessible ¶ added in v1.0.0
func (x *PluginVersionMapping) GetInaccessible() bool
func (*PluginVersionMapping) GetPluginName ¶
func (x *PluginVersionMapping) GetPluginName() string
func (*PluginVersionMapping) GetPluginOwner ¶
func (x *PluginVersionMapping) GetPluginOwner() string
func (*PluginVersionMapping) GetVersion ¶
func (x *PluginVersionMapping) GetVersion() string
func (*PluginVersionMapping) ProtoMessage ¶
func (*PluginVersionMapping) ProtoMessage()
func (*PluginVersionMapping) ProtoReflect ¶
func (x *PluginVersionMapping) ProtoReflect() protoreflect.Message
func (*PluginVersionMapping) Reset ¶
func (x *PluginVersionMapping) Reset()
func (*PluginVersionMapping) String ¶
func (x *PluginVersionMapping) String() string
type PluginVisibility ¶
type PluginVisibility int32
PluginVisibility defines the visibility options available for Plugins and Templates.
const ( PluginVisibility_PLUGIN_VISIBILITY_UNSPECIFIED PluginVisibility = 0 PluginVisibility_PLUGIN_VISIBILITY_PUBLIC PluginVisibility = 1 PluginVisibility_PLUGIN_VISIBILITY_PRIVATE PluginVisibility = 2 )
func (PluginVisibility) Descriptor ¶
func (PluginVisibility) Descriptor() protoreflect.EnumDescriptor
func (PluginVisibility) Enum ¶
func (x PluginVisibility) Enum() *PluginVisibility
func (PluginVisibility) EnumDescriptor
deprecated
func (PluginVisibility) EnumDescriptor() ([]byte, []int)
Deprecated: Use PluginVisibility.Descriptor instead.
func (PluginVisibility) Number ¶
func (x PluginVisibility) Number() protoreflect.EnumNumber
func (PluginVisibility) String ¶
func (x PluginVisibility) String() string
func (PluginVisibility) Type ¶
func (PluginVisibility) Type() protoreflect.EnumType
type PushRequest ¶
type PushRequest struct { Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` Module *v1alpha1.Module `protobuf:"bytes,4,opt,name=module,proto3" json:"module,omitempty"` // Optional; if provided, the provided tags // are created for the pushed commit. Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"` // Optional; if provided, the pushed commit // will be appended to these tracks. If the // tracks do not exist, they will be created. Tracks []string `protobuf:"bytes,6,rep,name=tracks,proto3" json:"tracks,omitempty"` // contains filtered or unexported fields }
func (*PushRequest) Descriptor
deprecated
func (*PushRequest) Descriptor() ([]byte, []int)
Deprecated: Use PushRequest.ProtoReflect.Descriptor instead.
func (*PushRequest) GetBranch ¶
func (x *PushRequest) GetBranch() string
func (*PushRequest) GetModule ¶
func (x *PushRequest) GetModule() *v1alpha1.Module
func (*PushRequest) GetOwner ¶
func (x *PushRequest) GetOwner() string
func (*PushRequest) GetRepository ¶
func (x *PushRequest) GetRepository() string
func (*PushRequest) GetTags ¶
func (x *PushRequest) GetTags() []string
func (*PushRequest) GetTracks ¶ added in v1.0.0
func (x *PushRequest) GetTracks() []string
func (*PushRequest) ProtoMessage ¶
func (*PushRequest) ProtoMessage()
func (*PushRequest) ProtoReflect ¶
func (x *PushRequest) ProtoReflect() protoreflect.Message
func (*PushRequest) Reset ¶
func (x *PushRequest) Reset()
func (*PushRequest) String ¶
func (x *PushRequest) String() string
type PushResponse ¶
type PushResponse struct { LocalModulePin *LocalModulePin `protobuf:"bytes,5,opt,name=local_module_pin,json=localModulePin,proto3" json:"local_module_pin,omitempty"` // contains filtered or unexported fields }
func (*PushResponse) Descriptor
deprecated
func (*PushResponse) Descriptor() ([]byte, []int)
Deprecated: Use PushResponse.ProtoReflect.Descriptor instead.
func (*PushResponse) GetLocalModulePin ¶
func (x *PushResponse) GetLocalModulePin() *LocalModulePin
func (*PushResponse) ProtoMessage ¶
func (*PushResponse) ProtoMessage()
func (*PushResponse) ProtoReflect ¶
func (x *PushResponse) ProtoReflect() protoreflect.Message
func (*PushResponse) Reset ¶
func (x *PushResponse) Reset()
func (*PushResponse) String ¶
func (x *PushResponse) String() string
type 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 ¶ added in v1.0.0
func (x *RecommendedRepository) GetDescription() string
func (*RecommendedRepository) GetName ¶
func (x *RecommendedRepository) GetName() string
func (*RecommendedRepository) GetOwner ¶
func (x *RecommendedRepository) GetOwner() string
func (*RecommendedRepository) GetRepositoryId ¶ added in v1.0.0
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 RecommendedTemplate ¶ added in v1.0.0
type RecommendedTemplate 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"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` TemplateId string `protobuf:"bytes,4,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // contains filtered or unexported fields }
RecommendedTemplate is the information needed to recommend a template and link to its owner page.
func (*RecommendedTemplate) Descriptor
deprecated
added in
v1.0.0
func (*RecommendedTemplate) Descriptor() ([]byte, []int)
Deprecated: Use RecommendedTemplate.ProtoReflect.Descriptor instead.
func (*RecommendedTemplate) GetDescription ¶ added in v1.0.0
func (x *RecommendedTemplate) GetDescription() string
func (*RecommendedTemplate) GetName ¶ added in v1.0.0
func (x *RecommendedTemplate) GetName() string
func (*RecommendedTemplate) GetOwner ¶ added in v1.0.0
func (x *RecommendedTemplate) GetOwner() string
func (*RecommendedTemplate) GetTemplateId ¶ added in v1.0.0
func (x *RecommendedTemplate) GetTemplateId() string
func (*RecommendedTemplate) ProtoMessage ¶ added in v1.0.0
func (*RecommendedTemplate) ProtoMessage()
func (*RecommendedTemplate) ProtoReflect ¶ added in v1.0.0
func (x *RecommendedTemplate) ProtoReflect() protoreflect.Message
func (*RecommendedTemplate) Reset ¶ added in v1.0.0
func (x *RecommendedTemplate) Reset()
func (*RecommendedTemplate) String ¶ added in v1.0.0
func (x *RecommendedTemplate) String() string
type RecommendedTemplatesRequest ¶ added in v1.0.0
type RecommendedTemplatesRequest struct {
// contains filtered or unexported fields
}
func (*RecommendedTemplatesRequest) Descriptor
deprecated
added in
v1.0.0
func (*RecommendedTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use RecommendedTemplatesRequest.ProtoReflect.Descriptor instead.
func (*RecommendedTemplatesRequest) ProtoMessage ¶ added in v1.0.0
func (*RecommendedTemplatesRequest) ProtoMessage()
func (*RecommendedTemplatesRequest) ProtoReflect ¶ added in v1.0.0
func (x *RecommendedTemplatesRequest) ProtoReflect() protoreflect.Message
func (*RecommendedTemplatesRequest) Reset ¶ added in v1.0.0
func (x *RecommendedTemplatesRequest) Reset()
func (*RecommendedTemplatesRequest) String ¶ added in v1.0.0
func (x *RecommendedTemplatesRequest) String() string
type RecommendedTemplatesResponse ¶ added in v1.0.0
type RecommendedTemplatesResponse struct { Templates []*RecommendedTemplate `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` // contains filtered or unexported fields }
func (*RecommendedTemplatesResponse) Descriptor
deprecated
added in
v1.0.0
func (*RecommendedTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use RecommendedTemplatesResponse.ProtoReflect.Descriptor instead.
func (*RecommendedTemplatesResponse) GetTemplates ¶ added in v1.0.0
func (x *RecommendedTemplatesResponse) GetTemplates() []*RecommendedTemplate
func (*RecommendedTemplatesResponse) ProtoMessage ¶ added in v1.0.0
func (*RecommendedTemplatesResponse) ProtoMessage()
func (*RecommendedTemplatesResponse) ProtoReflect ¶ added in v1.0.0
func (x *RecommendedTemplatesResponse) ProtoReflect() protoreflect.Message
func (*RecommendedTemplatesResponse) Reset ¶ added in v1.0.0
func (x *RecommendedTemplatesResponse) Reset()
func (*RecommendedTemplatesResponse) String ¶ added in v1.0.0
func (x *RecommendedTemplatesResponse) String() string
type Reference ¶
type Reference struct { // Types that are assignable to Reference: // *Reference_Branch // *Reference_Tag // *Reference_Commit // *Reference_Track 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) GetReference ¶
func (m *Reference) GetReference() isReference_Reference
func (*Reference) GetTag ¶
func (x *Reference) GetTag() *RepositoryTag
func (*Reference) GetTrack ¶ added in v1.0.0
func (x *Reference) GetTrack() *RepositoryTrack
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_Tag ¶
type Reference_Tag struct { // The requested reference is a tag. Tag *RepositoryTag `protobuf:"bytes,2,opt,name=tag,proto3,oneof"` }
type Reference_Track ¶ added in v1.0.0
type Reference_Track struct { // The requested reference is a track. Track *RepositoryTrack `protobuf:"bytes,4,opt,name=track,proto3,oneof"` }
type RemoveOrganizationMemberRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*RemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*RemoveOrganizationMemberRequest) GetOrganizationId ¶ added in v1.0.0
func (x *RemoveOrganizationMemberRequest) GetOrganizationId() string
func (*RemoveOrganizationMemberRequest) GetUserId ¶ added in v1.0.0
func (x *RemoveOrganizationMemberRequest) GetUserId() string
func (*RemoveOrganizationMemberRequest) ProtoMessage ¶ added in v1.0.0
func (*RemoveOrganizationMemberRequest) ProtoMessage()
func (*RemoveOrganizationMemberRequest) ProtoReflect ¶ added in v1.0.0
func (x *RemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationMemberRequest) Reset ¶ added in v1.0.0
func (x *RemoveOrganizationMemberRequest) Reset()
func (*RemoveOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *RemoveOrganizationMemberRequest) String() string
type RemoveOrganizationMemberResponse ¶ added in v1.0.0
type RemoveOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*RemoveOrganizationMemberResponse) Descriptor
deprecated
added in
v1.0.0
func (*RemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*RemoveOrganizationMemberResponse) ProtoMessage ¶ added in v1.0.0
func (*RemoveOrganizationMemberResponse) ProtoMessage()
func (*RemoveOrganizationMemberResponse) ProtoReflect ¶ added in v1.0.0
func (x *RemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationMemberResponse) Reset ¶ added in v1.0.0
func (x *RemoveOrganizationMemberResponse) Reset()
func (*RemoveOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *RemoveOrganizationMemberResponse) 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"` // contains filtered or unexported fields }
func (*Repository) Descriptor
deprecated
func (*Repository) Descriptor() ([]byte, []int)
Deprecated: Use Repository.ProtoReflect.Descriptor instead.
func (*Repository) GetCreateTime ¶
func (x *Repository) GetCreateTime() *timestamppb.Timestamp
func (*Repository) GetDeprecated ¶ added in v1.0.0
func (x *Repository) GetDeprecated() bool
func (*Repository) GetDeprecationMessage ¶ added in v1.0.0
func (x *Repository) GetDeprecationMessage() string
func (*Repository) GetId ¶
func (x *Repository) GetId() string
func (*Repository) GetName ¶
func (x *Repository) GetName() string
func (*Repository) GetOrganizationId ¶
func (x *Repository) GetOrganizationId() string
func (*Repository) GetOwner ¶
func (m *Repository) GetOwner() isRepository_Owner
func (*Repository) GetUpdateTime ¶
func (x *Repository) GetUpdateTime() *timestamppb.Timestamp
func (*Repository) GetUserId ¶
func (x *Repository) GetUserId() string
func (*Repository) GetVisibility ¶
func (x *Repository) GetVisibility() Visibility
func (*Repository) ProtoMessage ¶
func (*Repository) ProtoMessage()
func (*Repository) ProtoReflect ¶
func (x *Repository) ProtoReflect() protoreflect.Message
func (*Repository) Reset ¶
func (x *Repository) Reset()
func (*Repository) String ¶
func (x *Repository) String() string
type RepositoryBranch ¶
type RepositoryBranch struct { // primary key, unique, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // We reserve field number '3' for the update_time. // google.protobuf.Timestamp update_time = 3; // The name of the repository branch, i.e. "v1". Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // The ID of the repository this branch belongs to. RepositoryId string `protobuf:"bytes,5,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` // contains filtered or unexported fields }
func (*RepositoryBranch) Descriptor
deprecated
func (*RepositoryBranch) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryBranch.ProtoReflect.Descriptor instead.
func (*RepositoryBranch) GetCreateTime ¶
func (x *RepositoryBranch) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryBranch) GetId ¶
func (x *RepositoryBranch) GetId() string
func (*RepositoryBranch) GetName ¶
func (x *RepositoryBranch) GetName() string
func (*RepositoryBranch) GetRepositoryId ¶
func (x *RepositoryBranch) GetRepositoryId() string
func (*RepositoryBranch) ProtoMessage ¶
func (*RepositoryBranch) ProtoMessage()
func (*RepositoryBranch) ProtoReflect ¶
func (x *RepositoryBranch) ProtoReflect() protoreflect.Message
func (*RepositoryBranch) Reset ¶
func (x *RepositoryBranch) Reset()
func (*RepositoryBranch) String ¶
func (x *RepositoryBranch) String() string
type RepositoryCommit ¶
type RepositoryCommit struct { // primary key, unique, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The digest of the commit. Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // The name of the commit. // This is what is referenced by users. // Unique, immutable. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // The branch on which this commit was created. Branch string `protobuf:"bytes,5,opt,name=branch,proto3" json:"branch,omitempty"` // The commit sequence ID for this commit. This // is essentially what number commit this is on // the branch. CommitSequenceId int64 `protobuf:"varint,6,opt,name=commit_sequence_id,json=commitSequenceId,proto3" json:"commit_sequence_id,omitempty"` // The username of the user who authored this commit. Author string `protobuf:"bytes,7,opt,name=author,proto3" json:"author,omitempty"` // The tags associated with this commit Tags []*RepositoryTag `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*RepositoryCommit) Descriptor
deprecated
func (*RepositoryCommit) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryCommit.ProtoReflect.Descriptor instead.
func (*RepositoryCommit) GetAuthor ¶
func (x *RepositoryCommit) GetAuthor() string
func (*RepositoryCommit) GetBranch ¶
func (x *RepositoryCommit) GetBranch() string
func (*RepositoryCommit) GetCommitSequenceId ¶
func (x *RepositoryCommit) GetCommitSequenceId() int64
func (*RepositoryCommit) GetCreateTime ¶
func (x *RepositoryCommit) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryCommit) GetDigest ¶
func (x *RepositoryCommit) GetDigest() string
func (*RepositoryCommit) GetId ¶
func (x *RepositoryCommit) GetId() string
func (*RepositoryCommit) GetName ¶
func (x *RepositoryCommit) GetName() string
func (*RepositoryCommit) GetTags ¶
func (x *RepositoryCommit) GetTags() []*RepositoryTag
func (*RepositoryCommit) ProtoMessage ¶
func (*RepositoryCommit) ProtoMessage()
func (*RepositoryCommit) ProtoReflect ¶
func (x *RepositoryCommit) ProtoReflect() protoreflect.Message
func (*RepositoryCommit) Reset ¶
func (x *RepositoryCommit) Reset()
func (*RepositoryCommit) String ¶
func (x *RepositoryCommit) String() string
type RepositoryContributor ¶ added in v1.0.0
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
added in
v1.0.0
func (*RepositoryContributor) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryContributor.ProtoReflect.Descriptor instead.
func (*RepositoryContributor) GetExplicitRole ¶ added in v1.0.0
func (x *RepositoryContributor) GetExplicitRole() RepositoryRole
func (*RepositoryContributor) GetImplicitRole ¶ added in v1.0.0
func (x *RepositoryContributor) GetImplicitRole() RepositoryRole
func (*RepositoryContributor) GetRepositoryId ¶ added in v1.0.0
func (x *RepositoryContributor) GetRepositoryId() string
func (*RepositoryContributor) GetUser ¶ added in v1.0.0
func (x *RepositoryContributor) GetUser() *User
func (*RepositoryContributor) ProtoMessage ¶ added in v1.0.0
func (*RepositoryContributor) ProtoMessage()
func (*RepositoryContributor) ProtoReflect ¶ added in v1.0.0
func (x *RepositoryContributor) ProtoReflect() protoreflect.Message
func (*RepositoryContributor) Reset ¶ added in v1.0.0
func (x *RepositoryContributor) Reset()
func (*RepositoryContributor) String ¶ added in v1.0.0
func (x *RepositoryContributor) String() string
type RepositoryCounts ¶ added in v1.1.0
type RepositoryCounts struct { TagsCount uint32 `protobuf:"varint,1,opt,name=tags_count,json=tagsCount,proto3" json:"tags_count,omitempty"` TracksCount uint32 `protobuf:"varint,2,opt,name=tracks_count,json=tracksCount,proto3" json:"tracks_count,omitempty"` // contains filtered or unexported fields }
func (*RepositoryCounts) Descriptor
deprecated
added in
v1.1.0
func (*RepositoryCounts) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryCounts.ProtoReflect.Descriptor instead.
func (*RepositoryCounts) GetTagsCount ¶ added in v1.1.0
func (x *RepositoryCounts) GetTagsCount() uint32
func (*RepositoryCounts) GetTracksCount ¶ added in v1.1.0
func (x *RepositoryCounts) GetTracksCount() uint32
func (*RepositoryCounts) ProtoMessage ¶ added in v1.1.0
func (*RepositoryCounts) ProtoMessage()
func (*RepositoryCounts) ProtoReflect ¶ added in v1.1.0
func (x *RepositoryCounts) ProtoReflect() protoreflect.Message
func (*RepositoryCounts) Reset ¶ added in v1.1.0
func (x *RepositoryCounts) Reset()
func (*RepositoryCounts) String ¶ added in v1.1.0
func (x *RepositoryCounts) String() string
type RepositoryRole ¶ added in v1.0.0
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 )
func (RepositoryRole) Descriptor ¶ added in v1.0.0
func (RepositoryRole) Descriptor() protoreflect.EnumDescriptor
func (RepositoryRole) Enum ¶ added in v1.0.0
func (x RepositoryRole) Enum() *RepositoryRole
func (RepositoryRole) EnumDescriptor
deprecated
added in
v1.0.0
func (RepositoryRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use RepositoryRole.Descriptor instead.
func (RepositoryRole) Number ¶ added in v1.0.0
func (x RepositoryRole) Number() protoreflect.EnumNumber
func (RepositoryRole) String ¶ added in v1.0.0
func (x RepositoryRole) String() string
func (RepositoryRole) Type ¶ added in v1.0.0
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 ¶ added in v1.0.0
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 ¶ added in v1.0.0
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, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // We reserve field number '3' for the update_time. // google.protobuf.Timestamp update_time = 3; // The name of the repository tag, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403". Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // The name of the commit this tag belongs to. CommitName string `protobuf:"bytes,5,opt,name=commit_name,json=commitName,proto3" json:"commit_name,omitempty"` // The username of the author of the tag. Author string `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"` // contains filtered or unexported fields }
func (*RepositoryTag) Descriptor
deprecated
func (*RepositoryTag) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryTag.ProtoReflect.Descriptor instead.
func (*RepositoryTag) GetAuthor ¶
func (x *RepositoryTag) GetAuthor() string
func (*RepositoryTag) GetCommitName ¶
func (x *RepositoryTag) GetCommitName() string
func (*RepositoryTag) GetCreateTime ¶
func (x *RepositoryTag) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryTag) GetId ¶
func (x *RepositoryTag) GetId() string
func (*RepositoryTag) GetName ¶
func (x *RepositoryTag) GetName() string
func (*RepositoryTag) ProtoMessage ¶
func (*RepositoryTag) ProtoMessage()
func (*RepositoryTag) ProtoReflect ¶
func (x *RepositoryTag) ProtoReflect() protoreflect.Message
func (*RepositoryTag) Reset ¶
func (x *RepositoryTag) Reset()
func (*RepositoryTag) String ¶
func (x *RepositoryTag) String() string
type RepositoryTrack ¶ added in v1.0.0
type RepositoryTrack struct { // primary key, unique, immutable Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // We reserve field number '3' for the update_time. // google.protobuf.Timestamp update_time = 3; // The name of the repository track, i.e. "v1". Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // The latest commit to the track. LatestCommit *RepositoryCommit `protobuf:"bytes,5,opt,name=latest_commit,json=latestCommit,proto3" json:"latest_commit,omitempty"` // contains filtered or unexported fields }
func (*RepositoryTrack) Descriptor
deprecated
added in
v1.0.0
func (*RepositoryTrack) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryTrack.ProtoReflect.Descriptor instead.
func (*RepositoryTrack) GetCreateTime ¶ added in v1.0.0
func (x *RepositoryTrack) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryTrack) GetId ¶ added in v1.0.0
func (x *RepositoryTrack) GetId() string
func (*RepositoryTrack) GetLatestCommit ¶ added in v1.2.0
func (x *RepositoryTrack) GetLatestCommit() *RepositoryCommit
func (*RepositoryTrack) GetName ¶ added in v1.0.0
func (x *RepositoryTrack) GetName() string
func (*RepositoryTrack) ProtoMessage ¶ added in v1.0.0
func (*RepositoryTrack) ProtoMessage()
func (*RepositoryTrack) ProtoReflect ¶ added in v1.0.0
func (x *RepositoryTrack) ProtoReflect() protoreflect.Message
func (*RepositoryTrack) Reset ¶ added in v1.0.0
func (x *RepositoryTrack) Reset()
func (*RepositoryTrack) String ¶ added in v1.0.0
func (x *RepositoryTrack) String() string
type RepositoryTrackCommit ¶ added in v1.0.0
type RepositoryTrackCommit struct { // immutable CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // immutable RepositoryTrackId string `protobuf:"bytes,4,opt,name=repository_track_id,json=repositoryTrackId,proto3" json:"repository_track_id,omitempty"` // immutable RepositoryCommitId string `protobuf:"bytes,5,opt,name=repository_commit_id,json=repositoryCommitId,proto3" json:"repository_commit_id,omitempty"` // unique for repository_track, immutable SequenceId int64 `protobuf:"varint,6,opt,name=sequence_id,json=sequenceId,proto3" json:"sequence_id,omitempty"` // contains filtered or unexported fields }
RepositoryTrackCommit is the existence of a RepositoryCommit on a RepositoryTrack. Currently its only purpose is for querying whether a RepositoryCommit is on a RepositoryTrack and determining it's sequence id.
func (*RepositoryTrackCommit) Descriptor
deprecated
added in
v1.0.0
func (*RepositoryTrackCommit) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryTrackCommit.ProtoReflect.Descriptor instead.
func (*RepositoryTrackCommit) GetCreateTime ¶ added in v1.0.0
func (x *RepositoryTrackCommit) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryTrackCommit) GetRepositoryCommitId ¶ added in v1.0.0
func (x *RepositoryTrackCommit) GetRepositoryCommitId() string
func (*RepositoryTrackCommit) GetRepositoryTrackId ¶ added in v1.0.0
func (x *RepositoryTrackCommit) GetRepositoryTrackId() string
func (*RepositoryTrackCommit) GetSequenceId ¶ added in v1.0.0
func (x *RepositoryTrackCommit) GetSequenceId() int64
func (*RepositoryTrackCommit) ProtoMessage ¶ added in v1.0.0
func (*RepositoryTrackCommit) ProtoMessage()
func (*RepositoryTrackCommit) ProtoReflect ¶ added in v1.0.0
func (x *RepositoryTrackCommit) ProtoReflect() protoreflect.Message
func (*RepositoryTrackCommit) Reset ¶ added in v1.0.0
func (x *RepositoryTrackCommit) Reset()
func (*RepositoryTrackCommit) String ¶ added in v1.0.0
func (x *RepositoryTrackCommit) 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_TRACK ResolvedReferenceType = 4 )
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 RuntimeLibrary ¶
type RuntimeLibrary struct { // The name of the runtime library dependency. The format should match the // format used for dependencies in the dependency management tooling of the // associated language ecosystem. This is set by the user using Dockerfile Labels. // For example, for the plugin "protoc-gen-go", this might be "google.golang.org/protobuf". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The version of the runtime library dependency associated with the generated // code. The format should match the format used for dependency versions in the // dependency management tooling of the associated language ecosystem. // This is set by the user using Dockerfile Labels. // For example, for the plugin "protoc-gen-go", this might be "v1.26.0". Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
RuntimeLibrary describes a pinned runtime library dependency of the generated code.
func (*RuntimeLibrary) Descriptor
deprecated
func (*RuntimeLibrary) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeLibrary.ProtoReflect.Descriptor instead.
func (*RuntimeLibrary) GetName ¶
func (x *RuntimeLibrary) GetName() string
func (*RuntimeLibrary) GetVersion ¶
func (x *RuntimeLibrary) GetVersion() string
func (*RuntimeLibrary) ProtoMessage ¶
func (*RuntimeLibrary) ProtoMessage()
func (*RuntimeLibrary) ProtoReflect ¶
func (x *RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*RuntimeLibrary) Reset ¶
func (x *RuntimeLibrary) Reset()
func (*RuntimeLibrary) String ¶
func (x *RuntimeLibrary) String() string
type SearchFilter ¶ added in v1.0.0
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_PLUGIN SearchFilter = 4 SearchFilter_SEARCH_FILTER_TEMPLATE SearchFilter = 5 SearchFilter_SEARCH_FILTER_TEAM SearchFilter = 6 )
func (SearchFilter) Descriptor ¶ added in v1.0.0
func (SearchFilter) Descriptor() protoreflect.EnumDescriptor
func (SearchFilter) Enum ¶ added in v1.0.0
func (x SearchFilter) Enum() *SearchFilter
func (SearchFilter) EnumDescriptor
deprecated
added in
v1.0.0
func (SearchFilter) EnumDescriptor() ([]byte, []int)
Deprecated: Use SearchFilter.Descriptor instead.
func (SearchFilter) Number ¶ added in v1.0.0
func (x SearchFilter) Number() protoreflect.EnumNumber
func (SearchFilter) String ¶ added in v1.0.0
func (x SearchFilter) String() string
func (SearchFilter) Type ¶ added in v1.0.0
func (SearchFilter) 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 ¶ added in v1.0.0
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_Plugin // *SearchResult_Template Item isSearchResult_Item `protobuf_oneof:"item"` // contains filtered or unexported fields }
func (*SearchResult) Descriptor
deprecated
func (*SearchResult) Descriptor() ([]byte, []int)
Deprecated: Use SearchResult.ProtoReflect.Descriptor instead.
func (*SearchResult) GetItem ¶
func (m *SearchResult) GetItem() isSearchResult_Item
func (*SearchResult) GetOrganization ¶
func (x *SearchResult) GetOrganization() *OrganizationSearchResult
func (*SearchResult) GetPlugin ¶ added in v1.0.0
func (x *SearchResult) GetPlugin() *PluginSearchResult
func (*SearchResult) GetRepository ¶
func (x *SearchResult) GetRepository() *RepositorySearchResult
func (*SearchResult) GetTeam ¶
func (x *SearchResult) GetTeam() *TeamSearchResult
func (*SearchResult) GetTemplate ¶ added in v1.0.0
func (x *SearchResult) GetTemplate() *TemplateSearchResult
func (*SearchResult) GetUser ¶
func (x *SearchResult) GetUser() *UserSearchResult
func (*SearchResult) ProtoMessage ¶
func (*SearchResult) ProtoMessage()
func (*SearchResult) ProtoReflect ¶
func (x *SearchResult) ProtoReflect() protoreflect.Message
func (*SearchResult) Reset ¶
func (x *SearchResult) Reset()
func (*SearchResult) String ¶
func (x *SearchResult) String() string
type SearchResult_Organization ¶
type SearchResult_Organization struct {
Organization *OrganizationSearchResult `protobuf:"bytes,2,opt,name=organization,proto3,oneof"`
}
type SearchResult_Plugin ¶ added in v1.0.0
type SearchResult_Plugin struct {
Plugin *PluginSearchResult `protobuf:"bytes,5,opt,name=plugin,proto3,oneof"`
}
type SearchResult_Repository ¶
type SearchResult_Repository struct {
Repository *RepositorySearchResult `protobuf:"bytes,1,opt,name=repository,proto3,oneof"`
}
type SearchResult_Team ¶
type SearchResult_Team struct {
Team *TeamSearchResult `protobuf:"bytes,4,opt,name=team,proto3,oneof"`
}
type SearchResult_Template ¶ added in v1.0.0
type SearchResult_Template struct {
Template *TemplateSearchResult `protobuf:"bytes,6,opt,name=template,proto3,oneof"`
}
type SearchResult_User ¶
type SearchResult_User struct {
User *UserSearchResult `protobuf:"bytes,3,opt,name=user,proto3,oneof"`
}
type ServerRole ¶ added in v1.0.0
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 ¶ added in v1.0.0
func (ServerRole) Descriptor() protoreflect.EnumDescriptor
func (ServerRole) Enum ¶ added in v1.0.0
func (x ServerRole) Enum() *ServerRole
func (ServerRole) EnumDescriptor
deprecated
added in
v1.0.0
func (ServerRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServerRole.Descriptor instead.
func (ServerRole) Number ¶ added in v1.0.0
func (x ServerRole) Number() protoreflect.EnumNumber
func (ServerRole) String ¶ added in v1.0.0
func (x ServerRole) String() string
func (ServerRole) Type ¶ added in v1.0.0
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"` // description is derived from the leading comments of a given service. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // file_path is the normalized path of the file containing the service. // This is used for navigating to the source code for the service. FilePath string `protobuf:"bytes,5,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` Location *Location `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"` Methods []*Method `protobuf:"bytes,7,rep,name=methods,proto3" json:"methods,omitempty"` // contains filtered or unexported fields }
Service provides information for the documentation for a given service type in a file.
func (*Service) Descriptor
deprecated
func (*Service) GetDescription ¶
func (*Service) GetFilePath ¶
func (*Service) GetFullName ¶
func (*Service) GetLocation ¶
func (*Service) GetMethods ¶
func (*Service) GetNestedName ¶
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
type SetOrganizationMemberRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*SetOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*SetOrganizationMemberRequest) GetOrganizationId ¶ added in v1.0.0
func (x *SetOrganizationMemberRequest) GetOrganizationId() string
func (*SetOrganizationMemberRequest) GetOrganizationRole ¶ added in v1.0.0
func (x *SetOrganizationMemberRequest) GetOrganizationRole() OrganizationRole
func (*SetOrganizationMemberRequest) GetUserId ¶ added in v1.0.0
func (x *SetOrganizationMemberRequest) GetUserId() string
func (*SetOrganizationMemberRequest) ProtoMessage ¶ added in v1.0.0
func (*SetOrganizationMemberRequest) ProtoMessage()
func (*SetOrganizationMemberRequest) ProtoReflect ¶ added in v1.0.0
func (x *SetOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*SetOrganizationMemberRequest) Reset ¶ added in v1.0.0
func (x *SetOrganizationMemberRequest) Reset()
func (*SetOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *SetOrganizationMemberRequest) String() string
type SetOrganizationMemberResponse ¶ added in v1.0.0
type SetOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*SetOrganizationMemberResponse) Descriptor
deprecated
added in
v1.0.0
func (*SetOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*SetOrganizationMemberResponse) ProtoMessage ¶ added in v1.0.0
func (*SetOrganizationMemberResponse) ProtoMessage()
func (*SetOrganizationMemberResponse) ProtoReflect ¶ added in v1.0.0
func (x *SetOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*SetOrganizationMemberResponse) Reset ¶ added in v1.0.0
func (x *SetOrganizationMemberResponse) Reset()
func (*SetOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *SetOrganizationMemberResponse) String() string
type SetPluginContributorRequest ¶ added in v1.0.0
type SetPluginContributorRequest struct { // The ID of the plugin for which the user's role will be set. PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_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. PluginRole PluginRole `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetPluginContributorRequest) Descriptor
deprecated
added in
v1.0.0
func (*SetPluginContributorRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetPluginContributorRequest.ProtoReflect.Descriptor instead.
func (*SetPluginContributorRequest) GetPluginId ¶ added in v1.0.0
func (x *SetPluginContributorRequest) GetPluginId() string
func (*SetPluginContributorRequest) GetPluginRole ¶ added in v1.0.0
func (x *SetPluginContributorRequest) GetPluginRole() PluginRole
func (*SetPluginContributorRequest) GetUserId ¶ added in v1.0.0
func (x *SetPluginContributorRequest) GetUserId() string
func (*SetPluginContributorRequest) ProtoMessage ¶ added in v1.0.0
func (*SetPluginContributorRequest) ProtoMessage()
func (*SetPluginContributorRequest) ProtoReflect ¶ added in v1.0.0
func (x *SetPluginContributorRequest) ProtoReflect() protoreflect.Message
func (*SetPluginContributorRequest) Reset ¶ added in v1.0.0
func (x *SetPluginContributorRequest) Reset()
func (*SetPluginContributorRequest) String ¶ added in v1.0.0
func (x *SetPluginContributorRequest) String() string
type SetPluginContributorResponse ¶ added in v1.0.0
type SetPluginContributorResponse struct {
// contains filtered or unexported fields
}
func (*SetPluginContributorResponse) Descriptor
deprecated
added in
v1.0.0
func (*SetPluginContributorResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetPluginContributorResponse.ProtoReflect.Descriptor instead.
func (*SetPluginContributorResponse) ProtoMessage ¶ added in v1.0.0
func (*SetPluginContributorResponse) ProtoMessage()
func (*SetPluginContributorResponse) ProtoReflect ¶ added in v1.0.0
func (x *SetPluginContributorResponse) ProtoReflect() protoreflect.Message
func (*SetPluginContributorResponse) Reset ¶ added in v1.0.0
func (x *SetPluginContributorResponse) Reset()
func (*SetPluginContributorResponse) String ¶ added in v1.0.0
func (x *SetPluginContributorResponse) String() string
type SetRecommendedRepositoriesRequest ¶ added in v1.0.0
type SetRecommendedRepositoriesRequest struct { Repositories []*SetRecommendedRepository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"` // contains filtered or unexported fields }
func (*SetRecommendedRepositoriesRequest) Descriptor
deprecated
added in
v1.0.0
func (*SetRecommendedRepositoriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedRepositoriesRequest.ProtoReflect.Descriptor instead.
func (*SetRecommendedRepositoriesRequest) GetRepositories ¶ added in v1.0.0
func (x *SetRecommendedRepositoriesRequest) GetRepositories() []*SetRecommendedRepository
func (*SetRecommendedRepositoriesRequest) ProtoMessage ¶ added in v1.0.0
func (*SetRecommendedRepositoriesRequest) ProtoMessage()
func (*SetRecommendedRepositoriesRequest) ProtoReflect ¶ added in v1.0.0
func (x *SetRecommendedRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*SetRecommendedRepositoriesRequest) Reset ¶ added in v1.0.0
func (x *SetRecommendedRepositoriesRequest) Reset()
func (*SetRecommendedRepositoriesRequest) String ¶ added in v1.0.0
func (x *SetRecommendedRepositoriesRequest) String() string
type SetRecommendedRepositoriesResponse ¶ added in v1.0.0
type SetRecommendedRepositoriesResponse struct {
// contains filtered or unexported fields
}
func (*SetRecommendedRepositoriesResponse) Descriptor
deprecated
added in
v1.0.0
func (*SetRecommendedRepositoriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedRepositoriesResponse.ProtoReflect.Descriptor instead.
func (*SetRecommendedRepositoriesResponse) ProtoMessage ¶ added in v1.0.0
func (*SetRecommendedRepositoriesResponse) ProtoMessage()
func (*SetRecommendedRepositoriesResponse) ProtoReflect ¶ added in v1.0.0
func (x *SetRecommendedRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*SetRecommendedRepositoriesResponse) Reset ¶ added in v1.0.0
func (x *SetRecommendedRepositoriesResponse) Reset()
func (*SetRecommendedRepositoriesResponse) String ¶ added in v1.0.0
func (x *SetRecommendedRepositoriesResponse) String() string
type SetRecommendedRepository ¶ added in v1.0.0
type SetRecommendedRepository struct { RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
SetRecommendedRepository is the information needed to configure a repository recommendation
func (*SetRecommendedRepository) Descriptor
deprecated
added in
v1.0.0
func (*SetRecommendedRepository) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedRepository.ProtoReflect.Descriptor instead.
func (*SetRecommendedRepository) GetDescription ¶ added in v1.0.0
func (x *SetRecommendedRepository) GetDescription() string
func (*SetRecommendedRepository) GetRepositoryId ¶ added in v1.0.0
func (x *SetRecommendedRepository) GetRepositoryId() string
func (*SetRecommendedRepository) ProtoMessage ¶ added in v1.0.0
func (*SetRecommendedRepository) ProtoMessage()
func (*SetRecommendedRepository) ProtoReflect ¶ added in v1.0.0
func (x *SetRecommendedRepository) ProtoReflect() protoreflect.Message
func (*SetRecommendedRepository) Reset ¶ added in v1.0.0
func (x *SetRecommendedRepository) Reset()
func (*SetRecommendedRepository) String ¶ added in v1.0.0
func (x *SetRecommendedRepository) String() string
type SetRecommendedTemplate ¶ added in v1.0.0
type SetRecommendedTemplate struct { TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
SetRecommendedTemplate is the information needed to configure a template recommendation
func (*SetRecommendedTemplate) Descriptor
deprecated
added in
v1.0.0
func (*SetRecommendedTemplate) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedTemplate.ProtoReflect.Descriptor instead.
func (*SetRecommendedTemplate) GetDescription ¶ added in v1.0.0
func (x *SetRecommendedTemplate) GetDescription() string
func (*SetRecommendedTemplate) GetTemplateId ¶ added in v1.0.0
func (x *SetRecommendedTemplate) GetTemplateId() string
func (*SetRecommendedTemplate) ProtoMessage ¶ added in v1.0.0
func (*SetRecommendedTemplate) ProtoMessage()
func (*SetRecommendedTemplate) ProtoReflect ¶ added in v1.0.0
func (x *SetRecommendedTemplate) ProtoReflect() protoreflect.Message
func (*SetRecommendedTemplate) Reset ¶ added in v1.0.0
func (x *SetRecommendedTemplate) Reset()
func (*SetRecommendedTemplate) String ¶ added in v1.0.0
func (x *SetRecommendedTemplate) String() string
type SetRecommendedTemplatesRequest ¶ added in v1.0.0
type SetRecommendedTemplatesRequest struct { Templates []*SetRecommendedTemplate `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"` // contains filtered or unexported fields }
func (*SetRecommendedTemplatesRequest) Descriptor
deprecated
added in
v1.0.0
func (*SetRecommendedTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedTemplatesRequest.ProtoReflect.Descriptor instead.
func (*SetRecommendedTemplatesRequest) GetTemplates ¶ added in v1.0.0
func (x *SetRecommendedTemplatesRequest) GetTemplates() []*SetRecommendedTemplate
func (*SetRecommendedTemplatesRequest) ProtoMessage ¶ added in v1.0.0
func (*SetRecommendedTemplatesRequest) ProtoMessage()
func (*SetRecommendedTemplatesRequest) ProtoReflect ¶ added in v1.0.0
func (x *SetRecommendedTemplatesRequest) ProtoReflect() protoreflect.Message
func (*SetRecommendedTemplatesRequest) Reset ¶ added in v1.0.0
func (x *SetRecommendedTemplatesRequest) Reset()
func (*SetRecommendedTemplatesRequest) String ¶ added in v1.0.0
func (x *SetRecommendedTemplatesRequest) String() string
type SetRecommendedTemplatesResponse ¶ added in v1.0.0
type SetRecommendedTemplatesResponse struct {
// contains filtered or unexported fields
}
func (*SetRecommendedTemplatesResponse) Descriptor
deprecated
added in
v1.0.0
func (*SetRecommendedTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetRecommendedTemplatesResponse.ProtoReflect.Descriptor instead.
func (*SetRecommendedTemplatesResponse) ProtoMessage ¶ added in v1.0.0
func (*SetRecommendedTemplatesResponse) ProtoMessage()
func (*SetRecommendedTemplatesResponse) ProtoReflect ¶ added in v1.0.0
func (x *SetRecommendedTemplatesResponse) ProtoReflect() protoreflect.Message
func (*SetRecommendedTemplatesResponse) Reset ¶ added in v1.0.0
func (x *SetRecommendedTemplatesResponse) Reset()
func (*SetRecommendedTemplatesResponse) String ¶ added in v1.0.0
func (x *SetRecommendedTemplatesResponse) String() string
type SetRepositoryContributorRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*SetRepositoryContributorRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetRepositoryContributorRequest.ProtoReflect.Descriptor instead.
func (*SetRepositoryContributorRequest) GetRepositoryId ¶ added in v1.0.0
func (x *SetRepositoryContributorRequest) GetRepositoryId() string
func (*SetRepositoryContributorRequest) GetRepositoryRole ¶ added in v1.0.0
func (x *SetRepositoryContributorRequest) GetRepositoryRole() RepositoryRole
func (*SetRepositoryContributorRequest) GetUserId ¶ added in v1.0.0
func (x *SetRepositoryContributorRequest) GetUserId() string
func (*SetRepositoryContributorRequest) ProtoMessage ¶ added in v1.0.0
func (*SetRepositoryContributorRequest) ProtoMessage()
func (*SetRepositoryContributorRequest) ProtoReflect ¶ added in v1.0.0
func (x *SetRepositoryContributorRequest) ProtoReflect() protoreflect.Message
func (*SetRepositoryContributorRequest) Reset ¶ added in v1.0.0
func (x *SetRepositoryContributorRequest) Reset()
func (*SetRepositoryContributorRequest) String ¶ added in v1.0.0
func (x *SetRepositoryContributorRequest) String() string
type SetRepositoryContributorResponse ¶ added in v1.0.0
type SetRepositoryContributorResponse struct {
// contains filtered or unexported fields
}
func (*SetRepositoryContributorResponse) Descriptor
deprecated
added in
v1.0.0
func (*SetRepositoryContributorResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetRepositoryContributorResponse.ProtoReflect.Descriptor instead.
func (*SetRepositoryContributorResponse) ProtoMessage ¶ added in v1.0.0
func (*SetRepositoryContributorResponse) ProtoMessage()
func (*SetRepositoryContributorResponse) ProtoReflect ¶ added in v1.0.0
func (x *SetRepositoryContributorResponse) ProtoReflect() protoreflect.Message
func (*SetRepositoryContributorResponse) Reset ¶ added in v1.0.0
func (x *SetRepositoryContributorResponse) Reset()
func (*SetRepositoryContributorResponse) String ¶ added in v1.0.0
func (x *SetRepositoryContributorResponse) String() string
type SetStudioAgentPresetsRequest ¶ added in v1.5.0
type SetStudioAgentPresetsRequest struct { Agents []*StudioAgentPreset `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"` // contains filtered or unexported fields }
func (*SetStudioAgentPresetsRequest) Descriptor
deprecated
added in
v1.5.0
func (*SetStudioAgentPresetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetStudioAgentPresetsRequest.ProtoReflect.Descriptor instead.
func (*SetStudioAgentPresetsRequest) GetAgents ¶ added in v1.5.0
func (x *SetStudioAgentPresetsRequest) GetAgents() []*StudioAgentPreset
func (*SetStudioAgentPresetsRequest) ProtoMessage ¶ added in v1.5.0
func (*SetStudioAgentPresetsRequest) ProtoMessage()
func (*SetStudioAgentPresetsRequest) ProtoReflect ¶ added in v1.5.0
func (x *SetStudioAgentPresetsRequest) ProtoReflect() protoreflect.Message
func (*SetStudioAgentPresetsRequest) Reset ¶ added in v1.5.0
func (x *SetStudioAgentPresetsRequest) Reset()
func (*SetStudioAgentPresetsRequest) String ¶ added in v1.5.0
func (x *SetStudioAgentPresetsRequest) String() string
type SetStudioAgentPresetsResponse ¶ added in v1.5.0
type SetStudioAgentPresetsResponse struct {
// contains filtered or unexported fields
}
func (*SetStudioAgentPresetsResponse) Descriptor
deprecated
added in
v1.5.0
func (*SetStudioAgentPresetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetStudioAgentPresetsResponse.ProtoReflect.Descriptor instead.
func (*SetStudioAgentPresetsResponse) ProtoMessage ¶ added in v1.5.0
func (*SetStudioAgentPresetsResponse) ProtoMessage()
func (*SetStudioAgentPresetsResponse) ProtoReflect ¶ added in v1.5.0
func (x *SetStudioAgentPresetsResponse) ProtoReflect() protoreflect.Message
func (*SetStudioAgentPresetsResponse) Reset ¶ added in v1.5.0
func (x *SetStudioAgentPresetsResponse) Reset()
func (*SetStudioAgentPresetsResponse) String ¶ added in v1.5.0
func (x *SetStudioAgentPresetsResponse) String() string
type SetTemplateContributorRequest ¶ added in v1.0.0
type SetTemplateContributorRequest struct { // The ID of the template for which the user's role will be set. TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_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. TemplateRole TemplateRole `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetTemplateContributorRequest) Descriptor
deprecated
added in
v1.0.0
func (*SetTemplateContributorRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetTemplateContributorRequest.ProtoReflect.Descriptor instead.
func (*SetTemplateContributorRequest) GetTemplateId ¶ added in v1.0.0
func (x *SetTemplateContributorRequest) GetTemplateId() string
func (*SetTemplateContributorRequest) GetTemplateRole ¶ added in v1.0.0
func (x *SetTemplateContributorRequest) GetTemplateRole() TemplateRole
func (*SetTemplateContributorRequest) GetUserId ¶ added in v1.0.0
func (x *SetTemplateContributorRequest) GetUserId() string
func (*SetTemplateContributorRequest) ProtoMessage ¶ added in v1.0.0
func (*SetTemplateContributorRequest) ProtoMessage()
func (*SetTemplateContributorRequest) ProtoReflect ¶ added in v1.0.0
func (x *SetTemplateContributorRequest) ProtoReflect() protoreflect.Message
func (*SetTemplateContributorRequest) Reset ¶ added in v1.0.0
func (x *SetTemplateContributorRequest) Reset()
func (*SetTemplateContributorRequest) String ¶ added in v1.0.0
func (x *SetTemplateContributorRequest) String() string
type SetTemplateContributorResponse ¶ added in v1.0.0
type SetTemplateContributorResponse struct {
// contains filtered or unexported fields
}
func (*SetTemplateContributorResponse) Descriptor
deprecated
added in
v1.0.0
func (*SetTemplateContributorResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetTemplateContributorResponse.ProtoReflect.Descriptor instead.
func (*SetTemplateContributorResponse) ProtoMessage ¶ added in v1.0.0
func (*SetTemplateContributorResponse) ProtoMessage()
func (*SetTemplateContributorResponse) ProtoReflect ¶ added in v1.0.0
func (x *SetTemplateContributorResponse) ProtoReflect() protoreflect.Message
func (*SetTemplateContributorResponse) Reset ¶ added in v1.0.0
func (x *SetTemplateContributorResponse) Reset()
func (*SetTemplateContributorResponse) String ¶ added in v1.0.0
func (x *SetTemplateContributorResponse) String() string
type StudioAgentPreset ¶ added in v1.5.0
type StudioAgentPreset struct { // The target 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"` // contains filtered or unexported fields }
StudioAgentPreset is the information about an agent preset in the studio.
func (*StudioAgentPreset) Descriptor
deprecated
added in
v1.5.0
func (*StudioAgentPreset) Descriptor() ([]byte, []int)
Deprecated: Use StudioAgentPreset.ProtoReflect.Descriptor instead.
func (*StudioAgentPreset) GetAlias ¶ added in v1.5.0
func (x *StudioAgentPreset) GetAlias() string
func (*StudioAgentPreset) GetUrl ¶ added in v1.5.0
func (x *StudioAgentPreset) GetUrl() string
func (*StudioAgentPreset) ProtoMessage ¶ added in v1.5.0
func (*StudioAgentPreset) ProtoMessage()
func (*StudioAgentPreset) ProtoReflect ¶ added in v1.5.0
func (x *StudioAgentPreset) ProtoReflect() protoreflect.Message
func (*StudioAgentPreset) Reset ¶ added in v1.5.0
func (x *StudioAgentPreset) Reset()
func (*StudioAgentPreset) String ¶ added in v1.5.0
func (x *StudioAgentPreset) String() string
type SubscribedWebhook ¶ added in v1.6.0
type SubscribedWebhook struct { // The event associated with the subscription id. WebhookEvent WebhookEvent `` /* 144-byte string literal not displayed */ // The id of the associated subscription. WebhookSubscriptionId string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
SubscribedWebhook is the representation of a webhook event and webhook subscription id.
func (*SubscribedWebhook) Descriptor
deprecated
added in
v1.6.0
func (*SubscribedWebhook) Descriptor() ([]byte, []int)
Deprecated: Use SubscribedWebhook.ProtoReflect.Descriptor instead.
func (*SubscribedWebhook) GetWebhookEvent ¶ added in v1.6.0
func (x *SubscribedWebhook) GetWebhookEvent() WebhookEvent
func (*SubscribedWebhook) GetWebhookSubscriptionId ¶ added in v1.6.0
func (x *SubscribedWebhook) GetWebhookSubscriptionId() string
func (*SubscribedWebhook) ProtoMessage ¶ added in v1.6.0
func (*SubscribedWebhook) ProtoMessage()
func (*SubscribedWebhook) ProtoReflect ¶ added in v1.6.0
func (x *SubscribedWebhook) ProtoReflect() protoreflect.Message
func (*SubscribedWebhook) Reset ¶ added in v1.6.0
func (x *SubscribedWebhook) Reset()
func (*SubscribedWebhook) String ¶ added in v1.6.0
func (x *SubscribedWebhook) 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 Template ¶
type Template struct { // The ID of the template, which uniquely identifies the template. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The name of the template, i.e. "grpc-go". Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the owner of the template. Either a // username or organization name. Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` // Must not contain duplicate plugins. Order of plugin configs // dictates insertion point order. Note that we're // intentionally putting most of the plugin configuration // in the template, so that template versions are // less likely to cause breakages for users. PluginConfigs []*PluginConfig `protobuf:"bytes,4,rep,name=plugin_configs,json=pluginConfigs,proto3" json:"plugin_configs,omitempty"` // The visibility of the template. Visibility PluginVisibility `protobuf:"varint,5,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"` // deprecated means this template is deprecated. Deprecated bool `protobuf:"varint,8,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // deprecation_message is the message shown if the template is deprecated. DeprecationMessage string `protobuf:"bytes,9,opt,name=deprecation_message,json=deprecationMessage,proto3" json:"deprecation_message,omitempty"` // The creation time of the template. CreateTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // The last update time of the template object. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
Template defines a set of plugins that should be used together i.e. "go-grpc" would include protoc-gen-go and protoc-gen-go-grpc.
func (*Template) Descriptor
deprecated
func (*Template) GetCreateTime ¶ added in v1.1.1
func (x *Template) GetCreateTime() *timestamppb.Timestamp
func (*Template) GetDeprecated ¶ added in v1.0.0
func (*Template) GetDeprecationMessage ¶ added in v1.0.0
func (*Template) GetPluginConfigs ¶
func (x *Template) GetPluginConfigs() []*PluginConfig
func (*Template) GetUpdateTime ¶ added in v1.1.1
func (x *Template) GetUpdateTime() *timestamppb.Timestamp
func (*Template) GetVisibility ¶
func (x *Template) GetVisibility() PluginVisibility
func (*Template) ProtoMessage ¶
func (*Template) ProtoMessage()
func (*Template) ProtoReflect ¶
func (x *Template) ProtoReflect() protoreflect.Message
type TemplateContributor ¶ added in v1.0.0
type TemplateContributor struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // The ID of the template which the role belongs to. TemplateId string `protobuf:"bytes,2,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // The role that the user has been explicitly assigned against the template. ExplicitRole TemplateRole `` /* 144-byte string literal not displayed */ // Optionally defines the role that the user has implicitly against the template through the owning organization. // If the template does not belong to an organization or the user is not part of the owning organization, this is unset. ImplicitRole TemplateRole `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TemplateContributor) Descriptor
deprecated
added in
v1.0.0
func (*TemplateContributor) Descriptor() ([]byte, []int)
Deprecated: Use TemplateContributor.ProtoReflect.Descriptor instead.
func (*TemplateContributor) GetExplicitRole ¶ added in v1.0.0
func (x *TemplateContributor) GetExplicitRole() TemplateRole
func (*TemplateContributor) GetImplicitRole ¶ added in v1.0.0
func (x *TemplateContributor) GetImplicitRole() TemplateRole
func (*TemplateContributor) GetTemplateId ¶ added in v1.0.0
func (x *TemplateContributor) GetTemplateId() string
func (*TemplateContributor) GetUser ¶ added in v1.0.0
func (x *TemplateContributor) GetUser() *User
func (*TemplateContributor) ProtoMessage ¶ added in v1.0.0
func (*TemplateContributor) ProtoMessage()
func (*TemplateContributor) ProtoReflect ¶ added in v1.0.0
func (x *TemplateContributor) ProtoReflect() protoreflect.Message
func (*TemplateContributor) Reset ¶ added in v1.0.0
func (x *TemplateContributor) Reset()
func (*TemplateContributor) String ¶ added in v1.0.0
func (x *TemplateContributor) String() string
type TemplateRole ¶ added in v1.0.0
type TemplateRole int32
The roles that users can have for a Template.
const ( TemplateRole_TEMPLATE_ROLE_UNSPECIFIED TemplateRole = 0 TemplateRole_TEMPLATE_ROLE_OWNER TemplateRole = 1 TemplateRole_TEMPLATE_ROLE_ADMIN TemplateRole = 2 TemplateRole_TEMPLATE_ROLE_WRITE TemplateRole = 3 TemplateRole_TEMPLATE_ROLE_READ TemplateRole = 4 )
func (TemplateRole) Descriptor ¶ added in v1.0.0
func (TemplateRole) Descriptor() protoreflect.EnumDescriptor
func (TemplateRole) Enum ¶ added in v1.0.0
func (x TemplateRole) Enum() *TemplateRole
func (TemplateRole) EnumDescriptor
deprecated
added in
v1.0.0
func (TemplateRole) EnumDescriptor() ([]byte, []int)
Deprecated: Use TemplateRole.Descriptor instead.
func (TemplateRole) Number ¶ added in v1.0.0
func (x TemplateRole) Number() protoreflect.EnumNumber
func (TemplateRole) String ¶ added in v1.0.0
func (x TemplateRole) String() string
func (TemplateRole) Type ¶ added in v1.0.0
func (TemplateRole) Type() protoreflect.EnumType
type TemplateSearchResult ¶ added in v1.0.0
type TemplateSearchResult struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The name of the user or organization // who is the owner of this template. Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` // The visibility of the template. Visibility PluginVisibility `protobuf:"varint,4,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"` Deprecated bool `protobuf:"varint,5,opt,name=deprecated,proto3" json:"deprecated,omitempty"` // contains filtered or unexported fields }
func (*TemplateSearchResult) Descriptor
deprecated
added in
v1.0.0
func (*TemplateSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use TemplateSearchResult.ProtoReflect.Descriptor instead.
func (*TemplateSearchResult) GetDeprecated ¶ added in v1.0.0
func (x *TemplateSearchResult) GetDeprecated() bool
func (*TemplateSearchResult) GetId ¶ added in v1.0.0
func (x *TemplateSearchResult) GetId() string
func (*TemplateSearchResult) GetName ¶ added in v1.0.0
func (x *TemplateSearchResult) GetName() string
func (*TemplateSearchResult) GetOwner ¶ added in v1.0.0
func (x *TemplateSearchResult) GetOwner() string
func (*TemplateSearchResult) GetVisibility ¶ added in v1.0.0
func (x *TemplateSearchResult) GetVisibility() PluginVisibility
func (*TemplateSearchResult) ProtoMessage ¶ added in v1.0.0
func (*TemplateSearchResult) ProtoMessage()
func (*TemplateSearchResult) ProtoReflect ¶ added in v1.0.0
func (x *TemplateSearchResult) ProtoReflect() protoreflect.Message
func (*TemplateSearchResult) Reset ¶ added in v1.0.0
func (x *TemplateSearchResult) Reset()
func (*TemplateSearchResult) String ¶ added in v1.0.0
func (x *TemplateSearchResult) String() string
type TemplateVersion ¶
type TemplateVersion struct { // The ID of the template version, which uniquely identifies the template version. // Mostly used for pagination. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The name of the template version, i.e. "v1". Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The owner of the template to which this version relates. TemplateOwner string `protobuf:"bytes,3,opt,name=template_owner,json=templateOwner,proto3" json:"template_owner,omitempty"` // The name of the template to which this version relates. TemplateName string `protobuf:"bytes,4,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"` // A map from plugin owner and name to version for the plugins // defined in the template. Every plugin in the template // must have a corresponding version in this array. PluginVersions []*PluginVersionMapping `protobuf:"bytes,5,rep,name=plugin_versions,json=pluginVersions,proto3" json:"plugin_versions,omitempty"` // contains filtered or unexported fields }
TemplateVersion defines a template at a specific set of versions for the contained plugins.
func (*TemplateVersion) Descriptor
deprecated
func (*TemplateVersion) Descriptor() ([]byte, []int)
Deprecated: Use TemplateVersion.ProtoReflect.Descriptor instead.
func (*TemplateVersion) GetId ¶
func (x *TemplateVersion) GetId() string
func (*TemplateVersion) GetName ¶
func (x *TemplateVersion) GetName() string
func (*TemplateVersion) GetPluginVersions ¶
func (x *TemplateVersion) GetPluginVersions() []*PluginVersionMapping
func (*TemplateVersion) GetTemplateName ¶
func (x *TemplateVersion) GetTemplateName() string
func (*TemplateVersion) GetTemplateOwner ¶
func (x *TemplateVersion) GetTemplateOwner() string
func (*TemplateVersion) ProtoMessage ¶
func (*TemplateVersion) ProtoMessage()
func (*TemplateVersion) ProtoReflect ¶
func (x *TemplateVersion) ProtoReflect() protoreflect.Message
func (*TemplateVersion) Reset ¶
func (x *TemplateVersion) Reset()
func (*TemplateVersion) String ¶
func (x *TemplateVersion) String() string
type Token ¶
type Token struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` ExpireTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` Note string `protobuf:"bytes,4,opt,name=note,proto3" json:"note,omitempty"` // contains filtered or unexported fields }
func (*Token) Descriptor
deprecated
func (*Token) 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 UndeprecatePluginRequest ¶ added in v1.0.0
type UndeprecatePluginRequest struct { // The owner of the plugin. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UndeprecatePluginRequest) Descriptor
deprecated
added in
v1.0.0
func (*UndeprecatePluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use UndeprecatePluginRequest.ProtoReflect.Descriptor instead.
func (*UndeprecatePluginRequest) GetName ¶ added in v1.0.0
func (x *UndeprecatePluginRequest) GetName() string
func (*UndeprecatePluginRequest) GetOwner ¶ added in v1.0.0
func (x *UndeprecatePluginRequest) GetOwner() string
func (*UndeprecatePluginRequest) ProtoMessage ¶ added in v1.0.0
func (*UndeprecatePluginRequest) ProtoMessage()
func (*UndeprecatePluginRequest) ProtoReflect ¶ added in v1.0.0
func (x *UndeprecatePluginRequest) ProtoReflect() protoreflect.Message
func (*UndeprecatePluginRequest) Reset ¶ added in v1.0.0
func (x *UndeprecatePluginRequest) Reset()
func (*UndeprecatePluginRequest) String ¶ added in v1.0.0
func (x *UndeprecatePluginRequest) String() string
type UndeprecatePluginResponse ¶ added in v1.0.0
type UndeprecatePluginResponse struct {
// contains filtered or unexported fields
}
func (*UndeprecatePluginResponse) Descriptor
deprecated
added in
v1.0.0
func (*UndeprecatePluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use UndeprecatePluginResponse.ProtoReflect.Descriptor instead.
func (*UndeprecatePluginResponse) ProtoMessage ¶ added in v1.0.0
func (*UndeprecatePluginResponse) ProtoMessage()
func (*UndeprecatePluginResponse) ProtoReflect ¶ added in v1.0.0
func (x *UndeprecatePluginResponse) ProtoReflect() protoreflect.Message
func (*UndeprecatePluginResponse) Reset ¶ added in v1.0.0
func (x *UndeprecatePluginResponse) Reset()
func (*UndeprecatePluginResponse) String ¶ added in v1.0.0
func (x *UndeprecatePluginResponse) String() string
type UndeprecateRepositoryByNameRequest ¶ added in v1.0.0
type UndeprecateRepositoryByNameRequest struct { OwnerName string `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"` RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"` // contains filtered or unexported fields }
func (*UndeprecateRepositoryByNameRequest) Descriptor
deprecated
added in
v1.0.0
func (*UndeprecateRepositoryByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UndeprecateRepositoryByNameRequest.ProtoReflect.Descriptor instead.
func (*UndeprecateRepositoryByNameRequest) GetOwnerName ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameRequest) GetOwnerName() string
func (*UndeprecateRepositoryByNameRequest) GetRepositoryName ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameRequest) GetRepositoryName() string
func (*UndeprecateRepositoryByNameRequest) ProtoMessage ¶ added in v1.0.0
func (*UndeprecateRepositoryByNameRequest) ProtoMessage()
func (*UndeprecateRepositoryByNameRequest) ProtoReflect ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameRequest) ProtoReflect() protoreflect.Message
func (*UndeprecateRepositoryByNameRequest) Reset ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameRequest) Reset()
func (*UndeprecateRepositoryByNameRequest) String ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameRequest) String() string
type UndeprecateRepositoryByNameResponse ¶ added in v1.0.0
type UndeprecateRepositoryByNameResponse struct { Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` // contains filtered or unexported fields }
func (*UndeprecateRepositoryByNameResponse) Descriptor
deprecated
added in
v1.0.0
func (*UndeprecateRepositoryByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UndeprecateRepositoryByNameResponse.ProtoReflect.Descriptor instead.
func (*UndeprecateRepositoryByNameResponse) GetRepository ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameResponse) GetRepository() *Repository
func (*UndeprecateRepositoryByNameResponse) ProtoMessage ¶ added in v1.0.0
func (*UndeprecateRepositoryByNameResponse) ProtoMessage()
func (*UndeprecateRepositoryByNameResponse) ProtoReflect ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameResponse) ProtoReflect() protoreflect.Message
func (*UndeprecateRepositoryByNameResponse) Reset ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameResponse) Reset()
func (*UndeprecateRepositoryByNameResponse) String ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameResponse) String() string
type UndeprecateTemplateRequest ¶ added in v1.0.0
type UndeprecateTemplateRequest struct { // The owner of the template. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UndeprecateTemplateRequest) Descriptor
deprecated
added in
v1.0.0
func (*UndeprecateTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UndeprecateTemplateRequest.ProtoReflect.Descriptor instead.
func (*UndeprecateTemplateRequest) GetName ¶ added in v1.0.0
func (x *UndeprecateTemplateRequest) GetName() string
func (*UndeprecateTemplateRequest) GetOwner ¶ added in v1.0.0
func (x *UndeprecateTemplateRequest) GetOwner() string
func (*UndeprecateTemplateRequest) ProtoMessage ¶ added in v1.0.0
func (*UndeprecateTemplateRequest) ProtoMessage()
func (*UndeprecateTemplateRequest) ProtoReflect ¶ added in v1.0.0
func (x *UndeprecateTemplateRequest) ProtoReflect() protoreflect.Message
func (*UndeprecateTemplateRequest) Reset ¶ added in v1.0.0
func (x *UndeprecateTemplateRequest) Reset()
func (*UndeprecateTemplateRequest) String ¶ added in v1.0.0
func (x *UndeprecateTemplateRequest) String() string
type UndeprecateTemplateResponse ¶ added in v1.0.0
type UndeprecateTemplateResponse struct {
// contains filtered or unexported fields
}
func (*UndeprecateTemplateResponse) Descriptor
deprecated
added in
v1.0.0
func (*UndeprecateTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UndeprecateTemplateResponse.ProtoReflect.Descriptor instead.
func (*UndeprecateTemplateResponse) ProtoMessage ¶ added in v1.0.0
func (*UndeprecateTemplateResponse) ProtoMessage()
func (*UndeprecateTemplateResponse) ProtoReflect ¶ added in v1.0.0
func (x *UndeprecateTemplateResponse) ProtoReflect() protoreflect.Message
func (*UndeprecateTemplateResponse) Reset ¶ added in v1.0.0
func (x *UndeprecateTemplateResponse) Reset()
func (*UndeprecateTemplateResponse) String ¶ added in v1.0.0
func (x *UndeprecateTemplateResponse) String() string
type UpdateOrganizationMemberRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*UpdateOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationMemberRequest) GetOrganizationId ¶ added in v1.0.0
func (x *UpdateOrganizationMemberRequest) GetOrganizationId() string
func (*UpdateOrganizationMemberRequest) GetOrganizationRole ¶ added in v1.0.0
func (x *UpdateOrganizationMemberRequest) GetOrganizationRole() OrganizationRole
func (*UpdateOrganizationMemberRequest) GetUserId ¶ added in v1.0.0
func (x *UpdateOrganizationMemberRequest) GetUserId() string
func (*UpdateOrganizationMemberRequest) ProtoMessage ¶ added in v1.0.0
func (*UpdateOrganizationMemberRequest) ProtoMessage()
func (*UpdateOrganizationMemberRequest) ProtoReflect ¶ added in v1.0.0
func (x *UpdateOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationMemberRequest) Reset ¶ added in v1.0.0
func (x *UpdateOrganizationMemberRequest) Reset()
func (*UpdateOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *UpdateOrganizationMemberRequest) String() string
type UpdateOrganizationMemberResponse ¶ added in v1.0.0
type UpdateOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*UpdateOrganizationMemberResponse) Descriptor
deprecated
added in
v1.0.0
func (*UpdateOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationMemberResponse) ProtoMessage ¶ added in v1.0.0
func (*UpdateOrganizationMemberResponse) ProtoMessage()
func (*UpdateOrganizationMemberResponse) ProtoReflect ¶ added in v1.0.0
func (x *UpdateOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationMemberResponse) Reset ¶ added in v1.0.0
func (x *UpdateOrganizationMemberResponse) Reset()
func (*UpdateOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *UpdateOrganizationMemberResponse) String() string
type UpdateOrganizationSettingsRequest ¶ added in v1.0.0
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, no update to this base role will be made if this is unspecified. PluginBaseRole PluginRole `` /* 150-byte string literal not displayed */ // optional, no update to this base role will be made if this is unspecified. TemplateBaseRole TemplateRole `` /* 158-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateOrganizationSettingsRequest) Descriptor
deprecated
added in
v1.0.0
func (*UpdateOrganizationSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationSettingsRequest) GetOrganizationId ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) GetOrganizationId() string
func (*UpdateOrganizationSettingsRequest) GetPluginBaseRole ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) GetPluginBaseRole() PluginRole
func (*UpdateOrganizationSettingsRequest) GetRepositoryBaseRole ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) GetRepositoryBaseRole() RepositoryRole
func (*UpdateOrganizationSettingsRequest) GetTemplateBaseRole ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) GetTemplateBaseRole() TemplateRole
func (*UpdateOrganizationSettingsRequest) ProtoMessage ¶ added in v1.0.0
func (*UpdateOrganizationSettingsRequest) ProtoMessage()
func (*UpdateOrganizationSettingsRequest) ProtoReflect ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationSettingsRequest) Reset ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) Reset()
func (*UpdateOrganizationSettingsRequest) String ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) String() string
type UpdateOrganizationSettingsResponse ¶ added in v1.0.0
type UpdateOrganizationSettingsResponse struct {
// contains filtered or unexported fields
}
func (*UpdateOrganizationSettingsResponse) Descriptor
deprecated
added in
v1.0.0
func (*UpdateOrganizationSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationSettingsResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationSettingsResponse) ProtoMessage ¶ added in v1.0.0
func (*UpdateOrganizationSettingsResponse) ProtoMessage()
func (*UpdateOrganizationSettingsResponse) ProtoReflect ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationSettingsResponse) Reset ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsResponse) Reset()
func (*UpdateOrganizationSettingsResponse) String ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsResponse) String() string
type UpdateRepositorySettingsByNameRequest ¶ added in v1.3.1
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"` // Changes are only made to specified values. Unspecified ones are left unchanged. Visibility Visibility `protobuf:"varint,3,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.Visibility" json:"visibility,omitempty"` // contains filtered or unexported fields }
func (*UpdateRepositorySettingsByNameRequest) Descriptor
deprecated
added in
v1.3.1
func (*UpdateRepositorySettingsByNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRepositorySettingsByNameRequest.ProtoReflect.Descriptor instead.
func (*UpdateRepositorySettingsByNameRequest) GetOwnerName ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameRequest) GetOwnerName() string
func (*UpdateRepositorySettingsByNameRequest) GetRepositoryName ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameRequest) GetRepositoryName() string
func (*UpdateRepositorySettingsByNameRequest) GetVisibility ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameRequest) GetVisibility() Visibility
func (*UpdateRepositorySettingsByNameRequest) ProtoMessage ¶ added in v1.3.1
func (*UpdateRepositorySettingsByNameRequest) ProtoMessage()
func (*UpdateRepositorySettingsByNameRequest) ProtoReflect ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameRequest) ProtoReflect() protoreflect.Message
func (*UpdateRepositorySettingsByNameRequest) Reset ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameRequest) Reset()
func (*UpdateRepositorySettingsByNameRequest) String ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameRequest) String() string
type UpdateRepositorySettingsByNameResponse ¶ added in v1.3.1
type UpdateRepositorySettingsByNameResponse struct {
// contains filtered or unexported fields
}
func (*UpdateRepositorySettingsByNameResponse) Descriptor
deprecated
added in
v1.3.1
func (*UpdateRepositorySettingsByNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRepositorySettingsByNameResponse.ProtoReflect.Descriptor instead.
func (*UpdateRepositorySettingsByNameResponse) ProtoMessage ¶ added in v1.3.1
func (*UpdateRepositorySettingsByNameResponse) ProtoMessage()
func (*UpdateRepositorySettingsByNameResponse) ProtoReflect ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameResponse) ProtoReflect() protoreflect.Message
func (*UpdateRepositorySettingsByNameResponse) Reset ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameResponse) Reset()
func (*UpdateRepositorySettingsByNameResponse) String ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameResponse) String() string
type UpdateUserServerRoleRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*UpdateUserServerRoleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserServerRoleRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserServerRoleRequest) GetServerRole ¶ added in v1.0.0
func (x *UpdateUserServerRoleRequest) GetServerRole() ServerRole
func (*UpdateUserServerRoleRequest) GetUserId ¶ added in v1.0.0
func (x *UpdateUserServerRoleRequest) GetUserId() string
func (*UpdateUserServerRoleRequest) ProtoMessage ¶ added in v1.0.0
func (*UpdateUserServerRoleRequest) ProtoMessage()
func (*UpdateUserServerRoleRequest) ProtoReflect ¶ added in v1.0.0
func (x *UpdateUserServerRoleRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserServerRoleRequest) Reset ¶ added in v1.0.0
func (x *UpdateUserServerRoleRequest) Reset()
func (*UpdateUserServerRoleRequest) String ¶ added in v1.0.0
func (x *UpdateUserServerRoleRequest) String() string
type UpdateUserServerRoleResponse ¶ added in v1.0.0
type UpdateUserServerRoleResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserServerRoleResponse) Descriptor
deprecated
added in
v1.0.0
func (*UpdateUserServerRoleResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserServerRoleResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserServerRoleResponse) ProtoMessage ¶ added in v1.0.0
func (*UpdateUserServerRoleResponse) ProtoMessage()
func (*UpdateUserServerRoleResponse) ProtoReflect ¶ added in v1.0.0
func (x *UpdateUserServerRoleResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserServerRoleResponse) Reset ¶ added in v1.0.0
func (x *UpdateUserServerRoleResponse) Reset()
func (*UpdateUserServerRoleResponse) String ¶ added in v1.0.0
func (x *UpdateUserServerRoleResponse) 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"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCreateTime ¶
func (x *User) GetCreateTime() *timestamppb.Timestamp
func (*User) GetDeactivated ¶ added in v1.0.0
func (*User) GetUpdateTime ¶
func (x *User) GetUpdateTime() *timestamppb.Timestamp
func (*User) GetUsername ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserCanAddOrganizationMemberRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanAddOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanAddOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*UserCanAddOrganizationMemberRequest) GetOrganizationId ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberRequest) GetOrganizationId() string
func (*UserCanAddOrganizationMemberRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanAddOrganizationMemberRequest) ProtoMessage()
func (*UserCanAddOrganizationMemberRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*UserCanAddOrganizationMemberRequest) Reset ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberRequest) Reset()
func (*UserCanAddOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberRequest) String() string
type UserCanAddOrganizationMemberResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanAddOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanAddOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*UserCanAddOrganizationMemberResponse) GetAuthorizedRoles ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
func (*UserCanAddOrganizationMemberResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanAddOrganizationMemberResponse) ProtoMessage()
func (*UserCanAddOrganizationMemberResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*UserCanAddOrganizationMemberResponse) Reset ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberResponse) Reset()
func (*UserCanAddOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberResponse) String() string
type UserCanCreateOrganizationPluginRequest ¶
type UserCanCreateOrganizationPluginRequest struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreateOrganizationPluginRequest) Descriptor
deprecated
func (*UserCanCreateOrganizationPluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreateOrganizationPluginRequest.ProtoReflect.Descriptor instead.
func (*UserCanCreateOrganizationPluginRequest) GetOrganizationId ¶
func (x *UserCanCreateOrganizationPluginRequest) GetOrganizationId() string
func (*UserCanCreateOrganizationPluginRequest) ProtoMessage ¶
func (*UserCanCreateOrganizationPluginRequest) ProtoMessage()
func (*UserCanCreateOrganizationPluginRequest) ProtoReflect ¶
func (x *UserCanCreateOrganizationPluginRequest) ProtoReflect() protoreflect.Message
func (*UserCanCreateOrganizationPluginRequest) Reset ¶
func (x *UserCanCreateOrganizationPluginRequest) Reset()
func (*UserCanCreateOrganizationPluginRequest) String ¶
func (x *UserCanCreateOrganizationPluginRequest) String() string
type UserCanCreateOrganizationPluginResponse ¶
type UserCanCreateOrganizationPluginResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreateOrganizationPluginResponse) Descriptor
deprecated
func (*UserCanCreateOrganizationPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreateOrganizationPluginResponse.ProtoReflect.Descriptor instead.
func (*UserCanCreateOrganizationPluginResponse) GetAuthorized ¶
func (x *UserCanCreateOrganizationPluginResponse) GetAuthorized() bool
func (*UserCanCreateOrganizationPluginResponse) ProtoMessage ¶
func (*UserCanCreateOrganizationPluginResponse) ProtoMessage()
func (*UserCanCreateOrganizationPluginResponse) ProtoReflect ¶
func (x *UserCanCreateOrganizationPluginResponse) ProtoReflect() protoreflect.Message
func (*UserCanCreateOrganizationPluginResponse) Reset ¶
func (x *UserCanCreateOrganizationPluginResponse) Reset()
func (*UserCanCreateOrganizationPluginResponse) String ¶
func (x *UserCanCreateOrganizationPluginResponse) 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 UserCanCreateOrganizationTemplateRequest ¶
type UserCanCreateOrganizationTemplateRequest struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreateOrganizationTemplateRequest) Descriptor
deprecated
func (*UserCanCreateOrganizationTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreateOrganizationTemplateRequest.ProtoReflect.Descriptor instead.
func (*UserCanCreateOrganizationTemplateRequest) GetOrganizationId ¶
func (x *UserCanCreateOrganizationTemplateRequest) GetOrganizationId() string
func (*UserCanCreateOrganizationTemplateRequest) ProtoMessage ¶
func (*UserCanCreateOrganizationTemplateRequest) ProtoMessage()
func (*UserCanCreateOrganizationTemplateRequest) ProtoReflect ¶
func (x *UserCanCreateOrganizationTemplateRequest) ProtoReflect() protoreflect.Message
func (*UserCanCreateOrganizationTemplateRequest) Reset ¶
func (x *UserCanCreateOrganizationTemplateRequest) Reset()
func (*UserCanCreateOrganizationTemplateRequest) String ¶
func (x *UserCanCreateOrganizationTemplateRequest) String() string
type UserCanCreateOrganizationTemplateResponse ¶
type UserCanCreateOrganizationTemplateResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreateOrganizationTemplateResponse) Descriptor
deprecated
func (*UserCanCreateOrganizationTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreateOrganizationTemplateResponse.ProtoReflect.Descriptor instead.
func (*UserCanCreateOrganizationTemplateResponse) GetAuthorized ¶
func (x *UserCanCreateOrganizationTemplateResponse) GetAuthorized() bool
func (*UserCanCreateOrganizationTemplateResponse) ProtoMessage ¶
func (*UserCanCreateOrganizationTemplateResponse) ProtoMessage()
func (*UserCanCreateOrganizationTemplateResponse) ProtoReflect ¶
func (x *UserCanCreateOrganizationTemplateResponse) ProtoReflect() protoreflect.Message
func (*UserCanCreateOrganizationTemplateResponse) Reset ¶
func (x *UserCanCreateOrganizationTemplateResponse) Reset()
func (*UserCanCreateOrganizationTemplateResponse) String ¶
func (x *UserCanCreateOrganizationTemplateResponse) String() string
type UserCanCreatePluginVersionRequest ¶
type UserCanCreatePluginVersionRequest struct { // The owner of the plugin. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreatePluginVersionRequest) Descriptor
deprecated
func (*UserCanCreatePluginVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreatePluginVersionRequest.ProtoReflect.Descriptor instead.
func (*UserCanCreatePluginVersionRequest) GetName ¶
func (x *UserCanCreatePluginVersionRequest) GetName() string
func (*UserCanCreatePluginVersionRequest) GetOwner ¶
func (x *UserCanCreatePluginVersionRequest) GetOwner() string
func (*UserCanCreatePluginVersionRequest) ProtoMessage ¶
func (*UserCanCreatePluginVersionRequest) ProtoMessage()
func (*UserCanCreatePluginVersionRequest) ProtoReflect ¶
func (x *UserCanCreatePluginVersionRequest) ProtoReflect() protoreflect.Message
func (*UserCanCreatePluginVersionRequest) Reset ¶
func (x *UserCanCreatePluginVersionRequest) Reset()
func (*UserCanCreatePluginVersionRequest) String ¶
func (x *UserCanCreatePluginVersionRequest) String() string
type UserCanCreatePluginVersionResponse ¶
type UserCanCreatePluginVersionResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreatePluginVersionResponse) Descriptor
deprecated
func (*UserCanCreatePluginVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreatePluginVersionResponse.ProtoReflect.Descriptor instead.
func (*UserCanCreatePluginVersionResponse) GetAuthorized ¶
func (x *UserCanCreatePluginVersionResponse) GetAuthorized() bool
func (*UserCanCreatePluginVersionResponse) ProtoMessage ¶
func (*UserCanCreatePluginVersionResponse) ProtoMessage()
func (*UserCanCreatePluginVersionResponse) ProtoReflect ¶
func (x *UserCanCreatePluginVersionResponse) ProtoReflect() protoreflect.Message
func (*UserCanCreatePluginVersionResponse) Reset ¶
func (x *UserCanCreatePluginVersionResponse) Reset()
func (*UserCanCreatePluginVersionResponse) String ¶
func (x *UserCanCreatePluginVersionResponse) String() string
type UserCanCreateTemplateVersionRequest ¶
type UserCanCreateTemplateVersionRequest struct { // The owner of the template. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreateTemplateVersionRequest) Descriptor
deprecated
func (*UserCanCreateTemplateVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreateTemplateVersionRequest.ProtoReflect.Descriptor instead.
func (*UserCanCreateTemplateVersionRequest) GetName ¶
func (x *UserCanCreateTemplateVersionRequest) GetName() string
func (*UserCanCreateTemplateVersionRequest) GetOwner ¶
func (x *UserCanCreateTemplateVersionRequest) GetOwner() string
func (*UserCanCreateTemplateVersionRequest) ProtoMessage ¶
func (*UserCanCreateTemplateVersionRequest) ProtoMessage()
func (*UserCanCreateTemplateVersionRequest) ProtoReflect ¶
func (x *UserCanCreateTemplateVersionRequest) ProtoReflect() protoreflect.Message
func (*UserCanCreateTemplateVersionRequest) Reset ¶
func (x *UserCanCreateTemplateVersionRequest) Reset()
func (*UserCanCreateTemplateVersionRequest) String ¶
func (x *UserCanCreateTemplateVersionRequest) String() string
type UserCanCreateTemplateVersionResponse ¶
type UserCanCreateTemplateVersionResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanCreateTemplateVersionResponse) Descriptor
deprecated
func (*UserCanCreateTemplateVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanCreateTemplateVersionResponse.ProtoReflect.Descriptor instead.
func (*UserCanCreateTemplateVersionResponse) GetAuthorized ¶
func (x *UserCanCreateTemplateVersionResponse) GetAuthorized() bool
func (*UserCanCreateTemplateVersionResponse) ProtoMessage ¶
func (*UserCanCreateTemplateVersionResponse) ProtoMessage()
func (*UserCanCreateTemplateVersionResponse) ProtoReflect ¶
func (x *UserCanCreateTemplateVersionResponse) ProtoReflect() protoreflect.Message
func (*UserCanCreateTemplateVersionResponse) Reset ¶
func (x *UserCanCreateTemplateVersionResponse) Reset()
func (*UserCanCreateTemplateVersionResponse) String ¶
func (x *UserCanCreateTemplateVersionResponse) String() string
type UserCanDeleteOrganizationRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanDeleteOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UserCanDeleteOrganizationRequest) GetOrganizationId ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationRequest) GetOrganizationId() string
func (*UserCanDeleteOrganizationRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeleteOrganizationRequest) ProtoMessage()
func (*UserCanDeleteOrganizationRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationRequest) ProtoReflect() protoreflect.Message
func (*UserCanDeleteOrganizationRequest) Reset ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationRequest) Reset()
func (*UserCanDeleteOrganizationRequest) String ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationRequest) String() string
type UserCanDeleteOrganizationResponse ¶ added in v1.0.0
type UserCanDeleteOrganizationResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteOrganizationResponse) Descriptor
deprecated
added in
v1.0.0
func (*UserCanDeleteOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteOrganizationResponse.ProtoReflect.Descriptor instead.
func (*UserCanDeleteOrganizationResponse) GetAuthorized ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationResponse) GetAuthorized() bool
func (*UserCanDeleteOrganizationResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeleteOrganizationResponse) ProtoMessage()
func (*UserCanDeleteOrganizationResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationResponse) ProtoReflect() protoreflect.Message
func (*UserCanDeleteOrganizationResponse) Reset ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationResponse) Reset()
func (*UserCanDeleteOrganizationResponse) String ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationResponse) String() string
type UserCanDeletePluginRequest ¶ added in v1.0.0
type UserCanDeletePluginRequest struct { // The ID of the plugin for which to check // whether the user is authorized. PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeletePluginRequest) Descriptor
deprecated
added in
v1.0.0
func (*UserCanDeletePluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeletePluginRequest.ProtoReflect.Descriptor instead.
func (*UserCanDeletePluginRequest) GetPluginId ¶ added in v1.0.0
func (x *UserCanDeletePluginRequest) GetPluginId() string
func (*UserCanDeletePluginRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeletePluginRequest) ProtoMessage()
func (*UserCanDeletePluginRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeletePluginRequest) ProtoReflect() protoreflect.Message
func (*UserCanDeletePluginRequest) Reset ¶ added in v1.0.0
func (x *UserCanDeletePluginRequest) Reset()
func (*UserCanDeletePluginRequest) String ¶ added in v1.0.0
func (x *UserCanDeletePluginRequest) String() string
type UserCanDeletePluginResponse ¶ added in v1.0.0
type UserCanDeletePluginResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeletePluginResponse) Descriptor
deprecated
added in
v1.0.0
func (*UserCanDeletePluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeletePluginResponse.ProtoReflect.Descriptor instead.
func (*UserCanDeletePluginResponse) GetAuthorized ¶ added in v1.0.0
func (x *UserCanDeletePluginResponse) GetAuthorized() bool
func (*UserCanDeletePluginResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeletePluginResponse) ProtoMessage()
func (*UserCanDeletePluginResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeletePluginResponse) ProtoReflect() protoreflect.Message
func (*UserCanDeletePluginResponse) Reset ¶ added in v1.0.0
func (x *UserCanDeletePluginResponse) Reset()
func (*UserCanDeletePluginResponse) String ¶ added in v1.0.0
func (x *UserCanDeletePluginResponse) String() string
type UserCanDeleteRepositoryRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanDeleteRepositoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteRepositoryRequest.ProtoReflect.Descriptor instead.
func (*UserCanDeleteRepositoryRequest) GetRepositoryId ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryRequest) GetRepositoryId() string
func (*UserCanDeleteRepositoryRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeleteRepositoryRequest) ProtoMessage()
func (*UserCanDeleteRepositoryRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryRequest) ProtoReflect() protoreflect.Message
func (*UserCanDeleteRepositoryRequest) Reset ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryRequest) Reset()
func (*UserCanDeleteRepositoryRequest) String ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryRequest) String() string
type UserCanDeleteRepositoryResponse ¶ added in v1.0.0
type UserCanDeleteRepositoryResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteRepositoryResponse) Descriptor
deprecated
added in
v1.0.0
func (*UserCanDeleteRepositoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteRepositoryResponse.ProtoReflect.Descriptor instead.
func (*UserCanDeleteRepositoryResponse) GetAuthorized ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryResponse) GetAuthorized() bool
func (*UserCanDeleteRepositoryResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeleteRepositoryResponse) ProtoMessage()
func (*UserCanDeleteRepositoryResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryResponse) ProtoReflect() protoreflect.Message
func (*UserCanDeleteRepositoryResponse) Reset ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryResponse) Reset()
func (*UserCanDeleteRepositoryResponse) String ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryResponse) String() string
type UserCanDeleteTemplateRequest ¶ added in v1.0.0
type UserCanDeleteTemplateRequest struct { // The ID of the template for which to check // whether the user is authorized. TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteTemplateRequest) Descriptor
deprecated
added in
v1.0.0
func (*UserCanDeleteTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteTemplateRequest.ProtoReflect.Descriptor instead.
func (*UserCanDeleteTemplateRequest) GetTemplateId ¶ added in v1.0.0
func (x *UserCanDeleteTemplateRequest) GetTemplateId() string
func (*UserCanDeleteTemplateRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeleteTemplateRequest) ProtoMessage()
func (*UserCanDeleteTemplateRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeleteTemplateRequest) ProtoReflect() protoreflect.Message
func (*UserCanDeleteTemplateRequest) Reset ¶ added in v1.0.0
func (x *UserCanDeleteTemplateRequest) Reset()
func (*UserCanDeleteTemplateRequest) String ¶ added in v1.0.0
func (x *UserCanDeleteTemplateRequest) String() string
type UserCanDeleteTemplateResponse ¶ added in v1.0.0
type UserCanDeleteTemplateResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteTemplateResponse) Descriptor
deprecated
added in
v1.0.0
func (*UserCanDeleteTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteTemplateResponse.ProtoReflect.Descriptor instead.
func (*UserCanDeleteTemplateResponse) GetAuthorized ¶ added in v1.0.0
func (x *UserCanDeleteTemplateResponse) GetAuthorized() bool
func (*UserCanDeleteTemplateResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeleteTemplateResponse) ProtoMessage()
func (*UserCanDeleteTemplateResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeleteTemplateResponse) ProtoReflect() protoreflect.Message
func (*UserCanDeleteTemplateResponse) Reset ¶ added in v1.0.0
func (x *UserCanDeleteTemplateResponse) Reset()
func (*UserCanDeleteTemplateResponse) String ¶ added in v1.0.0
func (x *UserCanDeleteTemplateResponse) String() string
type UserCanDeleteUserRequest ¶ added in v1.0.0
type UserCanDeleteUserRequest struct {
// contains filtered or unexported fields
}
func (*UserCanDeleteUserRequest) Descriptor
deprecated
added in
v1.0.0
func (*UserCanDeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteUserRequest.ProtoReflect.Descriptor instead.
func (*UserCanDeleteUserRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeleteUserRequest) ProtoMessage()
func (*UserCanDeleteUserRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeleteUserRequest) ProtoReflect() protoreflect.Message
func (*UserCanDeleteUserRequest) Reset ¶ added in v1.0.0
func (x *UserCanDeleteUserRequest) Reset()
func (*UserCanDeleteUserRequest) String ¶ added in v1.0.0
func (x *UserCanDeleteUserRequest) String() string
type UserCanDeleteUserResponse ¶ added in v1.0.0
type UserCanDeleteUserResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanDeleteUserResponse) Descriptor
deprecated
added in
v1.0.0
func (*UserCanDeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanDeleteUserResponse.ProtoReflect.Descriptor instead.
func (*UserCanDeleteUserResponse) GetAuthorized ¶ added in v1.0.0
func (x *UserCanDeleteUserResponse) GetAuthorized() bool
func (*UserCanDeleteUserResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanDeleteUserResponse) ProtoMessage()
func (*UserCanDeleteUserResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanDeleteUserResponse) ProtoReflect() protoreflect.Message
func (*UserCanDeleteUserResponse) Reset ¶ added in v1.0.0
func (x *UserCanDeleteUserResponse) Reset()
func (*UserCanDeleteUserResponse) String ¶ added in v1.0.0
func (x *UserCanDeleteUserResponse) String() string
type UserCanManagePluginContributorsRequest ¶ added in v1.0.0
type UserCanManagePluginContributorsRequest struct { // The ID of the plugin for which to check // whether the user is authorized. PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanManagePluginContributorsRequest) Descriptor
deprecated
added in
v1.0.0
func (*UserCanManagePluginContributorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanManagePluginContributorsRequest.ProtoReflect.Descriptor instead.
func (*UserCanManagePluginContributorsRequest) GetPluginId ¶ added in v1.0.0
func (x *UserCanManagePluginContributorsRequest) GetPluginId() string
func (*UserCanManagePluginContributorsRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanManagePluginContributorsRequest) ProtoMessage()
func (*UserCanManagePluginContributorsRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanManagePluginContributorsRequest) ProtoReflect() protoreflect.Message
func (*UserCanManagePluginContributorsRequest) Reset ¶ added in v1.0.0
func (x *UserCanManagePluginContributorsRequest) Reset()
func (*UserCanManagePluginContributorsRequest) String ¶ added in v1.0.0
func (x *UserCanManagePluginContributorsRequest) String() string
type UserCanManagePluginContributorsResponse ¶ added in v1.0.0
type UserCanManagePluginContributorsResponse 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 []PluginRole `` /* 158-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserCanManagePluginContributorsResponse) Descriptor
deprecated
added in
v1.0.0
func (*UserCanManagePluginContributorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanManagePluginContributorsResponse.ProtoReflect.Descriptor instead.
func (*UserCanManagePluginContributorsResponse) GetAuthorizedRoles ¶ added in v1.0.0
func (x *UserCanManagePluginContributorsResponse) GetAuthorizedRoles() []PluginRole
func (*UserCanManagePluginContributorsResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanManagePluginContributorsResponse) ProtoMessage()
func (*UserCanManagePluginContributorsResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanManagePluginContributorsResponse) ProtoReflect() protoreflect.Message
func (*UserCanManagePluginContributorsResponse) Reset ¶ added in v1.0.0
func (x *UserCanManagePluginContributorsResponse) Reset()
func (*UserCanManagePluginContributorsResponse) String ¶ added in v1.0.0
func (x *UserCanManagePluginContributorsResponse) String() string
type UserCanManageRepositoryContributorsRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanManageRepositoryContributorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanManageRepositoryContributorsRequest.ProtoReflect.Descriptor instead.
func (*UserCanManageRepositoryContributorsRequest) GetRepositoryId ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsRequest) GetRepositoryId() string
func (*UserCanManageRepositoryContributorsRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanManageRepositoryContributorsRequest) ProtoMessage()
func (*UserCanManageRepositoryContributorsRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsRequest) ProtoReflect() protoreflect.Message
func (*UserCanManageRepositoryContributorsRequest) Reset ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsRequest) Reset()
func (*UserCanManageRepositoryContributorsRequest) String ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsRequest) String() string
type UserCanManageRepositoryContributorsResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanManageRepositoryContributorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanManageRepositoryContributorsResponse.ProtoReflect.Descriptor instead.
func (*UserCanManageRepositoryContributorsResponse) GetAuthorizedRoles ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsResponse) GetAuthorizedRoles() []RepositoryRole
func (*UserCanManageRepositoryContributorsResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanManageRepositoryContributorsResponse) ProtoMessage()
func (*UserCanManageRepositoryContributorsResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsResponse) ProtoReflect() protoreflect.Message
func (*UserCanManageRepositoryContributorsResponse) Reset ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsResponse) Reset()
func (*UserCanManageRepositoryContributorsResponse) String ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsResponse) String() string
type UserCanManageTemplateContributorsRequest ¶ added in v1.0.0
type UserCanManageTemplateContributorsRequest struct { // The ID of the template for which to check // whether the user is authorized. TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // contains filtered or unexported fields }
func (*UserCanManageTemplateContributorsRequest) Descriptor
deprecated
added in
v1.0.0
func (*UserCanManageTemplateContributorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanManageTemplateContributorsRequest.ProtoReflect.Descriptor instead.
func (*UserCanManageTemplateContributorsRequest) GetTemplateId ¶ added in v1.0.0
func (x *UserCanManageTemplateContributorsRequest) GetTemplateId() string
func (*UserCanManageTemplateContributorsRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanManageTemplateContributorsRequest) ProtoMessage()
func (*UserCanManageTemplateContributorsRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanManageTemplateContributorsRequest) ProtoReflect() protoreflect.Message
func (*UserCanManageTemplateContributorsRequest) Reset ¶ added in v1.0.0
func (x *UserCanManageTemplateContributorsRequest) Reset()
func (*UserCanManageTemplateContributorsRequest) String ¶ added in v1.0.0
func (x *UserCanManageTemplateContributorsRequest) String() string
type UserCanManageTemplateContributorsResponse ¶ added in v1.0.0
type UserCanManageTemplateContributorsResponse 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 []TemplateRole `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserCanManageTemplateContributorsResponse) Descriptor
deprecated
added in
v1.0.0
func (*UserCanManageTemplateContributorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanManageTemplateContributorsResponse.ProtoReflect.Descriptor instead.
func (*UserCanManageTemplateContributorsResponse) GetAuthorizedRoles ¶ added in v1.0.0
func (x *UserCanManageTemplateContributorsResponse) GetAuthorizedRoles() []TemplateRole
func (*UserCanManageTemplateContributorsResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanManageTemplateContributorsResponse) ProtoMessage()
func (*UserCanManageTemplateContributorsResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanManageTemplateContributorsResponse) ProtoReflect() protoreflect.Message
func (*UserCanManageTemplateContributorsResponse) Reset ¶ added in v1.0.0
func (x *UserCanManageTemplateContributorsResponse) Reset()
func (*UserCanManageTemplateContributorsResponse) String ¶ added in v1.0.0
func (x *UserCanManageTemplateContributorsResponse) String() string
type UserCanReadPluginRequest ¶
type UserCanReadPluginRequest struct { // The owner of the plugin. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserCanReadPluginRequest) Descriptor
deprecated
func (*UserCanReadPluginRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanReadPluginRequest.ProtoReflect.Descriptor instead.
func (*UserCanReadPluginRequest) GetName ¶
func (x *UserCanReadPluginRequest) GetName() string
func (*UserCanReadPluginRequest) GetOwner ¶
func (x *UserCanReadPluginRequest) GetOwner() string
func (*UserCanReadPluginRequest) ProtoMessage ¶
func (*UserCanReadPluginRequest) ProtoMessage()
func (*UserCanReadPluginRequest) ProtoReflect ¶
func (x *UserCanReadPluginRequest) ProtoReflect() protoreflect.Message
func (*UserCanReadPluginRequest) Reset ¶
func (x *UserCanReadPluginRequest) Reset()
func (*UserCanReadPluginRequest) String ¶
func (x *UserCanReadPluginRequest) String() string
type UserCanReadPluginResponse ¶
type UserCanReadPluginResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanReadPluginResponse) Descriptor
deprecated
func (*UserCanReadPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanReadPluginResponse.ProtoReflect.Descriptor instead.
func (*UserCanReadPluginResponse) GetAuthorized ¶
func (x *UserCanReadPluginResponse) GetAuthorized() bool
func (*UserCanReadPluginResponse) ProtoMessage ¶
func (*UserCanReadPluginResponse) ProtoMessage()
func (*UserCanReadPluginResponse) ProtoReflect ¶
func (x *UserCanReadPluginResponse) ProtoReflect() protoreflect.Message
func (*UserCanReadPluginResponse) Reset ¶
func (x *UserCanReadPluginResponse) Reset()
func (*UserCanReadPluginResponse) String ¶
func (x *UserCanReadPluginResponse) String() string
type UserCanRemoveOrganizationMemberRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanRemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanRemoveOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*UserCanRemoveOrganizationMemberRequest) GetOrganizationId ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberRequest) GetOrganizationId() string
func (*UserCanRemoveOrganizationMemberRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanRemoveOrganizationMemberRequest) ProtoMessage()
func (*UserCanRemoveOrganizationMemberRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*UserCanRemoveOrganizationMemberRequest) Reset ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberRequest) Reset()
func (*UserCanRemoveOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberRequest) String() string
type UserCanRemoveOrganizationMemberResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanRemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanRemoveOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*UserCanRemoveOrganizationMemberResponse) GetAuthorizedRoles ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
func (*UserCanRemoveOrganizationMemberResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanRemoveOrganizationMemberResponse) ProtoMessage()
func (*UserCanRemoveOrganizationMemberResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*UserCanRemoveOrganizationMemberResponse) Reset ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberResponse) Reset()
func (*UserCanRemoveOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberResponse) 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 UserCanSeePluginSettingsRequest ¶
type UserCanSeePluginSettingsRequest struct { // The owner of the plugin. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the plugin. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeePluginSettingsRequest) Descriptor
deprecated
func (*UserCanSeePluginSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeePluginSettingsRequest.ProtoReflect.Descriptor instead.
func (*UserCanSeePluginSettingsRequest) GetName ¶
func (x *UserCanSeePluginSettingsRequest) GetName() string
func (*UserCanSeePluginSettingsRequest) GetOwner ¶
func (x *UserCanSeePluginSettingsRequest) GetOwner() string
func (*UserCanSeePluginSettingsRequest) ProtoMessage ¶
func (*UserCanSeePluginSettingsRequest) ProtoMessage()
func (*UserCanSeePluginSettingsRequest) ProtoReflect ¶
func (x *UserCanSeePluginSettingsRequest) ProtoReflect() protoreflect.Message
func (*UserCanSeePluginSettingsRequest) Reset ¶
func (x *UserCanSeePluginSettingsRequest) Reset()
func (*UserCanSeePluginSettingsRequest) String ¶
func (x *UserCanSeePluginSettingsRequest) String() string
type UserCanSeePluginSettingsResponse ¶
type UserCanSeePluginSettingsResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeePluginSettingsResponse) Descriptor
deprecated
func (*UserCanSeePluginSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeePluginSettingsResponse.ProtoReflect.Descriptor instead.
func (*UserCanSeePluginSettingsResponse) GetAuthorized ¶
func (x *UserCanSeePluginSettingsResponse) GetAuthorized() bool
func (*UserCanSeePluginSettingsResponse) ProtoMessage ¶
func (*UserCanSeePluginSettingsResponse) ProtoMessage()
func (*UserCanSeePluginSettingsResponse) ProtoReflect ¶
func (x *UserCanSeePluginSettingsResponse) ProtoReflect() protoreflect.Message
func (*UserCanSeePluginSettingsResponse) Reset ¶
func (x *UserCanSeePluginSettingsResponse) Reset()
func (*UserCanSeePluginSettingsResponse) String ¶
func (x *UserCanSeePluginSettingsResponse) 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 ¶ added in v1.0.0
type UserCanSeeServerAdminPanelRequest struct {
// contains filtered or unexported fields
}
func (*UserCanSeeServerAdminPanelRequest) Descriptor
deprecated
added in
v1.0.0
func (*UserCanSeeServerAdminPanelRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeServerAdminPanelRequest.ProtoReflect.Descriptor instead.
func (*UserCanSeeServerAdminPanelRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanSeeServerAdminPanelRequest) ProtoMessage()
func (*UserCanSeeServerAdminPanelRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanSeeServerAdminPanelRequest) ProtoReflect() protoreflect.Message
func (*UserCanSeeServerAdminPanelRequest) Reset ¶ added in v1.0.0
func (x *UserCanSeeServerAdminPanelRequest) Reset()
func (*UserCanSeeServerAdminPanelRequest) String ¶ added in v1.0.0
func (x *UserCanSeeServerAdminPanelRequest) String() string
type UserCanSeeServerAdminPanelResponse ¶ added in v1.0.0
type UserCanSeeServerAdminPanelResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeeServerAdminPanelResponse) Descriptor
deprecated
added in
v1.0.0
func (*UserCanSeeServerAdminPanelResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeServerAdminPanelResponse.ProtoReflect.Descriptor instead.
func (*UserCanSeeServerAdminPanelResponse) GetAuthorized ¶ added in v1.0.0
func (x *UserCanSeeServerAdminPanelResponse) GetAuthorized() bool
func (*UserCanSeeServerAdminPanelResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanSeeServerAdminPanelResponse) ProtoMessage()
func (*UserCanSeeServerAdminPanelResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanSeeServerAdminPanelResponse) ProtoReflect() protoreflect.Message
func (*UserCanSeeServerAdminPanelResponse) Reset ¶ added in v1.0.0
func (x *UserCanSeeServerAdminPanelResponse) Reset()
func (*UserCanSeeServerAdminPanelResponse) String ¶ added in v1.0.0
func (x *UserCanSeeServerAdminPanelResponse) String() string
type UserCanSeeTemplateSettingsRequest ¶
type UserCanSeeTemplateSettingsRequest struct { // The owner of the template. Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"` // The name of the template. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeeTemplateSettingsRequest) Descriptor
deprecated
func (*UserCanSeeTemplateSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeTemplateSettingsRequest.ProtoReflect.Descriptor instead.
func (*UserCanSeeTemplateSettingsRequest) GetName ¶
func (x *UserCanSeeTemplateSettingsRequest) GetName() string
func (*UserCanSeeTemplateSettingsRequest) GetOwner ¶
func (x *UserCanSeeTemplateSettingsRequest) GetOwner() string
func (*UserCanSeeTemplateSettingsRequest) ProtoMessage ¶
func (*UserCanSeeTemplateSettingsRequest) ProtoMessage()
func (*UserCanSeeTemplateSettingsRequest) ProtoReflect ¶
func (x *UserCanSeeTemplateSettingsRequest) ProtoReflect() protoreflect.Message
func (*UserCanSeeTemplateSettingsRequest) Reset ¶
func (x *UserCanSeeTemplateSettingsRequest) Reset()
func (*UserCanSeeTemplateSettingsRequest) String ¶
func (x *UserCanSeeTemplateSettingsRequest) String() string
type UserCanSeeTemplateSettingsResponse ¶
type UserCanSeeTemplateSettingsResponse struct { Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"` // contains filtered or unexported fields }
func (*UserCanSeeTemplateSettingsResponse) Descriptor
deprecated
func (*UserCanSeeTemplateSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanSeeTemplateSettingsResponse.ProtoReflect.Descriptor instead.
func (*UserCanSeeTemplateSettingsResponse) GetAuthorized ¶
func (x *UserCanSeeTemplateSettingsResponse) GetAuthorized() bool
func (*UserCanSeeTemplateSettingsResponse) ProtoMessage ¶
func (*UserCanSeeTemplateSettingsResponse) ProtoMessage()
func (*UserCanSeeTemplateSettingsResponse) ProtoReflect ¶
func (x *UserCanSeeTemplateSettingsResponse) ProtoReflect() protoreflect.Message
func (*UserCanSeeTemplateSettingsResponse) Reset ¶
func (x *UserCanSeeTemplateSettingsResponse) Reset()
func (*UserCanSeeTemplateSettingsResponse) String ¶
func (x *UserCanSeeTemplateSettingsResponse) String() string
type UserCanUpdateOrganizationMemberRequest ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanUpdateOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCanUpdateOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*UserCanUpdateOrganizationMemberRequest) GetOrganizationId ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberRequest) GetOrganizationId() string
func (*UserCanUpdateOrganizationMemberRequest) ProtoMessage ¶ added in v1.0.0
func (*UserCanUpdateOrganizationMemberRequest) ProtoMessage()
func (*UserCanUpdateOrganizationMemberRequest) ProtoReflect ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*UserCanUpdateOrganizationMemberRequest) Reset ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberRequest) Reset()
func (*UserCanUpdateOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberRequest) String() string
type UserCanUpdateOrganizationMemberResponse ¶ added in v1.0.0
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
added in
v1.0.0
func (*UserCanUpdateOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCanUpdateOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*UserCanUpdateOrganizationMemberResponse) GetAuthorizedRoles ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
func (*UserCanUpdateOrganizationMemberResponse) ProtoMessage ¶ added in v1.0.0
func (*UserCanUpdateOrganizationMemberResponse) ProtoMessage()
func (*UserCanUpdateOrganizationMemberResponse) ProtoReflect ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*UserCanUpdateOrganizationMemberResponse) Reset ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberResponse) Reset()
func (*UserCanUpdateOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberResponse) 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 ¶ added in v1.0.0
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 ¶ added in v1.0.0
type UserState int32
func (UserState) Descriptor ¶ added in v1.0.0
func (UserState) Descriptor() protoreflect.EnumDescriptor
func (UserState) EnumDescriptor
deprecated
added in
v1.0.0
func (UserState) Number ¶ added in v1.0.0
func (x UserState) Number() protoreflect.EnumNumber
func (UserState) Type ¶ added in v1.0.0
func (UserState) 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 WebhookEvent ¶ added in v1.6.0
type WebhookEvent int32
WebhookEvent contains the currently supported webhook event types.
const ( // WEBHOOK_EVENT_UNSPECIFIED will result in a noop for registering webhooks. 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 ¶ added in v1.6.0
func (WebhookEvent) Descriptor() protoreflect.EnumDescriptor
func (WebhookEvent) Enum ¶ added in v1.6.0
func (x WebhookEvent) Enum() *WebhookEvent
func (WebhookEvent) EnumDescriptor
deprecated
added in
v1.6.0
func (WebhookEvent) EnumDescriptor() ([]byte, []int)
Deprecated: Use WebhookEvent.Descriptor instead.
func (WebhookEvent) Number ¶ added in v1.6.0
func (x WebhookEvent) Number() protoreflect.EnumNumber
func (WebhookEvent) String ¶ added in v1.6.0
func (x WebhookEvent) String() string
func (WebhookEvent) Type ¶ added in v1.6.0
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
- generate.pb.go
- github.pb.go
- image.pb.go
- jsonschema.pb.go
- module.pb.go
- organization.pb.go
- owner.pb.go
- plugin.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
- repository_track.pb.go
- repository_track_commit.pb.go
- resolve.pb.go
- role.pb.go
- search.pb.go
- studio.pb.go
- token.pb.go
- usage.gen.go
- user.pb.go
- webhook.pb.go