Documentation ¶
Index ¶
- Constants
- Variables
- type AddOrganizationGroupRequest
- func (x *AddOrganizationGroupRequest) GetGroupName() string
- func (x *AddOrganizationGroupRequest) GetOrganizationId() string
- func (*AddOrganizationGroupRequest) ProtoMessage()
- func (x *AddOrganizationGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationGroupRequest) Reset()
- func (x *AddOrganizationGroupRequest) SetGroupName(v string)
- func (x *AddOrganizationGroupRequest) SetOrganizationId(v string)
- func (x *AddOrganizationGroupRequest) String() string
- type AddOrganizationGroupRequest_builder
- type AddOrganizationGroupResponse
- type AddOrganizationGroupResponse_builder
- type AddOrganizationMemberRequest
- 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) SetOrganizationId(v string)
- func (x *AddOrganizationMemberRequest) SetOrganizationRole(v OrganizationRole)
- func (x *AddOrganizationMemberRequest) SetUserId(v string)
- func (x *AddOrganizationMemberRequest) String() string
- type AddOrganizationMemberRequest_builder
- type AddOrganizationMemberResponse
- type AddOrganizationMemberResponse_builder
- type ArrayLiteral
- type ArrayLiteral_builder
- type BinaryOutputOptions
- type BinaryOutputOptions_builder
- type BreakingChangeCategory
- func (BreakingChangeCategory) Descriptor() protoreflect.EnumDescriptor
- func (x BreakingChangeCategory) Enum() *BreakingChangeCategory
- func (x BreakingChangeCategory) Number() protoreflect.EnumNumber
- func (x BreakingChangeCategory) String() string
- func (BreakingChangeCategory) Type() protoreflect.EnumType
- type BreakingChangePolicy
- func (x *BreakingChangePolicy) ClearEnabled()
- func (x *BreakingChangePolicy) ClearIgnoreUnstablePackages()
- func (x *BreakingChangePolicy) GetCategory() BreakingChangeCategory
- func (x *BreakingChangePolicy) GetEnabled() bool
- func (x *BreakingChangePolicy) GetIgnoreUnstablePackages() bool
- func (x *BreakingChangePolicy) HasEnabled() bool
- func (x *BreakingChangePolicy) HasIgnoreUnstablePackages() bool
- func (*BreakingChangePolicy) ProtoMessage()
- func (x *BreakingChangePolicy) ProtoReflect() protoreflect.Message
- func (x *BreakingChangePolicy) Reset()
- func (x *BreakingChangePolicy) SetCategory(v BreakingChangeCategory)
- func (x *BreakingChangePolicy) SetEnabled(v bool)
- func (x *BreakingChangePolicy) SetIgnoreUnstablePackages(v bool)
- func (x *BreakingChangePolicy) String() string
- type BreakingChangePolicy_builder
- type CargoConfig
- func (x *CargoConfig) GetRuntimeLibraries() []*CargoConfig_RuntimeLibrary
- func (x *CargoConfig) GetRustVersion() string
- func (*CargoConfig) ProtoMessage()
- func (x *CargoConfig) ProtoReflect() protoreflect.Message
- func (x *CargoConfig) Reset()
- func (x *CargoConfig) SetRuntimeLibraries(v []*CargoConfig_RuntimeLibrary)
- func (x *CargoConfig) SetRustVersion(v string)
- func (x *CargoConfig) String() string
- type CargoConfig_RuntimeLibrary
- func (x *CargoConfig_RuntimeLibrary) GetDefaultFeatures() bool
- func (x *CargoConfig_RuntimeLibrary) GetFeatures() []string
- func (x *CargoConfig_RuntimeLibrary) GetName() string
- func (x *CargoConfig_RuntimeLibrary) GetVersionRequirement() string
- func (*CargoConfig_RuntimeLibrary) ProtoMessage()
- func (x *CargoConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *CargoConfig_RuntimeLibrary) Reset()
- func (x *CargoConfig_RuntimeLibrary) SetDefaultFeatures(v bool)
- func (x *CargoConfig_RuntimeLibrary) SetFeatures(v []string)
- func (x *CargoConfig_RuntimeLibrary) SetName(v string)
- func (x *CargoConfig_RuntimeLibrary) SetVersionRequirement(v string)
- func (x *CargoConfig_RuntimeLibrary) String() string
- type CargoConfig_RuntimeLibrary_builder
- type CargoConfig_builder
- type CmakeConfig
- type CmakeConfig_builder
- type Collision
- func (x *Collision) GetHasOtherCollisionSources() bool
- func (x *Collision) GetReference() string
- func (x *Collision) GetSources() []*CollisionSource
- func (x *Collision) GetType() CollisionType
- func (*Collision) ProtoMessage()
- func (x *Collision) ProtoReflect() protoreflect.Message
- func (x *Collision) Reset()
- func (x *Collision) SetHasOtherCollisionSources(v bool)
- func (x *Collision) SetReference(v string)
- func (x *Collision) SetSources(v []*CollisionSource)
- func (x *Collision) SetType(v CollisionType)
- func (x *Collision) String() string
- type CollisionSource
- func (x *CollisionSource) GetOwnerName() string
- func (x *CollisionSource) GetPath() string
- func (x *CollisionSource) GetRepositoryName() string
- func (*CollisionSource) ProtoMessage()
- func (x *CollisionSource) ProtoReflect() protoreflect.Message
- func (x *CollisionSource) Reset()
- func (x *CollisionSource) SetOwnerName(v string)
- func (x *CollisionSource) SetPath(v string)
- func (x *CollisionSource) SetRepositoryName(v string)
- func (x *CollisionSource) String() string
- type CollisionSource_builder
- type CollisionType
- type Collision_builder
- type ConvertFormat
- type ConvertMessageRequest
- func (x *ConvertMessageRequest) ClearOutputBinary()
- func (x *ConvertMessageRequest) ClearOutputFormat()
- func (x *ConvertMessageRequest) ClearOutputJson()
- func (x *ConvertMessageRequest) ClearOutputText()
- func (x *ConvertMessageRequest) GetDiscardUnknown() bool
- func (x *ConvertMessageRequest) GetInputData() []byte
- func (x *ConvertMessageRequest) GetInputFormat() Format
- func (x *ConvertMessageRequest) GetMessageName() string
- func (x *ConvertMessageRequest) GetOutputBinary() *BinaryOutputOptions
- func (x *ConvertMessageRequest) GetOutputJson() *JSONOutputOptions
- func (x *ConvertMessageRequest) GetOutputText() *TextOutputOptions
- func (x *ConvertMessageRequest) GetOwner() string
- func (x *ConvertMessageRequest) GetRepository() string
- func (x *ConvertMessageRequest) GetVersion() string
- func (x *ConvertMessageRequest) HasOutputBinary() bool
- func (x *ConvertMessageRequest) HasOutputFormat() bool
- func (x *ConvertMessageRequest) HasOutputJson() bool
- func (x *ConvertMessageRequest) HasOutputText() bool
- func (*ConvertMessageRequest) ProtoMessage()
- func (x *ConvertMessageRequest) ProtoReflect() protoreflect.Message
- func (x *ConvertMessageRequest) Reset()
- func (x *ConvertMessageRequest) SetDiscardUnknown(v bool)
- func (x *ConvertMessageRequest) SetInputData(v []byte)
- func (x *ConvertMessageRequest) SetInputFormat(v Format)
- func (x *ConvertMessageRequest) SetMessageName(v string)
- func (x *ConvertMessageRequest) SetOutputBinary(v *BinaryOutputOptions)
- func (x *ConvertMessageRequest) SetOutputJson(v *JSONOutputOptions)
- func (x *ConvertMessageRequest) SetOutputText(v *TextOutputOptions)
- func (x *ConvertMessageRequest) SetOwner(v string)
- func (x *ConvertMessageRequest) SetRepository(v string)
- func (x *ConvertMessageRequest) SetVersion(v string)
- func (x *ConvertMessageRequest) String() string
- func (x *ConvertMessageRequest) WhichOutputFormat() case_ConvertMessageRequest_OutputFormat
- type ConvertMessageRequest_builder
- type ConvertMessageResponse
- func (x *ConvertMessageResponse) GetCommit() string
- func (x *ConvertMessageResponse) GetOutputData() []byte
- func (*ConvertMessageResponse) ProtoMessage()
- func (x *ConvertMessageResponse) ProtoReflect() protoreflect.Message
- func (x *ConvertMessageResponse) Reset()
- func (x *ConvertMessageResponse) SetCommit(v string)
- func (x *ConvertMessageResponse) SetOutputData(v []byte)
- func (x *ConvertMessageResponse) String() string
- type ConvertMessageResponse_builder
- type ConvertRequest
- func (x *ConvertRequest) ClearImage()
- 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 (x *ConvertRequest) HasImage() bool
- func (*ConvertRequest) ProtoMessage()
- func (x *ConvertRequest) ProtoReflect() protoreflect.Message
- func (x *ConvertRequest) Reset()
- func (x *ConvertRequest) SetImage(v *v1.Image)
- func (x *ConvertRequest) SetPayload(v []byte)
- func (x *ConvertRequest) SetRequestFormat(v ConvertFormat)
- func (x *ConvertRequest) SetResponseFormat(v ConvertFormat)
- func (x *ConvertRequest) SetTypeName(v string)
- func (x *ConvertRequest) String() string
- type ConvertRequest_builder
- type ConvertResponse
- type ConvertResponse_builder
- type CountUsersRequest
- func (x *CountUsersRequest) GetUserStateFilter() UserState
- func (*CountUsersRequest) ProtoMessage()
- func (x *CountUsersRequest) ProtoReflect() protoreflect.Message
- func (x *CountUsersRequest) Reset()
- func (x *CountUsersRequest) SetUserStateFilter(v UserState)
- func (x *CountUsersRequest) String() string
- type CountUsersRequest_builder
- type CountUsersResponse
- type CountUsersResponse_builder
- type CreateCuratedPluginRequest
- func (x *CreateCuratedPluginRequest) ClearRegistryConfig()
- func (x *CreateCuratedPluginRequest) GetContainerImageDigest() string
- func (x *CreateCuratedPluginRequest) GetDependencies() []*CuratedPluginReference
- func (x *CreateCuratedPluginRequest) GetDeprecated() bool
- func (x *CreateCuratedPluginRequest) GetDescription() string
- func (x *CreateCuratedPluginRequest) GetIntegrationGuideUrl() string
- func (x *CreateCuratedPluginRequest) GetLicenseUrl() string
- func (x *CreateCuratedPluginRequest) GetName() string
- func (x *CreateCuratedPluginRequest) GetOutputLanguages() []PluginLanguage
- func (x *CreateCuratedPluginRequest) GetOwner() string
- func (x *CreateCuratedPluginRequest) GetRegistryConfig() *RegistryConfig
- func (x *CreateCuratedPluginRequest) GetRegistryType() PluginRegistryType
- func (x *CreateCuratedPluginRequest) GetRevision() uint32
- func (x *CreateCuratedPluginRequest) GetSourceUrl() string
- func (x *CreateCuratedPluginRequest) GetSpdxLicenseId() string
- func (x *CreateCuratedPluginRequest) GetVersion() string
- func (x *CreateCuratedPluginRequest) GetVisibility() CuratedPluginVisibility
- func (x *CreateCuratedPluginRequest) HasRegistryConfig() bool
- func (*CreateCuratedPluginRequest) ProtoMessage()
- func (x *CreateCuratedPluginRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCuratedPluginRequest) Reset()
- func (x *CreateCuratedPluginRequest) SetContainerImageDigest(v string)
- func (x *CreateCuratedPluginRequest) SetDependencies(v []*CuratedPluginReference)
- func (x *CreateCuratedPluginRequest) SetDeprecated(v bool)
- func (x *CreateCuratedPluginRequest) SetDescription(v string)
- func (x *CreateCuratedPluginRequest) SetIntegrationGuideUrl(v string)
- func (x *CreateCuratedPluginRequest) SetLicenseUrl(v string)
- func (x *CreateCuratedPluginRequest) SetName(v string)
- func (x *CreateCuratedPluginRequest) SetOutputLanguages(v []PluginLanguage)
- func (x *CreateCuratedPluginRequest) SetOwner(v string)
- func (x *CreateCuratedPluginRequest) SetRegistryConfig(v *RegistryConfig)
- func (x *CreateCuratedPluginRequest) SetRegistryType(v PluginRegistryType)
- func (x *CreateCuratedPluginRequest) SetRevision(v uint32)
- func (x *CreateCuratedPluginRequest) SetSourceUrl(v string)
- func (x *CreateCuratedPluginRequest) SetSpdxLicenseId(v string)
- func (x *CreateCuratedPluginRequest) SetVersion(v string)
- func (x *CreateCuratedPluginRequest) SetVisibility(v CuratedPluginVisibility)
- func (x *CreateCuratedPluginRequest) String() string
- type CreateCuratedPluginRequest_builder
- type CreateCuratedPluginResponse
- func (x *CreateCuratedPluginResponse) ClearConfiguration()
- func (x *CreateCuratedPluginResponse) GetConfiguration() *CuratedPlugin
- func (x *CreateCuratedPluginResponse) HasConfiguration() bool
- func (*CreateCuratedPluginResponse) ProtoMessage()
- func (x *CreateCuratedPluginResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCuratedPluginResponse) Reset()
- func (x *CreateCuratedPluginResponse) SetConfiguration(v *CuratedPlugin)
- func (x *CreateCuratedPluginResponse) String() string
- type CreateCuratedPluginResponse_builder
- type CreateMachineUserRequest
- func (x *CreateMachineUserRequest) GetUsername() string
- func (*CreateMachineUserRequest) ProtoMessage()
- func (x *CreateMachineUserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMachineUserRequest) Reset()
- func (x *CreateMachineUserRequest) SetUsername(v string)
- func (x *CreateMachineUserRequest) String() string
- type CreateMachineUserRequest_builder
- type CreateMachineUserResponse
- func (x *CreateMachineUserResponse) ClearUser()
- func (x *CreateMachineUserResponse) GetUser() *User
- func (x *CreateMachineUserResponse) HasUser() bool
- func (*CreateMachineUserResponse) ProtoMessage()
- func (x *CreateMachineUserResponse) ProtoReflect() protoreflect.Message
- func (x *CreateMachineUserResponse) Reset()
- func (x *CreateMachineUserResponse) SetUser(v *User)
- func (x *CreateMachineUserResponse) String() string
- type CreateMachineUserResponse_builder
- type CreateOrganizationRequest
- func (x *CreateOrganizationRequest) GetName() string
- func (*CreateOrganizationRequest) ProtoMessage()
- func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationRequest) Reset()
- func (x *CreateOrganizationRequest) SetName(v string)
- func (x *CreateOrganizationRequest) String() string
- type CreateOrganizationRequest_builder
- type CreateOrganizationResponse
- func (x *CreateOrganizationResponse) ClearOrganization()
- func (x *CreateOrganizationResponse) GetOrganization() *Organization
- func (x *CreateOrganizationResponse) HasOrganization() bool
- func (*CreateOrganizationResponse) ProtoMessage()
- func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationResponse) Reset()
- func (x *CreateOrganizationResponse) SetOrganization(v *Organization)
- func (x *CreateOrganizationResponse) String() string
- type CreateOrganizationResponse_builder
- type CreateRepositoryByFullNameRequest
- 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) SetFullName(v string)
- func (x *CreateRepositoryByFullNameRequest) SetVisibility(v Visibility)
- func (x *CreateRepositoryByFullNameRequest) String() string
- type CreateRepositoryByFullNameRequest_builder
- type CreateRepositoryByFullNameResponse
- func (x *CreateRepositoryByFullNameResponse) ClearRepository()
- func (x *CreateRepositoryByFullNameResponse) GetRepository() *Repository
- func (x *CreateRepositoryByFullNameResponse) HasRepository() bool
- func (*CreateRepositoryByFullNameResponse) ProtoMessage()
- func (x *CreateRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryByFullNameResponse) Reset()
- func (x *CreateRepositoryByFullNameResponse) SetRepository(v *Repository)
- func (x *CreateRepositoryByFullNameResponse) String() string
- type CreateRepositoryByFullNameResponse_builder
- type CreateRepositoryTagRequest
- 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) SetCommitName(v string)
- func (x *CreateRepositoryTagRequest) SetName(v string)
- func (x *CreateRepositoryTagRequest) SetRepositoryId(v string)
- func (x *CreateRepositoryTagRequest) String() string
- type CreateRepositoryTagRequest_builder
- type CreateRepositoryTagResponse
- func (x *CreateRepositoryTagResponse) ClearRepositoryTag()
- func (x *CreateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
- func (x *CreateRepositoryTagResponse) HasRepositoryTag() bool
- func (*CreateRepositoryTagResponse) ProtoMessage()
- func (x *CreateRepositoryTagResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRepositoryTagResponse) Reset()
- func (x *CreateRepositoryTagResponse) SetRepositoryTag(v *RepositoryTag)
- func (x *CreateRepositoryTagResponse) String() string
- type CreateRepositoryTagResponse_builder
- type CreateSCIMTokenRequest
- func (x *CreateSCIMTokenRequest) ClearExpireTime()
- func (x *CreateSCIMTokenRequest) GetExpireTime() *timestamppb.Timestamp
- func (x *CreateSCIMTokenRequest) HasExpireTime() bool
- func (*CreateSCIMTokenRequest) ProtoMessage()
- func (x *CreateSCIMTokenRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSCIMTokenRequest) Reset()
- func (x *CreateSCIMTokenRequest) SetExpireTime(v *timestamppb.Timestamp)
- func (x *CreateSCIMTokenRequest) String() string
- type CreateSCIMTokenRequest_builder
- type CreateSCIMTokenResponse
- func (x *CreateSCIMTokenResponse) GetToken() string
- func (*CreateSCIMTokenResponse) ProtoMessage()
- func (x *CreateSCIMTokenResponse) ProtoReflect() protoreflect.Message
- func (x *CreateSCIMTokenResponse) Reset()
- func (x *CreateSCIMTokenResponse) SetToken(v string)
- func (x *CreateSCIMTokenResponse) String() string
- type CreateSCIMTokenResponse_builder
- type CreateStudioRequestRequest
- func (x *CreateStudioRequestRequest) GetAgentUrl() string
- func (x *CreateStudioRequestRequest) GetBody() string
- func (x *CreateStudioRequestRequest) GetHeaders() map[string]string
- func (x *CreateStudioRequestRequest) GetIncludeCookies() bool
- func (x *CreateStudioRequestRequest) GetMethod() string
- func (x *CreateStudioRequestRequest) GetName() string
- func (x *CreateStudioRequestRequest) GetProtocol() StudioProtocol
- func (x *CreateStudioRequestRequest) GetRepositoryName() string
- func (x *CreateStudioRequestRequest) GetRepositoryOwner() string
- func (x *CreateStudioRequestRequest) GetService() string
- func (x *CreateStudioRequestRequest) GetTargetBaseUrl() string
- func (*CreateStudioRequestRequest) ProtoMessage()
- func (x *CreateStudioRequestRequest) ProtoReflect() protoreflect.Message
- func (x *CreateStudioRequestRequest) Reset()
- func (x *CreateStudioRequestRequest) SetAgentUrl(v string)
- func (x *CreateStudioRequestRequest) SetBody(v string)
- func (x *CreateStudioRequestRequest) SetHeaders(v map[string]string)
- func (x *CreateStudioRequestRequest) SetIncludeCookies(v bool)
- func (x *CreateStudioRequestRequest) SetMethod(v string)
- func (x *CreateStudioRequestRequest) SetName(v string)
- func (x *CreateStudioRequestRequest) SetProtocol(v StudioProtocol)
- func (x *CreateStudioRequestRequest) SetRepositoryName(v string)
- func (x *CreateStudioRequestRequest) SetRepositoryOwner(v string)
- func (x *CreateStudioRequestRequest) SetService(v string)
- func (x *CreateStudioRequestRequest) SetTargetBaseUrl(v string)
- func (x *CreateStudioRequestRequest) String() string
- type CreateStudioRequestRequest_builder
- type CreateStudioRequestResponse
- func (x *CreateStudioRequestResponse) ClearCreatedRequest()
- func (x *CreateStudioRequestResponse) GetCreatedRequest() *StudioRequest
- func (x *CreateStudioRequestResponse) HasCreatedRequest() bool
- func (*CreateStudioRequestResponse) ProtoMessage()
- func (x *CreateStudioRequestResponse) ProtoReflect() protoreflect.Message
- func (x *CreateStudioRequestResponse) Reset()
- func (x *CreateStudioRequestResponse) SetCreatedRequest(v *StudioRequest)
- func (x *CreateStudioRequestResponse) String() string
- type CreateStudioRequestResponse_builder
- type CreateTokenRequest
- func (x *CreateTokenRequest) ClearExpireTime()
- func (x *CreateTokenRequest) GetExpireTime() *timestamppb.Timestamp
- func (x *CreateTokenRequest) GetNote() string
- func (x *CreateTokenRequest) GetUserId() string
- func (x *CreateTokenRequest) HasExpireTime() bool
- func (*CreateTokenRequest) ProtoMessage()
- func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTokenRequest) Reset()
- func (x *CreateTokenRequest) SetExpireTime(v *timestamppb.Timestamp)
- func (x *CreateTokenRequest) SetNote(v string)
- func (x *CreateTokenRequest) SetUserId(v string)
- func (x *CreateTokenRequest) String() string
- type CreateTokenRequest_builder
- type CreateTokenResponse
- type CreateTokenResponse_builder
- type CreateUserRequest
- type CreateUserRequest_builder
- type CreateUserResponse
- func (x *CreateUserResponse) ClearUser()
- func (x *CreateUserResponse) GetUser() *User
- func (x *CreateUserResponse) HasUser() bool
- func (*CreateUserResponse) ProtoMessage()
- func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserResponse) Reset()
- func (x *CreateUserResponse) SetUser(v *User)
- func (x *CreateUserResponse) String() string
- type CreateUserResponse_builder
- type CreateWebhookRequest
- 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) SetCallbackUrl(v string)
- func (x *CreateWebhookRequest) SetOwnerName(v string)
- func (x *CreateWebhookRequest) SetRepositoryName(v string)
- func (x *CreateWebhookRequest) SetWebhookEvent(v WebhookEvent)
- func (x *CreateWebhookRequest) String() string
- type CreateWebhookRequest_builder
- type CreateWebhookResponse
- func (x *CreateWebhookResponse) ClearWebhook()
- func (x *CreateWebhookResponse) GetWebhook() *Webhook
- func (x *CreateWebhookResponse) HasWebhook() bool
- func (*CreateWebhookResponse) ProtoMessage()
- func (x *CreateWebhookResponse) ProtoReflect() protoreflect.Message
- func (x *CreateWebhookResponse) Reset()
- func (x *CreateWebhookResponse) SetWebhook(v *Webhook)
- func (x *CreateWebhookResponse) String() string
- type CreateWebhookResponse_builder
- type CuratedPlugin
- func (x *CuratedPlugin) ClearCreateTime()
- func (x *CuratedPlugin) ClearRegistryConfig()
- func (x *CuratedPlugin) GetCollections() []*PluginCollection
- func (x *CuratedPlugin) GetContainerImageDigest() string
- func (x *CuratedPlugin) GetCreateTime() *timestamppb.Timestamp
- func (x *CuratedPlugin) GetDependencies() []*CuratedPluginReference
- func (x *CuratedPlugin) GetDeprecated() bool
- func (x *CuratedPlugin) GetDeprecationMessage() string
- func (x *CuratedPlugin) GetDescription() string
- func (x *CuratedPlugin) GetDoc() string
- func (x *CuratedPlugin) GetId() string
- func (x *CuratedPlugin) GetIntegrationGuideUrl() string
- func (x *CuratedPlugin) GetLicenseUrl() string
- func (x *CuratedPlugin) GetName() string
- func (x *CuratedPlugin) GetOutputLanguages() []PluginLanguage
- func (x *CuratedPlugin) GetOwner() string
- func (x *CuratedPlugin) GetRegistryConfig() *RegistryConfig
- func (x *CuratedPlugin) GetRegistryType() PluginRegistryType
- func (x *CuratedPlugin) GetRevision() uint32
- func (x *CuratedPlugin) GetSourceUrl() string
- func (x *CuratedPlugin) GetSpdxLicenseId() string
- func (x *CuratedPlugin) GetVerified() bool
- func (x *CuratedPlugin) GetVersion() string
- func (x *CuratedPlugin) GetVisibility() CuratedPluginVisibility
- func (x *CuratedPlugin) HasCreateTime() bool
- func (x *CuratedPlugin) HasRegistryConfig() bool
- func (*CuratedPlugin) ProtoMessage()
- func (x *CuratedPlugin) ProtoReflect() protoreflect.Message
- func (x *CuratedPlugin) Reset()
- func (x *CuratedPlugin) SetCollections(v []*PluginCollection)
- func (x *CuratedPlugin) SetContainerImageDigest(v string)
- func (x *CuratedPlugin) SetCreateTime(v *timestamppb.Timestamp)
- func (x *CuratedPlugin) SetDependencies(v []*CuratedPluginReference)
- func (x *CuratedPlugin) SetDeprecated(v bool)
- func (x *CuratedPlugin) SetDeprecationMessage(v string)
- func (x *CuratedPlugin) SetDescription(v string)
- func (x *CuratedPlugin) SetDoc(v string)
- func (x *CuratedPlugin) SetId(v string)
- func (x *CuratedPlugin) SetIntegrationGuideUrl(v string)
- func (x *CuratedPlugin) SetLicenseUrl(v string)
- func (x *CuratedPlugin) SetName(v string)
- func (x *CuratedPlugin) SetOutputLanguages(v []PluginLanguage)
- func (x *CuratedPlugin) SetOwner(v string)
- func (x *CuratedPlugin) SetRegistryConfig(v *RegistryConfig)
- func (x *CuratedPlugin) SetRegistryType(v PluginRegistryType)
- func (x *CuratedPlugin) SetRevision(v uint32)
- func (x *CuratedPlugin) SetSourceUrl(v string)
- func (x *CuratedPlugin) SetSpdxLicenseId(v string)
- func (x *CuratedPlugin) SetVerified(v bool)
- func (x *CuratedPlugin) SetVersion(v string)
- func (x *CuratedPlugin) SetVisibility(v CuratedPluginVisibility)
- func (x *CuratedPlugin) String() string
- type CuratedPluginReference
- func (x *CuratedPluginReference) GetName() string
- func (x *CuratedPluginReference) GetOwner() string
- func (x *CuratedPluginReference) GetRevision() uint32
- func (x *CuratedPluginReference) GetVersion() string
- func (*CuratedPluginReference) ProtoMessage()
- func (x *CuratedPluginReference) ProtoReflect() protoreflect.Message
- func (x *CuratedPluginReference) Reset()
- func (x *CuratedPluginReference) SetName(v string)
- func (x *CuratedPluginReference) SetOwner(v string)
- func (x *CuratedPluginReference) SetRevision(v uint32)
- func (x *CuratedPluginReference) SetVersion(v string)
- func (x *CuratedPluginReference) String() string
- type CuratedPluginReference_builder
- type CuratedPluginSearchResult
- func (x *CuratedPluginSearchResult) ClearCreateTime()
- func (x *CuratedPluginSearchResult) GetCreateTime() *timestamppb.Timestamp
- func (x *CuratedPluginSearchResult) GetDeprecated() bool
- func (x *CuratedPluginSearchResult) GetDescription() string
- func (x *CuratedPluginSearchResult) GetId() string
- func (x *CuratedPluginSearchResult) GetName() string
- func (x *CuratedPluginSearchResult) GetOutputLanguages() []PluginLanguage
- func (x *CuratedPluginSearchResult) GetOwner() string
- func (x *CuratedPluginSearchResult) GetRegistryType() PluginRegistryType
- func (x *CuratedPluginSearchResult) HasCreateTime() bool
- func (*CuratedPluginSearchResult) ProtoMessage()
- func (x *CuratedPluginSearchResult) ProtoReflect() protoreflect.Message
- func (x *CuratedPluginSearchResult) Reset()
- func (x *CuratedPluginSearchResult) SetCreateTime(v *timestamppb.Timestamp)
- func (x *CuratedPluginSearchResult) SetDeprecated(v bool)
- func (x *CuratedPluginSearchResult) SetDescription(v string)
- func (x *CuratedPluginSearchResult) SetId(v string)
- func (x *CuratedPluginSearchResult) SetName(v string)
- func (x *CuratedPluginSearchResult) SetOutputLanguages(v []PluginLanguage)
- func (x *CuratedPluginSearchResult) SetOwner(v string)
- func (x *CuratedPluginSearchResult) SetRegistryType(v PluginRegistryType)
- func (x *CuratedPluginSearchResult) String() string
- type CuratedPluginSearchResult_builder
- type CuratedPluginVersionRevisions
- func (x *CuratedPluginVersionRevisions) GetRevisions() []uint32
- func (x *CuratedPluginVersionRevisions) GetVersion() string
- func (*CuratedPluginVersionRevisions) ProtoMessage()
- func (x *CuratedPluginVersionRevisions) ProtoReflect() protoreflect.Message
- func (x *CuratedPluginVersionRevisions) Reset()
- func (x *CuratedPluginVersionRevisions) SetRevisions(v []uint32)
- func (x *CuratedPluginVersionRevisions) SetVersion(v string)
- func (x *CuratedPluginVersionRevisions) String() string
- type CuratedPluginVersionRevisions_builder
- type CuratedPluginVisibility
- func (CuratedPluginVisibility) Descriptor() protoreflect.EnumDescriptor
- func (x CuratedPluginVisibility) Enum() *CuratedPluginVisibility
- func (x CuratedPluginVisibility) Number() protoreflect.EnumNumber
- func (x CuratedPluginVisibility) String() string
- func (CuratedPluginVisibility) Type() protoreflect.EnumType
- type CuratedPlugin_builder
- type DeactivateUserRequest
- type DeactivateUserRequest_builder
- type DeactivateUserResponse
- type DeactivateUserResponse_builder
- type DeleteCuratedPluginRequest
- func (x *DeleteCuratedPluginRequest) GetName() string
- func (x *DeleteCuratedPluginRequest) GetOwner() string
- func (x *DeleteCuratedPluginRequest) GetVersion() string
- func (*DeleteCuratedPluginRequest) ProtoMessage()
- func (x *DeleteCuratedPluginRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCuratedPluginRequest) Reset()
- func (x *DeleteCuratedPluginRequest) SetName(v string)
- func (x *DeleteCuratedPluginRequest) SetOwner(v string)
- func (x *DeleteCuratedPluginRequest) SetVersion(v string)
- func (x *DeleteCuratedPluginRequest) String() string
- type DeleteCuratedPluginRequest_builder
- type DeleteCuratedPluginResponse
- type DeleteCuratedPluginResponse_builder
- type DeleteOrganizationByNameRequest
- func (x *DeleteOrganizationByNameRequest) GetName() string
- func (*DeleteOrganizationByNameRequest) ProtoMessage()
- func (x *DeleteOrganizationByNameRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationByNameRequest) Reset()
- func (x *DeleteOrganizationByNameRequest) SetName(v string)
- func (x *DeleteOrganizationByNameRequest) String() string
- type DeleteOrganizationByNameRequest_builder
- type DeleteOrganizationByNameResponse
- type DeleteOrganizationByNameResponse_builder
- type DeleteOrganizationRequest
- func (x *DeleteOrganizationRequest) GetId() string
- func (*DeleteOrganizationRequest) ProtoMessage()
- func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationRequest) Reset()
- func (x *DeleteOrganizationRequest) SetId(v string)
- func (x *DeleteOrganizationRequest) String() string
- type DeleteOrganizationRequest_builder
- type DeleteOrganizationResponse
- type DeleteOrganizationResponse_builder
- type DeleteRepositoryByFullNameRequest
- func (x *DeleteRepositoryByFullNameRequest) GetFullName() string
- func (*DeleteRepositoryByFullNameRequest) ProtoMessage()
- func (x *DeleteRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryByFullNameRequest) Reset()
- func (x *DeleteRepositoryByFullNameRequest) SetFullName(v string)
- func (x *DeleteRepositoryByFullNameRequest) String() string
- type DeleteRepositoryByFullNameRequest_builder
- type DeleteRepositoryByFullNameResponse
- type DeleteRepositoryByFullNameResponse_builder
- type DeleteRepositoryDraftCommitRequest
- func (x *DeleteRepositoryDraftCommitRequest) GetDraftName() string
- func (x *DeleteRepositoryDraftCommitRequest) GetRepositoryName() string
- func (x *DeleteRepositoryDraftCommitRequest) GetRepositoryOwner() string
- func (*DeleteRepositoryDraftCommitRequest) ProtoMessage()
- func (x *DeleteRepositoryDraftCommitRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryDraftCommitRequest) Reset()
- func (x *DeleteRepositoryDraftCommitRequest) SetDraftName(v string)
- func (x *DeleteRepositoryDraftCommitRequest) SetRepositoryName(v string)
- func (x *DeleteRepositoryDraftCommitRequest) SetRepositoryOwner(v string)
- func (x *DeleteRepositoryDraftCommitRequest) String() string
- type DeleteRepositoryDraftCommitRequest_builder
- type DeleteRepositoryDraftCommitResponse
- type DeleteRepositoryDraftCommitResponse_builder
- type DeleteRepositoryRequest
- func (x *DeleteRepositoryRequest) GetId() string
- func (*DeleteRepositoryRequest) ProtoMessage()
- func (x *DeleteRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRepositoryRequest) Reset()
- func (x *DeleteRepositoryRequest) SetId(v string)
- func (x *DeleteRepositoryRequest) String() string
- type DeleteRepositoryRequest_builder
- type DeleteRepositoryResponse
- type DeleteRepositoryResponse_builder
- type DeleteSCIMTokenRequest
- func (x *DeleteSCIMTokenRequest) GetTokenId() string
- func (*DeleteSCIMTokenRequest) ProtoMessage()
- func (x *DeleteSCIMTokenRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSCIMTokenRequest) Reset()
- func (x *DeleteSCIMTokenRequest) SetTokenId(v string)
- func (x *DeleteSCIMTokenRequest) String() string
- type DeleteSCIMTokenRequest_builder
- type DeleteSCIMTokenResponse
- type DeleteSCIMTokenResponse_builder
- type DeleteStudioRequestRequest
- func (x *DeleteStudioRequestRequest) GetId() string
- func (*DeleteStudioRequestRequest) ProtoMessage()
- func (x *DeleteStudioRequestRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteStudioRequestRequest) Reset()
- func (x *DeleteStudioRequestRequest) SetId(v string)
- func (x *DeleteStudioRequestRequest) String() string
- type DeleteStudioRequestRequest_builder
- type DeleteStudioRequestResponse
- type DeleteStudioRequestResponse_builder
- type DeleteTokenRequest
- type DeleteTokenRequest_builder
- type DeleteTokenResponse
- type DeleteTokenResponse_builder
- type DeleteUserRequest
- type DeleteUserRequest_builder
- type DeleteUserResponse
- type DeleteUserResponse_builder
- type DeleteWebhookRequest
- func (x *DeleteWebhookRequest) GetWebhookId() string
- func (*DeleteWebhookRequest) ProtoMessage()
- func (x *DeleteWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWebhookRequest) Reset()
- func (x *DeleteWebhookRequest) SetWebhookId(v string)
- func (x *DeleteWebhookRequest) String() string
- type DeleteWebhookRequest_builder
- type DeleteWebhookResponse
- type DeleteWebhookResponse_builder
- type DeprecateRepositoryByNameRequest
- 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) SetDeprecationMessage(v string)
- func (x *DeprecateRepositoryByNameRequest) SetOwnerName(v string)
- func (x *DeprecateRepositoryByNameRequest) SetRepositoryName(v string)
- func (x *DeprecateRepositoryByNameRequest) String() string
- type DeprecateRepositoryByNameRequest_builder
- type DeprecateRepositoryByNameResponse
- func (x *DeprecateRepositoryByNameResponse) ClearRepository()
- func (x *DeprecateRepositoryByNameResponse) GetRepository() *Repository
- func (x *DeprecateRepositoryByNameResponse) HasRepository() bool
- func (*DeprecateRepositoryByNameResponse) ProtoMessage()
- func (x *DeprecateRepositoryByNameResponse) ProtoReflect() protoreflect.Message
- func (x *DeprecateRepositoryByNameResponse) Reset()
- func (x *DeprecateRepositoryByNameResponse) SetRepository(v *Repository)
- func (x *DeprecateRepositoryByNameResponse) String() string
- type DeprecateRepositoryByNameResponse_builder
- type DisplayOrganizationElementsRequest
- func (x *DisplayOrganizationElementsRequest) GetOrganizationId() string
- func (*DisplayOrganizationElementsRequest) ProtoMessage()
- func (x *DisplayOrganizationElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayOrganizationElementsRequest) Reset()
- func (x *DisplayOrganizationElementsRequest) SetOrganizationId(v string)
- func (x *DisplayOrganizationElementsRequest) String() string
- type DisplayOrganizationElementsRequest_builder
- type DisplayOrganizationElementsResponse
- func (x *DisplayOrganizationElementsResponse) GetCreateRepository() bool
- func (x *DisplayOrganizationElementsResponse) GetDelete() bool
- func (x *DisplayOrganizationElementsResponse) GetSettings() bool
- func (x *DisplayOrganizationElementsResponse) GetUpdateSettings() bool
- func (*DisplayOrganizationElementsResponse) ProtoMessage()
- func (x *DisplayOrganizationElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayOrganizationElementsResponse) Reset()
- func (x *DisplayOrganizationElementsResponse) SetCreateRepository(v bool)
- func (x *DisplayOrganizationElementsResponse) SetDelete(v bool)
- func (x *DisplayOrganizationElementsResponse) SetSettings(v bool)
- func (x *DisplayOrganizationElementsResponse) SetUpdateSettings(v bool)
- func (x *DisplayOrganizationElementsResponse) String() string
- type DisplayOrganizationElementsResponse_builder
- type DisplayOwnerEntitledElementsRequest
- func (x *DisplayOwnerEntitledElementsRequest) GetOwnerName() string
- func (*DisplayOwnerEntitledElementsRequest) ProtoMessage()
- func (x *DisplayOwnerEntitledElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayOwnerEntitledElementsRequest) Reset()
- func (x *DisplayOwnerEntitledElementsRequest) SetOwnerName(v string)
- func (x *DisplayOwnerEntitledElementsRequest) String() string
- type DisplayOwnerEntitledElementsRequest_builder
- type DisplayOwnerEntitledElementsResponse
- func (x *DisplayOwnerEntitledElementsResponse) GetCreatePrivateRepository() bool
- func (*DisplayOwnerEntitledElementsResponse) ProtoMessage()
- func (x *DisplayOwnerEntitledElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayOwnerEntitledElementsResponse) Reset()
- func (x *DisplayOwnerEntitledElementsResponse) SetCreatePrivateRepository(v bool)
- func (x *DisplayOwnerEntitledElementsResponse) String() string
- type DisplayOwnerEntitledElementsResponse_builder
- type DisplayPluginElementsRequest
- func (x *DisplayPluginElementsRequest) GetPluginId() string
- func (*DisplayPluginElementsRequest) ProtoMessage()
- func (x *DisplayPluginElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayPluginElementsRequest) Reset()
- func (x *DisplayPluginElementsRequest) SetPluginId(v string)
- func (x *DisplayPluginElementsRequest) String() string
- type DisplayPluginElementsRequest_builder
- type DisplayPluginElementsResponse
- 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) SetDelete(v bool)
- func (x *DisplayPluginElementsResponse) SetSettings(v bool)
- func (x *DisplayPluginElementsResponse) String() string
- type DisplayPluginElementsResponse_builder
- type DisplayRepositoryElementsRequest
- func (x *DisplayRepositoryElementsRequest) GetRepositoryId() string
- func (*DisplayRepositoryElementsRequest) ProtoMessage()
- func (x *DisplayRepositoryElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayRepositoryElementsRequest) Reset()
- func (x *DisplayRepositoryElementsRequest) SetRepositoryId(v string)
- func (x *DisplayRepositoryElementsRequest) String() string
- type DisplayRepositoryElementsRequest_builder
- type DisplayRepositoryElementsResponse
- func (x *DisplayRepositoryElementsResponse) GetDelete() bool
- func (x *DisplayRepositoryElementsResponse) GetLimitedWrite() 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) SetDelete(v bool)
- func (x *DisplayRepositoryElementsResponse) SetLimitedWrite(v bool)
- func (x *DisplayRepositoryElementsResponse) SetSettings(v bool)
- func (x *DisplayRepositoryElementsResponse) SetWrite(v bool)
- func (x *DisplayRepositoryElementsResponse) String() string
- type DisplayRepositoryElementsResponse_builder
- type DisplayRepositoryEntitledElementsRequest
- func (x *DisplayRepositoryEntitledElementsRequest) GetRepositoryId() string
- func (*DisplayRepositoryEntitledElementsRequest) ProtoMessage()
- func (x *DisplayRepositoryEntitledElementsRequest) ProtoReflect() protoreflect.Message
- func (x *DisplayRepositoryEntitledElementsRequest) Reset()
- func (x *DisplayRepositoryEntitledElementsRequest) SetRepositoryId(v string)
- func (x *DisplayRepositoryEntitledElementsRequest) String() string
- type DisplayRepositoryEntitledElementsRequest_builder
- type DisplayRepositoryEntitledElementsResponse
- func (x *DisplayRepositoryEntitledElementsResponse) GetSetPrivate() bool
- func (*DisplayRepositoryEntitledElementsResponse) ProtoMessage()
- func (x *DisplayRepositoryEntitledElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayRepositoryEntitledElementsResponse) Reset()
- func (x *DisplayRepositoryEntitledElementsResponse) SetSetPrivate(v bool)
- func (x *DisplayRepositoryEntitledElementsResponse) String() string
- type DisplayRepositoryEntitledElementsResponse_builder
- type DisplayServerElementsRequest
- type DisplayServerElementsRequest_builder
- type DisplayServerElementsResponse
- func (x *DisplayServerElementsResponse) GetAdminPanel() bool
- func (*DisplayServerElementsResponse) ProtoMessage()
- func (x *DisplayServerElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayServerElementsResponse) Reset()
- func (x *DisplayServerElementsResponse) SetAdminPanel(v bool)
- func (x *DisplayServerElementsResponse) String() string
- type DisplayServerElementsResponse_builder
- type DisplayUserElementsRequest
- type DisplayUserElementsRequest_builder
- type DisplayUserElementsResponse
- func (x *DisplayUserElementsResponse) GetDelete() bool
- func (*DisplayUserElementsResponse) ProtoMessage()
- func (x *DisplayUserElementsResponse) ProtoReflect() protoreflect.Message
- func (x *DisplayUserElementsResponse) Reset()
- func (x *DisplayUserElementsResponse) SetDelete(v bool)
- func (x *DisplayUserElementsResponse) String() string
- type DisplayUserElementsResponse_builder
- type DotnetTargetFramework
- type DownloadManifestAndBlobsRequest
- func (x *DownloadManifestAndBlobsRequest) GetOwner() string
- func (x *DownloadManifestAndBlobsRequest) GetReference() string
- func (x *DownloadManifestAndBlobsRequest) GetRepository() string
- func (*DownloadManifestAndBlobsRequest) ProtoMessage()
- func (x *DownloadManifestAndBlobsRequest) ProtoReflect() protoreflect.Message
- func (x *DownloadManifestAndBlobsRequest) Reset()
- func (x *DownloadManifestAndBlobsRequest) SetOwner(v string)
- func (x *DownloadManifestAndBlobsRequest) SetReference(v string)
- func (x *DownloadManifestAndBlobsRequest) SetRepository(v string)
- func (x *DownloadManifestAndBlobsRequest) String() string
- type DownloadManifestAndBlobsRequest_builder
- type DownloadManifestAndBlobsResponse
- func (x *DownloadManifestAndBlobsResponse) ClearManifest()
- func (x *DownloadManifestAndBlobsResponse) GetBlobs() []*v1alpha1.Blob
- func (x *DownloadManifestAndBlobsResponse) GetManifest() *v1alpha1.Blob
- func (x *DownloadManifestAndBlobsResponse) HasManifest() bool
- func (*DownloadManifestAndBlobsResponse) ProtoMessage()
- func (x *DownloadManifestAndBlobsResponse) ProtoReflect() protoreflect.Message
- func (x *DownloadManifestAndBlobsResponse) Reset()
- func (x *DownloadManifestAndBlobsResponse) SetBlobs(v []*v1alpha1.Blob)
- func (x *DownloadManifestAndBlobsResponse) SetManifest(v *v1alpha1.Blob)
- func (x *DownloadManifestAndBlobsResponse) String() string
- type DownloadManifestAndBlobsResponse_builder
- type DownloadRequest
- 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) SetOwner(v string)
- func (x *DownloadRequest) SetReference(v string)
- func (x *DownloadRequest) SetRepository(v string)
- func (x *DownloadRequest) String() string
- type DownloadRequest_builder
- type DownloadResponse
- func (x *DownloadResponse) ClearModule()
- func (x *DownloadResponse) GetModule() *v1alpha1.Module
- func (x *DownloadResponse) HasModule() bool
- func (*DownloadResponse) ProtoMessage()
- func (x *DownloadResponse) ProtoReflect() protoreflect.Message
- func (x *DownloadResponse) Reset()
- func (x *DownloadResponse) SetModule(v *v1alpha1.Module)
- func (x *DownloadResponse) String() string
- type DownloadResponse_builder
- type ElementSearchResult
- func (x *ElementSearchResult) ClearDocument()
- func (x *ElementSearchResult) ClearEnum()
- func (x *ElementSearchResult) ClearFileExtension()
- func (x *ElementSearchResult) ClearMessage()
- func (x *ElementSearchResult) ClearMethod()
- func (x *ElementSearchResult) ClearService()
- func (x *ElementSearchResult) GetEnum() *Enum
- func (x *ElementSearchResult) GetFileExtension() *FileExtension
- func (x *ElementSearchResult) GetFullyQualifiedName() string
- func (x *ElementSearchResult) GetMessage() *Message
- func (x *ElementSearchResult) GetMethod() *Method
- func (x *ElementSearchResult) GetProtoFilePath() string
- func (x *ElementSearchResult) GetRepositoryId() string
- func (x *ElementSearchResult) GetRepositoryName() string
- func (x *ElementSearchResult) GetRepositoryOwner() string
- func (x *ElementSearchResult) GetService() *Service
- func (x *ElementSearchResult) HasDocument() bool
- func (x *ElementSearchResult) HasEnum() bool
- func (x *ElementSearchResult) HasFileExtension() bool
- func (x *ElementSearchResult) HasMessage() bool
- func (x *ElementSearchResult) HasMethod() bool
- func (x *ElementSearchResult) HasService() bool
- func (*ElementSearchResult) ProtoMessage()
- func (x *ElementSearchResult) ProtoReflect() protoreflect.Message
- func (x *ElementSearchResult) Reset()
- func (x *ElementSearchResult) SetEnum(v *Enum)
- func (x *ElementSearchResult) SetFileExtension(v *FileExtension)
- func (x *ElementSearchResult) SetFullyQualifiedName(v string)
- func (x *ElementSearchResult) SetMessage(v *Message)
- func (x *ElementSearchResult) SetMethod(v *Method)
- func (x *ElementSearchResult) SetProtoFilePath(v string)
- func (x *ElementSearchResult) SetRepositoryId(v string)
- func (x *ElementSearchResult) SetRepositoryName(v string)
- func (x *ElementSearchResult) SetRepositoryOwner(v string)
- func (x *ElementSearchResult) SetService(v *Service)
- func (x *ElementSearchResult) String() string
- func (x *ElementSearchResult) WhichDocument() case_ElementSearchResult_Document
- type ElementSearchResult_builder
- type Enum
- func (x *Enum) ClearEnumOptions()deprecated
- func (x *Enum) ClearLocation()
- func (x *Enum) GetComments() string
- func (x *Enum) GetEnumOptions() *EnumOptionsdeprecated
- func (x *Enum) GetFilePath() string
- func (x *Enum) GetFullName() string
- func (x *Enum) GetImplicitlyDeprecated() bool
- func (x *Enum) GetLocation() *Location
- func (x *Enum) GetName() string
- func (x *Enum) GetNestedName() string
- func (x *Enum) GetOptions() []*FieldLiteral
- func (x *Enum) GetValues() []*EnumValue
- func (x *Enum) HasEnumOptions() booldeprecated
- func (x *Enum) HasLocation() bool
- func (*Enum) ProtoMessage()
- func (x *Enum) ProtoReflect() protoreflect.Message
- func (x *Enum) Reset()
- func (x *Enum) SetComments(v string)
- func (x *Enum) SetEnumOptions(v *EnumOptions)deprecated
- func (x *Enum) SetFilePath(v string)
- func (x *Enum) SetFullName(v string)
- func (x *Enum) SetImplicitlyDeprecated(v bool)
- func (x *Enum) SetLocation(v *Location)
- func (x *Enum) SetName(v string)
- func (x *Enum) SetNestedName(v string)
- func (x *Enum) SetOptions(v []*FieldLiteral)
- func (x *Enum) SetValues(v []*EnumValue)
- func (x *Enum) String() string
- type EnumOptionsdeprecated
- func (x *EnumOptions) GetAllowAlias() bool
- func (x *EnumOptions) GetDeprecated() bool
- func (*EnumOptions) ProtoMessage()
- func (x *EnumOptions) ProtoReflect() protoreflect.Message
- func (x *EnumOptions) Reset()
- func (x *EnumOptions) SetAllowAlias(v bool)
- func (x *EnumOptions) SetDeprecated(v bool)
- func (x *EnumOptions) String() string
- type EnumOptions_builderdeprecated
- type EnumValue
- func (x *EnumValue) ClearEnumValueOptions()deprecated
- func (x *EnumValue) GetComments() string
- func (x *EnumValue) GetEnumValueOptions() *EnumValueOptionsdeprecated
- func (x *EnumValue) GetName() string
- func (x *EnumValue) GetNumber() int32
- func (x *EnumValue) GetOptions() []*FieldLiteral
- func (x *EnumValue) HasEnumValueOptions() booldeprecated
- func (*EnumValue) ProtoMessage()
- func (x *EnumValue) ProtoReflect() protoreflect.Message
- func (x *EnumValue) Reset()
- func (x *EnumValue) SetComments(v string)
- func (x *EnumValue) SetEnumValueOptions(v *EnumValueOptions)deprecated
- func (x *EnumValue) SetName(v string)
- func (x *EnumValue) SetNumber(v int32)
- func (x *EnumValue) SetOptions(v []*FieldLiteral)
- func (x *EnumValue) String() string
- type EnumValueOptionsdeprecated
- type EnumValueOptions_builderdeprecated
- type EnumValue_builder
- type Enum_builder
- type Field
- func (x *Field) ClearFieldOptions()deprecated
- func (x *Field) ClearImportModuleRef()
- func (x *Field) ClearMapEntry()
- func (x *Field) GetComments() string
- func (x *Field) GetExtendee() string
- func (x *Field) GetFieldOptions() *FieldOptionsdeprecated
- func (x *Field) GetFullType() string
- func (x *Field) GetImportModuleRef() *ImportModuleRef
- func (x *Field) GetLabel() string
- func (x *Field) GetMapEntry() *MapEntry
- func (x *Field) GetName() string
- func (x *Field) GetNestedType() string
- func (x *Field) GetOptions() []*FieldLiteral
- func (x *Field) GetTag() uint32
- func (x *Field) HasFieldOptions() booldeprecated
- func (x *Field) HasImportModuleRef() bool
- func (x *Field) HasMapEntry() bool
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) SetComments(v string)
- func (x *Field) SetExtendee(v string)
- func (x *Field) SetFieldOptions(v *FieldOptions)deprecated
- func (x *Field) SetFullType(v string)
- func (x *Field) SetImportModuleRef(v *ImportModuleRef)
- func (x *Field) SetLabel(v string)
- func (x *Field) SetMapEntry(v *MapEntry)
- func (x *Field) SetName(v string)
- func (x *Field) SetNestedType(v string)
- func (x *Field) SetOptions(v []*FieldLiteral)
- func (x *Field) SetTag(v uint32)
- func (x *Field) String() string
- type FieldLiteral
- func (x *FieldLiteral) ClearImportModuleRef()
- func (x *FieldLiteral) ClearValue()
- func (x *FieldLiteral) GetFieldType() FieldType
- func (x *FieldLiteral) GetImportModuleRef() *ImportModuleRef
- func (x *FieldLiteral) GetName() string
- func (x *FieldLiteral) GetTag() int32
- func (x *FieldLiteral) GetValue() *LiteralValue
- func (x *FieldLiteral) HasImportModuleRef() bool
- func (x *FieldLiteral) HasValue() bool
- func (*FieldLiteral) ProtoMessage()
- func (x *FieldLiteral) ProtoReflect() protoreflect.Message
- func (x *FieldLiteral) Reset()
- func (x *FieldLiteral) SetFieldType(v FieldType)
- func (x *FieldLiteral) SetImportModuleRef(v *ImportModuleRef)
- func (x *FieldLiteral) SetName(v string)
- func (x *FieldLiteral) SetTag(v int32)
- func (x *FieldLiteral) SetValue(v *LiteralValue)
- func (x *FieldLiteral) String() string
- type FieldLiteral_builder
- type FieldOptionsdeprecated
- func (x *FieldOptions) ClearPacked()
- func (x *FieldOptions) GetCtype() int32
- func (x *FieldOptions) GetDeprecated() bool
- func (x *FieldOptions) GetJstype() int32
- func (x *FieldOptions) GetPacked() bool
- func (x *FieldOptions) HasPacked() bool
- func (*FieldOptions) ProtoMessage()
- func (x *FieldOptions) ProtoReflect() protoreflect.Message
- func (x *FieldOptions) Reset()
- func (x *FieldOptions) SetCtype(v int32)
- func (x *FieldOptions) SetDeprecated(v bool)
- func (x *FieldOptions) SetJstype(v int32)
- func (x *FieldOptions) SetPacked(v bool)
- func (x *FieldOptions) String() string
- type FieldOptions_builderdeprecated
- type FieldType
- type Field_builder
- type FileExtension
- func (x *FileExtension) ClearLocation()
- func (x *FileExtension) GetComments() string
- func (x *FileExtension) GetExtensionType() string
- func (x *FileExtension) GetFields() []*Field
- func (x *FileExtension) GetFilePath() string
- func (x *FileExtension) GetImplicitlyDeprecated() bool
- func (x *FileExtension) GetLocation() *Location
- func (x *FileExtension) HasLocation() bool
- func (*FileExtension) ProtoMessage()
- func (x *FileExtension) ProtoReflect() protoreflect.Message
- func (x *FileExtension) Reset()
- func (x *FileExtension) SetComments(v string)
- func (x *FileExtension) SetExtensionType(v string)
- func (x *FileExtension) SetFields(v []*Field)
- func (x *FileExtension) SetFilePath(v string)
- func (x *FileExtension) SetImplicitlyDeprecated(v bool)
- func (x *FileExtension) SetLocation(v *Location)
- func (x *FileExtension) String() string
- type FileExtension_builder
- type FileInfo
- 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) SetChildren(v []*FileInfo)
- func (x *FileInfo) SetIsDir(v bool)
- func (x *FileInfo) SetPath(v string)
- func (x *FileInfo) String() string
- type FileInfo_builder
- type FileSearchResult
- func (x *FileSearchResult) GetContent() []byte
- func (x *FileSearchResult) GetProtoFilePath() string
- func (x *FileSearchResult) GetRepositoryId() string
- func (x *FileSearchResult) GetRepositoryName() string
- func (x *FileSearchResult) GetRepositoryOwner() string
- func (*FileSearchResult) ProtoMessage()
- func (x *FileSearchResult) ProtoReflect() protoreflect.Message
- func (x *FileSearchResult) Reset()
- func (x *FileSearchResult) SetContent(v []byte)
- func (x *FileSearchResult) SetProtoFilePath(v string)
- func (x *FileSearchResult) SetRepositoryId(v string)
- func (x *FileSearchResult) SetRepositoryName(v string)
- func (x *FileSearchResult) SetRepositoryOwner(v string)
- func (x *FileSearchResult) String() string
- type FileSearchResult_builder
- type ForceDeleteUserRequest
- func (x *ForceDeleteUserRequest) GetUserId() string
- func (*ForceDeleteUserRequest) ProtoMessage()
- func (x *ForceDeleteUserRequest) ProtoReflect() protoreflect.Message
- func (x *ForceDeleteUserRequest) Reset()
- func (x *ForceDeleteUserRequest) SetUserId(v string)
- func (x *ForceDeleteUserRequest) String() string
- type ForceDeleteUserRequest_builder
- type ForceDeleteUserResponse
- func (x *ForceDeleteUserResponse) ClearUser()
- func (x *ForceDeleteUserResponse) GetOrganizations() []*Organization
- func (x *ForceDeleteUserResponse) GetRepositories() []*Repository
- func (x *ForceDeleteUserResponse) GetUser() *User
- func (x *ForceDeleteUserResponse) HasUser() bool
- func (*ForceDeleteUserResponse) ProtoMessage()
- func (x *ForceDeleteUserResponse) ProtoReflect() protoreflect.Message
- func (x *ForceDeleteUserResponse) Reset()
- func (x *ForceDeleteUserResponse) SetOrganizations(v []*Organization)
- func (x *ForceDeleteUserResponse) SetRepositories(v []*Repository)
- func (x *ForceDeleteUserResponse) SetUser(v *User)
- func (x *ForceDeleteUserResponse) String() string
- type ForceDeleteUserResponse_builder
- type Format
- type GenerateCodeRequest
- func (x *GenerateCodeRequest) ClearImage()
- func (x *GenerateCodeRequest) GetImage() *v1.Image
- func (x *GenerateCodeRequest) GetIncludeImports() bool
- func (x *GenerateCodeRequest) GetIncludeWellKnownTypes() bool
- func (x *GenerateCodeRequest) GetRequests() []*PluginGenerationRequest
- func (x *GenerateCodeRequest) HasImage() bool
- func (*GenerateCodeRequest) ProtoMessage()
- func (x *GenerateCodeRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateCodeRequest) Reset()
- func (x *GenerateCodeRequest) SetImage(v *v1.Image)
- func (x *GenerateCodeRequest) SetIncludeImports(v bool)
- func (x *GenerateCodeRequest) SetIncludeWellKnownTypes(v bool)
- func (x *GenerateCodeRequest) SetRequests(v []*PluginGenerationRequest)
- func (x *GenerateCodeRequest) String() string
- type GenerateCodeRequest_builder
- type GenerateCodeResponse
- func (x *GenerateCodeResponse) GetResponses() []*PluginGenerationResponse
- func (*GenerateCodeResponse) ProtoMessage()
- func (x *GenerateCodeResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateCodeResponse) Reset()
- func (x *GenerateCodeResponse) SetResponses(v []*PluginGenerationResponse)
- func (x *GenerateCodeResponse) String() string
- type GenerateCodeResponse_builder
- type GetBreakingChangePolicyRequest
- type GetBreakingChangePolicyRequest_builder
- type GetBreakingChangePolicyResponse
- func (x *GetBreakingChangePolicyResponse) ClearPolicy()
- func (x *GetBreakingChangePolicyResponse) GetPolicy() *BreakingChangePolicy
- func (x *GetBreakingChangePolicyResponse) HasPolicy() bool
- func (*GetBreakingChangePolicyResponse) ProtoMessage()
- func (x *GetBreakingChangePolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetBreakingChangePolicyResponse) Reset()
- func (x *GetBreakingChangePolicyResponse) SetPolicy(v *BreakingChangePolicy)
- func (x *GetBreakingChangePolicyResponse) String() string
- type GetBreakingChangePolicyResponse_builder
- type GetCargoVersionRequest
- func (x *GetCargoVersionRequest) ClearModuleReference()
- func (x *GetCargoVersionRequest) ClearPluginReference()
- func (x *GetCargoVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetCargoVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (x *GetCargoVersionRequest) HasModuleReference() bool
- func (x *GetCargoVersionRequest) HasPluginReference() bool
- func (*GetCargoVersionRequest) ProtoMessage()
- func (x *GetCargoVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetCargoVersionRequest) Reset()
- func (x *GetCargoVersionRequest) SetModuleReference(v *LocalModuleReference)
- func (x *GetCargoVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
- func (x *GetCargoVersionRequest) String() string
- type GetCargoVersionRequest_builder
- type GetCargoVersionResponse
- func (x *GetCargoVersionResponse) GetVersion() string
- func (*GetCargoVersionResponse) ProtoMessage()
- func (x *GetCargoVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetCargoVersionResponse) Reset()
- func (x *GetCargoVersionResponse) SetVersion(v string)
- func (x *GetCargoVersionResponse) String() string
- type GetCargoVersionResponse_builder
- type GetClusterUsageRequest
- func (x *GetClusterUsageRequest) ClearEndTime()
- func (x *GetClusterUsageRequest) ClearStartTime()
- func (x *GetClusterUsageRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetClusterUsageRequest) GetStartTime() *timestamppb.Timestamp
- func (x *GetClusterUsageRequest) HasEndTime() bool
- func (x *GetClusterUsageRequest) HasStartTime() bool
- func (*GetClusterUsageRequest) ProtoMessage()
- func (x *GetClusterUsageRequest) ProtoReflect() protoreflect.Message
- func (x *GetClusterUsageRequest) Reset()
- func (x *GetClusterUsageRequest) SetEndTime(v *timestamppb.Timestamp)
- func (x *GetClusterUsageRequest) SetStartTime(v *timestamppb.Timestamp)
- func (x *GetClusterUsageRequest) String() string
- type GetClusterUsageRequest_builder
- type GetClusterUsageResponse
- func (x *GetClusterUsageResponse) GetUsage() []*MonthlyUsage
- func (*GetClusterUsageResponse) ProtoMessage()
- func (x *GetClusterUsageResponse) ProtoReflect() protoreflect.Message
- func (x *GetClusterUsageResponse) Reset()
- func (x *GetClusterUsageResponse) SetUsage(v []*MonthlyUsage)
- func (x *GetClusterUsageResponse) String() string
- type GetClusterUsageResponse_builder
- type GetCmakeVersionRequest
- func (x *GetCmakeVersionRequest) ClearModuleReference()
- func (x *GetCmakeVersionRequest) ClearPluginReference()
- func (x *GetCmakeVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetCmakeVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (x *GetCmakeVersionRequest) HasModuleReference() bool
- func (x *GetCmakeVersionRequest) HasPluginReference() bool
- func (*GetCmakeVersionRequest) ProtoMessage()
- func (x *GetCmakeVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetCmakeVersionRequest) Reset()
- func (x *GetCmakeVersionRequest) SetModuleReference(v *LocalModuleReference)
- func (x *GetCmakeVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
- func (x *GetCmakeVersionRequest) String() string
- type GetCmakeVersionRequest_builder
- type GetCmakeVersionResponse
- func (x *GetCmakeVersionResponse) GetVersion() string
- func (*GetCmakeVersionResponse) ProtoMessage()
- func (x *GetCmakeVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetCmakeVersionResponse) Reset()
- func (x *GetCmakeVersionResponse) SetVersion(v string)
- func (x *GetCmakeVersionResponse) String() string
- type GetCmakeVersionResponse_builder
- type GetCurrentDefaultBranchRequest
- func (x *GetCurrentDefaultBranchRequest) GetRepositoryId() string
- func (*GetCurrentDefaultBranchRequest) ProtoMessage()
- func (x *GetCurrentDefaultBranchRequest) ProtoReflect() protoreflect.Message
- func (x *GetCurrentDefaultBranchRequest) Reset()
- func (x *GetCurrentDefaultBranchRequest) SetRepositoryId(v string)
- func (x *GetCurrentDefaultBranchRequest) String() string
- type GetCurrentDefaultBranchRequest_builder
- type GetCurrentDefaultBranchResponse
- func (x *GetCurrentDefaultBranchResponse) ClearCurrentDefaultBranch()
- func (x *GetCurrentDefaultBranchResponse) GetCurrentDefaultBranch() *RepositoryBranch
- func (x *GetCurrentDefaultBranchResponse) HasCurrentDefaultBranch() bool
- func (*GetCurrentDefaultBranchResponse) ProtoMessage()
- func (x *GetCurrentDefaultBranchResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentDefaultBranchResponse) Reset()
- func (x *GetCurrentDefaultBranchResponse) SetCurrentDefaultBranch(v *RepositoryBranch)
- func (x *GetCurrentDefaultBranchResponse) String() string
- type GetCurrentDefaultBranchResponse_builder
- type GetCurrentUserRequest
- type GetCurrentUserRequest_builder
- type GetCurrentUserResponse
- func (x *GetCurrentUserResponse) ClearUser()
- func (x *GetCurrentUserResponse) GetUser() *User
- func (x *GetCurrentUserResponse) HasUser() bool
- func (*GetCurrentUserResponse) ProtoMessage()
- func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentUserResponse) Reset()
- func (x *GetCurrentUserResponse) SetUser(v *User)
- func (x *GetCurrentUserResponse) String() string
- type GetCurrentUserResponse_builder
- type GetCurrentUserSubjectRequest
- type GetCurrentUserSubjectRequest_builder
- type GetCurrentUserSubjectResponse
- func (x *GetCurrentUserSubjectResponse) GetSubject() string
- func (*GetCurrentUserSubjectResponse) ProtoMessage()
- func (x *GetCurrentUserSubjectResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentUserSubjectResponse) Reset()
- func (x *GetCurrentUserSubjectResponse) SetSubject(v string)
- func (x *GetCurrentUserSubjectResponse) String() string
- type GetCurrentUserSubjectResponse_builder
- type GetGithubAppConfigRequest
- type GetGithubAppConfigRequest_builder
- type GetGithubAppConfigResponse
- func (x *GetGithubAppConfigResponse) ClearAppConfig()
- func (x *GetGithubAppConfigResponse) GetAppConfig() *GithubAppConfig
- func (x *GetGithubAppConfigResponse) HasAppConfig() bool
- func (*GetGithubAppConfigResponse) ProtoMessage()
- func (x *GetGithubAppConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetGithubAppConfigResponse) Reset()
- func (x *GetGithubAppConfigResponse) SetAppConfig(v *GithubAppConfig)
- func (x *GetGithubAppConfigResponse) String() string
- type GetGithubAppConfigResponse_builder
- type GetGoVersionRequest
- func (x *GetGoVersionRequest) ClearModuleReference()
- func (x *GetGoVersionRequest) ClearPluginReference()
- func (x *GetGoVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetGoVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (x *GetGoVersionRequest) HasModuleReference() bool
- func (x *GetGoVersionRequest) HasPluginReference() bool
- func (*GetGoVersionRequest) ProtoMessage()
- func (x *GetGoVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetGoVersionRequest) Reset()
- func (x *GetGoVersionRequest) SetModuleReference(v *LocalModuleReference)
- func (x *GetGoVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
- func (x *GetGoVersionRequest) String() string
- type GetGoVersionRequest_builder
- type GetGoVersionResponse
- type GetGoVersionResponse_builder
- type GetImageRequest
- 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) SetExcludeImports(v bool)
- func (x *GetImageRequest) SetExcludeSourceInfo(v bool)
- func (x *GetImageRequest) SetIncludeMask(v []ImageMask)
- func (x *GetImageRequest) SetOwner(v string)
- func (x *GetImageRequest) SetReference(v string)
- func (x *GetImageRequest) SetRepository(v string)
- func (x *GetImageRequest) SetTypes(v []string)
- func (x *GetImageRequest) String() string
- type GetImageRequest_builder
- type GetImageResponse
- func (x *GetImageResponse) ClearImage()
- func (x *GetImageResponse) GetImage() *v1.Image
- func (x *GetImageResponse) HasImage() bool
- func (*GetImageResponse) ProtoMessage()
- func (x *GetImageResponse) ProtoReflect() protoreflect.Message
- func (x *GetImageResponse) Reset()
- func (x *GetImageResponse) SetImage(v *v1.Image)
- func (x *GetImageResponse) String() string
- type GetImageResponse_builder
- type GetJSONSchemaRequest
- 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) SetOwner(v string)
- func (x *GetJSONSchemaRequest) SetReference(v string)
- func (x *GetJSONSchemaRequest) SetRepository(v string)
- func (x *GetJSONSchemaRequest) SetTypeName(v string)
- func (x *GetJSONSchemaRequest) String() string
- type GetJSONSchemaRequest_builder
- type GetJSONSchemaResponse
- func (x *GetJSONSchemaResponse) GetJsonSchema() []byte
- func (*GetJSONSchemaResponse) ProtoMessage()
- func (x *GetJSONSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *GetJSONSchemaResponse) Reset()
- func (x *GetJSONSchemaResponse) SetJsonSchema(v []byte)
- func (x *GetJSONSchemaResponse) String() string
- type GetJSONSchemaResponse_builder
- type GetLatestCuratedPluginRequest
- func (x *GetLatestCuratedPluginRequest) GetName() string
- func (x *GetLatestCuratedPluginRequest) GetOwner() string
- func (x *GetLatestCuratedPluginRequest) GetRevision() uint32
- func (x *GetLatestCuratedPluginRequest) GetSupportsRemotePackages() bool
- func (x *GetLatestCuratedPluginRequest) GetVersion() string
- func (*GetLatestCuratedPluginRequest) ProtoMessage()
- func (x *GetLatestCuratedPluginRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestCuratedPluginRequest) Reset()
- func (x *GetLatestCuratedPluginRequest) SetName(v string)
- func (x *GetLatestCuratedPluginRequest) SetOwner(v string)
- func (x *GetLatestCuratedPluginRequest) SetRevision(v uint32)
- func (x *GetLatestCuratedPluginRequest) SetSupportsRemotePackages(v bool)
- func (x *GetLatestCuratedPluginRequest) SetVersion(v string)
- func (x *GetLatestCuratedPluginRequest) String() string
- type GetLatestCuratedPluginRequest_builder
- type GetLatestCuratedPluginResponse
- func (x *GetLatestCuratedPluginResponse) ClearPlugin()
- func (x *GetLatestCuratedPluginResponse) GetPlugin() *CuratedPlugin
- func (x *GetLatestCuratedPluginResponse) GetVersions() []*CuratedPluginVersionRevisions
- func (x *GetLatestCuratedPluginResponse) HasPlugin() bool
- func (*GetLatestCuratedPluginResponse) ProtoMessage()
- func (x *GetLatestCuratedPluginResponse) ProtoReflect() protoreflect.Message
- func (x *GetLatestCuratedPluginResponse) Reset()
- func (x *GetLatestCuratedPluginResponse) SetPlugin(v *CuratedPlugin)
- func (x *GetLatestCuratedPluginResponse) SetVersions(v []*CuratedPluginVersionRevisions)
- func (x *GetLatestCuratedPluginResponse) String() string
- type GetLatestCuratedPluginResponse_builder
- type GetLocalModulePinsRequest
- func (x *GetLocalModulePinsRequest) GetLocalModuleReferences() []*LocalModuleReference
- func (*GetLocalModulePinsRequest) ProtoMessage()
- func (x *GetLocalModulePinsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLocalModulePinsRequest) Reset()
- func (x *GetLocalModulePinsRequest) SetLocalModuleReferences(v []*LocalModuleReference)
- func (x *GetLocalModulePinsRequest) String() string
- type GetLocalModulePinsRequest_builder
- type GetLocalModulePinsResponse
- 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) SetDependencies(v []*v1alpha1.ModulePin)
- func (x *GetLocalModulePinsResponse) SetLocalModuleResolveResults(v []*LocalModuleResolveResult)
- func (x *GetLocalModulePinsResponse) String() string
- type GetLocalModulePinsResponse_builder
- type GetMavenVersionRequest
- func (x *GetMavenVersionRequest) ClearModuleReference()
- func (x *GetMavenVersionRequest) ClearPluginReference()
- func (x *GetMavenVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetMavenVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (x *GetMavenVersionRequest) HasModuleReference() bool
- func (x *GetMavenVersionRequest) HasPluginReference() bool
- func (*GetMavenVersionRequest) ProtoMessage()
- func (x *GetMavenVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetMavenVersionRequest) Reset()
- func (x *GetMavenVersionRequest) SetModuleReference(v *LocalModuleReference)
- func (x *GetMavenVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
- func (x *GetMavenVersionRequest) String() string
- type GetMavenVersionRequest_builder
- type GetMavenVersionResponse
- func (x *GetMavenVersionResponse) GetVersion() string
- func (*GetMavenVersionResponse) ProtoMessage()
- func (x *GetMavenVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetMavenVersionResponse) Reset()
- func (x *GetMavenVersionResponse) SetVersion(v string)
- func (x *GetMavenVersionResponse) String() string
- type GetMavenVersionResponse_builder
- type GetModuleDocumentationRequest
- 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) SetOwner(v string)
- func (x *GetModuleDocumentationRequest) SetReference(v string)
- func (x *GetModuleDocumentationRequest) SetRepository(v string)
- func (x *GetModuleDocumentationRequest) String() string
- type GetModuleDocumentationRequest_builder
- type GetModuleDocumentationResponse
- func (x *GetModuleDocumentationResponse) ClearModuleDocumentation()
- func (x *GetModuleDocumentationResponse) GetModuleDocumentation() *ModuleDocumentation
- func (x *GetModuleDocumentationResponse) HasModuleDocumentation() bool
- func (*GetModuleDocumentationResponse) ProtoMessage()
- func (x *GetModuleDocumentationResponse) ProtoReflect() protoreflect.Message
- func (x *GetModuleDocumentationResponse) Reset()
- func (x *GetModuleDocumentationResponse) SetModuleDocumentation(v *ModuleDocumentation)
- func (x *GetModuleDocumentationResponse) String() string
- type GetModuleDocumentationResponse_builder
- type GetModulePackagesRequest
- 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) SetOwner(v string)
- func (x *GetModulePackagesRequest) SetReference(v string)
- func (x *GetModulePackagesRequest) SetRepository(v string)
- func (x *GetModulePackagesRequest) String() string
- type GetModulePackagesRequest_builder
- type GetModulePackagesResponse
- 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) SetModulePackages(v []*ModulePackage)
- func (x *GetModulePackagesResponse) SetName(v string)
- func (x *GetModulePackagesResponse) String() string
- type GetModulePackagesResponse_builder
- type GetModulePinsRequest
- 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) SetCurrentModulePins(v []*v1alpha1.ModulePin)
- func (x *GetModulePinsRequest) SetModuleReferences(v []*v1alpha1.ModuleReference)
- func (x *GetModulePinsRequest) String() string
- type GetModulePinsRequest_builder
- type GetModulePinsResponse
- func (x *GetModulePinsResponse) GetModulePins() []*v1alpha1.ModulePin
- func (*GetModulePinsResponse) ProtoMessage()
- func (x *GetModulePinsResponse) ProtoReflect() protoreflect.Message
- func (x *GetModulePinsResponse) Reset()
- func (x *GetModulePinsResponse) SetModulePins(v []*v1alpha1.ModulePin)
- func (x *GetModulePinsResponse) String() string
- type GetModulePinsResponse_builder
- type GetNPMVersionRequest
- func (x *GetNPMVersionRequest) ClearModuleReference()
- func (x *GetNPMVersionRequest) ClearPluginReference()
- func (x *GetNPMVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetNPMVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (x *GetNPMVersionRequest) HasModuleReference() bool
- func (x *GetNPMVersionRequest) HasPluginReference() bool
- func (*GetNPMVersionRequest) ProtoMessage()
- func (x *GetNPMVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetNPMVersionRequest) Reset()
- func (x *GetNPMVersionRequest) SetModuleReference(v *LocalModuleReference)
- func (x *GetNPMVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
- func (x *GetNPMVersionRequest) String() string
- type GetNPMVersionRequest_builder
- type GetNPMVersionResponse
- func (x *GetNPMVersionResponse) GetVersion() string
- func (*GetNPMVersionResponse) ProtoMessage()
- func (x *GetNPMVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetNPMVersionResponse) Reset()
- func (x *GetNPMVersionResponse) SetVersion(v string)
- func (x *GetNPMVersionResponse) String() string
- type GetNPMVersionResponse_builder
- type GetNugetVersionRequest
- func (x *GetNugetVersionRequest) ClearModuleReference()
- func (x *GetNugetVersionRequest) ClearPluginReference()
- func (x *GetNugetVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetNugetVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (x *GetNugetVersionRequest) HasModuleReference() bool
- func (x *GetNugetVersionRequest) HasPluginReference() bool
- func (*GetNugetVersionRequest) ProtoMessage()
- func (x *GetNugetVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetNugetVersionRequest) Reset()
- func (x *GetNugetVersionRequest) SetModuleReference(v *LocalModuleReference)
- func (x *GetNugetVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
- func (x *GetNugetVersionRequest) String() string
- type GetNugetVersionRequest_builder
- type GetNugetVersionResponse
- func (x *GetNugetVersionResponse) GetVersion() string
- func (*GetNugetVersionResponse) ProtoMessage()
- func (x *GetNugetVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetNugetVersionResponse) Reset()
- func (x *GetNugetVersionResponse) SetVersion(v string)
- func (x *GetNugetVersionResponse) String() string
- type GetNugetVersionResponse_builder
- type GetOrganizationByNameRequest
- func (x *GetOrganizationByNameRequest) GetName() string
- func (*GetOrganizationByNameRequest) ProtoMessage()
- func (x *GetOrganizationByNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationByNameRequest) Reset()
- func (x *GetOrganizationByNameRequest) SetName(v string)
- func (x *GetOrganizationByNameRequest) String() string
- type GetOrganizationByNameRequest_builder
- type GetOrganizationByNameResponse
- func (x *GetOrganizationByNameResponse) ClearOrganization()
- func (x *GetOrganizationByNameResponse) GetOrganization() *Organization
- func (x *GetOrganizationByNameResponse) HasOrganization() bool
- func (*GetOrganizationByNameResponse) ProtoMessage()
- func (x *GetOrganizationByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationByNameResponse) Reset()
- func (x *GetOrganizationByNameResponse) SetOrganization(v *Organization)
- func (x *GetOrganizationByNameResponse) String() string
- type GetOrganizationByNameResponse_builder
- type GetOrganizationRequest
- func (x *GetOrganizationRequest) GetId() string
- func (*GetOrganizationRequest) ProtoMessage()
- func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationRequest) Reset()
- func (x *GetOrganizationRequest) SetId(v string)
- func (x *GetOrganizationRequest) String() string
- type GetOrganizationRequest_builder
- type GetOrganizationResponse
- func (x *GetOrganizationResponse) ClearOrganization()
- func (x *GetOrganizationResponse) GetOrganization() *Organization
- func (x *GetOrganizationResponse) HasOrganization() bool
- func (*GetOrganizationResponse) ProtoMessage()
- func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationResponse) Reset()
- func (x *GetOrganizationResponse) SetOrganization(v *Organization)
- func (x *GetOrganizationResponse) String() string
- type GetOrganizationResponse_builder
- type GetOrganizationSettingsRequest
- func (x *GetOrganizationSettingsRequest) GetOrganizationId() string
- func (*GetOrganizationSettingsRequest) ProtoMessage()
- func (x *GetOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSettingsRequest) Reset()
- func (x *GetOrganizationSettingsRequest) SetOrganizationId(v string)
- func (x *GetOrganizationSettingsRequest) String() string
- type GetOrganizationSettingsRequest_builder
- type GetOrganizationSettingsResponse
- func (x *GetOrganizationSettingsResponse) GetIdpGroups() []string
- func (x *GetOrganizationSettingsResponse) GetMembersCount() uint32
- func (x *GetOrganizationSettingsResponse) GetRepositoryBaseRole() RepositoryRole
- func (*GetOrganizationSettingsResponse) ProtoMessage()
- func (x *GetOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationSettingsResponse) Reset()
- func (x *GetOrganizationSettingsResponse) SetIdpGroups(v []string)
- func (x *GetOrganizationSettingsResponse) SetMembersCount(v uint32)
- func (x *GetOrganizationSettingsResponse) SetRepositoryBaseRole(v RepositoryRole)
- func (x *GetOrganizationSettingsResponse) String() string
- type GetOrganizationSettingsResponse_builder
- type GetOwnerByNameRequest
- type GetOwnerByNameRequest_builder
- type GetOwnerByNameResponse
- func (x *GetOwnerByNameResponse) ClearOwner()
- func (x *GetOwnerByNameResponse) GetOwner() *Owner
- func (x *GetOwnerByNameResponse) HasOwner() bool
- func (*GetOwnerByNameResponse) ProtoMessage()
- func (x *GetOwnerByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetOwnerByNameResponse) Reset()
- func (x *GetOwnerByNameResponse) SetOwner(v *Owner)
- func (x *GetOwnerByNameResponse) String() string
- type GetOwnerByNameResponse_builder
- type GetPackageDocumentationRequest
- 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) SetOwner(v string)
- func (x *GetPackageDocumentationRequest) SetPackageName(v string)
- func (x *GetPackageDocumentationRequest) SetReference(v string)
- func (x *GetPackageDocumentationRequest) SetRepository(v string)
- func (x *GetPackageDocumentationRequest) String() string
- type GetPackageDocumentationRequest_builder
- type GetPackageDocumentationResponse
- func (x *GetPackageDocumentationResponse) ClearPackageDocumentation()
- func (x *GetPackageDocumentationResponse) GetPackageDocumentation() *PackageDocumentation
- func (x *GetPackageDocumentationResponse) HasPackageDocumentation() bool
- func (*GetPackageDocumentationResponse) ProtoMessage()
- func (x *GetPackageDocumentationResponse) ProtoReflect() protoreflect.Message
- func (x *GetPackageDocumentationResponse) Reset()
- func (x *GetPackageDocumentationResponse) SetPackageDocumentation(v *PackageDocumentation)
- func (x *GetPackageDocumentationResponse) String() string
- type GetPackageDocumentationResponse_builder
- type GetPythonVersionRequest
- func (x *GetPythonVersionRequest) ClearModuleReference()
- func (x *GetPythonVersionRequest) ClearPluginReference()
- func (x *GetPythonVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetPythonVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (x *GetPythonVersionRequest) HasModuleReference() bool
- func (x *GetPythonVersionRequest) HasPluginReference() bool
- func (*GetPythonVersionRequest) ProtoMessage()
- func (x *GetPythonVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetPythonVersionRequest) Reset()
- func (x *GetPythonVersionRequest) SetModuleReference(v *LocalModuleReference)
- func (x *GetPythonVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
- func (x *GetPythonVersionRequest) String() string
- type GetPythonVersionRequest_builder
- type GetPythonVersionResponse
- func (x *GetPythonVersionResponse) GetVersion() string
- func (*GetPythonVersionResponse) ProtoMessage()
- func (x *GetPythonVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetPythonVersionResponse) Reset()
- func (x *GetPythonVersionResponse) SetVersion(v string)
- func (x *GetPythonVersionResponse) String() string
- type GetPythonVersionResponse_builder
- type GetReferenceByNameRequest
- 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) SetName(v string)
- func (x *GetReferenceByNameRequest) SetOwner(v string)
- func (x *GetReferenceByNameRequest) SetRepositoryName(v string)
- func (x *GetReferenceByNameRequest) String() string
- type GetReferenceByNameRequest_builder
- type GetReferenceByNameResponse
- func (x *GetReferenceByNameResponse) ClearReference()
- func (x *GetReferenceByNameResponse) GetReference() *Reference
- func (x *GetReferenceByNameResponse) HasReference() bool
- func (*GetReferenceByNameResponse) ProtoMessage()
- func (x *GetReferenceByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetReferenceByNameResponse) Reset()
- func (x *GetReferenceByNameResponse) SetReference(v *Reference)
- func (x *GetReferenceByNameResponse) String() string
- type GetReferenceByNameResponse_builder
- type GetRemotePackageVersionPlugin
- func (x *GetRemotePackageVersionPlugin) GetName() string
- func (x *GetRemotePackageVersionPlugin) GetOwner() string
- func (x *GetRemotePackageVersionPlugin) GetRevision() uint32
- func (x *GetRemotePackageVersionPlugin) GetVersion() string
- func (*GetRemotePackageVersionPlugin) ProtoMessage()
- func (x *GetRemotePackageVersionPlugin) ProtoReflect() protoreflect.Message
- func (x *GetRemotePackageVersionPlugin) Reset()
- func (x *GetRemotePackageVersionPlugin) SetName(v string)
- func (x *GetRemotePackageVersionPlugin) SetOwner(v string)
- func (x *GetRemotePackageVersionPlugin) SetRevision(v uint32)
- func (x *GetRemotePackageVersionPlugin) SetVersion(v string)
- func (x *GetRemotePackageVersionPlugin) String() string
- type GetRemotePackageVersionPlugin_builder
- type GetRepositoriesByFullNameRequest
- func (x *GetRepositoriesByFullNameRequest) GetFullNames() []string
- func (*GetRepositoriesByFullNameRequest) ProtoMessage()
- func (x *GetRepositoriesByFullNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoriesByFullNameRequest) Reset()
- func (x *GetRepositoriesByFullNameRequest) SetFullNames(v []string)
- func (x *GetRepositoriesByFullNameRequest) String() string
- type GetRepositoriesByFullNameRequest_builder
- type GetRepositoriesByFullNameResponse
- func (x *GetRepositoriesByFullNameResponse) GetRepositories() []*Repository
- func (*GetRepositoriesByFullNameResponse) ProtoMessage()
- func (x *GetRepositoriesByFullNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoriesByFullNameResponse) Reset()
- func (x *GetRepositoriesByFullNameResponse) SetRepositories(v []*Repository)
- func (x *GetRepositoriesByFullNameResponse) String() string
- type GetRepositoriesByFullNameResponse_builder
- type GetRepositoriesMetadataRequest
- func (x *GetRepositoriesMetadataRequest) GetIds() []string
- func (*GetRepositoriesMetadataRequest) ProtoMessage()
- func (x *GetRepositoriesMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoriesMetadataRequest) Reset()
- func (x *GetRepositoriesMetadataRequest) SetIds(v []string)
- func (x *GetRepositoriesMetadataRequest) String() string
- type GetRepositoriesMetadataRequest_builder
- type GetRepositoriesMetadataResponse
- func (x *GetRepositoriesMetadataResponse) GetMetadata() []*RepositoryMetadata
- func (*GetRepositoriesMetadataResponse) ProtoMessage()
- func (x *GetRepositoriesMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoriesMetadataResponse) Reset()
- func (x *GetRepositoriesMetadataResponse) SetMetadata(v []*RepositoryMetadata)
- func (x *GetRepositoriesMetadataResponse) String() string
- type GetRepositoriesMetadataResponse_builder
- type GetRepositoryBranchRequest
- func (x *GetRepositoryBranchRequest) GetName() string
- func (x *GetRepositoryBranchRequest) GetRepositoryId() string
- func (*GetRepositoryBranchRequest) ProtoMessage()
- func (x *GetRepositoryBranchRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryBranchRequest) Reset()
- func (x *GetRepositoryBranchRequest) SetName(v string)
- func (x *GetRepositoryBranchRequest) SetRepositoryId(v string)
- func (x *GetRepositoryBranchRequest) String() string
- type GetRepositoryBranchRequest_builder
- type GetRepositoryBranchResponse
- func (x *GetRepositoryBranchResponse) ClearBranch()
- func (x *GetRepositoryBranchResponse) GetBranch() *RepositoryBranch
- func (x *GetRepositoryBranchResponse) HasBranch() bool
- func (*GetRepositoryBranchResponse) ProtoMessage()
- func (x *GetRepositoryBranchResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryBranchResponse) Reset()
- func (x *GetRepositoryBranchResponse) SetBranch(v *RepositoryBranch)
- func (x *GetRepositoryBranchResponse) String() string
- type GetRepositoryBranchResponse_builder
- type GetRepositoryByFullNameRequest
- func (x *GetRepositoryByFullNameRequest) GetFullName() string
- func (*GetRepositoryByFullNameRequest) ProtoMessage()
- func (x *GetRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryByFullNameRequest) Reset()
- func (x *GetRepositoryByFullNameRequest) SetFullName(v string)
- func (x *GetRepositoryByFullNameRequest) String() string
- type GetRepositoryByFullNameRequest_builder
- type GetRepositoryByFullNameResponse
- func (x *GetRepositoryByFullNameResponse) ClearCounts()
- func (x *GetRepositoryByFullNameResponse) ClearRepository()
- func (x *GetRepositoryByFullNameResponse) GetCounts() *RepositoryCounts
- func (x *GetRepositoryByFullNameResponse) GetRepository() *Repository
- func (x *GetRepositoryByFullNameResponse) HasCounts() bool
- func (x *GetRepositoryByFullNameResponse) HasRepository() bool
- func (*GetRepositoryByFullNameResponse) ProtoMessage()
- func (x *GetRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryByFullNameResponse) Reset()
- func (x *GetRepositoryByFullNameResponse) SetCounts(v *RepositoryCounts)
- func (x *GetRepositoryByFullNameResponse) SetRepository(v *Repository)
- func (x *GetRepositoryByFullNameResponse) String() string
- type GetRepositoryByFullNameResponse_builder
- type GetRepositoryCommitByReferenceRequest
- 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) SetReference(v string)
- func (x *GetRepositoryCommitByReferenceRequest) SetRepositoryName(v string)
- func (x *GetRepositoryCommitByReferenceRequest) SetRepositoryOwner(v string)
- func (x *GetRepositoryCommitByReferenceRequest) String() string
- type GetRepositoryCommitByReferenceRequest_builder
- type GetRepositoryCommitByReferenceResponse
- func (x *GetRepositoryCommitByReferenceResponse) ClearRepositoryCommit()
- func (x *GetRepositoryCommitByReferenceResponse) GetRepositoryCommit() *RepositoryCommit
- func (x *GetRepositoryCommitByReferenceResponse) HasRepositoryCommit() bool
- func (*GetRepositoryCommitByReferenceResponse) ProtoMessage()
- func (x *GetRepositoryCommitByReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryCommitByReferenceResponse) Reset()
- func (x *GetRepositoryCommitByReferenceResponse) SetRepositoryCommit(v *RepositoryCommit)
- func (x *GetRepositoryCommitByReferenceResponse) String() string
- type GetRepositoryCommitByReferenceResponse_builder
- type GetRepositoryContributorRequest
- 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) SetRepositoryId(v string)
- func (x *GetRepositoryContributorRequest) SetUserId(v string)
- func (x *GetRepositoryContributorRequest) String() string
- type GetRepositoryContributorRequest_builder
- type GetRepositoryContributorResponse
- func (x *GetRepositoryContributorResponse) ClearUser()
- func (x *GetRepositoryContributorResponse) GetUser() *RepositoryContributor
- func (x *GetRepositoryContributorResponse) HasUser() bool
- func (*GetRepositoryContributorResponse) ProtoMessage()
- func (x *GetRepositoryContributorResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryContributorResponse) Reset()
- func (x *GetRepositoryContributorResponse) SetUser(v *RepositoryContributor)
- func (x *GetRepositoryContributorResponse) String() string
- type GetRepositoryContributorResponse_builder
- type GetRepositoryDependencyDOTStringRequest
- func (x *GetRepositoryDependencyDOTStringRequest) GetOwner() string
- func (x *GetRepositoryDependencyDOTStringRequest) GetReference() string
- func (x *GetRepositoryDependencyDOTStringRequest) GetRepository() string
- func (*GetRepositoryDependencyDOTStringRequest) ProtoMessage()
- func (x *GetRepositoryDependencyDOTStringRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryDependencyDOTStringRequest) Reset()
- func (x *GetRepositoryDependencyDOTStringRequest) SetOwner(v string)
- func (x *GetRepositoryDependencyDOTStringRequest) SetReference(v string)
- func (x *GetRepositoryDependencyDOTStringRequest) SetRepository(v string)
- func (x *GetRepositoryDependencyDOTStringRequest) String() string
- type GetRepositoryDependencyDOTStringRequest_builder
- type GetRepositoryDependencyDOTStringResponse
- func (x *GetRepositoryDependencyDOTStringResponse) GetDotString() string
- func (*GetRepositoryDependencyDOTStringResponse) ProtoMessage()
- func (x *GetRepositoryDependencyDOTStringResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryDependencyDOTStringResponse) Reset()
- func (x *GetRepositoryDependencyDOTStringResponse) SetDotString(v string)
- func (x *GetRepositoryDependencyDOTStringResponse) String() string
- type GetRepositoryDependencyDOTStringResponse_builder
- type GetRepositoryRequest
- type GetRepositoryRequest_builder
- type GetRepositoryResponse
- func (x *GetRepositoryResponse) ClearCounts()
- func (x *GetRepositoryResponse) ClearRepository()
- func (x *GetRepositoryResponse) GetCounts() *RepositoryCounts
- func (x *GetRepositoryResponse) GetRepository() *Repository
- func (x *GetRepositoryResponse) HasCounts() bool
- func (x *GetRepositoryResponse) HasRepository() bool
- func (*GetRepositoryResponse) ProtoMessage()
- func (x *GetRepositoryResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryResponse) Reset()
- func (x *GetRepositoryResponse) SetCounts(v *RepositoryCounts)
- func (x *GetRepositoryResponse) SetRepository(v *Repository)
- func (x *GetRepositoryResponse) String() string
- type GetRepositoryResponse_builder
- type GetRepositorySettingsRequest
- func (x *GetRepositorySettingsRequest) GetRepositoryId() string
- func (*GetRepositorySettingsRequest) ProtoMessage()
- func (x *GetRepositorySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositorySettingsRequest) Reset()
- func (x *GetRepositorySettingsRequest) SetRepositoryId(v string)
- func (x *GetRepositorySettingsRequest) String() string
- type GetRepositorySettingsRequest_builder
- type GetRepositorySettingsResponse
- func (x *GetRepositorySettingsResponse) GetContributorsCount() uint32
- func (*GetRepositorySettingsResponse) ProtoMessage()
- func (x *GetRepositorySettingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositorySettingsResponse) Reset()
- func (x *GetRepositorySettingsResponse) SetContributorsCount(v uint32)
- func (x *GetRepositorySettingsResponse) String() string
- type GetRepositorySettingsResponse_builder
- type GetRepositoryTagRequest
- func (x *GetRepositoryTagRequest) GetName() string
- func (x *GetRepositoryTagRequest) GetRepositoryId() string
- func (*GetRepositoryTagRequest) ProtoMessage()
- func (x *GetRepositoryTagRequest) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTagRequest) Reset()
- func (x *GetRepositoryTagRequest) SetName(v string)
- func (x *GetRepositoryTagRequest) SetRepositoryId(v string)
- func (x *GetRepositoryTagRequest) String() string
- type GetRepositoryTagRequest_builder
- type GetRepositoryTagResponse
- func (x *GetRepositoryTagResponse) ClearRepositoryTag()
- func (x *GetRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
- func (x *GetRepositoryTagResponse) HasRepositoryTag() bool
- func (*GetRepositoryTagResponse) ProtoMessage()
- func (x *GetRepositoryTagResponse) ProtoReflect() protoreflect.Message
- func (x *GetRepositoryTagResponse) Reset()
- func (x *GetRepositoryTagResponse) SetRepositoryTag(v *RepositoryTag)
- func (x *GetRepositoryTagResponse) String() string
- type GetRepositoryTagResponse_builder
- type GetResourceByNameRequest
- func (x *GetResourceByNameRequest) GetName() string
- func (x *GetResourceByNameRequest) GetOwner() string
- func (*GetResourceByNameRequest) ProtoMessage()
- func (x *GetResourceByNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetResourceByNameRequest) Reset()
- func (x *GetResourceByNameRequest) SetName(v string)
- func (x *GetResourceByNameRequest) SetOwner(v string)
- func (x *GetResourceByNameRequest) String() string
- type GetResourceByNameRequest_builder
- type GetResourceByNameResponse
- func (x *GetResourceByNameResponse) ClearResource()
- func (x *GetResourceByNameResponse) GetResource() *Resource
- func (x *GetResourceByNameResponse) HasResource() bool
- func (*GetResourceByNameResponse) ProtoMessage()
- func (x *GetResourceByNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetResourceByNameResponse) Reset()
- func (x *GetResourceByNameResponse) SetResource(v *Resource)
- func (x *GetResourceByNameResponse) String() string
- type GetResourceByNameResponse_builder
- type GetReviewFlowGracePeriodPolicyRequest
- type GetReviewFlowGracePeriodPolicyRequest_builder
- type GetReviewFlowGracePeriodPolicyResponse
- func (x *GetReviewFlowGracePeriodPolicyResponse) ClearPolicy()
- func (x *GetReviewFlowGracePeriodPolicyResponse) GetPolicy() *ReviewFlowGracePeriodPolicy
- func (x *GetReviewFlowGracePeriodPolicyResponse) HasPolicy() bool
- func (*GetReviewFlowGracePeriodPolicyResponse) ProtoMessage()
- func (x *GetReviewFlowGracePeriodPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetReviewFlowGracePeriodPolicyResponse) Reset()
- func (x *GetReviewFlowGracePeriodPolicyResponse) SetPolicy(v *ReviewFlowGracePeriodPolicy)
- func (x *GetReviewFlowGracePeriodPolicyResponse) String() string
- type GetReviewFlowGracePeriodPolicyResponse_builder
- type GetSchemaRequest
- func (x *GetSchemaRequest) GetExcludeCustomOptions() bool
- func (x *GetSchemaRequest) GetExcludeKnownExtensions() bool
- func (x *GetSchemaRequest) GetIfNotCommit() string
- func (x *GetSchemaRequest) GetOwner() string
- func (x *GetSchemaRequest) GetRepository() string
- func (x *GetSchemaRequest) GetTypes() []string
- func (x *GetSchemaRequest) GetVersion() string
- func (*GetSchemaRequest) ProtoMessage()
- func (x *GetSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *GetSchemaRequest) Reset()
- func (x *GetSchemaRequest) SetExcludeCustomOptions(v bool)
- func (x *GetSchemaRequest) SetExcludeKnownExtensions(v bool)
- func (x *GetSchemaRequest) SetIfNotCommit(v string)
- func (x *GetSchemaRequest) SetOwner(v string)
- func (x *GetSchemaRequest) SetRepository(v string)
- func (x *GetSchemaRequest) SetTypes(v []string)
- func (x *GetSchemaRequest) SetVersion(v string)
- func (x *GetSchemaRequest) String() string
- type GetSchemaRequest_builder
- type GetSchemaResponse
- func (x *GetSchemaResponse) ClearSchemaFiles()
- func (x *GetSchemaResponse) GetCommit() string
- func (x *GetSchemaResponse) GetSchemaFiles() *descriptorpb.FileDescriptorSet
- func (x *GetSchemaResponse) HasSchemaFiles() bool
- func (*GetSchemaResponse) ProtoMessage()
- func (x *GetSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *GetSchemaResponse) Reset()
- func (x *GetSchemaResponse) SetCommit(v string)
- func (x *GetSchemaResponse) SetSchemaFiles(v *descriptorpb.FileDescriptorSet)
- func (x *GetSchemaResponse) String() string
- type GetSchemaResponse_builder
- type GetSourceDirectoryInfoRequest
- 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) SetOwner(v string)
- func (x *GetSourceDirectoryInfoRequest) SetReference(v string)
- func (x *GetSourceDirectoryInfoRequest) SetRepository(v string)
- func (x *GetSourceDirectoryInfoRequest) String() string
- type GetSourceDirectoryInfoRequest_builder
- type GetSourceDirectoryInfoResponse
- func (x *GetSourceDirectoryInfoResponse) ClearRoot()
- func (x *GetSourceDirectoryInfoResponse) GetRoot() *FileInfo
- func (x *GetSourceDirectoryInfoResponse) HasRoot() bool
- func (*GetSourceDirectoryInfoResponse) ProtoMessage()
- func (x *GetSourceDirectoryInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetSourceDirectoryInfoResponse) Reset()
- func (x *GetSourceDirectoryInfoResponse) SetRoot(v *FileInfo)
- func (x *GetSourceDirectoryInfoResponse) String() string
- type GetSourceDirectoryInfoResponse_builder
- type GetSourceFileRequest
- 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) SetOwner(v string)
- func (x *GetSourceFileRequest) SetPath(v string)
- func (x *GetSourceFileRequest) SetReference(v string)
- func (x *GetSourceFileRequest) SetRepository(v string)
- func (x *GetSourceFileRequest) String() string
- type GetSourceFileRequest_builder
- type GetSourceFileResponse
- func (x *GetSourceFileResponse) GetContent() []byte
- func (*GetSourceFileResponse) ProtoMessage()
- func (x *GetSourceFileResponse) ProtoReflect() protoreflect.Message
- func (x *GetSourceFileResponse) Reset()
- func (x *GetSourceFileResponse) SetContent(v []byte)
- func (x *GetSourceFileResponse) String() string
- type GetSourceFileResponse_builder
- type GetSwiftVersionRequest
- func (x *GetSwiftVersionRequest) ClearModuleReference()
- func (x *GetSwiftVersionRequest) ClearPluginReference()
- func (x *GetSwiftVersionRequest) GetModuleReference() *LocalModuleReference
- func (x *GetSwiftVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
- func (x *GetSwiftVersionRequest) HasModuleReference() bool
- func (x *GetSwiftVersionRequest) HasPluginReference() bool
- func (*GetSwiftVersionRequest) ProtoMessage()
- func (x *GetSwiftVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetSwiftVersionRequest) Reset()
- func (x *GetSwiftVersionRequest) SetModuleReference(v *LocalModuleReference)
- func (x *GetSwiftVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
- func (x *GetSwiftVersionRequest) String() string
- type GetSwiftVersionRequest_builder
- type GetSwiftVersionResponse
- func (x *GetSwiftVersionResponse) GetVersion() string
- func (*GetSwiftVersionResponse) ProtoMessage()
- func (x *GetSwiftVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetSwiftVersionResponse) Reset()
- func (x *GetSwiftVersionResponse) SetVersion(v string)
- func (x *GetSwiftVersionResponse) String() string
- type GetSwiftVersionResponse_builder
- type GetTokenRequest
- type GetTokenRequest_builder
- type GetTokenResponse
- func (x *GetTokenResponse) ClearToken()
- func (x *GetTokenResponse) GetToken() *Token
- func (x *GetTokenResponse) HasToken() bool
- func (*GetTokenResponse) ProtoMessage()
- func (x *GetTokenResponse) ProtoReflect() protoreflect.Message
- func (x *GetTokenResponse) Reset()
- func (x *GetTokenResponse) SetToken(v *Token)
- func (x *GetTokenResponse) String() string
- type GetTokenResponse_builder
- type GetUniquenessPolicyRequest
- type GetUniquenessPolicyRequest_builder
- type GetUniquenessPolicyResponse
- func (x *GetUniquenessPolicyResponse) ClearPolicy()
- func (x *GetUniquenessPolicyResponse) GetBackfillTaskComplete() bool
- func (x *GetUniquenessPolicyResponse) GetPolicy() *UniquenessPolicy
- func (x *GetUniquenessPolicyResponse) HasPolicy() bool
- func (*GetUniquenessPolicyResponse) ProtoMessage()
- func (x *GetUniquenessPolicyResponse) ProtoReflect() protoreflect.Message
- func (x *GetUniquenessPolicyResponse) Reset()
- func (x *GetUniquenessPolicyResponse) SetBackfillTaskComplete(v bool)
- func (x *GetUniquenessPolicyResponse) SetPolicy(v *UniquenessPolicy)
- func (x *GetUniquenessPolicyResponse) String() string
- type GetUniquenessPolicyResponse_builder
- type GetUserByUsernameRequest
- func (x *GetUserByUsernameRequest) GetUsername() string
- func (*GetUserByUsernameRequest) ProtoMessage()
- func (x *GetUserByUsernameRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserByUsernameRequest) Reset()
- func (x *GetUserByUsernameRequest) SetUsername(v string)
- func (x *GetUserByUsernameRequest) String() string
- type GetUserByUsernameRequest_builder
- type GetUserByUsernameResponse
- func (x *GetUserByUsernameResponse) ClearUser()
- func (x *GetUserByUsernameResponse) GetUser() *User
- func (x *GetUserByUsernameResponse) HasUser() bool
- func (*GetUserByUsernameResponse) ProtoMessage()
- func (x *GetUserByUsernameResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserByUsernameResponse) Reset()
- func (x *GetUserByUsernameResponse) SetUser(v *User)
- func (x *GetUserByUsernameResponse) String() string
- type GetUserByUsernameResponse_builder
- type GetUserOrganizationRequest
- func (x *GetUserOrganizationRequest) GetOrganizationId() string
- func (x *GetUserOrganizationRequest) GetUserId() string
- func (*GetUserOrganizationRequest) ProtoMessage()
- func (x *GetUserOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserOrganizationRequest) Reset()
- func (x *GetUserOrganizationRequest) SetOrganizationId(v string)
- func (x *GetUserOrganizationRequest) SetUserId(v string)
- func (x *GetUserOrganizationRequest) String() string
- type GetUserOrganizationRequest_builder
- type GetUserOrganizationResponse
- func (x *GetUserOrganizationResponse) ClearOrganizationMembership()
- func (x *GetUserOrganizationResponse) GetOrganizationMembership() *OrganizationMembership
- func (x *GetUserOrganizationResponse) HasOrganizationMembership() bool
- func (*GetUserOrganizationResponse) ProtoMessage()
- func (x *GetUserOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserOrganizationResponse) Reset()
- func (x *GetUserOrganizationResponse) SetOrganizationMembership(v *OrganizationMembership)
- func (x *GetUserOrganizationResponse) String() string
- type GetUserOrganizationResponse_builder
- type GetUserPluginPreferencesRequest
- type GetUserPluginPreferencesRequest_builder
- type GetUserPluginPreferencesResponse
- func (x *GetUserPluginPreferencesResponse) ClearPreference()
- func (x *GetUserPluginPreferencesResponse) GetPreference() *UserPluginPreference
- func (x *GetUserPluginPreferencesResponse) HasPreference() bool
- func (*GetUserPluginPreferencesResponse) ProtoMessage()
- func (x *GetUserPluginPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserPluginPreferencesResponse) Reset()
- func (x *GetUserPluginPreferencesResponse) SetPreference(v *UserPluginPreference)
- func (x *GetUserPluginPreferencesResponse) String() string
- type GetUserPluginPreferencesResponse_builder
- type GetUserRequest
- type GetUserRequest_builder
- type GetUserResponse
- func (x *GetUserResponse) ClearUser()
- func (x *GetUserResponse) GetUser() *User
- func (x *GetUserResponse) HasUser() bool
- func (*GetUserResponse) ProtoMessage()
- func (x *GetUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserResponse) Reset()
- func (x *GetUserResponse) SetUser(v *User)
- func (x *GetUserResponse) String() string
- type GetUserResponse_builder
- type GitCommitInformation
- func (x *GitCommitInformation) ClearAuthor()
- func (x *GitCommitInformation) ClearCommitter()
- func (x *GitCommitInformation) GetAuthor() *GitIdentity
- func (x *GitCommitInformation) GetCommitter() *GitIdentity
- func (x *GitCommitInformation) GetHash() string
- func (x *GitCommitInformation) HasAuthor() bool
- func (x *GitCommitInformation) HasCommitter() bool
- func (*GitCommitInformation) ProtoMessage()
- func (x *GitCommitInformation) ProtoReflect() protoreflect.Message
- func (x *GitCommitInformation) Reset()
- func (x *GitCommitInformation) SetAuthor(v *GitIdentity)
- func (x *GitCommitInformation) SetCommitter(v *GitIdentity)
- func (x *GitCommitInformation) SetHash(v string)
- func (x *GitCommitInformation) String() string
- type GitCommitInformation_builder
- type GitIdentity
- func (x *GitIdentity) ClearTime()
- func (x *GitIdentity) GetEmail() string
- func (x *GitIdentity) GetName() string
- func (x *GitIdentity) GetTime() *timestamppb.Timestamp
- func (x *GitIdentity) HasTime() bool
- func (*GitIdentity) ProtoMessage()
- func (x *GitIdentity) ProtoReflect() protoreflect.Message
- func (x *GitIdentity) Reset()
- func (x *GitIdentity) SetEmail(v string)
- func (x *GitIdentity) SetName(v string)
- func (x *GitIdentity) SetTime(v *timestamppb.Timestamp)
- func (x *GitIdentity) String() string
- type GitIdentity_builder
- type GithubAppConfig
- type GithubAppConfig_builder
- type GoConfig
- func (x *GoConfig) GetBasePlugin() string
- func (x *GoConfig) GetMinimumVersion() string
- func (x *GoConfig) GetRuntimeLibraries() []*GoConfig_RuntimeLibrary
- func (*GoConfig) ProtoMessage()
- func (x *GoConfig) ProtoReflect() protoreflect.Message
- func (x *GoConfig) Reset()
- func (x *GoConfig) SetBasePlugin(v string)
- func (x *GoConfig) SetMinimumVersion(v string)
- func (x *GoConfig) SetRuntimeLibraries(v []*GoConfig_RuntimeLibrary)
- func (x *GoConfig) String() string
- type GoConfig_RuntimeLibrary
- func (x *GoConfig_RuntimeLibrary) GetModule() string
- func (x *GoConfig_RuntimeLibrary) GetVersion() string
- func (*GoConfig_RuntimeLibrary) ProtoMessage()
- func (x *GoConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *GoConfig_RuntimeLibrary) Reset()
- func (x *GoConfig_RuntimeLibrary) SetModule(v string)
- func (x *GoConfig_RuntimeLibrary) SetVersion(v string)
- func (x *GoConfig_RuntimeLibrary) String() string
- type GoConfig_RuntimeLibrary_builder
- type GoConfig_builder
- type ImageMask
- type ImportModuleRef
- 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) SetCommit(v string)
- func (x *ImportModuleRef) SetOwner(v string)
- func (x *ImportModuleRef) SetPackageName(v string)
- func (x *ImportModuleRef) SetRemote(v string)
- func (x *ImportModuleRef) SetRepository(v string)
- func (x *ImportModuleRef) String() string
- type ImportModuleRef_builder
- type JSONOutputOptions
- func (x *JSONOutputOptions) GetIncludeDefaults() bool
- func (x *JSONOutputOptions) GetUseEnumNumbers() bool
- func (*JSONOutputOptions) ProtoMessage()
- func (x *JSONOutputOptions) ProtoReflect() protoreflect.Message
- func (x *JSONOutputOptions) Reset()
- func (x *JSONOutputOptions) SetIncludeDefaults(v bool)
- func (x *JSONOutputOptions) SetUseEnumNumbers(v bool)
- func (x *JSONOutputOptions) String() string
- type JSONOutputOptions_builder
- type ListCuratedPluginsRequest
- func (x *ListCuratedPluginsRequest) GetIncludeDeprecated() bool
- func (x *ListCuratedPluginsRequest) GetPageSize() uint32
- func (x *ListCuratedPluginsRequest) GetPageToken() string
- func (x *ListCuratedPluginsRequest) GetReverse() bool
- func (x *ListCuratedPluginsRequest) GetSupportsRemotePackages() bool
- func (*ListCuratedPluginsRequest) ProtoMessage()
- func (x *ListCuratedPluginsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCuratedPluginsRequest) Reset()
- func (x *ListCuratedPluginsRequest) SetIncludeDeprecated(v bool)
- func (x *ListCuratedPluginsRequest) SetPageSize(v uint32)
- func (x *ListCuratedPluginsRequest) SetPageToken(v string)
- func (x *ListCuratedPluginsRequest) SetReverse(v bool)
- func (x *ListCuratedPluginsRequest) SetSupportsRemotePackages(v bool)
- func (x *ListCuratedPluginsRequest) String() string
- type ListCuratedPluginsRequest_builder
- type ListCuratedPluginsResponse
- func (x *ListCuratedPluginsResponse) GetNextPageToken() string
- func (x *ListCuratedPluginsResponse) GetPlugins() []*CuratedPlugin
- func (*ListCuratedPluginsResponse) ProtoMessage()
- func (x *ListCuratedPluginsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCuratedPluginsResponse) Reset()
- func (x *ListCuratedPluginsResponse) SetNextPageToken(v string)
- func (x *ListCuratedPluginsResponse) SetPlugins(v []*CuratedPlugin)
- func (x *ListCuratedPluginsResponse) String() string
- type ListCuratedPluginsResponse_builder
- type ListManageableRepositoryRolesRequest
- func (x *ListManageableRepositoryRolesRequest) GetRepositoryId() string
- func (*ListManageableRepositoryRolesRequest) ProtoMessage()
- func (x *ListManageableRepositoryRolesRequest) ProtoReflect() protoreflect.Message
- func (x *ListManageableRepositoryRolesRequest) Reset()
- func (x *ListManageableRepositoryRolesRequest) SetRepositoryId(v string)
- func (x *ListManageableRepositoryRolesRequest) String() string
- type ListManageableRepositoryRolesRequest_builder
- type ListManageableRepositoryRolesResponse
- func (x *ListManageableRepositoryRolesResponse) GetRoles() []RepositoryRole
- func (*ListManageableRepositoryRolesResponse) ProtoMessage()
- func (x *ListManageableRepositoryRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListManageableRepositoryRolesResponse) Reset()
- func (x *ListManageableRepositoryRolesResponse) SetRoles(v []RepositoryRole)
- func (x *ListManageableRepositoryRolesResponse) String() string
- type ListManageableRepositoryRolesResponse_builder
- type ListManageableUserRepositoryRolesRequest
- 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) SetRepositoryId(v string)
- func (x *ListManageableUserRepositoryRolesRequest) SetUserId(v string)
- func (x *ListManageableUserRepositoryRolesRequest) String() string
- type ListManageableUserRepositoryRolesRequest_builder
- type ListManageableUserRepositoryRolesResponse
- func (x *ListManageableUserRepositoryRolesResponse) GetRoles() []RepositoryRole
- func (*ListManageableUserRepositoryRolesResponse) ProtoMessage()
- func (x *ListManageableUserRepositoryRolesResponse) ProtoReflect() protoreflect.Message
- func (x *ListManageableUserRepositoryRolesResponse) Reset()
- func (x *ListManageableUserRepositoryRolesResponse) SetRoles(v []RepositoryRole)
- func (x *ListManageableUserRepositoryRolesResponse) String() string
- type ListManageableUserRepositoryRolesResponse_builder
- type ListOrganizationRepositoriesRequest
- 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) SetOrganizationId(v string)
- func (x *ListOrganizationRepositoriesRequest) SetPageSize(v uint32)
- func (x *ListOrganizationRepositoriesRequest) SetPageToken(v string)
- func (x *ListOrganizationRepositoriesRequest) SetReverse(v bool)
- func (x *ListOrganizationRepositoriesRequest) String() string
- type ListOrganizationRepositoriesRequest_builder
- type ListOrganizationRepositoriesResponse
- 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) SetNextPageToken(v string)
- func (x *ListOrganizationRepositoriesResponse) SetRepositories(v []*Repository)
- func (x *ListOrganizationRepositoriesResponse) String() string
- type ListOrganizationRepositoriesResponse_builder
- type ListOrganizationUsersRequest
- 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) SetOrganizationId(v string)
- func (x *ListOrganizationUsersRequest) SetPageSize(v uint32)
- func (x *ListOrganizationUsersRequest) SetPageToken(v string)
- func (x *ListOrganizationUsersRequest) SetReverse(v bool)
- func (x *ListOrganizationUsersRequest) String() string
- type ListOrganizationUsersRequest_builder
- type ListOrganizationUsersResponse
- 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) SetNextPageToken(v string)
- func (x *ListOrganizationUsersResponse) SetUsers(v []*OrganizationUser)
- func (x *ListOrganizationUsersResponse) String() string
- type ListOrganizationUsersResponse_builder
- type ListOrganizationsRequest
- 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) SetPageSize(v uint32)
- func (x *ListOrganizationsRequest) SetPageToken(v string)
- func (x *ListOrganizationsRequest) SetReverse(v bool)
- func (x *ListOrganizationsRequest) String() string
- type ListOrganizationsRequest_builder
- type ListOrganizationsResponse
- 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) SetNextPageToken(v string)
- func (x *ListOrganizationsResponse) SetOrganizations(v []*Organization)
- func (x *ListOrganizationsResponse) String() string
- type ListOrganizationsResponse_builder
- type ListRecommendedResourcesRequest
- type ListRecommendedResourcesRequest_builder
- type ListRecommendedResourcesResponse
- func (x *ListRecommendedResourcesResponse) GetResources() []*Resource
- func (*ListRecommendedResourcesResponse) ProtoMessage()
- func (x *ListRecommendedResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRecommendedResourcesResponse) Reset()
- func (x *ListRecommendedResourcesResponse) SetResources(v []*Resource)
- func (x *ListRecommendedResourcesResponse) String() string
- type ListRecommendedResourcesResponse_builder
- type ListRepositoriesRequest
- 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) SetPageSize(v uint32)
- func (x *ListRepositoriesRequest) SetPageToken(v string)
- func (x *ListRepositoriesRequest) SetReverse(v bool)
- func (x *ListRepositoriesRequest) String() string
- type ListRepositoriesRequest_builder
- type ListRepositoriesResponse
- 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) SetNextPageToken(v string)
- func (x *ListRepositoriesResponse) SetRepositories(v []*Repository)
- func (x *ListRepositoriesResponse) String() string
- type ListRepositoriesResponse_builder
- type ListRepositoriesUserCanAccessRequest
- 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) SetPageSize(v uint32)
- func (x *ListRepositoriesUserCanAccessRequest) SetPageToken(v string)
- func (x *ListRepositoriesUserCanAccessRequest) SetReverse(v bool)
- func (x *ListRepositoriesUserCanAccessRequest) String() string
- type ListRepositoriesUserCanAccessRequest_builder
- type ListRepositoriesUserCanAccessResponse
- 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) SetNextPageToken(v string)
- func (x *ListRepositoriesUserCanAccessResponse) SetRepositories(v []*Repository)
- func (x *ListRepositoriesUserCanAccessResponse) String() string
- type ListRepositoriesUserCanAccessResponse_builder
- type ListRepositoryBranchesByReferenceRequest
- func (x *ListRepositoryBranchesByReferenceRequest) ClearCommitName()
- func (x *ListRepositoryBranchesByReferenceRequest) ClearReference()
- func (x *ListRepositoryBranchesByReferenceRequest) ClearVcsCommitHash()
- func (x *ListRepositoryBranchesByReferenceRequest) GetCommitName() string
- func (x *ListRepositoryBranchesByReferenceRequest) GetPageSize() uint32
- func (x *ListRepositoryBranchesByReferenceRequest) GetPageToken() string
- func (x *ListRepositoryBranchesByReferenceRequest) GetRepositoryId() string
- func (x *ListRepositoryBranchesByReferenceRequest) GetVcsCommitHash() string
- func (x *ListRepositoryBranchesByReferenceRequest) HasCommitName() bool
- func (x *ListRepositoryBranchesByReferenceRequest) HasReference() bool
- func (x *ListRepositoryBranchesByReferenceRequest) HasVcsCommitHash() bool
- func (*ListRepositoryBranchesByReferenceRequest) ProtoMessage()
- func (x *ListRepositoryBranchesByReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryBranchesByReferenceRequest) Reset()
- func (x *ListRepositoryBranchesByReferenceRequest) SetCommitName(v string)
- func (x *ListRepositoryBranchesByReferenceRequest) SetPageSize(v uint32)
- func (x *ListRepositoryBranchesByReferenceRequest) SetPageToken(v string)
- func (x *ListRepositoryBranchesByReferenceRequest) SetRepositoryId(v string)
- func (x *ListRepositoryBranchesByReferenceRequest) SetVcsCommitHash(v string)
- func (x *ListRepositoryBranchesByReferenceRequest) String() string
- func (x *ListRepositoryBranchesByReferenceRequest) WhichReference() case_ListRepositoryBranchesByReferenceRequest_Reference
- type ListRepositoryBranchesByReferenceRequest_builder
- type ListRepositoryBranchesByReferenceResponse
- func (x *ListRepositoryBranchesByReferenceResponse) GetNextPageToken() string
- func (x *ListRepositoryBranchesByReferenceResponse) GetRepositoryBranches() []*RepositoryBranch
- func (*ListRepositoryBranchesByReferenceResponse) ProtoMessage()
- func (x *ListRepositoryBranchesByReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryBranchesByReferenceResponse) Reset()
- func (x *ListRepositoryBranchesByReferenceResponse) SetNextPageToken(v string)
- func (x *ListRepositoryBranchesByReferenceResponse) SetRepositoryBranches(v []*RepositoryBranch)
- func (x *ListRepositoryBranchesByReferenceResponse) String() string
- type ListRepositoryBranchesByReferenceResponse_builder
- type ListRepositoryBranchesRequest
- func (x *ListRepositoryBranchesRequest) GetPageSize() uint32
- func (x *ListRepositoryBranchesRequest) GetPageToken() string
- func (x *ListRepositoryBranchesRequest) GetRepositoryId() string
- func (*ListRepositoryBranchesRequest) ProtoMessage()
- func (x *ListRepositoryBranchesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryBranchesRequest) Reset()
- func (x *ListRepositoryBranchesRequest) SetPageSize(v uint32)
- func (x *ListRepositoryBranchesRequest) SetPageToken(v string)
- func (x *ListRepositoryBranchesRequest) SetRepositoryId(v string)
- func (x *ListRepositoryBranchesRequest) String() string
- type ListRepositoryBranchesRequest_builder
- type ListRepositoryBranchesResponse
- 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) SetNextPageToken(v string)
- func (x *ListRepositoryBranchesResponse) SetRepositoryBranches(v []*RepositoryBranch)
- func (x *ListRepositoryBranchesResponse) String() string
- type ListRepositoryBranchesResponse_builder
- type ListRepositoryCommitsByBranchRequest
- 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) SetPageSize(v uint32)
- func (x *ListRepositoryCommitsByBranchRequest) SetPageToken(v string)
- func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryBranchName(v string)
- func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryName(v string)
- func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryOwner(v string)
- func (x *ListRepositoryCommitsByBranchRequest) SetReverse(v bool)
- func (x *ListRepositoryCommitsByBranchRequest) String() string
- type ListRepositoryCommitsByBranchRequest_builder
- type ListRepositoryCommitsByBranchResponse
- 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) SetNextPageToken(v string)
- func (x *ListRepositoryCommitsByBranchResponse) SetRepositoryCommits(v []*RepositoryCommit)
- func (x *ListRepositoryCommitsByBranchResponse) String() string
- type ListRepositoryCommitsByBranchResponse_builder
- type ListRepositoryCommitsByReferenceRequest
- 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) SetPageSize(v uint32)
- func (x *ListRepositoryCommitsByReferenceRequest) SetPageToken(v string)
- func (x *ListRepositoryCommitsByReferenceRequest) SetReference(v string)
- func (x *ListRepositoryCommitsByReferenceRequest) SetRepositoryName(v string)
- func (x *ListRepositoryCommitsByReferenceRequest) SetRepositoryOwner(v string)
- func (x *ListRepositoryCommitsByReferenceRequest) SetReverse(v bool)
- func (x *ListRepositoryCommitsByReferenceRequest) String() string
- type ListRepositoryCommitsByReferenceRequest_builder
- type ListRepositoryCommitsByReferenceResponse
- 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) SetNextPageToken(v string)
- func (x *ListRepositoryCommitsByReferenceResponse) SetRepositoryCommits(v []*RepositoryCommit)
- func (x *ListRepositoryCommitsByReferenceResponse) String() string
- type ListRepositoryCommitsByReferenceResponse_builder
- type ListRepositoryContributorsRequest
- 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) SetPageSize(v uint32)
- func (x *ListRepositoryContributorsRequest) SetPageToken(v string)
- func (x *ListRepositoryContributorsRequest) SetRepositoryId(v string)
- func (x *ListRepositoryContributorsRequest) SetReverse(v bool)
- func (x *ListRepositoryContributorsRequest) String() string
- type ListRepositoryContributorsRequest_builder
- type ListRepositoryContributorsResponse
- 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) SetNextPageToken(v string)
- func (x *ListRepositoryContributorsResponse) SetUsers(v []*RepositoryContributor)
- func (x *ListRepositoryContributorsResponse) String() string
- type ListRepositoryContributorsResponse_builder
- type ListRepositoryDraftCommitsRequest
- func (x *ListRepositoryDraftCommitsRequest) GetPageSize() uint32
- func (x *ListRepositoryDraftCommitsRequest) GetPageToken() string
- func (x *ListRepositoryDraftCommitsRequest) GetRepositoryName() string
- func (x *ListRepositoryDraftCommitsRequest) GetRepositoryOwner() string
- func (x *ListRepositoryDraftCommitsRequest) GetReverse() bool
- func (*ListRepositoryDraftCommitsRequest) ProtoMessage()
- func (x *ListRepositoryDraftCommitsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryDraftCommitsRequest) Reset()
- func (x *ListRepositoryDraftCommitsRequest) SetPageSize(v uint32)
- func (x *ListRepositoryDraftCommitsRequest) SetPageToken(v string)
- func (x *ListRepositoryDraftCommitsRequest) SetRepositoryName(v string)
- func (x *ListRepositoryDraftCommitsRequest) SetRepositoryOwner(v string)
- func (x *ListRepositoryDraftCommitsRequest) SetReverse(v bool)
- func (x *ListRepositoryDraftCommitsRequest) String() string
- type ListRepositoryDraftCommitsRequest_builder
- type ListRepositoryDraftCommitsResponse
- func (x *ListRepositoryDraftCommitsResponse) GetNextPageToken() string
- func (x *ListRepositoryDraftCommitsResponse) GetRepositoryCommits() []*RepositoryCommit
- func (*ListRepositoryDraftCommitsResponse) ProtoMessage()
- func (x *ListRepositoryDraftCommitsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryDraftCommitsResponse) Reset()
- func (x *ListRepositoryDraftCommitsResponse) SetNextPageToken(v string)
- func (x *ListRepositoryDraftCommitsResponse) SetRepositoryCommits(v []*RepositoryCommit)
- func (x *ListRepositoryDraftCommitsResponse) String() string
- type ListRepositoryDraftCommitsResponse_builder
- type ListRepositoryTagsForReferenceRequest
- func (x *ListRepositoryTagsForReferenceRequest) GetPageSize() uint32
- func (x *ListRepositoryTagsForReferenceRequest) GetPageToken() string
- func (x *ListRepositoryTagsForReferenceRequest) GetReference() string
- func (x *ListRepositoryTagsForReferenceRequest) GetRepositoryId() string
- func (x *ListRepositoryTagsForReferenceRequest) GetReverse() bool
- func (*ListRepositoryTagsForReferenceRequest) ProtoMessage()
- func (x *ListRepositoryTagsForReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTagsForReferenceRequest) Reset()
- func (x *ListRepositoryTagsForReferenceRequest) SetPageSize(v uint32)
- func (x *ListRepositoryTagsForReferenceRequest) SetPageToken(v string)
- func (x *ListRepositoryTagsForReferenceRequest) SetReference(v string)
- func (x *ListRepositoryTagsForReferenceRequest) SetRepositoryId(v string)
- func (x *ListRepositoryTagsForReferenceRequest) SetReverse(v bool)
- func (x *ListRepositoryTagsForReferenceRequest) String() string
- type ListRepositoryTagsForReferenceRequest_builder
- type ListRepositoryTagsForReferenceResponse
- func (x *ListRepositoryTagsForReferenceResponse) GetNextPageToken() string
- func (x *ListRepositoryTagsForReferenceResponse) GetRepositoryTags() []*RepositoryTag
- func (*ListRepositoryTagsForReferenceResponse) ProtoMessage()
- func (x *ListRepositoryTagsForReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *ListRepositoryTagsForReferenceResponse) Reset()
- func (x *ListRepositoryTagsForReferenceResponse) SetNextPageToken(v string)
- func (x *ListRepositoryTagsForReferenceResponse) SetRepositoryTags(v []*RepositoryTag)
- func (x *ListRepositoryTagsForReferenceResponse) String() string
- type ListRepositoryTagsForReferenceResponse_builder
- type ListRepositoryTagsRequest
- 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) SetPageSize(v uint32)
- func (x *ListRepositoryTagsRequest) SetPageToken(v string)
- func (x *ListRepositoryTagsRequest) SetRepositoryId(v string)
- func (x *ListRepositoryTagsRequest) SetReverse(v bool)
- func (x *ListRepositoryTagsRequest) String() string
- type ListRepositoryTagsRequest_builder
- type ListRepositoryTagsResponse
- 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) SetNextPageToken(v string)
- func (x *ListRepositoryTagsResponse) SetRepositoryTags(v []*RepositoryTag)
- func (x *ListRepositoryTagsResponse) String() string
- type ListRepositoryTagsResponse_builder
- type ListSCIMTokensRequest
- func (x *ListSCIMTokensRequest) GetPageSize() uint32
- func (x *ListSCIMTokensRequest) GetPageToken() string
- func (x *ListSCIMTokensRequest) GetReverse() bool
- func (*ListSCIMTokensRequest) ProtoMessage()
- func (x *ListSCIMTokensRequest) ProtoReflect() protoreflect.Message
- func (x *ListSCIMTokensRequest) Reset()
- func (x *ListSCIMTokensRequest) SetPageSize(v uint32)
- func (x *ListSCIMTokensRequest) SetPageToken(v string)
- func (x *ListSCIMTokensRequest) SetReverse(v bool)
- func (x *ListSCIMTokensRequest) String() string
- type ListSCIMTokensRequest_builder
- type ListSCIMTokensResponse
- func (x *ListSCIMTokensResponse) GetNextPageToken() string
- func (x *ListSCIMTokensResponse) GetTokens() []*SCIMToken
- func (*ListSCIMTokensResponse) ProtoMessage()
- func (x *ListSCIMTokensResponse) ProtoReflect() protoreflect.Message
- func (x *ListSCIMTokensResponse) Reset()
- func (x *ListSCIMTokensResponse) SetNextPageToken(v string)
- func (x *ListSCIMTokensResponse) SetTokens(v []*SCIMToken)
- func (x *ListSCIMTokensResponse) String() string
- type ListSCIMTokensResponse_builder
- type ListServerUniquenessCollisionsRequest
- func (x *ListServerUniquenessCollisionsRequest) GetCollisionType() CollisionType
- func (x *ListServerUniquenessCollisionsRequest) GetPageSize() uint32
- func (x *ListServerUniquenessCollisionsRequest) GetPageToken() string
- func (*ListServerUniquenessCollisionsRequest) ProtoMessage()
- func (x *ListServerUniquenessCollisionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListServerUniquenessCollisionsRequest) Reset()
- func (x *ListServerUniquenessCollisionsRequest) SetCollisionType(v CollisionType)
- func (x *ListServerUniquenessCollisionsRequest) SetPageSize(v uint32)
- func (x *ListServerUniquenessCollisionsRequest) SetPageToken(v string)
- func (x *ListServerUniquenessCollisionsRequest) String() string
- type ListServerUniquenessCollisionsRequest_builder
- type ListServerUniquenessCollisionsResponse
- func (x *ListServerUniquenessCollisionsResponse) GetCollisions() []*Collision
- func (x *ListServerUniquenessCollisionsResponse) GetNextPageToken() string
- func (*ListServerUniquenessCollisionsResponse) ProtoMessage()
- func (x *ListServerUniquenessCollisionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListServerUniquenessCollisionsResponse) Reset()
- func (x *ListServerUniquenessCollisionsResponse) SetCollisions(v []*Collision)
- func (x *ListServerUniquenessCollisionsResponse) SetNextPageToken(v string)
- func (x *ListServerUniquenessCollisionsResponse) String() string
- type ListServerUniquenessCollisionsResponse_builder
- type ListStudioAgentPresetsRequest
- type ListStudioAgentPresetsRequest_builder
- type ListStudioAgentPresetsResponse
- func (x *ListStudioAgentPresetsResponse) GetAgents() []*StudioAgentPreset
- func (*ListStudioAgentPresetsResponse) ProtoMessage()
- func (x *ListStudioAgentPresetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListStudioAgentPresetsResponse) Reset()
- func (x *ListStudioAgentPresetsResponse) SetAgents(v []*StudioAgentPreset)
- func (x *ListStudioAgentPresetsResponse) String() string
- type ListStudioAgentPresetsResponse_builder
- type ListStudioRequestsRequest
- func (x *ListStudioRequestsRequest) GetPageSize() uint32
- func (x *ListStudioRequestsRequest) GetPageToken() string
- func (x *ListStudioRequestsRequest) GetReverse() bool
- func (*ListStudioRequestsRequest) ProtoMessage()
- func (x *ListStudioRequestsRequest) ProtoReflect() protoreflect.Message
- func (x *ListStudioRequestsRequest) Reset()
- func (x *ListStudioRequestsRequest) SetPageSize(v uint32)
- func (x *ListStudioRequestsRequest) SetPageToken(v string)
- func (x *ListStudioRequestsRequest) SetReverse(v bool)
- func (x *ListStudioRequestsRequest) String() string
- type ListStudioRequestsRequest_builder
- type ListStudioRequestsResponse
- func (x *ListStudioRequestsResponse) GetNextPageToken() string
- func (x *ListStudioRequestsResponse) GetRequests() []*StudioRequest
- func (*ListStudioRequestsResponse) ProtoMessage()
- func (x *ListStudioRequestsResponse) ProtoReflect() protoreflect.Message
- func (x *ListStudioRequestsResponse) Reset()
- func (x *ListStudioRequestsResponse) SetNextPageToken(v string)
- func (x *ListStudioRequestsResponse) SetRequests(v []*StudioRequest)
- func (x *ListStudioRequestsResponse) String() string
- type ListStudioRequestsResponse_builder
- type ListTokensRequest
- func (x *ListTokensRequest) GetPageSize() uint32
- func (x *ListTokensRequest) GetPageToken() string
- func (x *ListTokensRequest) GetReverse() bool
- func (x *ListTokensRequest) GetUserId() string
- func (*ListTokensRequest) ProtoMessage()
- func (x *ListTokensRequest) ProtoReflect() protoreflect.Message
- func (x *ListTokensRequest) Reset()
- func (x *ListTokensRequest) SetPageSize(v uint32)
- func (x *ListTokensRequest) SetPageToken(v string)
- func (x *ListTokensRequest) SetReverse(v bool)
- func (x *ListTokensRequest) SetUserId(v string)
- func (x *ListTokensRequest) String() string
- type ListTokensRequest_builder
- type ListTokensResponse
- 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) SetNextPageToken(v string)
- func (x *ListTokensResponse) SetTokens(v []*Token)
- func (x *ListTokensResponse) String() string
- type ListTokensResponse_builder
- type ListUserOrganizationsRequest
- 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) SetPageSize(v uint32)
- func (x *ListUserOrganizationsRequest) SetPageToken(v string)
- func (x *ListUserOrganizationsRequest) SetReverse(v bool)
- func (x *ListUserOrganizationsRequest) SetUserId(v string)
- func (x *ListUserOrganizationsRequest) String() string
- type ListUserOrganizationsRequest_builder
- type ListUserOrganizationsResponse
- 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) SetNextPageToken(v string)
- func (x *ListUserOrganizationsResponse) SetOrganizations(v []*OrganizationMembership)
- func (x *ListUserOrganizationsResponse) String() string
- type ListUserOrganizationsResponse_builder
- type ListUserRepositoriesRequest
- 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) SetPageSize(v uint32)
- func (x *ListUserRepositoriesRequest) SetPageToken(v string)
- func (x *ListUserRepositoriesRequest) SetReverse(v bool)
- func (x *ListUserRepositoriesRequest) SetUserId(v string)
- func (x *ListUserRepositoriesRequest) String() string
- type ListUserRepositoriesRequest_builder
- type ListUserRepositoriesResponse
- 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) SetNextPageToken(v string)
- func (x *ListUserRepositoriesResponse) SetRepositories(v []*Repository)
- func (x *ListUserRepositoriesResponse) String() string
- type ListUserRepositoriesResponse_builder
- type ListUsersRequest
- func (x *ListUsersRequest) GetPageSize() uint32
- func (x *ListUsersRequest) GetPageToken() string
- func (x *ListUsersRequest) GetReverse() bool
- func (x *ListUsersRequest) GetUserStateFilter() UserState
- func (x *ListUsersRequest) GetUserTypeFilters() []UserType
- func (*ListUsersRequest) ProtoMessage()
- func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListUsersRequest) Reset()
- func (x *ListUsersRequest) SetPageSize(v uint32)
- func (x *ListUsersRequest) SetPageToken(v string)
- func (x *ListUsersRequest) SetReverse(v bool)
- func (x *ListUsersRequest) SetUserStateFilter(v UserState)
- func (x *ListUsersRequest) SetUserTypeFilters(v []UserType)
- func (x *ListUsersRequest) String() string
- type ListUsersRequest_builder
- type ListUsersResponse
- 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) SetNextPageToken(v string)
- func (x *ListUsersResponse) SetUsers(v []*User)
- func (x *ListUsersResponse) String() string
- type ListUsersResponse_builder
- type ListWebhooksRequest
- 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) SetOwnerName(v string)
- func (x *ListWebhooksRequest) SetPageToken(v string)
- func (x *ListWebhooksRequest) SetRepositoryName(v string)
- func (x *ListWebhooksRequest) String() string
- type ListWebhooksRequest_builder
- type ListWebhooksResponse
- func (x *ListWebhooksResponse) GetNextPageToken() string
- func (x *ListWebhooksResponse) GetWebhooks() []*Webhook
- func (*ListWebhooksResponse) ProtoMessage()
- func (x *ListWebhooksResponse) ProtoReflect() protoreflect.Message
- func (x *ListWebhooksResponse) Reset()
- func (x *ListWebhooksResponse) SetNextPageToken(v string)
- func (x *ListWebhooksResponse) SetWebhooks(v []*Webhook)
- func (x *ListWebhooksResponse) String() string
- type ListWebhooksResponse_builder
- type LiteralValue
- func (x *LiteralValue) ClearArrayValue()
- func (x *LiteralValue) ClearBoolValue()
- func (x *LiteralValue) ClearDoubleValue()
- func (x *LiteralValue) ClearEnumValueNameValue()
- func (x *LiteralValue) ClearIntValue()
- func (x *LiteralValue) ClearMessageValue()
- func (x *LiteralValue) ClearStringValue()
- func (x *LiteralValue) ClearUintValue()
- func (x *LiteralValue) ClearValue()
- func (x *LiteralValue) GetArrayValue() *ArrayLiteral
- func (x *LiteralValue) GetBoolValue() bool
- func (x *LiteralValue) GetComments() string
- func (x *LiteralValue) GetDoubleValue() float64
- func (x *LiteralValue) GetEnumValueNameValue() string
- func (x *LiteralValue) GetIntValue() int64
- func (x *LiteralValue) GetMessageValue() *MessageLiteral
- func (x *LiteralValue) GetStringValue() string
- func (x *LiteralValue) GetUintValue() uint64
- func (x *LiteralValue) HasArrayValue() bool
- func (x *LiteralValue) HasBoolValue() bool
- func (x *LiteralValue) HasDoubleValue() bool
- func (x *LiteralValue) HasEnumValueNameValue() bool
- func (x *LiteralValue) HasIntValue() bool
- func (x *LiteralValue) HasMessageValue() bool
- func (x *LiteralValue) HasStringValue() bool
- func (x *LiteralValue) HasUintValue() bool
- func (x *LiteralValue) HasValue() bool
- func (*LiteralValue) ProtoMessage()
- func (x *LiteralValue) ProtoReflect() protoreflect.Message
- func (x *LiteralValue) Reset()
- func (x *LiteralValue) SetArrayValue(v *ArrayLiteral)
- func (x *LiteralValue) SetBoolValue(v bool)
- func (x *LiteralValue) SetComments(v string)
- func (x *LiteralValue) SetDoubleValue(v float64)
- func (x *LiteralValue) SetEnumValueNameValue(v string)
- func (x *LiteralValue) SetIntValue(v int64)
- func (x *LiteralValue) SetMessageValue(v *MessageLiteral)
- func (x *LiteralValue) SetStringValue(v string)
- func (x *LiteralValue) SetUintValue(v uint64)
- func (x *LiteralValue) String() string
- func (x *LiteralValue) WhichValue() case_LiteralValue_Value
- type LiteralValue_builder
- type LocalModulePin
- func (x *LocalModulePin) GetCommit() string
- func (x *LocalModulePin) GetManifestDigest() string
- func (x *LocalModulePin) GetOwner() string
- func (x *LocalModulePin) GetRepository() string
- func (*LocalModulePin) ProtoMessage()
- func (x *LocalModulePin) ProtoReflect() protoreflect.Message
- func (x *LocalModulePin) Reset()
- func (x *LocalModulePin) SetCommit(v string)
- func (x *LocalModulePin) SetManifestDigest(v string)
- func (x *LocalModulePin) SetOwner(v string)
- func (x *LocalModulePin) SetRepository(v string)
- func (x *LocalModulePin) String() string
- type LocalModulePin_builder
- type LocalModuleReference
- 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) SetOwner(v string)
- func (x *LocalModuleReference) SetReference(v string)
- func (x *LocalModuleReference) SetRepository(v string)
- func (x *LocalModuleReference) String() string
- type LocalModuleReference_builder
- type LocalModuleResolveResult
- func (x *LocalModuleResolveResult) ClearPin()
- func (x *LocalModuleResolveResult) ClearReference()
- func (x *LocalModuleResolveResult) GetPin() *LocalModulePin
- func (x *LocalModuleResolveResult) GetReference() *LocalModuleReference
- func (x *LocalModuleResolveResult) GetResolvedReferenceType() ResolvedReferenceType
- func (x *LocalModuleResolveResult) HasPin() bool
- func (x *LocalModuleResolveResult) HasReference() bool
- func (*LocalModuleResolveResult) ProtoMessage()
- func (x *LocalModuleResolveResult) ProtoReflect() protoreflect.Message
- func (x *LocalModuleResolveResult) Reset()
- func (x *LocalModuleResolveResult) SetPin(v *LocalModulePin)
- func (x *LocalModuleResolveResult) SetReference(v *LocalModuleReference)
- func (x *LocalModuleResolveResult) SetResolvedReferenceType(v ResolvedReferenceType)
- func (x *LocalModuleResolveResult) String() string
- type LocalModuleResolveResult_builder
- type Location
- 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) SetEndColumn(v int32)
- func (x *Location) SetEndLine(v int32)
- func (x *Location) SetStartColumn(v int32)
- func (x *Location) SetStartLine(v int32)
- func (x *Location) String() string
- type Location_builder
- type MapEntry
- func (x *MapEntry) ClearValueImportModuleRef()
- func (x *MapEntry) GetKeyFullType() string
- func (x *MapEntry) GetValueFullType() string
- func (x *MapEntry) GetValueImportModuleRef() *ImportModuleRef
- func (x *MapEntry) GetValueNestedType() string
- func (x *MapEntry) HasValueImportModuleRef() bool
- func (*MapEntry) ProtoMessage()
- func (x *MapEntry) ProtoReflect() protoreflect.Message
- func (x *MapEntry) Reset()
- func (x *MapEntry) SetKeyFullType(v string)
- func (x *MapEntry) SetValueFullType(v string)
- func (x *MapEntry) SetValueImportModuleRef(v *ImportModuleRef)
- func (x *MapEntry) SetValueNestedType(v string)
- func (x *MapEntry) String() string
- type MapEntry_builder
- type MavenConfig
- func (x *MavenConfig) ClearCompiler()
- func (x *MavenConfig) GetAdditionalRuntimes() []*MavenConfig_RuntimeConfig
- func (x *MavenConfig) GetCompiler() *MavenConfig_CompilerConfig
- func (x *MavenConfig) GetRuntimeLibraries() []*MavenConfig_RuntimeLibrary
- func (x *MavenConfig) HasCompiler() bool
- func (*MavenConfig) ProtoMessage()
- func (x *MavenConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig) Reset()
- func (x *MavenConfig) SetAdditionalRuntimes(v []*MavenConfig_RuntimeConfig)
- func (x *MavenConfig) SetCompiler(v *MavenConfig_CompilerConfig)
- func (x *MavenConfig) SetRuntimeLibraries(v []*MavenConfig_RuntimeLibrary)
- func (x *MavenConfig) String() string
- type MavenConfig_CompilerConfig
- func (x *MavenConfig_CompilerConfig) ClearJava()
- func (x *MavenConfig_CompilerConfig) ClearKotlin()
- func (x *MavenConfig_CompilerConfig) GetJava() *MavenConfig_CompilerJavaConfig
- func (x *MavenConfig_CompilerConfig) GetKotlin() *MavenConfig_CompilerKotlinConfig
- func (x *MavenConfig_CompilerConfig) HasJava() bool
- func (x *MavenConfig_CompilerConfig) HasKotlin() bool
- func (*MavenConfig_CompilerConfig) ProtoMessage()
- func (x *MavenConfig_CompilerConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_CompilerConfig) Reset()
- func (x *MavenConfig_CompilerConfig) SetJava(v *MavenConfig_CompilerJavaConfig)
- func (x *MavenConfig_CompilerConfig) SetKotlin(v *MavenConfig_CompilerKotlinConfig)
- func (x *MavenConfig_CompilerConfig) String() string
- type MavenConfig_CompilerConfig_builder
- type MavenConfig_CompilerJavaConfig
- func (x *MavenConfig_CompilerJavaConfig) GetEncoding() string
- func (x *MavenConfig_CompilerJavaConfig) GetRelease() int32
- func (x *MavenConfig_CompilerJavaConfig) GetSource() int32
- func (x *MavenConfig_CompilerJavaConfig) GetTarget() int32
- func (*MavenConfig_CompilerJavaConfig) ProtoMessage()
- func (x *MavenConfig_CompilerJavaConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_CompilerJavaConfig) Reset()
- func (x *MavenConfig_CompilerJavaConfig) SetEncoding(v string)
- func (x *MavenConfig_CompilerJavaConfig) SetRelease(v int32)
- func (x *MavenConfig_CompilerJavaConfig) SetSource(v int32)
- func (x *MavenConfig_CompilerJavaConfig) SetTarget(v int32)
- func (x *MavenConfig_CompilerJavaConfig) String() string
- type MavenConfig_CompilerJavaConfig_builder
- type MavenConfig_CompilerKotlinConfig
- func (x *MavenConfig_CompilerKotlinConfig) GetApiVersion() string
- func (x *MavenConfig_CompilerKotlinConfig) GetJvmTarget() string
- func (x *MavenConfig_CompilerKotlinConfig) GetLanguageVersion() string
- func (x *MavenConfig_CompilerKotlinConfig) GetVersion() string
- func (*MavenConfig_CompilerKotlinConfig) ProtoMessage()
- func (x *MavenConfig_CompilerKotlinConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_CompilerKotlinConfig) Reset()
- func (x *MavenConfig_CompilerKotlinConfig) SetApiVersion(v string)
- func (x *MavenConfig_CompilerKotlinConfig) SetJvmTarget(v string)
- func (x *MavenConfig_CompilerKotlinConfig) SetLanguageVersion(v string)
- func (x *MavenConfig_CompilerKotlinConfig) SetVersion(v string)
- func (x *MavenConfig_CompilerKotlinConfig) String() string
- type MavenConfig_CompilerKotlinConfig_builder
- type MavenConfig_RuntimeConfig
- func (x *MavenConfig_RuntimeConfig) GetName() string
- func (x *MavenConfig_RuntimeConfig) GetOptions() []string
- func (x *MavenConfig_RuntimeConfig) GetRuntimeLibraries() []*MavenConfig_RuntimeLibrary
- func (*MavenConfig_RuntimeConfig) ProtoMessage()
- func (x *MavenConfig_RuntimeConfig) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_RuntimeConfig) Reset()
- func (x *MavenConfig_RuntimeConfig) SetName(v string)
- func (x *MavenConfig_RuntimeConfig) SetOptions(v []string)
- func (x *MavenConfig_RuntimeConfig) SetRuntimeLibraries(v []*MavenConfig_RuntimeLibrary)
- func (x *MavenConfig_RuntimeConfig) String() string
- type MavenConfig_RuntimeConfig_builder
- type MavenConfig_RuntimeLibrary
- func (x *MavenConfig_RuntimeLibrary) GetArtifactId() string
- func (x *MavenConfig_RuntimeLibrary) GetClassifier() string
- func (x *MavenConfig_RuntimeLibrary) GetExtension() string
- func (x *MavenConfig_RuntimeLibrary) GetGroupId() string
- func (x *MavenConfig_RuntimeLibrary) GetVersion() string
- func (*MavenConfig_RuntimeLibrary) ProtoMessage()
- func (x *MavenConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *MavenConfig_RuntimeLibrary) Reset()
- func (x *MavenConfig_RuntimeLibrary) SetArtifactId(v string)
- func (x *MavenConfig_RuntimeLibrary) SetClassifier(v string)
- func (x *MavenConfig_RuntimeLibrary) SetExtension(v string)
- func (x *MavenConfig_RuntimeLibrary) SetGroupId(v string)
- func (x *MavenConfig_RuntimeLibrary) SetVersion(v string)
- func (x *MavenConfig_RuntimeLibrary) String() string
- type MavenConfig_RuntimeLibrary_builder
- type MavenConfig_builder
- type Message
- func (x *Message) ClearLocation()
- func (x *Message) ClearMessageOptions()deprecated
- func (x *Message) GetComments() string
- func (x *Message) GetFields() []*MessageField
- func (x *Message) GetFilePath() string
- func (x *Message) GetFullName() string
- func (x *Message) GetImplicitlyDeprecated() bool
- func (x *Message) GetIsMapEntry() bool
- func (x *Message) GetLocation() *Location
- func (x *Message) GetMessageExtensions() []*Field
- func (x *Message) GetMessageOptions() *MessageOptionsdeprecated
- func (x *Message) GetName() string
- func (x *Message) GetNestedName() string
- func (x *Message) GetOptions() []*FieldLiteral
- func (x *Message) HasLocation() bool
- func (x *Message) HasMessageOptions() booldeprecated
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) SetComments(v string)
- func (x *Message) SetFields(v []*MessageField)
- func (x *Message) SetFilePath(v string)
- func (x *Message) SetFullName(v string)
- func (x *Message) SetImplicitlyDeprecated(v bool)
- func (x *Message) SetIsMapEntry(v bool)
- func (x *Message) SetLocation(v *Location)
- func (x *Message) SetMessageExtensions(v []*Field)
- func (x *Message) SetMessageOptions(v *MessageOptions)deprecated
- func (x *Message) SetName(v string)
- func (x *Message) SetNestedName(v string)
- func (x *Message) SetOptions(v []*FieldLiteral)
- func (x *Message) String() string
- type MessageField
- func (x *MessageField) ClearField()
- func (x *MessageField) ClearMessageField()
- func (x *MessageField) ClearOneof()
- func (x *MessageField) GetField() *Field
- func (x *MessageField) GetOneof() *Oneof
- func (x *MessageField) HasField() bool
- func (x *MessageField) HasMessageField() bool
- func (x *MessageField) HasOneof() bool
- func (*MessageField) ProtoMessage()
- func (x *MessageField) ProtoReflect() protoreflect.Message
- func (x *MessageField) Reset()
- func (x *MessageField) SetField(v *Field)
- func (x *MessageField) SetOneof(v *Oneof)
- func (x *MessageField) String() string
- func (x *MessageField) WhichMessageField() case_MessageField_MessageField
- type MessageField_builder
- type MessageLiteral
- type MessageLiteral_builder
- type MessageOptionsdeprecated
- type MessageOptions_builderdeprecated
- type Message_builder
- type Method
- func (x *Method) ClearMethodOptions()deprecated
- func (x *Method) ClearRequest()
- func (x *Method) ClearResponse()
- func (x *Method) GetComments() string
- func (x *Method) GetImplicitlyDeprecated() bool
- func (x *Method) GetMethodOptions() *MethodOptionsdeprecated
- func (x *Method) GetName() string
- func (x *Method) GetOptions() []*FieldLiteral
- func (x *Method) GetRequest() *MethodRequestResponse
- func (x *Method) GetResponse() *MethodRequestResponse
- func (x *Method) HasMethodOptions() booldeprecated
- func (x *Method) HasRequest() bool
- func (x *Method) HasResponse() bool
- func (*Method) ProtoMessage()
- func (x *Method) ProtoReflect() protoreflect.Message
- func (x *Method) Reset()
- func (x *Method) SetComments(v string)
- func (x *Method) SetImplicitlyDeprecated(v bool)
- func (x *Method) SetMethodOptions(v *MethodOptions)deprecated
- func (x *Method) SetName(v string)
- func (x *Method) SetOptions(v []*FieldLiteral)
- func (x *Method) SetRequest(v *MethodRequestResponse)
- func (x *Method) SetResponse(v *MethodRequestResponse)
- func (x *Method) String() string
- type MethodOptionsdeprecated
- func (x *MethodOptions) GetDeprecated() bool
- func (x *MethodOptions) GetIdempotencyLevel() int32
- func (*MethodOptions) ProtoMessage()
- func (x *MethodOptions) ProtoReflect() protoreflect.Message
- func (x *MethodOptions) Reset()
- func (x *MethodOptions) SetDeprecated(v bool)
- func (x *MethodOptions) SetIdempotencyLevel(v int32)
- func (x *MethodOptions) String() string
- type MethodOptions_builderdeprecated
- type MethodRequestResponse
- func (x *MethodRequestResponse) ClearImportModuleRef()
- func (x *MethodRequestResponse) ClearMessage()
- 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 (x *MethodRequestResponse) HasImportModuleRef() bool
- func (x *MethodRequestResponse) HasMessage() bool
- func (*MethodRequestResponse) ProtoMessage()
- func (x *MethodRequestResponse) ProtoReflect() protoreflect.Message
- func (x *MethodRequestResponse) Reset()
- func (x *MethodRequestResponse) SetFullType(v string)
- func (x *MethodRequestResponse) SetImportModuleRef(v *ImportModuleRef)
- func (x *MethodRequestResponse) SetMessage(v *Message)
- func (x *MethodRequestResponse) SetNestedType(v string)
- func (x *MethodRequestResponse) SetStreaming(v bool)
- func (x *MethodRequestResponse) String() string
- type MethodRequestResponse_builder
- type Method_builder
- type ModuleDocumentation
- func (x *ModuleDocumentation) GetDocumentation() string
- func (x *ModuleDocumentation) GetDocumentationPath() string
- func (x *ModuleDocumentation) GetLicense() string
- func (x *ModuleDocumentation) GetName() string
- func (*ModuleDocumentation) ProtoMessage()
- func (x *ModuleDocumentation) ProtoReflect() protoreflect.Message
- func (x *ModuleDocumentation) Reset()
- func (x *ModuleDocumentation) SetDocumentation(v string)
- func (x *ModuleDocumentation) SetDocumentationPath(v string)
- func (x *ModuleDocumentation) SetLicense(v string)
- func (x *ModuleDocumentation) SetName(v string)
- func (x *ModuleDocumentation) String() string
- type ModuleDocumentation_builder
- type ModuleElementSearchResult
- func (x *ModuleElementSearchResult) GetFullyQualifiedName() string
- func (x *ModuleElementSearchResult) GetPackageName() string
- func (x *ModuleElementSearchResult) GetProtoFilePath() string
- func (x *ModuleElementSearchResult) GetRepositoryId() string
- func (x *ModuleElementSearchResult) GetRepositoryName() string
- func (x *ModuleElementSearchResult) GetRepositoryOwner() string
- func (x *ModuleElementSearchResult) GetSearchModuleElementType() SearchModuleElementType
- func (*ModuleElementSearchResult) ProtoMessage()
- func (x *ModuleElementSearchResult) ProtoReflect() protoreflect.Message
- func (x *ModuleElementSearchResult) Reset()
- func (x *ModuleElementSearchResult) SetFullyQualifiedName(v string)
- func (x *ModuleElementSearchResult) SetPackageName(v string)
- func (x *ModuleElementSearchResult) SetProtoFilePath(v string)
- func (x *ModuleElementSearchResult) SetRepositoryId(v string)
- func (x *ModuleElementSearchResult) SetRepositoryName(v string)
- func (x *ModuleElementSearchResult) SetRepositoryOwner(v string)
- func (x *ModuleElementSearchResult) SetSearchModuleElementType(v SearchModuleElementType)
- func (x *ModuleElementSearchResult) String() string
- type ModuleElementSearchResult_builder
- type ModuleFileSearchResult
- func (x *ModuleFileSearchResult) GetProtoFilePath() string
- func (x *ModuleFileSearchResult) GetRepositoryId() string
- func (x *ModuleFileSearchResult) GetRepositoryName() string
- func (x *ModuleFileSearchResult) GetRepositoryOwner() string
- func (*ModuleFileSearchResult) ProtoMessage()
- func (x *ModuleFileSearchResult) ProtoReflect() protoreflect.Message
- func (x *ModuleFileSearchResult) Reset()
- func (x *ModuleFileSearchResult) SetProtoFilePath(v string)
- func (x *ModuleFileSearchResult) SetRepositoryId(v string)
- func (x *ModuleFileSearchResult) SetRepositoryName(v string)
- func (x *ModuleFileSearchResult) SetRepositoryOwner(v string)
- func (x *ModuleFileSearchResult) String() string
- type ModuleFileSearchResult_builder
- type ModulePackage
- 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) SetDescription(v string)
- func (x *ModulePackage) SetName(v string)
- func (x *ModulePackage) String() string
- type ModulePackage_builder
- type MonthlyUsage
- func (x *MonthlyUsage) GetMonth() uint32
- func (x *MonthlyUsage) GetTotalEnumTypes() uint32
- func (x *MonthlyUsage) GetTotalMessageTypes() uint32
- func (x *MonthlyUsage) GetTotalMethodTypes() uint32
- func (x *MonthlyUsage) GetYear() uint32
- func (*MonthlyUsage) ProtoMessage()
- func (x *MonthlyUsage) ProtoReflect() protoreflect.Message
- func (x *MonthlyUsage) Reset()
- func (x *MonthlyUsage) SetMonth(v uint32)
- func (x *MonthlyUsage) SetTotalEnumTypes(v uint32)
- func (x *MonthlyUsage) SetTotalMessageTypes(v uint32)
- func (x *MonthlyUsage) SetTotalMethodTypes(v uint32)
- func (x *MonthlyUsage) SetYear(v uint32)
- func (x *MonthlyUsage) String() string
- type MonthlyUsage_builder
- type NPMConfig
- func (x *NPMConfig) GetImportStyle() NPMImportStyle
- func (x *NPMConfig) GetRewriteImportPathSuffix() string
- func (x *NPMConfig) GetRuntimeLibraries() []*NPMConfig_RuntimeLibrary
- func (*NPMConfig) ProtoMessage()
- func (x *NPMConfig) ProtoReflect() protoreflect.Message
- func (x *NPMConfig) Reset()
- func (x *NPMConfig) SetImportStyle(v NPMImportStyle)
- func (x *NPMConfig) SetRewriteImportPathSuffix(v string)
- func (x *NPMConfig) SetRuntimeLibraries(v []*NPMConfig_RuntimeLibrary)
- func (x *NPMConfig) String() string
- type NPMConfig_RuntimeLibrary
- func (x *NPMConfig_RuntimeLibrary) GetPackage() string
- func (x *NPMConfig_RuntimeLibrary) GetVersion() string
- func (*NPMConfig_RuntimeLibrary) ProtoMessage()
- func (x *NPMConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *NPMConfig_RuntimeLibrary) Reset()
- func (x *NPMConfig_RuntimeLibrary) SetPackage(v string)
- func (x *NPMConfig_RuntimeLibrary) SetVersion(v string)
- func (x *NPMConfig_RuntimeLibrary) String() string
- type NPMConfig_RuntimeLibrary_builder
- type NPMConfig_builder
- type NPMImportStyle
- type NugetConfig
- func (x *NugetConfig) GetRuntimeLibraries() []*NugetConfig_RuntimeLibrary
- func (x *NugetConfig) GetTargetFrameworks() []DotnetTargetFramework
- func (*NugetConfig) ProtoMessage()
- func (x *NugetConfig) ProtoReflect() protoreflect.Message
- func (x *NugetConfig) Reset()
- func (x *NugetConfig) SetRuntimeLibraries(v []*NugetConfig_RuntimeLibrary)
- func (x *NugetConfig) SetTargetFrameworks(v []DotnetTargetFramework)
- func (x *NugetConfig) String() string
- type NugetConfig_RuntimeLibrary
- func (x *NugetConfig_RuntimeLibrary) GetName() string
- func (x *NugetConfig_RuntimeLibrary) GetTargetFrameworks() []DotnetTargetFramework
- func (x *NugetConfig_RuntimeLibrary) GetVersion() string
- func (*NugetConfig_RuntimeLibrary) ProtoMessage()
- func (x *NugetConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *NugetConfig_RuntimeLibrary) Reset()
- func (x *NugetConfig_RuntimeLibrary) SetName(v string)
- func (x *NugetConfig_RuntimeLibrary) SetTargetFrameworks(v []DotnetTargetFramework)
- func (x *NugetConfig_RuntimeLibrary) SetVersion(v string)
- func (x *NugetConfig_RuntimeLibrary) String() string
- type NugetConfig_RuntimeLibrary_builder
- type NugetConfig_builder
- type Oneof
- func (x *Oneof) GetFields() []*Field
- func (x *Oneof) GetName() string
- func (x *Oneof) GetOptions() []*FieldLiteral
- func (*Oneof) ProtoMessage()
- func (x *Oneof) ProtoReflect() protoreflect.Message
- func (x *Oneof) Reset()
- func (x *Oneof) SetFields(v []*Field)
- func (x *Oneof) SetName(v string)
- func (x *Oneof) SetOptions(v []*FieldLiteral)
- func (x *Oneof) String() string
- type Oneof_builder
- type OrderBy
- type Organization
- func (x *Organization) ClearCreateTime()
- func (x *Organization) ClearUpdateTime()
- func (x *Organization) GetCreateTime() *timestamppb.Timestamp
- func (x *Organization) GetDescription() string
- func (x *Organization) GetId() string
- func (x *Organization) GetName() string
- func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
- func (x *Organization) GetUrl() string
- func (x *Organization) GetVerificationStatus() VerificationStatus
- func (x *Organization) HasCreateTime() bool
- func (x *Organization) HasUpdateTime() bool
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) SetCreateTime(v *timestamppb.Timestamp)
- func (x *Organization) SetDescription(v string)
- func (x *Organization) SetId(v string)
- func (x *Organization) SetName(v string)
- func (x *Organization) SetUpdateTime(v *timestamppb.Timestamp)
- func (x *Organization) SetUrl(v string)
- func (x *Organization) SetVerificationStatus(v VerificationStatus)
- func (x *Organization) String() string
- type OrganizationMembership
- func (x *OrganizationMembership) ClearOrganization()
- func (x *OrganizationMembership) GetOrganization() *Organization
- func (x *OrganizationMembership) GetOrganizationRole() OrganizationRole
- func (x *OrganizationMembership) HasOrganization() bool
- func (*OrganizationMembership) ProtoMessage()
- func (x *OrganizationMembership) ProtoReflect() protoreflect.Message
- func (x *OrganizationMembership) Reset()
- func (x *OrganizationMembership) SetOrganization(v *Organization)
- func (x *OrganizationMembership) SetOrganizationRole(v OrganizationRole)
- func (x *OrganizationMembership) String() string
- type OrganizationMembership_builder
- type OrganizationRole
- type OrganizationRoleSource
- func (OrganizationRoleSource) Descriptor() protoreflect.EnumDescriptor
- func (x OrganizationRoleSource) Enum() *OrganizationRoleSource
- func (x OrganizationRoleSource) Number() protoreflect.EnumNumber
- func (x OrganizationRoleSource) String() string
- func (OrganizationRoleSource) Type() protoreflect.EnumType
- type OrganizationSearchResult
- func (x *OrganizationSearchResult) ClearCreateTime()
- func (x *OrganizationSearchResult) GetCreateTime() *timestamppb.Timestamp
- func (x *OrganizationSearchResult) GetId() string
- func (x *OrganizationSearchResult) GetName() string
- func (x *OrganizationSearchResult) HasCreateTime() bool
- func (*OrganizationSearchResult) ProtoMessage()
- func (x *OrganizationSearchResult) ProtoReflect() protoreflect.Message
- func (x *OrganizationSearchResult) Reset()
- func (x *OrganizationSearchResult) SetCreateTime(v *timestamppb.Timestamp)
- func (x *OrganizationSearchResult) SetId(v string)
- func (x *OrganizationSearchResult) SetName(v string)
- func (x *OrganizationSearchResult) String() string
- type OrganizationSearchResult_builder
- type OrganizationUser
- func (x *OrganizationUser) ClearUser()
- func (x *OrganizationUser) GetOrganizationId() string
- func (x *OrganizationUser) GetOrganizationRole() OrganizationRole
- func (x *OrganizationUser) GetOrganizationRoleSource() OrganizationRoleSource
- func (x *OrganizationUser) GetUser() *User
- func (x *OrganizationUser) HasUser() bool
- func (*OrganizationUser) ProtoMessage()
- func (x *OrganizationUser) ProtoReflect() protoreflect.Message
- func (x *OrganizationUser) Reset()
- func (x *OrganizationUser) SetOrganizationId(v string)
- func (x *OrganizationUser) SetOrganizationRole(v OrganizationRole)
- func (x *OrganizationUser) SetOrganizationRoleSource(v OrganizationRoleSource)
- func (x *OrganizationUser) SetUser(v *User)
- func (x *OrganizationUser) String() string
- type OrganizationUser_builder
- type Organization_builder
- type Owner
- func (x *Owner) ClearOrganization()
- func (x *Owner) ClearOwner()
- func (x *Owner) ClearUser()
- func (x *Owner) GetOrganization() *Organization
- func (x *Owner) GetUser() *User
- func (x *Owner) HasOrganization() bool
- func (x *Owner) HasOwner() bool
- func (x *Owner) HasUser() bool
- func (*Owner) ProtoMessage()
- func (x *Owner) ProtoReflect() protoreflect.Message
- func (x *Owner) Reset()
- func (x *Owner) SetOrganization(v *Organization)
- func (x *Owner) SetUser(v *User)
- func (x *Owner) String() string
- func (x *Owner) WhichOwner() case_Owner_Owner
- type Owner_builder
- type PackageDocumentation
- func (x *PackageDocumentation) GetComments() string
- func (x *PackageDocumentation) GetEnums() []*Enum
- func (x *PackageDocumentation) GetFileExtensions() []*FileExtension
- func (x *PackageDocumentation) GetMessages() []*Message
- func (x *PackageDocumentation) GetName() string
- func (x *PackageDocumentation) GetServices() []*Service
- func (*PackageDocumentation) ProtoMessage()
- func (x *PackageDocumentation) ProtoReflect() protoreflect.Message
- func (x *PackageDocumentation) Reset()
- func (x *PackageDocumentation) SetComments(v string)
- func (x *PackageDocumentation) SetEnums(v []*Enum)
- func (x *PackageDocumentation) SetFileExtensions(v []*FileExtension)
- func (x *PackageDocumentation) SetMessages(v []*Message)
- func (x *PackageDocumentation) SetName(v string)
- func (x *PackageDocumentation) SetServices(v []*Service)
- func (x *PackageDocumentation) String() string
- type PackageDocumentation_builder
- type PluginCollection
- type PluginCollection_builder
- type PluginGenerationRequest
- func (x *PluginGenerationRequest) ClearIncludeImports()
- func (x *PluginGenerationRequest) ClearIncludeWellKnownTypes()
- func (x *PluginGenerationRequest) ClearPluginReference()
- func (x *PluginGenerationRequest) GetIncludeImports() bool
- func (x *PluginGenerationRequest) GetIncludeWellKnownTypes() bool
- func (x *PluginGenerationRequest) GetOptions() []string
- func (x *PluginGenerationRequest) GetPluginReference() *CuratedPluginReference
- func (x *PluginGenerationRequest) HasIncludeImports() bool
- func (x *PluginGenerationRequest) HasIncludeWellKnownTypes() bool
- func (x *PluginGenerationRequest) HasPluginReference() bool
- func (*PluginGenerationRequest) ProtoMessage()
- func (x *PluginGenerationRequest) ProtoReflect() protoreflect.Message
- func (x *PluginGenerationRequest) Reset()
- func (x *PluginGenerationRequest) SetIncludeImports(v bool)
- func (x *PluginGenerationRequest) SetIncludeWellKnownTypes(v bool)
- func (x *PluginGenerationRequest) SetOptions(v []string)
- func (x *PluginGenerationRequest) SetPluginReference(v *CuratedPluginReference)
- func (x *PluginGenerationRequest) String() string
- type PluginGenerationRequest_builder
- type PluginGenerationResponse
- func (x *PluginGenerationResponse) ClearResponse()
- func (x *PluginGenerationResponse) GetResponse() *pluginpb.CodeGeneratorResponse
- func (x *PluginGenerationResponse) HasResponse() bool
- func (*PluginGenerationResponse) ProtoMessage()
- func (x *PluginGenerationResponse) ProtoReflect() protoreflect.Message
- func (x *PluginGenerationResponse) Reset()
- func (x *PluginGenerationResponse) SetResponse(v *pluginpb.CodeGeneratorResponse)
- func (x *PluginGenerationResponse) String() string
- type PluginGenerationResponse_builder
- type PluginLanguage
- type PluginRegistryType
- type PushManifestAndBlobsRequest
- func (x *PushManifestAndBlobsRequest) ClearManifest()
- func (x *PushManifestAndBlobsRequest) GetBlobs() []*v1alpha1.Blob
- func (x *PushManifestAndBlobsRequest) GetDraftName() string
- func (x *PushManifestAndBlobsRequest) GetManifest() *v1alpha1.Blob
- func (x *PushManifestAndBlobsRequest) GetOwner() string
- func (x *PushManifestAndBlobsRequest) GetRepository() string
- func (x *PushManifestAndBlobsRequest) GetTags() []string
- func (x *PushManifestAndBlobsRequest) HasManifest() bool
- func (*PushManifestAndBlobsRequest) ProtoMessage()
- func (x *PushManifestAndBlobsRequest) ProtoReflect() protoreflect.Message
- func (x *PushManifestAndBlobsRequest) Reset()
- func (x *PushManifestAndBlobsRequest) SetBlobs(v []*v1alpha1.Blob)
- func (x *PushManifestAndBlobsRequest) SetDraftName(v string)
- func (x *PushManifestAndBlobsRequest) SetManifest(v *v1alpha1.Blob)
- func (x *PushManifestAndBlobsRequest) SetOwner(v string)
- func (x *PushManifestAndBlobsRequest) SetRepository(v string)
- func (x *PushManifestAndBlobsRequest) SetTags(v []string)
- func (x *PushManifestAndBlobsRequest) String() string
- type PushManifestAndBlobsRequest_builder
- type PushManifestAndBlobsResponse
- func (x *PushManifestAndBlobsResponse) ClearLocalModulePin()
- func (x *PushManifestAndBlobsResponse) GetLocalModulePin() *LocalModulePin
- func (x *PushManifestAndBlobsResponse) HasLocalModulePin() bool
- func (*PushManifestAndBlobsResponse) ProtoMessage()
- func (x *PushManifestAndBlobsResponse) ProtoReflect() protoreflect.Message
- func (x *PushManifestAndBlobsResponse) Reset()
- func (x *PushManifestAndBlobsResponse) SetLocalModulePin(v *LocalModulePin)
- func (x *PushManifestAndBlobsResponse) String() string
- type PushManifestAndBlobsResponse_builder
- type PushRequest
- func (x *PushRequest) ClearModule()
- func (x *PushRequest) GetBranch() stringdeprecated
- func (x *PushRequest) GetDraftName() string
- func (x *PushRequest) GetModule() *v1alpha1.Module
- func (x *PushRequest) GetOwner() string
- func (x *PushRequest) GetRepository() string
- func (x *PushRequest) GetTags() []string
- func (x *PushRequest) GetTracks() []stringdeprecated
- func (x *PushRequest) HasModule() bool
- func (*PushRequest) ProtoMessage()
- func (x *PushRequest) ProtoReflect() protoreflect.Message
- func (x *PushRequest) Reset()
- func (x *PushRequest) SetBranch(v string)deprecated
- func (x *PushRequest) SetDraftName(v string)
- func (x *PushRequest) SetModule(v *v1alpha1.Module)
- func (x *PushRequest) SetOwner(v string)
- func (x *PushRequest) SetRepository(v string)
- func (x *PushRequest) SetTags(v []string)
- func (x *PushRequest) SetTracks(v []string)deprecated
- func (x *PushRequest) String() string
- type PushRequest_builder
- type PushResponse
- func (x *PushResponse) ClearLocalModulePin()
- func (x *PushResponse) GetLocalModulePin() *LocalModulePin
- func (x *PushResponse) HasLocalModulePin() bool
- func (*PushResponse) ProtoMessage()
- func (x *PushResponse) ProtoReflect() protoreflect.Message
- func (x *PushResponse) Reset()
- func (x *PushResponse) SetLocalModulePin(v *LocalModulePin)
- func (x *PushResponse) String() string
- type PushResponse_builder
- type PythonConfig
- func (x *PythonConfig) GetPackageType() PythonPackageType
- func (x *PythonConfig) GetRequiresPython() string
- func (x *PythonConfig) GetRuntimeLibraries() []*PythonConfig_RuntimeLibrary
- func (*PythonConfig) ProtoMessage()
- func (x *PythonConfig) ProtoReflect() protoreflect.Message
- func (x *PythonConfig) Reset()
- func (x *PythonConfig) SetPackageType(v PythonPackageType)
- func (x *PythonConfig) SetRequiresPython(v string)
- func (x *PythonConfig) SetRuntimeLibraries(v []*PythonConfig_RuntimeLibrary)
- func (x *PythonConfig) String() string
- type PythonConfig_RuntimeLibrary
- func (x *PythonConfig_RuntimeLibrary) GetDependencySpecification() string
- func (*PythonConfig_RuntimeLibrary) ProtoMessage()
- func (x *PythonConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *PythonConfig_RuntimeLibrary) Reset()
- func (x *PythonConfig_RuntimeLibrary) SetDependencySpecification(v string)
- func (x *PythonConfig_RuntimeLibrary) String() string
- type PythonConfig_RuntimeLibrary_builder
- type PythonConfig_builder
- type PythonPackageType
- type RecommendedRepositoriesRequest
- type RecommendedRepositoriesRequest_builder
- type RecommendedRepositoriesResponse
- func (x *RecommendedRepositoriesResponse) GetRepositories() []*RecommendedRepository
- func (*RecommendedRepositoriesResponse) ProtoMessage()
- func (x *RecommendedRepositoriesResponse) ProtoReflect() protoreflect.Message
- func (x *RecommendedRepositoriesResponse) Reset()
- func (x *RecommendedRepositoriesResponse) SetRepositories(v []*RecommendedRepository)
- func (x *RecommendedRepositoriesResponse) String() string
- type RecommendedRepositoriesResponse_builder
- type RecommendedRepository
- func (x *RecommendedRepository) ClearCreateTime()
- 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 (x *RecommendedRepository) HasCreateTime() bool
- func (*RecommendedRepository) ProtoMessage()
- func (x *RecommendedRepository) ProtoReflect() protoreflect.Message
- func (x *RecommendedRepository) Reset()
- func (x *RecommendedRepository) SetCreateTime(v *timestamppb.Timestamp)
- func (x *RecommendedRepository) SetDescription(v string)
- func (x *RecommendedRepository) SetName(v string)
- func (x *RecommendedRepository) SetOwner(v string)
- func (x *RecommendedRepository) SetRepositoryId(v string)
- func (x *RecommendedRepository) String() string
- type RecommendedRepository_builder
- type Reference
- func (x *Reference) ClearBranch()
- func (x *Reference) ClearCommit()
- func (x *Reference) ClearDraft()
- func (x *Reference) ClearMain()
- func (x *Reference) ClearReference()
- func (x *Reference) ClearTag()
- func (x *Reference) ClearVcsCommit()
- func (x *Reference) GetBranch() *RepositoryBranch
- func (x *Reference) GetCommit() *RepositoryCommit
- func (x *Reference) GetDraft() *RepositoryDraft
- func (x *Reference) GetMain() *RepositoryMainReference
- func (x *Reference) GetTag() *RepositoryTag
- func (x *Reference) GetVcsCommit() *RepositoryVCSCommit
- func (x *Reference) HasBranch() bool
- func (x *Reference) HasCommit() bool
- func (x *Reference) HasDraft() bool
- func (x *Reference) HasMain() bool
- func (x *Reference) HasReference() bool
- func (x *Reference) HasTag() bool
- func (x *Reference) HasVcsCommit() bool
- func (*Reference) ProtoMessage()
- func (x *Reference) ProtoReflect() protoreflect.Message
- func (x *Reference) Reset()
- func (x *Reference) SetBranch(v *RepositoryBranch)
- func (x *Reference) SetCommit(v *RepositoryCommit)
- func (x *Reference) SetDraft(v *RepositoryDraft)
- func (x *Reference) SetMain(v *RepositoryMainReference)
- func (x *Reference) SetTag(v *RepositoryTag)
- func (x *Reference) SetVcsCommit(v *RepositoryVCSCommit)
- func (x *Reference) String() string
- func (x *Reference) WhichReference() case_Reference_Reference
- type Reference_builder
- type RegistryConfig
- func (x *RegistryConfig) ClearCargoConfig()
- func (x *RegistryConfig) ClearCmakeConfig()
- func (x *RegistryConfig) ClearGoConfig()
- func (x *RegistryConfig) ClearMavenConfig()
- func (x *RegistryConfig) ClearNpmConfig()
- func (x *RegistryConfig) ClearNugetConfig()
- func (x *RegistryConfig) ClearPythonConfig()
- func (x *RegistryConfig) ClearRegistryConfig()
- func (x *RegistryConfig) ClearSwiftConfig()
- func (x *RegistryConfig) GetCargoConfig() *CargoConfig
- func (x *RegistryConfig) GetCmakeConfig() *CmakeConfig
- func (x *RegistryConfig) GetGoConfig() *GoConfig
- func (x *RegistryConfig) GetMavenConfig() *MavenConfig
- func (x *RegistryConfig) GetNpmConfig() *NPMConfig
- func (x *RegistryConfig) GetNugetConfig() *NugetConfig
- func (x *RegistryConfig) GetOptions() []string
- func (x *RegistryConfig) GetPythonConfig() *PythonConfig
- func (x *RegistryConfig) GetSwiftConfig() *SwiftConfig
- func (x *RegistryConfig) HasCargoConfig() bool
- func (x *RegistryConfig) HasCmakeConfig() bool
- func (x *RegistryConfig) HasGoConfig() bool
- func (x *RegistryConfig) HasMavenConfig() bool
- func (x *RegistryConfig) HasNpmConfig() bool
- func (x *RegistryConfig) HasNugetConfig() bool
- func (x *RegistryConfig) HasPythonConfig() bool
- func (x *RegistryConfig) HasRegistryConfig() bool
- func (x *RegistryConfig) HasSwiftConfig() bool
- func (*RegistryConfig) ProtoMessage()
- func (x *RegistryConfig) ProtoReflect() protoreflect.Message
- func (x *RegistryConfig) Reset()
- func (x *RegistryConfig) SetCargoConfig(v *CargoConfig)
- func (x *RegistryConfig) SetCmakeConfig(v *CmakeConfig)
- func (x *RegistryConfig) SetGoConfig(v *GoConfig)
- func (x *RegistryConfig) SetMavenConfig(v *MavenConfig)
- func (x *RegistryConfig) SetNpmConfig(v *NPMConfig)
- func (x *RegistryConfig) SetNugetConfig(v *NugetConfig)
- func (x *RegistryConfig) SetOptions(v []string)
- func (x *RegistryConfig) SetPythonConfig(v *PythonConfig)
- func (x *RegistryConfig) SetSwiftConfig(v *SwiftConfig)
- func (x *RegistryConfig) String() string
- func (x *RegistryConfig) WhichRegistryConfig() case_RegistryConfig_RegistryConfig
- type RegistryConfig_builder
- type RemoveOrganizationGroupRequest
- func (x *RemoveOrganizationGroupRequest) GetGroupName() string
- func (x *RemoveOrganizationGroupRequest) GetOrganizationId() string
- func (*RemoveOrganizationGroupRequest) ProtoMessage()
- func (x *RemoveOrganizationGroupRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveOrganizationGroupRequest) Reset()
- func (x *RemoveOrganizationGroupRequest) SetGroupName(v string)
- func (x *RemoveOrganizationGroupRequest) SetOrganizationId(v string)
- func (x *RemoveOrganizationGroupRequest) String() string
- type RemoveOrganizationGroupRequest_builder
- type RemoveOrganizationGroupResponse
- type RemoveOrganizationGroupResponse_builder
- type RemoveOrganizationMemberRequest
- 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) SetOrganizationId(v string)
- func (x *RemoveOrganizationMemberRequest) SetUserId(v string)
- func (x *RemoveOrganizationMemberRequest) String() string
- type RemoveOrganizationMemberRequest_builder
- type RemoveOrganizationMemberResponse
- type RemoveOrganizationMemberResponse_builder
- type RenameStudioRequestRequest
- func (x *RenameStudioRequestRequest) GetId() string
- func (x *RenameStudioRequestRequest) GetNewName() string
- func (*RenameStudioRequestRequest) ProtoMessage()
- func (x *RenameStudioRequestRequest) ProtoReflect() protoreflect.Message
- func (x *RenameStudioRequestRequest) Reset()
- func (x *RenameStudioRequestRequest) SetId(v string)
- func (x *RenameStudioRequestRequest) SetNewName(v string)
- func (x *RenameStudioRequestRequest) String() string
- type RenameStudioRequestRequest_builder
- type RenameStudioRequestResponse
- type RenameStudioRequestResponse_builder
- type Repository
- func (x *Repository) ClearCreateTime()
- func (x *Repository) ClearOrganizationId()
- func (x *Repository) ClearOwner()
- func (x *Repository) ClearUpdateTime()
- func (x *Repository) ClearUserId()
- func (x *Repository) GetCreateTime() *timestamppb.Timestamp
- func (x *Repository) GetDefaultBranch() string
- func (x *Repository) GetDeprecated() bool
- func (x *Repository) GetDeprecationMessage() string
- func (x *Repository) GetDescription() string
- func (x *Repository) GetId() string
- func (x *Repository) GetName() string
- func (x *Repository) GetOrganizationId() string
- func (x *Repository) GetOwnerName() string
- func (x *Repository) GetUpdateTime() *timestamppb.Timestamp
- func (x *Repository) GetUrl() string
- func (x *Repository) GetUserId() string
- func (x *Repository) GetVisibility() Visibility
- func (x *Repository) HasCreateTime() bool
- func (x *Repository) HasOrganizationId() bool
- func (x *Repository) HasOwner() bool
- func (x *Repository) HasUpdateTime() bool
- func (x *Repository) HasUserId() bool
- func (*Repository) ProtoMessage()
- func (x *Repository) ProtoReflect() protoreflect.Message
- func (x *Repository) Reset()
- func (x *Repository) SetCreateTime(v *timestamppb.Timestamp)
- func (x *Repository) SetDefaultBranch(v string)
- func (x *Repository) SetDeprecated(v bool)
- func (x *Repository) SetDeprecationMessage(v string)
- func (x *Repository) SetDescription(v string)
- func (x *Repository) SetId(v string)
- func (x *Repository) SetName(v string)
- func (x *Repository) SetOrganizationId(v string)
- func (x *Repository) SetOwnerName(v string)
- func (x *Repository) SetUpdateTime(v *timestamppb.Timestamp)
- func (x *Repository) SetUrl(v string)
- func (x *Repository) SetUserId(v string)
- func (x *Repository) SetVisibility(v Visibility)
- func (x *Repository) String() string
- func (x *Repository) WhichOwner() case_Repository_Owner
- type RepositoryBranch
- func (x *RepositoryBranch) ClearLastUpdateTime()
- func (x *RepositoryBranch) GetId() string
- func (x *RepositoryBranch) GetIsMainBranch() bool
- func (x *RepositoryBranch) GetLastUpdateGitAuthorName() string
- func (x *RepositoryBranch) GetLastUpdateGitCommitHash() string
- func (x *RepositoryBranch) GetLastUpdateTime() *timestamppb.Timestamp
- func (x *RepositoryBranch) GetLastUpdateUserId() string
- func (x *RepositoryBranch) GetLatestCommitName() string
- func (x *RepositoryBranch) GetName() string
- func (x *RepositoryBranch) HasLastUpdateTime() bool
- func (*RepositoryBranch) ProtoMessage()
- func (x *RepositoryBranch) ProtoReflect() protoreflect.Message
- func (x *RepositoryBranch) Reset()
- func (x *RepositoryBranch) SetId(v string)
- func (x *RepositoryBranch) SetIsMainBranch(v bool)
- func (x *RepositoryBranch) SetLastUpdateGitAuthorName(v string)
- func (x *RepositoryBranch) SetLastUpdateGitCommitHash(v string)
- func (x *RepositoryBranch) SetLastUpdateTime(v *timestamppb.Timestamp)
- func (x *RepositoryBranch) SetLastUpdateUserId(v string)
- func (x *RepositoryBranch) SetLatestCommitName(v string)
- func (x *RepositoryBranch) SetName(v string)
- func (x *RepositoryBranch) String() string
- type RepositoryBranch_builder
- type RepositoryCommit
- func (x *RepositoryCommit) ClearCreateTime()
- func (x *RepositoryCommit) GetAuthor() string
- func (x *RepositoryCommit) GetB5Digest() string
- func (x *RepositoryCommit) GetBranch() string
- func (x *RepositoryCommit) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryCommit) GetDigest() string
- func (x *RepositoryCommit) GetDraftName() string
- func (x *RepositoryCommit) GetGitCommitsCount() int64
- func (x *RepositoryCommit) GetId() string
- func (x *RepositoryCommit) GetManifestDigest() string
- func (x *RepositoryCommit) GetName() string
- func (x *RepositoryCommit) GetSpdxLicenseId() string
- func (x *RepositoryCommit) GetTagCount() int64
- func (x *RepositoryCommit) GetTags() []*RepositoryTag
- func (x *RepositoryCommit) HasCreateTime() bool
- func (*RepositoryCommit) ProtoMessage()
- func (x *RepositoryCommit) ProtoReflect() protoreflect.Message
- func (x *RepositoryCommit) Reset()
- func (x *RepositoryCommit) SetAuthor(v string)
- func (x *RepositoryCommit) SetB5Digest(v string)
- func (x *RepositoryCommit) SetBranch(v string)
- func (x *RepositoryCommit) SetCreateTime(v *timestamppb.Timestamp)
- func (x *RepositoryCommit) SetDigest(v string)
- func (x *RepositoryCommit) SetDraftName(v string)
- func (x *RepositoryCommit) SetGitCommitsCount(v int64)
- func (x *RepositoryCommit) SetId(v string)
- func (x *RepositoryCommit) SetManifestDigest(v string)
- func (x *RepositoryCommit) SetName(v string)
- func (x *RepositoryCommit) SetSpdxLicenseId(v string)
- func (x *RepositoryCommit) SetTagCount(v int64)
- func (x *RepositoryCommit) SetTags(v []*RepositoryTag)
- func (x *RepositoryCommit) String() string
- type RepositoryCommit_builder
- type RepositoryContributor
- func (x *RepositoryContributor) ClearUser()
- func (x *RepositoryContributor) GetExplicitRole() RepositoryRole
- func (x *RepositoryContributor) GetImplicitRole() RepositoryRole
- func (x *RepositoryContributor) GetRepositoryId() string
- func (x *RepositoryContributor) GetUser() *User
- func (x *RepositoryContributor) HasUser() bool
- func (*RepositoryContributor) ProtoMessage()
- func (x *RepositoryContributor) ProtoReflect() protoreflect.Message
- func (x *RepositoryContributor) Reset()
- func (x *RepositoryContributor) SetExplicitRole(v RepositoryRole)
- func (x *RepositoryContributor) SetImplicitRole(v RepositoryRole)
- func (x *RepositoryContributor) SetRepositoryId(v string)
- func (x *RepositoryContributor) SetUser(v *User)
- func (x *RepositoryContributor) String() string
- type RepositoryContributor_builder
- type RepositoryCounts
- func (x *RepositoryCounts) GetDraftsCount() uint32
- func (x *RepositoryCounts) GetTagsCount() uint32
- func (*RepositoryCounts) ProtoMessage()
- func (x *RepositoryCounts) ProtoReflect() protoreflect.Message
- func (x *RepositoryCounts) Reset()
- func (x *RepositoryCounts) SetDraftsCount(v uint32)
- func (x *RepositoryCounts) SetTagsCount(v uint32)
- func (x *RepositoryCounts) String() string
- type RepositoryCounts_builder
- type RepositoryDraft
- func (x *RepositoryDraft) ClearCommit()
- func (x *RepositoryDraft) GetCommit() *RepositoryCommit
- func (x *RepositoryDraft) GetName() string
- func (x *RepositoryDraft) HasCommit() bool
- func (*RepositoryDraft) ProtoMessage()
- func (x *RepositoryDraft) ProtoReflect() protoreflect.Message
- func (x *RepositoryDraft) Reset()
- func (x *RepositoryDraft) SetCommit(v *RepositoryCommit)
- func (x *RepositoryDraft) SetName(v string)
- func (x *RepositoryDraft) String() string
- type RepositoryDraft_builder
- type RepositoryMainReference
- func (x *RepositoryMainReference) ClearCommit()
- func (x *RepositoryMainReference) GetCommit() *RepositoryCommit
- func (x *RepositoryMainReference) GetName() string
- func (x *RepositoryMainReference) HasCommit() bool
- func (*RepositoryMainReference) ProtoMessage()
- func (x *RepositoryMainReference) ProtoReflect() protoreflect.Message
- func (x *RepositoryMainReference) Reset()
- func (x *RepositoryMainReference) SetCommit(v *RepositoryCommit)
- func (x *RepositoryMainReference) SetName(v string)
- func (x *RepositoryMainReference) String() string
- type RepositoryMainReference_builder
- type RepositoryMetadata
- func (x *RepositoryMetadata) ClearLatestCommitTime()
- func (x *RepositoryMetadata) GetId() string
- func (x *RepositoryMetadata) GetLatestCommitTime() *timestamppb.Timestamp
- func (x *RepositoryMetadata) GetLatestSpdxLicenseId() string
- func (x *RepositoryMetadata) GetName() string
- func (x *RepositoryMetadata) GetOwnerName() string
- func (x *RepositoryMetadata) GetOwnerVerificationStatus() VerificationStatus
- func (x *RepositoryMetadata) HasLatestCommitTime() bool
- func (*RepositoryMetadata) ProtoMessage()
- func (x *RepositoryMetadata) ProtoReflect() protoreflect.Message
- func (x *RepositoryMetadata) Reset()
- func (x *RepositoryMetadata) SetId(v string)
- func (x *RepositoryMetadata) SetLatestCommitTime(v *timestamppb.Timestamp)
- func (x *RepositoryMetadata) SetLatestSpdxLicenseId(v string)
- func (x *RepositoryMetadata) SetName(v string)
- func (x *RepositoryMetadata) SetOwnerName(v string)
- func (x *RepositoryMetadata) SetOwnerVerificationStatus(v VerificationStatus)
- func (x *RepositoryMetadata) String() string
- type RepositoryMetadata_builder
- type RepositoryRole
- type RepositorySearchResult
- func (x *RepositorySearchResult) ClearLatestCommitTime()
- func (x *RepositorySearchResult) GetDeprecated() bool
- func (x *RepositorySearchResult) GetId() string
- func (x *RepositorySearchResult) GetLatestCommitTime() *timestamppb.Timestamp
- func (x *RepositorySearchResult) GetLatestSpdxLicenseId() string
- func (x *RepositorySearchResult) GetName() string
- func (x *RepositorySearchResult) GetOwner() string
- func (x *RepositorySearchResult) GetOwnerVerificationStatus() VerificationStatus
- func (x *RepositorySearchResult) GetUrl() string
- func (x *RepositorySearchResult) GetVisibility() Visibility
- func (x *RepositorySearchResult) HasLatestCommitTime() bool
- func (*RepositorySearchResult) ProtoMessage()
- func (x *RepositorySearchResult) ProtoReflect() protoreflect.Message
- func (x *RepositorySearchResult) Reset()
- func (x *RepositorySearchResult) SetDeprecated(v bool)
- func (x *RepositorySearchResult) SetId(v string)
- func (x *RepositorySearchResult) SetLatestCommitTime(v *timestamppb.Timestamp)
- func (x *RepositorySearchResult) SetLatestSpdxLicenseId(v string)
- func (x *RepositorySearchResult) SetName(v string)
- func (x *RepositorySearchResult) SetOwner(v string)
- func (x *RepositorySearchResult) SetOwnerVerificationStatus(v VerificationStatus)
- func (x *RepositorySearchResult) SetUrl(v string)
- func (x *RepositorySearchResult) SetVisibility(v Visibility)
- func (x *RepositorySearchResult) String() string
- type RepositorySearchResult_builder
- type RepositoryTag
- func (x *RepositoryTag) ClearCreateTime()
- 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 (x *RepositoryTag) HasCreateTime() bool
- func (*RepositoryTag) ProtoMessage()
- func (x *RepositoryTag) ProtoReflect() protoreflect.Message
- func (x *RepositoryTag) Reset()
- func (x *RepositoryTag) SetAuthor(v string)
- func (x *RepositoryTag) SetCommitName(v string)
- func (x *RepositoryTag) SetCreateTime(v *timestamppb.Timestamp)
- func (x *RepositoryTag) SetId(v string)
- func (x *RepositoryTag) SetName(v string)
- func (x *RepositoryTag) String() string
- type RepositoryTag_builder
- type RepositoryVCSCommit
- func (x *RepositoryVCSCommit) ClearCreateTime()
- func (x *RepositoryVCSCommit) GetCommitName() string
- func (x *RepositoryVCSCommit) GetCreateTime() *timestamppb.Timestamp
- func (x *RepositoryVCSCommit) GetId() string
- func (x *RepositoryVCSCommit) GetName() string
- func (x *RepositoryVCSCommit) HasCreateTime() bool
- func (*RepositoryVCSCommit) ProtoMessage()
- func (x *RepositoryVCSCommit) ProtoReflect() protoreflect.Message
- func (x *RepositoryVCSCommit) Reset()
- func (x *RepositoryVCSCommit) SetCommitName(v string)
- func (x *RepositoryVCSCommit) SetCreateTime(v *timestamppb.Timestamp)
- func (x *RepositoryVCSCommit) SetId(v string)
- func (x *RepositoryVCSCommit) SetName(v string)
- func (x *RepositoryVCSCommit) String() string
- type RepositoryVCSCommit_builder
- type Repository_builder
- type ResolvedReferenceType
- type Resource
- func (x *Resource) ClearPlugin()
- func (x *Resource) ClearRepository()
- func (x *Resource) ClearResource()
- func (x *Resource) GetPlugin() *CuratedPlugin
- func (x *Resource) GetRepository() *Repository
- func (x *Resource) HasPlugin() bool
- func (x *Resource) HasRepository() bool
- func (x *Resource) HasResource() bool
- func (*Resource) ProtoMessage()
- func (x *Resource) ProtoReflect() protoreflect.Message
- func (x *Resource) Reset()
- func (x *Resource) SetPlugin(v *CuratedPlugin)
- func (x *Resource) SetRepository(v *Repository)
- func (x *Resource) String() string
- func (x *Resource) WhichResource() case_Resource_Resource
- type Resource_builder
- type ReviewFlowGracePeriodPolicy
- func (x *ReviewFlowGracePeriodPolicy) GetDurationSeconds() uint32
- func (*ReviewFlowGracePeriodPolicy) ProtoMessage()
- func (x *ReviewFlowGracePeriodPolicy) ProtoReflect() protoreflect.Message
- func (x *ReviewFlowGracePeriodPolicy) Reset()
- func (x *ReviewFlowGracePeriodPolicy) SetDurationSeconds(v uint32)
- func (x *ReviewFlowGracePeriodPolicy) String() string
- type ReviewFlowGracePeriodPolicy_builder
- type RunServerUniquenessBackfillTaskRequest
- type RunServerUniquenessBackfillTaskRequest_builder
- type RunServerUniquenessBackfillTaskResponse
- type RunServerUniquenessBackfillTaskResponse_builder
- type SCIMToken
- func (x *SCIMToken) ClearCreateTime()
- func (x *SCIMToken) ClearExpireTime()
- func (x *SCIMToken) GetCreateTime() *timestamppb.Timestamp
- func (x *SCIMToken) GetExpireTime() *timestamppb.Timestamp
- func (x *SCIMToken) GetId() string
- func (x *SCIMToken) HasCreateTime() bool
- func (x *SCIMToken) HasExpireTime() bool
- func (*SCIMToken) ProtoMessage()
- func (x *SCIMToken) ProtoReflect() protoreflect.Message
- func (x *SCIMToken) Reset()
- func (x *SCIMToken) SetCreateTime(v *timestamppb.Timestamp)
- func (x *SCIMToken) SetExpireTime(v *timestamppb.Timestamp)
- func (x *SCIMToken) SetId(v string)
- func (x *SCIMToken) String() string
- type SCIMToken_builder
- type SearchDraftRequest
- func (x *SearchDraftRequest) GetOrderBy() OrderBy
- func (x *SearchDraftRequest) GetPageSize() uint32
- func (x *SearchDraftRequest) GetPageToken() string
- func (x *SearchDraftRequest) GetQuery() string
- func (x *SearchDraftRequest) GetRepositoryName() string
- func (x *SearchDraftRequest) GetRepositoryOwner() string
- func (x *SearchDraftRequest) GetReverse() bool
- func (*SearchDraftRequest) ProtoMessage()
- func (x *SearchDraftRequest) ProtoReflect() protoreflect.Message
- func (x *SearchDraftRequest) Reset()
- func (x *SearchDraftRequest) SetOrderBy(v OrderBy)
- func (x *SearchDraftRequest) SetPageSize(v uint32)
- func (x *SearchDraftRequest) SetPageToken(v string)
- func (x *SearchDraftRequest) SetQuery(v string)
- func (x *SearchDraftRequest) SetRepositoryName(v string)
- func (x *SearchDraftRequest) SetRepositoryOwner(v string)
- func (x *SearchDraftRequest) SetReverse(v bool)
- func (x *SearchDraftRequest) String() string
- type SearchDraftRequest_builder
- type SearchDraftResponse
- func (x *SearchDraftResponse) GetNextPageToken() string
- func (x *SearchDraftResponse) GetRepositoryCommits() []*RepositoryCommit
- func (*SearchDraftResponse) ProtoMessage()
- func (x *SearchDraftResponse) ProtoReflect() protoreflect.Message
- func (x *SearchDraftResponse) Reset()
- func (x *SearchDraftResponse) SetNextPageToken(v string)
- func (x *SearchDraftResponse) SetRepositoryCommits(v []*RepositoryCommit)
- func (x *SearchDraftResponse) String() string
- type SearchDraftResponse_builder
- type SearchFilter
- type SearchModuleContentFilter
- func (SearchModuleContentFilter) Descriptor() protoreflect.EnumDescriptor
- func (x SearchModuleContentFilter) Enum() *SearchModuleContentFilter
- func (x SearchModuleContentFilter) Number() protoreflect.EnumNumber
- func (x SearchModuleContentFilter) String() string
- func (SearchModuleContentFilter) Type() protoreflect.EnumType
- type SearchModuleContentRequest
- func (x *SearchModuleContentRequest) GetFilters() []SearchModuleContentFilter
- func (x *SearchModuleContentRequest) GetPageSize() uint32
- func (x *SearchModuleContentRequest) GetPageToken() uint32
- func (x *SearchModuleContentRequest) GetQuery() string
- func (x *SearchModuleContentRequest) GetRepositoryFullName() string
- func (x *SearchModuleContentRequest) GetRepositoryOwner() string
- func (*SearchModuleContentRequest) ProtoMessage()
- func (x *SearchModuleContentRequest) ProtoReflect() protoreflect.Message
- func (x *SearchModuleContentRequest) Reset()
- func (x *SearchModuleContentRequest) SetFilters(v []SearchModuleContentFilter)
- func (x *SearchModuleContentRequest) SetPageSize(v uint32)
- func (x *SearchModuleContentRequest) SetPageToken(v uint32)
- func (x *SearchModuleContentRequest) SetQuery(v string)
- func (x *SearchModuleContentRequest) SetRepositoryFullName(v string)
- func (x *SearchModuleContentRequest) SetRepositoryOwner(v string)
- func (x *SearchModuleContentRequest) String() string
- type SearchModuleContentRequest_builder
- type SearchModuleContentResponse
- func (x *SearchModuleContentResponse) GetNextPageToken() uint32
- func (x *SearchModuleContentResponse) GetSearchResults() []*SearchModuleContentResult
- func (*SearchModuleContentResponse) ProtoMessage()
- func (x *SearchModuleContentResponse) ProtoReflect() protoreflect.Message
- func (x *SearchModuleContentResponse) Reset()
- func (x *SearchModuleContentResponse) SetNextPageToken(v uint32)
- func (x *SearchModuleContentResponse) SetSearchResults(v []*SearchModuleContentResult)
- func (x *SearchModuleContentResponse) String() string
- type SearchModuleContentResponse_builder
- type SearchModuleContentResult
- func (x *SearchModuleContentResult) ClearElement()
- func (x *SearchModuleContentResult) ClearFile()
- func (x *SearchModuleContentResult) ClearItem()
- func (x *SearchModuleContentResult) GetElement() *ElementSearchResult
- func (x *SearchModuleContentResult) GetFile() *FileSearchResult
- func (x *SearchModuleContentResult) HasElement() bool
- func (x *SearchModuleContentResult) HasFile() bool
- func (x *SearchModuleContentResult) HasItem() bool
- func (*SearchModuleContentResult) ProtoMessage()
- func (x *SearchModuleContentResult) ProtoReflect() protoreflect.Message
- func (x *SearchModuleContentResult) Reset()
- func (x *SearchModuleContentResult) SetElement(v *ElementSearchResult)
- func (x *SearchModuleContentResult) SetFile(v *FileSearchResult)
- func (x *SearchModuleContentResult) String() string
- func (x *SearchModuleContentResult) WhichItem() case_SearchModuleContentResult_Item
- type SearchModuleContentResult_builder
- type SearchModuleElementType
- func (SearchModuleElementType) Descriptor() protoreflect.EnumDescriptor
- func (x SearchModuleElementType) Enum() *SearchModuleElementType
- func (x SearchModuleElementType) Number() protoreflect.EnumNumber
- func (x SearchModuleElementType) String() string
- func (SearchModuleElementType) Type() protoreflect.EnumType
- type SearchRequest
- 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) SetFilters(v []SearchFilter)
- func (x *SearchRequest) SetPageSize(v uint32)
- func (x *SearchRequest) SetPageToken(v uint32)
- func (x *SearchRequest) SetQuery(v string)
- func (x *SearchRequest) String() string
- type SearchRequest_builder
- type SearchResponse
- 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) SetNextPageToken(v uint32)
- func (x *SearchResponse) SetSearchResults(v []*SearchResult)
- func (x *SearchResponse) String() string
- type SearchResponse_builder
- type SearchResult
- func (x *SearchResult) ClearCuratedPlugin()
- func (x *SearchResult) ClearItem()
- func (x *SearchResult) ClearModuleElement()
- func (x *SearchResult) ClearModuleFile()
- func (x *SearchResult) ClearOrganization()
- func (x *SearchResult) ClearRepository()
- func (x *SearchResult) ClearTeam()
- func (x *SearchResult) ClearUser()
- func (x *SearchResult) GetCuratedPlugin() *CuratedPluginSearchResult
- func (x *SearchResult) GetModuleElement() *ModuleElementSearchResult
- func (x *SearchResult) GetModuleFile() *ModuleFileSearchResult
- func (x *SearchResult) GetOrganization() *OrganizationSearchResult
- func (x *SearchResult) GetRepository() *RepositorySearchResult
- func (x *SearchResult) GetTeam() *TeamSearchResult
- func (x *SearchResult) GetUser() *UserSearchResult
- func (x *SearchResult) HasCuratedPlugin() bool
- func (x *SearchResult) HasItem() bool
- func (x *SearchResult) HasModuleElement() bool
- func (x *SearchResult) HasModuleFile() bool
- func (x *SearchResult) HasOrganization() bool
- func (x *SearchResult) HasRepository() bool
- func (x *SearchResult) HasTeam() bool
- func (x *SearchResult) HasUser() bool
- func (*SearchResult) ProtoMessage()
- func (x *SearchResult) ProtoReflect() protoreflect.Message
- func (x *SearchResult) Reset()
- func (x *SearchResult) SetCuratedPlugin(v *CuratedPluginSearchResult)
- func (x *SearchResult) SetModuleElement(v *ModuleElementSearchResult)
- func (x *SearchResult) SetModuleFile(v *ModuleFileSearchResult)
- func (x *SearchResult) SetOrganization(v *OrganizationSearchResult)
- func (x *SearchResult) SetRepository(v *RepositorySearchResult)
- func (x *SearchResult) SetTeam(v *TeamSearchResult)
- func (x *SearchResult) SetUser(v *UserSearchResult)
- func (x *SearchResult) String() string
- func (x *SearchResult) WhichItem() case_SearchResult_Item
- type SearchResult_builder
- type SearchTagRequest
- func (x *SearchTagRequest) GetOrderBy() OrderBy
- func (x *SearchTagRequest) GetPageSize() uint32
- func (x *SearchTagRequest) GetPageToken() string
- func (x *SearchTagRequest) GetQuery() string
- func (x *SearchTagRequest) GetRepositoryName() string
- func (x *SearchTagRequest) GetRepositoryOwner() string
- func (x *SearchTagRequest) GetReverse() bool
- func (*SearchTagRequest) ProtoMessage()
- func (x *SearchTagRequest) ProtoReflect() protoreflect.Message
- func (x *SearchTagRequest) Reset()
- func (x *SearchTagRequest) SetOrderBy(v OrderBy)
- func (x *SearchTagRequest) SetPageSize(v uint32)
- func (x *SearchTagRequest) SetPageToken(v string)
- func (x *SearchTagRequest) SetQuery(v string)
- func (x *SearchTagRequest) SetRepositoryName(v string)
- func (x *SearchTagRequest) SetRepositoryOwner(v string)
- func (x *SearchTagRequest) SetReverse(v bool)
- func (x *SearchTagRequest) String() string
- type SearchTagRequest_builder
- type SearchTagResponse
- func (x *SearchTagResponse) GetNextPageToken() string
- func (x *SearchTagResponse) GetRepositoryTags() []*RepositoryTag
- func (*SearchTagResponse) ProtoMessage()
- func (x *SearchTagResponse) ProtoReflect() protoreflect.Message
- func (x *SearchTagResponse) Reset()
- func (x *SearchTagResponse) SetNextPageToken(v string)
- func (x *SearchTagResponse) SetRepositoryTags(v []*RepositoryTag)
- func (x *SearchTagResponse) String() string
- type SearchTagResponse_builder
- type ServerRole
- type Service
- func (x *Service) ClearLocation()
- func (x *Service) ClearServiceOptions()deprecated
- func (x *Service) GetComments() string
- func (x *Service) GetFilePath() string
- func (x *Service) GetFullName() string
- func (x *Service) GetImplicitlyDeprecated() bool
- func (x *Service) GetLocation() *Location
- func (x *Service) GetMethods() []*Method
- func (x *Service) GetName() string
- func (x *Service) GetNestedName() string
- func (x *Service) GetOptions() []*FieldLiteral
- func (x *Service) GetServiceOptions() *ServiceOptionsdeprecated
- func (x *Service) HasLocation() bool
- func (x *Service) HasServiceOptions() booldeprecated
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) SetComments(v string)
- func (x *Service) SetFilePath(v string)
- func (x *Service) SetFullName(v string)
- func (x *Service) SetImplicitlyDeprecated(v bool)
- func (x *Service) SetLocation(v *Location)
- func (x *Service) SetMethods(v []*Method)
- func (x *Service) SetName(v string)
- func (x *Service) SetNestedName(v string)
- func (x *Service) SetOptions(v []*FieldLiteral)
- func (x *Service) SetServiceOptions(v *ServiceOptions)deprecated
- func (x *Service) String() string
- type ServiceOptionsdeprecated
- type ServiceOptions_builderdeprecated
- type Service_builder
- type SetOrganizationMemberRequest
- 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) SetOrganizationId(v string)
- func (x *SetOrganizationMemberRequest) SetOrganizationRole(v OrganizationRole)
- func (x *SetOrganizationMemberRequest) SetUserId(v string)
- func (x *SetOrganizationMemberRequest) String() string
- type SetOrganizationMemberRequest_builder
- type SetOrganizationMemberResponse
- type SetOrganizationMemberResponse_builder
- type SetRecommendedResource
- func (x *SetRecommendedResource) GetName() string
- func (x *SetRecommendedResource) GetOwner() string
- func (*SetRecommendedResource) ProtoMessage()
- func (x *SetRecommendedResource) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedResource) Reset()
- func (x *SetRecommendedResource) SetName(v string)
- func (x *SetRecommendedResource) SetOwner(v string)
- func (x *SetRecommendedResource) String() string
- type SetRecommendedResource_builder
- type SetRecommendedResourcesRequest
- func (x *SetRecommendedResourcesRequest) GetResources() []*SetRecommendedResource
- func (*SetRecommendedResourcesRequest) ProtoMessage()
- func (x *SetRecommendedResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *SetRecommendedResourcesRequest) Reset()
- func (x *SetRecommendedResourcesRequest) SetResources(v []*SetRecommendedResource)
- func (x *SetRecommendedResourcesRequest) String() string
- type SetRecommendedResourcesRequest_builder
- type SetRecommendedResourcesResponse
- type SetRecommendedResourcesResponse_builder
- type SetRepositoryContributorRequest
- 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) SetRepositoryId(v string)
- func (x *SetRepositoryContributorRequest) SetRepositoryRole(v RepositoryRole)
- func (x *SetRepositoryContributorRequest) SetUserId(v string)
- func (x *SetRepositoryContributorRequest) String() string
- type SetRepositoryContributorRequest_builder
- type SetRepositoryContributorResponse
- type SetRepositoryContributorResponse_builder
- type SetStudioAgentPresetsRequest
- func (x *SetStudioAgentPresetsRequest) GetAgents() []*StudioAgentPreset
- func (*SetStudioAgentPresetsRequest) ProtoMessage()
- func (x *SetStudioAgentPresetsRequest) ProtoReflect() protoreflect.Message
- func (x *SetStudioAgentPresetsRequest) Reset()
- func (x *SetStudioAgentPresetsRequest) SetAgents(v []*StudioAgentPreset)
- func (x *SetStudioAgentPresetsRequest) String() string
- type SetStudioAgentPresetsRequest_builder
- type SetStudioAgentPresetsResponse
- type SetStudioAgentPresetsResponse_builder
- type StudioAgentPreset
- func (x *StudioAgentPreset) GetAlias() string
- func (x *StudioAgentPreset) GetProtocol() StudioAgentProtocol
- func (x *StudioAgentPreset) GetTargetUrl() string
- func (x *StudioAgentPreset) GetUrl() string
- func (*StudioAgentPreset) ProtoMessage()
- func (x *StudioAgentPreset) ProtoReflect() protoreflect.Message
- func (x *StudioAgentPreset) Reset()
- func (x *StudioAgentPreset) SetAlias(v string)
- func (x *StudioAgentPreset) SetProtocol(v StudioAgentProtocol)
- func (x *StudioAgentPreset) SetTargetUrl(v string)
- func (x *StudioAgentPreset) SetUrl(v string)
- func (x *StudioAgentPreset) String() string
- type StudioAgentPreset_builder
- type StudioAgentProtocol
- type StudioProtocol
- type StudioRequest
- func (x *StudioRequest) ClearCreateTime()
- func (x *StudioRequest) ClearUpdateTime()
- func (x *StudioRequest) GetAgentUrl() string
- func (x *StudioRequest) GetAuthorUserId() string
- func (x *StudioRequest) GetBody() string
- func (x *StudioRequest) GetCreateTime() *timestamppb.Timestamp
- func (x *StudioRequest) GetHeaders() map[string]string
- func (x *StudioRequest) GetId() string
- func (x *StudioRequest) GetIncludeCookies() bool
- func (x *StudioRequest) GetMethod() string
- func (x *StudioRequest) GetName() string
- func (x *StudioRequest) GetProtocol() StudioProtocol
- func (x *StudioRequest) GetRepositoryId() string
- func (x *StudioRequest) GetRepositoryName() string
- func (x *StudioRequest) GetRepositoryOwner() string
- func (x *StudioRequest) GetService() string
- func (x *StudioRequest) GetTargetBaseUrl() string
- func (x *StudioRequest) GetUpdateTime() *timestamppb.Timestamp
- func (x *StudioRequest) HasCreateTime() bool
- func (x *StudioRequest) HasUpdateTime() bool
- func (*StudioRequest) ProtoMessage()
- func (x *StudioRequest) ProtoReflect() protoreflect.Message
- func (x *StudioRequest) Reset()
- func (x *StudioRequest) SetAgentUrl(v string)
- func (x *StudioRequest) SetAuthorUserId(v string)
- func (x *StudioRequest) SetBody(v string)
- func (x *StudioRequest) SetCreateTime(v *timestamppb.Timestamp)
- func (x *StudioRequest) SetHeaders(v map[string]string)
- func (x *StudioRequest) SetId(v string)
- func (x *StudioRequest) SetIncludeCookies(v bool)
- func (x *StudioRequest) SetMethod(v string)
- func (x *StudioRequest) SetName(v string)
- func (x *StudioRequest) SetProtocol(v StudioProtocol)
- func (x *StudioRequest) SetRepositoryId(v string)
- func (x *StudioRequest) SetRepositoryName(v string)
- func (x *StudioRequest) SetRepositoryOwner(v string)
- func (x *StudioRequest) SetService(v string)
- func (x *StudioRequest) SetTargetBaseUrl(v string)
- func (x *StudioRequest) SetUpdateTime(v *timestamppb.Timestamp)
- func (x *StudioRequest) String() string
- type StudioRequest_builder
- type SwiftConfig
- func (x *SwiftConfig) GetRuntimeLibraries() []*SwiftConfig_RuntimeLibrary
- func (*SwiftConfig) ProtoMessage()
- func (x *SwiftConfig) ProtoReflect() protoreflect.Message
- func (x *SwiftConfig) Reset()
- func (x *SwiftConfig) SetRuntimeLibraries(v []*SwiftConfig_RuntimeLibrary)
- func (x *SwiftConfig) String() string
- type SwiftConfig_RuntimeLibrary
- func (x *SwiftConfig_RuntimeLibrary) GetPackage() string
- func (x *SwiftConfig_RuntimeLibrary) GetPlatforms() []*SwiftConfig_RuntimeLibrary_Platform
- func (x *SwiftConfig_RuntimeLibrary) GetProducts() []string
- func (x *SwiftConfig_RuntimeLibrary) GetSource() string
- func (x *SwiftConfig_RuntimeLibrary) GetSwiftVersions() []string
- func (x *SwiftConfig_RuntimeLibrary) GetVersion() string
- func (*SwiftConfig_RuntimeLibrary) ProtoMessage()
- func (x *SwiftConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
- func (x *SwiftConfig_RuntimeLibrary) Reset()
- func (x *SwiftConfig_RuntimeLibrary) SetPackage(v string)
- func (x *SwiftConfig_RuntimeLibrary) SetPlatforms(v []*SwiftConfig_RuntimeLibrary_Platform)
- func (x *SwiftConfig_RuntimeLibrary) SetProducts(v []string)
- func (x *SwiftConfig_RuntimeLibrary) SetSource(v string)
- func (x *SwiftConfig_RuntimeLibrary) SetSwiftVersions(v []string)
- func (x *SwiftConfig_RuntimeLibrary) SetVersion(v string)
- func (x *SwiftConfig_RuntimeLibrary) String() string
- type SwiftConfig_RuntimeLibrary_Platform
- func (x *SwiftConfig_RuntimeLibrary_Platform) GetName() SwiftPlatformType
- func (x *SwiftConfig_RuntimeLibrary_Platform) GetVersion() string
- func (*SwiftConfig_RuntimeLibrary_Platform) ProtoMessage()
- func (x *SwiftConfig_RuntimeLibrary_Platform) ProtoReflect() protoreflect.Message
- func (x *SwiftConfig_RuntimeLibrary_Platform) Reset()
- func (x *SwiftConfig_RuntimeLibrary_Platform) SetName(v SwiftPlatformType)
- func (x *SwiftConfig_RuntimeLibrary_Platform) SetVersion(v string)
- func (x *SwiftConfig_RuntimeLibrary_Platform) String() string
- type SwiftConfig_RuntimeLibrary_Platform_builder
- type SwiftConfig_RuntimeLibrary_builder
- type SwiftConfig_builder
- type SwiftPlatformType
- type TeamSearchResult
- 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) SetId(v string)
- func (x *TeamSearchResult) SetName(v string)
- func (x *TeamSearchResult) SetOrganizationName(v string)
- func (x *TeamSearchResult) String() string
- type TeamSearchResult_builder
- type TextOutputOptions
- func (x *TextOutputOptions) GetIncludeUnrecognized() bool
- func (*TextOutputOptions) ProtoMessage()
- func (x *TextOutputOptions) ProtoReflect() protoreflect.Message
- func (x *TextOutputOptions) Reset()
- func (x *TextOutputOptions) SetIncludeUnrecognized(v bool)
- func (x *TextOutputOptions) String() string
- type TextOutputOptions_builder
- type Token
- func (x *Token) ClearCreateTime()
- func (x *Token) ClearExpireTime()
- func (x *Token) GetCreateTime() *timestamppb.Timestamp
- func (x *Token) GetExpireTime() *timestamppb.Timestamp
- func (x *Token) GetId() string
- func (x *Token) GetNote() string
- func (x *Token) HasCreateTime() bool
- func (x *Token) HasExpireTime() bool
- func (*Token) ProtoMessage()
- func (x *Token) ProtoReflect() protoreflect.Message
- func (x *Token) Reset()
- func (x *Token) SetCreateTime(v *timestamppb.Timestamp)
- func (x *Token) SetExpireTime(v *timestamppb.Timestamp)
- func (x *Token) SetId(v string)
- func (x *Token) SetNote(v string)
- func (x *Token) String() string
- type Token_builder
- type UndeprecateRepositoryByNameRequest
- 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) SetOwnerName(v string)
- func (x *UndeprecateRepositoryByNameRequest) SetRepositoryName(v string)
- func (x *UndeprecateRepositoryByNameRequest) String() string
- type UndeprecateRepositoryByNameRequest_builder
- type UndeprecateRepositoryByNameResponse
- func (x *UndeprecateRepositoryByNameResponse) ClearRepository()
- func (x *UndeprecateRepositoryByNameResponse) GetRepository() *Repository
- func (x *UndeprecateRepositoryByNameResponse) HasRepository() bool
- func (*UndeprecateRepositoryByNameResponse) ProtoMessage()
- func (x *UndeprecateRepositoryByNameResponse) ProtoReflect() protoreflect.Message
- func (x *UndeprecateRepositoryByNameResponse) Reset()
- func (x *UndeprecateRepositoryByNameResponse) SetRepository(v *Repository)
- func (x *UndeprecateRepositoryByNameResponse) String() string
- type UndeprecateRepositoryByNameResponse_builder
- type UniquenessPolicy
- type UniquenessPolicy_builder
- type UpdateBreakingChangePolicyRequest
- func (x *UpdateBreakingChangePolicyRequest) ClearPolicy()
- func (x *UpdateBreakingChangePolicyRequest) GetPolicy() *BreakingChangePolicy
- func (x *UpdateBreakingChangePolicyRequest) HasPolicy() bool
- func (*UpdateBreakingChangePolicyRequest) ProtoMessage()
- func (x *UpdateBreakingChangePolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBreakingChangePolicyRequest) Reset()
- func (x *UpdateBreakingChangePolicyRequest) SetPolicy(v *BreakingChangePolicy)
- func (x *UpdateBreakingChangePolicyRequest) String() string
- type UpdateBreakingChangePolicyRequest_builder
- type UpdateBreakingChangePolicyResponse
- type UpdateBreakingChangePolicyResponse_builder
- type UpdateOrganizationMemberRequest
- 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) SetOrganizationId(v string)
- func (x *UpdateOrganizationMemberRequest) SetOrganizationRole(v OrganizationRole)
- func (x *UpdateOrganizationMemberRequest) SetUserId(v string)
- func (x *UpdateOrganizationMemberRequest) String() string
- type UpdateOrganizationMemberRequest_builder
- type UpdateOrganizationMemberResponse
- type UpdateOrganizationMemberResponse_builder
- type UpdateOrganizationSettingsRequest
- func (x *UpdateOrganizationSettingsRequest) ClearDescription()
- func (x *UpdateOrganizationSettingsRequest) ClearUrl()
- func (x *UpdateOrganizationSettingsRequest) GetDescription() string
- func (x *UpdateOrganizationSettingsRequest) GetOrganizationId() string
- func (x *UpdateOrganizationSettingsRequest) GetRepositoryBaseRole() RepositoryRole
- func (x *UpdateOrganizationSettingsRequest) GetUrl() string
- func (x *UpdateOrganizationSettingsRequest) HasDescription() bool
- func (x *UpdateOrganizationSettingsRequest) HasUrl() bool
- func (*UpdateOrganizationSettingsRequest) ProtoMessage()
- func (x *UpdateOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationSettingsRequest) Reset()
- func (x *UpdateOrganizationSettingsRequest) SetDescription(v string)
- func (x *UpdateOrganizationSettingsRequest) SetOrganizationId(v string)
- func (x *UpdateOrganizationSettingsRequest) SetRepositoryBaseRole(v RepositoryRole)
- func (x *UpdateOrganizationSettingsRequest) SetUrl(v string)
- func (x *UpdateOrganizationSettingsRequest) String() string
- type UpdateOrganizationSettingsRequest_builder
- type UpdateOrganizationSettingsResponse
- type UpdateOrganizationSettingsResponse_builder
- type UpdateOrganizationVerificationStatusRequest
- func (x *UpdateOrganizationVerificationStatusRequest) GetOrganizationId() string
- func (x *UpdateOrganizationVerificationStatusRequest) GetVerificationStatus() VerificationStatus
- func (*UpdateOrganizationVerificationStatusRequest) ProtoMessage()
- func (x *UpdateOrganizationVerificationStatusRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationVerificationStatusRequest) Reset()
- func (x *UpdateOrganizationVerificationStatusRequest) SetOrganizationId(v string)
- func (x *UpdateOrganizationVerificationStatusRequest) SetVerificationStatus(v VerificationStatus)
- func (x *UpdateOrganizationVerificationStatusRequest) String() string
- type UpdateOrganizationVerificationStatusRequest_builder
- type UpdateOrganizationVerificationStatusResponse
- type UpdateOrganizationVerificationStatusResponse_builder
- type UpdateRepositorySettingsByNameRequest
- func (x *UpdateRepositorySettingsByNameRequest) ClearDefaultBranch()
- func (x *UpdateRepositorySettingsByNameRequest) ClearDescription()
- func (x *UpdateRepositorySettingsByNameRequest) ClearUrl()
- func (x *UpdateRepositorySettingsByNameRequest) GetDefaultBranch() string
- func (x *UpdateRepositorySettingsByNameRequest) GetDescription() string
- func (x *UpdateRepositorySettingsByNameRequest) GetOwnerName() string
- func (x *UpdateRepositorySettingsByNameRequest) GetRepositoryName() string
- func (x *UpdateRepositorySettingsByNameRequest) GetUrl() string
- func (x *UpdateRepositorySettingsByNameRequest) GetVisibility() Visibility
- func (x *UpdateRepositorySettingsByNameRequest) HasDefaultBranch() bool
- func (x *UpdateRepositorySettingsByNameRequest) HasDescription() bool
- func (x *UpdateRepositorySettingsByNameRequest) HasUrl() bool
- func (*UpdateRepositorySettingsByNameRequest) ProtoMessage()
- func (x *UpdateRepositorySettingsByNameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRepositorySettingsByNameRequest) Reset()
- func (x *UpdateRepositorySettingsByNameRequest) SetDefaultBranch(v string)
- func (x *UpdateRepositorySettingsByNameRequest) SetDescription(v string)
- func (x *UpdateRepositorySettingsByNameRequest) SetOwnerName(v string)
- func (x *UpdateRepositorySettingsByNameRequest) SetRepositoryName(v string)
- func (x *UpdateRepositorySettingsByNameRequest) SetUrl(v string)
- func (x *UpdateRepositorySettingsByNameRequest) SetVisibility(v Visibility)
- func (x *UpdateRepositorySettingsByNameRequest) String() string
- type UpdateRepositorySettingsByNameRequest_builder
- type UpdateRepositorySettingsByNameResponse
- type UpdateRepositorySettingsByNameResponse_builder
- type UpdateRepositoryTagRequest
- func (x *UpdateRepositoryTagRequest) ClearCommitName()
- func (x *UpdateRepositoryTagRequest) GetCommitName() string
- func (x *UpdateRepositoryTagRequest) GetName() string
- func (x *UpdateRepositoryTagRequest) GetRepositoryId() string
- func (x *UpdateRepositoryTagRequest) HasCommitName() bool
- func (*UpdateRepositoryTagRequest) ProtoMessage()
- func (x *UpdateRepositoryTagRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRepositoryTagRequest) Reset()
- func (x *UpdateRepositoryTagRequest) SetCommitName(v string)
- func (x *UpdateRepositoryTagRequest) SetName(v string)
- func (x *UpdateRepositoryTagRequest) SetRepositoryId(v string)
- func (x *UpdateRepositoryTagRequest) String() string
- type UpdateRepositoryTagRequest_builder
- type UpdateRepositoryTagResponse
- func (x *UpdateRepositoryTagResponse) ClearRepositoryTag()
- func (x *UpdateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
- func (x *UpdateRepositoryTagResponse) HasRepositoryTag() bool
- func (*UpdateRepositoryTagResponse) ProtoMessage()
- func (x *UpdateRepositoryTagResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateRepositoryTagResponse) Reset()
- func (x *UpdateRepositoryTagResponse) SetRepositoryTag(v *RepositoryTag)
- func (x *UpdateRepositoryTagResponse) String() string
- type UpdateRepositoryTagResponse_builder
- type UpdateReviewFlowGracePeriodPolicyRequest
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) ClearPolicy()
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) GetPolicy() *ReviewFlowGracePeriodPolicy
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) HasPolicy() bool
- func (*UpdateReviewFlowGracePeriodPolicyRequest) ProtoMessage()
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) Reset()
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) SetPolicy(v *ReviewFlowGracePeriodPolicy)
- func (x *UpdateReviewFlowGracePeriodPolicyRequest) String() string
- type UpdateReviewFlowGracePeriodPolicyRequest_builder
- type UpdateReviewFlowGracePeriodPolicyResponse
- type UpdateReviewFlowGracePeriodPolicyResponse_builder
- type UpdateUniquenessPolicyRequest
- func (x *UpdateUniquenessPolicyRequest) ClearPolicy()
- func (x *UpdateUniquenessPolicyRequest) GetPolicy() *UniquenessPolicy
- func (x *UpdateUniquenessPolicyRequest) HasPolicy() bool
- func (*UpdateUniquenessPolicyRequest) ProtoMessage()
- func (x *UpdateUniquenessPolicyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUniquenessPolicyRequest) Reset()
- func (x *UpdateUniquenessPolicyRequest) SetPolicy(v *UniquenessPolicy)
- func (x *UpdateUniquenessPolicyRequest) String() string
- type UpdateUniquenessPolicyRequest_builder
- type UpdateUniquenessPolicyResponse
- type UpdateUniquenessPolicyResponse_builder
- type UpdateUserPluginPreferencesRequest
- func (x *UpdateUserPluginPreferencesRequest) ClearPreference()
- func (x *UpdateUserPluginPreferencesRequest) GetPreference() *UserPluginPreference
- func (x *UpdateUserPluginPreferencesRequest) HasPreference() bool
- func (*UpdateUserPluginPreferencesRequest) ProtoMessage()
- func (x *UpdateUserPluginPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPluginPreferencesRequest) Reset()
- func (x *UpdateUserPluginPreferencesRequest) SetPreference(v *UserPluginPreference)
- func (x *UpdateUserPluginPreferencesRequest) String() string
- type UpdateUserPluginPreferencesRequest_builder
- type UpdateUserPluginPreferencesResponse
- func (x *UpdateUserPluginPreferencesResponse) ClearPreference()
- func (x *UpdateUserPluginPreferencesResponse) GetPreference() *UserPluginPreference
- func (x *UpdateUserPluginPreferencesResponse) HasPreference() bool
- func (*UpdateUserPluginPreferencesResponse) ProtoMessage()
- func (x *UpdateUserPluginPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPluginPreferencesResponse) Reset()
- func (x *UpdateUserPluginPreferencesResponse) SetPreference(v *UserPluginPreference)
- func (x *UpdateUserPluginPreferencesResponse) String() string
- type UpdateUserPluginPreferencesResponse_builder
- type UpdateUserServerRoleRequest
- 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) SetServerRole(v ServerRole)
- func (x *UpdateUserServerRoleRequest) SetUserId(v string)
- func (x *UpdateUserServerRoleRequest) String() string
- type UpdateUserServerRoleRequest_builder
- type UpdateUserServerRoleResponse
- type UpdateUserServerRoleResponse_builder
- type UpdateUserSettingsRequest
- func (x *UpdateUserSettingsRequest) ClearDescription()
- func (x *UpdateUserSettingsRequest) ClearUrl()
- func (x *UpdateUserSettingsRequest) GetDescription() string
- func (x *UpdateUserSettingsRequest) GetUrl() string
- func (x *UpdateUserSettingsRequest) GetUserId() string
- func (x *UpdateUserSettingsRequest) HasDescription() bool
- func (x *UpdateUserSettingsRequest) HasUrl() bool
- func (*UpdateUserSettingsRequest) ProtoMessage()
- func (x *UpdateUserSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserSettingsRequest) Reset()
- func (x *UpdateUserSettingsRequest) SetDescription(v string)
- func (x *UpdateUserSettingsRequest) SetUrl(v string)
- func (x *UpdateUserSettingsRequest) SetUserId(v string)
- func (x *UpdateUserSettingsRequest) String() string
- type UpdateUserSettingsRequest_builder
- type UpdateUserSettingsResponse
- type UpdateUserSettingsResponse_builder
- type UpdateUserVerificationStatusRequest
- func (x *UpdateUserVerificationStatusRequest) GetUserId() string
- func (x *UpdateUserVerificationStatusRequest) GetVerificationStatus() VerificationStatus
- func (*UpdateUserVerificationStatusRequest) ProtoMessage()
- func (x *UpdateUserVerificationStatusRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserVerificationStatusRequest) Reset()
- func (x *UpdateUserVerificationStatusRequest) SetUserId(v string)
- func (x *UpdateUserVerificationStatusRequest) SetVerificationStatus(v VerificationStatus)
- func (x *UpdateUserVerificationStatusRequest) String() string
- type UpdateUserVerificationStatusRequest_builder
- type UpdateUserVerificationStatusResponse
- type UpdateUserVerificationStatusResponse_builder
- type User
- func (x *User) ClearCreateTime()
- func (x *User) ClearUpdateTime()
- func (x *User) GetCreateTime() *timestamppb.Timestamp
- func (x *User) GetDeactivated() bool
- func (x *User) GetDescription() string
- func (x *User) GetId() string
- func (x *User) GetUpdateTime() *timestamppb.Timestamp
- func (x *User) GetUrl() string
- func (x *User) GetUserType() UserType
- func (x *User) GetUsername() string
- func (x *User) GetVerificationStatus() VerificationStatus
- func (x *User) HasCreateTime() bool
- func (x *User) HasUpdateTime() bool
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) SetCreateTime(v *timestamppb.Timestamp)
- func (x *User) SetDeactivated(v bool)
- func (x *User) SetDescription(v string)
- func (x *User) SetId(v string)
- func (x *User) SetUpdateTime(v *timestamppb.Timestamp)
- func (x *User) SetUrl(v string)
- func (x *User) SetUserType(v UserType)
- func (x *User) SetUsername(v string)
- func (x *User) SetVerificationStatus(v VerificationStatus)
- func (x *User) String() string
- type UserCanAddOrganizationMemberRequest
- func (x *UserCanAddOrganizationMemberRequest) GetOrganizationId() string
- func (*UserCanAddOrganizationMemberRequest) ProtoMessage()
- func (x *UserCanAddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanAddOrganizationMemberRequest) Reset()
- func (x *UserCanAddOrganizationMemberRequest) SetOrganizationId(v string)
- func (x *UserCanAddOrganizationMemberRequest) String() string
- type UserCanAddOrganizationMemberRequest_builder
- type UserCanAddOrganizationMemberResponse
- func (x *UserCanAddOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
- func (*UserCanAddOrganizationMemberResponse) ProtoMessage()
- func (x *UserCanAddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanAddOrganizationMemberResponse) Reset()
- func (x *UserCanAddOrganizationMemberResponse) SetAuthorizedRoles(v []OrganizationRole)
- func (x *UserCanAddOrganizationMemberResponse) String() string
- type UserCanAddOrganizationMemberResponse_builder
- type UserCanCreateOrganizationRepositoryRequest
- func (x *UserCanCreateOrganizationRepositoryRequest) GetOrganizationId() string
- func (*UserCanCreateOrganizationRepositoryRequest) ProtoMessage()
- func (x *UserCanCreateOrganizationRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateOrganizationRepositoryRequest) Reset()
- func (x *UserCanCreateOrganizationRepositoryRequest) SetOrganizationId(v string)
- func (x *UserCanCreateOrganizationRepositoryRequest) String() string
- type UserCanCreateOrganizationRepositoryRequest_builder
- type UserCanCreateOrganizationRepositoryResponse
- func (x *UserCanCreateOrganizationRepositoryResponse) GetAuthorized() bool
- func (*UserCanCreateOrganizationRepositoryResponse) ProtoMessage()
- func (x *UserCanCreateOrganizationRepositoryResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanCreateOrganizationRepositoryResponse) Reset()
- func (x *UserCanCreateOrganizationRepositoryResponse) SetAuthorized(v bool)
- func (x *UserCanCreateOrganizationRepositoryResponse) String() string
- type UserCanCreateOrganizationRepositoryResponse_builder
- type UserCanDeleteOrganizationRequest
- func (x *UserCanDeleteOrganizationRequest) GetOrganizationId() string
- func (*UserCanDeleteOrganizationRequest) ProtoMessage()
- func (x *UserCanDeleteOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteOrganizationRequest) Reset()
- func (x *UserCanDeleteOrganizationRequest) SetOrganizationId(v string)
- func (x *UserCanDeleteOrganizationRequest) String() string
- type UserCanDeleteOrganizationRequest_builder
- type UserCanDeleteOrganizationResponse
- func (x *UserCanDeleteOrganizationResponse) GetAuthorized() bool
- func (*UserCanDeleteOrganizationResponse) ProtoMessage()
- func (x *UserCanDeleteOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteOrganizationResponse) Reset()
- func (x *UserCanDeleteOrganizationResponse) SetAuthorized(v bool)
- func (x *UserCanDeleteOrganizationResponse) String() string
- type UserCanDeleteOrganizationResponse_builder
- type UserCanDeleteRepositoryRequest
- func (x *UserCanDeleteRepositoryRequest) GetRepositoryId() string
- func (*UserCanDeleteRepositoryRequest) ProtoMessage()
- func (x *UserCanDeleteRepositoryRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteRepositoryRequest) Reset()
- func (x *UserCanDeleteRepositoryRequest) SetRepositoryId(v string)
- func (x *UserCanDeleteRepositoryRequest) String() string
- type UserCanDeleteRepositoryRequest_builder
- type UserCanDeleteRepositoryResponse
- func (x *UserCanDeleteRepositoryResponse) GetAuthorized() bool
- func (*UserCanDeleteRepositoryResponse) ProtoMessage()
- func (x *UserCanDeleteRepositoryResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteRepositoryResponse) Reset()
- func (x *UserCanDeleteRepositoryResponse) SetAuthorized(v bool)
- func (x *UserCanDeleteRepositoryResponse) String() string
- type UserCanDeleteRepositoryResponse_builder
- type UserCanDeleteUserRequest
- type UserCanDeleteUserRequest_builder
- type UserCanDeleteUserResponse
- func (x *UserCanDeleteUserResponse) GetAuthorized() bool
- func (*UserCanDeleteUserResponse) ProtoMessage()
- func (x *UserCanDeleteUserResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanDeleteUserResponse) Reset()
- func (x *UserCanDeleteUserResponse) SetAuthorized(v bool)
- func (x *UserCanDeleteUserResponse) String() string
- type UserCanDeleteUserResponse_builder
- type UserCanManageRepositoryContributorsRequest
- func (x *UserCanManageRepositoryContributorsRequest) GetRepositoryId() string
- func (*UserCanManageRepositoryContributorsRequest) ProtoMessage()
- func (x *UserCanManageRepositoryContributorsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanManageRepositoryContributorsRequest) Reset()
- func (x *UserCanManageRepositoryContributorsRequest) SetRepositoryId(v string)
- func (x *UserCanManageRepositoryContributorsRequest) String() string
- type UserCanManageRepositoryContributorsRequest_builder
- type UserCanManageRepositoryContributorsResponse
- func (x *UserCanManageRepositoryContributorsResponse) GetAuthorizedRoles() []RepositoryRole
- func (*UserCanManageRepositoryContributorsResponse) ProtoMessage()
- func (x *UserCanManageRepositoryContributorsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanManageRepositoryContributorsResponse) Reset()
- func (x *UserCanManageRepositoryContributorsResponse) SetAuthorizedRoles(v []RepositoryRole)
- func (x *UserCanManageRepositoryContributorsResponse) String() string
- type UserCanManageRepositoryContributorsResponse_builder
- type UserCanRemoveOrganizationMemberRequest
- func (x *UserCanRemoveOrganizationMemberRequest) GetOrganizationId() string
- func (*UserCanRemoveOrganizationMemberRequest) ProtoMessage()
- func (x *UserCanRemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanRemoveOrganizationMemberRequest) Reset()
- func (x *UserCanRemoveOrganizationMemberRequest) SetOrganizationId(v string)
- func (x *UserCanRemoveOrganizationMemberRequest) String() string
- type UserCanRemoveOrganizationMemberRequest_builder
- type UserCanRemoveOrganizationMemberResponse
- func (x *UserCanRemoveOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
- func (*UserCanRemoveOrganizationMemberResponse) ProtoMessage()
- func (x *UserCanRemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanRemoveOrganizationMemberResponse) Reset()
- func (x *UserCanRemoveOrganizationMemberResponse) SetAuthorizedRoles(v []OrganizationRole)
- func (x *UserCanRemoveOrganizationMemberResponse) String() string
- type UserCanRemoveOrganizationMemberResponse_builder
- type UserCanReviewCommitsRequest
- func (x *UserCanReviewCommitsRequest) GetRepositoryId() string
- func (*UserCanReviewCommitsRequest) ProtoMessage()
- func (x *UserCanReviewCommitsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanReviewCommitsRequest) Reset()
- func (x *UserCanReviewCommitsRequest) SetRepositoryId(v string)
- func (x *UserCanReviewCommitsRequest) String() string
- type UserCanReviewCommitsRequest_builder
- type UserCanReviewCommitsResponse
- func (x *UserCanReviewCommitsResponse) GetAuthorized() bool
- func (*UserCanReviewCommitsResponse) ProtoMessage()
- func (x *UserCanReviewCommitsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanReviewCommitsResponse) Reset()
- func (x *UserCanReviewCommitsResponse) SetAuthorized(v bool)
- func (x *UserCanReviewCommitsResponse) String() string
- type UserCanReviewCommitsResponse_builder
- type UserCanSeeOrganizationSettingsRequest
- func (x *UserCanSeeOrganizationSettingsRequest) GetOrganizationId() string
- func (*UserCanSeeOrganizationSettingsRequest) ProtoMessage()
- func (x *UserCanSeeOrganizationSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeOrganizationSettingsRequest) Reset()
- func (x *UserCanSeeOrganizationSettingsRequest) SetOrganizationId(v string)
- func (x *UserCanSeeOrganizationSettingsRequest) String() string
- type UserCanSeeOrganizationSettingsRequest_builder
- type UserCanSeeOrganizationSettingsResponse
- func (x *UserCanSeeOrganizationSettingsResponse) GetAuthorized() bool
- func (*UserCanSeeOrganizationSettingsResponse) ProtoMessage()
- func (x *UserCanSeeOrganizationSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeOrganizationSettingsResponse) Reset()
- func (x *UserCanSeeOrganizationSettingsResponse) SetAuthorized(v bool)
- func (x *UserCanSeeOrganizationSettingsResponse) String() string
- type UserCanSeeOrganizationSettingsResponse_builder
- type UserCanSeeRepositorySettingsRequest
- func (x *UserCanSeeRepositorySettingsRequest) GetRepositoryId() string
- func (*UserCanSeeRepositorySettingsRequest) ProtoMessage()
- func (x *UserCanSeeRepositorySettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeRepositorySettingsRequest) Reset()
- func (x *UserCanSeeRepositorySettingsRequest) SetRepositoryId(v string)
- func (x *UserCanSeeRepositorySettingsRequest) String() string
- type UserCanSeeRepositorySettingsRequest_builder
- type UserCanSeeRepositorySettingsResponse
- func (x *UserCanSeeRepositorySettingsResponse) GetAuthorized() bool
- func (*UserCanSeeRepositorySettingsResponse) ProtoMessage()
- func (x *UserCanSeeRepositorySettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeRepositorySettingsResponse) Reset()
- func (x *UserCanSeeRepositorySettingsResponse) SetAuthorized(v bool)
- func (x *UserCanSeeRepositorySettingsResponse) String() string
- type UserCanSeeRepositorySettingsResponse_builder
- type UserCanSeeServerAdminPanelRequest
- type UserCanSeeServerAdminPanelRequest_builder
- type UserCanSeeServerAdminPanelResponse
- func (x *UserCanSeeServerAdminPanelResponse) GetAuthorized() bool
- func (*UserCanSeeServerAdminPanelResponse) ProtoMessage()
- func (x *UserCanSeeServerAdminPanelResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanSeeServerAdminPanelResponse) Reset()
- func (x *UserCanSeeServerAdminPanelResponse) SetAuthorized(v bool)
- func (x *UserCanSeeServerAdminPanelResponse) String() string
- type UserCanSeeServerAdminPanelResponse_builder
- type UserCanUpdateOrganizationMemberRequest
- func (x *UserCanUpdateOrganizationMemberRequest) GetOrganizationId() string
- func (*UserCanUpdateOrganizationMemberRequest) ProtoMessage()
- func (x *UserCanUpdateOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *UserCanUpdateOrganizationMemberRequest) Reset()
- func (x *UserCanUpdateOrganizationMemberRequest) SetOrganizationId(v string)
- func (x *UserCanUpdateOrganizationMemberRequest) String() string
- type UserCanUpdateOrganizationMemberRequest_builder
- type UserCanUpdateOrganizationMemberResponse
- func (x *UserCanUpdateOrganizationMemberResponse) GetAuthorizedRoles() []OrganizationRole
- func (*UserCanUpdateOrganizationMemberResponse) ProtoMessage()
- func (x *UserCanUpdateOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *UserCanUpdateOrganizationMemberResponse) Reset()
- func (x *UserCanUpdateOrganizationMemberResponse) SetAuthorizedRoles(v []OrganizationRole)
- func (x *UserCanUpdateOrganizationMemberResponse) String() string
- type UserCanUpdateOrganizationMemberResponse_builder
- type UserPluginPreference
- func (x *UserPluginPreference) GetSelectedLanguage() PluginLanguage
- func (x *UserPluginPreference) GetSelectedPlugins() []string
- func (*UserPluginPreference) ProtoMessage()
- func (x *UserPluginPreference) ProtoReflect() protoreflect.Message
- func (x *UserPluginPreference) Reset()
- func (x *UserPluginPreference) SetSelectedLanguage(v PluginLanguage)
- func (x *UserPluginPreference) SetSelectedPlugins(v []string)
- func (x *UserPluginPreference) String() string
- type UserPluginPreference_builder
- type UserSearchResult
- func (x *UserSearchResult) ClearCreateTime()
- func (x *UserSearchResult) GetCreateTime() *timestamppb.Timestamp
- func (x *UserSearchResult) GetDeactivated() bool
- func (x *UserSearchResult) GetId() string
- func (x *UserSearchResult) GetUsername() string
- func (x *UserSearchResult) HasCreateTime() bool
- func (*UserSearchResult) ProtoMessage()
- func (x *UserSearchResult) ProtoReflect() protoreflect.Message
- func (x *UserSearchResult) Reset()
- func (x *UserSearchResult) SetCreateTime(v *timestamppb.Timestamp)
- func (x *UserSearchResult) SetDeactivated(v bool)
- func (x *UserSearchResult) SetId(v string)
- func (x *UserSearchResult) SetUsername(v string)
- func (x *UserSearchResult) String() string
- type UserSearchResult_builder
- type UserState
- type UserType
- type User_builder
- type VerificationStatus
- type Visibility
- type Webhook
- func (x *Webhook) ClearCreateTime()
- func (x *Webhook) ClearUpdateTime()
- func (x *Webhook) GetCallbackUrl() string
- func (x *Webhook) GetCreateTime() *timestamppb.Timestamp
- func (x *Webhook) GetEvent() WebhookEvent
- func (x *Webhook) GetOwnerName() string
- func (x *Webhook) GetRepositoryName() string
- func (x *Webhook) GetUpdateTime() *timestamppb.Timestamp
- func (x *Webhook) GetWebhookId() string
- func (x *Webhook) HasCreateTime() bool
- func (x *Webhook) HasUpdateTime() bool
- func (*Webhook) ProtoMessage()
- func (x *Webhook) ProtoReflect() protoreflect.Message
- func (x *Webhook) Reset()
- func (x *Webhook) SetCallbackUrl(v string)
- func (x *Webhook) SetCreateTime(v *timestamppb.Timestamp)
- func (x *Webhook) SetEvent(v WebhookEvent)
- func (x *Webhook) SetOwnerName(v string)
- func (x *Webhook) SetRepositoryName(v string)
- func (x *Webhook) SetUpdateTime(v *timestamppb.Timestamp)
- func (x *Webhook) SetWebhookId(v string)
- func (x *Webhook) String() string
- type WebhookEvent
- type Webhook_builder
Constants ¶
const ConvertMessageRequest_OutputBinary_case case_ConvertMessageRequest_OutputFormat = 8
const ConvertMessageRequest_OutputFormat_not_set_case case_ConvertMessageRequest_OutputFormat = 0
const ConvertMessageRequest_OutputJson_case case_ConvertMessageRequest_OutputFormat = 9
const ConvertMessageRequest_OutputText_case case_ConvertMessageRequest_OutputFormat = 10
const ElementSearchResult_Document_not_set_case case_ElementSearchResult_Document = 0
const ElementSearchResult_Enum_case case_ElementSearchResult_Document = 8
const ElementSearchResult_FileExtension_case case_ElementSearchResult_Document = 10
const ElementSearchResult_Message_case case_ElementSearchResult_Document = 9
const ElementSearchResult_Method_case case_ElementSearchResult_Document = 7
const ElementSearchResult_Service_case case_ElementSearchResult_Document = 6
const ListRepositoryBranchesByReferenceRequest_CommitName_case case_ListRepositoryBranchesByReferenceRequest_Reference = 4
const ListRepositoryBranchesByReferenceRequest_Reference_not_set_case case_ListRepositoryBranchesByReferenceRequest_Reference = 0
const ListRepositoryBranchesByReferenceRequest_VcsCommitHash_case case_ListRepositoryBranchesByReferenceRequest_Reference = 5
const LiteralValue_ArrayValue_case case_LiteralValue_Value = 8
const LiteralValue_BoolValue_case case_LiteralValue_Value = 6
const LiteralValue_DoubleValue_case case_LiteralValue_Value = 5
const LiteralValue_EnumValueNameValue_case case_LiteralValue_Value = 7
const LiteralValue_IntValue_case case_LiteralValue_Value = 3
const LiteralValue_MessageValue_case case_LiteralValue_Value = 9
const LiteralValue_StringValue_case case_LiteralValue_Value = 2
const LiteralValue_UintValue_case case_LiteralValue_Value = 4
const LiteralValue_Value_not_set_case case_LiteralValue_Value = 0
const MessageField_Field_case case_MessageField_MessageField = 1
const MessageField_MessageField_not_set_case case_MessageField_MessageField = 0
const MessageField_Oneof_case case_MessageField_MessageField = 2
const Owner_Organization_case case_Owner_Owner = 2
const Owner_Owner_not_set_case case_Owner_Owner = 0
const Owner_User_case case_Owner_Owner = 1
const Reference_Branch_case case_Reference_Reference = 1
const Reference_Commit_case case_Reference_Reference = 3
const Reference_Draft_case case_Reference_Reference = 6
const Reference_Main_case case_Reference_Reference = 5
const Reference_Reference_not_set_case case_Reference_Reference = 0
const Reference_Tag_case case_Reference_Reference = 2
const Reference_VcsCommit_case case_Reference_Reference = 7
const RegistryConfig_CargoConfig_case case_RegistryConfig_RegistryConfig = 6
const RegistryConfig_CmakeConfig_case case_RegistryConfig_RegistryConfig = 8
const RegistryConfig_GoConfig_case case_RegistryConfig_RegistryConfig = 1
const RegistryConfig_MavenConfig_case case_RegistryConfig_RegistryConfig = 3
const RegistryConfig_NpmConfig_case case_RegistryConfig_RegistryConfig = 2
const RegistryConfig_NugetConfig_case case_RegistryConfig_RegistryConfig = 7
const RegistryConfig_PythonConfig_case case_RegistryConfig_RegistryConfig = 5
const RegistryConfig_RegistryConfig_not_set_case case_RegistryConfig_RegistryConfig = 0
const RegistryConfig_SwiftConfig_case case_RegistryConfig_RegistryConfig = 4
const Repository_OrganizationId_case case_Repository_Owner = 6
const Repository_Owner_not_set_case case_Repository_Owner = 0
const Repository_UserId_case case_Repository_Owner = 5
const Resource_Plugin_case case_Resource_Resource = 2
const Resource_Repository_case case_Resource_Resource = 1
const Resource_Resource_not_set_case case_Resource_Resource = 0
const SearchModuleContentResult_Element_case case_SearchModuleContentResult_Item = 1
const SearchModuleContentResult_File_case case_SearchModuleContentResult_Item = 2
const SearchModuleContentResult_Item_not_set_case case_SearchModuleContentResult_Item = 0
const SearchResult_CuratedPlugin_case case_SearchResult_Item = 7
const SearchResult_Item_not_set_case case_SearchResult_Item = 0
const SearchResult_ModuleElement_case case_SearchResult_Item = 8
const SearchResult_ModuleFile_case case_SearchResult_Item = 9
const SearchResult_Organization_case case_SearchResult_Item = 2
const SearchResult_Repository_case case_SearchResult_Item = 1
const SearchResult_Team_case case_SearchResult_Item = 4
const SearchResult_User_case case_SearchResult_Item = 3
Variables ¶
var ( BreakingChangeCategory_name = map[int32]string{ 0: "BREAKING_CHANGE_CATEGORY_UNSPECIFIED", 1: "BREAKING_CHANGE_CATEGORY_FILE", 2: "BREAKING_CHANGE_CATEGORY_WIRE_JSON", } BreakingChangeCategory_value = map[string]int32{ "BREAKING_CHANGE_CATEGORY_UNSPECIFIED": 0, "BREAKING_CHANGE_CATEGORY_FILE": 1, "BREAKING_CHANGE_CATEGORY_WIRE_JSON": 2, } )
Enum value maps for BreakingChangeCategory.
var ( CollisionType_name = map[int32]string{ 0: "COLLISION_TYPE_UNSPECIFIED", 1: "COLLISION_TYPE_FULLY_QUALIFIED_NAME", 2: "COLLISION_TYPE_PATH", } CollisionType_value = map[string]int32{ "COLLISION_TYPE_UNSPECIFIED": 0, "COLLISION_TYPE_FULLY_QUALIFIED_NAME": 1, "COLLISION_TYPE_PATH": 2, } )
Enum value maps for CollisionType.
var ( ConvertFormat_name = map[int32]string{ 0: "CONVERT_FORMAT_UNSPECIFIED", 1: "CONVERT_FORMAT_BIN", 2: "CONVERT_FORMAT_JSON", } ConvertFormat_value = map[string]int32{ "CONVERT_FORMAT_UNSPECIFIED": 0, "CONVERT_FORMAT_BIN": 1, "CONVERT_FORMAT_JSON": 2, } )
Enum value maps for ConvertFormat.
var ( FieldType_name = map[int32]string{ 0: "FIELD_TYPE_UNSPECIFIED", 1: "FIELD_TYPE_NORMAL", 2: "FIELD_TYPE_EXTENSION", 3: "FIELD_TYPE_ANY", } FieldType_value = map[string]int32{ "FIELD_TYPE_UNSPECIFIED": 0, "FIELD_TYPE_NORMAL": 1, "FIELD_TYPE_EXTENSION": 2, "FIELD_TYPE_ANY": 3, } )
Enum value maps for FieldType.
var ( ImageMask_name = map[int32]string{ 0: "IMAGE_MASK_UNSPECIFIED", 1: "IMAGE_MASK_MESSAGES", 2: "IMAGE_MASK_ENUMS", 3: "IMAGE_MASK_SERVICES", } ImageMask_value = map[string]int32{ "IMAGE_MASK_UNSPECIFIED": 0, "IMAGE_MASK_MESSAGES": 1, "IMAGE_MASK_ENUMS": 2, "IMAGE_MASK_SERVICES": 3, } )
Enum value maps for ImageMask.
var ( CuratedPluginVisibility_name = map[int32]string{ 0: "CURATED_PLUGIN_VISIBILITY_UNSPECIFIED", 1: "CURATED_PLUGIN_VISIBILITY_PUBLIC", 2: "CURATED_PLUGIN_VISIBILITY_PRIVATE", } CuratedPluginVisibility_value = map[string]int32{ "CURATED_PLUGIN_VISIBILITY_UNSPECIFIED": 0, "CURATED_PLUGIN_VISIBILITY_PUBLIC": 1, "CURATED_PLUGIN_VISIBILITY_PRIVATE": 2, } )
Enum value maps for CuratedPluginVisibility.
var ( PluginRegistryType_name = map[int32]string{ 0: "PLUGIN_REGISTRY_TYPE_UNSPECIFIED", 1: "PLUGIN_REGISTRY_TYPE_GO", 2: "PLUGIN_REGISTRY_TYPE_NPM", 3: "PLUGIN_REGISTRY_TYPE_MAVEN", 4: "PLUGIN_REGISTRY_TYPE_SWIFT", 5: "PLUGIN_REGISTRY_TYPE_PYTHON", 7: "PLUGIN_REGISTRY_TYPE_CARGO", 8: "PLUGIN_REGISTRY_TYPE_NUGET", 9: "PLUGIN_REGISTRY_TYPE_CMAKE", } PluginRegistryType_value = map[string]int32{ "PLUGIN_REGISTRY_TYPE_UNSPECIFIED": 0, "PLUGIN_REGISTRY_TYPE_GO": 1, "PLUGIN_REGISTRY_TYPE_NPM": 2, "PLUGIN_REGISTRY_TYPE_MAVEN": 3, "PLUGIN_REGISTRY_TYPE_SWIFT": 4, "PLUGIN_REGISTRY_TYPE_PYTHON": 5, "PLUGIN_REGISTRY_TYPE_CARGO": 7, "PLUGIN_REGISTRY_TYPE_NUGET": 8, "PLUGIN_REGISTRY_TYPE_CMAKE": 9, } )
Enum value maps for PluginRegistryType.
var ( PluginLanguage_name = map[int32]string{ 0: "PLUGIN_LANGUAGE_UNSPECIFIED", 1: "PLUGIN_LANGUAGE_GO", 2: "PLUGIN_LANGUAGE_JAVASCRIPT", 3: "PLUGIN_LANGUAGE_TYPESCRIPT", 4: "PLUGIN_LANGUAGE_SWIFT", 5: "PLUGIN_LANGUAGE_CPP", 6: "PLUGIN_LANGUAGE_JAVA", 7: "PLUGIN_LANGUAGE_DART", 8: "PLUGIN_LANGUAGE_RUST", 9: "PLUGIN_LANGUAGE_PYTHON", 10: "PLUGIN_LANGUAGE_RUBY", 11: "PLUGIN_LANGUAGE_KOTLIN", 12: "PLUGIN_LANGUAGE_OBJECTIVE_C", 13: "PLUGIN_LANGUAGE_PHP", 14: "PLUGIN_LANGUAGE_CSHARP", 15: "PLUGIN_LANGUAGE_SCALA", 16: "PLUGIN_LANGUAGE_C", } PluginLanguage_value = map[string]int32{ "PLUGIN_LANGUAGE_UNSPECIFIED": 0, "PLUGIN_LANGUAGE_GO": 1, "PLUGIN_LANGUAGE_JAVASCRIPT": 2, "PLUGIN_LANGUAGE_TYPESCRIPT": 3, "PLUGIN_LANGUAGE_SWIFT": 4, "PLUGIN_LANGUAGE_CPP": 5, "PLUGIN_LANGUAGE_JAVA": 6, "PLUGIN_LANGUAGE_DART": 7, "PLUGIN_LANGUAGE_RUST": 8, "PLUGIN_LANGUAGE_PYTHON": 9, "PLUGIN_LANGUAGE_RUBY": 10, "PLUGIN_LANGUAGE_KOTLIN": 11, "PLUGIN_LANGUAGE_OBJECTIVE_C": 12, "PLUGIN_LANGUAGE_PHP": 13, "PLUGIN_LANGUAGE_CSHARP": 14, "PLUGIN_LANGUAGE_SCALA": 15, "PLUGIN_LANGUAGE_C": 16, } )
Enum value maps for PluginLanguage.
var ( NPMImportStyle_name = map[int32]string{ 0: "NPM_IMPORT_STYLE_UNSPECIFIED", 1: "NPM_IMPORT_STYLE_MODULE", 2: "NPM_IMPORT_STYLE_COMMONJS", } NPMImportStyle_value = map[string]int32{ "NPM_IMPORT_STYLE_UNSPECIFIED": 0, "NPM_IMPORT_STYLE_MODULE": 1, "NPM_IMPORT_STYLE_COMMONJS": 2, } )
Enum value maps for NPMImportStyle.
var ( SwiftPlatformType_name = map[int32]string{ 0: "SWIFT_PLATFORM_TYPE_UNSPECIFIED", 1: "SWIFT_PLATFORM_TYPE_MACOS", 2: "SWIFT_PLATFORM_TYPE_IOS", 3: "SWIFT_PLATFORM_TYPE_WATCHOS", 4: "SWIFT_PLATFORM_TYPE_TVOS", } SwiftPlatformType_value = map[string]int32{ "SWIFT_PLATFORM_TYPE_UNSPECIFIED": 0, "SWIFT_PLATFORM_TYPE_MACOS": 1, "SWIFT_PLATFORM_TYPE_IOS": 2, "SWIFT_PLATFORM_TYPE_WATCHOS": 3, "SWIFT_PLATFORM_TYPE_TVOS": 4, } )
Enum value maps for SwiftPlatformType.
var ( PythonPackageType_name = map[int32]string{ 0: "PYTHON_PACKAGE_TYPE_UNSPECIFIED", 1: "PYTHON_PACKAGE_TYPE_RUNTIME", 2: "PYTHON_PACKAGE_TYPE_STUB_ONLY", } PythonPackageType_value = map[string]int32{ "PYTHON_PACKAGE_TYPE_UNSPECIFIED": 0, "PYTHON_PACKAGE_TYPE_RUNTIME": 1, "PYTHON_PACKAGE_TYPE_STUB_ONLY": 2, } )
Enum value maps for PythonPackageType.
var ( DotnetTargetFramework_name = map[int32]string{ 0: "DOTNET_TARGET_FRAMEWORK_UNSPECIFIED", 1: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_0", 2: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_1", 3: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_2", 4: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_3", 5: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_4", 6: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_5", 7: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_6", 8: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_0", 9: "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_1", 10: "DOTNET_TARGET_FRAMEWORK_NET_5_0", 11: "DOTNET_TARGET_FRAMEWORK_NET_6_0", 12: "DOTNET_TARGET_FRAMEWORK_NET_7_0", 13: "DOTNET_TARGET_FRAMEWORK_NET_8_0", } DotnetTargetFramework_value = map[string]int32{ "DOTNET_TARGET_FRAMEWORK_UNSPECIFIED": 0, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_0": 1, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_1": 2, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_2": 3, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_3": 4, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_4": 5, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_5": 6, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_6": 7, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_0": 8, "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_1": 9, "DOTNET_TARGET_FRAMEWORK_NET_5_0": 10, "DOTNET_TARGET_FRAMEWORK_NET_6_0": 11, "DOTNET_TARGET_FRAMEWORK_NET_7_0": 12, "DOTNET_TARGET_FRAMEWORK_NET_8_0": 13, } )
Enum value maps for DotnetTargetFramework.
var ( Visibility_name = map[int32]string{ 0: "VISIBILITY_UNSPECIFIED", 1: "VISIBILITY_PUBLIC", 2: "VISIBILITY_PRIVATE", } Visibility_value = map[string]int32{ "VISIBILITY_UNSPECIFIED": 0, "VISIBILITY_PUBLIC": 1, "VISIBILITY_PRIVATE": 2, } )
Enum value maps for Visibility.
var ( ResolvedReferenceType_name = map[int32]string{ 0: "RESOLVED_REFERENCE_TYPE_UNSPECIFIED", 1: "RESOLVED_REFERENCE_TYPE_COMMIT", 2: "RESOLVED_REFERENCE_TYPE_BRANCH", 3: "RESOLVED_REFERENCE_TYPE_TAG", 5: "RESOLVED_REFERENCE_TYPE_DRAFT", } ResolvedReferenceType_value = map[string]int32{ "RESOLVED_REFERENCE_TYPE_UNSPECIFIED": 0, "RESOLVED_REFERENCE_TYPE_COMMIT": 1, "RESOLVED_REFERENCE_TYPE_BRANCH": 2, "RESOLVED_REFERENCE_TYPE_TAG": 3, "RESOLVED_REFERENCE_TYPE_DRAFT": 5, } )
Enum value maps for ResolvedReferenceType.
var ( ServerRole_name = map[int32]string{ 0: "SERVER_ROLE_UNSPECIFIED", 1: "SERVER_ROLE_ADMIN", 2: "SERVER_ROLE_MEMBER", } ServerRole_value = map[string]int32{ "SERVER_ROLE_UNSPECIFIED": 0, "SERVER_ROLE_ADMIN": 1, "SERVER_ROLE_MEMBER": 2, } )
Enum value maps for ServerRole.
var ( OrganizationRole_name = map[int32]string{ 0: "ORGANIZATION_ROLE_UNSPECIFIED", 1: "ORGANIZATION_ROLE_OWNER", 2: "ORGANIZATION_ROLE_ADMIN", 3: "ORGANIZATION_ROLE_MEMBER", 4: "ORGANIZATION_ROLE_MACHINE", } OrganizationRole_value = map[string]int32{ "ORGANIZATION_ROLE_UNSPECIFIED": 0, "ORGANIZATION_ROLE_OWNER": 1, "ORGANIZATION_ROLE_ADMIN": 2, "ORGANIZATION_ROLE_MEMBER": 3, "ORGANIZATION_ROLE_MACHINE": 4, } )
Enum value maps for OrganizationRole.
var ( OrganizationRoleSource_name = map[int32]string{ 0: "ORGANIZATION_ROLE_SOURCE_UNSPECIFIED", 1: "ORGANIZATION_ROLE_SOURCE_DIRECT", 2: "ORGANIZATION_ROLE_SOURCE_JIT", 3: "ORGANIZATION_ROLE_SOURCE_IDP_GROUP", } OrganizationRoleSource_value = map[string]int32{ "ORGANIZATION_ROLE_SOURCE_UNSPECIFIED": 0, "ORGANIZATION_ROLE_SOURCE_DIRECT": 1, "ORGANIZATION_ROLE_SOURCE_JIT": 2, "ORGANIZATION_ROLE_SOURCE_IDP_GROUP": 3, } )
Enum value maps for OrganizationRoleSource.
var ( RepositoryRole_name = map[int32]string{ 0: "REPOSITORY_ROLE_UNSPECIFIED", 1: "REPOSITORY_ROLE_OWNER", 2: "REPOSITORY_ROLE_ADMIN", 3: "REPOSITORY_ROLE_WRITE", 4: "REPOSITORY_ROLE_READ", 5: "REPOSITORY_ROLE_LIMITED_WRITE", } RepositoryRole_value = map[string]int32{ "REPOSITORY_ROLE_UNSPECIFIED": 0, "REPOSITORY_ROLE_OWNER": 1, "REPOSITORY_ROLE_ADMIN": 2, "REPOSITORY_ROLE_WRITE": 3, "REPOSITORY_ROLE_READ": 4, "REPOSITORY_ROLE_LIMITED_WRITE": 5, } )
Enum value maps for RepositoryRole.
var ( Format_name = map[int32]string{ 0: "FORMAT_UNSPECIFIED", 1: "FORMAT_BINARY", 2: "FORMAT_JSON", 3: "FORMAT_TEXT", } Format_value = map[string]int32{ "FORMAT_UNSPECIFIED": 0, "FORMAT_BINARY": 1, "FORMAT_JSON": 2, "FORMAT_TEXT": 3, } )
Enum value maps for Format.
var ( SearchFilter_name = map[int32]string{ 0: "SEARCH_FILTER_UNSPECIFIED", 1: "SEARCH_FILTER_USER", 2: "SEARCH_FILTER_ORGANIZATION", 3: "SEARCH_FILTER_REPOSITORY", 6: "SEARCH_FILTER_TEAM", 7: "SEARCH_FILTER_CURATED_PLUGIN", 8: "SEARCH_FILTER_MODULE_ELEMENT", 9: "SEARCH_FILTER_MODULE_FILE", } SearchFilter_value = map[string]int32{ "SEARCH_FILTER_UNSPECIFIED": 0, "SEARCH_FILTER_USER": 1, "SEARCH_FILTER_ORGANIZATION": 2, "SEARCH_FILTER_REPOSITORY": 3, "SEARCH_FILTER_TEAM": 6, "SEARCH_FILTER_CURATED_PLUGIN": 7, "SEARCH_FILTER_MODULE_ELEMENT": 8, "SEARCH_FILTER_MODULE_FILE": 9, } )
Enum value maps for SearchFilter.
var ( OrderBy_name = map[int32]string{ 0: "ORDER_BY_UNSPECIFIED", 1: "ORDER_BY_CREATE_TIME", 2: "ORDER_BY_UPDATE_TIME", 3: "ORDER_BY_NAME", } OrderBy_value = map[string]int32{ "ORDER_BY_UNSPECIFIED": 0, "ORDER_BY_CREATE_TIME": 1, "ORDER_BY_UPDATE_TIME": 2, "ORDER_BY_NAME": 3, } )
Enum value maps for OrderBy.
var ( SearchModuleElementType_name = map[int32]string{ 0: "SEARCH_MODULE_ELEMENT_TYPE_UNSPECIFIED", 1: "SEARCH_MODULE_ELEMENT_TYPE_SERVICE", 2: "SEARCH_MODULE_ELEMENT_TYPE_METHOD", 3: "SEARCH_MODULE_ELEMENT_TYPE_MESSAGE", 4: "SEARCH_MODULE_ELEMENT_TYPE_ENUM", } SearchModuleElementType_value = map[string]int32{ "SEARCH_MODULE_ELEMENT_TYPE_UNSPECIFIED": 0, "SEARCH_MODULE_ELEMENT_TYPE_SERVICE": 1, "SEARCH_MODULE_ELEMENT_TYPE_METHOD": 2, "SEARCH_MODULE_ELEMENT_TYPE_MESSAGE": 3, "SEARCH_MODULE_ELEMENT_TYPE_ENUM": 4, } )
Enum value maps for SearchModuleElementType.
var ( SearchModuleContentFilter_name = map[int32]string{ 0: "SEARCH_MODULE_CONTENT_FILTER_UNSPECIFIED", 1: "SEARCH_MODULE_CONTENT_FILTER_ELEMENT", 2: "SEARCH_MODULE_CONTENT_FILTER_FILE", } SearchModuleContentFilter_value = map[string]int32{ "SEARCH_MODULE_CONTENT_FILTER_UNSPECIFIED": 0, "SEARCH_MODULE_CONTENT_FILTER_ELEMENT": 1, "SEARCH_MODULE_CONTENT_FILTER_FILE": 2, } )
Enum value maps for SearchModuleContentFilter.
var ( StudioAgentProtocol_name = map[int32]string{ 0: "STUDIO_AGENT_PROTOCOL_UNSPECIFIED", 1: "STUDIO_AGENT_PROTOCOL_GRPC", 2: "STUDIO_AGENT_PROTOCOL_CONNECT", } StudioAgentProtocol_value = map[string]int32{ "STUDIO_AGENT_PROTOCOL_UNSPECIFIED": 0, "STUDIO_AGENT_PROTOCOL_GRPC": 1, "STUDIO_AGENT_PROTOCOL_CONNECT": 2, } )
Enum value maps for StudioAgentProtocol.
var ( StudioProtocol_name = map[int32]string{ 0: "STUDIO_PROTOCOL_UNSPECIFIED", 1: "STUDIO_PROTOCOL_CONNECT", 2: "STUDIO_PROTOCOL_GRPC", 3: "STUDIO_PROTOCOL_GRPC_WEB", } StudioProtocol_value = map[string]int32{ "STUDIO_PROTOCOL_UNSPECIFIED": 0, "STUDIO_PROTOCOL_CONNECT": 1, "STUDIO_PROTOCOL_GRPC": 2, "STUDIO_PROTOCOL_GRPC_WEB": 3, } )
Enum value maps for StudioProtocol.
var ( UserState_name = map[int32]string{ 0: "USER_STATE_UNSPECIFIED", 1: "USER_STATE_ACTIVE", 2: "USER_STATE_DEACTIVATED", } UserState_value = map[string]int32{ "USER_STATE_UNSPECIFIED": 0, "USER_STATE_ACTIVE": 1, "USER_STATE_DEACTIVATED": 2, } )
Enum value maps for UserState.
var ( UserType_name = map[int32]string{ 0: "USER_TYPE_UNSPECIFIED", 1: "USER_TYPE_PERSONAL", 2: "USER_TYPE_MACHINE", 3: "USER_TYPE_SYSTEM", } UserType_value = map[string]int32{ "USER_TYPE_UNSPECIFIED": 0, "USER_TYPE_PERSONAL": 1, "USER_TYPE_MACHINE": 2, "USER_TYPE_SYSTEM": 3, } )
Enum value maps for UserType.
var ( VerificationStatus_name = map[int32]string{ 0: "VERIFICATION_STATUS_UNSPECIFIED", 1: "VERIFICATION_STATUS_OFFICIAL", 2: "VERIFICATION_STATUS_VERIFIED_PUBLISHER", } VerificationStatus_value = map[string]int32{ "VERIFICATION_STATUS_UNSPECIFIED": 0, "VERIFICATION_STATUS_OFFICIAL": 1, "VERIFICATION_STATUS_VERIFIED_PUBLISHER": 2, } )
Enum value maps for VerificationStatus.
var ( WebhookEvent_name = map[int32]string{ 0: "WEBHOOK_EVENT_UNSPECIFIED", 1: "WEBHOOK_EVENT_REPOSITORY_PUSH", } WebhookEvent_value = map[string]int32{ "WEBHOOK_EVENT_UNSPECIFIED": 0, "WEBHOOK_EVENT_REPOSITORY_PUSH": 1, } )
Enum value maps for WebhookEvent.
var File_buf_alpha_registry_v1alpha1_admin_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_authn_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_authz_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_convert_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_display_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_doc_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_download_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_git_metadata_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_github_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_image_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_jsonschema_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_module_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_organization_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_owner_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_plugin_curation_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_push_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_recommendation_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_reference_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_branch_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_commit_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_repository_tag_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_resolve_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_resource_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_role_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_schema_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_scim_token_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_search_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_studio_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_studio_request_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_token_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_user_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_verification_status_proto protoreflect.FileDescriptor
var File_buf_alpha_registry_v1alpha1_webhook_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddOrganizationGroupRequest ¶ added in v1.12.0
type AddOrganizationGroupRequest struct {
// contains filtered or unexported fields
}
func (*AddOrganizationGroupRequest) GetGroupName ¶ added in v1.12.0
func (x *AddOrganizationGroupRequest) GetGroupName() string
func (*AddOrganizationGroupRequest) GetOrganizationId ¶ added in v1.12.0
func (x *AddOrganizationGroupRequest) GetOrganizationId() string
func (*AddOrganizationGroupRequest) ProtoMessage ¶ added in v1.12.0
func (*AddOrganizationGroupRequest) ProtoMessage()
func (*AddOrganizationGroupRequest) ProtoReflect ¶ added in v1.12.0
func (x *AddOrganizationGroupRequest) ProtoReflect() protoreflect.Message
func (*AddOrganizationGroupRequest) Reset ¶ added in v1.12.0
func (x *AddOrganizationGroupRequest) Reset()
func (*AddOrganizationGroupRequest) SetGroupName ¶ added in v1.49.0
func (x *AddOrganizationGroupRequest) SetGroupName(v string)
func (*AddOrganizationGroupRequest) SetOrganizationId ¶ added in v1.49.0
func (x *AddOrganizationGroupRequest) SetOrganizationId(v string)
func (*AddOrganizationGroupRequest) String ¶ added in v1.12.0
func (x *AddOrganizationGroupRequest) String() string
type AddOrganizationGroupRequest_builder ¶ added in v1.49.0
type AddOrganizationGroupRequest_builder struct { // The ID of the organization for which to add the group. OrganizationId string // The name of the group to add. GroupName string // contains filtered or unexported fields }
func (AddOrganizationGroupRequest_builder) Build ¶ added in v1.49.0
func (b0 AddOrganizationGroupRequest_builder) Build() *AddOrganizationGroupRequest
type AddOrganizationGroupResponse ¶ added in v1.12.0
type AddOrganizationGroupResponse struct {
// contains filtered or unexported fields
}
func (*AddOrganizationGroupResponse) ProtoMessage ¶ added in v1.12.0
func (*AddOrganizationGroupResponse) ProtoMessage()
func (*AddOrganizationGroupResponse) ProtoReflect ¶ added in v1.12.0
func (x *AddOrganizationGroupResponse) ProtoReflect() protoreflect.Message
func (*AddOrganizationGroupResponse) Reset ¶ added in v1.12.0
func (x *AddOrganizationGroupResponse) Reset()
func (*AddOrganizationGroupResponse) String ¶ added in v1.12.0
func (x *AddOrganizationGroupResponse) String() string
type AddOrganizationGroupResponse_builder ¶ added in v1.49.0
type AddOrganizationGroupResponse_builder struct {
// contains filtered or unexported fields
}
func (AddOrganizationGroupResponse_builder) Build ¶ added in v1.49.0
func (b0 AddOrganizationGroupResponse_builder) Build() *AddOrganizationGroupResponse
type AddOrganizationMemberRequest ¶ added in v1.0.0
type AddOrganizationMemberRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *AddOrganizationMemberRequest) SetOrganizationId(v string)
func (*AddOrganizationMemberRequest) SetOrganizationRole ¶ added in v1.49.0
func (x *AddOrganizationMemberRequest) SetOrganizationRole(v OrganizationRole)
func (*AddOrganizationMemberRequest) SetUserId ¶ added in v1.49.0
func (x *AddOrganizationMemberRequest) SetUserId(v string)
func (*AddOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *AddOrganizationMemberRequest) String() string
type AddOrganizationMemberRequest_builder ¶ added in v1.49.0
type AddOrganizationMemberRequest_builder struct { // The ID of the organization for which the user will be added to. OrganizationId string // The ID of the user for which to be added to the organization. UserId string // The new role of the user in the organization. OrganizationRole OrganizationRole // contains filtered or unexported fields }
func (AddOrganizationMemberRequest_builder) Build ¶ added in v1.49.0
func (b0 AddOrganizationMemberRequest_builder) Build() *AddOrganizationMemberRequest
type AddOrganizationMemberResponse ¶ added in v1.0.0
type AddOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
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 AddOrganizationMemberResponse_builder ¶ added in v1.49.0
type AddOrganizationMemberResponse_builder struct {
// contains filtered or unexported fields
}
func (AddOrganizationMemberResponse_builder) Build ¶ added in v1.49.0
func (b0 AddOrganizationMemberResponse_builder) Build() *AddOrganizationMemberResponse
type ArrayLiteral ¶ added in v1.30.0
type ArrayLiteral struct {
// contains filtered or unexported fields
}
ArrayLiteral represents an option value for a type that is a repeated field. Maps are also represented using an ArrayLiteral, where each map entry is a MessageLiteral that contains a key and value field.
func (*ArrayLiteral) GetElements ¶ added in v1.30.0
func (x *ArrayLiteral) GetElements() []*LiteralValue
func (*ArrayLiteral) ProtoMessage ¶ added in v1.30.0
func (*ArrayLiteral) ProtoMessage()
func (*ArrayLiteral) ProtoReflect ¶ added in v1.30.0
func (x *ArrayLiteral) ProtoReflect() protoreflect.Message
func (*ArrayLiteral) Reset ¶ added in v1.30.0
func (x *ArrayLiteral) Reset()
func (*ArrayLiteral) SetElements ¶ added in v1.49.0
func (x *ArrayLiteral) SetElements(v []*LiteralValue)
func (*ArrayLiteral) String ¶ added in v1.30.0
func (x *ArrayLiteral) String() string
type ArrayLiteral_builder ¶ added in v1.49.0
type ArrayLiteral_builder struct { Elements []*LiteralValue // contains filtered or unexported fields }
func (ArrayLiteral_builder) Build ¶ added in v1.49.0
func (b0 ArrayLiteral_builder) Build() *ArrayLiteral
type BinaryOutputOptions ¶ added in v1.10.0
type BinaryOutputOptions struct {
// contains filtered or unexported fields
}
func (*BinaryOutputOptions) ProtoMessage ¶ added in v1.10.0
func (*BinaryOutputOptions) ProtoMessage()
func (*BinaryOutputOptions) ProtoReflect ¶ added in v1.10.0
func (x *BinaryOutputOptions) ProtoReflect() protoreflect.Message
func (*BinaryOutputOptions) Reset ¶ added in v1.10.0
func (x *BinaryOutputOptions) Reset()
func (*BinaryOutputOptions) String ¶ added in v1.10.0
func (x *BinaryOutputOptions) String() string
type BinaryOutputOptions_builder ¶ added in v1.49.0
type BinaryOutputOptions_builder struct {
// contains filtered or unexported fields
}
func (BinaryOutputOptions_builder) Build ¶ added in v1.49.0
func (b0 BinaryOutputOptions_builder) Build() *BinaryOutputOptions
type BreakingChangeCategory ¶ added in v1.22.0
type BreakingChangeCategory int32
BreakingChangeCategory is the allowed list of categories for breaking rule settings.
const ( BreakingChangeCategory_BREAKING_CHANGE_CATEGORY_UNSPECIFIED BreakingChangeCategory = 0 BreakingChangeCategory_BREAKING_CHANGE_CATEGORY_FILE BreakingChangeCategory = 1 BreakingChangeCategory_BREAKING_CHANGE_CATEGORY_WIRE_JSON BreakingChangeCategory = 2 )
func (BreakingChangeCategory) Descriptor ¶ added in v1.22.0
func (BreakingChangeCategory) Descriptor() protoreflect.EnumDescriptor
func (BreakingChangeCategory) Enum ¶ added in v1.22.0
func (x BreakingChangeCategory) Enum() *BreakingChangeCategory
func (BreakingChangeCategory) Number ¶ added in v1.22.0
func (x BreakingChangeCategory) Number() protoreflect.EnumNumber
func (BreakingChangeCategory) String ¶ added in v1.22.0
func (x BreakingChangeCategory) String() string
func (BreakingChangeCategory) Type ¶ added in v1.22.0
func (BreakingChangeCategory) Type() protoreflect.EnumType
type BreakingChangePolicy ¶ added in v1.22.0
type BreakingChangePolicy struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*BreakingChangePolicy) ClearEnabled ¶ added in v1.49.0
func (x *BreakingChangePolicy) ClearEnabled()
func (*BreakingChangePolicy) ClearIgnoreUnstablePackages ¶ added in v1.49.0
func (x *BreakingChangePolicy) ClearIgnoreUnstablePackages()
func (*BreakingChangePolicy) GetCategory ¶ added in v1.22.0
func (x *BreakingChangePolicy) GetCategory() BreakingChangeCategory
func (*BreakingChangePolicy) GetEnabled ¶ added in v1.22.0
func (x *BreakingChangePolicy) GetEnabled() bool
func (*BreakingChangePolicy) GetIgnoreUnstablePackages ¶ added in v1.22.0
func (x *BreakingChangePolicy) GetIgnoreUnstablePackages() bool
func (*BreakingChangePolicy) HasEnabled ¶ added in v1.49.0
func (x *BreakingChangePolicy) HasEnabled() bool
func (*BreakingChangePolicy) HasIgnoreUnstablePackages ¶ added in v1.49.0
func (x *BreakingChangePolicy) HasIgnoreUnstablePackages() bool
func (*BreakingChangePolicy) ProtoMessage ¶ added in v1.22.0
func (*BreakingChangePolicy) ProtoMessage()
func (*BreakingChangePolicy) ProtoReflect ¶ added in v1.22.0
func (x *BreakingChangePolicy) ProtoReflect() protoreflect.Message
func (*BreakingChangePolicy) Reset ¶ added in v1.22.0
func (x *BreakingChangePolicy) Reset()
func (*BreakingChangePolicy) SetCategory ¶ added in v1.49.0
func (x *BreakingChangePolicy) SetCategory(v BreakingChangeCategory)
func (*BreakingChangePolicy) SetEnabled ¶ added in v1.49.0
func (x *BreakingChangePolicy) SetEnabled(v bool)
func (*BreakingChangePolicy) SetIgnoreUnstablePackages ¶ added in v1.49.0
func (x *BreakingChangePolicy) SetIgnoreUnstablePackages(v bool)
func (*BreakingChangePolicy) String ¶ added in v1.22.0
func (x *BreakingChangePolicy) String() string
type BreakingChangePolicy_builder ¶ added in v1.49.0
type BreakingChangePolicy_builder struct { Enabled *bool IgnoreUnstablePackages *bool Category BreakingChangeCategory // contains filtered or unexported fields }
func (BreakingChangePolicy_builder) Build ¶ added in v1.49.0
func (b0 BreakingChangePolicy_builder) Build() *BreakingChangePolicy
type CargoConfig ¶ added in v1.32.0
type CargoConfig struct {
// contains filtered or unexported fields
}
CargoConfig specifies the Cargo Registry configuration for a Rust plugin.
func (*CargoConfig) GetRuntimeLibraries ¶ added in v1.32.0
func (x *CargoConfig) GetRuntimeLibraries() []*CargoConfig_RuntimeLibrary
func (*CargoConfig) GetRustVersion ¶ added in v1.32.0
func (x *CargoConfig) GetRustVersion() string
func (*CargoConfig) ProtoMessage ¶ added in v1.32.0
func (*CargoConfig) ProtoMessage()
func (*CargoConfig) ProtoReflect ¶ added in v1.32.0
func (x *CargoConfig) ProtoReflect() protoreflect.Message
func (*CargoConfig) Reset ¶ added in v1.32.0
func (x *CargoConfig) Reset()
func (*CargoConfig) SetRuntimeLibraries ¶ added in v1.49.0
func (x *CargoConfig) SetRuntimeLibraries(v []*CargoConfig_RuntimeLibrary)
func (*CargoConfig) SetRustVersion ¶ added in v1.49.0
func (x *CargoConfig) SetRustVersion(v string)
func (*CargoConfig) String ¶ added in v1.32.0
func (x *CargoConfig) String() string
type CargoConfig_RuntimeLibrary ¶ added in v1.32.0
type CargoConfig_RuntimeLibrary struct {
// contains filtered or unexported fields
}
RuntimeLibrary specifies a runtime dependency for a generated crate. It is the subset of a full Cargo dependency specification, which contains fields that are irrelevant for Generated SDKs. Ref: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html
func (*CargoConfig_RuntimeLibrary) GetDefaultFeatures ¶ added in v1.32.0
func (x *CargoConfig_RuntimeLibrary) GetDefaultFeatures() bool
func (*CargoConfig_RuntimeLibrary) GetFeatures ¶ added in v1.32.0
func (x *CargoConfig_RuntimeLibrary) GetFeatures() []string
func (*CargoConfig_RuntimeLibrary) GetName ¶ added in v1.32.0
func (x *CargoConfig_RuntimeLibrary) GetName() string
func (*CargoConfig_RuntimeLibrary) GetVersionRequirement ¶ added in v1.32.0
func (x *CargoConfig_RuntimeLibrary) GetVersionRequirement() string
func (*CargoConfig_RuntimeLibrary) ProtoMessage ¶ added in v1.32.0
func (*CargoConfig_RuntimeLibrary) ProtoMessage()
func (*CargoConfig_RuntimeLibrary) ProtoReflect ¶ added in v1.32.0
func (x *CargoConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*CargoConfig_RuntimeLibrary) Reset ¶ added in v1.32.0
func (x *CargoConfig_RuntimeLibrary) Reset()
func (*CargoConfig_RuntimeLibrary) SetDefaultFeatures ¶ added in v1.49.0
func (x *CargoConfig_RuntimeLibrary) SetDefaultFeatures(v bool)
func (*CargoConfig_RuntimeLibrary) SetFeatures ¶ added in v1.49.0
func (x *CargoConfig_RuntimeLibrary) SetFeatures(v []string)
func (*CargoConfig_RuntimeLibrary) SetName ¶ added in v1.49.0
func (x *CargoConfig_RuntimeLibrary) SetName(v string)
func (*CargoConfig_RuntimeLibrary) SetVersionRequirement ¶ added in v1.49.0
func (x *CargoConfig_RuntimeLibrary) SetVersionRequirement(v string)
func (*CargoConfig_RuntimeLibrary) String ¶ added in v1.32.0
func (x *CargoConfig_RuntimeLibrary) String() string
type CargoConfig_RuntimeLibrary_builder ¶ added in v1.49.0
type CargoConfig_RuntimeLibrary_builder struct { // name specifies the name of the dependency. Name string // version_requirement specifies the version requirement of the dependency. VersionRequirement string // default_features specifies whether or not default features will be enabled for the dependency. DefaultFeatures bool // features specifies the features enabled for the dependency. Features []string // contains filtered or unexported fields }
func (CargoConfig_RuntimeLibrary_builder) Build ¶ added in v1.49.0
func (b0 CargoConfig_RuntimeLibrary_builder) Build() *CargoConfig_RuntimeLibrary
type CargoConfig_builder ¶ added in v1.49.0
type CargoConfig_builder struct { // rust_version specifies the minimum supported Rust version (MSRV) for the generated crate. // Ref: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field RustVersion string // runtime_libraries specifies the runtime dependencies for the generated crate. Optional. RuntimeLibraries []*CargoConfig_RuntimeLibrary // contains filtered or unexported fields }
func (CargoConfig_builder) Build ¶ added in v1.49.0
func (b0 CargoConfig_builder) Build() *CargoConfig
type CmakeConfig ¶ added in v1.35.0
type CmakeConfig struct {
// contains filtered or unexported fields
}
CmakeConfig is the configuration for a Cmake C++ plugin.
func (*CmakeConfig) ProtoMessage ¶ added in v1.35.0
func (*CmakeConfig) ProtoMessage()
func (*CmakeConfig) ProtoReflect ¶ added in v1.35.0
func (x *CmakeConfig) ProtoReflect() protoreflect.Message
func (*CmakeConfig) Reset ¶ added in v1.35.0
func (x *CmakeConfig) Reset()
func (*CmakeConfig) String ¶ added in v1.35.0
func (x *CmakeConfig) String() string
type CmakeConfig_builder ¶ added in v1.49.0
type CmakeConfig_builder struct {
// contains filtered or unexported fields
}
func (CmakeConfig_builder) Build ¶ added in v1.49.0
func (b0 CmakeConfig_builder) Build() *CmakeConfig
type Collision ¶ added in v1.24.0
type Collision struct {
// contains filtered or unexported fields
}
Collision is a collision that has occurred.
func (*Collision) GetHasOtherCollisionSources ¶ added in v1.24.0
func (*Collision) GetReference ¶ added in v1.24.0
func (*Collision) GetSources ¶ added in v1.24.0
func (x *Collision) GetSources() []*CollisionSource
func (*Collision) GetType ¶ added in v1.24.0
func (x *Collision) GetType() CollisionType
func (*Collision) ProtoMessage ¶ added in v1.24.0
func (*Collision) ProtoMessage()
func (*Collision) ProtoReflect ¶ added in v1.24.0
func (x *Collision) ProtoReflect() protoreflect.Message
func (*Collision) SetHasOtherCollisionSources ¶ added in v1.49.0
func (*Collision) SetReference ¶ added in v1.49.0
func (*Collision) SetSources ¶ added in v1.49.0
func (x *Collision) SetSources(v []*CollisionSource)
func (*Collision) SetType ¶ added in v1.49.0
func (x *Collision) SetType(v CollisionType)
type CollisionSource ¶ added in v1.24.0
type CollisionSource struct {
// contains filtered or unexported fields
}
CollisionSource is the source of a collision
func (*CollisionSource) GetOwnerName ¶ added in v1.24.0
func (x *CollisionSource) GetOwnerName() string
func (*CollisionSource) GetPath ¶ added in v1.24.0
func (x *CollisionSource) GetPath() string
func (*CollisionSource) GetRepositoryName ¶ added in v1.24.0
func (x *CollisionSource) GetRepositoryName() string
func (*CollisionSource) ProtoMessage ¶ added in v1.24.0
func (*CollisionSource) ProtoMessage()
func (*CollisionSource) ProtoReflect ¶ added in v1.24.0
func (x *CollisionSource) ProtoReflect() protoreflect.Message
func (*CollisionSource) Reset ¶ added in v1.24.0
func (x *CollisionSource) Reset()
func (*CollisionSource) SetOwnerName ¶ added in v1.49.0
func (x *CollisionSource) SetOwnerName(v string)
func (*CollisionSource) SetPath ¶ added in v1.49.0
func (x *CollisionSource) SetPath(v string)
func (*CollisionSource) SetRepositoryName ¶ added in v1.49.0
func (x *CollisionSource) SetRepositoryName(v string)
func (*CollisionSource) String ¶ added in v1.24.0
func (x *CollisionSource) String() string
type CollisionSource_builder ¶ added in v1.49.0
type CollisionSource_builder struct { // The name of the owner of the source. OwnerName string // The name of the repository of the source. RepositoryName string // The path of the file that is the source of the collision. Path string // contains filtered or unexported fields }
func (CollisionSource_builder) Build ¶ added in v1.49.0
func (b0 CollisionSource_builder) Build() *CollisionSource
type CollisionType ¶ added in v1.24.0
type CollisionType int32
CollisionType is the type of collisions that can occur.
const ( // Unspecified collision type. CollisionType_COLLISION_TYPE_UNSPECIFIED CollisionType = 0 // A fully qualified proto name CollisionType_COLLISION_TYPE_FULLY_QUALIFIED_NAME CollisionType = 1 // A proto file path CollisionType_COLLISION_TYPE_PATH CollisionType = 2 )
func (CollisionType) Descriptor ¶ added in v1.24.0
func (CollisionType) Descriptor() protoreflect.EnumDescriptor
func (CollisionType) Enum ¶ added in v1.24.0
func (x CollisionType) Enum() *CollisionType
func (CollisionType) Number ¶ added in v1.24.0
func (x CollisionType) Number() protoreflect.EnumNumber
func (CollisionType) String ¶ added in v1.24.0
func (x CollisionType) String() string
func (CollisionType) Type ¶ added in v1.24.0
func (CollisionType) Type() protoreflect.EnumType
type Collision_builder ¶ added in v1.49.0
type Collision_builder struct { // The reference that has collisions. Reference string // The type of collision. Type CollisionType // The sources of the collision that the user is authorized to see. Sources []*CollisionSource // Whether there are other collision sources that the user is not authorized to see. // The user should contact a server admin for more information about these collisions. HasOtherCollisionSources bool // contains filtered or unexported fields }
func (Collision_builder) Build ¶ added in v1.49.0
func (b0 Collision_builder) Build() *Collision
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) 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 ConvertMessageRequest ¶ added in v1.10.0
type ConvertMessageRequest struct {
// contains filtered or unexported fields
}
func (*ConvertMessageRequest) ClearOutputBinary ¶ added in v1.49.0
func (x *ConvertMessageRequest) ClearOutputBinary()
func (*ConvertMessageRequest) ClearOutputFormat ¶ added in v1.49.0
func (x *ConvertMessageRequest) ClearOutputFormat()
func (*ConvertMessageRequest) ClearOutputJson ¶ added in v1.49.0
func (x *ConvertMessageRequest) ClearOutputJson()
func (*ConvertMessageRequest) ClearOutputText ¶ added in v1.49.0
func (x *ConvertMessageRequest) ClearOutputText()
func (*ConvertMessageRequest) GetDiscardUnknown ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetDiscardUnknown() bool
func (*ConvertMessageRequest) GetInputData ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetInputData() []byte
func (*ConvertMessageRequest) GetInputFormat ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetInputFormat() Format
func (*ConvertMessageRequest) GetMessageName ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetMessageName() string
func (*ConvertMessageRequest) GetOutputBinary ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetOutputBinary() *BinaryOutputOptions
func (*ConvertMessageRequest) GetOutputJson ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetOutputJson() *JSONOutputOptions
func (*ConvertMessageRequest) GetOutputText ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetOutputText() *TextOutputOptions
func (*ConvertMessageRequest) GetOwner ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetOwner() string
func (*ConvertMessageRequest) GetRepository ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetRepository() string
func (*ConvertMessageRequest) GetVersion ¶ added in v1.10.0
func (x *ConvertMessageRequest) GetVersion() string
func (*ConvertMessageRequest) HasOutputBinary ¶ added in v1.49.0
func (x *ConvertMessageRequest) HasOutputBinary() bool
func (*ConvertMessageRequest) HasOutputFormat ¶ added in v1.49.0
func (x *ConvertMessageRequest) HasOutputFormat() bool
func (*ConvertMessageRequest) HasOutputJson ¶ added in v1.49.0
func (x *ConvertMessageRequest) HasOutputJson() bool
func (*ConvertMessageRequest) HasOutputText ¶ added in v1.49.0
func (x *ConvertMessageRequest) HasOutputText() bool
func (*ConvertMessageRequest) ProtoMessage ¶ added in v1.10.0
func (*ConvertMessageRequest) ProtoMessage()
func (*ConvertMessageRequest) ProtoReflect ¶ added in v1.10.0
func (x *ConvertMessageRequest) ProtoReflect() protoreflect.Message
func (*ConvertMessageRequest) Reset ¶ added in v1.10.0
func (x *ConvertMessageRequest) Reset()
func (*ConvertMessageRequest) SetDiscardUnknown ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetDiscardUnknown(v bool)
func (*ConvertMessageRequest) SetInputData ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetInputData(v []byte)
func (*ConvertMessageRequest) SetInputFormat ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetInputFormat(v Format)
func (*ConvertMessageRequest) SetMessageName ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetMessageName(v string)
func (*ConvertMessageRequest) SetOutputBinary ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetOutputBinary(v *BinaryOutputOptions)
func (*ConvertMessageRequest) SetOutputJson ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetOutputJson(v *JSONOutputOptions)
func (*ConvertMessageRequest) SetOutputText ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetOutputText(v *TextOutputOptions)
func (*ConvertMessageRequest) SetOwner ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetOwner(v string)
func (*ConvertMessageRequest) SetRepository ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetRepository(v string)
func (*ConvertMessageRequest) SetVersion ¶ added in v1.49.0
func (x *ConvertMessageRequest) SetVersion(v string)
func (*ConvertMessageRequest) String ¶ added in v1.10.0
func (x *ConvertMessageRequest) String() string
func (*ConvertMessageRequest) WhichOutputFormat ¶ added in v1.49.0
func (x *ConvertMessageRequest) WhichOutputFormat() case_ConvertMessageRequest_OutputFormat
type ConvertMessageRequest_builder ¶ added in v1.49.0
type ConvertMessageRequest_builder struct { // The owner of the repo that contains the schema to retrieve (a user name or // organization name). Owner string // The name of the repo that contains the schema to retrieve. Repository string // Optional version of the repo. This can be a tag or branch name or a commit. // If unspecified, defaults to latest version on the repo's "main" branch. Version string // The fully-qualified name of the message. Required. MessageName string // The format of the input data. Required. InputFormat Format // The input data that is to be converted. Required. This must be // a valid encoding of type indicated by message_name in the format // indicated by input_format. InputData []byte // If true, any unresolvable fields in the input are discarded. For // formats other than FORMAT_BINARY, this means that the operation // will fail if the input contains unrecognized field names. For // FORMAT_BINARY, unrecognized fields can be retained and possibly // included in the reformatted output (depending on the requested // output format). DiscardUnknown bool // Fields of oneof xxx_hidden_OutputFormat: OutputBinary *BinaryOutputOptions OutputJson *JSONOutputOptions OutputText *TextOutputOptions // contains filtered or unexported fields }
func (ConvertMessageRequest_builder) Build ¶ added in v1.49.0
func (b0 ConvertMessageRequest_builder) Build() *ConvertMessageRequest
type ConvertMessageResponse ¶ added in v1.10.0
type ConvertMessageResponse struct {
// contains filtered or unexported fields
}
func (*ConvertMessageResponse) GetCommit ¶ added in v1.10.0
func (x *ConvertMessageResponse) GetCommit() string
func (*ConvertMessageResponse) GetOutputData ¶ added in v1.10.0
func (x *ConvertMessageResponse) GetOutputData() []byte
func (*ConvertMessageResponse) ProtoMessage ¶ added in v1.10.0
func (*ConvertMessageResponse) ProtoMessage()
func (*ConvertMessageResponse) ProtoReflect ¶ added in v1.10.0
func (x *ConvertMessageResponse) ProtoReflect() protoreflect.Message
func (*ConvertMessageResponse) Reset ¶ added in v1.10.0
func (x *ConvertMessageResponse) Reset()
func (*ConvertMessageResponse) SetCommit ¶ added in v1.49.0
func (x *ConvertMessageResponse) SetCommit(v string)
func (*ConvertMessageResponse) SetOutputData ¶ added in v1.49.0
func (x *ConvertMessageResponse) SetOutputData(v []byte)
func (*ConvertMessageResponse) String ¶ added in v1.10.0
func (x *ConvertMessageResponse) String() string
type ConvertMessageResponse_builder ¶ added in v1.49.0
type ConvertMessageResponse_builder struct { // The resolved version of the schema. If the requested version was a commit, // this value is the same as that. If the requested version referred to a tag // or branch, this is the commit for that tag or latest commit for that // branch. If the request did not include any version, this is the latest // version for the module's main branch. Commit string // The reformatted data. OutputData []byte // contains filtered or unexported fields }
func (ConvertMessageResponse_builder) Build ¶ added in v1.49.0
func (b0 ConvertMessageResponse_builder) Build() *ConvertMessageResponse
type ConvertRequest ¶ added in v1.1.0
type ConvertRequest struct {
// contains filtered or unexported fields
}
func (*ConvertRequest) ClearImage ¶ added in v1.49.0
func (x *ConvertRequest) ClearImage()
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) HasImage ¶ added in v1.49.0
func (x *ConvertRequest) HasImage() bool
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) SetImage ¶ added in v1.49.0
func (x *ConvertRequest) SetImage(v *v1.Image)
func (*ConvertRequest) SetPayload ¶ added in v1.49.0
func (x *ConvertRequest) SetPayload(v []byte)
func (*ConvertRequest) SetRequestFormat ¶ added in v1.49.0
func (x *ConvertRequest) SetRequestFormat(v ConvertFormat)
func (*ConvertRequest) SetResponseFormat ¶ added in v1.49.0
func (x *ConvertRequest) SetResponseFormat(v ConvertFormat)
func (*ConvertRequest) SetTypeName ¶ added in v1.49.0
func (x *ConvertRequest) SetTypeName(v string)
func (*ConvertRequest) String ¶ added in v1.1.0
func (x *ConvertRequest) String() string
type ConvertRequest_builder ¶ added in v1.49.0
type ConvertRequest_builder struct { // type_name is the full type name of the serialized message (like acme.weather.v1.Units). TypeName string // image is the image source that defines the serialized message. Image *v1.Image // payload is the serialized Protobuf message. Payload []byte // request_format is the format of the payload. RequestFormat ConvertFormat // response_format is the desired format of the output result. ResponseFormat ConvertFormat // contains filtered or unexported fields }
func (ConvertRequest_builder) Build ¶ added in v1.49.0
func (b0 ConvertRequest_builder) Build() *ConvertRequest
type ConvertResponse ¶ added in v1.1.0
type ConvertResponse struct {
// contains filtered or unexported fields
}
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) SetPayload ¶ added in v1.49.0
func (x *ConvertResponse) SetPayload(v []byte)
func (*ConvertResponse) String ¶ added in v1.1.0
func (x *ConvertResponse) String() string
type ConvertResponse_builder ¶ added in v1.49.0
type ConvertResponse_builder struct { // payload is the converted serialized message in one of the supported formats. Payload []byte // contains filtered or unexported fields }
func (ConvertResponse_builder) Build ¶ added in v1.49.0
func (b0 ConvertResponse_builder) Build() *ConvertResponse
type CountUsersRequest ¶ added in v1.0.0
type CountUsersRequest struct {
// contains filtered or unexported fields
}
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) SetUserStateFilter ¶ added in v1.49.0
func (x *CountUsersRequest) SetUserStateFilter(v UserState)
func (*CountUsersRequest) String ¶ added in v1.0.0
func (x *CountUsersRequest) String() string
type CountUsersRequest_builder ¶ added in v1.49.0
type CountUsersRequest_builder struct { // If the user_state_filter is unspecified, all users are included. UserStateFilter UserState // contains filtered or unexported fields }
func (CountUsersRequest_builder) Build ¶ added in v1.49.0
func (b0 CountUsersRequest_builder) Build() *CountUsersRequest
type CountUsersResponse ¶ added in v1.0.0
type CountUsersResponse struct {
// contains filtered or unexported fields
}
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) SetTotalCount ¶ added in v1.49.0
func (x *CountUsersResponse) SetTotalCount(v uint32)
func (*CountUsersResponse) String ¶ added in v1.0.0
func (x *CountUsersResponse) String() string
type CountUsersResponse_builder ¶ added in v1.49.0
type CountUsersResponse_builder struct { TotalCount uint32 // contains filtered or unexported fields }
func (CountUsersResponse_builder) Build ¶ added in v1.49.0
func (b0 CountUsersResponse_builder) Build() *CountUsersResponse
type CreateCuratedPluginRequest ¶ added in v1.7.0
type CreateCuratedPluginRequest struct {
// contains filtered or unexported fields
}
func (*CreateCuratedPluginRequest) ClearRegistryConfig ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) ClearRegistryConfig()
func (*CreateCuratedPluginRequest) GetContainerImageDigest ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) GetContainerImageDigest() string
func (*CreateCuratedPluginRequest) GetDependencies ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) GetDependencies() []*CuratedPluginReference
func (*CreateCuratedPluginRequest) GetDeprecated ¶ added in v1.46.0
func (x *CreateCuratedPluginRequest) GetDeprecated() bool
func (*CreateCuratedPluginRequest) GetDescription ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) GetDescription() string
func (*CreateCuratedPluginRequest) GetIntegrationGuideUrl ¶ added in v1.27.2
func (x *CreateCuratedPluginRequest) GetIntegrationGuideUrl() string
func (*CreateCuratedPluginRequest) GetLicenseUrl ¶ added in v1.10.0
func (x *CreateCuratedPluginRequest) GetLicenseUrl() string
func (*CreateCuratedPluginRequest) GetName ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) GetName() string
func (*CreateCuratedPluginRequest) GetOutputLanguages ¶ added in v1.8.0
func (x *CreateCuratedPluginRequest) GetOutputLanguages() []PluginLanguage
func (*CreateCuratedPluginRequest) GetOwner ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) GetOwner() string
func (*CreateCuratedPluginRequest) GetRegistryConfig ¶ added in v1.8.0
func (x *CreateCuratedPluginRequest) GetRegistryConfig() *RegistryConfig
func (*CreateCuratedPluginRequest) GetRegistryType ¶ added in v1.8.0
func (x *CreateCuratedPluginRequest) GetRegistryType() PluginRegistryType
func (*CreateCuratedPluginRequest) GetRevision ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) GetRevision() uint32
func (*CreateCuratedPluginRequest) GetSourceUrl ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) GetSourceUrl() string
func (*CreateCuratedPluginRequest) GetSpdxLicenseId ¶ added in v1.9.0
func (x *CreateCuratedPluginRequest) GetSpdxLicenseId() string
func (*CreateCuratedPluginRequest) GetVersion ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) GetVersion() string
func (*CreateCuratedPluginRequest) GetVisibility ¶ added in v1.16.0
func (x *CreateCuratedPluginRequest) GetVisibility() CuratedPluginVisibility
func (*CreateCuratedPluginRequest) HasRegistryConfig ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) HasRegistryConfig() bool
func (*CreateCuratedPluginRequest) ProtoMessage ¶ added in v1.7.0
func (*CreateCuratedPluginRequest) ProtoMessage()
func (*CreateCuratedPluginRequest) ProtoReflect ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) ProtoReflect() protoreflect.Message
func (*CreateCuratedPluginRequest) Reset ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) Reset()
func (*CreateCuratedPluginRequest) SetContainerImageDigest ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetContainerImageDigest(v string)
func (*CreateCuratedPluginRequest) SetDependencies ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetDependencies(v []*CuratedPluginReference)
func (*CreateCuratedPluginRequest) SetDeprecated ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetDeprecated(v bool)
func (*CreateCuratedPluginRequest) SetDescription ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetDescription(v string)
func (*CreateCuratedPluginRequest) SetIntegrationGuideUrl ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetIntegrationGuideUrl(v string)
func (*CreateCuratedPluginRequest) SetLicenseUrl ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetLicenseUrl(v string)
func (*CreateCuratedPluginRequest) SetName ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetName(v string)
func (*CreateCuratedPluginRequest) SetOutputLanguages ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetOutputLanguages(v []PluginLanguage)
func (*CreateCuratedPluginRequest) SetOwner ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetOwner(v string)
func (*CreateCuratedPluginRequest) SetRegistryConfig ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetRegistryConfig(v *RegistryConfig)
func (*CreateCuratedPluginRequest) SetRegistryType ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetRegistryType(v PluginRegistryType)
func (*CreateCuratedPluginRequest) SetRevision ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetRevision(v uint32)
func (*CreateCuratedPluginRequest) SetSourceUrl ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetSourceUrl(v string)
func (*CreateCuratedPluginRequest) SetSpdxLicenseId ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetSpdxLicenseId(v string)
func (*CreateCuratedPluginRequest) SetVersion ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetVersion(v string)
func (*CreateCuratedPluginRequest) SetVisibility ¶ added in v1.49.0
func (x *CreateCuratedPluginRequest) SetVisibility(v CuratedPluginVisibility)
func (*CreateCuratedPluginRequest) String ¶ added in v1.7.0
func (x *CreateCuratedPluginRequest) String() string
type CreateCuratedPluginRequest_builder ¶ added in v1.49.0
type CreateCuratedPluginRequest_builder struct { // The owner of the plugin, i.e. "library". Owner string // The name of the plugin, i.e. "connect-go". Name string // The optional registry type of the plugin. RegistryType PluginRegistryType // Semver-formatted plugin version. Version string // The full container image digest associated with this plugin version including // the algorithm. // Ref: https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests ContainerImageDigest string // List of plugin dependencies. Dependencies []*CuratedPluginReference // The URL leading to the source code of the plugin, if available. SourceUrl string // A brief description of the plugin functionality. Description string // The configuration for the remote registry of the plugin. RegistryConfig *RegistryConfig // The revision for this plugin version. Revision uint32 // The output languages supported by the plugin. OutputLanguages []PluginLanguage // spdx_license_id is the license of the plugin, which should be one of the identifiers // defined in https://spdx.org/licenses SpdxLicenseId string // license_url specifies an optional URL for the plugin's license (if not using a standard spdx_license_id). LicenseUrl string // Visibility indicates whether the plugin is public or private. Visibility CuratedPluginVisibility // The URL leading to the integration guide of the plugin, if available. IntegrationGuideUrl string // The deprecation status of the plugin. Deprecated bool // contains filtered or unexported fields }
func (CreateCuratedPluginRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateCuratedPluginRequest_builder) Build() *CreateCuratedPluginRequest
type CreateCuratedPluginResponse ¶ added in v1.7.0
type CreateCuratedPluginResponse struct {
// contains filtered or unexported fields
}
func (*CreateCuratedPluginResponse) ClearConfiguration ¶ added in v1.49.0
func (x *CreateCuratedPluginResponse) ClearConfiguration()
func (*CreateCuratedPluginResponse) GetConfiguration ¶ added in v1.7.0
func (x *CreateCuratedPluginResponse) GetConfiguration() *CuratedPlugin
func (*CreateCuratedPluginResponse) HasConfiguration ¶ added in v1.49.0
func (x *CreateCuratedPluginResponse) HasConfiguration() bool
func (*CreateCuratedPluginResponse) ProtoMessage ¶ added in v1.7.0
func (*CreateCuratedPluginResponse) ProtoMessage()
func (*CreateCuratedPluginResponse) ProtoReflect ¶ added in v1.7.0
func (x *CreateCuratedPluginResponse) ProtoReflect() protoreflect.Message
func (*CreateCuratedPluginResponse) Reset ¶ added in v1.7.0
func (x *CreateCuratedPluginResponse) Reset()
func (*CreateCuratedPluginResponse) SetConfiguration ¶ added in v1.49.0
func (x *CreateCuratedPluginResponse) SetConfiguration(v *CuratedPlugin)
func (*CreateCuratedPluginResponse) String ¶ added in v1.7.0
func (x *CreateCuratedPluginResponse) String() string
type CreateCuratedPluginResponse_builder ¶ added in v1.49.0
type CreateCuratedPluginResponse_builder struct { // The created plugin. Configuration *CuratedPlugin // contains filtered or unexported fields }
func (CreateCuratedPluginResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateCuratedPluginResponse_builder) Build() *CreateCuratedPluginResponse
type CreateMachineUserRequest ¶ added in v1.10.0
type CreateMachineUserRequest struct {
// contains filtered or unexported fields
}
func (*CreateMachineUserRequest) GetUsername ¶ added in v1.10.0
func (x *CreateMachineUserRequest) GetUsername() string
func (*CreateMachineUserRequest) ProtoMessage ¶ added in v1.10.0
func (*CreateMachineUserRequest) ProtoMessage()
func (*CreateMachineUserRequest) ProtoReflect ¶ added in v1.10.0
func (x *CreateMachineUserRequest) ProtoReflect() protoreflect.Message
func (*CreateMachineUserRequest) Reset ¶ added in v1.10.0
func (x *CreateMachineUserRequest) Reset()
func (*CreateMachineUserRequest) SetUsername ¶ added in v1.49.0
func (x *CreateMachineUserRequest) SetUsername(v string)
func (*CreateMachineUserRequest) String ¶ added in v1.10.0
func (x *CreateMachineUserRequest) String() string
type CreateMachineUserRequest_builder ¶ added in v1.49.0
type CreateMachineUserRequest_builder struct { Username string // contains filtered or unexported fields }
func (CreateMachineUserRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateMachineUserRequest_builder) Build() *CreateMachineUserRequest
type CreateMachineUserResponse ¶ added in v1.10.0
type CreateMachineUserResponse struct {
// contains filtered or unexported fields
}
func (*CreateMachineUserResponse) ClearUser ¶ added in v1.49.0
func (x *CreateMachineUserResponse) ClearUser()
func (*CreateMachineUserResponse) GetUser ¶ added in v1.10.0
func (x *CreateMachineUserResponse) GetUser() *User
func (*CreateMachineUserResponse) HasUser ¶ added in v1.49.0
func (x *CreateMachineUserResponse) HasUser() bool
func (*CreateMachineUserResponse) ProtoMessage ¶ added in v1.10.0
func (*CreateMachineUserResponse) ProtoMessage()
func (*CreateMachineUserResponse) ProtoReflect ¶ added in v1.10.0
func (x *CreateMachineUserResponse) ProtoReflect() protoreflect.Message
func (*CreateMachineUserResponse) Reset ¶ added in v1.10.0
func (x *CreateMachineUserResponse) Reset()
func (*CreateMachineUserResponse) SetUser ¶ added in v1.49.0
func (x *CreateMachineUserResponse) SetUser(v *User)
func (*CreateMachineUserResponse) String ¶ added in v1.10.0
func (x *CreateMachineUserResponse) String() string
type CreateMachineUserResponse_builder ¶ added in v1.49.0
type CreateMachineUserResponse_builder struct { User *User // contains filtered or unexported fields }
func (CreateMachineUserResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateMachineUserResponse_builder) Build() *CreateMachineUserResponse
type CreateOrganizationRequest ¶
type CreateOrganizationRequest struct {
// contains filtered or unexported fields
}
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) SetName ¶ added in v1.49.0
func (x *CreateOrganizationRequest) SetName(v string)
func (*CreateOrganizationRequest) String ¶
func (x *CreateOrganizationRequest) String() string
type CreateOrganizationRequest_builder ¶ added in v1.49.0
type CreateOrganizationRequest_builder struct { // Must be unique across organizations. Name string // contains filtered or unexported fields }
func (CreateOrganizationRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateOrganizationRequest_builder) Build() *CreateOrganizationRequest
type CreateOrganizationResponse ¶
type CreateOrganizationResponse struct {
// contains filtered or unexported fields
}
func (*CreateOrganizationResponse) ClearOrganization ¶ added in v1.49.0
func (x *CreateOrganizationResponse) ClearOrganization()
func (*CreateOrganizationResponse) GetOrganization ¶
func (x *CreateOrganizationResponse) GetOrganization() *Organization
func (*CreateOrganizationResponse) HasOrganization ¶ added in v1.49.0
func (x *CreateOrganizationResponse) HasOrganization() bool
func (*CreateOrganizationResponse) ProtoMessage ¶
func (*CreateOrganizationResponse) ProtoMessage()
func (*CreateOrganizationResponse) ProtoReflect ¶
func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationResponse) Reset ¶
func (x *CreateOrganizationResponse) Reset()
func (*CreateOrganizationResponse) SetOrganization ¶ added in v1.49.0
func (x *CreateOrganizationResponse) SetOrganization(v *Organization)
func (*CreateOrganizationResponse) String ¶
func (x *CreateOrganizationResponse) String() string
type CreateOrganizationResponse_builder ¶ added in v1.49.0
type CreateOrganizationResponse_builder struct { Organization *Organization // contains filtered or unexported fields }
func (CreateOrganizationResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateOrganizationResponse_builder) Build() *CreateOrganizationResponse
type CreateRepositoryByFullNameRequest ¶
type CreateRepositoryByFullNameRequest struct {
// contains filtered or unexported fields
}
func (*CreateRepositoryByFullNameRequest) GetFullName ¶
func (x *CreateRepositoryByFullNameRequest) GetFullName() string
func (*CreateRepositoryByFullNameRequest) GetVisibility ¶
func (x *CreateRepositoryByFullNameRequest) GetVisibility() Visibility
func (*CreateRepositoryByFullNameRequest) ProtoMessage ¶
func (*CreateRepositoryByFullNameRequest) ProtoMessage()
func (*CreateRepositoryByFullNameRequest) ProtoReflect ¶
func (x *CreateRepositoryByFullNameRequest) ProtoReflect() protoreflect.Message
func (*CreateRepositoryByFullNameRequest) Reset ¶
func (x *CreateRepositoryByFullNameRequest) Reset()
func (*CreateRepositoryByFullNameRequest) SetFullName ¶ added in v1.49.0
func (x *CreateRepositoryByFullNameRequest) SetFullName(v string)
func (*CreateRepositoryByFullNameRequest) SetVisibility ¶ added in v1.49.0
func (x *CreateRepositoryByFullNameRequest) SetVisibility(v Visibility)
func (*CreateRepositoryByFullNameRequest) String ¶
func (x *CreateRepositoryByFullNameRequest) String() string
type CreateRepositoryByFullNameRequest_builder ¶ added in v1.49.0
type CreateRepositoryByFullNameRequest_builder struct { // Must be unique across repositories. FullName string Visibility Visibility // contains filtered or unexported fields }
func (CreateRepositoryByFullNameRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateRepositoryByFullNameRequest_builder) Build() *CreateRepositoryByFullNameRequest
type CreateRepositoryByFullNameResponse ¶
type CreateRepositoryByFullNameResponse struct {
// contains filtered or unexported fields
}
func (*CreateRepositoryByFullNameResponse) ClearRepository ¶ added in v1.49.0
func (x *CreateRepositoryByFullNameResponse) ClearRepository()
func (*CreateRepositoryByFullNameResponse) GetRepository ¶
func (x *CreateRepositoryByFullNameResponse) GetRepository() *Repository
func (*CreateRepositoryByFullNameResponse) HasRepository ¶ added in v1.49.0
func (x *CreateRepositoryByFullNameResponse) HasRepository() bool
func (*CreateRepositoryByFullNameResponse) ProtoMessage ¶
func (*CreateRepositoryByFullNameResponse) ProtoMessage()
func (*CreateRepositoryByFullNameResponse) ProtoReflect ¶
func (x *CreateRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
func (*CreateRepositoryByFullNameResponse) Reset ¶
func (x *CreateRepositoryByFullNameResponse) Reset()
func (*CreateRepositoryByFullNameResponse) SetRepository ¶ added in v1.49.0
func (x *CreateRepositoryByFullNameResponse) SetRepository(v *Repository)
func (*CreateRepositoryByFullNameResponse) String ¶
func (x *CreateRepositoryByFullNameResponse) String() string
type CreateRepositoryByFullNameResponse_builder ¶ added in v1.49.0
type CreateRepositoryByFullNameResponse_builder struct { Repository *Repository // contains filtered or unexported fields }
func (CreateRepositoryByFullNameResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateRepositoryByFullNameResponse_builder) Build() *CreateRepositoryByFullNameResponse
type CreateRepositoryTagRequest ¶
type CreateRepositoryTagRequest struct {
// contains filtered or unexported fields
}
func (*CreateRepositoryTagRequest) GetCommitName ¶
func (x *CreateRepositoryTagRequest) GetCommitName() string
func (*CreateRepositoryTagRequest) GetName ¶
func (x *CreateRepositoryTagRequest) GetName() string
func (*CreateRepositoryTagRequest) GetRepositoryId ¶
func (x *CreateRepositoryTagRequest) GetRepositoryId() string
func (*CreateRepositoryTagRequest) ProtoMessage ¶
func (*CreateRepositoryTagRequest) ProtoMessage()
func (*CreateRepositoryTagRequest) ProtoReflect ¶
func (x *CreateRepositoryTagRequest) ProtoReflect() protoreflect.Message
func (*CreateRepositoryTagRequest) Reset ¶
func (x *CreateRepositoryTagRequest) Reset()
func (*CreateRepositoryTagRequest) SetCommitName ¶ added in v1.49.0
func (x *CreateRepositoryTagRequest) SetCommitName(v string)
func (*CreateRepositoryTagRequest) SetName ¶ added in v1.49.0
func (x *CreateRepositoryTagRequest) SetName(v string)
func (*CreateRepositoryTagRequest) SetRepositoryId ¶ added in v1.49.0
func (x *CreateRepositoryTagRequest) SetRepositoryId(v string)
func (*CreateRepositoryTagRequest) String ¶
func (x *CreateRepositoryTagRequest) String() string
type CreateRepositoryTagRequest_builder ¶ added in v1.49.0
type CreateRepositoryTagRequest_builder struct { // The ID of the repository this tag should be created on. RepositoryId string // The name of the repository tag, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403". Name string // The name of the commit this tag should be created for. CommitName string // contains filtered or unexported fields }
func (CreateRepositoryTagRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateRepositoryTagRequest_builder) Build() *CreateRepositoryTagRequest
type CreateRepositoryTagResponse ¶
type CreateRepositoryTagResponse struct {
// contains filtered or unexported fields
}
func (*CreateRepositoryTagResponse) ClearRepositoryTag ¶ added in v1.49.0
func (x *CreateRepositoryTagResponse) ClearRepositoryTag()
func (*CreateRepositoryTagResponse) GetRepositoryTag ¶
func (x *CreateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
func (*CreateRepositoryTagResponse) HasRepositoryTag ¶ added in v1.49.0
func (x *CreateRepositoryTagResponse) HasRepositoryTag() bool
func (*CreateRepositoryTagResponse) ProtoMessage ¶
func (*CreateRepositoryTagResponse) ProtoMessage()
func (*CreateRepositoryTagResponse) ProtoReflect ¶
func (x *CreateRepositoryTagResponse) ProtoReflect() protoreflect.Message
func (*CreateRepositoryTagResponse) Reset ¶
func (x *CreateRepositoryTagResponse) Reset()
func (*CreateRepositoryTagResponse) SetRepositoryTag ¶ added in v1.49.0
func (x *CreateRepositoryTagResponse) SetRepositoryTag(v *RepositoryTag)
func (*CreateRepositoryTagResponse) String ¶
func (x *CreateRepositoryTagResponse) String() string
type CreateRepositoryTagResponse_builder ¶ added in v1.49.0
type CreateRepositoryTagResponse_builder struct { RepositoryTag *RepositoryTag // contains filtered or unexported fields }
func (CreateRepositoryTagResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateRepositoryTagResponse_builder) Build() *CreateRepositoryTagResponse
type CreateSCIMTokenRequest ¶ added in v1.15.1
type CreateSCIMTokenRequest struct {
// contains filtered or unexported fields
}
func (*CreateSCIMTokenRequest) ClearExpireTime ¶ added in v1.49.0
func (x *CreateSCIMTokenRequest) ClearExpireTime()
func (*CreateSCIMTokenRequest) GetExpireTime ¶ added in v1.15.1
func (x *CreateSCIMTokenRequest) GetExpireTime() *timestamppb.Timestamp
func (*CreateSCIMTokenRequest) HasExpireTime ¶ added in v1.49.0
func (x *CreateSCIMTokenRequest) HasExpireTime() bool
func (*CreateSCIMTokenRequest) ProtoMessage ¶ added in v1.15.1
func (*CreateSCIMTokenRequest) ProtoMessage()
func (*CreateSCIMTokenRequest) ProtoReflect ¶ added in v1.15.1
func (x *CreateSCIMTokenRequest) ProtoReflect() protoreflect.Message
func (*CreateSCIMTokenRequest) Reset ¶ added in v1.15.1
func (x *CreateSCIMTokenRequest) Reset()
func (*CreateSCIMTokenRequest) SetExpireTime ¶ added in v1.49.0
func (x *CreateSCIMTokenRequest) SetExpireTime(v *timestamppb.Timestamp)
func (*CreateSCIMTokenRequest) String ¶ added in v1.15.1
func (x *CreateSCIMTokenRequest) String() string
type CreateSCIMTokenRequest_builder ¶ added in v1.49.0
type CreateSCIMTokenRequest_builder struct { // The time until which the token should be valid. // Must be in the future. May be null for no expiry. ExpireTime *timestamppb.Timestamp // contains filtered or unexported fields }
func (CreateSCIMTokenRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateSCIMTokenRequest_builder) Build() *CreateSCIMTokenRequest
type CreateSCIMTokenResponse ¶ added in v1.15.1
type CreateSCIMTokenResponse struct {
// contains filtered or unexported fields
}
func (*CreateSCIMTokenResponse) GetToken ¶ added in v1.15.1
func (x *CreateSCIMTokenResponse) GetToken() string
func (*CreateSCIMTokenResponse) ProtoMessage ¶ added in v1.15.1
func (*CreateSCIMTokenResponse) ProtoMessage()
func (*CreateSCIMTokenResponse) ProtoReflect ¶ added in v1.15.1
func (x *CreateSCIMTokenResponse) ProtoReflect() protoreflect.Message
func (*CreateSCIMTokenResponse) Reset ¶ added in v1.15.1
func (x *CreateSCIMTokenResponse) Reset()
func (*CreateSCIMTokenResponse) SetToken ¶ added in v1.49.0
func (x *CreateSCIMTokenResponse) SetToken(v string)
func (*CreateSCIMTokenResponse) String ¶ added in v1.15.1
func (x *CreateSCIMTokenResponse) String() string
type CreateSCIMTokenResponse_builder ¶ added in v1.49.0
type CreateSCIMTokenResponse_builder struct { // The plaintext token to use for authentication. Token string // contains filtered or unexported fields }
func (CreateSCIMTokenResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateSCIMTokenResponse_builder) Build() *CreateSCIMTokenResponse
type CreateStudioRequestRequest ¶ added in v1.8.0
type CreateStudioRequestRequest struct {
// contains filtered or unexported fields
}
CreateStudioRequestRequest is the proto request representation of the CreateStudioRequest method.
func (*CreateStudioRequestRequest) GetAgentUrl ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetAgentUrl() string
func (*CreateStudioRequestRequest) GetBody ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetBody() string
func (*CreateStudioRequestRequest) GetHeaders ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetHeaders() map[string]string
func (*CreateStudioRequestRequest) GetIncludeCookies ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetIncludeCookies() bool
func (*CreateStudioRequestRequest) GetMethod ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetMethod() string
func (*CreateStudioRequestRequest) GetName ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetName() string
func (*CreateStudioRequestRequest) GetProtocol ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetProtocol() StudioProtocol
func (*CreateStudioRequestRequest) GetRepositoryName ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetRepositoryName() string
func (*CreateStudioRequestRequest) GetRepositoryOwner ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetRepositoryOwner() string
func (*CreateStudioRequestRequest) GetService ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetService() string
func (*CreateStudioRequestRequest) GetTargetBaseUrl ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) GetTargetBaseUrl() string
func (*CreateStudioRequestRequest) ProtoMessage ¶ added in v1.8.0
func (*CreateStudioRequestRequest) ProtoMessage()
func (*CreateStudioRequestRequest) ProtoReflect ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) ProtoReflect() protoreflect.Message
func (*CreateStudioRequestRequest) Reset ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) Reset()
func (*CreateStudioRequestRequest) SetAgentUrl ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetAgentUrl(v string)
func (*CreateStudioRequestRequest) SetBody ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetBody(v string)
func (*CreateStudioRequestRequest) SetHeaders ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetHeaders(v map[string]string)
func (*CreateStudioRequestRequest) SetIncludeCookies ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetIncludeCookies(v bool)
func (*CreateStudioRequestRequest) SetMethod ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetMethod(v string)
func (*CreateStudioRequestRequest) SetName ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetName(v string)
func (*CreateStudioRequestRequest) SetProtocol ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetProtocol(v StudioProtocol)
func (*CreateStudioRequestRequest) SetRepositoryName ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetRepositoryName(v string)
func (*CreateStudioRequestRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetRepositoryOwner(v string)
func (*CreateStudioRequestRequest) SetService ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetService(v string)
func (*CreateStudioRequestRequest) SetTargetBaseUrl ¶ added in v1.49.0
func (x *CreateStudioRequestRequest) SetTargetBaseUrl(v string)
func (*CreateStudioRequestRequest) String ¶ added in v1.8.0
func (x *CreateStudioRequestRequest) String() string
type CreateStudioRequestRequest_builder ¶ added in v1.49.0
type CreateStudioRequestRequest_builder struct { // The linked BSR repository owner name (user or organization). RepositoryOwner string // The linked BSR repository name. RepositoryName string // The friendly name of this request. Name string // The target base URL of this request. TargetBaseUrl string // The target service name as defined in the BSR repository. Service string // The target RPC method name as defined in the BSR repository. Method string // The request body as defined in Studio. Body string // The request headers as defined in Studio. Headers map[string]string // Should this request include cookies from the Studio current session? IncludeCookies bool // The protocol that Studio uses to send this request. Protocol StudioProtocol // The agent url (if any) used by Studio to send the request. See // https://docs.buf.build/bsr/studio#via-buf-studio-agent for details. AgentUrl string // contains filtered or unexported fields }
func (CreateStudioRequestRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateStudioRequestRequest_builder) Build() *CreateStudioRequestRequest
type CreateStudioRequestResponse ¶ added in v1.8.0
type CreateStudioRequestResponse struct {
// contains filtered or unexported fields
}
CreateStudioRequestResponse returns the created StudioRequest.
func (*CreateStudioRequestResponse) ClearCreatedRequest ¶ added in v1.49.0
func (x *CreateStudioRequestResponse) ClearCreatedRequest()
func (*CreateStudioRequestResponse) GetCreatedRequest ¶ added in v1.8.0
func (x *CreateStudioRequestResponse) GetCreatedRequest() *StudioRequest
func (*CreateStudioRequestResponse) HasCreatedRequest ¶ added in v1.49.0
func (x *CreateStudioRequestResponse) HasCreatedRequest() bool
func (*CreateStudioRequestResponse) ProtoMessage ¶ added in v1.8.0
func (*CreateStudioRequestResponse) ProtoMessage()
func (*CreateStudioRequestResponse) ProtoReflect ¶ added in v1.8.0
func (x *CreateStudioRequestResponse) ProtoReflect() protoreflect.Message
func (*CreateStudioRequestResponse) Reset ¶ added in v1.8.0
func (x *CreateStudioRequestResponse) Reset()
func (*CreateStudioRequestResponse) SetCreatedRequest ¶ added in v1.49.0
func (x *CreateStudioRequestResponse) SetCreatedRequest(v *StudioRequest)
func (*CreateStudioRequestResponse) String ¶ added in v1.8.0
func (x *CreateStudioRequestResponse) String() string
type CreateStudioRequestResponse_builder ¶ added in v1.49.0
type CreateStudioRequestResponse_builder struct { // Created Studio Request. CreatedRequest *StudioRequest // contains filtered or unexported fields }
func (CreateStudioRequestResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateStudioRequestResponse_builder) Build() *CreateStudioRequestResponse
type CreateTokenRequest ¶
type CreateTokenRequest struct {
// contains filtered or unexported fields
}
func (*CreateTokenRequest) ClearExpireTime ¶ added in v1.49.0
func (x *CreateTokenRequest) ClearExpireTime()
func (*CreateTokenRequest) GetExpireTime ¶
func (x *CreateTokenRequest) GetExpireTime() *timestamppb.Timestamp
func (*CreateTokenRequest) GetNote ¶
func (x *CreateTokenRequest) GetNote() string
func (*CreateTokenRequest) GetUserId ¶ added in v1.10.0
func (x *CreateTokenRequest) GetUserId() string
func (*CreateTokenRequest) HasExpireTime ¶ added in v1.49.0
func (x *CreateTokenRequest) HasExpireTime() bool
func (*CreateTokenRequest) ProtoMessage ¶
func (*CreateTokenRequest) ProtoMessage()
func (*CreateTokenRequest) ProtoReflect ¶
func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
func (*CreateTokenRequest) Reset ¶
func (x *CreateTokenRequest) Reset()
func (*CreateTokenRequest) SetExpireTime ¶ added in v1.49.0
func (x *CreateTokenRequest) SetExpireTime(v *timestamppb.Timestamp)
func (*CreateTokenRequest) SetNote ¶ added in v1.49.0
func (x *CreateTokenRequest) SetNote(v string)
func (*CreateTokenRequest) SetUserId ¶ added in v1.49.0
func (x *CreateTokenRequest) SetUserId(v string)
func (*CreateTokenRequest) String ¶
func (x *CreateTokenRequest) String() string
type CreateTokenRequest_builder ¶ added in v1.49.0
type CreateTokenRequest_builder struct { Note string // The time until which the token should be valid. // Must be in the future. May be null for no expiry. ExpireTime *timestamppb.Timestamp // The ID of the user to create a new token, can only be // the user who perform this action, or a machine user. // Default to the user who perform this action if this is empty. UserId string // contains filtered or unexported fields }
func (CreateTokenRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateTokenRequest_builder) Build() *CreateTokenRequest
type CreateTokenResponse ¶
type CreateTokenResponse struct {
// contains filtered or unexported fields
}
func (*CreateTokenResponse) GetToken ¶
func (x *CreateTokenResponse) GetToken() string
func (*CreateTokenResponse) ProtoMessage ¶
func (*CreateTokenResponse) ProtoMessage()
func (*CreateTokenResponse) ProtoReflect ¶
func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message
func (*CreateTokenResponse) Reset ¶
func (x *CreateTokenResponse) Reset()
func (*CreateTokenResponse) SetToken ¶ added in v1.49.0
func (x *CreateTokenResponse) SetToken(v string)
func (*CreateTokenResponse) String ¶
func (x *CreateTokenResponse) String() string
type CreateTokenResponse_builder ¶ added in v1.49.0
type CreateTokenResponse_builder struct { // The plaintext token to use for authentication. Token string // contains filtered or unexported fields }
func (CreateTokenResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateTokenResponse_builder) Build() *CreateTokenResponse
type CreateUserRequest ¶
type CreateUserRequest struct {
// contains filtered or unexported fields
}
func (*CreateUserRequest) GetUsername ¶
func (x *CreateUserRequest) GetUsername() string
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
func (*CreateUserRequest) Reset ¶
func (x *CreateUserRequest) Reset()
func (*CreateUserRequest) SetUsername ¶ added in v1.49.0
func (x *CreateUserRequest) SetUsername(v string)
func (*CreateUserRequest) String ¶
func (x *CreateUserRequest) String() string
type CreateUserRequest_builder ¶ added in v1.49.0
type CreateUserRequest_builder struct { Username string // contains filtered or unexported fields }
func (CreateUserRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateUserRequest_builder) Build() *CreateUserRequest
type CreateUserResponse ¶
type CreateUserResponse struct {
// contains filtered or unexported fields
}
func (*CreateUserResponse) ClearUser ¶ added in v1.49.0
func (x *CreateUserResponse) ClearUser()
func (*CreateUserResponse) GetUser ¶
func (x *CreateUserResponse) GetUser() *User
func (*CreateUserResponse) HasUser ¶ added in v1.49.0
func (x *CreateUserResponse) HasUser() bool
func (*CreateUserResponse) ProtoMessage ¶
func (*CreateUserResponse) ProtoMessage()
func (*CreateUserResponse) ProtoReflect ¶
func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
func (*CreateUserResponse) Reset ¶
func (x *CreateUserResponse) Reset()
func (*CreateUserResponse) SetUser ¶ added in v1.49.0
func (x *CreateUserResponse) SetUser(v *User)
func (*CreateUserResponse) String ¶
func (x *CreateUserResponse) String() string
type CreateUserResponse_builder ¶ added in v1.49.0
type CreateUserResponse_builder struct { User *User // contains filtered or unexported fields }
func (CreateUserResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateUserResponse_builder) Build() *CreateUserResponse
type CreateWebhookRequest ¶ added in v1.6.0
type CreateWebhookRequest struct {
// contains filtered or unexported fields
}
CreateWebhookRequest is the proto request representation of a webhook request body.
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) SetCallbackUrl ¶ added in v1.49.0
func (x *CreateWebhookRequest) SetCallbackUrl(v string)
func (*CreateWebhookRequest) SetOwnerName ¶ added in v1.49.0
func (x *CreateWebhookRequest) SetOwnerName(v string)
func (*CreateWebhookRequest) SetRepositoryName ¶ added in v1.49.0
func (x *CreateWebhookRequest) SetRepositoryName(v string)
func (*CreateWebhookRequest) SetWebhookEvent ¶ added in v1.49.0
func (x *CreateWebhookRequest) SetWebhookEvent(v WebhookEvent)
func (*CreateWebhookRequest) String ¶ added in v1.6.0
func (x *CreateWebhookRequest) String() string
type CreateWebhookRequest_builder ¶ added in v1.49.0
type CreateWebhookRequest_builder struct { // The event to subscribe to for the given repository. WebhookEvent WebhookEvent // The owner name of the repository in the corresponding subscription request. OwnerName string // The repository name that the subscriber wishes create a subscription for. RepositoryName string // The subscriber's callback URL where notifications should be delivered. CallbackUrl string // contains filtered or unexported fields }
func (CreateWebhookRequest_builder) Build ¶ added in v1.49.0
func (b0 CreateWebhookRequest_builder) Build() *CreateWebhookRequest
type CreateWebhookResponse ¶ added in v1.6.0
type CreateWebhookResponse struct {
// contains filtered or unexported fields
}
CreateWebhookResponse is the proto response representation of a webhook request.
func (*CreateWebhookResponse) ClearWebhook ¶ added in v1.49.0
func (x *CreateWebhookResponse) ClearWebhook()
func (*CreateWebhookResponse) GetWebhook ¶ added in v1.7.0
func (x *CreateWebhookResponse) GetWebhook() *Webhook
func (*CreateWebhookResponse) HasWebhook ¶ added in v1.49.0
func (x *CreateWebhookResponse) HasWebhook() bool
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) SetWebhook ¶ added in v1.49.0
func (x *CreateWebhookResponse) SetWebhook(v *Webhook)
func (*CreateWebhookResponse) String ¶ added in v1.6.0
func (x *CreateWebhookResponse) String() string
type CreateWebhookResponse_builder ¶ added in v1.49.0
type CreateWebhookResponse_builder struct { // Created webhook subscription. Webhook *Webhook // contains filtered or unexported fields }
func (CreateWebhookResponse_builder) Build ¶ added in v1.49.0
func (b0 CreateWebhookResponse_builder) Build() *CreateWebhookResponse
type CuratedPlugin ¶ added in v1.7.0
type CuratedPlugin struct {
// contains filtered or unexported fields
}
CuratedPlugin represents a protoc plugin curated by Buf, such as protoc-gen-go.
func (*CuratedPlugin) ClearCreateTime ¶ added in v1.49.0
func (x *CuratedPlugin) ClearCreateTime()
func (*CuratedPlugin) ClearRegistryConfig ¶ added in v1.49.0
func (x *CuratedPlugin) ClearRegistryConfig()
func (*CuratedPlugin) GetCollections ¶ added in v1.44.0
func (x *CuratedPlugin) GetCollections() []*PluginCollection
func (*CuratedPlugin) GetContainerImageDigest ¶ added in v1.7.0
func (x *CuratedPlugin) GetContainerImageDigest() string
func (*CuratedPlugin) GetCreateTime ¶ added in v1.7.0
func (x *CuratedPlugin) GetCreateTime() *timestamppb.Timestamp
func (*CuratedPlugin) GetDependencies ¶ added in v1.7.0
func (x *CuratedPlugin) GetDependencies() []*CuratedPluginReference
func (*CuratedPlugin) GetDeprecated ¶ added in v1.18.0
func (x *CuratedPlugin) GetDeprecated() bool
func (*CuratedPlugin) GetDeprecationMessage ¶ added in v1.18.0
func (x *CuratedPlugin) GetDeprecationMessage() string
func (*CuratedPlugin) GetDescription ¶ added in v1.7.0
func (x *CuratedPlugin) GetDescription() string
func (*CuratedPlugin) GetDoc ¶ added in v1.44.0
func (x *CuratedPlugin) GetDoc() string
func (*CuratedPlugin) GetId ¶ added in v1.7.0
func (x *CuratedPlugin) GetId() string
func (*CuratedPlugin) GetIntegrationGuideUrl ¶ added in v1.27.2
func (x *CuratedPlugin) GetIntegrationGuideUrl() string
func (*CuratedPlugin) GetLicenseUrl ¶ added in v1.10.0
func (x *CuratedPlugin) GetLicenseUrl() string
func (*CuratedPlugin) GetName ¶ added in v1.7.0
func (x *CuratedPlugin) GetName() string
func (*CuratedPlugin) GetOutputLanguages ¶ added in v1.8.0
func (x *CuratedPlugin) GetOutputLanguages() []PluginLanguage
func (*CuratedPlugin) GetOwner ¶ added in v1.7.0
func (x *CuratedPlugin) GetOwner() string
func (*CuratedPlugin) GetRegistryConfig ¶ added in v1.8.0
func (x *CuratedPlugin) GetRegistryConfig() *RegistryConfig
func (*CuratedPlugin) GetRegistryType ¶ added in v1.8.0
func (x *CuratedPlugin) GetRegistryType() PluginRegistryType
func (*CuratedPlugin) GetRevision ¶ added in v1.7.0
func (x *CuratedPlugin) GetRevision() uint32
func (*CuratedPlugin) GetSourceUrl ¶ added in v1.7.0
func (x *CuratedPlugin) GetSourceUrl() string
func (*CuratedPlugin) GetSpdxLicenseId ¶ added in v1.9.0
func (x *CuratedPlugin) GetSpdxLicenseId() string
func (*CuratedPlugin) GetVerified ¶ added in v1.10.0
func (x *CuratedPlugin) GetVerified() bool
func (*CuratedPlugin) GetVersion ¶ added in v1.7.0
func (x *CuratedPlugin) GetVersion() string
func (*CuratedPlugin) GetVisibility ¶ added in v1.16.0
func (x *CuratedPlugin) GetVisibility() CuratedPluginVisibility
func (*CuratedPlugin) HasCreateTime ¶ added in v1.49.0
func (x *CuratedPlugin) HasCreateTime() bool
func (*CuratedPlugin) HasRegistryConfig ¶ added in v1.49.0
func (x *CuratedPlugin) HasRegistryConfig() bool
func (*CuratedPlugin) ProtoMessage ¶ added in v1.7.0
func (*CuratedPlugin) ProtoMessage()
func (*CuratedPlugin) ProtoReflect ¶ added in v1.7.0
func (x *CuratedPlugin) ProtoReflect() protoreflect.Message
func (*CuratedPlugin) Reset ¶ added in v1.7.0
func (x *CuratedPlugin) Reset()
func (*CuratedPlugin) SetCollections ¶ added in v1.49.0
func (x *CuratedPlugin) SetCollections(v []*PluginCollection)
func (*CuratedPlugin) SetContainerImageDigest ¶ added in v1.49.0
func (x *CuratedPlugin) SetContainerImageDigest(v string)
func (*CuratedPlugin) SetCreateTime ¶ added in v1.49.0
func (x *CuratedPlugin) SetCreateTime(v *timestamppb.Timestamp)
func (*CuratedPlugin) SetDependencies ¶ added in v1.49.0
func (x *CuratedPlugin) SetDependencies(v []*CuratedPluginReference)
func (*CuratedPlugin) SetDeprecated ¶ added in v1.49.0
func (x *CuratedPlugin) SetDeprecated(v bool)
func (*CuratedPlugin) SetDeprecationMessage ¶ added in v1.49.0
func (x *CuratedPlugin) SetDeprecationMessage(v string)
func (*CuratedPlugin) SetDescription ¶ added in v1.49.0
func (x *CuratedPlugin) SetDescription(v string)
func (*CuratedPlugin) SetDoc ¶ added in v1.49.0
func (x *CuratedPlugin) SetDoc(v string)
func (*CuratedPlugin) SetId ¶ added in v1.49.0
func (x *CuratedPlugin) SetId(v string)
func (*CuratedPlugin) SetIntegrationGuideUrl ¶ added in v1.49.0
func (x *CuratedPlugin) SetIntegrationGuideUrl(v string)
func (*CuratedPlugin) SetLicenseUrl ¶ added in v1.49.0
func (x *CuratedPlugin) SetLicenseUrl(v string)
func (*CuratedPlugin) SetName ¶ added in v1.49.0
func (x *CuratedPlugin) SetName(v string)
func (*CuratedPlugin) SetOutputLanguages ¶ added in v1.49.0
func (x *CuratedPlugin) SetOutputLanguages(v []PluginLanguage)
func (*CuratedPlugin) SetOwner ¶ added in v1.49.0
func (x *CuratedPlugin) SetOwner(v string)
func (*CuratedPlugin) SetRegistryConfig ¶ added in v1.49.0
func (x *CuratedPlugin) SetRegistryConfig(v *RegistryConfig)
func (*CuratedPlugin) SetRegistryType ¶ added in v1.49.0
func (x *CuratedPlugin) SetRegistryType(v PluginRegistryType)
func (*CuratedPlugin) SetRevision ¶ added in v1.49.0
func (x *CuratedPlugin) SetRevision(v uint32)
func (*CuratedPlugin) SetSourceUrl ¶ added in v1.49.0
func (x *CuratedPlugin) SetSourceUrl(v string)
func (*CuratedPlugin) SetSpdxLicenseId ¶ added in v1.49.0
func (x *CuratedPlugin) SetSpdxLicenseId(v string)
func (*CuratedPlugin) SetVerified ¶ added in v1.49.0
func (x *CuratedPlugin) SetVerified(v bool)
func (*CuratedPlugin) SetVersion ¶ added in v1.49.0
func (x *CuratedPlugin) SetVersion(v string)
func (*CuratedPlugin) SetVisibility ¶ added in v1.49.0
func (x *CuratedPlugin) SetVisibility(v CuratedPluginVisibility)
func (*CuratedPlugin) String ¶ added in v1.7.0
func (x *CuratedPlugin) String() string
type CuratedPluginReference ¶ added in v1.7.0
type CuratedPluginReference struct {
// contains filtered or unexported fields
}
func (*CuratedPluginReference) GetName ¶ added in v1.7.0
func (x *CuratedPluginReference) GetName() string
func (*CuratedPluginReference) GetOwner ¶ added in v1.7.0
func (x *CuratedPluginReference) GetOwner() string
func (*CuratedPluginReference) GetRevision ¶ added in v1.7.0
func (x *CuratedPluginReference) GetRevision() uint32
func (*CuratedPluginReference) GetVersion ¶ added in v1.7.0
func (x *CuratedPluginReference) GetVersion() string
func (*CuratedPluginReference) ProtoMessage ¶ added in v1.7.0
func (*CuratedPluginReference) ProtoMessage()
func (*CuratedPluginReference) ProtoReflect ¶ added in v1.7.0
func (x *CuratedPluginReference) ProtoReflect() protoreflect.Message
func (*CuratedPluginReference) Reset ¶ added in v1.7.0
func (x *CuratedPluginReference) Reset()
func (*CuratedPluginReference) SetName ¶ added in v1.49.0
func (x *CuratedPluginReference) SetName(v string)
func (*CuratedPluginReference) SetOwner ¶ added in v1.49.0
func (x *CuratedPluginReference) SetOwner(v string)
func (*CuratedPluginReference) SetRevision ¶ added in v1.49.0
func (x *CuratedPluginReference) SetRevision(v uint32)
func (*CuratedPluginReference) SetVersion ¶ added in v1.49.0
func (x *CuratedPluginReference) SetVersion(v string)
func (*CuratedPluginReference) String ¶ added in v1.7.0
func (x *CuratedPluginReference) String() string
type CuratedPluginReference_builder ¶ added in v1.49.0
type CuratedPluginReference_builder struct { // The owner of the plugin, i.e. "library". Owner string // The name of the plugin, i.e. "connect-go". Name string // Semver-formatted plugin version. Version string // The revision for this plugin version. Revision uint32 // contains filtered or unexported fields }
func (CuratedPluginReference_builder) Build ¶ added in v1.49.0
func (b0 CuratedPluginReference_builder) Build() *CuratedPluginReference
type CuratedPluginSearchResult ¶ added in v1.8.0
type CuratedPluginSearchResult struct {
// contains filtered or unexported fields
}
func (*CuratedPluginSearchResult) ClearCreateTime ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) ClearCreateTime()
func (*CuratedPluginSearchResult) GetCreateTime ¶ added in v1.44.0
func (x *CuratedPluginSearchResult) GetCreateTime() *timestamppb.Timestamp
func (*CuratedPluginSearchResult) GetDeprecated ¶ added in v1.18.0
func (x *CuratedPluginSearchResult) GetDeprecated() bool
func (*CuratedPluginSearchResult) GetDescription ¶ added in v1.44.0
func (x *CuratedPluginSearchResult) GetDescription() string
func (*CuratedPluginSearchResult) GetId ¶ added in v1.8.0
func (x *CuratedPluginSearchResult) GetId() string
func (*CuratedPluginSearchResult) GetName ¶ added in v1.8.0
func (x *CuratedPluginSearchResult) GetName() string
func (*CuratedPluginSearchResult) GetOutputLanguages ¶ added in v1.44.0
func (x *CuratedPluginSearchResult) GetOutputLanguages() []PluginLanguage
func (*CuratedPluginSearchResult) GetOwner ¶ added in v1.8.0
func (x *CuratedPluginSearchResult) GetOwner() string
func (*CuratedPluginSearchResult) GetRegistryType ¶ added in v1.44.0
func (x *CuratedPluginSearchResult) GetRegistryType() PluginRegistryType
func (*CuratedPluginSearchResult) HasCreateTime ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) HasCreateTime() bool
func (*CuratedPluginSearchResult) ProtoMessage ¶ added in v1.8.0
func (*CuratedPluginSearchResult) ProtoMessage()
func (*CuratedPluginSearchResult) ProtoReflect ¶ added in v1.8.0
func (x *CuratedPluginSearchResult) ProtoReflect() protoreflect.Message
func (*CuratedPluginSearchResult) Reset ¶ added in v1.8.0
func (x *CuratedPluginSearchResult) Reset()
func (*CuratedPluginSearchResult) SetCreateTime ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) SetCreateTime(v *timestamppb.Timestamp)
func (*CuratedPluginSearchResult) SetDeprecated ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) SetDeprecated(v bool)
func (*CuratedPluginSearchResult) SetDescription ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) SetDescription(v string)
func (*CuratedPluginSearchResult) SetId ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) SetId(v string)
func (*CuratedPluginSearchResult) SetName ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) SetName(v string)
func (*CuratedPluginSearchResult) SetOutputLanguages ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) SetOutputLanguages(v []PluginLanguage)
func (*CuratedPluginSearchResult) SetOwner ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) SetOwner(v string)
func (*CuratedPluginSearchResult) SetRegistryType ¶ added in v1.49.0
func (x *CuratedPluginSearchResult) SetRegistryType(v PluginRegistryType)
func (*CuratedPluginSearchResult) String ¶ added in v1.8.0
func (x *CuratedPluginSearchResult) String() string
type CuratedPluginSearchResult_builder ¶ added in v1.49.0
type CuratedPluginSearchResult_builder struct { Id string Name string // The name of the user or organization // who is the owner of this plugin. Owner string Deprecated bool // The description of the plugin and it's functionality. Description string // The registry type of the plugin. RegistryType PluginRegistryType // The output languages supported by the plugin. OutputLanguages []PluginLanguage // The plugins creation timestamp. CreateTime *timestamppb.Timestamp // contains filtered or unexported fields }
func (CuratedPluginSearchResult_builder) Build ¶ added in v1.49.0
func (b0 CuratedPluginSearchResult_builder) Build() *CuratedPluginSearchResult
type CuratedPluginVersionRevisions ¶ added in v1.8.0
type CuratedPluginVersionRevisions struct {
// contains filtered or unexported fields
}
func (*CuratedPluginVersionRevisions) GetRevisions ¶ added in v1.8.0
func (x *CuratedPluginVersionRevisions) GetRevisions() []uint32
func (*CuratedPluginVersionRevisions) GetVersion ¶ added in v1.8.0
func (x *CuratedPluginVersionRevisions) GetVersion() string
func (*CuratedPluginVersionRevisions) ProtoMessage ¶ added in v1.8.0
func (*CuratedPluginVersionRevisions) ProtoMessage()
func (*CuratedPluginVersionRevisions) ProtoReflect ¶ added in v1.8.0
func (x *CuratedPluginVersionRevisions) ProtoReflect() protoreflect.Message
func (*CuratedPluginVersionRevisions) Reset ¶ added in v1.8.0
func (x *CuratedPluginVersionRevisions) Reset()
func (*CuratedPluginVersionRevisions) SetRevisions ¶ added in v1.49.0
func (x *CuratedPluginVersionRevisions) SetRevisions(v []uint32)
func (*CuratedPluginVersionRevisions) SetVersion ¶ added in v1.49.0
func (x *CuratedPluginVersionRevisions) SetVersion(v string)
func (*CuratedPluginVersionRevisions) String ¶ added in v1.8.0
func (x *CuratedPluginVersionRevisions) String() string
type CuratedPluginVersionRevisions_builder ¶ added in v1.49.0
type CuratedPluginVersionRevisions_builder struct { Version string // revisions is a sorted list in descending order. Revisions []uint32 // contains filtered or unexported fields }
func (CuratedPluginVersionRevisions_builder) Build ¶ added in v1.49.0
func (b0 CuratedPluginVersionRevisions_builder) Build() *CuratedPluginVersionRevisions
type CuratedPluginVisibility ¶ added in v1.16.0
type CuratedPluginVisibility int32
CuratedPluginVisibility defines the visibility options available for Curated Plugins.
const ( CuratedPluginVisibility_CURATED_PLUGIN_VISIBILITY_UNSPECIFIED CuratedPluginVisibility = 0 CuratedPluginVisibility_CURATED_PLUGIN_VISIBILITY_PUBLIC CuratedPluginVisibility = 1 CuratedPluginVisibility_CURATED_PLUGIN_VISIBILITY_PRIVATE CuratedPluginVisibility = 2 )
func (CuratedPluginVisibility) Descriptor ¶ added in v1.16.0
func (CuratedPluginVisibility) Descriptor() protoreflect.EnumDescriptor
func (CuratedPluginVisibility) Enum ¶ added in v1.16.0
func (x CuratedPluginVisibility) Enum() *CuratedPluginVisibility
func (CuratedPluginVisibility) Number ¶ added in v1.16.0
func (x CuratedPluginVisibility) Number() protoreflect.EnumNumber
func (CuratedPluginVisibility) String ¶ added in v1.16.0
func (x CuratedPluginVisibility) String() string
func (CuratedPluginVisibility) Type ¶ added in v1.16.0
func (CuratedPluginVisibility) Type() protoreflect.EnumType
type CuratedPlugin_builder ¶ added in v1.49.0
type CuratedPlugin_builder struct { // The ID of the plugin, which uniquely identifies the plugin. Id string // The owner of the plugin, i.e. "library". Owner string // The name of the plugin, i.e. "connect-go". Name string // The optional registry type of the plugin. RegistryType PluginRegistryType // Semver-formatted plugin version. Version string // The full container image digest associated with this plugin version including // the algorithm. // Ref: https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests ContainerImageDigest string // The creation time of the plugin. CreateTime *timestamppb.Timestamp // List of plugin dependencies. Dependencies []*CuratedPluginReference // Optionally specify the URL leading to the source code of the plugin, if available. SourceUrl string // Optionally specify a brief description of the plugin functionality. Description string // The configuration for the remote registry of the plugin. RegistryConfig *RegistryConfig // The revision for this plugin version. Revision uint32 // The output languages supported by the plugin. OutputLanguages []PluginLanguage // spdx_license_id is the license of the plugin, which should be one of the identifiers // defined in https://spdx.org/licenses SpdxLicenseId string // license_url specifies an optional URL for the plugin's license (if not using a standard spdx_license_id). LicenseUrl string // verified indicates the plugin has been verified. Verification is a property // of the BSR and cannot be set by end-users. Verified bool // Visibility indicates whether the plugin is public or private. Visibility CuratedPluginVisibility // Deprecated indicates whether the plugin is deprecated. Deprecated bool // Optionally specify a message to be displayed when the plugin is deprecated. DeprecationMessage string // The URL leading to the integration guide of the plugin, if available. IntegrationGuideUrl string // The configurable documentation of the Plugin. Doc string // The collections the Plugin belongs to. Collections []*PluginCollection // contains filtered or unexported fields }
func (CuratedPlugin_builder) Build ¶ added in v1.49.0
func (b0 CuratedPlugin_builder) Build() *CuratedPlugin
type DeactivateUserRequest ¶ added in v1.0.0
type DeactivateUserRequest struct {
// contains filtered or unexported fields
}
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) SetId ¶ added in v1.49.0
func (x *DeactivateUserRequest) SetId(v string)
func (*DeactivateUserRequest) String ¶ added in v1.0.0
func (x *DeactivateUserRequest) String() string
type DeactivateUserRequest_builder ¶ added in v1.49.0
type DeactivateUserRequest_builder struct { Id string // contains filtered or unexported fields }
func (DeactivateUserRequest_builder) Build ¶ added in v1.49.0
func (b0 DeactivateUserRequest_builder) Build() *DeactivateUserRequest
type DeactivateUserResponse ¶ added in v1.0.0
type DeactivateUserResponse struct {
// contains filtered or unexported fields
}
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 DeactivateUserResponse_builder ¶ added in v1.49.0
type DeactivateUserResponse_builder struct {
// contains filtered or unexported fields
}
func (DeactivateUserResponse_builder) Build ¶ added in v1.49.0
func (b0 DeactivateUserResponse_builder) Build() *DeactivateUserResponse
type DeleteCuratedPluginRequest ¶ added in v1.12.0
type DeleteCuratedPluginRequest struct {
// contains filtered or unexported fields
}
func (*DeleteCuratedPluginRequest) GetName ¶ added in v1.12.0
func (x *DeleteCuratedPluginRequest) GetName() string
func (*DeleteCuratedPluginRequest) GetOwner ¶ added in v1.12.0
func (x *DeleteCuratedPluginRequest) GetOwner() string
func (*DeleteCuratedPluginRequest) GetVersion ¶ added in v1.12.0
func (x *DeleteCuratedPluginRequest) GetVersion() string
func (*DeleteCuratedPluginRequest) ProtoMessage ¶ added in v1.12.0
func (*DeleteCuratedPluginRequest) ProtoMessage()
func (*DeleteCuratedPluginRequest) ProtoReflect ¶ added in v1.12.0
func (x *DeleteCuratedPluginRequest) ProtoReflect() protoreflect.Message
func (*DeleteCuratedPluginRequest) Reset ¶ added in v1.12.0
func (x *DeleteCuratedPluginRequest) Reset()
func (*DeleteCuratedPluginRequest) SetName ¶ added in v1.49.0
func (x *DeleteCuratedPluginRequest) SetName(v string)
func (*DeleteCuratedPluginRequest) SetOwner ¶ added in v1.49.0
func (x *DeleteCuratedPluginRequest) SetOwner(v string)
func (*DeleteCuratedPluginRequest) SetVersion ¶ added in v1.49.0
func (x *DeleteCuratedPluginRequest) SetVersion(v string)
func (*DeleteCuratedPluginRequest) String ¶ added in v1.12.0
func (x *DeleteCuratedPluginRequest) String() string
type DeleteCuratedPluginRequest_builder ¶ added in v1.49.0
type DeleteCuratedPluginRequest_builder struct { // The owner of the plugin to delete. Owner string // The name of the plugin to delete. Name string // Version is the plugin version and is optional. If this field is not set then delete all versions, // otherwise delete only the specified version which includes all revisions. Version string // contains filtered or unexported fields }
func (DeleteCuratedPluginRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteCuratedPluginRequest_builder) Build() *DeleteCuratedPluginRequest
type DeleteCuratedPluginResponse ¶ added in v1.12.0
type DeleteCuratedPluginResponse struct {
// contains filtered or unexported fields
}
func (*DeleteCuratedPluginResponse) ProtoMessage ¶ added in v1.12.0
func (*DeleteCuratedPluginResponse) ProtoMessage()
func (*DeleteCuratedPluginResponse) ProtoReflect ¶ added in v1.12.0
func (x *DeleteCuratedPluginResponse) ProtoReflect() protoreflect.Message
func (*DeleteCuratedPluginResponse) Reset ¶ added in v1.12.0
func (x *DeleteCuratedPluginResponse) Reset()
func (*DeleteCuratedPluginResponse) String ¶ added in v1.12.0
func (x *DeleteCuratedPluginResponse) String() string
type DeleteCuratedPluginResponse_builder ¶ added in v1.49.0
type DeleteCuratedPluginResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteCuratedPluginResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteCuratedPluginResponse_builder) Build() *DeleteCuratedPluginResponse
type DeleteOrganizationByNameRequest ¶
type DeleteOrganizationByNameRequest struct {
// contains filtered or unexported fields
}
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) SetName ¶ added in v1.49.0
func (x *DeleteOrganizationByNameRequest) SetName(v string)
func (*DeleteOrganizationByNameRequest) String ¶
func (x *DeleteOrganizationByNameRequest) String() string
type DeleteOrganizationByNameRequest_builder ¶ added in v1.49.0
type DeleteOrganizationByNameRequest_builder struct { Name string // contains filtered or unexported fields }
func (DeleteOrganizationByNameRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteOrganizationByNameRequest_builder) Build() *DeleteOrganizationByNameRequest
type DeleteOrganizationByNameResponse ¶
type DeleteOrganizationByNameResponse struct {
// contains filtered or unexported fields
}
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 DeleteOrganizationByNameResponse_builder ¶ added in v1.49.0
type DeleteOrganizationByNameResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteOrganizationByNameResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteOrganizationByNameResponse_builder) Build() *DeleteOrganizationByNameResponse
type DeleteOrganizationRequest ¶
type DeleteOrganizationRequest struct {
// contains filtered or unexported fields
}
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) SetId ¶ added in v1.49.0
func (x *DeleteOrganizationRequest) SetId(v string)
func (*DeleteOrganizationRequest) String ¶
func (x *DeleteOrganizationRequest) String() string
type DeleteOrganizationRequest_builder ¶ added in v1.49.0
type DeleteOrganizationRequest_builder struct { Id string // contains filtered or unexported fields }
func (DeleteOrganizationRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteOrganizationRequest_builder) Build() *DeleteOrganizationRequest
type DeleteOrganizationResponse ¶
type DeleteOrganizationResponse struct {
// contains filtered or unexported fields
}
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 DeleteOrganizationResponse_builder ¶ added in v1.49.0
type DeleteOrganizationResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteOrganizationResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteOrganizationResponse_builder) Build() *DeleteOrganizationResponse
type DeleteRepositoryByFullNameRequest ¶
type DeleteRepositoryByFullNameRequest struct {
// contains filtered or unexported fields
}
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) SetFullName ¶ added in v1.49.0
func (x *DeleteRepositoryByFullNameRequest) SetFullName(v string)
func (*DeleteRepositoryByFullNameRequest) String ¶
func (x *DeleteRepositoryByFullNameRequest) String() string
type DeleteRepositoryByFullNameRequest_builder ¶ added in v1.49.0
type DeleteRepositoryByFullNameRequest_builder struct { FullName string // contains filtered or unexported fields }
func (DeleteRepositoryByFullNameRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteRepositoryByFullNameRequest_builder) Build() *DeleteRepositoryByFullNameRequest
type DeleteRepositoryByFullNameResponse ¶
type DeleteRepositoryByFullNameResponse struct {
// contains filtered or unexported fields
}
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 DeleteRepositoryByFullNameResponse_builder ¶ added in v1.49.0
type DeleteRepositoryByFullNameResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteRepositoryByFullNameResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteRepositoryByFullNameResponse_builder) Build() *DeleteRepositoryByFullNameResponse
type DeleteRepositoryDraftCommitRequest ¶ added in v1.7.0
type DeleteRepositoryDraftCommitRequest struct {
// contains filtered or unexported fields
}
func (*DeleteRepositoryDraftCommitRequest) GetDraftName ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitRequest) GetDraftName() string
func (*DeleteRepositoryDraftCommitRequest) GetRepositoryName ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitRequest) GetRepositoryName() string
func (*DeleteRepositoryDraftCommitRequest) GetRepositoryOwner ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitRequest) GetRepositoryOwner() string
func (*DeleteRepositoryDraftCommitRequest) ProtoMessage ¶ added in v1.7.0
func (*DeleteRepositoryDraftCommitRequest) ProtoMessage()
func (*DeleteRepositoryDraftCommitRequest) ProtoReflect ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitRequest) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryDraftCommitRequest) Reset ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitRequest) Reset()
func (*DeleteRepositoryDraftCommitRequest) SetDraftName ¶ added in v1.49.0
func (x *DeleteRepositoryDraftCommitRequest) SetDraftName(v string)
func (*DeleteRepositoryDraftCommitRequest) SetRepositoryName ¶ added in v1.49.0
func (x *DeleteRepositoryDraftCommitRequest) SetRepositoryName(v string)
func (*DeleteRepositoryDraftCommitRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *DeleteRepositoryDraftCommitRequest) SetRepositoryOwner(v string)
func (*DeleteRepositoryDraftCommitRequest) String ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitRequest) String() string
type DeleteRepositoryDraftCommitRequest_builder ¶ added in v1.49.0
type DeleteRepositoryDraftCommitRequest_builder struct { // The owner of the repository which the repository branch belongs to. RepositoryOwner string // The name of the repository which the repository branch belongs to. RepositoryName string // The name of the draft to delete. DraftName string // contains filtered or unexported fields }
func (DeleteRepositoryDraftCommitRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteRepositoryDraftCommitRequest_builder) Build() *DeleteRepositoryDraftCommitRequest
type DeleteRepositoryDraftCommitResponse ¶ added in v1.7.0
type DeleteRepositoryDraftCommitResponse struct {
// contains filtered or unexported fields
}
func (*DeleteRepositoryDraftCommitResponse) ProtoMessage ¶ added in v1.7.0
func (*DeleteRepositoryDraftCommitResponse) ProtoMessage()
func (*DeleteRepositoryDraftCommitResponse) ProtoReflect ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitResponse) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryDraftCommitResponse) Reset ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitResponse) Reset()
func (*DeleteRepositoryDraftCommitResponse) String ¶ added in v1.7.0
func (x *DeleteRepositoryDraftCommitResponse) String() string
type DeleteRepositoryDraftCommitResponse_builder ¶ added in v1.49.0
type DeleteRepositoryDraftCommitResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteRepositoryDraftCommitResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteRepositoryDraftCommitResponse_builder) Build() *DeleteRepositoryDraftCommitResponse
type DeleteRepositoryRequest ¶
type DeleteRepositoryRequest struct {
// contains filtered or unexported fields
}
func (*DeleteRepositoryRequest) GetId ¶
func (x *DeleteRepositoryRequest) GetId() string
func (*DeleteRepositoryRequest) ProtoMessage ¶
func (*DeleteRepositoryRequest) ProtoMessage()
func (*DeleteRepositoryRequest) ProtoReflect ¶
func (x *DeleteRepositoryRequest) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryRequest) Reset ¶
func (x *DeleteRepositoryRequest) Reset()
func (*DeleteRepositoryRequest) SetId ¶ added in v1.49.0
func (x *DeleteRepositoryRequest) SetId(v string)
func (*DeleteRepositoryRequest) String ¶
func (x *DeleteRepositoryRequest) String() string
type DeleteRepositoryRequest_builder ¶ added in v1.49.0
type DeleteRepositoryRequest_builder struct { Id string // contains filtered or unexported fields }
func (DeleteRepositoryRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteRepositoryRequest_builder) Build() *DeleteRepositoryRequest
type DeleteRepositoryResponse ¶
type DeleteRepositoryResponse struct {
// contains filtered or unexported fields
}
func (*DeleteRepositoryResponse) ProtoMessage ¶
func (*DeleteRepositoryResponse) ProtoMessage()
func (*DeleteRepositoryResponse) ProtoReflect ¶
func (x *DeleteRepositoryResponse) ProtoReflect() protoreflect.Message
func (*DeleteRepositoryResponse) Reset ¶
func (x *DeleteRepositoryResponse) Reset()
func (*DeleteRepositoryResponse) String ¶
func (x *DeleteRepositoryResponse) String() string
type DeleteRepositoryResponse_builder ¶ added in v1.49.0
type DeleteRepositoryResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteRepositoryResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteRepositoryResponse_builder) Build() *DeleteRepositoryResponse
type DeleteSCIMTokenRequest ¶ added in v1.15.1
type DeleteSCIMTokenRequest struct {
// contains filtered or unexported fields
}
func (*DeleteSCIMTokenRequest) GetTokenId ¶ added in v1.15.1
func (x *DeleteSCIMTokenRequest) GetTokenId() string
func (*DeleteSCIMTokenRequest) ProtoMessage ¶ added in v1.15.1
func (*DeleteSCIMTokenRequest) ProtoMessage()
func (*DeleteSCIMTokenRequest) ProtoReflect ¶ added in v1.15.1
func (x *DeleteSCIMTokenRequest) ProtoReflect() protoreflect.Message
func (*DeleteSCIMTokenRequest) Reset ¶ added in v1.15.1
func (x *DeleteSCIMTokenRequest) Reset()
func (*DeleteSCIMTokenRequest) SetTokenId ¶ added in v1.49.0
func (x *DeleteSCIMTokenRequest) SetTokenId(v string)
func (*DeleteSCIMTokenRequest) String ¶ added in v1.15.1
func (x *DeleteSCIMTokenRequest) String() string
type DeleteSCIMTokenRequest_builder ¶ added in v1.49.0
type DeleteSCIMTokenRequest_builder struct { TokenId string // contains filtered or unexported fields }
func (DeleteSCIMTokenRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteSCIMTokenRequest_builder) Build() *DeleteSCIMTokenRequest
type DeleteSCIMTokenResponse ¶ added in v1.15.1
type DeleteSCIMTokenResponse struct {
// contains filtered or unexported fields
}
func (*DeleteSCIMTokenResponse) ProtoMessage ¶ added in v1.15.1
func (*DeleteSCIMTokenResponse) ProtoMessage()
func (*DeleteSCIMTokenResponse) ProtoReflect ¶ added in v1.15.1
func (x *DeleteSCIMTokenResponse) ProtoReflect() protoreflect.Message
func (*DeleteSCIMTokenResponse) Reset ¶ added in v1.15.1
func (x *DeleteSCIMTokenResponse) Reset()
func (*DeleteSCIMTokenResponse) String ¶ added in v1.15.1
func (x *DeleteSCIMTokenResponse) String() string
type DeleteSCIMTokenResponse_builder ¶ added in v1.49.0
type DeleteSCIMTokenResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteSCIMTokenResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteSCIMTokenResponse_builder) Build() *DeleteSCIMTokenResponse
type DeleteStudioRequestRequest ¶ added in v1.8.0
type DeleteStudioRequestRequest struct {
// contains filtered or unexported fields
}
DeleteStudioRequestRequest is the proto request representation of the DeleteStudioRequest method.
func (*DeleteStudioRequestRequest) GetId ¶ added in v1.8.0
func (x *DeleteStudioRequestRequest) GetId() string
func (*DeleteStudioRequestRequest) ProtoMessage ¶ added in v1.8.0
func (*DeleteStudioRequestRequest) ProtoMessage()
func (*DeleteStudioRequestRequest) ProtoReflect ¶ added in v1.8.0
func (x *DeleteStudioRequestRequest) ProtoReflect() protoreflect.Message
func (*DeleteStudioRequestRequest) Reset ¶ added in v1.8.0
func (x *DeleteStudioRequestRequest) Reset()
func (*DeleteStudioRequestRequest) SetId ¶ added in v1.49.0
func (x *DeleteStudioRequestRequest) SetId(v string)
func (*DeleteStudioRequestRequest) String ¶ added in v1.8.0
func (x *DeleteStudioRequestRequest) String() string
type DeleteStudioRequestRequest_builder ¶ added in v1.49.0
type DeleteStudioRequestRequest_builder struct { // The Studio Request ID that will be deleted. Id string // contains filtered or unexported fields }
func (DeleteStudioRequestRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteStudioRequestRequest_builder) Build() *DeleteStudioRequestRequest
type DeleteStudioRequestResponse ¶ added in v1.8.0
type DeleteStudioRequestResponse struct {
// contains filtered or unexported fields
}
DeleteStudioRequestResponse returns empty on successful deletions.
func (*DeleteStudioRequestResponse) ProtoMessage ¶ added in v1.8.0
func (*DeleteStudioRequestResponse) ProtoMessage()
func (*DeleteStudioRequestResponse) ProtoReflect ¶ added in v1.8.0
func (x *DeleteStudioRequestResponse) ProtoReflect() protoreflect.Message
func (*DeleteStudioRequestResponse) Reset ¶ added in v1.8.0
func (x *DeleteStudioRequestResponse) Reset()
func (*DeleteStudioRequestResponse) String ¶ added in v1.8.0
func (x *DeleteStudioRequestResponse) String() string
type DeleteStudioRequestResponse_builder ¶ added in v1.49.0
type DeleteStudioRequestResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteStudioRequestResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteStudioRequestResponse_builder) Build() *DeleteStudioRequestResponse
type DeleteTokenRequest ¶
type DeleteTokenRequest struct {
// contains filtered or unexported fields
}
func (*DeleteTokenRequest) GetTokenId ¶
func (x *DeleteTokenRequest) GetTokenId() string
func (*DeleteTokenRequest) ProtoMessage ¶
func (*DeleteTokenRequest) ProtoMessage()
func (*DeleteTokenRequest) ProtoReflect ¶
func (x *DeleteTokenRequest) ProtoReflect() protoreflect.Message
func (*DeleteTokenRequest) Reset ¶
func (x *DeleteTokenRequest) Reset()
func (*DeleteTokenRequest) SetTokenId ¶ added in v1.49.0
func (x *DeleteTokenRequest) SetTokenId(v string)
func (*DeleteTokenRequest) String ¶
func (x *DeleteTokenRequest) String() string
type DeleteTokenRequest_builder ¶ added in v1.49.0
type DeleteTokenRequest_builder struct { TokenId string // contains filtered or unexported fields }
func (DeleteTokenRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteTokenRequest_builder) Build() *DeleteTokenRequest
type DeleteTokenResponse ¶
type DeleteTokenResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTokenResponse) ProtoMessage ¶
func (*DeleteTokenResponse) ProtoMessage()
func (*DeleteTokenResponse) ProtoReflect ¶
func (x *DeleteTokenResponse) ProtoReflect() protoreflect.Message
func (*DeleteTokenResponse) Reset ¶
func (x *DeleteTokenResponse) Reset()
func (*DeleteTokenResponse) String ¶
func (x *DeleteTokenResponse) String() string
type DeleteTokenResponse_builder ¶ added in v1.49.0
type DeleteTokenResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteTokenResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteTokenResponse_builder) Build() *DeleteTokenResponse
type DeleteUserRequest ¶
type DeleteUserRequest struct {
// contains filtered or unexported fields
}
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
type DeleteUserRequest_builder ¶ added in v1.49.0
type DeleteUserRequest_builder struct {
// contains filtered or unexported fields
}
func (DeleteUserRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteUserRequest_builder) Build() *DeleteUserRequest
type DeleteUserResponse ¶
type DeleteUserResponse struct {
// contains filtered or unexported fields
}
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) ProtoReflect ¶
func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserResponse) Reset ¶
func (x *DeleteUserResponse) Reset()
func (*DeleteUserResponse) String ¶
func (x *DeleteUserResponse) String() string
type DeleteUserResponse_builder ¶ added in v1.49.0
type DeleteUserResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteUserResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteUserResponse_builder) Build() *DeleteUserResponse
type DeleteWebhookRequest ¶ added in v1.6.0
type DeleteWebhookRequest struct {
// contains filtered or unexported fields
}
DeleteWebhookRequest is the request for unsubscribing to a webhook.
func (*DeleteWebhookRequest) GetWebhookId ¶ added in v1.7.0
func (x *DeleteWebhookRequest) GetWebhookId() 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) SetWebhookId ¶ added in v1.49.0
func (x *DeleteWebhookRequest) SetWebhookId(v string)
func (*DeleteWebhookRequest) String ¶ added in v1.6.0
func (x *DeleteWebhookRequest) String() string
type DeleteWebhookRequest_builder ¶ added in v1.49.0
type DeleteWebhookRequest_builder struct { // The id of the webhook subscription to delete. WebhookId string // contains filtered or unexported fields }
func (DeleteWebhookRequest_builder) Build ¶ added in v1.49.0
func (b0 DeleteWebhookRequest_builder) Build() *DeleteWebhookRequest
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) 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 DeleteWebhookResponse_builder ¶ added in v1.49.0
type DeleteWebhookResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteWebhookResponse_builder) Build ¶ added in v1.49.0
func (b0 DeleteWebhookResponse_builder) Build() *DeleteWebhookResponse
type DeprecateRepositoryByNameRequest ¶ added in v1.0.0
type DeprecateRepositoryByNameRequest struct {
// contains filtered or unexported fields
}
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) SetDeprecationMessage ¶ added in v1.49.0
func (x *DeprecateRepositoryByNameRequest) SetDeprecationMessage(v string)
func (*DeprecateRepositoryByNameRequest) SetOwnerName ¶ added in v1.49.0
func (x *DeprecateRepositoryByNameRequest) SetOwnerName(v string)
func (*DeprecateRepositoryByNameRequest) SetRepositoryName ¶ added in v1.49.0
func (x *DeprecateRepositoryByNameRequest) SetRepositoryName(v string)
func (*DeprecateRepositoryByNameRequest) String ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameRequest) String() string
type DeprecateRepositoryByNameRequest_builder ¶ added in v1.49.0
type DeprecateRepositoryByNameRequest_builder struct { OwnerName string RepositoryName string // A message shown along with the deprecation warning for this repository. // It must be a utf8 encoded string containing 256 or fewer characters. DeprecationMessage string // contains filtered or unexported fields }
func (DeprecateRepositoryByNameRequest_builder) Build ¶ added in v1.49.0
func (b0 DeprecateRepositoryByNameRequest_builder) Build() *DeprecateRepositoryByNameRequest
type DeprecateRepositoryByNameResponse ¶ added in v1.0.0
type DeprecateRepositoryByNameResponse struct {
// contains filtered or unexported fields
}
func (*DeprecateRepositoryByNameResponse) ClearRepository ¶ added in v1.49.0
func (x *DeprecateRepositoryByNameResponse) ClearRepository()
func (*DeprecateRepositoryByNameResponse) GetRepository ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameResponse) GetRepository() *Repository
func (*DeprecateRepositoryByNameResponse) HasRepository ¶ added in v1.49.0
func (x *DeprecateRepositoryByNameResponse) HasRepository() bool
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) SetRepository ¶ added in v1.49.0
func (x *DeprecateRepositoryByNameResponse) SetRepository(v *Repository)
func (*DeprecateRepositoryByNameResponse) String ¶ added in v1.0.0
func (x *DeprecateRepositoryByNameResponse) String() string
type DeprecateRepositoryByNameResponse_builder ¶ added in v1.49.0
type DeprecateRepositoryByNameResponse_builder struct { Repository *Repository // contains filtered or unexported fields }
func (DeprecateRepositoryByNameResponse_builder) Build ¶ added in v1.49.0
func (b0 DeprecateRepositoryByNameResponse_builder) Build() *DeprecateRepositoryByNameResponse
type DisplayOrganizationElementsRequest ¶ added in v1.0.0
type DisplayOrganizationElementsRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *DisplayOrganizationElementsRequest) SetOrganizationId(v string)
func (*DisplayOrganizationElementsRequest) String ¶ added in v1.0.0
func (x *DisplayOrganizationElementsRequest) String() string
type DisplayOrganizationElementsRequest_builder ¶ added in v1.49.0
type DisplayOrganizationElementsRequest_builder struct { // The ID of the organization for which to check // which elements should be displayed. OrganizationId string // contains filtered or unexported fields }
func (DisplayOrganizationElementsRequest_builder) Build ¶ added in v1.49.0
func (b0 DisplayOrganizationElementsRequest_builder) Build() *DisplayOrganizationElementsRequest
type DisplayOrganizationElementsResponse ¶ added in v1.0.0
type DisplayOrganizationElementsResponse struct {
// contains filtered or unexported fields
}
func (*DisplayOrganizationElementsResponse) GetCreateRepository ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) GetCreateRepository() 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) SetCreateRepository ¶ added in v1.49.0
func (x *DisplayOrganizationElementsResponse) SetCreateRepository(v bool)
func (*DisplayOrganizationElementsResponse) SetDelete ¶ added in v1.49.0
func (x *DisplayOrganizationElementsResponse) SetDelete(v bool)
func (*DisplayOrganizationElementsResponse) SetSettings ¶ added in v1.49.0
func (x *DisplayOrganizationElementsResponse) SetSettings(v bool)
func (*DisplayOrganizationElementsResponse) SetUpdateSettings ¶ added in v1.49.0
func (x *DisplayOrganizationElementsResponse) SetUpdateSettings(v bool)
func (*DisplayOrganizationElementsResponse) String ¶ added in v1.0.0
func (x *DisplayOrganizationElementsResponse) String() string
type DisplayOrganizationElementsResponse_builder ¶ added in v1.49.0
type DisplayOrganizationElementsResponse_builder struct { // Display create organization repository element if true. CreateRepository bool // Display organization settings element if true. Settings bool // Display update organization settings element if true. UpdateSettings bool // Display delete organization element if true. Delete bool // contains filtered or unexported fields }
func (DisplayOrganizationElementsResponse_builder) Build ¶ added in v1.49.0
func (b0 DisplayOrganizationElementsResponse_builder) Build() *DisplayOrganizationElementsResponse
type DisplayOwnerEntitledElementsRequest ¶ added in v1.18.0
type DisplayOwnerEntitledElementsRequest struct {
// contains filtered or unexported fields
}
func (*DisplayOwnerEntitledElementsRequest) GetOwnerName ¶ added in v1.18.0
func (x *DisplayOwnerEntitledElementsRequest) GetOwnerName() string
func (*DisplayOwnerEntitledElementsRequest) ProtoMessage ¶ added in v1.18.0
func (*DisplayOwnerEntitledElementsRequest) ProtoMessage()
func (*DisplayOwnerEntitledElementsRequest) ProtoReflect ¶ added in v1.18.0
func (x *DisplayOwnerEntitledElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayOwnerEntitledElementsRequest) Reset ¶ added in v1.18.0
func (x *DisplayOwnerEntitledElementsRequest) Reset()
func (*DisplayOwnerEntitledElementsRequest) SetOwnerName ¶ added in v1.49.0
func (x *DisplayOwnerEntitledElementsRequest) SetOwnerName(v string)
func (*DisplayOwnerEntitledElementsRequest) String ¶ added in v1.18.0
func (x *DisplayOwnerEntitledElementsRequest) String() string
type DisplayOwnerEntitledElementsRequest_builder ¶ added in v1.49.0
type DisplayOwnerEntitledElementsRequest_builder struct { // The name of the owner for which to check // which elements are entitled to be displayed. OwnerName string // contains filtered or unexported fields }
func (DisplayOwnerEntitledElementsRequest_builder) Build ¶ added in v1.49.0
func (b0 DisplayOwnerEntitledElementsRequest_builder) Build() *DisplayOwnerEntitledElementsRequest
type DisplayOwnerEntitledElementsResponse ¶ added in v1.18.0
type DisplayOwnerEntitledElementsResponse struct {
// contains filtered or unexported fields
}
func (*DisplayOwnerEntitledElementsResponse) GetCreatePrivateRepository ¶ added in v1.18.0
func (x *DisplayOwnerEntitledElementsResponse) GetCreatePrivateRepository() bool
func (*DisplayOwnerEntitledElementsResponse) ProtoMessage ¶ added in v1.18.0
func (*DisplayOwnerEntitledElementsResponse) ProtoMessage()
func (*DisplayOwnerEntitledElementsResponse) ProtoReflect ¶ added in v1.18.0
func (x *DisplayOwnerEntitledElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayOwnerEntitledElementsResponse) Reset ¶ added in v1.18.0
func (x *DisplayOwnerEntitledElementsResponse) Reset()
func (*DisplayOwnerEntitledElementsResponse) SetCreatePrivateRepository ¶ added in v1.49.0
func (x *DisplayOwnerEntitledElementsResponse) SetCreatePrivateRepository(v bool)
func (*DisplayOwnerEntitledElementsResponse) String ¶ added in v1.18.0
func (x *DisplayOwnerEntitledElementsResponse) String() string
type DisplayOwnerEntitledElementsResponse_builder ¶ added in v1.49.0
type DisplayOwnerEntitledElementsResponse_builder struct { // Display create private repository element if true. CreatePrivateRepository bool // contains filtered or unexported fields }
func (DisplayOwnerEntitledElementsResponse_builder) Build ¶ added in v1.49.0
func (b0 DisplayOwnerEntitledElementsResponse_builder) Build() *DisplayOwnerEntitledElementsResponse
type DisplayPluginElementsRequest ¶ added in v1.0.0
type DisplayPluginElementsRequest struct {
// contains filtered or unexported fields
}
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) SetPluginId ¶ added in v1.49.0
func (x *DisplayPluginElementsRequest) SetPluginId(v string)
func (*DisplayPluginElementsRequest) String ¶ added in v1.0.0
func (x *DisplayPluginElementsRequest) String() string
type DisplayPluginElementsRequest_builder ¶ added in v1.49.0
type DisplayPluginElementsRequest_builder struct { // The ID of the plugin for which to check // which elements should be displayed. PluginId string // contains filtered or unexported fields }
func (DisplayPluginElementsRequest_builder) Build ¶ added in v1.49.0
func (b0 DisplayPluginElementsRequest_builder) Build() *DisplayPluginElementsRequest
type DisplayPluginElementsResponse ¶ added in v1.0.0
type DisplayPluginElementsResponse struct {
// contains filtered or unexported fields
}
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) SetDelete ¶ added in v1.49.0
func (x *DisplayPluginElementsResponse) SetDelete(v bool)
func (*DisplayPluginElementsResponse) SetSettings ¶ added in v1.49.0
func (x *DisplayPluginElementsResponse) SetSettings(v bool)
func (*DisplayPluginElementsResponse) String ¶ added in v1.0.0
func (x *DisplayPluginElementsResponse) String() string
type DisplayPluginElementsResponse_builder ¶ added in v1.49.0
type DisplayPluginElementsResponse_builder struct { // Display plugin settings element if true. Settings bool // Display delete plugin element if true. Delete bool // contains filtered or unexported fields }
func (DisplayPluginElementsResponse_builder) Build ¶ added in v1.49.0
func (b0 DisplayPluginElementsResponse_builder) Build() *DisplayPluginElementsResponse
type DisplayRepositoryElementsRequest ¶ added in v1.0.0
type DisplayRepositoryElementsRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *DisplayRepositoryElementsRequest) SetRepositoryId(v string)
func (*DisplayRepositoryElementsRequest) String ¶ added in v1.0.0
func (x *DisplayRepositoryElementsRequest) String() string
type DisplayRepositoryElementsRequest_builder ¶ added in v1.49.0
type DisplayRepositoryElementsRequest_builder struct { // The ID of the repository for which to check // which elements should be displayed. RepositoryId string // contains filtered or unexported fields }
func (DisplayRepositoryElementsRequest_builder) Build ¶ added in v1.49.0
func (b0 DisplayRepositoryElementsRequest_builder) Build() *DisplayRepositoryElementsRequest
type DisplayRepositoryElementsResponse ¶ added in v1.0.0
type DisplayRepositoryElementsResponse struct {
// contains filtered or unexported fields
}
func (*DisplayRepositoryElementsResponse) GetDelete ¶ added in v1.0.0
func (x *DisplayRepositoryElementsResponse) GetDelete() bool
func (*DisplayRepositoryElementsResponse) GetLimitedWrite ¶ added in v1.35.0
func (x *DisplayRepositoryElementsResponse) GetLimitedWrite() 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) SetDelete ¶ added in v1.49.0
func (x *DisplayRepositoryElementsResponse) SetDelete(v bool)
func (*DisplayRepositoryElementsResponse) SetLimitedWrite ¶ added in v1.49.0
func (x *DisplayRepositoryElementsResponse) SetLimitedWrite(v bool)
func (*DisplayRepositoryElementsResponse) SetSettings ¶ added in v1.49.0
func (x *DisplayRepositoryElementsResponse) SetSettings(v bool)
func (*DisplayRepositoryElementsResponse) SetWrite ¶ added in v1.49.0
func (x *DisplayRepositoryElementsResponse) SetWrite(v bool)
func (*DisplayRepositoryElementsResponse) String ¶ added in v1.0.0
func (x *DisplayRepositoryElementsResponse) String() string
type DisplayRepositoryElementsResponse_builder ¶ added in v1.49.0
type DisplayRepositoryElementsResponse_builder struct { // Display repository settings element if true. Settings bool // Display delete repository element if true. Delete bool // Display write repository elements if true. It includes all elements from limited_write. Write bool // Display limited_write repository elements if true. This is a subset of write elements. LimitedWrite bool // contains filtered or unexported fields }
func (DisplayRepositoryElementsResponse_builder) Build ¶ added in v1.49.0
func (b0 DisplayRepositoryElementsResponse_builder) Build() *DisplayRepositoryElementsResponse
type DisplayRepositoryEntitledElementsRequest ¶ added in v1.18.0
type DisplayRepositoryEntitledElementsRequest struct {
// contains filtered or unexported fields
}
func (*DisplayRepositoryEntitledElementsRequest) GetRepositoryId ¶ added in v1.18.0
func (x *DisplayRepositoryEntitledElementsRequest) GetRepositoryId() string
func (*DisplayRepositoryEntitledElementsRequest) ProtoMessage ¶ added in v1.18.0
func (*DisplayRepositoryEntitledElementsRequest) ProtoMessage()
func (*DisplayRepositoryEntitledElementsRequest) ProtoReflect ¶ added in v1.18.0
func (x *DisplayRepositoryEntitledElementsRequest) ProtoReflect() protoreflect.Message
func (*DisplayRepositoryEntitledElementsRequest) Reset ¶ added in v1.18.0
func (x *DisplayRepositoryEntitledElementsRequest) Reset()
func (*DisplayRepositoryEntitledElementsRequest) SetRepositoryId ¶ added in v1.49.0
func (x *DisplayRepositoryEntitledElementsRequest) SetRepositoryId(v string)
func (*DisplayRepositoryEntitledElementsRequest) String ¶ added in v1.18.0
func (x *DisplayRepositoryEntitledElementsRequest) String() string
type DisplayRepositoryEntitledElementsRequest_builder ¶ added in v1.49.0
type DisplayRepositoryEntitledElementsRequest_builder struct { // The ID of the repository for which to check // which elements are entitled to be displayed. RepositoryId string // contains filtered or unexported fields }
type DisplayRepositoryEntitledElementsResponse ¶ added in v1.18.0
type DisplayRepositoryEntitledElementsResponse struct {
// contains filtered or unexported fields
}
func (*DisplayRepositoryEntitledElementsResponse) GetSetPrivate ¶ added in v1.18.0
func (x *DisplayRepositoryEntitledElementsResponse) GetSetPrivate() bool
func (*DisplayRepositoryEntitledElementsResponse) ProtoMessage ¶ added in v1.18.0
func (*DisplayRepositoryEntitledElementsResponse) ProtoMessage()
func (*DisplayRepositoryEntitledElementsResponse) ProtoReflect ¶ added in v1.18.0
func (x *DisplayRepositoryEntitledElementsResponse) ProtoReflect() protoreflect.Message
func (*DisplayRepositoryEntitledElementsResponse) Reset ¶ added in v1.18.0
func (x *DisplayRepositoryEntitledElementsResponse) Reset()
func (*DisplayRepositoryEntitledElementsResponse) SetSetPrivate ¶ added in v1.49.0
func (x *DisplayRepositoryEntitledElementsResponse) SetSetPrivate(v bool)
func (*DisplayRepositoryEntitledElementsResponse) String ¶ added in v1.18.0
func (x *DisplayRepositoryEntitledElementsResponse) String() string
type DisplayRepositoryEntitledElementsResponse_builder ¶ added in v1.49.0
type DisplayRepositoryEntitledElementsResponse_builder struct { // Display repository change to private setting element if true. SetPrivate bool // contains filtered or unexported fields }
type DisplayServerElementsRequest ¶ added in v1.0.0
type DisplayServerElementsRequest struct {
// contains filtered or unexported fields
}
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 DisplayServerElementsRequest_builder ¶ added in v1.49.0
type DisplayServerElementsRequest_builder struct {
// contains filtered or unexported fields
}
func (DisplayServerElementsRequest_builder) Build ¶ added in v1.49.0
func (b0 DisplayServerElementsRequest_builder) Build() *DisplayServerElementsRequest
type DisplayServerElementsResponse ¶ added in v1.0.0
type DisplayServerElementsResponse struct {
// contains filtered or unexported fields
}
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) SetAdminPanel ¶ added in v1.49.0
func (x *DisplayServerElementsResponse) SetAdminPanel(v bool)
func (*DisplayServerElementsResponse) String ¶ added in v1.0.0
func (x *DisplayServerElementsResponse) String() string
type DisplayServerElementsResponse_builder ¶ added in v1.49.0
type DisplayServerElementsResponse_builder struct { // Display server admin panel element if true. AdminPanel bool // contains filtered or unexported fields }
func (DisplayServerElementsResponse_builder) Build ¶ added in v1.49.0
func (b0 DisplayServerElementsResponse_builder) Build() *DisplayServerElementsResponse
type DisplayUserElementsRequest ¶ added in v1.0.0
type DisplayUserElementsRequest struct {
// contains filtered or unexported fields
}
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 DisplayUserElementsRequest_builder ¶ added in v1.49.0
type DisplayUserElementsRequest_builder struct {
// contains filtered or unexported fields
}
func (DisplayUserElementsRequest_builder) Build ¶ added in v1.49.0
func (b0 DisplayUserElementsRequest_builder) Build() *DisplayUserElementsRequest
type DisplayUserElementsResponse ¶ added in v1.0.0
type DisplayUserElementsResponse struct {
// contains filtered or unexported fields
}
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) SetDelete ¶ added in v1.49.0
func (x *DisplayUserElementsResponse) SetDelete(v bool)
func (*DisplayUserElementsResponse) String ¶ added in v1.0.0
func (x *DisplayUserElementsResponse) String() string
type DisplayUserElementsResponse_builder ¶ added in v1.49.0
type DisplayUserElementsResponse_builder struct { // Display delete user element if true. Delete bool // contains filtered or unexported fields }
func (DisplayUserElementsResponse_builder) Build ¶ added in v1.49.0
func (b0 DisplayUserElementsResponse_builder) Build() *DisplayUserElementsResponse
type DotnetTargetFramework ¶ added in v1.35.0
type DotnetTargetFramework int32
DotnetTargetFramework specifies the target framework for dotnet plugins. This is not meant to be an exhaustive list - most plugins should target a netstandard version. Reference: https://learn.microsoft.com/en-us/dotnet/standard/frameworks
const ( DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_UNSPECIFIED DotnetTargetFramework = 0 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_0 DotnetTargetFramework = 1 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_1 DotnetTargetFramework = 2 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_2 DotnetTargetFramework = 3 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_3 DotnetTargetFramework = 4 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_4 DotnetTargetFramework = 5 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_5 DotnetTargetFramework = 6 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_6 DotnetTargetFramework = 7 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_0 DotnetTargetFramework = 8 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_1 DotnetTargetFramework = 9 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NET_5_0 DotnetTargetFramework = 10 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NET_6_0 DotnetTargetFramework = 11 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NET_7_0 DotnetTargetFramework = 12 DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NET_8_0 DotnetTargetFramework = 13 )
func (DotnetTargetFramework) Descriptor ¶ added in v1.35.0
func (DotnetTargetFramework) Descriptor() protoreflect.EnumDescriptor
func (DotnetTargetFramework) Enum ¶ added in v1.35.0
func (x DotnetTargetFramework) Enum() *DotnetTargetFramework
func (DotnetTargetFramework) Number ¶ added in v1.35.0
func (x DotnetTargetFramework) Number() protoreflect.EnumNumber
func (DotnetTargetFramework) String ¶ added in v1.35.0
func (x DotnetTargetFramework) String() string
func (DotnetTargetFramework) Type ¶ added in v1.35.0
func (DotnetTargetFramework) Type() protoreflect.EnumType
type DownloadManifestAndBlobsRequest ¶ added in v1.13.0
type DownloadManifestAndBlobsRequest struct {
// contains filtered or unexported fields
}
DownloadManifestAndBlobsRequest specifies the module to download.
func (*DownloadManifestAndBlobsRequest) GetOwner ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsRequest) GetOwner() string
func (*DownloadManifestAndBlobsRequest) GetReference ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsRequest) GetReference() string
func (*DownloadManifestAndBlobsRequest) GetRepository ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsRequest) GetRepository() string
func (*DownloadManifestAndBlobsRequest) ProtoMessage ¶ added in v1.13.0
func (*DownloadManifestAndBlobsRequest) ProtoMessage()
func (*DownloadManifestAndBlobsRequest) ProtoReflect ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsRequest) ProtoReflect() protoreflect.Message
func (*DownloadManifestAndBlobsRequest) Reset ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsRequest) Reset()
func (*DownloadManifestAndBlobsRequest) SetOwner ¶ added in v1.49.0
func (x *DownloadManifestAndBlobsRequest) SetOwner(v string)
func (*DownloadManifestAndBlobsRequest) SetReference ¶ added in v1.49.0
func (x *DownloadManifestAndBlobsRequest) SetReference(v string)
func (*DownloadManifestAndBlobsRequest) SetRepository ¶ added in v1.49.0
func (x *DownloadManifestAndBlobsRequest) SetRepository(v string)
func (*DownloadManifestAndBlobsRequest) String ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsRequest) String() string
type DownloadManifestAndBlobsRequest_builder ¶ added in v1.49.0
type DownloadManifestAndBlobsRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // contains filtered or unexported fields }
func (DownloadManifestAndBlobsRequest_builder) Build ¶ added in v1.49.0
func (b0 DownloadManifestAndBlobsRequest_builder) Build() *DownloadManifestAndBlobsRequest
type DownloadManifestAndBlobsResponse ¶ added in v1.13.0
type DownloadManifestAndBlobsResponse struct {
// contains filtered or unexported fields
}
DownloadManifestAndBlobsResponse is the returned resolved remote module.
func (*DownloadManifestAndBlobsResponse) ClearManifest ¶ added in v1.49.0
func (x *DownloadManifestAndBlobsResponse) ClearManifest()
func (*DownloadManifestAndBlobsResponse) GetBlobs ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsResponse) GetBlobs() []*v1alpha1.Blob
func (*DownloadManifestAndBlobsResponse) GetManifest ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsResponse) GetManifest() *v1alpha1.Blob
func (*DownloadManifestAndBlobsResponse) HasManifest ¶ added in v1.49.0
func (x *DownloadManifestAndBlobsResponse) HasManifest() bool
func (*DownloadManifestAndBlobsResponse) ProtoMessage ¶ added in v1.13.0
func (*DownloadManifestAndBlobsResponse) ProtoMessage()
func (*DownloadManifestAndBlobsResponse) ProtoReflect ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsResponse) ProtoReflect() protoreflect.Message
func (*DownloadManifestAndBlobsResponse) Reset ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsResponse) Reset()
func (*DownloadManifestAndBlobsResponse) SetBlobs ¶ added in v1.49.0
func (x *DownloadManifestAndBlobsResponse) SetBlobs(v []*v1alpha1.Blob)
func (*DownloadManifestAndBlobsResponse) SetManifest ¶ added in v1.49.0
func (x *DownloadManifestAndBlobsResponse) SetManifest(v *v1alpha1.Blob)
func (*DownloadManifestAndBlobsResponse) String ¶ added in v1.13.0
func (x *DownloadManifestAndBlobsResponse) String() string
type DownloadManifestAndBlobsResponse_builder ¶ added in v1.49.0
type DownloadManifestAndBlobsResponse_builder struct { // manifest is the manifest of the module's content. // The content of the manifest blob is a text encoding of an ordered list of unique paths, each path encoded as: // // <digest_type>:<digest>[SP][SP]<path>[LF] // // The only supported digest type is 'shake256'. The shake256 digest consists of 64 bytes of lowercase hex // encoded output of SHAKE256. Manifest *v1alpha1.Blob // blobs is a set of blobs that closes on the module's manifest to form the // complete module's content. Blobs []*v1alpha1.Blob // contains filtered or unexported fields }
func (DownloadManifestAndBlobsResponse_builder) Build ¶ added in v1.49.0
func (b0 DownloadManifestAndBlobsResponse_builder) Build() *DownloadManifestAndBlobsResponse
type DownloadRequest ¶
type DownloadRequest struct {
// contains filtered or unexported fields
}
DownloadRequest specifies the module to download.
func (*DownloadRequest) GetOwner ¶
func (x *DownloadRequest) GetOwner() string
func (*DownloadRequest) GetReference ¶
func (x *DownloadRequest) GetReference() string
func (*DownloadRequest) GetRepository ¶
func (x *DownloadRequest) GetRepository() string
func (*DownloadRequest) ProtoMessage ¶
func (*DownloadRequest) ProtoMessage()
func (*DownloadRequest) ProtoReflect ¶
func (x *DownloadRequest) ProtoReflect() protoreflect.Message
func (*DownloadRequest) Reset ¶
func (x *DownloadRequest) Reset()
func (*DownloadRequest) SetOwner ¶ added in v1.49.0
func (x *DownloadRequest) SetOwner(v string)
func (*DownloadRequest) SetReference ¶ added in v1.49.0
func (x *DownloadRequest) SetReference(v string)
func (*DownloadRequest) SetRepository ¶ added in v1.49.0
func (x *DownloadRequest) SetRepository(v string)
func (*DownloadRequest) String ¶
func (x *DownloadRequest) String() string
type DownloadRequest_builder ¶ added in v1.49.0
type DownloadRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // contains filtered or unexported fields }
func (DownloadRequest_builder) Build ¶ added in v1.49.0
func (b0 DownloadRequest_builder) Build() *DownloadRequest
type DownloadResponse ¶
type DownloadResponse struct {
// contains filtered or unexported fields
}
DownloadResponse contains the remote module.
func (*DownloadResponse) ClearModule ¶ added in v1.49.0
func (x *DownloadResponse) ClearModule()
func (*DownloadResponse) GetModule ¶
func (x *DownloadResponse) GetModule() *v1alpha1.Module
func (*DownloadResponse) HasModule ¶ added in v1.49.0
func (x *DownloadResponse) HasModule() bool
func (*DownloadResponse) ProtoMessage ¶
func (*DownloadResponse) ProtoMessage()
func (*DownloadResponse) ProtoReflect ¶
func (x *DownloadResponse) ProtoReflect() protoreflect.Message
func (*DownloadResponse) Reset ¶
func (x *DownloadResponse) Reset()
func (*DownloadResponse) SetModule ¶ added in v1.49.0
func (x *DownloadResponse) SetModule(v *v1alpha1.Module)
func (*DownloadResponse) String ¶
func (x *DownloadResponse) String() string
type DownloadResponse_builder ¶ added in v1.49.0
type DownloadResponse_builder struct { Module *v1alpha1.Module // contains filtered or unexported fields }
func (DownloadResponse_builder) Build ¶ added in v1.49.0
func (b0 DownloadResponse_builder) Build() *DownloadResponse
type ElementSearchResult ¶ added in v1.25.1
type ElementSearchResult struct {
// contains filtered or unexported fields
}
func (*ElementSearchResult) ClearDocument ¶ added in v1.49.0
func (x *ElementSearchResult) ClearDocument()
func (*ElementSearchResult) ClearEnum ¶ added in v1.49.0
func (x *ElementSearchResult) ClearEnum()
func (*ElementSearchResult) ClearFileExtension ¶ added in v1.49.0
func (x *ElementSearchResult) ClearFileExtension()
func (*ElementSearchResult) ClearMessage ¶ added in v1.49.0
func (x *ElementSearchResult) ClearMessage()
func (*ElementSearchResult) ClearMethod ¶ added in v1.49.0
func (x *ElementSearchResult) ClearMethod()
func (*ElementSearchResult) ClearService ¶ added in v1.49.0
func (x *ElementSearchResult) ClearService()
func (*ElementSearchResult) GetEnum ¶ added in v1.25.1
func (x *ElementSearchResult) GetEnum() *Enum
func (*ElementSearchResult) GetFileExtension ¶ added in v1.25.1
func (x *ElementSearchResult) GetFileExtension() *FileExtension
func (*ElementSearchResult) GetFullyQualifiedName ¶ added in v1.25.1
func (x *ElementSearchResult) GetFullyQualifiedName() string
func (*ElementSearchResult) GetMessage ¶ added in v1.25.1
func (x *ElementSearchResult) GetMessage() *Message
func (*ElementSearchResult) GetMethod ¶ added in v1.25.1
func (x *ElementSearchResult) GetMethod() *Method
func (*ElementSearchResult) GetProtoFilePath ¶ added in v1.25.1
func (x *ElementSearchResult) GetProtoFilePath() string
func (*ElementSearchResult) GetRepositoryId ¶ added in v1.25.1
func (x *ElementSearchResult) GetRepositoryId() string
func (*ElementSearchResult) GetRepositoryName ¶ added in v1.25.1
func (x *ElementSearchResult) GetRepositoryName() string
func (*ElementSearchResult) GetRepositoryOwner ¶ added in v1.25.1
func (x *ElementSearchResult) GetRepositoryOwner() string
func (*ElementSearchResult) GetService ¶ added in v1.25.1
func (x *ElementSearchResult) GetService() *Service
func (*ElementSearchResult) HasDocument ¶ added in v1.49.0
func (x *ElementSearchResult) HasDocument() bool
func (*ElementSearchResult) HasEnum ¶ added in v1.49.0
func (x *ElementSearchResult) HasEnum() bool
func (*ElementSearchResult) HasFileExtension ¶ added in v1.49.0
func (x *ElementSearchResult) HasFileExtension() bool
func (*ElementSearchResult) HasMessage ¶ added in v1.49.0
func (x *ElementSearchResult) HasMessage() bool
func (*ElementSearchResult) HasMethod ¶ added in v1.49.0
func (x *ElementSearchResult) HasMethod() bool
func (*ElementSearchResult) HasService ¶ added in v1.49.0
func (x *ElementSearchResult) HasService() bool
func (*ElementSearchResult) ProtoMessage ¶ added in v1.25.1
func (*ElementSearchResult) ProtoMessage()
func (*ElementSearchResult) ProtoReflect ¶ added in v1.25.1
func (x *ElementSearchResult) ProtoReflect() protoreflect.Message
func (*ElementSearchResult) Reset ¶ added in v1.25.1
func (x *ElementSearchResult) Reset()
func (*ElementSearchResult) SetEnum ¶ added in v1.49.0
func (x *ElementSearchResult) SetEnum(v *Enum)
func (*ElementSearchResult) SetFileExtension ¶ added in v1.49.0
func (x *ElementSearchResult) SetFileExtension(v *FileExtension)
func (*ElementSearchResult) SetFullyQualifiedName ¶ added in v1.49.0
func (x *ElementSearchResult) SetFullyQualifiedName(v string)
func (*ElementSearchResult) SetMessage ¶ added in v1.49.0
func (x *ElementSearchResult) SetMessage(v *Message)
func (*ElementSearchResult) SetMethod ¶ added in v1.49.0
func (x *ElementSearchResult) SetMethod(v *Method)
func (*ElementSearchResult) SetProtoFilePath ¶ added in v1.49.0
func (x *ElementSearchResult) SetProtoFilePath(v string)
func (*ElementSearchResult) SetRepositoryId ¶ added in v1.49.0
func (x *ElementSearchResult) SetRepositoryId(v string)
func (*ElementSearchResult) SetRepositoryName ¶ added in v1.49.0
func (x *ElementSearchResult) SetRepositoryName(v string)
func (*ElementSearchResult) SetRepositoryOwner ¶ added in v1.49.0
func (x *ElementSearchResult) SetRepositoryOwner(v string)
func (*ElementSearchResult) SetService ¶ added in v1.49.0
func (x *ElementSearchResult) SetService(v *Service)
func (*ElementSearchResult) String ¶ added in v1.25.1
func (x *ElementSearchResult) String() string
func (*ElementSearchResult) WhichDocument ¶ added in v1.49.0
func (x *ElementSearchResult) WhichDocument() case_ElementSearchResult_Document
type ElementSearchResult_builder ¶ added in v1.49.0
type ElementSearchResult_builder struct { RepositoryId string RepositoryOwner string RepositoryName string ProtoFilePath string FullyQualifiedName string // Fields of oneof xxx_hidden_Document: Service *Service Method *Method Enum *Enum Message *Message FileExtension *FileExtension // contains filtered or unexported fields }
func (ElementSearchResult_builder) Build ¶ added in v1.49.0
func (b0 ElementSearchResult_builder) Build() *ElementSearchResult
type Enum ¶
type Enum struct {
// contains filtered or unexported fields
}
Enum provides information for the documentation of an enum.
func (*Enum) ClearEnumOptions
deprecated
added in
v1.49.0
func (x *Enum) ClearEnumOptions()
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Enum) ClearLocation ¶ added in v1.49.0
func (x *Enum) ClearLocation()
func (*Enum) GetComments ¶ added in v1.30.0
func (*Enum) GetEnumOptions
deprecated
added in
v1.9.0
func (x *Enum) GetEnumOptions() *EnumOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Enum) GetFilePath ¶
func (*Enum) GetFullName ¶
func (*Enum) GetImplicitlyDeprecated ¶ added in v1.10.0
func (*Enum) GetLocation ¶
func (*Enum) GetNestedName ¶
func (*Enum) GetOptions ¶ added in v1.30.0
func (x *Enum) GetOptions() []*FieldLiteral
func (*Enum) HasEnumOptions
deprecated
added in
v1.49.0
func (*Enum) HasLocation ¶ added in v1.49.0
func (*Enum) ProtoMessage ¶
func (*Enum) ProtoMessage()
func (*Enum) ProtoReflect ¶
func (x *Enum) ProtoReflect() protoreflect.Message
func (*Enum) SetComments ¶ added in v1.49.0
func (*Enum) SetEnumOptions
deprecated
added in
v1.49.0
func (x *Enum) SetEnumOptions(v *EnumOptions)
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Enum) SetFilePath ¶ added in v1.49.0
func (*Enum) SetFullName ¶ added in v1.49.0
func (*Enum) SetImplicitlyDeprecated ¶ added in v1.49.0
func (*Enum) SetLocation ¶ added in v1.49.0
func (*Enum) SetNestedName ¶ added in v1.49.0
func (*Enum) SetOptions ¶ added in v1.49.0
func (x *Enum) SetOptions(v []*FieldLiteral)
type EnumOptions
deprecated
added in
v1.9.0
type EnumOptions struct {
// contains filtered or unexported fields
}
EnumOptions provides information for the documentation of options for an enum.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*EnumOptions) GetAllowAlias ¶ added in v1.9.0
func (x *EnumOptions) GetAllowAlias() bool
func (*EnumOptions) GetDeprecated ¶ added in v1.9.0
func (x *EnumOptions) GetDeprecated() bool
func (*EnumOptions) ProtoMessage ¶ added in v1.9.0
func (*EnumOptions) ProtoMessage()
func (*EnumOptions) ProtoReflect ¶ added in v1.9.0
func (x *EnumOptions) ProtoReflect() protoreflect.Message
func (*EnumOptions) Reset ¶ added in v1.9.0
func (x *EnumOptions) Reset()
func (*EnumOptions) SetAllowAlias ¶ added in v1.49.0
func (x *EnumOptions) SetAllowAlias(v bool)
func (*EnumOptions) SetDeprecated ¶ added in v1.49.0
func (x *EnumOptions) SetDeprecated(v bool)
func (*EnumOptions) String ¶ added in v1.9.0
func (x *EnumOptions) String() string
type EnumOptions_builder
deprecated
added in
v1.49.0
type EnumOptions_builder struct { Deprecated bool AllowAlias bool // contains filtered or unexported fields }
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (EnumOptions_builder) Build ¶ added in v1.49.0
func (b0 EnumOptions_builder) Build() *EnumOptions
type EnumValue ¶
type EnumValue struct {
// contains filtered or unexported fields
}
EnumValue provides information for the documentation of an enum value.
func (*EnumValue) ClearEnumValueOptions
deprecated
added in
v1.49.0
func (x *EnumValue) ClearEnumValueOptions()
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*EnumValue) GetComments ¶ added in v1.30.0
func (*EnumValue) GetEnumValueOptions
deprecated
added in
v1.9.0
func (x *EnumValue) GetEnumValueOptions() *EnumValueOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*EnumValue) GetOptions ¶ added in v1.30.0
func (x *EnumValue) GetOptions() []*FieldLiteral
func (*EnumValue) HasEnumValueOptions
deprecated
added in
v1.49.0
func (*EnumValue) ProtoMessage ¶
func (*EnumValue) ProtoMessage()
func (*EnumValue) ProtoReflect ¶
func (x *EnumValue) ProtoReflect() protoreflect.Message
func (*EnumValue) SetComments ¶ added in v1.49.0
func (*EnumValue) SetEnumValueOptions
deprecated
added in
v1.49.0
func (x *EnumValue) SetEnumValueOptions(v *EnumValueOptions)
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*EnumValue) SetOptions ¶ added in v1.49.0
func (x *EnumValue) SetOptions(v []*FieldLiteral)
type EnumValueOptions
deprecated
added in
v1.9.0
type EnumValueOptions struct {
// contains filtered or unexported fields
}
EnumValueOptions provides information for the documentation of options for an enum value.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*EnumValueOptions) GetDeprecated ¶ added in v1.9.0
func (x *EnumValueOptions) GetDeprecated() bool
func (*EnumValueOptions) ProtoMessage ¶ added in v1.9.0
func (*EnumValueOptions) ProtoMessage()
func (*EnumValueOptions) ProtoReflect ¶ added in v1.9.0
func (x *EnumValueOptions) ProtoReflect() protoreflect.Message
func (*EnumValueOptions) Reset ¶ added in v1.9.0
func (x *EnumValueOptions) Reset()
func (*EnumValueOptions) SetDeprecated ¶ added in v1.49.0
func (x *EnumValueOptions) SetDeprecated(v bool)
func (*EnumValueOptions) String ¶ added in v1.9.0
func (x *EnumValueOptions) String() string
type EnumValueOptions_builder
deprecated
added in
v1.49.0
type EnumValueOptions_builder struct { Deprecated bool // contains filtered or unexported fields }
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (EnumValueOptions_builder) Build ¶ added in v1.49.0
func (b0 EnumValueOptions_builder) Build() *EnumValueOptions
type EnumValue_builder ¶ added in v1.49.0
type EnumValue_builder struct { Name string Number int32 // comments is derived from the leading comments of a given enum value. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string // All options that are present on the enum. This is a super-set of // enum_value_options and uses a dynamic representation so it can also // accommodate custom options with arbitrary types. // // This supersedes enum_value_options. Options []*FieldLiteral // Use options instead. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto. EnumValueOptions *EnumValueOptions // contains filtered or unexported fields }
func (EnumValue_builder) Build ¶ added in v1.49.0
func (b0 EnumValue_builder) Build() *EnumValue
type Enum_builder ¶ added in v1.49.0
type Enum_builder struct { Name string // nested_name includes the nested types for a given type definition. NestedName string // full_name includes the package name and nested types for a given type definition. FullName string // comments is derived from the leading comments of a given Enum. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string // file_path is the normalized path of the file containing the enum. FilePath string Location *Location Values []*EnumValue // implicitly_deprecated is true if its enclosing file or parent element is deprecated. ImplicitlyDeprecated bool // All options that are present on the enum. This is a super-set of // enum_options and uses a dynamic representation so it can also // accommodate custom options with arbitrary types. // // This supersedes enum_options. Options []*FieldLiteral // Use options instead. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto. EnumOptions *EnumOptions // contains filtered or unexported fields }
func (Enum_builder) Build ¶ added in v1.49.0
func (b0 Enum_builder) Build() *Enum
type Field ¶
type Field struct {
// contains filtered or unexported fields
}
Field provides information for the documentation of a message field.
func (*Field) ClearFieldOptions
deprecated
added in
v1.49.0
func (x *Field) ClearFieldOptions()
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Field) ClearImportModuleRef ¶ added in v1.49.0
func (x *Field) ClearImportModuleRef()
func (*Field) ClearMapEntry ¶ added in v1.49.0
func (x *Field) ClearMapEntry()
func (*Field) GetComments ¶ added in v1.30.0
func (*Field) GetExtendee ¶
func (*Field) GetFieldOptions
deprecated
added in
v1.9.0
func (x *Field) GetFieldOptions() *FieldOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Field) GetFullType ¶
func (*Field) GetImportModuleRef ¶
func (x *Field) GetImportModuleRef() *ImportModuleRef
func (*Field) GetMapEntry ¶
func (*Field) GetNestedType ¶
func (*Field) GetOptions ¶ added in v1.30.0
func (x *Field) GetOptions() []*FieldLiteral
func (*Field) HasFieldOptions
deprecated
added in
v1.49.0
func (*Field) HasImportModuleRef ¶ added in v1.49.0
func (*Field) HasMapEntry ¶ added in v1.49.0
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
func (*Field) SetComments ¶ added in v1.49.0
func (*Field) SetExtendee ¶ added in v1.49.0
func (*Field) SetFieldOptions
deprecated
added in
v1.49.0
func (x *Field) SetFieldOptions(v *FieldOptions)
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Field) SetFullType ¶ added in v1.49.0
func (*Field) SetImportModuleRef ¶ added in v1.49.0
func (x *Field) SetImportModuleRef(v *ImportModuleRef)
func (*Field) SetMapEntry ¶ added in v1.49.0
func (*Field) SetNestedType ¶ added in v1.49.0
func (*Field) SetOptions ¶ added in v1.49.0
func (x *Field) SetOptions(v []*FieldLiteral)
type FieldLiteral ¶ added in v1.30.0
type FieldLiteral struct {
// contains filtered or unexported fields
}
FieldLiteral represents a field and its value. It can be used to model descriptor options.
func (*FieldLiteral) ClearImportModuleRef ¶ added in v1.49.0
func (x *FieldLiteral) ClearImportModuleRef()
func (*FieldLiteral) ClearValue ¶ added in v1.49.0
func (x *FieldLiteral) ClearValue()
func (*FieldLiteral) GetFieldType ¶ added in v1.30.0
func (x *FieldLiteral) GetFieldType() FieldType
func (*FieldLiteral) GetImportModuleRef ¶ added in v1.30.0
func (x *FieldLiteral) GetImportModuleRef() *ImportModuleRef
func (*FieldLiteral) GetName ¶ added in v1.30.0
func (x *FieldLiteral) GetName() string
func (*FieldLiteral) GetTag ¶ added in v1.30.0
func (x *FieldLiteral) GetTag() int32
func (*FieldLiteral) GetValue ¶ added in v1.30.0
func (x *FieldLiteral) GetValue() *LiteralValue
func (*FieldLiteral) HasImportModuleRef ¶ added in v1.49.0
func (x *FieldLiteral) HasImportModuleRef() bool
func (*FieldLiteral) HasValue ¶ added in v1.49.0
func (x *FieldLiteral) HasValue() bool
func (*FieldLiteral) ProtoMessage ¶ added in v1.30.0
func (*FieldLiteral) ProtoMessage()
func (*FieldLiteral) ProtoReflect ¶ added in v1.30.0
func (x *FieldLiteral) ProtoReflect() protoreflect.Message
func (*FieldLiteral) Reset ¶ added in v1.30.0
func (x *FieldLiteral) Reset()
func (*FieldLiteral) SetFieldType ¶ added in v1.49.0
func (x *FieldLiteral) SetFieldType(v FieldType)
func (*FieldLiteral) SetImportModuleRef ¶ added in v1.49.0
func (x *FieldLiteral) SetImportModuleRef(v *ImportModuleRef)
func (*FieldLiteral) SetName ¶ added in v1.49.0
func (x *FieldLiteral) SetName(v string)
func (*FieldLiteral) SetTag ¶ added in v1.49.0
func (x *FieldLiteral) SetTag(v int32)
func (*FieldLiteral) SetValue ¶ added in v1.49.0
func (x *FieldLiteral) SetValue(v *LiteralValue)
func (*FieldLiteral) String ¶ added in v1.30.0
func (x *FieldLiteral) String() string
type FieldLiteral_builder ¶ added in v1.49.0
type FieldLiteral_builder struct { // When is_extension is true, name is the fully-qualified name of the // extension. Otherwise, it is the simple name of the field. Name string // The unique field number associated with the field. Tag int32 // Indicates whether this is an extension or not. FieldType FieldType // The field's value. Value *LiteralValue // This is the module where the extension is defined if the field type // is extension or the module where the messages is defined for field type any. ImportModuleRef *ImportModuleRef // contains filtered or unexported fields }
func (FieldLiteral_builder) Build ¶ added in v1.49.0
func (b0 FieldLiteral_builder) Build() *FieldLiteral
type FieldOptions
deprecated
added in
v1.9.0
type FieldOptions struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
FieldOptions provides information for the documentation of options for a field.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*FieldOptions) ClearPacked ¶ added in v1.49.0
func (x *FieldOptions) ClearPacked()
func (*FieldOptions) GetCtype ¶ added in v1.9.0
func (x *FieldOptions) GetCtype() int32
func (*FieldOptions) GetDeprecated ¶ added in v1.9.0
func (x *FieldOptions) GetDeprecated() bool
func (*FieldOptions) GetJstype ¶ added in v1.9.0
func (x *FieldOptions) GetJstype() int32
func (*FieldOptions) GetPacked ¶ added in v1.9.0
func (x *FieldOptions) GetPacked() bool
func (*FieldOptions) HasPacked ¶ added in v1.49.0
func (x *FieldOptions) HasPacked() bool
func (*FieldOptions) ProtoMessage ¶ added in v1.9.0
func (*FieldOptions) ProtoMessage()
func (*FieldOptions) ProtoReflect ¶ added in v1.9.0
func (x *FieldOptions) ProtoReflect() protoreflect.Message
func (*FieldOptions) Reset ¶ added in v1.9.0
func (x *FieldOptions) Reset()
func (*FieldOptions) SetCtype ¶ added in v1.49.0
func (x *FieldOptions) SetCtype(v int32)
func (*FieldOptions) SetDeprecated ¶ added in v1.49.0
func (x *FieldOptions) SetDeprecated(v bool)
func (*FieldOptions) SetJstype ¶ added in v1.49.0
func (x *FieldOptions) SetJstype(v int32)
func (*FieldOptions) SetPacked ¶ added in v1.49.0
func (x *FieldOptions) SetPacked(v bool)
func (*FieldOptions) String ¶ added in v1.9.0
func (x *FieldOptions) String() string
type FieldOptions_builder
deprecated
added in
v1.49.0
type FieldOptions_builder struct { Deprecated bool Packed *bool // ctype holds a value of the enumeration `google.protobuf.FieldOptions.CType. Ctype int32 // jstype holds a value of the enumeration `google.protobuf.FieldOptions.JSType. Jstype int32 // contains filtered or unexported fields }
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (FieldOptions_builder) Build ¶ added in v1.49.0
func (b0 FieldOptions_builder) Build() *FieldOptions
type FieldType ¶ added in v1.30.0
type FieldType int32
FieldType indicates whether a field is a normal, an extension or an any.
func (FieldType) Descriptor ¶ added in v1.30.0
func (FieldType) Descriptor() protoreflect.EnumDescriptor
func (FieldType) Number ¶ added in v1.30.0
func (x FieldType) Number() protoreflect.EnumNumber
func (FieldType) Type ¶ added in v1.30.0
func (FieldType) Type() protoreflect.EnumType
type Field_builder ¶ added in v1.49.0
type Field_builder struct { Name string // comments is derived from the leading comments of a given message field. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string Label string // string representation of the nested name of the field type, which includes nested definitions. NestedType string // string representation of the full name of the field type, which includes package name // and nested definitions. FullType string Tag uint32 // MapEntry is present if the field is a map type. MapEntry *MapEntry // import_module_ref is included if the field is an imported type. // It contains all the metadata for the import. ImportModuleRef *ImportModuleRef // Extendee is the name of the type that is being ext if the field is an extension. // This is an empty string for fields that are not extensions. Extendee string // All options that are present on the field. This is a super-set of // field_options and uses a dynamic representation so it can also // accommodate custom options with arbitrary types. // This supersedes field_options. Options []*FieldLiteral // Use options instead. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto. FieldOptions *FieldOptions // contains filtered or unexported fields }
func (Field_builder) Build ¶ added in v1.49.0
func (b0 Field_builder) Build() *Field
type FileExtension ¶
type FileExtension struct {
// contains filtered or unexported fields
}
FileExtension provides the information for the documentation of a file extension.
func (*FileExtension) ClearLocation ¶ added in v1.49.0
func (x *FileExtension) ClearLocation()
func (*FileExtension) GetComments ¶ added in v1.30.0
func (x *FileExtension) GetComments() string
func (*FileExtension) GetExtensionType ¶
func (x *FileExtension) GetExtensionType() string
func (*FileExtension) GetFields ¶
func (x *FileExtension) GetFields() []*Field
func (*FileExtension) GetFilePath ¶
func (x *FileExtension) GetFilePath() string
func (*FileExtension) GetImplicitlyDeprecated ¶ added in v1.10.0
func (x *FileExtension) GetImplicitlyDeprecated() bool
func (*FileExtension) GetLocation ¶
func (x *FileExtension) GetLocation() *Location
func (*FileExtension) HasLocation ¶ added in v1.49.0
func (x *FileExtension) HasLocation() bool
func (*FileExtension) ProtoMessage ¶
func (*FileExtension) ProtoMessage()
func (*FileExtension) ProtoReflect ¶
func (x *FileExtension) ProtoReflect() protoreflect.Message
func (*FileExtension) Reset ¶
func (x *FileExtension) Reset()
func (*FileExtension) SetComments ¶ added in v1.49.0
func (x *FileExtension) SetComments(v string)
func (*FileExtension) SetExtensionType ¶ added in v1.49.0
func (x *FileExtension) SetExtensionType(v string)
func (*FileExtension) SetFields ¶ added in v1.49.0
func (x *FileExtension) SetFields(v []*Field)
func (*FileExtension) SetFilePath ¶ added in v1.49.0
func (x *FileExtension) SetFilePath(v string)
func (*FileExtension) SetImplicitlyDeprecated ¶ added in v1.49.0
func (x *FileExtension) SetImplicitlyDeprecated(v bool)
func (*FileExtension) SetLocation ¶ added in v1.49.0
func (x *FileExtension) SetLocation(v *Location)
func (*FileExtension) String ¶
func (x *FileExtension) String() string
type FileExtension_builder ¶ added in v1.49.0
type FileExtension_builder struct { // extension_type is the string representation of the type being extended. ExtensionType string // comments is derived from the leading comments of a given message field. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string // file_path is the normalized path of the file containing the message. FilePath string Location *Location // fields are all the fields that are associated with the extension. Fields []*Field // implicitly_deprecated is true if its enclosing file or parent element is deprecated. ImplicitlyDeprecated bool // contains filtered or unexported fields }
func (FileExtension_builder) Build ¶ added in v1.49.0
func (b0 FileExtension_builder) Build() *FileExtension
type FileInfo ¶
type FileInfo struct {
// contains filtered or unexported fields
}
FileInfo is a nested structure that contains the file path, whether or not it's a directory, and if so, the FileInfo children of that directory.
func (*FileInfo) GetChildren ¶
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) ProtoReflect ¶
func (x *FileInfo) ProtoReflect() protoreflect.Message
func (*FileInfo) SetChildren ¶ added in v1.49.0
type FileInfo_builder ¶ added in v1.49.0
type FileInfo_builder struct { // the normalized path of the directory, relative to the root of the module. Path string IsDir bool Children []*FileInfo // contains filtered or unexported fields }
func (FileInfo_builder) Build ¶ added in v1.49.0
func (b0 FileInfo_builder) Build() *FileInfo
type FileSearchResult ¶ added in v1.25.1
type FileSearchResult struct {
// contains filtered or unexported fields
}
func (*FileSearchResult) GetContent ¶ added in v1.25.1
func (x *FileSearchResult) GetContent() []byte
func (*FileSearchResult) GetProtoFilePath ¶ added in v1.25.1
func (x *FileSearchResult) GetProtoFilePath() string
func (*FileSearchResult) GetRepositoryId ¶ added in v1.25.1
func (x *FileSearchResult) GetRepositoryId() string
func (*FileSearchResult) GetRepositoryName ¶ added in v1.25.1
func (x *FileSearchResult) GetRepositoryName() string
func (*FileSearchResult) GetRepositoryOwner ¶ added in v1.25.1
func (x *FileSearchResult) GetRepositoryOwner() string
func (*FileSearchResult) ProtoMessage ¶ added in v1.25.1
func (*FileSearchResult) ProtoMessage()
func (*FileSearchResult) ProtoReflect ¶ added in v1.25.1
func (x *FileSearchResult) ProtoReflect() protoreflect.Message
func (*FileSearchResult) Reset ¶ added in v1.25.1
func (x *FileSearchResult) Reset()
func (*FileSearchResult) SetContent ¶ added in v1.49.0
func (x *FileSearchResult) SetContent(v []byte)
func (*FileSearchResult) SetProtoFilePath ¶ added in v1.49.0
func (x *FileSearchResult) SetProtoFilePath(v string)
func (*FileSearchResult) SetRepositoryId ¶ added in v1.49.0
func (x *FileSearchResult) SetRepositoryId(v string)
func (*FileSearchResult) SetRepositoryName ¶ added in v1.49.0
func (x *FileSearchResult) SetRepositoryName(v string)
func (*FileSearchResult) SetRepositoryOwner ¶ added in v1.49.0
func (x *FileSearchResult) SetRepositoryOwner(v string)
func (*FileSearchResult) String ¶ added in v1.25.1
func (x *FileSearchResult) String() string
type FileSearchResult_builder ¶ added in v1.49.0
type FileSearchResult_builder struct { RepositoryId string RepositoryOwner string RepositoryName string ProtoFilePath string Content []byte // contains filtered or unexported fields }
func (FileSearchResult_builder) Build ¶ added in v1.49.0
func (b0 FileSearchResult_builder) Build() *FileSearchResult
type ForceDeleteUserRequest ¶ added in v1.0.0
type ForceDeleteUserRequest struct {
// contains filtered or unexported fields
}
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) SetUserId ¶ added in v1.49.0
func (x *ForceDeleteUserRequest) SetUserId(v string)
func (*ForceDeleteUserRequest) String ¶ added in v1.0.0
func (x *ForceDeleteUserRequest) String() string
type ForceDeleteUserRequest_builder ¶ added in v1.49.0
type ForceDeleteUserRequest_builder struct { UserId string // contains filtered or unexported fields }
func (ForceDeleteUserRequest_builder) Build ¶ added in v1.49.0
func (b0 ForceDeleteUserRequest_builder) Build() *ForceDeleteUserRequest
type ForceDeleteUserResponse ¶ added in v1.0.0
type ForceDeleteUserResponse struct {
// contains filtered or unexported fields
}
func (*ForceDeleteUserResponse) ClearUser ¶ added in v1.49.0
func (x *ForceDeleteUserResponse) ClearUser()
func (*ForceDeleteUserResponse) GetOrganizations ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) GetOrganizations() []*Organization
func (*ForceDeleteUserResponse) GetRepositories ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) GetRepositories() []*Repository
func (*ForceDeleteUserResponse) GetUser ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) GetUser() *User
func (*ForceDeleteUserResponse) HasUser ¶ added in v1.49.0
func (x *ForceDeleteUserResponse) HasUser() bool
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) SetOrganizations ¶ added in v1.49.0
func (x *ForceDeleteUserResponse) SetOrganizations(v []*Organization)
func (*ForceDeleteUserResponse) SetRepositories ¶ added in v1.49.0
func (x *ForceDeleteUserResponse) SetRepositories(v []*Repository)
func (*ForceDeleteUserResponse) SetUser ¶ added in v1.49.0
func (x *ForceDeleteUserResponse) SetUser(v *User)
func (*ForceDeleteUserResponse) String ¶ added in v1.0.0
func (x *ForceDeleteUserResponse) String() string
type ForceDeleteUserResponse_builder ¶ added in v1.49.0
type ForceDeleteUserResponse_builder struct { // The deleted user. User *User // The deleted organizations. Organizations []*Organization // The deleted repositories. Repositories []*Repository // contains filtered or unexported fields }
func (ForceDeleteUserResponse_builder) Build ¶ added in v1.49.0
func (b0 ForceDeleteUserResponse_builder) Build() *ForceDeleteUserResponse
type Format ¶ added in v1.10.0
type Format int32
func (Format) Descriptor ¶ added in v1.10.0
func (Format) Descriptor() protoreflect.EnumDescriptor
func (Format) Number ¶ added in v1.10.0
func (x Format) Number() protoreflect.EnumNumber
func (Format) Type ¶ added in v1.10.0
func (Format) Type() protoreflect.EnumType
type GenerateCodeRequest ¶ added in v1.7.0
type GenerateCodeRequest struct {
// contains filtered or unexported fields
}
func (*GenerateCodeRequest) ClearImage ¶ added in v1.49.0
func (x *GenerateCodeRequest) ClearImage()
func (*GenerateCodeRequest) GetImage ¶ added in v1.7.0
func (x *GenerateCodeRequest) GetImage() *v1.Image
func (*GenerateCodeRequest) GetIncludeImports ¶ added in v1.7.0
func (x *GenerateCodeRequest) GetIncludeImports() bool
func (*GenerateCodeRequest) GetIncludeWellKnownTypes ¶ added in v1.7.0
func (x *GenerateCodeRequest) GetIncludeWellKnownTypes() bool
func (*GenerateCodeRequest) GetRequests ¶ added in v1.7.0
func (x *GenerateCodeRequest) GetRequests() []*PluginGenerationRequest
func (*GenerateCodeRequest) HasImage ¶ added in v1.49.0
func (x *GenerateCodeRequest) HasImage() bool
func (*GenerateCodeRequest) ProtoMessage ¶ added in v1.7.0
func (*GenerateCodeRequest) ProtoMessage()
func (*GenerateCodeRequest) ProtoReflect ¶ added in v1.7.0
func (x *GenerateCodeRequest) ProtoReflect() protoreflect.Message
func (*GenerateCodeRequest) Reset ¶ added in v1.7.0
func (x *GenerateCodeRequest) Reset()
func (*GenerateCodeRequest) SetImage ¶ added in v1.49.0
func (x *GenerateCodeRequest) SetImage(v *v1.Image)
func (*GenerateCodeRequest) SetIncludeImports ¶ added in v1.49.0
func (x *GenerateCodeRequest) SetIncludeImports(v bool)
func (*GenerateCodeRequest) SetIncludeWellKnownTypes ¶ added in v1.49.0
func (x *GenerateCodeRequest) SetIncludeWellKnownTypes(v bool)
func (*GenerateCodeRequest) SetRequests ¶ added in v1.49.0
func (x *GenerateCodeRequest) SetRequests(v []*PluginGenerationRequest)
func (*GenerateCodeRequest) String ¶ added in v1.7.0
func (x *GenerateCodeRequest) String() string
type GenerateCodeRequest_builder ¶ added in v1.49.0
type GenerateCodeRequest_builder struct { // The image to run plugins against to generate the desired file outputs. // // All image files that are not imports and not well-known types will be generated. // If you want to filter what files are generated, modify the image. // If you want to include imports, set include_imports. Image *v1.Image Requests []*PluginGenerationRequest // Include imports from the Image in generation. If include_imports is also set // in one of requests, use the request's value for that plugin. IncludeImports bool // Include Well-Known Types from the Image in generation. // // include_imports must be set if include_well_known_types is set. If include_well_known_types // is also set in one of requests, use the request's value for that plugin. IncludeWellKnownTypes bool // contains filtered or unexported fields }
func (GenerateCodeRequest_builder) Build ¶ added in v1.49.0
func (b0 GenerateCodeRequest_builder) Build() *GenerateCodeRequest
type GenerateCodeResponse ¶ added in v1.7.0
type GenerateCodeResponse struct {
// contains filtered or unexported fields
}
func (*GenerateCodeResponse) GetResponses ¶ added in v1.7.0
func (x *GenerateCodeResponse) GetResponses() []*PluginGenerationResponse
func (*GenerateCodeResponse) ProtoMessage ¶ added in v1.7.0
func (*GenerateCodeResponse) ProtoMessage()
func (*GenerateCodeResponse) ProtoReflect ¶ added in v1.7.0
func (x *GenerateCodeResponse) ProtoReflect() protoreflect.Message
func (*GenerateCodeResponse) Reset ¶ added in v1.7.0
func (x *GenerateCodeResponse) Reset()
func (*GenerateCodeResponse) SetResponses ¶ added in v1.49.0
func (x *GenerateCodeResponse) SetResponses(v []*PluginGenerationResponse)
func (*GenerateCodeResponse) String ¶ added in v1.7.0
func (x *GenerateCodeResponse) String() string
type GenerateCodeResponse_builder ¶ added in v1.49.0
type GenerateCodeResponse_builder struct { // Responses from each plugin execution. // The order of each response matches the order in the GenerateCodeRequest. Responses []*PluginGenerationResponse // contains filtered or unexported fields }
func (GenerateCodeResponse_builder) Build ¶ added in v1.49.0
func (b0 GenerateCodeResponse_builder) Build() *GenerateCodeResponse
type GetBreakingChangePolicyRequest ¶ added in v1.22.0
type GetBreakingChangePolicyRequest struct {
// contains filtered or unexported fields
}
func (*GetBreakingChangePolicyRequest) ProtoMessage ¶ added in v1.22.0
func (*GetBreakingChangePolicyRequest) ProtoMessage()
func (*GetBreakingChangePolicyRequest) ProtoReflect ¶ added in v1.22.0
func (x *GetBreakingChangePolicyRequest) ProtoReflect() protoreflect.Message
func (*GetBreakingChangePolicyRequest) Reset ¶ added in v1.22.0
func (x *GetBreakingChangePolicyRequest) Reset()
func (*GetBreakingChangePolicyRequest) String ¶ added in v1.22.0
func (x *GetBreakingChangePolicyRequest) String() string
type GetBreakingChangePolicyRequest_builder ¶ added in v1.49.0
type GetBreakingChangePolicyRequest_builder struct {
// contains filtered or unexported fields
}
func (GetBreakingChangePolicyRequest_builder) Build ¶ added in v1.49.0
func (b0 GetBreakingChangePolicyRequest_builder) Build() *GetBreakingChangePolicyRequest
type GetBreakingChangePolicyResponse ¶ added in v1.22.0
type GetBreakingChangePolicyResponse struct {
// contains filtered or unexported fields
}
func (*GetBreakingChangePolicyResponse) ClearPolicy ¶ added in v1.49.0
func (x *GetBreakingChangePolicyResponse) ClearPolicy()
func (*GetBreakingChangePolicyResponse) GetPolicy ¶ added in v1.22.0
func (x *GetBreakingChangePolicyResponse) GetPolicy() *BreakingChangePolicy
func (*GetBreakingChangePolicyResponse) HasPolicy ¶ added in v1.49.0
func (x *GetBreakingChangePolicyResponse) HasPolicy() bool
func (*GetBreakingChangePolicyResponse) ProtoMessage ¶ added in v1.22.0
func (*GetBreakingChangePolicyResponse) ProtoMessage()
func (*GetBreakingChangePolicyResponse) ProtoReflect ¶ added in v1.22.0
func (x *GetBreakingChangePolicyResponse) ProtoReflect() protoreflect.Message
func (*GetBreakingChangePolicyResponse) Reset ¶ added in v1.22.0
func (x *GetBreakingChangePolicyResponse) Reset()
func (*GetBreakingChangePolicyResponse) SetPolicy ¶ added in v1.49.0
func (x *GetBreakingChangePolicyResponse) SetPolicy(v *BreakingChangePolicy)
func (*GetBreakingChangePolicyResponse) String ¶ added in v1.22.0
func (x *GetBreakingChangePolicyResponse) String() string
type GetBreakingChangePolicyResponse_builder ¶ added in v1.49.0
type GetBreakingChangePolicyResponse_builder struct { Policy *BreakingChangePolicy // contains filtered or unexported fields }
func (GetBreakingChangePolicyResponse_builder) Build ¶ added in v1.49.0
func (b0 GetBreakingChangePolicyResponse_builder) Build() *GetBreakingChangePolicyResponse
type GetCargoVersionRequest ¶ added in v1.32.0
type GetCargoVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetCargoVersionRequest) ClearModuleReference ¶ added in v1.49.0
func (x *GetCargoVersionRequest) ClearModuleReference()
func (*GetCargoVersionRequest) ClearPluginReference ¶ added in v1.49.0
func (x *GetCargoVersionRequest) ClearPluginReference()
func (*GetCargoVersionRequest) GetModuleReference ¶ added in v1.32.0
func (x *GetCargoVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetCargoVersionRequest) GetPluginReference ¶ added in v1.32.0
func (x *GetCargoVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetCargoVersionRequest) HasModuleReference ¶ added in v1.49.0
func (x *GetCargoVersionRequest) HasModuleReference() bool
func (*GetCargoVersionRequest) HasPluginReference ¶ added in v1.49.0
func (x *GetCargoVersionRequest) HasPluginReference() bool
func (*GetCargoVersionRequest) ProtoMessage ¶ added in v1.32.0
func (*GetCargoVersionRequest) ProtoMessage()
func (*GetCargoVersionRequest) ProtoReflect ¶ added in v1.32.0
func (x *GetCargoVersionRequest) ProtoReflect() protoreflect.Message
func (*GetCargoVersionRequest) Reset ¶ added in v1.32.0
func (x *GetCargoVersionRequest) Reset()
func (*GetCargoVersionRequest) SetModuleReference ¶ added in v1.49.0
func (x *GetCargoVersionRequest) SetModuleReference(v *LocalModuleReference)
func (*GetCargoVersionRequest) SetPluginReference ¶ added in v1.49.0
func (x *GetCargoVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
func (*GetCargoVersionRequest) String ¶ added in v1.32.0
func (x *GetCargoVersionRequest) String() string
type GetCargoVersionRequest_builder ¶ added in v1.49.0
type GetCargoVersionRequest_builder struct { // The plugin reference to resolve. PluginReference *GetRemotePackageVersionPlugin // The module reference to resolve. ModuleReference *LocalModuleReference // contains filtered or unexported fields }
func (GetCargoVersionRequest_builder) Build ¶ added in v1.49.0
func (b0 GetCargoVersionRequest_builder) Build() *GetCargoVersionRequest
type GetCargoVersionResponse ¶ added in v1.32.0
type GetCargoVersionResponse struct {
// contains filtered or unexported fields
}
func (*GetCargoVersionResponse) GetVersion ¶ added in v1.32.0
func (x *GetCargoVersionResponse) GetVersion() string
func (*GetCargoVersionResponse) ProtoMessage ¶ added in v1.32.0
func (*GetCargoVersionResponse) ProtoMessage()
func (*GetCargoVersionResponse) ProtoReflect ¶ added in v1.32.0
func (x *GetCargoVersionResponse) ProtoReflect() protoreflect.Message
func (*GetCargoVersionResponse) Reset ¶ added in v1.32.0
func (x *GetCargoVersionResponse) Reset()
func (*GetCargoVersionResponse) SetVersion ¶ added in v1.49.0
func (x *GetCargoVersionResponse) SetVersion(v string)
func (*GetCargoVersionResponse) String ¶ added in v1.32.0
func (x *GetCargoVersionResponse) String() string
type GetCargoVersionResponse_builder ¶ added in v1.49.0
type GetCargoVersionResponse_builder struct { // version is the resolved version to be used with the cargo registry. Version string // contains filtered or unexported fields }
func (GetCargoVersionResponse_builder) Build ¶ added in v1.49.0
func (b0 GetCargoVersionResponse_builder) Build() *GetCargoVersionResponse
type GetClusterUsageRequest ¶ added in v1.28.0
type GetClusterUsageRequest struct {
// contains filtered or unexported fields
}
func (*GetClusterUsageRequest) ClearEndTime ¶ added in v1.49.0
func (x *GetClusterUsageRequest) ClearEndTime()
func (*GetClusterUsageRequest) ClearStartTime ¶ added in v1.49.0
func (x *GetClusterUsageRequest) ClearStartTime()
func (*GetClusterUsageRequest) GetEndTime ¶ added in v1.32.0
func (x *GetClusterUsageRequest) GetEndTime() *timestamppb.Timestamp
func (*GetClusterUsageRequest) GetStartTime ¶ added in v1.32.0
func (x *GetClusterUsageRequest) GetStartTime() *timestamppb.Timestamp
func (*GetClusterUsageRequest) HasEndTime ¶ added in v1.49.0
func (x *GetClusterUsageRequest) HasEndTime() bool
func (*GetClusterUsageRequest) HasStartTime ¶ added in v1.49.0
func (x *GetClusterUsageRequest) HasStartTime() bool
func (*GetClusterUsageRequest) ProtoMessage ¶ added in v1.28.0
func (*GetClusterUsageRequest) ProtoMessage()
func (*GetClusterUsageRequest) ProtoReflect ¶ added in v1.28.0
func (x *GetClusterUsageRequest) ProtoReflect() protoreflect.Message
func (*GetClusterUsageRequest) Reset ¶ added in v1.28.0
func (x *GetClusterUsageRequest) Reset()
func (*GetClusterUsageRequest) SetEndTime ¶ added in v1.49.0
func (x *GetClusterUsageRequest) SetEndTime(v *timestamppb.Timestamp)
func (*GetClusterUsageRequest) SetStartTime ¶ added in v1.49.0
func (x *GetClusterUsageRequest) SetStartTime(v *timestamppb.Timestamp)
func (*GetClusterUsageRequest) String ¶ added in v1.28.0
func (x *GetClusterUsageRequest) String() string
type GetClusterUsageRequest_builder ¶ added in v1.49.0
type GetClusterUsageRequest_builder struct { // The timestamp of the beginning time of a date range. StartTime *timestamppb.Timestamp // The timestamp of the ending time of a date range. EndTime *timestamppb.Timestamp // contains filtered or unexported fields }
func (GetClusterUsageRequest_builder) Build ¶ added in v1.49.0
func (b0 GetClusterUsageRequest_builder) Build() *GetClusterUsageRequest
type GetClusterUsageResponse ¶ added in v1.28.0
type GetClusterUsageResponse struct {
// contains filtered or unexported fields
}
func (*GetClusterUsageResponse) GetUsage ¶ added in v1.28.0
func (x *GetClusterUsageResponse) GetUsage() []*MonthlyUsage
func (*GetClusterUsageResponse) ProtoMessage ¶ added in v1.28.0
func (*GetClusterUsageResponse) ProtoMessage()
func (*GetClusterUsageResponse) ProtoReflect ¶ added in v1.28.0
func (x *GetClusterUsageResponse) ProtoReflect() protoreflect.Message
func (*GetClusterUsageResponse) Reset ¶ added in v1.28.0
func (x *GetClusterUsageResponse) Reset()
func (*GetClusterUsageResponse) SetUsage ¶ added in v1.49.0
func (x *GetClusterUsageResponse) SetUsage(v []*MonthlyUsage)
func (*GetClusterUsageResponse) String ¶ added in v1.28.0
func (x *GetClusterUsageResponse) String() string
type GetClusterUsageResponse_builder ¶ added in v1.49.0
type GetClusterUsageResponse_builder struct { Usage []*MonthlyUsage // contains filtered or unexported fields }
func (GetClusterUsageResponse_builder) Build ¶ added in v1.49.0
func (b0 GetClusterUsageResponse_builder) Build() *GetClusterUsageResponse
type GetCmakeVersionRequest ¶ added in v1.35.0
type GetCmakeVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetCmakeVersionRequest) ClearModuleReference ¶ added in v1.49.0
func (x *GetCmakeVersionRequest) ClearModuleReference()
func (*GetCmakeVersionRequest) ClearPluginReference ¶ added in v1.49.0
func (x *GetCmakeVersionRequest) ClearPluginReference()
func (*GetCmakeVersionRequest) GetModuleReference ¶ added in v1.35.0
func (x *GetCmakeVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetCmakeVersionRequest) GetPluginReference ¶ added in v1.35.0
func (x *GetCmakeVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetCmakeVersionRequest) HasModuleReference ¶ added in v1.49.0
func (x *GetCmakeVersionRequest) HasModuleReference() bool
func (*GetCmakeVersionRequest) HasPluginReference ¶ added in v1.49.0
func (x *GetCmakeVersionRequest) HasPluginReference() bool
func (*GetCmakeVersionRequest) ProtoMessage ¶ added in v1.35.0
func (*GetCmakeVersionRequest) ProtoMessage()
func (*GetCmakeVersionRequest) ProtoReflect ¶ added in v1.35.0
func (x *GetCmakeVersionRequest) ProtoReflect() protoreflect.Message
func (*GetCmakeVersionRequest) Reset ¶ added in v1.35.0
func (x *GetCmakeVersionRequest) Reset()
func (*GetCmakeVersionRequest) SetModuleReference ¶ added in v1.49.0
func (x *GetCmakeVersionRequest) SetModuleReference(v *LocalModuleReference)
func (*GetCmakeVersionRequest) SetPluginReference ¶ added in v1.49.0
func (x *GetCmakeVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
func (*GetCmakeVersionRequest) String ¶ added in v1.35.0
func (x *GetCmakeVersionRequest) String() string
type GetCmakeVersionRequest_builder ¶ added in v1.49.0
type GetCmakeVersionRequest_builder struct { // The plugin reference to resolve. PluginReference *GetRemotePackageVersionPlugin // The module reference to resolve. ModuleReference *LocalModuleReference // contains filtered or unexported fields }
func (GetCmakeVersionRequest_builder) Build ¶ added in v1.49.0
func (b0 GetCmakeVersionRequest_builder) Build() *GetCmakeVersionRequest
type GetCmakeVersionResponse ¶ added in v1.35.0
type GetCmakeVersionResponse struct {
// contains filtered or unexported fields
}
func (*GetCmakeVersionResponse) GetVersion ¶ added in v1.35.0
func (x *GetCmakeVersionResponse) GetVersion() string
func (*GetCmakeVersionResponse) ProtoMessage ¶ added in v1.35.0
func (*GetCmakeVersionResponse) ProtoMessage()
func (*GetCmakeVersionResponse) ProtoReflect ¶ added in v1.35.0
func (x *GetCmakeVersionResponse) ProtoReflect() protoreflect.Message
func (*GetCmakeVersionResponse) Reset ¶ added in v1.35.0
func (x *GetCmakeVersionResponse) Reset()
func (*GetCmakeVersionResponse) SetVersion ¶ added in v1.49.0
func (x *GetCmakeVersionResponse) SetVersion(v string)
func (*GetCmakeVersionResponse) String ¶ added in v1.35.0
func (x *GetCmakeVersionResponse) String() string
type GetCmakeVersionResponse_builder ¶ added in v1.49.0
type GetCmakeVersionResponse_builder struct { // version is the resolved version to be used with the cmake registry. Version string // contains filtered or unexported fields }
func (GetCmakeVersionResponse_builder) Build ¶ added in v1.49.0
func (b0 GetCmakeVersionResponse_builder) Build() *GetCmakeVersionResponse
type GetCurrentDefaultBranchRequest ¶ added in v1.24.0
type GetCurrentDefaultBranchRequest struct {
// contains filtered or unexported fields
}
func (*GetCurrentDefaultBranchRequest) GetRepositoryId ¶ added in v1.24.0
func (x *GetCurrentDefaultBranchRequest) GetRepositoryId() string
func (*GetCurrentDefaultBranchRequest) ProtoMessage ¶ added in v1.24.0
func (*GetCurrentDefaultBranchRequest) ProtoMessage()
func (*GetCurrentDefaultBranchRequest) ProtoReflect ¶ added in v1.24.0
func (x *GetCurrentDefaultBranchRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentDefaultBranchRequest) Reset ¶ added in v1.24.0
func (x *GetCurrentDefaultBranchRequest) Reset()
func (*GetCurrentDefaultBranchRequest) SetRepositoryId ¶ added in v1.49.0
func (x *GetCurrentDefaultBranchRequest) SetRepositoryId(v string)
func (*GetCurrentDefaultBranchRequest) String ¶ added in v1.24.0
func (x *GetCurrentDefaultBranchRequest) String() string
type GetCurrentDefaultBranchRequest_builder ¶ added in v1.49.0
type GetCurrentDefaultBranchRequest_builder struct { // The ID of the repository whose current default branch is returned. RepositoryId string // contains filtered or unexported fields }
func (GetCurrentDefaultBranchRequest_builder) Build ¶ added in v1.49.0
func (b0 GetCurrentDefaultBranchRequest_builder) Build() *GetCurrentDefaultBranchRequest
type GetCurrentDefaultBranchResponse ¶ added in v1.24.0
type GetCurrentDefaultBranchResponse struct {
// contains filtered or unexported fields
}
func (*GetCurrentDefaultBranchResponse) ClearCurrentDefaultBranch ¶ added in v1.49.0
func (x *GetCurrentDefaultBranchResponse) ClearCurrentDefaultBranch()
func (*GetCurrentDefaultBranchResponse) GetCurrentDefaultBranch ¶ added in v1.24.0
func (x *GetCurrentDefaultBranchResponse) GetCurrentDefaultBranch() *RepositoryBranch
func (*GetCurrentDefaultBranchResponse) HasCurrentDefaultBranch ¶ added in v1.49.0
func (x *GetCurrentDefaultBranchResponse) HasCurrentDefaultBranch() bool
func (*GetCurrentDefaultBranchResponse) ProtoMessage ¶ added in v1.24.0
func (*GetCurrentDefaultBranchResponse) ProtoMessage()
func (*GetCurrentDefaultBranchResponse) ProtoReflect ¶ added in v1.24.0
func (x *GetCurrentDefaultBranchResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentDefaultBranchResponse) Reset ¶ added in v1.24.0
func (x *GetCurrentDefaultBranchResponse) Reset()
func (*GetCurrentDefaultBranchResponse) SetCurrentDefaultBranch ¶ added in v1.49.0
func (x *GetCurrentDefaultBranchResponse) SetCurrentDefaultBranch(v *RepositoryBranch)
func (*GetCurrentDefaultBranchResponse) String ¶ added in v1.24.0
func (x *GetCurrentDefaultBranchResponse) String() string
type GetCurrentDefaultBranchResponse_builder ¶ added in v1.49.0
type GetCurrentDefaultBranchResponse_builder struct { CurrentDefaultBranch *RepositoryBranch // contains filtered or unexported fields }
func (GetCurrentDefaultBranchResponse_builder) Build ¶ added in v1.49.0
func (b0 GetCurrentDefaultBranchResponse_builder) Build() *GetCurrentDefaultBranchResponse
type GetCurrentUserRequest ¶
type GetCurrentUserRequest struct {
// contains filtered or unexported fields
}
func (*GetCurrentUserRequest) ProtoMessage ¶
func (*GetCurrentUserRequest) ProtoMessage()
func (*GetCurrentUserRequest) ProtoReflect ¶
func (x *GetCurrentUserRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentUserRequest) Reset ¶
func (x *GetCurrentUserRequest) Reset()
func (*GetCurrentUserRequest) String ¶
func (x *GetCurrentUserRequest) String() string
type GetCurrentUserRequest_builder ¶ added in v1.49.0
type GetCurrentUserRequest_builder struct {
// contains filtered or unexported fields
}
func (GetCurrentUserRequest_builder) Build ¶ added in v1.49.0
func (b0 GetCurrentUserRequest_builder) Build() *GetCurrentUserRequest
type GetCurrentUserResponse ¶
type GetCurrentUserResponse struct {
// contains filtered or unexported fields
}
func (*GetCurrentUserResponse) ClearUser ¶ added in v1.49.0
func (x *GetCurrentUserResponse) ClearUser()
func (*GetCurrentUserResponse) GetUser ¶
func (x *GetCurrentUserResponse) GetUser() *User
func (*GetCurrentUserResponse) HasUser ¶ added in v1.49.0
func (x *GetCurrentUserResponse) HasUser() bool
func (*GetCurrentUserResponse) ProtoMessage ¶
func (*GetCurrentUserResponse) ProtoMessage()
func (*GetCurrentUserResponse) ProtoReflect ¶
func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentUserResponse) Reset ¶
func (x *GetCurrentUserResponse) Reset()
func (*GetCurrentUserResponse) SetUser ¶ added in v1.49.0
func (x *GetCurrentUserResponse) SetUser(v *User)
func (*GetCurrentUserResponse) String ¶
func (x *GetCurrentUserResponse) String() string
type GetCurrentUserResponse_builder ¶ added in v1.49.0
type GetCurrentUserResponse_builder struct { User *User // contains filtered or unexported fields }
func (GetCurrentUserResponse_builder) Build ¶ added in v1.49.0
func (b0 GetCurrentUserResponse_builder) Build() *GetCurrentUserResponse
type GetCurrentUserSubjectRequest ¶
type GetCurrentUserSubjectRequest struct {
// contains filtered or unexported fields
}
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 GetCurrentUserSubjectRequest_builder ¶ added in v1.49.0
type GetCurrentUserSubjectRequest_builder struct {
// contains filtered or unexported fields
}
func (GetCurrentUserSubjectRequest_builder) Build ¶ added in v1.49.0
func (b0 GetCurrentUserSubjectRequest_builder) Build() *GetCurrentUserSubjectRequest
type GetCurrentUserSubjectResponse ¶
type GetCurrentUserSubjectResponse struct {
// contains filtered or unexported fields
}
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) SetSubject ¶ added in v1.49.0
func (x *GetCurrentUserSubjectResponse) SetSubject(v string)
func (*GetCurrentUserSubjectResponse) String ¶
func (x *GetCurrentUserSubjectResponse) String() string
type GetCurrentUserSubjectResponse_builder ¶ added in v1.49.0
type GetCurrentUserSubjectResponse_builder struct { // The user's subject for mapping to user in identity provider. // Note: we do not want to make it part of the User response as // it contains potentially sensitive information and the User // response is shared with other users. Subject string // contains filtered or unexported fields }
func (GetCurrentUserSubjectResponse_builder) Build ¶ added in v1.49.0
func (b0 GetCurrentUserSubjectResponse_builder) Build() *GetCurrentUserSubjectResponse
type GetGithubAppConfigRequest ¶ added in v1.4.0
type GetGithubAppConfigRequest struct {
// contains filtered or unexported fields
}
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 GetGithubAppConfigRequest_builder ¶ added in v1.49.0
type GetGithubAppConfigRequest_builder struct {
// contains filtered or unexported fields
}
func (GetGithubAppConfigRequest_builder) Build ¶ added in v1.49.0
func (b0 GetGithubAppConfigRequest_builder) Build() *GetGithubAppConfigRequest
type GetGithubAppConfigResponse ¶ added in v1.4.0
type GetGithubAppConfigResponse struct {
// contains filtered or unexported fields
}
func (*GetGithubAppConfigResponse) ClearAppConfig ¶ added in v1.49.0
func (x *GetGithubAppConfigResponse) ClearAppConfig()
func (*GetGithubAppConfigResponse) GetAppConfig ¶ added in v1.4.0
func (x *GetGithubAppConfigResponse) GetAppConfig() *GithubAppConfig
func (*GetGithubAppConfigResponse) HasAppConfig ¶ added in v1.49.0
func (x *GetGithubAppConfigResponse) HasAppConfig() bool
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) SetAppConfig ¶ added in v1.49.0
func (x *GetGithubAppConfigResponse) SetAppConfig(v *GithubAppConfig)
func (*GetGithubAppConfigResponse) String ¶ added in v1.4.0
func (x *GetGithubAppConfigResponse) String() string
type GetGithubAppConfigResponse_builder ¶ added in v1.49.0
type GetGithubAppConfigResponse_builder struct { AppConfig *GithubAppConfig // contains filtered or unexported fields }
func (GetGithubAppConfigResponse_builder) Build ¶ added in v1.49.0
func (b0 GetGithubAppConfigResponse_builder) Build() *GetGithubAppConfigResponse
type GetGoVersionRequest ¶ added in v1.22.0
type GetGoVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetGoVersionRequest) ClearModuleReference ¶ added in v1.49.0
func (x *GetGoVersionRequest) ClearModuleReference()
func (*GetGoVersionRequest) ClearPluginReference ¶ added in v1.49.0
func (x *GetGoVersionRequest) ClearPluginReference()
func (*GetGoVersionRequest) GetModuleReference ¶ added in v1.22.0
func (x *GetGoVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetGoVersionRequest) GetPluginReference ¶ added in v1.22.0
func (x *GetGoVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetGoVersionRequest) HasModuleReference ¶ added in v1.49.0
func (x *GetGoVersionRequest) HasModuleReference() bool
func (*GetGoVersionRequest) HasPluginReference ¶ added in v1.49.0
func (x *GetGoVersionRequest) HasPluginReference() bool
func (*GetGoVersionRequest) ProtoMessage ¶ added in v1.22.0
func (*GetGoVersionRequest) ProtoMessage()
func (*GetGoVersionRequest) ProtoReflect ¶ added in v1.22.0
func (x *GetGoVersionRequest) ProtoReflect() protoreflect.Message
func (*GetGoVersionRequest) Reset ¶ added in v1.22.0
func (x *GetGoVersionRequest) Reset()
func (*GetGoVersionRequest) SetModuleReference ¶ added in v1.49.0
func (x *GetGoVersionRequest) SetModuleReference(v *LocalModuleReference)
func (*GetGoVersionRequest) SetPluginReference ¶ added in v1.49.0
func (x *GetGoVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
func (*GetGoVersionRequest) String ¶ added in v1.22.0
func (x *GetGoVersionRequest) String() string
type GetGoVersionRequest_builder ¶ added in v1.49.0
type GetGoVersionRequest_builder struct { // The plugin reference to resolve. PluginReference *GetRemotePackageVersionPlugin // The module reference to resolve. ModuleReference *LocalModuleReference // contains filtered or unexported fields }
func (GetGoVersionRequest_builder) Build ¶ added in v1.49.0
func (b0 GetGoVersionRequest_builder) Build() *GetGoVersionRequest
type GetGoVersionResponse ¶ added in v1.22.0
type GetGoVersionResponse struct {
// contains filtered or unexported fields
}
func (*GetGoVersionResponse) GetVersion ¶ added in v1.22.0
func (x *GetGoVersionResponse) GetVersion() string
func (*GetGoVersionResponse) ProtoMessage ¶ added in v1.22.0
func (*GetGoVersionResponse) ProtoMessage()
func (*GetGoVersionResponse) ProtoReflect ¶ added in v1.22.0
func (x *GetGoVersionResponse) ProtoReflect() protoreflect.Message
func (*GetGoVersionResponse) Reset ¶ added in v1.22.0
func (x *GetGoVersionResponse) Reset()
func (*GetGoVersionResponse) SetVersion ¶ added in v1.49.0
func (x *GetGoVersionResponse) SetVersion(v string)
func (*GetGoVersionResponse) String ¶ added in v1.22.0
func (x *GetGoVersionResponse) String() string
type GetGoVersionResponse_builder ¶ added in v1.49.0
type GetGoVersionResponse_builder struct { // version is the resolved version to be used with the go module proxy. Version string // contains filtered or unexported fields }
func (GetGoVersionResponse_builder) Build ¶ added in v1.49.0
func (b0 GetGoVersionResponse_builder) Build() *GetGoVersionResponse
type GetImageRequest ¶
type GetImageRequest struct {
// contains filtered or unexported fields
}
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) SetExcludeImports ¶ added in v1.49.0
func (x *GetImageRequest) SetExcludeImports(v bool)
func (*GetImageRequest) SetExcludeSourceInfo ¶ added in v1.49.0
func (x *GetImageRequest) SetExcludeSourceInfo(v bool)
func (*GetImageRequest) SetIncludeMask ¶ added in v1.49.0
func (x *GetImageRequest) SetIncludeMask(v []ImageMask)
func (*GetImageRequest) SetOwner ¶ added in v1.49.0
func (x *GetImageRequest) SetOwner(v string)
func (*GetImageRequest) SetReference ¶ added in v1.49.0
func (x *GetImageRequest) SetReference(v string)
func (*GetImageRequest) SetRepository ¶ added in v1.49.0
func (x *GetImageRequest) SetRepository(v string)
func (*GetImageRequest) SetTypes ¶ added in v1.49.0
func (x *GetImageRequest) SetTypes(v []string)
func (*GetImageRequest) String ¶
func (x *GetImageRequest) String() string
type GetImageRequest_builder ¶ added in v1.49.0
type GetImageRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // Exclude files from imported buf modules in this image. ExcludeImports bool // Exclude source_code_info fields from each ImageFile. ExcludeSourceInfo bool // When specified the returned image will only contain the necessary files and // descriptors in those files to describe these types. Accepts messages, enums // and services. All types must be defined in the buf module, types in // dependencies are not accepted. // // At this time specifying `types` requires `exclude_source_info` to be set to // true. Types []string // When not empty, the returned image's files will only include // *DescriptorProto fields for the elements specified here. The masks are // applied without regard for dependencies between types. For example, if // `IMAGE_MASK_MESSAGES` is specified without `IMAGE_MASK_ENUMS` the resulting // image will NOT contain enum definitions even if they are referenced from // message fields. IncludeMask []ImageMask // contains filtered or unexported fields }
func (GetImageRequest_builder) Build ¶ added in v1.49.0
func (b0 GetImageRequest_builder) Build() *GetImageRequest
type GetImageResponse ¶
type GetImageResponse struct {
// contains filtered or unexported fields
}
func (*GetImageResponse) ClearImage ¶ added in v1.49.0
func (x *GetImageResponse) ClearImage()
func (*GetImageResponse) GetImage ¶
func (x *GetImageResponse) GetImage() *v1.Image
func (*GetImageResponse) HasImage ¶ added in v1.49.0
func (x *GetImageResponse) HasImage() bool
func (*GetImageResponse) ProtoMessage ¶
func (*GetImageResponse) ProtoMessage()
func (*GetImageResponse) ProtoReflect ¶
func (x *GetImageResponse) ProtoReflect() protoreflect.Message
func (*GetImageResponse) Reset ¶
func (x *GetImageResponse) Reset()
func (*GetImageResponse) SetImage ¶ added in v1.49.0
func (x *GetImageResponse) SetImage(v *v1.Image)
func (*GetImageResponse) String ¶
func (x *GetImageResponse) String() string
type GetImageResponse_builder ¶ added in v1.49.0
func (GetImageResponse_builder) Build ¶ added in v1.49.0
func (b0 GetImageResponse_builder) Build() *GetImageResponse
type GetJSONSchemaRequest ¶ added in v1.0.0
type GetJSONSchemaRequest struct {
// contains filtered or unexported fields
}
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) SetOwner ¶ added in v1.49.0
func (x *GetJSONSchemaRequest) SetOwner(v string)
func (*GetJSONSchemaRequest) SetReference ¶ added in v1.49.0
func (x *GetJSONSchemaRequest) SetReference(v string)
func (*GetJSONSchemaRequest) SetRepository ¶ added in v1.49.0
func (x *GetJSONSchemaRequest) SetRepository(v string)
func (*GetJSONSchemaRequest) SetTypeName ¶ added in v1.49.0
func (x *GetJSONSchemaRequest) SetTypeName(v string)
func (*GetJSONSchemaRequest) String ¶ added in v1.0.0
func (x *GetJSONSchemaRequest) String() string
type GetJSONSchemaRequest_builder ¶ added in v1.49.0
type GetJSONSchemaRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // A fully qualified name of the type to generate a JSONSchema for, e.g. // "pkg.foo.Bar". The type needs to resolve in the referenced module or any of // its dependencies. Currently only messages types are supported. TypeName string // contains filtered or unexported fields }
func (GetJSONSchemaRequest_builder) Build ¶ added in v1.49.0
func (b0 GetJSONSchemaRequest_builder) Build() *GetJSONSchemaRequest
type GetJSONSchemaResponse ¶ added in v1.0.0
type GetJSONSchemaResponse struct {
// contains filtered or unexported fields
}
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) SetJsonSchema ¶ added in v1.49.0
func (x *GetJSONSchemaResponse) SetJsonSchema(v []byte)
func (*GetJSONSchemaResponse) String ¶ added in v1.0.0
func (x *GetJSONSchemaResponse) String() string
type GetJSONSchemaResponse_builder ¶ added in v1.49.0
type GetJSONSchemaResponse_builder struct { // A json schema representing what the json encoded payload for type_name // should conform to. This schema is an approximation to be used by editors // for validation and autocompletion, not a lossless representation of the // type's descriptor. JsonSchema []byte // contains filtered or unexported fields }
func (GetJSONSchemaResponse_builder) Build ¶ added in v1.49.0
func (b0 GetJSONSchemaResponse_builder) Build() *GetJSONSchemaResponse
type GetLatestCuratedPluginRequest ¶ added in v1.7.0
type GetLatestCuratedPluginRequest struct {
// contains filtered or unexported fields
}
func (*GetLatestCuratedPluginRequest) GetName ¶ added in v1.7.0
func (x *GetLatestCuratedPluginRequest) GetName() string
func (*GetLatestCuratedPluginRequest) GetOwner ¶ added in v1.7.0
func (x *GetLatestCuratedPluginRequest) GetOwner() string
func (*GetLatestCuratedPluginRequest) GetRevision ¶ added in v1.8.0
func (x *GetLatestCuratedPluginRequest) GetRevision() uint32
func (*GetLatestCuratedPluginRequest) GetSupportsRemotePackages ¶ added in v1.18.0
func (x *GetLatestCuratedPluginRequest) GetSupportsRemotePackages() bool
func (*GetLatestCuratedPluginRequest) GetVersion ¶ added in v1.7.0
func (x *GetLatestCuratedPluginRequest) GetVersion() string
func (*GetLatestCuratedPluginRequest) ProtoMessage ¶ added in v1.7.0
func (*GetLatestCuratedPluginRequest) ProtoMessage()
func (*GetLatestCuratedPluginRequest) ProtoReflect ¶ added in v1.7.0
func (x *GetLatestCuratedPluginRequest) ProtoReflect() protoreflect.Message
func (*GetLatestCuratedPluginRequest) Reset ¶ added in v1.7.0
func (x *GetLatestCuratedPluginRequest) Reset()
func (*GetLatestCuratedPluginRequest) SetName ¶ added in v1.49.0
func (x *GetLatestCuratedPluginRequest) SetName(v string)
func (*GetLatestCuratedPluginRequest) SetOwner ¶ added in v1.49.0
func (x *GetLatestCuratedPluginRequest) SetOwner(v string)
func (*GetLatestCuratedPluginRequest) SetRevision ¶ added in v1.49.0
func (x *GetLatestCuratedPluginRequest) SetRevision(v uint32)
func (*GetLatestCuratedPluginRequest) SetSupportsRemotePackages ¶ added in v1.49.0
func (x *GetLatestCuratedPluginRequest) SetSupportsRemotePackages(v bool)
func (*GetLatestCuratedPluginRequest) SetVersion ¶ added in v1.49.0
func (x *GetLatestCuratedPluginRequest) SetVersion(v string)
func (*GetLatestCuratedPluginRequest) String ¶ added in v1.7.0
func (x *GetLatestCuratedPluginRequest) String() string
type GetLatestCuratedPluginRequest_builder ¶ added in v1.49.0
type GetLatestCuratedPluginRequest_builder struct { // The owner of the plugin, i.e. "library". Owner string // The name of the plugin, i.e. "connect-go". Name string // Both version (semver-formatted) and revision are optional, which means // return the latest plugin. // If version is set, but revision is omitted, then return the latest // revision for that version. // If version and revision are both set, return specific plugin. // It is an error to set a revision without a corresponding version. Version string Revision uint32 // If true, will only return versions (and revisions) which support remote packages (registry_type is set). SupportsRemotePackages bool // contains filtered or unexported fields }
func (GetLatestCuratedPluginRequest_builder) Build ¶ added in v1.49.0
func (b0 GetLatestCuratedPluginRequest_builder) Build() *GetLatestCuratedPluginRequest
type GetLatestCuratedPluginResponse ¶ added in v1.7.0
type GetLatestCuratedPluginResponse struct {
// contains filtered or unexported fields
}
func (*GetLatestCuratedPluginResponse) ClearPlugin ¶ added in v1.49.0
func (x *GetLatestCuratedPluginResponse) ClearPlugin()
func (*GetLatestCuratedPluginResponse) GetPlugin ¶ added in v1.7.0
func (x *GetLatestCuratedPluginResponse) GetPlugin() *CuratedPlugin
func (*GetLatestCuratedPluginResponse) GetVersions ¶ added in v1.8.0
func (x *GetLatestCuratedPluginResponse) GetVersions() []*CuratedPluginVersionRevisions
func (*GetLatestCuratedPluginResponse) HasPlugin ¶ added in v1.49.0
func (x *GetLatestCuratedPluginResponse) HasPlugin() bool
func (*GetLatestCuratedPluginResponse) ProtoMessage ¶ added in v1.7.0
func (*GetLatestCuratedPluginResponse) ProtoMessage()
func (*GetLatestCuratedPluginResponse) ProtoReflect ¶ added in v1.7.0
func (x *GetLatestCuratedPluginResponse) ProtoReflect() protoreflect.Message
func (*GetLatestCuratedPluginResponse) Reset ¶ added in v1.7.0
func (x *GetLatestCuratedPluginResponse) Reset()
func (*GetLatestCuratedPluginResponse) SetPlugin ¶ added in v1.49.0
func (x *GetLatestCuratedPluginResponse) SetPlugin(v *CuratedPlugin)
func (*GetLatestCuratedPluginResponse) SetVersions ¶ added in v1.49.0
func (x *GetLatestCuratedPluginResponse) SetVersions(v []*CuratedPluginVersionRevisions)
func (*GetLatestCuratedPluginResponse) String ¶ added in v1.7.0
func (x *GetLatestCuratedPluginResponse) String() string
type GetLatestCuratedPluginResponse_builder ¶ added in v1.49.0
type GetLatestCuratedPluginResponse_builder struct { Plugin *CuratedPlugin // versions is a semver-sorted list in descending order. Versions []*CuratedPluginVersionRevisions // contains filtered or unexported fields }
func (GetLatestCuratedPluginResponse_builder) Build ¶ added in v1.49.0
func (b0 GetLatestCuratedPluginResponse_builder) Build() *GetLatestCuratedPluginResponse
type GetLocalModulePinsRequest ¶
type GetLocalModulePinsRequest struct {
// contains filtered or unexported fields
}
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) SetLocalModuleReferences ¶ added in v1.49.0
func (x *GetLocalModulePinsRequest) SetLocalModuleReferences(v []*LocalModuleReference)
func (*GetLocalModulePinsRequest) String ¶
func (x *GetLocalModulePinsRequest) String() string
type GetLocalModulePinsRequest_builder ¶ added in v1.49.0
type GetLocalModulePinsRequest_builder struct { LocalModuleReferences []*LocalModuleReference // contains filtered or unexported fields }
func (GetLocalModulePinsRequest_builder) Build ¶ added in v1.49.0
func (b0 GetLocalModulePinsRequest_builder) Build() *GetLocalModulePinsRequest
type GetLocalModulePinsResponse ¶
type GetLocalModulePinsResponse struct {
// contains filtered or unexported fields
}
func (*GetLocalModulePinsResponse) GetDependencies ¶
func (x *GetLocalModulePinsResponse) GetDependencies() []*v1alpha1.ModulePin
func (*GetLocalModulePinsResponse) GetLocalModuleResolveResults ¶
func (x *GetLocalModulePinsResponse) GetLocalModuleResolveResults() []*LocalModuleResolveResult
func (*GetLocalModulePinsResponse) ProtoMessage ¶
func (*GetLocalModulePinsResponse) ProtoMessage()
func (*GetLocalModulePinsResponse) ProtoReflect ¶
func (x *GetLocalModulePinsResponse) ProtoReflect() protoreflect.Message
func (*GetLocalModulePinsResponse) Reset ¶
func (x *GetLocalModulePinsResponse) Reset()
func (*GetLocalModulePinsResponse) SetDependencies ¶ added in v1.49.0
func (x *GetLocalModulePinsResponse) SetDependencies(v []*v1alpha1.ModulePin)
func (*GetLocalModulePinsResponse) SetLocalModuleResolveResults ¶ added in v1.49.0
func (x *GetLocalModulePinsResponse) SetLocalModuleResolveResults(v []*LocalModuleResolveResult)
func (*GetLocalModulePinsResponse) String ¶
func (x *GetLocalModulePinsResponse) String() string
type GetLocalModulePinsResponse_builder ¶ added in v1.49.0
type GetLocalModulePinsResponse_builder struct { LocalModuleResolveResults []*LocalModuleResolveResult // dependencies are the dependencies of the LocalModulePins. // // This includes the transitive deps. Dependencies []*v1alpha1.ModulePin // contains filtered or unexported fields }
func (GetLocalModulePinsResponse_builder) Build ¶ added in v1.49.0
func (b0 GetLocalModulePinsResponse_builder) Build() *GetLocalModulePinsResponse
type GetMavenVersionRequest ¶ added in v1.22.0
type GetMavenVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetMavenVersionRequest) ClearModuleReference ¶ added in v1.49.0
func (x *GetMavenVersionRequest) ClearModuleReference()
func (*GetMavenVersionRequest) ClearPluginReference ¶ added in v1.49.0
func (x *GetMavenVersionRequest) ClearPluginReference()
func (*GetMavenVersionRequest) GetModuleReference ¶ added in v1.22.0
func (x *GetMavenVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetMavenVersionRequest) GetPluginReference ¶ added in v1.22.0
func (x *GetMavenVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetMavenVersionRequest) HasModuleReference ¶ added in v1.49.0
func (x *GetMavenVersionRequest) HasModuleReference() bool
func (*GetMavenVersionRequest) HasPluginReference ¶ added in v1.49.0
func (x *GetMavenVersionRequest) HasPluginReference() bool
func (*GetMavenVersionRequest) ProtoMessage ¶ added in v1.22.0
func (*GetMavenVersionRequest) ProtoMessage()
func (*GetMavenVersionRequest) ProtoReflect ¶ added in v1.22.0
func (x *GetMavenVersionRequest) ProtoReflect() protoreflect.Message
func (*GetMavenVersionRequest) Reset ¶ added in v1.22.0
func (x *GetMavenVersionRequest) Reset()
func (*GetMavenVersionRequest) SetModuleReference ¶ added in v1.49.0
func (x *GetMavenVersionRequest) SetModuleReference(v *LocalModuleReference)
func (*GetMavenVersionRequest) SetPluginReference ¶ added in v1.49.0
func (x *GetMavenVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
func (*GetMavenVersionRequest) String ¶ added in v1.22.0
func (x *GetMavenVersionRequest) String() string
type GetMavenVersionRequest_builder ¶ added in v1.49.0
type GetMavenVersionRequest_builder struct { // The plugin reference to resolve. PluginReference *GetRemotePackageVersionPlugin // The module reference to resolve. ModuleReference *LocalModuleReference // contains filtered or unexported fields }
func (GetMavenVersionRequest_builder) Build ¶ added in v1.49.0
func (b0 GetMavenVersionRequest_builder) Build() *GetMavenVersionRequest
type GetMavenVersionResponse ¶ added in v1.22.0
type GetMavenVersionResponse struct {
// contains filtered or unexported fields
}
func (*GetMavenVersionResponse) GetVersion ¶ added in v1.22.0
func (x *GetMavenVersionResponse) GetVersion() string
func (*GetMavenVersionResponse) ProtoMessage ¶ added in v1.22.0
func (*GetMavenVersionResponse) ProtoMessage()
func (*GetMavenVersionResponse) ProtoReflect ¶ added in v1.22.0
func (x *GetMavenVersionResponse) ProtoReflect() protoreflect.Message
func (*GetMavenVersionResponse) Reset ¶ added in v1.22.0
func (x *GetMavenVersionResponse) Reset()
func (*GetMavenVersionResponse) SetVersion ¶ added in v1.49.0
func (x *GetMavenVersionResponse) SetVersion(v string)
func (*GetMavenVersionResponse) String ¶ added in v1.22.0
func (x *GetMavenVersionResponse) String() string
type GetMavenVersionResponse_builder ¶ added in v1.49.0
type GetMavenVersionResponse_builder struct { // version is the resolved version to be used with the maven repository. Version string // contains filtered or unexported fields }
func (GetMavenVersionResponse_builder) Build ¶ added in v1.49.0
func (b0 GetMavenVersionResponse_builder) Build() *GetMavenVersionResponse
type GetModuleDocumentationRequest ¶
type GetModuleDocumentationRequest struct {
// contains filtered or unexported fields
}
GetModuleDocumentationRequest takes an owner, repository, and reference.
func (*GetModuleDocumentationRequest) GetOwner ¶
func (x *GetModuleDocumentationRequest) GetOwner() string
func (*GetModuleDocumentationRequest) GetReference ¶
func (x *GetModuleDocumentationRequest) GetReference() string
func (*GetModuleDocumentationRequest) GetRepository ¶
func (x *GetModuleDocumentationRequest) GetRepository() string
func (*GetModuleDocumentationRequest) ProtoMessage ¶
func (*GetModuleDocumentationRequest) ProtoMessage()
func (*GetModuleDocumentationRequest) ProtoReflect ¶
func (x *GetModuleDocumentationRequest) ProtoReflect() protoreflect.Message
func (*GetModuleDocumentationRequest) Reset ¶
func (x *GetModuleDocumentationRequest) Reset()
func (*GetModuleDocumentationRequest) SetOwner ¶ added in v1.49.0
func (x *GetModuleDocumentationRequest) SetOwner(v string)
func (*GetModuleDocumentationRequest) SetReference ¶ added in v1.49.0
func (x *GetModuleDocumentationRequest) SetReference(v string)
func (*GetModuleDocumentationRequest) SetRepository ¶ added in v1.49.0
func (x *GetModuleDocumentationRequest) SetRepository(v string)
func (*GetModuleDocumentationRequest) String ¶
func (x *GetModuleDocumentationRequest) String() string
type GetModuleDocumentationRequest_builder ¶ added in v1.49.0
type GetModuleDocumentationRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // contains filtered or unexported fields }
func (GetModuleDocumentationRequest_builder) Build ¶ added in v1.49.0
func (b0 GetModuleDocumentationRequest_builder) Build() *GetModuleDocumentationRequest
type GetModuleDocumentationResponse ¶
type GetModuleDocumentationResponse struct {
// contains filtered or unexported fields
}
GetModuleDocumentationResponse returns the ModuleDocumentation for the requested module.
func (*GetModuleDocumentationResponse) ClearModuleDocumentation ¶ added in v1.49.0
func (x *GetModuleDocumentationResponse) ClearModuleDocumentation()
func (*GetModuleDocumentationResponse) GetModuleDocumentation ¶
func (x *GetModuleDocumentationResponse) GetModuleDocumentation() *ModuleDocumentation
func (*GetModuleDocumentationResponse) HasModuleDocumentation ¶ added in v1.49.0
func (x *GetModuleDocumentationResponse) HasModuleDocumentation() bool
func (*GetModuleDocumentationResponse) ProtoMessage ¶
func (*GetModuleDocumentationResponse) ProtoMessage()
func (*GetModuleDocumentationResponse) ProtoReflect ¶
func (x *GetModuleDocumentationResponse) ProtoReflect() protoreflect.Message
func (*GetModuleDocumentationResponse) Reset ¶
func (x *GetModuleDocumentationResponse) Reset()
func (*GetModuleDocumentationResponse) SetModuleDocumentation ¶ added in v1.49.0
func (x *GetModuleDocumentationResponse) SetModuleDocumentation(v *ModuleDocumentation)
func (*GetModuleDocumentationResponse) String ¶
func (x *GetModuleDocumentationResponse) String() string
type GetModuleDocumentationResponse_builder ¶ added in v1.49.0
type GetModuleDocumentationResponse_builder struct { ModuleDocumentation *ModuleDocumentation // contains filtered or unexported fields }
func (GetModuleDocumentationResponse_builder) Build ¶ added in v1.49.0
func (b0 GetModuleDocumentationResponse_builder) Build() *GetModuleDocumentationResponse
type GetModulePackagesRequest ¶ added in v1.0.0
type GetModulePackagesRequest struct {
// contains filtered or unexported fields
}
GetModulePackagesRequest takes an owner, repository, and reference.
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) SetOwner ¶ added in v1.49.0
func (x *GetModulePackagesRequest) SetOwner(v string)
func (*GetModulePackagesRequest) SetReference ¶ added in v1.49.0
func (x *GetModulePackagesRequest) SetReference(v string)
func (*GetModulePackagesRequest) SetRepository ¶ added in v1.49.0
func (x *GetModulePackagesRequest) SetRepository(v string)
func (*GetModulePackagesRequest) String ¶ added in v1.0.0
func (x *GetModulePackagesRequest) String() string
type GetModulePackagesRequest_builder ¶ added in v1.49.0
type GetModulePackagesRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // contains filtered or unexported fields }
func (GetModulePackagesRequest_builder) Build ¶ added in v1.49.0
func (b0 GetModulePackagesRequest_builder) Build() *GetModulePackagesRequest
type GetModulePackagesResponse ¶ added in v1.0.0
type GetModulePackagesResponse struct {
// contains filtered or unexported fields
}
GetModulePackagesResponse returns the list of ModulePackages for the requested module.
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) SetModulePackages ¶ added in v1.49.0
func (x *GetModulePackagesResponse) SetModulePackages(v []*ModulePackage)
func (*GetModulePackagesResponse) SetName ¶ added in v1.49.0
func (x *GetModulePackagesResponse) SetName(v string)
func (*GetModulePackagesResponse) String ¶ added in v1.0.0
func (x *GetModulePackagesResponse) String() string
type GetModulePackagesResponse_builder ¶ added in v1.49.0
type GetModulePackagesResponse_builder struct { Name string ModulePackages []*ModulePackage // contains filtered or unexported fields }
func (GetModulePackagesResponse_builder) Build ¶ added in v1.49.0
func (b0 GetModulePackagesResponse_builder) Build() *GetModulePackagesResponse
type GetModulePinsRequest ¶
type GetModulePinsRequest struct {
// contains filtered or unexported fields
}
func (*GetModulePinsRequest) GetCurrentModulePins ¶
func (x *GetModulePinsRequest) GetCurrentModulePins() []*v1alpha1.ModulePin
func (*GetModulePinsRequest) GetModuleReferences ¶
func (x *GetModulePinsRequest) GetModuleReferences() []*v1alpha1.ModuleReference
func (*GetModulePinsRequest) ProtoMessage ¶
func (*GetModulePinsRequest) ProtoMessage()
func (*GetModulePinsRequest) ProtoReflect ¶
func (x *GetModulePinsRequest) ProtoReflect() protoreflect.Message
func (*GetModulePinsRequest) Reset ¶
func (x *GetModulePinsRequest) Reset()
func (*GetModulePinsRequest) SetCurrentModulePins ¶ added in v1.49.0
func (x *GetModulePinsRequest) SetCurrentModulePins(v []*v1alpha1.ModulePin)
func (*GetModulePinsRequest) SetModuleReferences ¶ added in v1.49.0
func (x *GetModulePinsRequest) SetModuleReferences(v []*v1alpha1.ModuleReference)
func (*GetModulePinsRequest) String ¶
func (x *GetModulePinsRequest) String() string
type GetModulePinsRequest_builder ¶ added in v1.49.0
type GetModulePinsRequest_builder struct { ModuleReferences []*v1alpha1.ModuleReference // current_module_pins allows for partial dependency updates by letting clients // send a request with the pins for their current module and only the // identities of the dependencies they want to update in module_references. // // When resolving, if a client supplied module pin is: // - in the transitive closure of pins resolved from the module_references, // the client supplied module pin will be an extra candidate for tie // breaking. // - NOT in the in the transitive closure of pins resolved from the // module_references, it will be returned as is. CurrentModulePins []*v1alpha1.ModulePin // contains filtered or unexported fields }
func (GetModulePinsRequest_builder) Build ¶ added in v1.49.0
func (b0 GetModulePinsRequest_builder) Build() *GetModulePinsRequest
type GetModulePinsResponse ¶
type GetModulePinsResponse struct {
// contains filtered or unexported fields
}
func (*GetModulePinsResponse) GetModulePins ¶
func (x *GetModulePinsResponse) GetModulePins() []*v1alpha1.ModulePin
func (*GetModulePinsResponse) ProtoMessage ¶
func (*GetModulePinsResponse) ProtoMessage()
func (*GetModulePinsResponse) ProtoReflect ¶
func (x *GetModulePinsResponse) ProtoReflect() protoreflect.Message
func (*GetModulePinsResponse) Reset ¶
func (x *GetModulePinsResponse) Reset()
func (*GetModulePinsResponse) SetModulePins ¶ added in v1.49.0
func (x *GetModulePinsResponse) SetModulePins(v []*v1alpha1.ModulePin)
func (*GetModulePinsResponse) String ¶
func (x *GetModulePinsResponse) String() string
type GetModulePinsResponse_builder ¶ added in v1.49.0
type GetModulePinsResponse_builder struct { ModulePins []*v1alpha1.ModulePin // contains filtered or unexported fields }
func (GetModulePinsResponse_builder) Build ¶ added in v1.49.0
func (b0 GetModulePinsResponse_builder) Build() *GetModulePinsResponse
type GetNPMVersionRequest ¶ added in v1.22.0
type GetNPMVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetNPMVersionRequest) ClearModuleReference ¶ added in v1.49.0
func (x *GetNPMVersionRequest) ClearModuleReference()
func (*GetNPMVersionRequest) ClearPluginReference ¶ added in v1.49.0
func (x *GetNPMVersionRequest) ClearPluginReference()
func (*GetNPMVersionRequest) GetModuleReference ¶ added in v1.22.0
func (x *GetNPMVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetNPMVersionRequest) GetPluginReference ¶ added in v1.22.0
func (x *GetNPMVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetNPMVersionRequest) HasModuleReference ¶ added in v1.49.0
func (x *GetNPMVersionRequest) HasModuleReference() bool
func (*GetNPMVersionRequest) HasPluginReference ¶ added in v1.49.0
func (x *GetNPMVersionRequest) HasPluginReference() bool
func (*GetNPMVersionRequest) ProtoMessage ¶ added in v1.22.0
func (*GetNPMVersionRequest) ProtoMessage()
func (*GetNPMVersionRequest) ProtoReflect ¶ added in v1.22.0
func (x *GetNPMVersionRequest) ProtoReflect() protoreflect.Message
func (*GetNPMVersionRequest) Reset ¶ added in v1.22.0
func (x *GetNPMVersionRequest) Reset()
func (*GetNPMVersionRequest) SetModuleReference ¶ added in v1.49.0
func (x *GetNPMVersionRequest) SetModuleReference(v *LocalModuleReference)
func (*GetNPMVersionRequest) SetPluginReference ¶ added in v1.49.0
func (x *GetNPMVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
func (*GetNPMVersionRequest) String ¶ added in v1.22.0
func (x *GetNPMVersionRequest) String() string
type GetNPMVersionRequest_builder ¶ added in v1.49.0
type GetNPMVersionRequest_builder struct { // The plugin reference to resolve. PluginReference *GetRemotePackageVersionPlugin // The module reference to resolve. ModuleReference *LocalModuleReference // contains filtered or unexported fields }
func (GetNPMVersionRequest_builder) Build ¶ added in v1.49.0
func (b0 GetNPMVersionRequest_builder) Build() *GetNPMVersionRequest
type GetNPMVersionResponse ¶ added in v1.22.0
type GetNPMVersionResponse struct {
// contains filtered or unexported fields
}
func (*GetNPMVersionResponse) GetVersion ¶ added in v1.22.0
func (x *GetNPMVersionResponse) GetVersion() string
func (*GetNPMVersionResponse) ProtoMessage ¶ added in v1.22.0
func (*GetNPMVersionResponse) ProtoMessage()
func (*GetNPMVersionResponse) ProtoReflect ¶ added in v1.22.0
func (x *GetNPMVersionResponse) ProtoReflect() protoreflect.Message
func (*GetNPMVersionResponse) Reset ¶ added in v1.22.0
func (x *GetNPMVersionResponse) Reset()
func (*GetNPMVersionResponse) SetVersion ¶ added in v1.49.0
func (x *GetNPMVersionResponse) SetVersion(v string)
func (*GetNPMVersionResponse) String ¶ added in v1.22.0
func (x *GetNPMVersionResponse) String() string
type GetNPMVersionResponse_builder ¶ added in v1.49.0
type GetNPMVersionResponse_builder struct { // version is the resolved version to be used with the npm registry. Version string // contains filtered or unexported fields }
func (GetNPMVersionResponse_builder) Build ¶ added in v1.49.0
func (b0 GetNPMVersionResponse_builder) Build() *GetNPMVersionResponse
type GetNugetVersionRequest ¶ added in v1.35.0
type GetNugetVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetNugetVersionRequest) ClearModuleReference ¶ added in v1.49.0
func (x *GetNugetVersionRequest) ClearModuleReference()
func (*GetNugetVersionRequest) ClearPluginReference ¶ added in v1.49.0
func (x *GetNugetVersionRequest) ClearPluginReference()
func (*GetNugetVersionRequest) GetModuleReference ¶ added in v1.35.0
func (x *GetNugetVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetNugetVersionRequest) GetPluginReference ¶ added in v1.35.0
func (x *GetNugetVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetNugetVersionRequest) HasModuleReference ¶ added in v1.49.0
func (x *GetNugetVersionRequest) HasModuleReference() bool
func (*GetNugetVersionRequest) HasPluginReference ¶ added in v1.49.0
func (x *GetNugetVersionRequest) HasPluginReference() bool
func (*GetNugetVersionRequest) ProtoMessage ¶ added in v1.35.0
func (*GetNugetVersionRequest) ProtoMessage()
func (*GetNugetVersionRequest) ProtoReflect ¶ added in v1.35.0
func (x *GetNugetVersionRequest) ProtoReflect() protoreflect.Message
func (*GetNugetVersionRequest) Reset ¶ added in v1.35.0
func (x *GetNugetVersionRequest) Reset()
func (*GetNugetVersionRequest) SetModuleReference ¶ added in v1.49.0
func (x *GetNugetVersionRequest) SetModuleReference(v *LocalModuleReference)
func (*GetNugetVersionRequest) SetPluginReference ¶ added in v1.49.0
func (x *GetNugetVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
func (*GetNugetVersionRequest) String ¶ added in v1.35.0
func (x *GetNugetVersionRequest) String() string
type GetNugetVersionRequest_builder ¶ added in v1.49.0
type GetNugetVersionRequest_builder struct { // The plugin reference to resolve. PluginReference *GetRemotePackageVersionPlugin // The module reference to resolve. ModuleReference *LocalModuleReference // contains filtered or unexported fields }
func (GetNugetVersionRequest_builder) Build ¶ added in v1.49.0
func (b0 GetNugetVersionRequest_builder) Build() *GetNugetVersionRequest
type GetNugetVersionResponse ¶ added in v1.35.0
type GetNugetVersionResponse struct {
// contains filtered or unexported fields
}
func (*GetNugetVersionResponse) GetVersion ¶ added in v1.35.0
func (x *GetNugetVersionResponse) GetVersion() string
func (*GetNugetVersionResponse) ProtoMessage ¶ added in v1.35.0
func (*GetNugetVersionResponse) ProtoMessage()
func (*GetNugetVersionResponse) ProtoReflect ¶ added in v1.35.0
func (x *GetNugetVersionResponse) ProtoReflect() protoreflect.Message
func (*GetNugetVersionResponse) Reset ¶ added in v1.35.0
func (x *GetNugetVersionResponse) Reset()
func (*GetNugetVersionResponse) SetVersion ¶ added in v1.49.0
func (x *GetNugetVersionResponse) SetVersion(v string)
func (*GetNugetVersionResponse) String ¶ added in v1.35.0
func (x *GetNugetVersionResponse) String() string
type GetNugetVersionResponse_builder ¶ added in v1.49.0
type GetNugetVersionResponse_builder struct { // version is the resolved version to be used with the nuget registry. Version string // contains filtered or unexported fields }
func (GetNugetVersionResponse_builder) Build ¶ added in v1.49.0
func (b0 GetNugetVersionResponse_builder) Build() *GetNugetVersionResponse
type GetOrganizationByNameRequest ¶
type GetOrganizationByNameRequest struct {
// contains filtered or unexported fields
}
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) SetName ¶ added in v1.49.0
func (x *GetOrganizationByNameRequest) SetName(v string)
func (*GetOrganizationByNameRequest) String ¶
func (x *GetOrganizationByNameRequest) String() string
type GetOrganizationByNameRequest_builder ¶ added in v1.49.0
type GetOrganizationByNameRequest_builder struct { Name string // contains filtered or unexported fields }
func (GetOrganizationByNameRequest_builder) Build ¶ added in v1.49.0
func (b0 GetOrganizationByNameRequest_builder) Build() *GetOrganizationByNameRequest
type GetOrganizationByNameResponse ¶
type GetOrganizationByNameResponse struct {
// contains filtered or unexported fields
}
func (*GetOrganizationByNameResponse) ClearOrganization ¶ added in v1.49.0
func (x *GetOrganizationByNameResponse) ClearOrganization()
func (*GetOrganizationByNameResponse) GetOrganization ¶
func (x *GetOrganizationByNameResponse) GetOrganization() *Organization
func (*GetOrganizationByNameResponse) HasOrganization ¶ added in v1.49.0
func (x *GetOrganizationByNameResponse) HasOrganization() bool
func (*GetOrganizationByNameResponse) ProtoMessage ¶
func (*GetOrganizationByNameResponse) ProtoMessage()
func (*GetOrganizationByNameResponse) ProtoReflect ¶
func (x *GetOrganizationByNameResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationByNameResponse) Reset ¶
func (x *GetOrganizationByNameResponse) Reset()
func (*GetOrganizationByNameResponse) SetOrganization ¶ added in v1.49.0
func (x *GetOrganizationByNameResponse) SetOrganization(v *Organization)
func (*GetOrganizationByNameResponse) String ¶
func (x *GetOrganizationByNameResponse) String() string
type GetOrganizationByNameResponse_builder ¶ added in v1.49.0
type GetOrganizationByNameResponse_builder struct { Organization *Organization // contains filtered or unexported fields }
func (GetOrganizationByNameResponse_builder) Build ¶ added in v1.49.0
func (b0 GetOrganizationByNameResponse_builder) Build() *GetOrganizationByNameResponse
type GetOrganizationRequest ¶
type GetOrganizationRequest struct {
// contains filtered or unexported fields
}
func (*GetOrganizationRequest) GetId ¶
func (x *GetOrganizationRequest) GetId() string
func (*GetOrganizationRequest) ProtoMessage ¶
func (*GetOrganizationRequest) ProtoMessage()
func (*GetOrganizationRequest) ProtoReflect ¶
func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationRequest) Reset ¶
func (x *GetOrganizationRequest) Reset()
func (*GetOrganizationRequest) SetId ¶ added in v1.49.0
func (x *GetOrganizationRequest) SetId(v string)
func (*GetOrganizationRequest) String ¶
func (x *GetOrganizationRequest) String() string
type GetOrganizationRequest_builder ¶ added in v1.49.0
type GetOrganizationRequest_builder struct { Id string // contains filtered or unexported fields }
func (GetOrganizationRequest_builder) Build ¶ added in v1.49.0
func (b0 GetOrganizationRequest_builder) Build() *GetOrganizationRequest
type GetOrganizationResponse ¶
type GetOrganizationResponse struct {
// contains filtered or unexported fields
}
func (*GetOrganizationResponse) ClearOrganization ¶ added in v1.49.0
func (x *GetOrganizationResponse) ClearOrganization()
func (*GetOrganizationResponse) GetOrganization ¶
func (x *GetOrganizationResponse) GetOrganization() *Organization
func (*GetOrganizationResponse) HasOrganization ¶ added in v1.49.0
func (x *GetOrganizationResponse) HasOrganization() bool
func (*GetOrganizationResponse) ProtoMessage ¶
func (*GetOrganizationResponse) ProtoMessage()
func (*GetOrganizationResponse) ProtoReflect ¶
func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationResponse) Reset ¶
func (x *GetOrganizationResponse) Reset()
func (*GetOrganizationResponse) SetOrganization ¶ added in v1.49.0
func (x *GetOrganizationResponse) SetOrganization(v *Organization)
func (*GetOrganizationResponse) String ¶
func (x *GetOrganizationResponse) String() string
type GetOrganizationResponse_builder ¶ added in v1.49.0
type GetOrganizationResponse_builder struct { Organization *Organization // contains filtered or unexported fields }
func (GetOrganizationResponse_builder) Build ¶ added in v1.49.0
func (b0 GetOrganizationResponse_builder) Build() *GetOrganizationResponse
type GetOrganizationSettingsRequest ¶ added in v1.0.0
type GetOrganizationSettingsRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *GetOrganizationSettingsRequest) SetOrganizationId(v string)
func (*GetOrganizationSettingsRequest) String ¶ added in v1.0.0
func (x *GetOrganizationSettingsRequest) String() string
type GetOrganizationSettingsRequest_builder ¶ added in v1.49.0
type GetOrganizationSettingsRequest_builder struct { // The ID of the organization for which to get the settings. OrganizationId string // contains filtered or unexported fields }
func (GetOrganizationSettingsRequest_builder) Build ¶ added in v1.49.0
func (b0 GetOrganizationSettingsRequest_builder) Build() *GetOrganizationSettingsRequest
type GetOrganizationSettingsResponse ¶ added in v1.0.0
type GetOrganizationSettingsResponse struct {
// contains filtered or unexported fields
}
func (*GetOrganizationSettingsResponse) GetIdpGroups ¶ added in v1.12.0
func (x *GetOrganizationSettingsResponse) GetIdpGroups() []string
func (*GetOrganizationSettingsResponse) GetMembersCount ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) GetMembersCount() uint32
func (*GetOrganizationSettingsResponse) GetRepositoryBaseRole ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) GetRepositoryBaseRole() RepositoryRole
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) SetIdpGroups ¶ added in v1.49.0
func (x *GetOrganizationSettingsResponse) SetIdpGroups(v []string)
func (*GetOrganizationSettingsResponse) SetMembersCount ¶ added in v1.49.0
func (x *GetOrganizationSettingsResponse) SetMembersCount(v uint32)
func (*GetOrganizationSettingsResponse) SetRepositoryBaseRole ¶ added in v1.49.0
func (x *GetOrganizationSettingsResponse) SetRepositoryBaseRole(v RepositoryRole)
func (*GetOrganizationSettingsResponse) String ¶ added in v1.0.0
func (x *GetOrganizationSettingsResponse) String() string
type GetOrganizationSettingsResponse_builder ¶ added in v1.49.0
type GetOrganizationSettingsResponse_builder struct { RepositoryBaseRole RepositoryRole // The number of members in the organization. MembersCount uint32 // The IdP groups associated with the organization. IdpGroups []string // contains filtered or unexported fields }
func (GetOrganizationSettingsResponse_builder) Build ¶ added in v1.49.0
func (b0 GetOrganizationSettingsResponse_builder) Build() *GetOrganizationSettingsResponse
type GetOwnerByNameRequest ¶
type GetOwnerByNameRequest struct {
// contains filtered or unexported fields
}
func (*GetOwnerByNameRequest) GetName ¶
func (x *GetOwnerByNameRequest) GetName() string
func (*GetOwnerByNameRequest) ProtoMessage ¶
func (*GetOwnerByNameRequest) ProtoMessage()
func (*GetOwnerByNameRequest) ProtoReflect ¶
func (x *GetOwnerByNameRequest) ProtoReflect() protoreflect.Message
func (*GetOwnerByNameRequest) Reset ¶
func (x *GetOwnerByNameRequest) Reset()
func (*GetOwnerByNameRequest) SetName ¶ added in v1.49.0
func (x *GetOwnerByNameRequest) SetName(v string)
func (*GetOwnerByNameRequest) String ¶
func (x *GetOwnerByNameRequest) String() string
type GetOwnerByNameRequest_builder ¶ added in v1.49.0
type GetOwnerByNameRequest_builder struct { // Name of the requested owner. Name string // contains filtered or unexported fields }
func (GetOwnerByNameRequest_builder) Build ¶ added in v1.49.0
func (b0 GetOwnerByNameRequest_builder) Build() *GetOwnerByNameRequest
type GetOwnerByNameResponse ¶
type GetOwnerByNameResponse struct {
// contains filtered or unexported fields
}
func (*GetOwnerByNameResponse) ClearOwner ¶ added in v1.49.0
func (x *GetOwnerByNameResponse) ClearOwner()
func (*GetOwnerByNameResponse) GetOwner ¶
func (x *GetOwnerByNameResponse) GetOwner() *Owner
func (*GetOwnerByNameResponse) HasOwner ¶ added in v1.49.0
func (x *GetOwnerByNameResponse) HasOwner() bool
func (*GetOwnerByNameResponse) ProtoMessage ¶
func (*GetOwnerByNameResponse) ProtoMessage()
func (*GetOwnerByNameResponse) ProtoReflect ¶
func (x *GetOwnerByNameResponse) ProtoReflect() protoreflect.Message
func (*GetOwnerByNameResponse) Reset ¶
func (x *GetOwnerByNameResponse) Reset()
func (*GetOwnerByNameResponse) SetOwner ¶ added in v1.49.0
func (x *GetOwnerByNameResponse) SetOwner(v *Owner)
func (*GetOwnerByNameResponse) String ¶
func (x *GetOwnerByNameResponse) String() string
type GetOwnerByNameResponse_builder ¶ added in v1.49.0
type GetOwnerByNameResponse_builder struct { Owner *Owner // contains filtered or unexported fields }
func (GetOwnerByNameResponse_builder) Build ¶ added in v1.49.0
func (b0 GetOwnerByNameResponse_builder) Build() *GetOwnerByNameResponse
type GetPackageDocumentationRequest ¶
type GetPackageDocumentationRequest struct {
// contains filtered or unexported fields
}
GetPackageDocumentationRequest takes an owner, repository, reference, and package name.
func (*GetPackageDocumentationRequest) GetOwner ¶
func (x *GetPackageDocumentationRequest) GetOwner() string
func (*GetPackageDocumentationRequest) GetPackageName ¶
func (x *GetPackageDocumentationRequest) GetPackageName() string
func (*GetPackageDocumentationRequest) GetReference ¶
func (x *GetPackageDocumentationRequest) GetReference() string
func (*GetPackageDocumentationRequest) GetRepository ¶
func (x *GetPackageDocumentationRequest) GetRepository() string
func (*GetPackageDocumentationRequest) ProtoMessage ¶
func (*GetPackageDocumentationRequest) ProtoMessage()
func (*GetPackageDocumentationRequest) ProtoReflect ¶
func (x *GetPackageDocumentationRequest) ProtoReflect() protoreflect.Message
func (*GetPackageDocumentationRequest) Reset ¶
func (x *GetPackageDocumentationRequest) Reset()
func (*GetPackageDocumentationRequest) SetOwner ¶ added in v1.49.0
func (x *GetPackageDocumentationRequest) SetOwner(v string)
func (*GetPackageDocumentationRequest) SetPackageName ¶ added in v1.49.0
func (x *GetPackageDocumentationRequest) SetPackageName(v string)
func (*GetPackageDocumentationRequest) SetReference ¶ added in v1.49.0
func (x *GetPackageDocumentationRequest) SetReference(v string)
func (*GetPackageDocumentationRequest) SetRepository ¶ added in v1.49.0
func (x *GetPackageDocumentationRequest) SetRepository(v string)
func (*GetPackageDocumentationRequest) String ¶
func (x *GetPackageDocumentationRequest) String() string
type GetPackageDocumentationRequest_builder ¶ added in v1.49.0
type GetPackageDocumentationRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // this is the fully qualified package name. PackageName string // contains filtered or unexported fields }
func (GetPackageDocumentationRequest_builder) Build ¶ added in v1.49.0
func (b0 GetPackageDocumentationRequest_builder) Build() *GetPackageDocumentationRequest
type GetPackageDocumentationResponse ¶
type GetPackageDocumentationResponse struct {
// contains filtered or unexported fields
}
GetPackageDocumentationResponse returns the documentation for the requested package.
func (*GetPackageDocumentationResponse) ClearPackageDocumentation ¶ added in v1.49.0
func (x *GetPackageDocumentationResponse) ClearPackageDocumentation()
func (*GetPackageDocumentationResponse) GetPackageDocumentation ¶
func (x *GetPackageDocumentationResponse) GetPackageDocumentation() *PackageDocumentation
func (*GetPackageDocumentationResponse) HasPackageDocumentation ¶ added in v1.49.0
func (x *GetPackageDocumentationResponse) HasPackageDocumentation() bool
func (*GetPackageDocumentationResponse) ProtoMessage ¶
func (*GetPackageDocumentationResponse) ProtoMessage()
func (*GetPackageDocumentationResponse) ProtoReflect ¶
func (x *GetPackageDocumentationResponse) ProtoReflect() protoreflect.Message
func (*GetPackageDocumentationResponse) Reset ¶
func (x *GetPackageDocumentationResponse) Reset()
func (*GetPackageDocumentationResponse) SetPackageDocumentation ¶ added in v1.49.0
func (x *GetPackageDocumentationResponse) SetPackageDocumentation(v *PackageDocumentation)
func (*GetPackageDocumentationResponse) String ¶
func (x *GetPackageDocumentationResponse) String() string
type GetPackageDocumentationResponse_builder ¶ added in v1.49.0
type GetPackageDocumentationResponse_builder struct { PackageDocumentation *PackageDocumentation // contains filtered or unexported fields }
func (GetPackageDocumentationResponse_builder) Build ¶ added in v1.49.0
func (b0 GetPackageDocumentationResponse_builder) Build() *GetPackageDocumentationResponse
type GetPythonVersionRequest ¶ added in v1.29.0
type GetPythonVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetPythonVersionRequest) ClearModuleReference ¶ added in v1.49.0
func (x *GetPythonVersionRequest) ClearModuleReference()
func (*GetPythonVersionRequest) ClearPluginReference ¶ added in v1.49.0
func (x *GetPythonVersionRequest) ClearPluginReference()
func (*GetPythonVersionRequest) GetModuleReference ¶ added in v1.29.0
func (x *GetPythonVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetPythonVersionRequest) GetPluginReference ¶ added in v1.29.0
func (x *GetPythonVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetPythonVersionRequest) HasModuleReference ¶ added in v1.49.0
func (x *GetPythonVersionRequest) HasModuleReference() bool
func (*GetPythonVersionRequest) HasPluginReference ¶ added in v1.49.0
func (x *GetPythonVersionRequest) HasPluginReference() bool
func (*GetPythonVersionRequest) ProtoMessage ¶ added in v1.29.0
func (*GetPythonVersionRequest) ProtoMessage()
func (*GetPythonVersionRequest) ProtoReflect ¶ added in v1.29.0
func (x *GetPythonVersionRequest) ProtoReflect() protoreflect.Message
func (*GetPythonVersionRequest) Reset ¶ added in v1.29.0
func (x *GetPythonVersionRequest) Reset()
func (*GetPythonVersionRequest) SetModuleReference ¶ added in v1.49.0
func (x *GetPythonVersionRequest) SetModuleReference(v *LocalModuleReference)
func (*GetPythonVersionRequest) SetPluginReference ¶ added in v1.49.0
func (x *GetPythonVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
func (*GetPythonVersionRequest) String ¶ added in v1.29.0
func (x *GetPythonVersionRequest) String() string
type GetPythonVersionRequest_builder ¶ added in v1.49.0
type GetPythonVersionRequest_builder struct { // The plugin reference to resolve. PluginReference *GetRemotePackageVersionPlugin // The module reference to resolve. ModuleReference *LocalModuleReference // contains filtered or unexported fields }
func (GetPythonVersionRequest_builder) Build ¶ added in v1.49.0
func (b0 GetPythonVersionRequest_builder) Build() *GetPythonVersionRequest
type GetPythonVersionResponse ¶ added in v1.29.0
type GetPythonVersionResponse struct {
// contains filtered or unexported fields
}
func (*GetPythonVersionResponse) GetVersion ¶ added in v1.29.0
func (x *GetPythonVersionResponse) GetVersion() string
func (*GetPythonVersionResponse) ProtoMessage ¶ added in v1.29.0
func (*GetPythonVersionResponse) ProtoMessage()
func (*GetPythonVersionResponse) ProtoReflect ¶ added in v1.29.0
func (x *GetPythonVersionResponse) ProtoReflect() protoreflect.Message
func (*GetPythonVersionResponse) Reset ¶ added in v1.29.0
func (x *GetPythonVersionResponse) Reset()
func (*GetPythonVersionResponse) SetVersion ¶ added in v1.49.0
func (x *GetPythonVersionResponse) SetVersion(v string)
func (*GetPythonVersionResponse) String ¶ added in v1.29.0
func (x *GetPythonVersionResponse) String() string
type GetPythonVersionResponse_builder ¶ added in v1.49.0
type GetPythonVersionResponse_builder struct { // version is the resolved version to be used with the python repository. Version string // contains filtered or unexported fields }
func (GetPythonVersionResponse_builder) Build ¶ added in v1.49.0
func (b0 GetPythonVersionResponse_builder) Build() *GetPythonVersionResponse
type GetReferenceByNameRequest ¶
type GetReferenceByNameRequest struct {
// contains filtered or unexported fields
}
func (*GetReferenceByNameRequest) GetName ¶
func (x *GetReferenceByNameRequest) GetName() string
func (*GetReferenceByNameRequest) GetOwner ¶
func (x *GetReferenceByNameRequest) GetOwner() string
func (*GetReferenceByNameRequest) GetRepositoryName ¶
func (x *GetReferenceByNameRequest) GetRepositoryName() string
func (*GetReferenceByNameRequest) ProtoMessage ¶
func (*GetReferenceByNameRequest) ProtoMessage()
func (*GetReferenceByNameRequest) ProtoReflect ¶
func (x *GetReferenceByNameRequest) ProtoReflect() protoreflect.Message
func (*GetReferenceByNameRequest) Reset ¶
func (x *GetReferenceByNameRequest) Reset()
func (*GetReferenceByNameRequest) SetName ¶ added in v1.49.0
func (x *GetReferenceByNameRequest) SetName(v string)
func (*GetReferenceByNameRequest) SetOwner ¶ added in v1.49.0
func (x *GetReferenceByNameRequest) SetOwner(v string)
func (*GetReferenceByNameRequest) SetRepositoryName ¶ added in v1.49.0
func (x *GetReferenceByNameRequest) SetRepositoryName(v string)
func (*GetReferenceByNameRequest) String ¶
func (x *GetReferenceByNameRequest) String() string
type GetReferenceByNameRequest_builder ¶ added in v1.49.0
type GetReferenceByNameRequest_builder struct { // Optional name (if unspecified, will use the repository's default_branch). Name string // Owner of the repository the reference belongs to. Owner string // Name of the repository the reference belongs to. RepositoryName string // contains filtered or unexported fields }
func (GetReferenceByNameRequest_builder) Build ¶ added in v1.49.0
func (b0 GetReferenceByNameRequest_builder) Build() *GetReferenceByNameRequest
type GetReferenceByNameResponse ¶
type GetReferenceByNameResponse struct {
// contains filtered or unexported fields
}
func (*GetReferenceByNameResponse) ClearReference ¶ added in v1.49.0
func (x *GetReferenceByNameResponse) ClearReference()
func (*GetReferenceByNameResponse) GetReference ¶
func (x *GetReferenceByNameResponse) GetReference() *Reference
func (*GetReferenceByNameResponse) HasReference ¶ added in v1.49.0
func (x *GetReferenceByNameResponse) HasReference() bool
func (*GetReferenceByNameResponse) ProtoMessage ¶
func (*GetReferenceByNameResponse) ProtoMessage()
func (*GetReferenceByNameResponse) ProtoReflect ¶
func (x *GetReferenceByNameResponse) ProtoReflect() protoreflect.Message
func (*GetReferenceByNameResponse) Reset ¶
func (x *GetReferenceByNameResponse) Reset()
func (*GetReferenceByNameResponse) SetReference ¶ added in v1.49.0
func (x *GetReferenceByNameResponse) SetReference(v *Reference)
func (*GetReferenceByNameResponse) String ¶
func (x *GetReferenceByNameResponse) String() string
type GetReferenceByNameResponse_builder ¶ added in v1.49.0
type GetReferenceByNameResponse_builder struct { Reference *Reference // contains filtered or unexported fields }
func (GetReferenceByNameResponse_builder) Build ¶ added in v1.49.0
func (b0 GetReferenceByNameResponse_builder) Build() *GetReferenceByNameResponse
type GetRemotePackageVersionPlugin ¶ added in v1.22.0
type GetRemotePackageVersionPlugin struct {
// contains filtered or unexported fields
}
GetRemotePackageVersionPlugin is a plugin reference. If the version is empty, this is a reference to the latest version.
func (*GetRemotePackageVersionPlugin) GetName ¶ added in v1.22.0
func (x *GetRemotePackageVersionPlugin) GetName() string
func (*GetRemotePackageVersionPlugin) GetOwner ¶ added in v1.22.0
func (x *GetRemotePackageVersionPlugin) GetOwner() string
func (*GetRemotePackageVersionPlugin) GetRevision ¶ added in v1.32.1
func (x *GetRemotePackageVersionPlugin) GetRevision() uint32
func (*GetRemotePackageVersionPlugin) GetVersion ¶ added in v1.22.0
func (x *GetRemotePackageVersionPlugin) GetVersion() string
func (*GetRemotePackageVersionPlugin) ProtoMessage ¶ added in v1.22.0
func (*GetRemotePackageVersionPlugin) ProtoMessage()
func (*GetRemotePackageVersionPlugin) ProtoReflect ¶ added in v1.22.0
func (x *GetRemotePackageVersionPlugin) ProtoReflect() protoreflect.Message
func (*GetRemotePackageVersionPlugin) Reset ¶ added in v1.22.0
func (x *GetRemotePackageVersionPlugin) Reset()
func (*GetRemotePackageVersionPlugin) SetName ¶ added in v1.49.0
func (x *GetRemotePackageVersionPlugin) SetName(v string)
func (*GetRemotePackageVersionPlugin) SetOwner ¶ added in v1.49.0
func (x *GetRemotePackageVersionPlugin) SetOwner(v string)
func (*GetRemotePackageVersionPlugin) SetRevision ¶ added in v1.49.0
func (x *GetRemotePackageVersionPlugin) SetRevision(v uint32)
func (*GetRemotePackageVersionPlugin) SetVersion ¶ added in v1.49.0
func (x *GetRemotePackageVersionPlugin) SetVersion(v string)
func (*GetRemotePackageVersionPlugin) String ¶ added in v1.22.0
func (x *GetRemotePackageVersionPlugin) String() string
type GetRemotePackageVersionPlugin_builder ¶ added in v1.49.0
type GetRemotePackageVersionPlugin_builder struct { // The owner of the plugin. // example: bufbuild Owner string // The name of the plugin. // example: connect-go Name string // The version of the plugin. // If empty, this is a reference to the latest version. // example: v1.0.0 Version string // The revision of the plugin version. // example: 1 Revision uint32 // contains filtered or unexported fields }
func (GetRemotePackageVersionPlugin_builder) Build ¶ added in v1.49.0
func (b0 GetRemotePackageVersionPlugin_builder) Build() *GetRemotePackageVersionPlugin
type GetRepositoriesByFullNameRequest ¶ added in v1.0.0
type GetRepositoriesByFullNameRequest struct {
// contains filtered or unexported fields
}
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) SetFullNames ¶ added in v1.49.0
func (x *GetRepositoriesByFullNameRequest) SetFullNames(v []string)
func (*GetRepositoriesByFullNameRequest) String ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameRequest) String() string
type GetRepositoriesByFullNameRequest_builder ¶ added in v1.49.0
type GetRepositoriesByFullNameRequest_builder struct { // minimum length is 1 // maximum length is 250 FullNames []string // contains filtered or unexported fields }
func (GetRepositoriesByFullNameRequest_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoriesByFullNameRequest_builder) Build() *GetRepositoriesByFullNameRequest
type GetRepositoriesByFullNameResponse ¶ added in v1.0.0
type GetRepositoriesByFullNameResponse struct {
// contains filtered or unexported fields
}
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) SetRepositories ¶ added in v1.49.0
func (x *GetRepositoriesByFullNameResponse) SetRepositories(v []*Repository)
func (*GetRepositoriesByFullNameResponse) String ¶ added in v1.0.0
func (x *GetRepositoriesByFullNameResponse) String() string
type GetRepositoriesByFullNameResponse_builder ¶ added in v1.49.0
type GetRepositoriesByFullNameResponse_builder struct { Repositories []*Repository // contains filtered or unexported fields }
func (GetRepositoriesByFullNameResponse_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoriesByFullNameResponse_builder) Build() *GetRepositoriesByFullNameResponse
type GetRepositoriesMetadataRequest ¶ added in v1.10.0
type GetRepositoriesMetadataRequest struct {
// contains filtered or unexported fields
}
func (*GetRepositoriesMetadataRequest) GetIds ¶ added in v1.10.0
func (x *GetRepositoriesMetadataRequest) GetIds() []string
func (*GetRepositoriesMetadataRequest) ProtoMessage ¶ added in v1.10.0
func (*GetRepositoriesMetadataRequest) ProtoMessage()
func (*GetRepositoriesMetadataRequest) ProtoReflect ¶ added in v1.10.0
func (x *GetRepositoriesMetadataRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoriesMetadataRequest) Reset ¶ added in v1.10.0
func (x *GetRepositoriesMetadataRequest) Reset()
func (*GetRepositoriesMetadataRequest) SetIds ¶ added in v1.49.0
func (x *GetRepositoriesMetadataRequest) SetIds(v []string)
func (*GetRepositoriesMetadataRequest) String ¶ added in v1.10.0
func (x *GetRepositoriesMetadataRequest) String() string
type GetRepositoriesMetadataRequest_builder ¶ added in v1.49.0
type GetRepositoriesMetadataRequest_builder struct { // The list of repository IDs to request the metadata. Ids []string // contains filtered or unexported fields }
func (GetRepositoriesMetadataRequest_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoriesMetadataRequest_builder) Build() *GetRepositoriesMetadataRequest
type GetRepositoriesMetadataResponse ¶ added in v1.10.0
type GetRepositoriesMetadataResponse struct {
// contains filtered or unexported fields
}
func (*GetRepositoriesMetadataResponse) GetMetadata ¶ added in v1.10.0
func (x *GetRepositoriesMetadataResponse) GetMetadata() []*RepositoryMetadata
func (*GetRepositoriesMetadataResponse) ProtoMessage ¶ added in v1.10.0
func (*GetRepositoriesMetadataResponse) ProtoMessage()
func (*GetRepositoriesMetadataResponse) ProtoReflect ¶ added in v1.10.0
func (x *GetRepositoriesMetadataResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoriesMetadataResponse) Reset ¶ added in v1.10.0
func (x *GetRepositoriesMetadataResponse) Reset()
func (*GetRepositoriesMetadataResponse) SetMetadata ¶ added in v1.49.0
func (x *GetRepositoriesMetadataResponse) SetMetadata(v []*RepositoryMetadata)
func (*GetRepositoriesMetadataResponse) String ¶ added in v1.10.0
func (x *GetRepositoriesMetadataResponse) String() string
type GetRepositoriesMetadataResponse_builder ¶ added in v1.49.0
type GetRepositoriesMetadataResponse_builder struct { Metadata []*RepositoryMetadata // contains filtered or unexported fields }
func (GetRepositoriesMetadataResponse_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoriesMetadataResponse_builder) Build() *GetRepositoriesMetadataResponse
type GetRepositoryBranchRequest ¶ added in v1.28.0
type GetRepositoryBranchRequest struct {
// contains filtered or unexported fields
}
func (*GetRepositoryBranchRequest) GetName ¶ added in v1.28.0
func (x *GetRepositoryBranchRequest) GetName() string
func (*GetRepositoryBranchRequest) GetRepositoryId ¶ added in v1.28.0
func (x *GetRepositoryBranchRequest) GetRepositoryId() string
func (*GetRepositoryBranchRequest) ProtoMessage ¶ added in v1.28.0
func (*GetRepositoryBranchRequest) ProtoMessage()
func (*GetRepositoryBranchRequest) ProtoReflect ¶ added in v1.28.0
func (x *GetRepositoryBranchRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryBranchRequest) Reset ¶ added in v1.28.0
func (x *GetRepositoryBranchRequest) Reset()
func (*GetRepositoryBranchRequest) SetName ¶ added in v1.49.0
func (x *GetRepositoryBranchRequest) SetName(v string)
func (*GetRepositoryBranchRequest) SetRepositoryId ¶ added in v1.49.0
func (x *GetRepositoryBranchRequest) SetRepositoryId(v string)
func (*GetRepositoryBranchRequest) String ¶ added in v1.28.0
func (x *GetRepositoryBranchRequest) String() string
type GetRepositoryBranchRequest_builder ¶ added in v1.49.0
type GetRepositoryBranchRequest_builder struct { // The ID of the repository for which the branch is requested. RepositoryId string // The name of the branch to get. Name string // contains filtered or unexported fields }
func (GetRepositoryBranchRequest_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryBranchRequest_builder) Build() *GetRepositoryBranchRequest
type GetRepositoryBranchResponse ¶ added in v1.28.0
type GetRepositoryBranchResponse struct {
// contains filtered or unexported fields
}
func (*GetRepositoryBranchResponse) ClearBranch ¶ added in v1.49.0
func (x *GetRepositoryBranchResponse) ClearBranch()
func (*GetRepositoryBranchResponse) GetBranch ¶ added in v1.28.0
func (x *GetRepositoryBranchResponse) GetBranch() *RepositoryBranch
func (*GetRepositoryBranchResponse) HasBranch ¶ added in v1.49.0
func (x *GetRepositoryBranchResponse) HasBranch() bool
func (*GetRepositoryBranchResponse) ProtoMessage ¶ added in v1.28.0
func (*GetRepositoryBranchResponse) ProtoMessage()
func (*GetRepositoryBranchResponse) ProtoReflect ¶ added in v1.28.0
func (x *GetRepositoryBranchResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryBranchResponse) Reset ¶ added in v1.28.0
func (x *GetRepositoryBranchResponse) Reset()
func (*GetRepositoryBranchResponse) SetBranch ¶ added in v1.49.0
func (x *GetRepositoryBranchResponse) SetBranch(v *RepositoryBranch)
func (*GetRepositoryBranchResponse) String ¶ added in v1.28.0
func (x *GetRepositoryBranchResponse) String() string
type GetRepositoryBranchResponse_builder ¶ added in v1.49.0
type GetRepositoryBranchResponse_builder struct { Branch *RepositoryBranch // contains filtered or unexported fields }
func (GetRepositoryBranchResponse_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryBranchResponse_builder) Build() *GetRepositoryBranchResponse
type GetRepositoryByFullNameRequest ¶
type GetRepositoryByFullNameRequest struct {
// contains filtered or unexported fields
}
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) SetFullName ¶ added in v1.49.0
func (x *GetRepositoryByFullNameRequest) SetFullName(v string)
func (*GetRepositoryByFullNameRequest) String ¶
func (x *GetRepositoryByFullNameRequest) String() string
type GetRepositoryByFullNameRequest_builder ¶ added in v1.49.0
type GetRepositoryByFullNameRequest_builder struct { FullName string // contains filtered or unexported fields }
func (GetRepositoryByFullNameRequest_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryByFullNameRequest_builder) Build() *GetRepositoryByFullNameRequest
type GetRepositoryByFullNameResponse ¶
type GetRepositoryByFullNameResponse struct {
// contains filtered or unexported fields
}
func (*GetRepositoryByFullNameResponse) ClearCounts ¶ added in v1.49.0
func (x *GetRepositoryByFullNameResponse) ClearCounts()
func (*GetRepositoryByFullNameResponse) ClearRepository ¶ added in v1.49.0
func (x *GetRepositoryByFullNameResponse) ClearRepository()
func (*GetRepositoryByFullNameResponse) GetCounts ¶ added in v1.1.0
func (x *GetRepositoryByFullNameResponse) GetCounts() *RepositoryCounts
func (*GetRepositoryByFullNameResponse) GetRepository ¶
func (x *GetRepositoryByFullNameResponse) GetRepository() *Repository
func (*GetRepositoryByFullNameResponse) HasCounts ¶ added in v1.49.0
func (x *GetRepositoryByFullNameResponse) HasCounts() bool
func (*GetRepositoryByFullNameResponse) HasRepository ¶ added in v1.49.0
func (x *GetRepositoryByFullNameResponse) HasRepository() bool
func (*GetRepositoryByFullNameResponse) ProtoMessage ¶
func (*GetRepositoryByFullNameResponse) ProtoMessage()
func (*GetRepositoryByFullNameResponse) ProtoReflect ¶
func (x *GetRepositoryByFullNameResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryByFullNameResponse) Reset ¶
func (x *GetRepositoryByFullNameResponse) Reset()
func (*GetRepositoryByFullNameResponse) SetCounts ¶ added in v1.49.0
func (x *GetRepositoryByFullNameResponse) SetCounts(v *RepositoryCounts)
func (*GetRepositoryByFullNameResponse) SetRepository ¶ added in v1.49.0
func (x *GetRepositoryByFullNameResponse) SetRepository(v *Repository)
func (*GetRepositoryByFullNameResponse) String ¶
func (x *GetRepositoryByFullNameResponse) String() string
type GetRepositoryByFullNameResponse_builder ¶ added in v1.49.0
type GetRepositoryByFullNameResponse_builder struct { Repository *Repository Counts *RepositoryCounts // contains filtered or unexported fields }
func (GetRepositoryByFullNameResponse_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryByFullNameResponse_builder) Build() *GetRepositoryByFullNameResponse
type GetRepositoryCommitByReferenceRequest ¶
type GetRepositoryCommitByReferenceRequest struct {
// contains filtered or unexported fields
}
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) SetReference ¶ added in v1.49.0
func (x *GetRepositoryCommitByReferenceRequest) SetReference(v string)
func (*GetRepositoryCommitByReferenceRequest) SetRepositoryName ¶ added in v1.49.0
func (x *GetRepositoryCommitByReferenceRequest) SetRepositoryName(v string)
func (*GetRepositoryCommitByReferenceRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *GetRepositoryCommitByReferenceRequest) SetRepositoryOwner(v string)
func (*GetRepositoryCommitByReferenceRequest) String ¶
func (x *GetRepositoryCommitByReferenceRequest) String() string
type GetRepositoryCommitByReferenceRequest_builder ¶ added in v1.49.0
type GetRepositoryCommitByReferenceRequest_builder struct { // The owner of the repository which the reference belongs to. RepositoryOwner string // The name of the repository which the reference belongs to. RepositoryName string // The optional reference that should be resolved to a commit. Can be a tag or commit. // If unspecified, will use the repository's default_branch. Reference string // contains filtered or unexported fields }
type GetRepositoryCommitByReferenceResponse ¶
type GetRepositoryCommitByReferenceResponse struct {
// contains filtered or unexported fields
}
func (*GetRepositoryCommitByReferenceResponse) ClearRepositoryCommit ¶ added in v1.49.0
func (x *GetRepositoryCommitByReferenceResponse) ClearRepositoryCommit()
func (*GetRepositoryCommitByReferenceResponse) GetRepositoryCommit ¶
func (x *GetRepositoryCommitByReferenceResponse) GetRepositoryCommit() *RepositoryCommit
func (*GetRepositoryCommitByReferenceResponse) HasRepositoryCommit ¶ added in v1.49.0
func (x *GetRepositoryCommitByReferenceResponse) HasRepositoryCommit() bool
func (*GetRepositoryCommitByReferenceResponse) ProtoMessage ¶
func (*GetRepositoryCommitByReferenceResponse) ProtoMessage()
func (*GetRepositoryCommitByReferenceResponse) ProtoReflect ¶
func (x *GetRepositoryCommitByReferenceResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryCommitByReferenceResponse) Reset ¶
func (x *GetRepositoryCommitByReferenceResponse) Reset()
func (*GetRepositoryCommitByReferenceResponse) SetRepositoryCommit ¶ added in v1.49.0
func (x *GetRepositoryCommitByReferenceResponse) SetRepositoryCommit(v *RepositoryCommit)
func (*GetRepositoryCommitByReferenceResponse) String ¶
func (x *GetRepositoryCommitByReferenceResponse) String() string
type GetRepositoryCommitByReferenceResponse_builder ¶ added in v1.49.0
type GetRepositoryCommitByReferenceResponse_builder struct { RepositoryCommit *RepositoryCommit // contains filtered or unexported fields }
type GetRepositoryContributorRequest ¶ added in v1.1.0
type GetRepositoryContributorRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *GetRepositoryContributorRequest) SetRepositoryId(v string)
func (*GetRepositoryContributorRequest) SetUserId ¶ added in v1.49.0
func (x *GetRepositoryContributorRequest) SetUserId(v string)
func (*GetRepositoryContributorRequest) String ¶ added in v1.1.0
func (x *GetRepositoryContributorRequest) String() string
type GetRepositoryContributorRequest_builder ¶ added in v1.49.0
type GetRepositoryContributorRequest_builder struct { // The ID of the repository for which to get the contributor information. RepositoryId string // The ID of the user for which to get the contributor information. UserId string // contains filtered or unexported fields }
func (GetRepositoryContributorRequest_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryContributorRequest_builder) Build() *GetRepositoryContributorRequest
type GetRepositoryContributorResponse ¶ added in v1.1.0
type GetRepositoryContributorResponse struct {
// contains filtered or unexported fields
}
func (*GetRepositoryContributorResponse) ClearUser ¶ added in v1.49.0
func (x *GetRepositoryContributorResponse) ClearUser()
func (*GetRepositoryContributorResponse) GetUser ¶ added in v1.1.0
func (x *GetRepositoryContributorResponse) GetUser() *RepositoryContributor
func (*GetRepositoryContributorResponse) HasUser ¶ added in v1.49.0
func (x *GetRepositoryContributorResponse) HasUser() bool
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) SetUser ¶ added in v1.49.0
func (x *GetRepositoryContributorResponse) SetUser(v *RepositoryContributor)
func (*GetRepositoryContributorResponse) String ¶ added in v1.1.0
func (x *GetRepositoryContributorResponse) String() string
type GetRepositoryContributorResponse_builder ¶ added in v1.49.0
type GetRepositoryContributorResponse_builder struct { // The contributor information of the user in the repository. User *RepositoryContributor // contains filtered or unexported fields }
func (GetRepositoryContributorResponse_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryContributorResponse_builder) Build() *GetRepositoryContributorResponse
type GetRepositoryDependencyDOTStringRequest ¶ added in v1.27.0
type GetRepositoryDependencyDOTStringRequest struct {
// contains filtered or unexported fields
}
func (*GetRepositoryDependencyDOTStringRequest) GetOwner ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringRequest) GetOwner() string
func (*GetRepositoryDependencyDOTStringRequest) GetReference ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringRequest) GetReference() string
func (*GetRepositoryDependencyDOTStringRequest) GetRepository ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringRequest) GetRepository() string
func (*GetRepositoryDependencyDOTStringRequest) ProtoMessage ¶ added in v1.27.0
func (*GetRepositoryDependencyDOTStringRequest) ProtoMessage()
func (*GetRepositoryDependencyDOTStringRequest) ProtoReflect ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryDependencyDOTStringRequest) Reset ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringRequest) Reset()
func (*GetRepositoryDependencyDOTStringRequest) SetOwner ¶ added in v1.49.0
func (x *GetRepositoryDependencyDOTStringRequest) SetOwner(v string)
func (*GetRepositoryDependencyDOTStringRequest) SetReference ¶ added in v1.49.0
func (x *GetRepositoryDependencyDOTStringRequest) SetReference(v string)
func (*GetRepositoryDependencyDOTStringRequest) SetRepository ¶ added in v1.49.0
func (x *GetRepositoryDependencyDOTStringRequest) SetRepository(v string)
func (*GetRepositoryDependencyDOTStringRequest) String ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringRequest) String() string
type GetRepositoryDependencyDOTStringRequest_builder ¶ added in v1.49.0
type GetRepositoryDependencyDOTStringRequest_builder struct { // The owner of the BSR repository. Owner string // The name of the BSR repository. Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // contains filtered or unexported fields }
type GetRepositoryDependencyDOTStringResponse ¶ added in v1.27.0
type GetRepositoryDependencyDOTStringResponse struct {
// contains filtered or unexported fields
}
func (*GetRepositoryDependencyDOTStringResponse) GetDotString ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringResponse) GetDotString() string
func (*GetRepositoryDependencyDOTStringResponse) ProtoMessage ¶ added in v1.27.0
func (*GetRepositoryDependencyDOTStringResponse) ProtoMessage()
func (*GetRepositoryDependencyDOTStringResponse) ProtoReflect ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryDependencyDOTStringResponse) Reset ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringResponse) Reset()
func (*GetRepositoryDependencyDOTStringResponse) SetDotString ¶ added in v1.49.0
func (x *GetRepositoryDependencyDOTStringResponse) SetDotString(v string)
func (*GetRepositoryDependencyDOTStringResponse) String ¶ added in v1.27.0
func (x *GetRepositoryDependencyDOTStringResponse) String() string
type GetRepositoryDependencyDOTStringResponse_builder ¶ added in v1.49.0
type GetRepositoryDependencyDOTStringResponse_builder struct { // The string DOT representation of the dependency graph for the repository. // // DOT language reference: https://graphviz.org/doc/info/lang.html DotString string // contains filtered or unexported fields }
type GetRepositoryRequest ¶
type GetRepositoryRequest struct {
// contains filtered or unexported fields
}
func (*GetRepositoryRequest) GetId ¶
func (x *GetRepositoryRequest) GetId() string
func (*GetRepositoryRequest) ProtoMessage ¶
func (*GetRepositoryRequest) ProtoMessage()
func (*GetRepositoryRequest) ProtoReflect ¶
func (x *GetRepositoryRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryRequest) Reset ¶
func (x *GetRepositoryRequest) Reset()
func (*GetRepositoryRequest) SetId ¶ added in v1.49.0
func (x *GetRepositoryRequest) SetId(v string)
func (*GetRepositoryRequest) String ¶
func (x *GetRepositoryRequest) String() string
type GetRepositoryRequest_builder ¶ added in v1.49.0
type GetRepositoryRequest_builder struct { Id string // contains filtered or unexported fields }
func (GetRepositoryRequest_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryRequest_builder) Build() *GetRepositoryRequest
type GetRepositoryResponse ¶
type GetRepositoryResponse struct {
// contains filtered or unexported fields
}
func (*GetRepositoryResponse) ClearCounts ¶ added in v1.49.0
func (x *GetRepositoryResponse) ClearCounts()
func (*GetRepositoryResponse) ClearRepository ¶ added in v1.49.0
func (x *GetRepositoryResponse) ClearRepository()
func (*GetRepositoryResponse) GetCounts ¶ added in v1.1.0
func (x *GetRepositoryResponse) GetCounts() *RepositoryCounts
func (*GetRepositoryResponse) GetRepository ¶
func (x *GetRepositoryResponse) GetRepository() *Repository
func (*GetRepositoryResponse) HasCounts ¶ added in v1.49.0
func (x *GetRepositoryResponse) HasCounts() bool
func (*GetRepositoryResponse) HasRepository ¶ added in v1.49.0
func (x *GetRepositoryResponse) HasRepository() bool
func (*GetRepositoryResponse) ProtoMessage ¶
func (*GetRepositoryResponse) ProtoMessage()
func (*GetRepositoryResponse) ProtoReflect ¶
func (x *GetRepositoryResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryResponse) Reset ¶
func (x *GetRepositoryResponse) Reset()
func (*GetRepositoryResponse) SetCounts ¶ added in v1.49.0
func (x *GetRepositoryResponse) SetCounts(v *RepositoryCounts)
func (*GetRepositoryResponse) SetRepository ¶ added in v1.49.0
func (x *GetRepositoryResponse) SetRepository(v *Repository)
func (*GetRepositoryResponse) String ¶
func (x *GetRepositoryResponse) String() string
type GetRepositoryResponse_builder ¶ added in v1.49.0
type GetRepositoryResponse_builder struct { Repository *Repository Counts *RepositoryCounts // contains filtered or unexported fields }
func (GetRepositoryResponse_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryResponse_builder) Build() *GetRepositoryResponse
type GetRepositorySettingsRequest ¶ added in v1.0.0
type GetRepositorySettingsRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *GetRepositorySettingsRequest) SetRepositoryId(v string)
func (*GetRepositorySettingsRequest) String ¶ added in v1.0.0
func (x *GetRepositorySettingsRequest) String() string
type GetRepositorySettingsRequest_builder ¶ added in v1.49.0
type GetRepositorySettingsRequest_builder struct { // The ID of the repository for which to get the settings. RepositoryId string // contains filtered or unexported fields }
func (GetRepositorySettingsRequest_builder) Build ¶ added in v1.49.0
func (b0 GetRepositorySettingsRequest_builder) Build() *GetRepositorySettingsRequest
type GetRepositorySettingsResponse ¶ added in v1.0.0
type GetRepositorySettingsResponse struct {
// contains filtered or unexported fields
}
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) SetContributorsCount ¶ added in v1.49.0
func (x *GetRepositorySettingsResponse) SetContributorsCount(v uint32)
func (*GetRepositorySettingsResponse) String ¶ added in v1.0.0
func (x *GetRepositorySettingsResponse) String() string
type GetRepositorySettingsResponse_builder ¶ added in v1.49.0
type GetRepositorySettingsResponse_builder struct { // The number of outside contributors in the repository, // excluding owning-organization's members that have an explicit role. ContributorsCount uint32 // contains filtered or unexported fields }
func (GetRepositorySettingsResponse_builder) Build ¶ added in v1.49.0
func (b0 GetRepositorySettingsResponse_builder) Build() *GetRepositorySettingsResponse
type GetRepositoryTagRequest ¶ added in v1.29.0
type GetRepositoryTagRequest struct {
// contains filtered or unexported fields
}
func (*GetRepositoryTagRequest) GetName ¶ added in v1.29.0
func (x *GetRepositoryTagRequest) GetName() string
func (*GetRepositoryTagRequest) GetRepositoryId ¶ added in v1.29.0
func (x *GetRepositoryTagRequest) GetRepositoryId() string
func (*GetRepositoryTagRequest) ProtoMessage ¶ added in v1.29.0
func (*GetRepositoryTagRequest) ProtoMessage()
func (*GetRepositoryTagRequest) ProtoReflect ¶ added in v1.29.0
func (x *GetRepositoryTagRequest) ProtoReflect() protoreflect.Message
func (*GetRepositoryTagRequest) Reset ¶ added in v1.29.0
func (x *GetRepositoryTagRequest) Reset()
func (*GetRepositoryTagRequest) SetName ¶ added in v1.49.0
func (x *GetRepositoryTagRequest) SetName(v string)
func (*GetRepositoryTagRequest) SetRepositoryId ¶ added in v1.49.0
func (x *GetRepositoryTagRequest) SetRepositoryId(v string)
func (*GetRepositoryTagRequest) String ¶ added in v1.29.0
func (x *GetRepositoryTagRequest) String() string
type GetRepositoryTagRequest_builder ¶ added in v1.49.0
type GetRepositoryTagRequest_builder struct { // The ID of the repository this tag belongs to. RepositoryId string // The name of the repository tag to get, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403". Name string // contains filtered or unexported fields }
func (GetRepositoryTagRequest_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryTagRequest_builder) Build() *GetRepositoryTagRequest
type GetRepositoryTagResponse ¶ added in v1.29.0
type GetRepositoryTagResponse struct {
// contains filtered or unexported fields
}
func (*GetRepositoryTagResponse) ClearRepositoryTag ¶ added in v1.49.0
func (x *GetRepositoryTagResponse) ClearRepositoryTag()
func (*GetRepositoryTagResponse) GetRepositoryTag ¶ added in v1.29.0
func (x *GetRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
func (*GetRepositoryTagResponse) HasRepositoryTag ¶ added in v1.49.0
func (x *GetRepositoryTagResponse) HasRepositoryTag() bool
func (*GetRepositoryTagResponse) ProtoMessage ¶ added in v1.29.0
func (*GetRepositoryTagResponse) ProtoMessage()
func (*GetRepositoryTagResponse) ProtoReflect ¶ added in v1.29.0
func (x *GetRepositoryTagResponse) ProtoReflect() protoreflect.Message
func (*GetRepositoryTagResponse) Reset ¶ added in v1.29.0
func (x *GetRepositoryTagResponse) Reset()
func (*GetRepositoryTagResponse) SetRepositoryTag ¶ added in v1.49.0
func (x *GetRepositoryTagResponse) SetRepositoryTag(v *RepositoryTag)
func (*GetRepositoryTagResponse) String ¶ added in v1.29.0
func (x *GetRepositoryTagResponse) String() string
type GetRepositoryTagResponse_builder ¶ added in v1.49.0
type GetRepositoryTagResponse_builder struct { RepositoryTag *RepositoryTag // contains filtered or unexported fields }
func (GetRepositoryTagResponse_builder) Build ¶ added in v1.49.0
func (b0 GetRepositoryTagResponse_builder) Build() *GetRepositoryTagResponse
type GetResourceByNameRequest ¶ added in v1.9.0
type GetResourceByNameRequest struct {
// contains filtered or unexported fields
}
func (*GetResourceByNameRequest) GetName ¶ added in v1.9.0
func (x *GetResourceByNameRequest) GetName() string
func (*GetResourceByNameRequest) GetOwner ¶ added in v1.9.0
func (x *GetResourceByNameRequest) GetOwner() string
func (*GetResourceByNameRequest) ProtoMessage ¶ added in v1.9.0
func (*GetResourceByNameRequest) ProtoMessage()
func (*GetResourceByNameRequest) ProtoReflect ¶ added in v1.9.0
func (x *GetResourceByNameRequest) ProtoReflect() protoreflect.Message
func (*GetResourceByNameRequest) Reset ¶ added in v1.9.0
func (x *GetResourceByNameRequest) Reset()
func (*GetResourceByNameRequest) SetName ¶ added in v1.49.0
func (x *GetResourceByNameRequest) SetName(v string)
func (*GetResourceByNameRequest) SetOwner ¶ added in v1.49.0
func (x *GetResourceByNameRequest) SetOwner(v string)
func (*GetResourceByNameRequest) String ¶ added in v1.9.0
func (x *GetResourceByNameRequest) String() string
type GetResourceByNameRequest_builder ¶ added in v1.49.0
type GetResourceByNameRequest_builder struct { // Owner of the requested resource. Owner string // Name of the requested resource. Name string // contains filtered or unexported fields }
func (GetResourceByNameRequest_builder) Build ¶ added in v1.49.0
func (b0 GetResourceByNameRequest_builder) Build() *GetResourceByNameRequest
type GetResourceByNameResponse ¶ added in v1.9.0
type GetResourceByNameResponse struct {
// contains filtered or unexported fields
}
func (*GetResourceByNameResponse) ClearResource ¶ added in v1.49.0
func (x *GetResourceByNameResponse) ClearResource()
func (*GetResourceByNameResponse) GetResource ¶ added in v1.9.0
func (x *GetResourceByNameResponse) GetResource() *Resource
func (*GetResourceByNameResponse) HasResource ¶ added in v1.49.0
func (x *GetResourceByNameResponse) HasResource() bool
func (*GetResourceByNameResponse) ProtoMessage ¶ added in v1.9.0
func (*GetResourceByNameResponse) ProtoMessage()
func (*GetResourceByNameResponse) ProtoReflect ¶ added in v1.9.0
func (x *GetResourceByNameResponse) ProtoReflect() protoreflect.Message
func (*GetResourceByNameResponse) Reset ¶ added in v1.9.0
func (x *GetResourceByNameResponse) Reset()
func (*GetResourceByNameResponse) SetResource ¶ added in v1.49.0
func (x *GetResourceByNameResponse) SetResource(v *Resource)
func (*GetResourceByNameResponse) String ¶ added in v1.9.0
func (x *GetResourceByNameResponse) String() string
type GetResourceByNameResponse_builder ¶ added in v1.49.0
type GetResourceByNameResponse_builder struct { Resource *Resource // contains filtered or unexported fields }
func (GetResourceByNameResponse_builder) Build ¶ added in v1.49.0
func (b0 GetResourceByNameResponse_builder) Build() *GetResourceByNameResponse
type GetReviewFlowGracePeriodPolicyRequest ¶ added in v1.27.0
type GetReviewFlowGracePeriodPolicyRequest struct {
// contains filtered or unexported fields
}
func (*GetReviewFlowGracePeriodPolicyRequest) ProtoMessage ¶ added in v1.27.0
func (*GetReviewFlowGracePeriodPolicyRequest) ProtoMessage()
func (*GetReviewFlowGracePeriodPolicyRequest) ProtoReflect ¶ added in v1.27.0
func (x *GetReviewFlowGracePeriodPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetReviewFlowGracePeriodPolicyRequest) Reset ¶ added in v1.27.0
func (x *GetReviewFlowGracePeriodPolicyRequest) Reset()
func (*GetReviewFlowGracePeriodPolicyRequest) String ¶ added in v1.27.0
func (x *GetReviewFlowGracePeriodPolicyRequest) String() string
type GetReviewFlowGracePeriodPolicyRequest_builder ¶ added in v1.49.0
type GetReviewFlowGracePeriodPolicyRequest_builder struct {
// contains filtered or unexported fields
}
type GetReviewFlowGracePeriodPolicyResponse ¶ added in v1.27.0
type GetReviewFlowGracePeriodPolicyResponse struct {
// contains filtered or unexported fields
}
func (*GetReviewFlowGracePeriodPolicyResponse) ClearPolicy ¶ added in v1.49.0
func (x *GetReviewFlowGracePeriodPolicyResponse) ClearPolicy()
func (*GetReviewFlowGracePeriodPolicyResponse) GetPolicy ¶ added in v1.27.0
func (x *GetReviewFlowGracePeriodPolicyResponse) GetPolicy() *ReviewFlowGracePeriodPolicy
func (*GetReviewFlowGracePeriodPolicyResponse) HasPolicy ¶ added in v1.49.0
func (x *GetReviewFlowGracePeriodPolicyResponse) HasPolicy() bool
func (*GetReviewFlowGracePeriodPolicyResponse) ProtoMessage ¶ added in v1.27.0
func (*GetReviewFlowGracePeriodPolicyResponse) ProtoMessage()
func (*GetReviewFlowGracePeriodPolicyResponse) ProtoReflect ¶ added in v1.27.0
func (x *GetReviewFlowGracePeriodPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetReviewFlowGracePeriodPolicyResponse) Reset ¶ added in v1.27.0
func (x *GetReviewFlowGracePeriodPolicyResponse) Reset()
func (*GetReviewFlowGracePeriodPolicyResponse) SetPolicy ¶ added in v1.49.0
func (x *GetReviewFlowGracePeriodPolicyResponse) SetPolicy(v *ReviewFlowGracePeriodPolicy)
func (*GetReviewFlowGracePeriodPolicyResponse) String ¶ added in v1.27.0
func (x *GetReviewFlowGracePeriodPolicyResponse) String() string
type GetReviewFlowGracePeriodPolicyResponse_builder ¶ added in v1.49.0
type GetReviewFlowGracePeriodPolicyResponse_builder struct { // The current grace period policy settings. Policy *ReviewFlowGracePeriodPolicy // contains filtered or unexported fields }
type GetSchemaRequest ¶ added in v1.10.0
type GetSchemaRequest struct {
// contains filtered or unexported fields
}
func (*GetSchemaRequest) GetExcludeCustomOptions ¶ added in v1.10.0
func (x *GetSchemaRequest) GetExcludeCustomOptions() bool
func (*GetSchemaRequest) GetExcludeKnownExtensions ¶ added in v1.10.0
func (x *GetSchemaRequest) GetExcludeKnownExtensions() bool
func (*GetSchemaRequest) GetIfNotCommit ¶ added in v1.10.0
func (x *GetSchemaRequest) GetIfNotCommit() string
func (*GetSchemaRequest) GetOwner ¶ added in v1.10.0
func (x *GetSchemaRequest) GetOwner() string
func (*GetSchemaRequest) GetRepository ¶ added in v1.10.0
func (x *GetSchemaRequest) GetRepository() string
func (*GetSchemaRequest) GetTypes ¶ added in v1.10.0
func (x *GetSchemaRequest) GetTypes() []string
func (*GetSchemaRequest) GetVersion ¶ added in v1.10.0
func (x *GetSchemaRequest) GetVersion() string
func (*GetSchemaRequest) ProtoMessage ¶ added in v1.10.0
func (*GetSchemaRequest) ProtoMessage()
func (*GetSchemaRequest) ProtoReflect ¶ added in v1.10.0
func (x *GetSchemaRequest) ProtoReflect() protoreflect.Message
func (*GetSchemaRequest) Reset ¶ added in v1.10.0
func (x *GetSchemaRequest) Reset()
func (*GetSchemaRequest) SetExcludeCustomOptions ¶ added in v1.49.0
func (x *GetSchemaRequest) SetExcludeCustomOptions(v bool)
func (*GetSchemaRequest) SetExcludeKnownExtensions ¶ added in v1.49.0
func (x *GetSchemaRequest) SetExcludeKnownExtensions(v bool)
func (*GetSchemaRequest) SetIfNotCommit ¶ added in v1.49.0
func (x *GetSchemaRequest) SetIfNotCommit(v string)
func (*GetSchemaRequest) SetOwner ¶ added in v1.49.0
func (x *GetSchemaRequest) SetOwner(v string)
func (*GetSchemaRequest) SetRepository ¶ added in v1.49.0
func (x *GetSchemaRequest) SetRepository(v string)
func (*GetSchemaRequest) SetTypes ¶ added in v1.49.0
func (x *GetSchemaRequest) SetTypes(v []string)
func (*GetSchemaRequest) SetVersion ¶ added in v1.49.0
func (x *GetSchemaRequest) SetVersion(v string)
func (*GetSchemaRequest) String ¶ added in v1.10.0
func (x *GetSchemaRequest) String() string
type GetSchemaRequest_builder ¶ added in v1.49.0
type GetSchemaRequest_builder struct { // The owner of the repo that contains the schema to retrieve (a user name or // organization name). Owner string // The name of the repo that contains the schema to retrieve. Repository string // Optional version of the repo. If unspecified, defaults to latest version on // the repo's "main" branch. Version string // Zero or more types names. The names may refer to messages, enums, services, // methods, or extensions. All names must be fully-qualified. If any name // is unknown, the request will fail and no schema will be returned. // // If no names are provided, the full schema for the module is returned. // Otherwise, the resulting schema contains only the named elements and all of // their dependencies. This is enough information for the caller to construct // a dynamic message for any requested message types or to dynamically invoke // an RPC for any requested methods or services. Types []string // If present, this is a commit that the client already has cached. So if the // given module version resolves to this same commit, the server should not // send back any descriptors since the client already has them. // // This allows a client to efficiently poll for updates: after the initial RPC // to get a schema, the client can cache the descriptors and the resolved // commit. It then includes that commit in subsequent requests in this field, // and the server will only reply with a schema (and new commit) if/when the // resolved commit changes. IfNotCommit string // If true, the returned schema will not include extension definitions for custom // options that appear on schema elements. When filtering the schema based on the // given element names, options on all encountered elements are usually examined // as well. But that is not the case if excluding custom options. // // This flag is ignored if element_names is empty as the entire schema is always // returned in that case. ExcludeCustomOptions bool // If true, the returned schema will not include known extensions for extendable // messages for schema elements. If exclude_custom_options is true, such extensions // may still be returned if the applicable descriptor options type is part of the // requested schema. // // This flag is ignored if element_names is empty as the entire schema is always // returned in that case. ExcludeKnownExtensions bool // contains filtered or unexported fields }
func (GetSchemaRequest_builder) Build ¶ added in v1.49.0
func (b0 GetSchemaRequest_builder) Build() *GetSchemaRequest
type GetSchemaResponse ¶ added in v1.10.0
type GetSchemaResponse struct {
// contains filtered or unexported fields
}
func (*GetSchemaResponse) ClearSchemaFiles ¶ added in v1.49.0
func (x *GetSchemaResponse) ClearSchemaFiles()
func (*GetSchemaResponse) GetCommit ¶ added in v1.10.0
func (x *GetSchemaResponse) GetCommit() string
func (*GetSchemaResponse) GetSchemaFiles ¶ added in v1.10.0
func (x *GetSchemaResponse) GetSchemaFiles() *descriptorpb.FileDescriptorSet
func (*GetSchemaResponse) HasSchemaFiles ¶ added in v1.49.0
func (x *GetSchemaResponse) HasSchemaFiles() bool
func (*GetSchemaResponse) ProtoMessage ¶ added in v1.10.0
func (*GetSchemaResponse) ProtoMessage()
func (*GetSchemaResponse) ProtoReflect ¶ added in v1.10.0
func (x *GetSchemaResponse) ProtoReflect() protoreflect.Message
func (*GetSchemaResponse) Reset ¶ added in v1.10.0
func (x *GetSchemaResponse) Reset()
func (*GetSchemaResponse) SetCommit ¶ added in v1.49.0
func (x *GetSchemaResponse) SetCommit(v string)
func (*GetSchemaResponse) SetSchemaFiles ¶ added in v1.49.0
func (x *GetSchemaResponse) SetSchemaFiles(v *descriptorpb.FileDescriptorSet)
func (*GetSchemaResponse) String ¶ added in v1.10.0
func (x *GetSchemaResponse) String() string
type GetSchemaResponse_builder ¶ added in v1.49.0
type GetSchemaResponse_builder struct { // The resolved version of the schema. If the requested version was a commit, // this value is the same as that. If the requested version referred to a tag // or branch, this is the commit for that tag or latest commit for that // branch. If the request did not include any version, this is the latest // version for the module's main branch. Commit string // The schema, which is a set of file descriptors that include the requested elements // and their dependencies. SchemaFiles *descriptorpb.FileDescriptorSet // contains filtered or unexported fields }
func (GetSchemaResponse_builder) Build ¶ added in v1.49.0
func (b0 GetSchemaResponse_builder) Build() *GetSchemaResponse
type GetSourceDirectoryInfoRequest ¶
type GetSourceDirectoryInfoRequest struct {
// contains filtered or unexported fields
}
GetSourceDirectoryInfoRequest takes an owner, repository, and reference.
func (*GetSourceDirectoryInfoRequest) GetOwner ¶
func (x *GetSourceDirectoryInfoRequest) GetOwner() string
func (*GetSourceDirectoryInfoRequest) GetReference ¶
func (x *GetSourceDirectoryInfoRequest) GetReference() string
func (*GetSourceDirectoryInfoRequest) GetRepository ¶
func (x *GetSourceDirectoryInfoRequest) GetRepository() string
func (*GetSourceDirectoryInfoRequest) ProtoMessage ¶
func (*GetSourceDirectoryInfoRequest) ProtoMessage()
func (*GetSourceDirectoryInfoRequest) ProtoReflect ¶
func (x *GetSourceDirectoryInfoRequest) ProtoReflect() protoreflect.Message
func (*GetSourceDirectoryInfoRequest) Reset ¶
func (x *GetSourceDirectoryInfoRequest) Reset()
func (*GetSourceDirectoryInfoRequest) SetOwner ¶ added in v1.49.0
func (x *GetSourceDirectoryInfoRequest) SetOwner(v string)
func (*GetSourceDirectoryInfoRequest) SetReference ¶ added in v1.49.0
func (x *GetSourceDirectoryInfoRequest) SetReference(v string)
func (*GetSourceDirectoryInfoRequest) SetRepository ¶ added in v1.49.0
func (x *GetSourceDirectoryInfoRequest) SetRepository(v string)
func (*GetSourceDirectoryInfoRequest) String ¶
func (x *GetSourceDirectoryInfoRequest) String() string
type GetSourceDirectoryInfoRequest_builder ¶ added in v1.49.0
type GetSourceDirectoryInfoRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // contains filtered or unexported fields }
func (GetSourceDirectoryInfoRequest_builder) Build ¶ added in v1.49.0
func (b0 GetSourceDirectoryInfoRequest_builder) Build() *GetSourceDirectoryInfoRequest
type GetSourceDirectoryInfoResponse ¶
type GetSourceDirectoryInfoResponse struct {
// contains filtered or unexported fields
}
GetSourceDirectoryInfoResponse returns the root FileInfo for the requested module.
func (*GetSourceDirectoryInfoResponse) ClearRoot ¶ added in v1.49.0
func (x *GetSourceDirectoryInfoResponse) ClearRoot()
func (*GetSourceDirectoryInfoResponse) GetRoot ¶
func (x *GetSourceDirectoryInfoResponse) GetRoot() *FileInfo
func (*GetSourceDirectoryInfoResponse) HasRoot ¶ added in v1.49.0
func (x *GetSourceDirectoryInfoResponse) HasRoot() bool
func (*GetSourceDirectoryInfoResponse) ProtoMessage ¶
func (*GetSourceDirectoryInfoResponse) ProtoMessage()
func (*GetSourceDirectoryInfoResponse) ProtoReflect ¶
func (x *GetSourceDirectoryInfoResponse) ProtoReflect() protoreflect.Message
func (*GetSourceDirectoryInfoResponse) Reset ¶
func (x *GetSourceDirectoryInfoResponse) Reset()
func (*GetSourceDirectoryInfoResponse) SetRoot ¶ added in v1.49.0
func (x *GetSourceDirectoryInfoResponse) SetRoot(v *FileInfo)
func (*GetSourceDirectoryInfoResponse) String ¶
func (x *GetSourceDirectoryInfoResponse) String() string
type GetSourceDirectoryInfoResponse_builder ¶ added in v1.49.0
type GetSourceDirectoryInfoResponse_builder struct { Root *FileInfo // contains filtered or unexported fields }
func (GetSourceDirectoryInfoResponse_builder) Build ¶ added in v1.49.0
func (b0 GetSourceDirectoryInfoResponse_builder) Build() *GetSourceDirectoryInfoResponse
type GetSourceFileRequest ¶
type GetSourceFileRequest struct {
// contains filtered or unexported fields
}
GetSourceFileRequest takes an owner, repository, reference, and normalized path.
func (*GetSourceFileRequest) GetOwner ¶
func (x *GetSourceFileRequest) GetOwner() string
func (*GetSourceFileRequest) GetPath ¶
func (x *GetSourceFileRequest) GetPath() string
func (*GetSourceFileRequest) GetReference ¶
func (x *GetSourceFileRequest) GetReference() string
func (*GetSourceFileRequest) GetRepository ¶
func (x *GetSourceFileRequest) GetRepository() string
func (*GetSourceFileRequest) ProtoMessage ¶
func (*GetSourceFileRequest) ProtoMessage()
func (*GetSourceFileRequest) ProtoReflect ¶
func (x *GetSourceFileRequest) ProtoReflect() protoreflect.Message
func (*GetSourceFileRequest) Reset ¶
func (x *GetSourceFileRequest) Reset()
func (*GetSourceFileRequest) SetOwner ¶ added in v1.49.0
func (x *GetSourceFileRequest) SetOwner(v string)
func (*GetSourceFileRequest) SetPath ¶ added in v1.49.0
func (x *GetSourceFileRequest) SetPath(v string)
func (*GetSourceFileRequest) SetReference ¶ added in v1.49.0
func (x *GetSourceFileRequest) SetReference(v string)
func (*GetSourceFileRequest) SetRepository ¶ added in v1.49.0
func (x *GetSourceFileRequest) SetRepository(v string)
func (*GetSourceFileRequest) String ¶
func (x *GetSourceFileRequest) String() string
type GetSourceFileRequest_builder ¶ added in v1.49.0
type GetSourceFileRequest_builder struct { Owner string Repository string // Optional reference (if unspecified, will use the repository's default_branch). Reference string // the normalized path to the requested file, relative to the root of the module. Path string // contains filtered or unexported fields }
func (GetSourceFileRequest_builder) Build ¶ added in v1.49.0
func (b0 GetSourceFileRequest_builder) Build() *GetSourceFileRequest
type GetSourceFileResponse ¶
type GetSourceFileResponse struct {
// contains filtered or unexported fields
}
GetSourceFileResponse returns the source code contents of the requested file.
func (*GetSourceFileResponse) GetContent ¶
func (x *GetSourceFileResponse) GetContent() []byte
func (*GetSourceFileResponse) ProtoMessage ¶
func (*GetSourceFileResponse) ProtoMessage()
func (*GetSourceFileResponse) ProtoReflect ¶
func (x *GetSourceFileResponse) ProtoReflect() protoreflect.Message
func (*GetSourceFileResponse) Reset ¶
func (x *GetSourceFileResponse) Reset()
func (*GetSourceFileResponse) SetContent ¶ added in v1.49.0
func (x *GetSourceFileResponse) SetContent(v []byte)
func (*GetSourceFileResponse) String ¶
func (x *GetSourceFileResponse) String() string
type GetSourceFileResponse_builder ¶ added in v1.49.0
type GetSourceFileResponse_builder struct { // content is the content of the file. Content []byte // contains filtered or unexported fields }
func (GetSourceFileResponse_builder) Build ¶ added in v1.49.0
func (b0 GetSourceFileResponse_builder) Build() *GetSourceFileResponse
type GetSwiftVersionRequest ¶ added in v1.22.0
type GetSwiftVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetSwiftVersionRequest) ClearModuleReference ¶ added in v1.49.0
func (x *GetSwiftVersionRequest) ClearModuleReference()
func (*GetSwiftVersionRequest) ClearPluginReference ¶ added in v1.49.0
func (x *GetSwiftVersionRequest) ClearPluginReference()
func (*GetSwiftVersionRequest) GetModuleReference ¶ added in v1.22.0
func (x *GetSwiftVersionRequest) GetModuleReference() *LocalModuleReference
func (*GetSwiftVersionRequest) GetPluginReference ¶ added in v1.22.0
func (x *GetSwiftVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin
func (*GetSwiftVersionRequest) HasModuleReference ¶ added in v1.49.0
func (x *GetSwiftVersionRequest) HasModuleReference() bool
func (*GetSwiftVersionRequest) HasPluginReference ¶ added in v1.49.0
func (x *GetSwiftVersionRequest) HasPluginReference() bool
func (*GetSwiftVersionRequest) ProtoMessage ¶ added in v1.22.0
func (*GetSwiftVersionRequest) ProtoMessage()
func (*GetSwiftVersionRequest) ProtoReflect ¶ added in v1.22.0
func (x *GetSwiftVersionRequest) ProtoReflect() protoreflect.Message
func (*GetSwiftVersionRequest) Reset ¶ added in v1.22.0
func (x *GetSwiftVersionRequest) Reset()
func (*GetSwiftVersionRequest) SetModuleReference ¶ added in v1.49.0
func (x *GetSwiftVersionRequest) SetModuleReference(v *LocalModuleReference)
func (*GetSwiftVersionRequest) SetPluginReference ¶ added in v1.49.0
func (x *GetSwiftVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)
func (*GetSwiftVersionRequest) String ¶ added in v1.22.0
func (x *GetSwiftVersionRequest) String() string
type GetSwiftVersionRequest_builder ¶ added in v1.49.0
type GetSwiftVersionRequest_builder struct { // The plugin reference to resolve. PluginReference *GetRemotePackageVersionPlugin // The module reference to resolve. ModuleReference *LocalModuleReference // contains filtered or unexported fields }
func (GetSwiftVersionRequest_builder) Build ¶ added in v1.49.0
func (b0 GetSwiftVersionRequest_builder) Build() *GetSwiftVersionRequest
type GetSwiftVersionResponse ¶ added in v1.22.0
type GetSwiftVersionResponse struct {
// contains filtered or unexported fields
}
func (*GetSwiftVersionResponse) GetVersion ¶ added in v1.22.0
func (x *GetSwiftVersionResponse) GetVersion() string
func (*GetSwiftVersionResponse) ProtoMessage ¶ added in v1.22.0
func (*GetSwiftVersionResponse) ProtoMessage()
func (*GetSwiftVersionResponse) ProtoReflect ¶ added in v1.22.0
func (x *GetSwiftVersionResponse) ProtoReflect() protoreflect.Message
func (*GetSwiftVersionResponse) Reset ¶ added in v1.22.0
func (x *GetSwiftVersionResponse) Reset()
func (*GetSwiftVersionResponse) SetVersion ¶ added in v1.49.0
func (x *GetSwiftVersionResponse) SetVersion(v string)
func (*GetSwiftVersionResponse) String ¶ added in v1.22.0
func (x *GetSwiftVersionResponse) String() string
type GetSwiftVersionResponse_builder ¶ added in v1.49.0
type GetSwiftVersionResponse_builder struct { // version is the resolved version to be used with the swift registry. Version string // contains filtered or unexported fields }
func (GetSwiftVersionResponse_builder) Build ¶ added in v1.49.0
func (b0 GetSwiftVersionResponse_builder) Build() *GetSwiftVersionResponse
type GetTokenRequest ¶
type GetTokenRequest struct {
// contains filtered or unexported fields
}
func (*GetTokenRequest) GetTokenId ¶
func (x *GetTokenRequest) GetTokenId() string
func (*GetTokenRequest) ProtoMessage ¶
func (*GetTokenRequest) ProtoMessage()
func (*GetTokenRequest) ProtoReflect ¶
func (x *GetTokenRequest) ProtoReflect() protoreflect.Message
func (*GetTokenRequest) Reset ¶
func (x *GetTokenRequest) Reset()
func (*GetTokenRequest) SetTokenId ¶ added in v1.49.0
func (x *GetTokenRequest) SetTokenId(v string)
func (*GetTokenRequest) String ¶
func (x *GetTokenRequest) String() string
type GetTokenRequest_builder ¶ added in v1.49.0
type GetTokenRequest_builder struct { TokenId string // contains filtered or unexported fields }
func (GetTokenRequest_builder) Build ¶ added in v1.49.0
func (b0 GetTokenRequest_builder) Build() *GetTokenRequest
type GetTokenResponse ¶
type GetTokenResponse struct {
// contains filtered or unexported fields
}
func (*GetTokenResponse) ClearToken ¶ added in v1.49.0
func (x *GetTokenResponse) ClearToken()
func (*GetTokenResponse) GetToken ¶
func (x *GetTokenResponse) GetToken() *Token
func (*GetTokenResponse) HasToken ¶ added in v1.49.0
func (x *GetTokenResponse) HasToken() bool
func (*GetTokenResponse) ProtoMessage ¶
func (*GetTokenResponse) ProtoMessage()
func (*GetTokenResponse) ProtoReflect ¶
func (x *GetTokenResponse) ProtoReflect() protoreflect.Message
func (*GetTokenResponse) Reset ¶
func (x *GetTokenResponse) Reset()
func (*GetTokenResponse) SetToken ¶ added in v1.49.0
func (x *GetTokenResponse) SetToken(v *Token)
func (*GetTokenResponse) String ¶
func (x *GetTokenResponse) String() string
type GetTokenResponse_builder ¶ added in v1.49.0
type GetTokenResponse_builder struct { Token *Token // contains filtered or unexported fields }
func (GetTokenResponse_builder) Build ¶ added in v1.49.0
func (b0 GetTokenResponse_builder) Build() *GetTokenResponse
type GetUniquenessPolicyRequest ¶ added in v1.24.0
type GetUniquenessPolicyRequest struct {
// contains filtered or unexported fields
}
func (*GetUniquenessPolicyRequest) ProtoMessage ¶ added in v1.24.0
func (*GetUniquenessPolicyRequest) ProtoMessage()
func (*GetUniquenessPolicyRequest) ProtoReflect ¶ added in v1.24.0
func (x *GetUniquenessPolicyRequest) ProtoReflect() protoreflect.Message
func (*GetUniquenessPolicyRequest) Reset ¶ added in v1.24.0
func (x *GetUniquenessPolicyRequest) Reset()
func (*GetUniquenessPolicyRequest) String ¶ added in v1.24.0
func (x *GetUniquenessPolicyRequest) String() string
type GetUniquenessPolicyRequest_builder ¶ added in v1.49.0
type GetUniquenessPolicyRequest_builder struct {
// contains filtered or unexported fields
}
func (GetUniquenessPolicyRequest_builder) Build ¶ added in v1.49.0
func (b0 GetUniquenessPolicyRequest_builder) Build() *GetUniquenessPolicyRequest
type GetUniquenessPolicyResponse ¶ added in v1.24.0
type GetUniquenessPolicyResponse struct {
// contains filtered or unexported fields
}
func (*GetUniquenessPolicyResponse) ClearPolicy ¶ added in v1.49.0
func (x *GetUniquenessPolicyResponse) ClearPolicy()
func (*GetUniquenessPolicyResponse) GetBackfillTaskComplete ¶ added in v1.25.1
func (x *GetUniquenessPolicyResponse) GetBackfillTaskComplete() bool
func (*GetUniquenessPolicyResponse) GetPolicy ¶ added in v1.24.0
func (x *GetUniquenessPolicyResponse) GetPolicy() *UniquenessPolicy
func (*GetUniquenessPolicyResponse) HasPolicy ¶ added in v1.49.0
func (x *GetUniquenessPolicyResponse) HasPolicy() bool
func (*GetUniquenessPolicyResponse) ProtoMessage ¶ added in v1.24.0
func (*GetUniquenessPolicyResponse) ProtoMessage()
func (*GetUniquenessPolicyResponse) ProtoReflect ¶ added in v1.24.0
func (x *GetUniquenessPolicyResponse) ProtoReflect() protoreflect.Message
func (*GetUniquenessPolicyResponse) Reset ¶ added in v1.24.0
func (x *GetUniquenessPolicyResponse) Reset()
func (*GetUniquenessPolicyResponse) SetBackfillTaskComplete ¶ added in v1.49.0
func (x *GetUniquenessPolicyResponse) SetBackfillTaskComplete(v bool)
func (*GetUniquenessPolicyResponse) SetPolicy ¶ added in v1.49.0
func (x *GetUniquenessPolicyResponse) SetPolicy(v *UniquenessPolicy)
func (*GetUniquenessPolicyResponse) String ¶ added in v1.24.0
func (x *GetUniquenessPolicyResponse) String() string
type GetUniquenessPolicyResponse_builder ¶ added in v1.49.0
type GetUniquenessPolicyResponse_builder struct { // The current uniqueness policy settings. Policy *UniquenessPolicy // Reports the status of the backfill task, which can be executed by the server admin with the // RunServerUniquenessBackfillTask RPC. BackfillTaskComplete bool // contains filtered or unexported fields }
func (GetUniquenessPolicyResponse_builder) Build ¶ added in v1.49.0
func (b0 GetUniquenessPolicyResponse_builder) Build() *GetUniquenessPolicyResponse
type GetUserByUsernameRequest ¶
type GetUserByUsernameRequest struct {
// contains filtered or unexported fields
}
func (*GetUserByUsernameRequest) GetUsername ¶
func (x *GetUserByUsernameRequest) GetUsername() string
func (*GetUserByUsernameRequest) ProtoMessage ¶
func (*GetUserByUsernameRequest) ProtoMessage()
func (*GetUserByUsernameRequest) ProtoReflect ¶
func (x *GetUserByUsernameRequest) ProtoReflect() protoreflect.Message
func (*GetUserByUsernameRequest) Reset ¶
func (x *GetUserByUsernameRequest) Reset()
func (*GetUserByUsernameRequest) SetUsername ¶ added in v1.49.0
func (x *GetUserByUsernameRequest) SetUsername(v string)
func (*GetUserByUsernameRequest) String ¶
func (x *GetUserByUsernameRequest) String() string
type GetUserByUsernameRequest_builder ¶ added in v1.49.0
type GetUserByUsernameRequest_builder struct { Username string // contains filtered or unexported fields }
func (GetUserByUsernameRequest_builder) Build ¶ added in v1.49.0
func (b0 GetUserByUsernameRequest_builder) Build() *GetUserByUsernameRequest
type GetUserByUsernameResponse ¶
type GetUserByUsernameResponse struct {
// contains filtered or unexported fields
}
func (*GetUserByUsernameResponse) ClearUser ¶ added in v1.49.0
func (x *GetUserByUsernameResponse) ClearUser()
func (*GetUserByUsernameResponse) GetUser ¶
func (x *GetUserByUsernameResponse) GetUser() *User
func (*GetUserByUsernameResponse) HasUser ¶ added in v1.49.0
func (x *GetUserByUsernameResponse) HasUser() bool
func (*GetUserByUsernameResponse) ProtoMessage ¶
func (*GetUserByUsernameResponse) ProtoMessage()
func (*GetUserByUsernameResponse) ProtoReflect ¶
func (x *GetUserByUsernameResponse) ProtoReflect() protoreflect.Message
func (*GetUserByUsernameResponse) Reset ¶
func (x *GetUserByUsernameResponse) Reset()
func (*GetUserByUsernameResponse) SetUser ¶ added in v1.49.0
func (x *GetUserByUsernameResponse) SetUser(v *User)
func (*GetUserByUsernameResponse) String ¶
func (x *GetUserByUsernameResponse) String() string
type GetUserByUsernameResponse_builder ¶ added in v1.49.0
type GetUserByUsernameResponse_builder struct { User *User // contains filtered or unexported fields }
func (GetUserByUsernameResponse_builder) Build ¶ added in v1.49.0
func (b0 GetUserByUsernameResponse_builder) Build() *GetUserByUsernameResponse
type GetUserOrganizationRequest ¶ added in v1.19.0
type GetUserOrganizationRequest struct {
// contains filtered or unexported fields
}
func (*GetUserOrganizationRequest) GetOrganizationId ¶ added in v1.19.0
func (x *GetUserOrganizationRequest) GetOrganizationId() string
func (*GetUserOrganizationRequest) GetUserId ¶ added in v1.19.0
func (x *GetUserOrganizationRequest) GetUserId() string
func (*GetUserOrganizationRequest) ProtoMessage ¶ added in v1.19.0
func (*GetUserOrganizationRequest) ProtoMessage()
func (*GetUserOrganizationRequest) ProtoReflect ¶ added in v1.19.0
func (x *GetUserOrganizationRequest) ProtoReflect() protoreflect.Message
func (*GetUserOrganizationRequest) Reset ¶ added in v1.19.0
func (x *GetUserOrganizationRequest) Reset()
func (*GetUserOrganizationRequest) SetOrganizationId ¶ added in v1.49.0
func (x *GetUserOrganizationRequest) SetOrganizationId(v string)
func (*GetUserOrganizationRequest) SetUserId ¶ added in v1.49.0
func (x *GetUserOrganizationRequest) SetUserId(v string)
func (*GetUserOrganizationRequest) String ¶ added in v1.19.0
func (x *GetUserOrganizationRequest) String() string
type GetUserOrganizationRequest_builder ¶ added in v1.49.0
type GetUserOrganizationRequest_builder struct { // The ID of the user whose membership should be retrieved. UserId string // The ID of the organization. OrganizationId string // contains filtered or unexported fields }
func (GetUserOrganizationRequest_builder) Build ¶ added in v1.49.0
func (b0 GetUserOrganizationRequest_builder) Build() *GetUserOrganizationRequest
type GetUserOrganizationResponse ¶ added in v1.19.0
type GetUserOrganizationResponse struct {
// contains filtered or unexported fields
}
func (*GetUserOrganizationResponse) ClearOrganizationMembership ¶ added in v1.49.0
func (x *GetUserOrganizationResponse) ClearOrganizationMembership()
func (*GetUserOrganizationResponse) GetOrganizationMembership ¶ added in v1.19.0
func (x *GetUserOrganizationResponse) GetOrganizationMembership() *OrganizationMembership
func (*GetUserOrganizationResponse) HasOrganizationMembership ¶ added in v1.49.0
func (x *GetUserOrganizationResponse) HasOrganizationMembership() bool
func (*GetUserOrganizationResponse) ProtoMessage ¶ added in v1.19.0
func (*GetUserOrganizationResponse) ProtoMessage()
func (*GetUserOrganizationResponse) ProtoReflect ¶ added in v1.19.0
func (x *GetUserOrganizationResponse) ProtoReflect() protoreflect.Message
func (*GetUserOrganizationResponse) Reset ¶ added in v1.19.0
func (x *GetUserOrganizationResponse) Reset()
func (*GetUserOrganizationResponse) SetOrganizationMembership ¶ added in v1.49.0
func (x *GetUserOrganizationResponse) SetOrganizationMembership(v *OrganizationMembership)
func (*GetUserOrganizationResponse) String ¶ added in v1.19.0
func (x *GetUserOrganizationResponse) String() string
type GetUserOrganizationResponse_builder ¶ added in v1.49.0
type GetUserOrganizationResponse_builder struct { OrganizationMembership *OrganizationMembership // contains filtered or unexported fields }
func (GetUserOrganizationResponse_builder) Build ¶ added in v1.49.0
func (b0 GetUserOrganizationResponse_builder) Build() *GetUserOrganizationResponse
type GetUserPluginPreferencesRequest ¶ added in v1.27.0
type GetUserPluginPreferencesRequest struct {
// contains filtered or unexported fields
}
func (*GetUserPluginPreferencesRequest) ProtoMessage ¶ added in v1.27.0
func (*GetUserPluginPreferencesRequest) ProtoMessage()
func (*GetUserPluginPreferencesRequest) ProtoReflect ¶ added in v1.27.0
func (x *GetUserPluginPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetUserPluginPreferencesRequest) Reset ¶ added in v1.27.0
func (x *GetUserPluginPreferencesRequest) Reset()
func (*GetUserPluginPreferencesRequest) String ¶ added in v1.27.0
func (x *GetUserPluginPreferencesRequest) String() string
type GetUserPluginPreferencesRequest_builder ¶ added in v1.49.0
type GetUserPluginPreferencesRequest_builder struct {
// contains filtered or unexported fields
}
func (GetUserPluginPreferencesRequest_builder) Build ¶ added in v1.49.0
func (b0 GetUserPluginPreferencesRequest_builder) Build() *GetUserPluginPreferencesRequest
type GetUserPluginPreferencesResponse ¶ added in v1.27.0
type GetUserPluginPreferencesResponse struct {
// contains filtered or unexported fields
}
func (*GetUserPluginPreferencesResponse) ClearPreference ¶ added in v1.49.0
func (x *GetUserPluginPreferencesResponse) ClearPreference()
func (*GetUserPluginPreferencesResponse) GetPreference ¶ added in v1.27.0
func (x *GetUserPluginPreferencesResponse) GetPreference() *UserPluginPreference
func (*GetUserPluginPreferencesResponse) HasPreference ¶ added in v1.49.0
func (x *GetUserPluginPreferencesResponse) HasPreference() bool
func (*GetUserPluginPreferencesResponse) ProtoMessage ¶ added in v1.27.0
func (*GetUserPluginPreferencesResponse) ProtoMessage()
func (*GetUserPluginPreferencesResponse) ProtoReflect ¶ added in v1.27.0
func (x *GetUserPluginPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetUserPluginPreferencesResponse) Reset ¶ added in v1.27.0
func (x *GetUserPluginPreferencesResponse) Reset()
func (*GetUserPluginPreferencesResponse) SetPreference ¶ added in v1.49.0
func (x *GetUserPluginPreferencesResponse) SetPreference(v *UserPluginPreference)
func (*GetUserPluginPreferencesResponse) String ¶ added in v1.27.0
func (x *GetUserPluginPreferencesResponse) String() string
type GetUserPluginPreferencesResponse_builder ¶ added in v1.49.0
type GetUserPluginPreferencesResponse_builder struct { Preference *UserPluginPreference // contains filtered or unexported fields }
func (GetUserPluginPreferencesResponse_builder) Build ¶ added in v1.49.0
func (b0 GetUserPluginPreferencesResponse_builder) Build() *GetUserPluginPreferencesResponse
type GetUserRequest ¶
type GetUserRequest struct {
// contains filtered or unexported fields
}
func (*GetUserRequest) GetId ¶
func (x *GetUserRequest) GetId() string
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) SetId ¶ added in v1.49.0
func (x *GetUserRequest) SetId(v string)
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
type GetUserRequest_builder ¶ added in v1.49.0
type GetUserRequest_builder struct { Id string // contains filtered or unexported fields }
func (GetUserRequest_builder) Build ¶ added in v1.49.0
func (b0 GetUserRequest_builder) Build() *GetUserRequest
type GetUserResponse ¶
type GetUserResponse struct {
// contains filtered or unexported fields
}
func (*GetUserResponse) ClearUser ¶ added in v1.49.0
func (x *GetUserResponse) ClearUser()
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) HasUser ¶ added in v1.49.0
func (x *GetUserResponse) HasUser() bool
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) SetUser ¶ added in v1.49.0
func (x *GetUserResponse) SetUser(v *User)
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type GetUserResponse_builder ¶ added in v1.49.0
type GetUserResponse_builder struct { User *User // contains filtered or unexported fields }
func (GetUserResponse_builder) Build ¶ added in v1.49.0
func (b0 GetUserResponse_builder) Build() *GetUserResponse
type GitCommitInformation ¶ added in v1.25.1
type GitCommitInformation struct {
// contains filtered or unexported fields
}
GitCommitInformation is the information associated with a Git commit. This always includes the hash. The author and/or committer user identities are included when available.
func (*GitCommitInformation) ClearAuthor ¶ added in v1.49.0
func (x *GitCommitInformation) ClearAuthor()
func (*GitCommitInformation) ClearCommitter ¶ added in v1.49.0
func (x *GitCommitInformation) ClearCommitter()
func (*GitCommitInformation) GetAuthor ¶ added in v1.25.1
func (x *GitCommitInformation) GetAuthor() *GitIdentity
func (*GitCommitInformation) GetCommitter ¶ added in v1.27.0
func (x *GitCommitInformation) GetCommitter() *GitIdentity
func (*GitCommitInformation) GetHash ¶ added in v1.25.1
func (x *GitCommitInformation) GetHash() string
func (*GitCommitInformation) HasAuthor ¶ added in v1.49.0
func (x *GitCommitInformation) HasAuthor() bool
func (*GitCommitInformation) HasCommitter ¶ added in v1.49.0
func (x *GitCommitInformation) HasCommitter() bool
func (*GitCommitInformation) ProtoMessage ¶ added in v1.25.1
func (*GitCommitInformation) ProtoMessage()
func (*GitCommitInformation) ProtoReflect ¶ added in v1.25.1
func (x *GitCommitInformation) ProtoReflect() protoreflect.Message
func (*GitCommitInformation) Reset ¶ added in v1.25.1
func (x *GitCommitInformation) Reset()
func (*GitCommitInformation) SetAuthor ¶ added in v1.49.0
func (x *GitCommitInformation) SetAuthor(v *GitIdentity)
func (*GitCommitInformation) SetCommitter ¶ added in v1.49.0
func (x *GitCommitInformation) SetCommitter(v *GitIdentity)
func (*GitCommitInformation) SetHash ¶ added in v1.49.0
func (x *GitCommitInformation) SetHash(v string)
func (*GitCommitInformation) String ¶ added in v1.25.1
func (x *GitCommitInformation) String() string
type GitCommitInformation_builder ¶ added in v1.49.0
type GitCommitInformation_builder struct { // Hash is the SHA1 hash of the git commit. Hash string // Author is metadata associated with the author of the git commit. // This may not always be available, so it is not always populated. Author *GitIdentity // Committer is the metadata associated with the committer of the git commit. // This may not always be available, so it is not always populated. Committer *GitIdentity // contains filtered or unexported fields }
func (GitCommitInformation_builder) Build ¶ added in v1.49.0
func (b0 GitCommitInformation_builder) Build() *GitCommitInformation
type GitIdentity ¶ added in v1.20.0
type GitIdentity struct {
// contains filtered or unexported fields
}
GitIdentity is a Git user identity, typically either an author or a committer.
func (*GitIdentity) ClearTime ¶ added in v1.49.0
func (x *GitIdentity) ClearTime()
func (*GitIdentity) GetEmail ¶ added in v1.20.0
func (x *GitIdentity) GetEmail() string
func (*GitIdentity) GetName ¶ added in v1.20.0
func (x *GitIdentity) GetName() string
func (*GitIdentity) GetTime ¶ added in v1.20.0
func (x *GitIdentity) GetTime() *timestamppb.Timestamp
func (*GitIdentity) HasTime ¶ added in v1.49.0
func (x *GitIdentity) HasTime() bool
func (*GitIdentity) ProtoMessage ¶ added in v1.20.0
func (*GitIdentity) ProtoMessage()
func (*GitIdentity) ProtoReflect ¶ added in v1.20.0
func (x *GitIdentity) ProtoReflect() protoreflect.Message
func (*GitIdentity) Reset ¶ added in v1.20.0
func (x *GitIdentity) Reset()
func (*GitIdentity) SetEmail ¶ added in v1.49.0
func (x *GitIdentity) SetEmail(v string)
func (*GitIdentity) SetName ¶ added in v1.49.0
func (x *GitIdentity) SetName(v string)
func (*GitIdentity) SetTime ¶ added in v1.49.0
func (x *GitIdentity) SetTime(v *timestamppb.Timestamp)
func (*GitIdentity) String ¶ added in v1.20.0
func (x *GitIdentity) String() string
type GitIdentity_builder ¶ added in v1.49.0
type GitIdentity_builder struct { // Name is the name of the Git identity. This is not the BSR user's username. Name string // Email is the email of the Git identity. This is not the BSR user's email. Email string // Time is the time at which this identity was captured. Time *timestamppb.Timestamp // contains filtered or unexported fields }
func (GitIdentity_builder) Build ¶ added in v1.49.0
func (b0 GitIdentity_builder) Build() *GitIdentity
type GithubAppConfig ¶ added in v1.4.0
type GithubAppConfig struct {
// contains filtered or unexported fields
}
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) SetAppId ¶ added in v1.49.0
func (x *GithubAppConfig) SetAppId(v string)
func (*GithubAppConfig) String ¶ added in v1.4.0
func (x *GithubAppConfig) String() string
type GithubAppConfig_builder ¶ added in v1.49.0
type GithubAppConfig_builder struct { AppId string // contains filtered or unexported fields }
func (GithubAppConfig_builder) Build ¶ added in v1.49.0
func (b0 GithubAppConfig_builder) Build() *GithubAppConfig
type GoConfig ¶ added in v1.7.0
type GoConfig struct {
// contains filtered or unexported fields
}
GoConfig is the configuration for a Go plugin.
func (*GoConfig) GetBasePlugin ¶ added in v1.48.0
func (*GoConfig) GetMinimumVersion ¶ added in v1.7.0
func (*GoConfig) GetRuntimeLibraries ¶ added in v1.7.0
func (x *GoConfig) GetRuntimeLibraries() []*GoConfig_RuntimeLibrary
func (*GoConfig) ProtoMessage ¶ added in v1.7.0
func (*GoConfig) ProtoMessage()
func (*GoConfig) ProtoReflect ¶ added in v1.7.0
func (x *GoConfig) ProtoReflect() protoreflect.Message
func (*GoConfig) SetBasePlugin ¶ added in v1.49.0
func (*GoConfig) SetMinimumVersion ¶ added in v1.49.0
func (*GoConfig) SetRuntimeLibraries ¶ added in v1.49.0
func (x *GoConfig) SetRuntimeLibraries(v []*GoConfig_RuntimeLibrary)
type GoConfig_RuntimeLibrary ¶ added in v1.7.0
type GoConfig_RuntimeLibrary struct {
// contains filtered or unexported fields
}
RuntimeLibrary describes the runtime library dependency of the generated code.
func (*GoConfig_RuntimeLibrary) GetModule ¶ added in v1.7.0
func (x *GoConfig_RuntimeLibrary) GetModule() string
func (*GoConfig_RuntimeLibrary) GetVersion ¶ added in v1.7.0
func (x *GoConfig_RuntimeLibrary) GetVersion() string
func (*GoConfig_RuntimeLibrary) ProtoMessage ¶ added in v1.7.0
func (*GoConfig_RuntimeLibrary) ProtoMessage()
func (*GoConfig_RuntimeLibrary) ProtoReflect ¶ added in v1.7.0
func (x *GoConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*GoConfig_RuntimeLibrary) Reset ¶ added in v1.7.0
func (x *GoConfig_RuntimeLibrary) Reset()
func (*GoConfig_RuntimeLibrary) SetModule ¶ added in v1.49.0
func (x *GoConfig_RuntimeLibrary) SetModule(v string)
func (*GoConfig_RuntimeLibrary) SetVersion ¶ added in v1.49.0
func (x *GoConfig_RuntimeLibrary) SetVersion(v string)
func (*GoConfig_RuntimeLibrary) String ¶ added in v1.7.0
func (x *GoConfig_RuntimeLibrary) String() string
type GoConfig_RuntimeLibrary_builder ¶ added in v1.49.0
type GoConfig_RuntimeLibrary_builder struct { // The name of the runtime library module, i.e. "google.golang.org/protobuf". Module string // The version of the runtime library, i.e. "v1.27.1". Version string // contains filtered or unexported fields }
func (GoConfig_RuntimeLibrary_builder) Build ¶ added in v1.49.0
func (b0 GoConfig_RuntimeLibrary_builder) Build() *GoConfig_RuntimeLibrary
type GoConfig_builder ¶ added in v1.49.0
type GoConfig_builder struct { // Optionally define the runtime libraries for the plugin. RuntimeLibraries []*GoConfig_RuntimeLibrary // The minimum Go version required by the plugin. MinimumVersion string // Optionally specifies an alternate base plugin like "remote/org/go-multi" instead of the default // "remote/protocolbuffers/go". If provided, the name must match one of the plugin dependencies in // the top-level deps field. // // This affects how imports are resolved - the specified plugin's import path will be used as the // base path for all generated code, replacing the default protocolbuffers/go import paths. Used // when depending on non-default BSR plugins. BasePlugin string // contains filtered or unexported fields }
func (GoConfig_builder) Build ¶ added in v1.49.0
func (b0 GoConfig_builder) Build() *GoConfig
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) 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 {
// contains filtered or unexported fields
}
ImportRef provides the import metadata if a type is imported.
func (*ImportModuleRef) GetCommit ¶
func (x *ImportModuleRef) GetCommit() string
func (*ImportModuleRef) GetOwner ¶
func (x *ImportModuleRef) GetOwner() string
func (*ImportModuleRef) GetPackageName ¶
func (x *ImportModuleRef) GetPackageName() string
func (*ImportModuleRef) GetRemote ¶
func (x *ImportModuleRef) GetRemote() string
func (*ImportModuleRef) GetRepository ¶
func (x *ImportModuleRef) GetRepository() string
func (*ImportModuleRef) ProtoMessage ¶
func (*ImportModuleRef) ProtoMessage()
func (*ImportModuleRef) ProtoReflect ¶
func (x *ImportModuleRef) ProtoReflect() protoreflect.Message
func (*ImportModuleRef) Reset ¶
func (x *ImportModuleRef) Reset()
func (*ImportModuleRef) SetCommit ¶ added in v1.49.0
func (x *ImportModuleRef) SetCommit(v string)
func (*ImportModuleRef) SetOwner ¶ added in v1.49.0
func (x *ImportModuleRef) SetOwner(v string)
func (*ImportModuleRef) SetPackageName ¶ added in v1.49.0
func (x *ImportModuleRef) SetPackageName(v string)
func (*ImportModuleRef) SetRemote ¶ added in v1.49.0
func (x *ImportModuleRef) SetRemote(v string)
func (*ImportModuleRef) SetRepository ¶ added in v1.49.0
func (x *ImportModuleRef) SetRepository(v string)
func (*ImportModuleRef) String ¶
func (x *ImportModuleRef) String() string
type ImportModuleRef_builder ¶ added in v1.49.0
type ImportModuleRef_builder struct { Remote string Owner string Repository string // the commit is based on the module commit of the imported type provided // by the image. Commit string PackageName string // contains filtered or unexported fields }
func (ImportModuleRef_builder) Build ¶ added in v1.49.0
func (b0 ImportModuleRef_builder) Build() *ImportModuleRef
type JSONOutputOptions ¶ added in v1.10.0
type JSONOutputOptions struct {
// contains filtered or unexported fields
}
func (*JSONOutputOptions) GetIncludeDefaults ¶ added in v1.10.0
func (x *JSONOutputOptions) GetIncludeDefaults() bool
func (*JSONOutputOptions) GetUseEnumNumbers ¶ added in v1.10.0
func (x *JSONOutputOptions) GetUseEnumNumbers() bool
func (*JSONOutputOptions) ProtoMessage ¶ added in v1.10.0
func (*JSONOutputOptions) ProtoMessage()
func (*JSONOutputOptions) ProtoReflect ¶ added in v1.10.0
func (x *JSONOutputOptions) ProtoReflect() protoreflect.Message
func (*JSONOutputOptions) Reset ¶ added in v1.10.0
func (x *JSONOutputOptions) Reset()
func (*JSONOutputOptions) SetIncludeDefaults ¶ added in v1.49.0
func (x *JSONOutputOptions) SetIncludeDefaults(v bool)
func (*JSONOutputOptions) SetUseEnumNumbers ¶ added in v1.49.0
func (x *JSONOutputOptions) SetUseEnumNumbers(v bool)
func (*JSONOutputOptions) String ¶ added in v1.10.0
func (x *JSONOutputOptions) String() string
type JSONOutputOptions_builder ¶ added in v1.49.0
type JSONOutputOptions_builder struct { // Enum fields will be emitted as numeric values. If false (the default), enum // fields are emitted as strings that are the enum values' names. UseEnumNumbers bool // Includes fields that have their default values. This applies only to fields // defined in proto3 syntax that have no explicit "optional" keyword. Other // optional fields will be included if present in the input data. IncludeDefaults bool // contains filtered or unexported fields }
func (JSONOutputOptions_builder) Build ¶ added in v1.49.0
func (b0 JSONOutputOptions_builder) Build() *JSONOutputOptions
type ListCuratedPluginsRequest ¶ added in v1.7.0
type ListCuratedPluginsRequest struct {
// contains filtered or unexported fields
}
func (*ListCuratedPluginsRequest) GetIncludeDeprecated ¶ added in v1.18.0
func (x *ListCuratedPluginsRequest) GetIncludeDeprecated() bool
func (*ListCuratedPluginsRequest) GetPageSize ¶ added in v1.7.0
func (x *ListCuratedPluginsRequest) GetPageSize() uint32
func (*ListCuratedPluginsRequest) GetPageToken ¶ added in v1.7.0
func (x *ListCuratedPluginsRequest) GetPageToken() string
func (*ListCuratedPluginsRequest) GetReverse ¶ added in v1.7.0
func (x *ListCuratedPluginsRequest) GetReverse() bool
func (*ListCuratedPluginsRequest) GetSupportsRemotePackages ¶ added in v1.18.0
func (x *ListCuratedPluginsRequest) GetSupportsRemotePackages() bool
func (*ListCuratedPluginsRequest) ProtoMessage ¶ added in v1.7.0
func (*ListCuratedPluginsRequest) ProtoMessage()
func (*ListCuratedPluginsRequest) ProtoReflect ¶ added in v1.7.0
func (x *ListCuratedPluginsRequest) ProtoReflect() protoreflect.Message
func (*ListCuratedPluginsRequest) Reset ¶ added in v1.7.0
func (x *ListCuratedPluginsRequest) Reset()
func (*ListCuratedPluginsRequest) SetIncludeDeprecated ¶ added in v1.49.0
func (x *ListCuratedPluginsRequest) SetIncludeDeprecated(v bool)
func (*ListCuratedPluginsRequest) SetPageSize ¶ added in v1.49.0
func (x *ListCuratedPluginsRequest) SetPageSize(v uint32)
func (*ListCuratedPluginsRequest) SetPageToken ¶ added in v1.49.0
func (x *ListCuratedPluginsRequest) SetPageToken(v string)
func (*ListCuratedPluginsRequest) SetReverse ¶ added in v1.49.0
func (x *ListCuratedPluginsRequest) SetReverse(v bool)
func (*ListCuratedPluginsRequest) SetSupportsRemotePackages ¶ added in v1.49.0
func (x *ListCuratedPluginsRequest) SetSupportsRemotePackages(v bool)
func (*ListCuratedPluginsRequest) String ¶ added in v1.7.0
func (x *ListCuratedPluginsRequest) String() string
type ListCuratedPluginsRequest_builder ¶ added in v1.49.0
type ListCuratedPluginsRequest_builder struct { PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // If true, will only return plugins which support remote packages (registry_type is set). SupportsRemotePackages bool // If true, will include deprecated plugins. IncludeDeprecated bool // contains filtered or unexported fields }
func (ListCuratedPluginsRequest_builder) Build ¶ added in v1.49.0
func (b0 ListCuratedPluginsRequest_builder) Build() *ListCuratedPluginsRequest
type ListCuratedPluginsResponse ¶ added in v1.7.0
type ListCuratedPluginsResponse struct {
// contains filtered or unexported fields
}
func (*ListCuratedPluginsResponse) GetNextPageToken ¶ added in v1.7.0
func (x *ListCuratedPluginsResponse) GetNextPageToken() string
func (*ListCuratedPluginsResponse) GetPlugins ¶ added in v1.7.0
func (x *ListCuratedPluginsResponse) GetPlugins() []*CuratedPlugin
func (*ListCuratedPluginsResponse) ProtoMessage ¶ added in v1.7.0
func (*ListCuratedPluginsResponse) ProtoMessage()
func (*ListCuratedPluginsResponse) ProtoReflect ¶ added in v1.7.0
func (x *ListCuratedPluginsResponse) ProtoReflect() protoreflect.Message
func (*ListCuratedPluginsResponse) Reset ¶ added in v1.7.0
func (x *ListCuratedPluginsResponse) Reset()
func (*ListCuratedPluginsResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListCuratedPluginsResponse) SetNextPageToken(v string)
func (*ListCuratedPluginsResponse) SetPlugins ¶ added in v1.49.0
func (x *ListCuratedPluginsResponse) SetPlugins(v []*CuratedPlugin)
func (*ListCuratedPluginsResponse) String ¶ added in v1.7.0
func (x *ListCuratedPluginsResponse) String() string
type ListCuratedPluginsResponse_builder ¶ added in v1.49.0
type ListCuratedPluginsResponse_builder struct { Plugins []*CuratedPlugin // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListCuratedPluginsResponse_builder) Build ¶ added in v1.49.0
func (b0 ListCuratedPluginsResponse_builder) Build() *ListCuratedPluginsResponse
type ListManageableRepositoryRolesRequest ¶ added in v1.0.0
type ListManageableRepositoryRolesRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *ListManageableRepositoryRolesRequest) SetRepositoryId(v string)
func (*ListManageableRepositoryRolesRequest) String ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesRequest) String() string
type ListManageableRepositoryRolesRequest_builder ¶ added in v1.49.0
type ListManageableRepositoryRolesRequest_builder struct { // The ID of the repository for which to check // which roles should be displayed as manageable. RepositoryId string // contains filtered or unexported fields }
func (ListManageableRepositoryRolesRequest_builder) Build ¶ added in v1.49.0
func (b0 ListManageableRepositoryRolesRequest_builder) Build() *ListManageableRepositoryRolesRequest
type ListManageableRepositoryRolesResponse ¶ added in v1.0.0
type ListManageableRepositoryRolesResponse struct {
// contains filtered or unexported fields
}
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) SetRoles ¶ added in v1.49.0
func (x *ListManageableRepositoryRolesResponse) SetRoles(v []RepositoryRole)
func (*ListManageableRepositoryRolesResponse) String ¶ added in v1.0.0
func (x *ListManageableRepositoryRolesResponse) String() string
type ListManageableRepositoryRolesResponse_builder ¶ added in v1.49.0
type ListManageableRepositoryRolesResponse_builder struct { // The list of roles that should be displayed // to the user as manageable. Roles []RepositoryRole // contains filtered or unexported fields }
type ListManageableUserRepositoryRolesRequest ¶ added in v1.0.0
type ListManageableUserRepositoryRolesRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *ListManageableUserRepositoryRolesRequest) SetRepositoryId(v string)
func (*ListManageableUserRepositoryRolesRequest) SetUserId ¶ added in v1.49.0
func (x *ListManageableUserRepositoryRolesRequest) SetUserId(v string)
func (*ListManageableUserRepositoryRolesRequest) String ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesRequest) String() string
type ListManageableUserRepositoryRolesRequest_builder ¶ added in v1.49.0
type ListManageableUserRepositoryRolesRequest_builder struct { // The ID of the repository for which to check // which roles should be displayed as manageable. RepositoryId string // The ID of the target user for which to check // which roles are manageable. UserId string // contains filtered or unexported fields }
type ListManageableUserRepositoryRolesResponse ¶ added in v1.0.0
type ListManageableUserRepositoryRolesResponse struct {
// contains filtered or unexported fields
}
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) SetRoles ¶ added in v1.49.0
func (x *ListManageableUserRepositoryRolesResponse) SetRoles(v []RepositoryRole)
func (*ListManageableUserRepositoryRolesResponse) String ¶ added in v1.0.0
func (x *ListManageableUserRepositoryRolesResponse) String() string
type ListManageableUserRepositoryRolesResponse_builder ¶ added in v1.49.0
type ListManageableUserRepositoryRolesResponse_builder struct { // The list of roles that should be displayed // to the user as manageable. Roles []RepositoryRole // contains filtered or unexported fields }
type ListOrganizationRepositoriesRequest ¶
type ListOrganizationRepositoriesRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *ListOrganizationRepositoriesRequest) SetOrganizationId(v string)
func (*ListOrganizationRepositoriesRequest) SetPageSize ¶ added in v1.49.0
func (x *ListOrganizationRepositoriesRequest) SetPageSize(v uint32)
func (*ListOrganizationRepositoriesRequest) SetPageToken ¶ added in v1.49.0
func (x *ListOrganizationRepositoriesRequest) SetPageToken(v string)
func (*ListOrganizationRepositoriesRequest) SetReverse ¶ added in v1.49.0
func (x *ListOrganizationRepositoriesRequest) SetReverse(v bool)
func (*ListOrganizationRepositoriesRequest) String ¶
func (x *ListOrganizationRepositoriesRequest) String() string
type ListOrganizationRepositoriesRequest_builder ¶ added in v1.49.0
type ListOrganizationRepositoriesRequest_builder struct { // The ID of the organization whose repositories should be listed. OrganizationId string PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListOrganizationRepositoriesRequest_builder) Build ¶ added in v1.49.0
func (b0 ListOrganizationRepositoriesRequest_builder) Build() *ListOrganizationRepositoriesRequest
type ListOrganizationRepositoriesResponse ¶
type ListOrganizationRepositoriesResponse struct {
// contains filtered or unexported fields
}
func (*ListOrganizationRepositoriesResponse) GetNextPageToken ¶
func (x *ListOrganizationRepositoriesResponse) GetNextPageToken() string
func (*ListOrganizationRepositoriesResponse) GetRepositories ¶
func (x *ListOrganizationRepositoriesResponse) GetRepositories() []*Repository
func (*ListOrganizationRepositoriesResponse) ProtoMessage ¶
func (*ListOrganizationRepositoriesResponse) ProtoMessage()
func (*ListOrganizationRepositoriesResponse) ProtoReflect ¶
func (x *ListOrganizationRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationRepositoriesResponse) Reset ¶
func (x *ListOrganizationRepositoriesResponse) Reset()
func (*ListOrganizationRepositoriesResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListOrganizationRepositoriesResponse) SetNextPageToken(v string)
func (*ListOrganizationRepositoriesResponse) SetRepositories ¶ added in v1.49.0
func (x *ListOrganizationRepositoriesResponse) SetRepositories(v []*Repository)
func (*ListOrganizationRepositoriesResponse) String ¶
func (x *ListOrganizationRepositoriesResponse) String() string
type ListOrganizationRepositoriesResponse_builder ¶ added in v1.49.0
type ListOrganizationRepositoriesResponse_builder struct { Repositories []*Repository // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListOrganizationRepositoriesResponse_builder) Build ¶ added in v1.49.0
func (b0 ListOrganizationRepositoriesResponse_builder) Build() *ListOrganizationRepositoriesResponse
type ListOrganizationUsersRequest ¶
type ListOrganizationUsersRequest struct {
// contains filtered or unexported fields
}
func (*ListOrganizationUsersRequest) GetOrganizationId ¶
func (x *ListOrganizationUsersRequest) GetOrganizationId() string
func (*ListOrganizationUsersRequest) GetPageSize ¶
func (x *ListOrganizationUsersRequest) GetPageSize() uint32
func (*ListOrganizationUsersRequest) GetPageToken ¶
func (x *ListOrganizationUsersRequest) GetPageToken() string
func (*ListOrganizationUsersRequest) GetReverse ¶
func (x *ListOrganizationUsersRequest) GetReverse() bool
func (*ListOrganizationUsersRequest) ProtoMessage ¶
func (*ListOrganizationUsersRequest) ProtoMessage()
func (*ListOrganizationUsersRequest) ProtoReflect ¶
func (x *ListOrganizationUsersRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationUsersRequest) Reset ¶
func (x *ListOrganizationUsersRequest) Reset()
func (*ListOrganizationUsersRequest) SetOrganizationId ¶ added in v1.49.0
func (x *ListOrganizationUsersRequest) SetOrganizationId(v string)
func (*ListOrganizationUsersRequest) SetPageSize ¶ added in v1.49.0
func (x *ListOrganizationUsersRequest) SetPageSize(v uint32)
func (*ListOrganizationUsersRequest) SetPageToken ¶ added in v1.49.0
func (x *ListOrganizationUsersRequest) SetPageToken(v string)
func (*ListOrganizationUsersRequest) SetReverse ¶ added in v1.49.0
func (x *ListOrganizationUsersRequest) SetReverse(v bool)
func (*ListOrganizationUsersRequest) String ¶
func (x *ListOrganizationUsersRequest) String() string
type ListOrganizationUsersRequest_builder ¶ added in v1.49.0
type ListOrganizationUsersRequest_builder struct { OrganizationId string PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListOrganizationUsersRequest_builder) Build ¶ added in v1.49.0
func (b0 ListOrganizationUsersRequest_builder) Build() *ListOrganizationUsersRequest
type ListOrganizationUsersResponse ¶
type ListOrganizationUsersResponse struct {
// contains filtered or unexported fields
}
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) SetNextPageToken ¶ added in v1.49.0
func (x *ListOrganizationUsersResponse) SetNextPageToken(v string)
func (*ListOrganizationUsersResponse) SetUsers ¶ added in v1.49.0
func (x *ListOrganizationUsersResponse) SetUsers(v []*OrganizationUser)
func (*ListOrganizationUsersResponse) String ¶
func (x *ListOrganizationUsersResponse) String() string
type ListOrganizationUsersResponse_builder ¶ added in v1.49.0
type ListOrganizationUsersResponse_builder struct { Users []*OrganizationUser // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListOrganizationUsersResponse_builder) Build ¶ added in v1.49.0
func (b0 ListOrganizationUsersResponse_builder) Build() *ListOrganizationUsersResponse
type ListOrganizationsRequest ¶
type ListOrganizationsRequest struct {
// contains filtered or unexported fields
}
func (*ListOrganizationsRequest) GetPageSize ¶
func (x *ListOrganizationsRequest) GetPageSize() uint32
func (*ListOrganizationsRequest) GetPageToken ¶
func (x *ListOrganizationsRequest) GetPageToken() string
func (*ListOrganizationsRequest) GetReverse ¶
func (x *ListOrganizationsRequest) GetReverse() bool
func (*ListOrganizationsRequest) ProtoMessage ¶
func (*ListOrganizationsRequest) ProtoMessage()
func (*ListOrganizationsRequest) ProtoReflect ¶
func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationsRequest) Reset ¶
func (x *ListOrganizationsRequest) Reset()
func (*ListOrganizationsRequest) SetPageSize ¶ added in v1.49.0
func (x *ListOrganizationsRequest) SetPageSize(v uint32)
func (*ListOrganizationsRequest) SetPageToken ¶ added in v1.49.0
func (x *ListOrganizationsRequest) SetPageToken(v string)
func (*ListOrganizationsRequest) SetReverse ¶ added in v1.49.0
func (x *ListOrganizationsRequest) SetReverse(v bool)
func (*ListOrganizationsRequest) String ¶
func (x *ListOrganizationsRequest) String() string
type ListOrganizationsRequest_builder ¶ added in v1.49.0
type ListOrganizationsRequest_builder struct { PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListOrganizationsRequest_builder) Build ¶ added in v1.49.0
func (b0 ListOrganizationsRequest_builder) Build() *ListOrganizationsRequest
type ListOrganizationsResponse ¶
type ListOrganizationsResponse struct {
// contains filtered or unexported fields
}
func (*ListOrganizationsResponse) GetNextPageToken ¶
func (x *ListOrganizationsResponse) GetNextPageToken() string
func (*ListOrganizationsResponse) GetOrganizations ¶
func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
func (*ListOrganizationsResponse) ProtoMessage ¶
func (*ListOrganizationsResponse) ProtoMessage()
func (*ListOrganizationsResponse) ProtoReflect ¶
func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsResponse) Reset ¶
func (x *ListOrganizationsResponse) Reset()
func (*ListOrganizationsResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListOrganizationsResponse) SetNextPageToken(v string)
func (*ListOrganizationsResponse) SetOrganizations ¶ added in v1.49.0
func (x *ListOrganizationsResponse) SetOrganizations(v []*Organization)
func (*ListOrganizationsResponse) String ¶
func (x *ListOrganizationsResponse) String() string
type ListOrganizationsResponse_builder ¶ added in v1.49.0
type ListOrganizationsResponse_builder struct { Organizations []*Organization // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListOrganizationsResponse_builder) Build ¶ added in v1.49.0
func (b0 ListOrganizationsResponse_builder) Build() *ListOrganizationsResponse
type ListRecommendedResourcesRequest ¶ added in v1.10.0
type ListRecommendedResourcesRequest struct {
// contains filtered or unexported fields
}
func (*ListRecommendedResourcesRequest) ProtoMessage ¶ added in v1.10.0
func (*ListRecommendedResourcesRequest) ProtoMessage()
func (*ListRecommendedResourcesRequest) ProtoReflect ¶ added in v1.10.0
func (x *ListRecommendedResourcesRequest) ProtoReflect() protoreflect.Message
func (*ListRecommendedResourcesRequest) Reset ¶ added in v1.10.0
func (x *ListRecommendedResourcesRequest) Reset()
func (*ListRecommendedResourcesRequest) String ¶ added in v1.10.0
func (x *ListRecommendedResourcesRequest) String() string
type ListRecommendedResourcesRequest_builder ¶ added in v1.49.0
type ListRecommendedResourcesRequest_builder struct {
// contains filtered or unexported fields
}
func (ListRecommendedResourcesRequest_builder) Build ¶ added in v1.49.0
func (b0 ListRecommendedResourcesRequest_builder) Build() *ListRecommendedResourcesRequest
type ListRecommendedResourcesResponse ¶ added in v1.10.0
type ListRecommendedResourcesResponse struct {
// contains filtered or unexported fields
}
func (*ListRecommendedResourcesResponse) GetResources ¶ added in v1.10.0
func (x *ListRecommendedResourcesResponse) GetResources() []*Resource
func (*ListRecommendedResourcesResponse) ProtoMessage ¶ added in v1.10.0
func (*ListRecommendedResourcesResponse) ProtoMessage()
func (*ListRecommendedResourcesResponse) ProtoReflect ¶ added in v1.10.0
func (x *ListRecommendedResourcesResponse) ProtoReflect() protoreflect.Message
func (*ListRecommendedResourcesResponse) Reset ¶ added in v1.10.0
func (x *ListRecommendedResourcesResponse) Reset()
func (*ListRecommendedResourcesResponse) SetResources ¶ added in v1.49.0
func (x *ListRecommendedResourcesResponse) SetResources(v []*Resource)
func (*ListRecommendedResourcesResponse) String ¶ added in v1.10.0
func (x *ListRecommendedResourcesResponse) String() string
type ListRecommendedResourcesResponse_builder ¶ added in v1.49.0
type ListRecommendedResourcesResponse_builder struct { Resources []*Resource // contains filtered or unexported fields }
func (ListRecommendedResourcesResponse_builder) Build ¶ added in v1.49.0
func (b0 ListRecommendedResourcesResponse_builder) Build() *ListRecommendedResourcesResponse
type ListRepositoriesRequest ¶
type ListRepositoriesRequest struct {
// contains filtered or unexported fields
}
func (*ListRepositoriesRequest) GetPageSize ¶
func (x *ListRepositoriesRequest) GetPageSize() uint32
func (*ListRepositoriesRequest) GetPageToken ¶
func (x *ListRepositoriesRequest) GetPageToken() string
func (*ListRepositoriesRequest) GetReverse ¶
func (x *ListRepositoriesRequest) GetReverse() bool
func (*ListRepositoriesRequest) ProtoMessage ¶
func (*ListRepositoriesRequest) ProtoMessage()
func (*ListRepositoriesRequest) ProtoReflect ¶
func (x *ListRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoriesRequest) Reset ¶
func (x *ListRepositoriesRequest) Reset()
func (*ListRepositoriesRequest) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoriesRequest) SetPageSize(v uint32)
func (*ListRepositoriesRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoriesRequest) SetPageToken(v string)
func (*ListRepositoriesRequest) SetReverse ¶ added in v1.49.0
func (x *ListRepositoriesRequest) SetReverse(v bool)
func (*ListRepositoriesRequest) String ¶
func (x *ListRepositoriesRequest) String() string
type ListRepositoriesRequest_builder ¶ added in v1.49.0
type ListRepositoriesRequest_builder struct { PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListRepositoriesRequest_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoriesRequest_builder) Build() *ListRepositoriesRequest
type ListRepositoriesResponse ¶
type ListRepositoriesResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoriesResponse) GetNextPageToken ¶
func (x *ListRepositoriesResponse) GetNextPageToken() string
func (*ListRepositoriesResponse) GetRepositories ¶
func (x *ListRepositoriesResponse) GetRepositories() []*Repository
func (*ListRepositoriesResponse) ProtoMessage ¶
func (*ListRepositoriesResponse) ProtoMessage()
func (*ListRepositoriesResponse) ProtoReflect ¶
func (x *ListRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoriesResponse) Reset ¶
func (x *ListRepositoriesResponse) Reset()
func (*ListRepositoriesResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoriesResponse) SetNextPageToken(v string)
func (*ListRepositoriesResponse) SetRepositories ¶ added in v1.49.0
func (x *ListRepositoriesResponse) SetRepositories(v []*Repository)
func (*ListRepositoriesResponse) String ¶
func (x *ListRepositoriesResponse) String() string
type ListRepositoriesResponse_builder ¶ added in v1.49.0
type ListRepositoriesResponse_builder struct { Repositories []*Repository // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListRepositoriesResponse_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoriesResponse_builder) Build() *ListRepositoriesResponse
type ListRepositoriesUserCanAccessRequest ¶
type ListRepositoriesUserCanAccessRequest struct {
// contains filtered or unexported fields
}
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) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoriesUserCanAccessRequest) SetPageSize(v uint32)
func (*ListRepositoriesUserCanAccessRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoriesUserCanAccessRequest) SetPageToken(v string)
func (*ListRepositoriesUserCanAccessRequest) SetReverse ¶ added in v1.49.0
func (x *ListRepositoriesUserCanAccessRequest) SetReverse(v bool)
func (*ListRepositoriesUserCanAccessRequest) String ¶
func (x *ListRepositoriesUserCanAccessRequest) String() string
type ListRepositoriesUserCanAccessRequest_builder ¶ added in v1.49.0
type ListRepositoriesUserCanAccessRequest_builder struct { PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListRepositoriesUserCanAccessRequest_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoriesUserCanAccessRequest_builder) Build() *ListRepositoriesUserCanAccessRequest
type ListRepositoriesUserCanAccessResponse ¶
type ListRepositoriesUserCanAccessResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoriesUserCanAccessResponse) GetNextPageToken ¶
func (x *ListRepositoriesUserCanAccessResponse) GetNextPageToken() string
func (*ListRepositoriesUserCanAccessResponse) GetRepositories ¶
func (x *ListRepositoriesUserCanAccessResponse) GetRepositories() []*Repository
func (*ListRepositoriesUserCanAccessResponse) ProtoMessage ¶
func (*ListRepositoriesUserCanAccessResponse) ProtoMessage()
func (*ListRepositoriesUserCanAccessResponse) ProtoReflect ¶
func (x *ListRepositoriesUserCanAccessResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoriesUserCanAccessResponse) Reset ¶
func (x *ListRepositoriesUserCanAccessResponse) Reset()
func (*ListRepositoriesUserCanAccessResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoriesUserCanAccessResponse) SetNextPageToken(v string)
func (*ListRepositoriesUserCanAccessResponse) SetRepositories ¶ added in v1.49.0
func (x *ListRepositoriesUserCanAccessResponse) SetRepositories(v []*Repository)
func (*ListRepositoriesUserCanAccessResponse) String ¶
func (x *ListRepositoriesUserCanAccessResponse) String() string
type ListRepositoriesUserCanAccessResponse_builder ¶ added in v1.49.0
type ListRepositoriesUserCanAccessResponse_builder struct { Repositories []*Repository // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
type ListRepositoryBranchesByReferenceRequest ¶ added in v1.28.0
type ListRepositoryBranchesByReferenceRequest struct {
// contains filtered or unexported fields
}
func (*ListRepositoryBranchesByReferenceRequest) ClearCommitName ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) ClearCommitName()
func (*ListRepositoryBranchesByReferenceRequest) ClearReference ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) ClearReference()
func (*ListRepositoryBranchesByReferenceRequest) ClearVcsCommitHash ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) ClearVcsCommitHash()
func (*ListRepositoryBranchesByReferenceRequest) GetCommitName ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceRequest) GetCommitName() string
func (*ListRepositoryBranchesByReferenceRequest) GetPageSize ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceRequest) GetPageSize() uint32
func (*ListRepositoryBranchesByReferenceRequest) GetPageToken ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceRequest) GetPageToken() string
func (*ListRepositoryBranchesByReferenceRequest) GetRepositoryId ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceRequest) GetRepositoryId() string
func (*ListRepositoryBranchesByReferenceRequest) GetVcsCommitHash ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceRequest) GetVcsCommitHash() string
func (*ListRepositoryBranchesByReferenceRequest) HasCommitName ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) HasCommitName() bool
func (*ListRepositoryBranchesByReferenceRequest) HasReference ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) HasReference() bool
func (*ListRepositoryBranchesByReferenceRequest) HasVcsCommitHash ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) HasVcsCommitHash() bool
func (*ListRepositoryBranchesByReferenceRequest) ProtoMessage ¶ added in v1.28.0
func (*ListRepositoryBranchesByReferenceRequest) ProtoMessage()
func (*ListRepositoryBranchesByReferenceRequest) ProtoReflect ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryBranchesByReferenceRequest) Reset ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceRequest) Reset()
func (*ListRepositoryBranchesByReferenceRequest) SetCommitName ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) SetCommitName(v string)
func (*ListRepositoryBranchesByReferenceRequest) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) SetPageSize(v uint32)
func (*ListRepositoryBranchesByReferenceRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) SetPageToken(v string)
func (*ListRepositoryBranchesByReferenceRequest) SetRepositoryId ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) SetRepositoryId(v string)
func (*ListRepositoryBranchesByReferenceRequest) SetVcsCommitHash ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) SetVcsCommitHash(v string)
func (*ListRepositoryBranchesByReferenceRequest) String ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceRequest) String() string
func (*ListRepositoryBranchesByReferenceRequest) WhichReference ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceRequest) WhichReference() case_ListRepositoryBranchesByReferenceRequest_Reference
type ListRepositoryBranchesByReferenceRequest_builder ¶ added in v1.49.0
type ListRepositoryBranchesByReferenceRequest_builder struct { // The ID of the repository whose branches should be listed. RepositoryId string PageSize uint32 // The first page is returned if this is empty. PageToken string // Fields of oneof xxx_hidden_Reference: // The name of a BSR commit. This will filter the branches to only those that include the commit. CommitName *string // The hash of a VCS commit. This will filter the branches to only those that include the commit // associated with the VCS hash. VcsCommitHash *string // contains filtered or unexported fields }
type ListRepositoryBranchesByReferenceResponse ¶ added in v1.28.0
type ListRepositoryBranchesByReferenceResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoryBranchesByReferenceResponse) GetNextPageToken ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceResponse) GetNextPageToken() string
func (*ListRepositoryBranchesByReferenceResponse) GetRepositoryBranches ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceResponse) GetRepositoryBranches() []*RepositoryBranch
func (*ListRepositoryBranchesByReferenceResponse) ProtoMessage ¶ added in v1.28.0
func (*ListRepositoryBranchesByReferenceResponse) ProtoMessage()
func (*ListRepositoryBranchesByReferenceResponse) ProtoReflect ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryBranchesByReferenceResponse) Reset ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceResponse) Reset()
func (*ListRepositoryBranchesByReferenceResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceResponse) SetNextPageToken(v string)
func (*ListRepositoryBranchesByReferenceResponse) SetRepositoryBranches ¶ added in v1.49.0
func (x *ListRepositoryBranchesByReferenceResponse) SetRepositoryBranches(v []*RepositoryBranch)
func (*ListRepositoryBranchesByReferenceResponse) String ¶ added in v1.28.0
func (x *ListRepositoryBranchesByReferenceResponse) String() string
type ListRepositoryBranchesByReferenceResponse_builder ¶ added in v1.49.0
type ListRepositoryBranchesByReferenceResponse_builder struct { RepositoryBranches []*RepositoryBranch // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
type ListRepositoryBranchesRequest ¶
type ListRepositoryBranchesRequest struct {
// contains filtered or unexported fields
}
func (*ListRepositoryBranchesRequest) GetPageSize ¶
func (x *ListRepositoryBranchesRequest) GetPageSize() uint32
func (*ListRepositoryBranchesRequest) GetPageToken ¶
func (x *ListRepositoryBranchesRequest) GetPageToken() string
func (*ListRepositoryBranchesRequest) GetRepositoryId ¶
func (x *ListRepositoryBranchesRequest) GetRepositoryId() string
func (*ListRepositoryBranchesRequest) ProtoMessage ¶
func (*ListRepositoryBranchesRequest) ProtoMessage()
func (*ListRepositoryBranchesRequest) ProtoReflect ¶
func (x *ListRepositoryBranchesRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryBranchesRequest) Reset ¶
func (x *ListRepositoryBranchesRequest) Reset()
func (*ListRepositoryBranchesRequest) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoryBranchesRequest) SetPageSize(v uint32)
func (*ListRepositoryBranchesRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoryBranchesRequest) SetPageToken(v string)
func (*ListRepositoryBranchesRequest) SetRepositoryId ¶ added in v1.49.0
func (x *ListRepositoryBranchesRequest) SetRepositoryId(v string)
func (*ListRepositoryBranchesRequest) String ¶
func (x *ListRepositoryBranchesRequest) String() string
type ListRepositoryBranchesRequest_builder ¶ added in v1.49.0
type ListRepositoryBranchesRequest_builder struct { // The ID of the repository whose branches should be listed. RepositoryId string PageSize uint32 // The first page is returned if this is empty. PageToken string // contains filtered or unexported fields }
func (ListRepositoryBranchesRequest_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryBranchesRequest_builder) Build() *ListRepositoryBranchesRequest
type ListRepositoryBranchesResponse ¶
type ListRepositoryBranchesResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoryBranchesResponse) GetNextPageToken ¶
func (x *ListRepositoryBranchesResponse) GetNextPageToken() string
func (*ListRepositoryBranchesResponse) GetRepositoryBranches ¶
func (x *ListRepositoryBranchesResponse) GetRepositoryBranches() []*RepositoryBranch
func (*ListRepositoryBranchesResponse) ProtoMessage ¶
func (*ListRepositoryBranchesResponse) ProtoMessage()
func (*ListRepositoryBranchesResponse) ProtoReflect ¶
func (x *ListRepositoryBranchesResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryBranchesResponse) Reset ¶
func (x *ListRepositoryBranchesResponse) Reset()
func (*ListRepositoryBranchesResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoryBranchesResponse) SetNextPageToken(v string)
func (*ListRepositoryBranchesResponse) SetRepositoryBranches ¶ added in v1.49.0
func (x *ListRepositoryBranchesResponse) SetRepositoryBranches(v []*RepositoryBranch)
func (*ListRepositoryBranchesResponse) String ¶
func (x *ListRepositoryBranchesResponse) String() string
type ListRepositoryBranchesResponse_builder ¶ added in v1.49.0
type ListRepositoryBranchesResponse_builder struct { RepositoryBranches []*RepositoryBranch // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListRepositoryBranchesResponse_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryBranchesResponse_builder) Build() *ListRepositoryBranchesResponse
type ListRepositoryCommitsByBranchRequest ¶
type ListRepositoryCommitsByBranchRequest struct {
// contains filtered or unexported fields
}
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) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoryCommitsByBranchRequest) SetPageSize(v uint32)
func (*ListRepositoryCommitsByBranchRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoryCommitsByBranchRequest) SetPageToken(v string)
func (*ListRepositoryCommitsByBranchRequest) SetRepositoryBranchName ¶ added in v1.49.0
func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryBranchName(v string)
func (*ListRepositoryCommitsByBranchRequest) SetRepositoryName ¶ added in v1.49.0
func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryName(v string)
func (*ListRepositoryCommitsByBranchRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryOwner(v string)
func (*ListRepositoryCommitsByBranchRequest) SetReverse ¶ added in v1.49.0
func (x *ListRepositoryCommitsByBranchRequest) SetReverse(v bool)
func (*ListRepositoryCommitsByBranchRequest) String ¶
func (x *ListRepositoryCommitsByBranchRequest) String() string
type ListRepositoryCommitsByBranchRequest_builder ¶ added in v1.49.0
type ListRepositoryCommitsByBranchRequest_builder struct { // The owner of the repository which the repository branch belongs to. RepositoryOwner string // The name of the repository which the repository branch belongs to. RepositoryName string // The name of the repository branch whose commits should be listed. RepositoryBranchName string PageSize uint32 // For now this is the id of he last commit returned in the previous page. // This is directly set by the frontend when listing track history starting with a // specific commit. If we page_token to be anything other than a commit id // we need to change the frontend as well. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListRepositoryCommitsByBranchRequest_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryCommitsByBranchRequest_builder) Build() *ListRepositoryCommitsByBranchRequest
type ListRepositoryCommitsByBranchResponse ¶
type ListRepositoryCommitsByBranchResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoryCommitsByBranchResponse) GetNextPageToken ¶
func (x *ListRepositoryCommitsByBranchResponse) GetNextPageToken() string
func (*ListRepositoryCommitsByBranchResponse) GetRepositoryCommits ¶
func (x *ListRepositoryCommitsByBranchResponse) GetRepositoryCommits() []*RepositoryCommit
func (*ListRepositoryCommitsByBranchResponse) ProtoMessage ¶
func (*ListRepositoryCommitsByBranchResponse) ProtoMessage()
func (*ListRepositoryCommitsByBranchResponse) ProtoReflect ¶
func (x *ListRepositoryCommitsByBranchResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryCommitsByBranchResponse) Reset ¶
func (x *ListRepositoryCommitsByBranchResponse) Reset()
func (*ListRepositoryCommitsByBranchResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoryCommitsByBranchResponse) SetNextPageToken(v string)
func (*ListRepositoryCommitsByBranchResponse) SetRepositoryCommits ¶ added in v1.49.0
func (x *ListRepositoryCommitsByBranchResponse) SetRepositoryCommits(v []*RepositoryCommit)
func (*ListRepositoryCommitsByBranchResponse) String ¶
func (x *ListRepositoryCommitsByBranchResponse) String() string
type ListRepositoryCommitsByBranchResponse_builder ¶ added in v1.49.0
type ListRepositoryCommitsByBranchResponse_builder struct { RepositoryCommits []*RepositoryCommit NextPageToken string // contains filtered or unexported fields }
type ListRepositoryCommitsByReferenceRequest ¶
type ListRepositoryCommitsByReferenceRequest struct {
// contains filtered or unexported fields
}
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) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoryCommitsByReferenceRequest) SetPageSize(v uint32)
func (*ListRepositoryCommitsByReferenceRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoryCommitsByReferenceRequest) SetPageToken(v string)
func (*ListRepositoryCommitsByReferenceRequest) SetReference ¶ added in v1.49.0
func (x *ListRepositoryCommitsByReferenceRequest) SetReference(v string)
func (*ListRepositoryCommitsByReferenceRequest) SetRepositoryName ¶ added in v1.49.0
func (x *ListRepositoryCommitsByReferenceRequest) SetRepositoryName(v string)
func (*ListRepositoryCommitsByReferenceRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *ListRepositoryCommitsByReferenceRequest) SetRepositoryOwner(v string)
func (*ListRepositoryCommitsByReferenceRequest) SetReverse ¶ added in v1.49.0
func (x *ListRepositoryCommitsByReferenceRequest) SetReverse(v bool)
func (*ListRepositoryCommitsByReferenceRequest) String ¶
func (x *ListRepositoryCommitsByReferenceRequest) String() string
type ListRepositoryCommitsByReferenceRequest_builder ¶ added in v1.49.0
type ListRepositoryCommitsByReferenceRequest_builder struct { // The owner of the repository which the repository reference belongs to. RepositoryOwner string // The name of the repository which the repository reference belongs to. RepositoryName string // The optional reference used to resolve repository commits. Can be a tag or commit. // If unspecified, will use the repository's default_branch. Reference string PageSize uint32 PageToken string Reverse bool // contains filtered or unexported fields }
type ListRepositoryCommitsByReferenceResponse ¶
type ListRepositoryCommitsByReferenceResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoryCommitsByReferenceResponse) GetNextPageToken ¶
func (x *ListRepositoryCommitsByReferenceResponse) GetNextPageToken() string
func (*ListRepositoryCommitsByReferenceResponse) GetRepositoryCommits ¶
func (x *ListRepositoryCommitsByReferenceResponse) GetRepositoryCommits() []*RepositoryCommit
func (*ListRepositoryCommitsByReferenceResponse) ProtoMessage ¶
func (*ListRepositoryCommitsByReferenceResponse) ProtoMessage()
func (*ListRepositoryCommitsByReferenceResponse) ProtoReflect ¶
func (x *ListRepositoryCommitsByReferenceResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryCommitsByReferenceResponse) Reset ¶
func (x *ListRepositoryCommitsByReferenceResponse) Reset()
func (*ListRepositoryCommitsByReferenceResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoryCommitsByReferenceResponse) SetNextPageToken(v string)
func (*ListRepositoryCommitsByReferenceResponse) SetRepositoryCommits ¶ added in v1.49.0
func (x *ListRepositoryCommitsByReferenceResponse) SetRepositoryCommits(v []*RepositoryCommit)
func (*ListRepositoryCommitsByReferenceResponse) String ¶
func (x *ListRepositoryCommitsByReferenceResponse) String() string
type ListRepositoryCommitsByReferenceResponse_builder ¶ added in v1.49.0
type ListRepositoryCommitsByReferenceResponse_builder struct { RepositoryCommits []*RepositoryCommit NextPageToken string // contains filtered or unexported fields }
type ListRepositoryContributorsRequest ¶ added in v1.0.0
type ListRepositoryContributorsRequest struct {
// contains filtered or unexported fields
}
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) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoryContributorsRequest) SetPageSize(v uint32)
func (*ListRepositoryContributorsRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoryContributorsRequest) SetPageToken(v string)
func (*ListRepositoryContributorsRequest) SetRepositoryId ¶ added in v1.49.0
func (x *ListRepositoryContributorsRequest) SetRepositoryId(v string)
func (*ListRepositoryContributorsRequest) SetReverse ¶ added in v1.49.0
func (x *ListRepositoryContributorsRequest) SetReverse(v bool)
func (*ListRepositoryContributorsRequest) String ¶ added in v1.0.0
func (x *ListRepositoryContributorsRequest) String() string
type ListRepositoryContributorsRequest_builder ¶ added in v1.49.0
type ListRepositoryContributorsRequest_builder struct { RepositoryId string PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListRepositoryContributorsRequest_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryContributorsRequest_builder) Build() *ListRepositoryContributorsRequest
type ListRepositoryContributorsResponse ¶ added in v1.0.0
type ListRepositoryContributorsResponse struct {
// contains filtered or unexported fields
}
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) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoryContributorsResponse) SetNextPageToken(v string)
func (*ListRepositoryContributorsResponse) SetUsers ¶ added in v1.49.0
func (x *ListRepositoryContributorsResponse) SetUsers(v []*RepositoryContributor)
func (*ListRepositoryContributorsResponse) String ¶ added in v1.0.0
func (x *ListRepositoryContributorsResponse) String() string
type ListRepositoryContributorsResponse_builder ¶ added in v1.49.0
type ListRepositoryContributorsResponse_builder struct { Users []*RepositoryContributor // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListRepositoryContributorsResponse_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryContributorsResponse_builder) Build() *ListRepositoryContributorsResponse
type ListRepositoryDraftCommitsRequest ¶ added in v1.7.0
type ListRepositoryDraftCommitsRequest struct {
// contains filtered or unexported fields
}
func (*ListRepositoryDraftCommitsRequest) GetPageSize ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsRequest) GetPageSize() uint32
func (*ListRepositoryDraftCommitsRequest) GetPageToken ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsRequest) GetPageToken() string
func (*ListRepositoryDraftCommitsRequest) GetRepositoryName ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsRequest) GetRepositoryName() string
func (*ListRepositoryDraftCommitsRequest) GetRepositoryOwner ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsRequest) GetRepositoryOwner() string
func (*ListRepositoryDraftCommitsRequest) GetReverse ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsRequest) GetReverse() bool
func (*ListRepositoryDraftCommitsRequest) ProtoMessage ¶ added in v1.7.0
func (*ListRepositoryDraftCommitsRequest) ProtoMessage()
func (*ListRepositoryDraftCommitsRequest) ProtoReflect ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryDraftCommitsRequest) Reset ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsRequest) Reset()
func (*ListRepositoryDraftCommitsRequest) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoryDraftCommitsRequest) SetPageSize(v uint32)
func (*ListRepositoryDraftCommitsRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoryDraftCommitsRequest) SetPageToken(v string)
func (*ListRepositoryDraftCommitsRequest) SetRepositoryName ¶ added in v1.49.0
func (x *ListRepositoryDraftCommitsRequest) SetRepositoryName(v string)
func (*ListRepositoryDraftCommitsRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *ListRepositoryDraftCommitsRequest) SetRepositoryOwner(v string)
func (*ListRepositoryDraftCommitsRequest) SetReverse ¶ added in v1.49.0
func (x *ListRepositoryDraftCommitsRequest) SetReverse(v bool)
func (*ListRepositoryDraftCommitsRequest) String ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsRequest) String() string
type ListRepositoryDraftCommitsRequest_builder ¶ added in v1.49.0
type ListRepositoryDraftCommitsRequest_builder struct { // The owner of the repository which the repository branch belongs to. RepositoryOwner string // The name of the repository which the repository branch belongs to. RepositoryName string PageSize uint32 PageToken string // By default, draft commits are ordered by last update time descending. // Reverse orders them ascending. Reverse bool // contains filtered or unexported fields }
func (ListRepositoryDraftCommitsRequest_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryDraftCommitsRequest_builder) Build() *ListRepositoryDraftCommitsRequest
type ListRepositoryDraftCommitsResponse ¶ added in v1.7.0
type ListRepositoryDraftCommitsResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoryDraftCommitsResponse) GetNextPageToken ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsResponse) GetNextPageToken() string
func (*ListRepositoryDraftCommitsResponse) GetRepositoryCommits ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsResponse) GetRepositoryCommits() []*RepositoryCommit
func (*ListRepositoryDraftCommitsResponse) ProtoMessage ¶ added in v1.7.0
func (*ListRepositoryDraftCommitsResponse) ProtoMessage()
func (*ListRepositoryDraftCommitsResponse) ProtoReflect ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryDraftCommitsResponse) Reset ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsResponse) Reset()
func (*ListRepositoryDraftCommitsResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoryDraftCommitsResponse) SetNextPageToken(v string)
func (*ListRepositoryDraftCommitsResponse) SetRepositoryCommits ¶ added in v1.49.0
func (x *ListRepositoryDraftCommitsResponse) SetRepositoryCommits(v []*RepositoryCommit)
func (*ListRepositoryDraftCommitsResponse) String ¶ added in v1.7.0
func (x *ListRepositoryDraftCommitsResponse) String() string
type ListRepositoryDraftCommitsResponse_builder ¶ added in v1.49.0
type ListRepositoryDraftCommitsResponse_builder struct { // Each commit will have draft_name set. RepositoryCommits []*RepositoryCommit NextPageToken string // contains filtered or unexported fields }
func (ListRepositoryDraftCommitsResponse_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryDraftCommitsResponse_builder) Build() *ListRepositoryDraftCommitsResponse
type ListRepositoryTagsForReferenceRequest ¶ added in v1.24.0
type ListRepositoryTagsForReferenceRequest struct {
// contains filtered or unexported fields
}
func (*ListRepositoryTagsForReferenceRequest) GetPageSize ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceRequest) GetPageSize() uint32
func (*ListRepositoryTagsForReferenceRequest) GetPageToken ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceRequest) GetPageToken() string
func (*ListRepositoryTagsForReferenceRequest) GetReference ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceRequest) GetReference() string
func (*ListRepositoryTagsForReferenceRequest) GetRepositoryId ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceRequest) GetRepositoryId() string
func (*ListRepositoryTagsForReferenceRequest) GetReverse ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceRequest) GetReverse() bool
func (*ListRepositoryTagsForReferenceRequest) ProtoMessage ¶ added in v1.24.0
func (*ListRepositoryTagsForReferenceRequest) ProtoMessage()
func (*ListRepositoryTagsForReferenceRequest) ProtoReflect ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryTagsForReferenceRequest) Reset ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceRequest) Reset()
func (*ListRepositoryTagsForReferenceRequest) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoryTagsForReferenceRequest) SetPageSize(v uint32)
func (*ListRepositoryTagsForReferenceRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoryTagsForReferenceRequest) SetPageToken(v string)
func (*ListRepositoryTagsForReferenceRequest) SetReference ¶ added in v1.49.0
func (x *ListRepositoryTagsForReferenceRequest) SetReference(v string)
func (*ListRepositoryTagsForReferenceRequest) SetRepositoryId ¶ added in v1.49.0
func (x *ListRepositoryTagsForReferenceRequest) SetRepositoryId(v string)
func (*ListRepositoryTagsForReferenceRequest) SetReverse ¶ added in v1.49.0
func (x *ListRepositoryTagsForReferenceRequest) SetReverse(v bool)
func (*ListRepositoryTagsForReferenceRequest) String ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceRequest) String() string
type ListRepositoryTagsForReferenceRequest_builder ¶ added in v1.49.0
type ListRepositoryTagsForReferenceRequest_builder struct { // The ID of the repository whose tags should be listed. RepositoryId string // Optional reference (if unspecified, will use the repository's default_branch). Reference string PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
type ListRepositoryTagsForReferenceResponse ¶ added in v1.24.0
type ListRepositoryTagsForReferenceResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoryTagsForReferenceResponse) GetNextPageToken ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceResponse) GetNextPageToken() string
func (*ListRepositoryTagsForReferenceResponse) GetRepositoryTags ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceResponse) GetRepositoryTags() []*RepositoryTag
func (*ListRepositoryTagsForReferenceResponse) ProtoMessage ¶ added in v1.24.0
func (*ListRepositoryTagsForReferenceResponse) ProtoMessage()
func (*ListRepositoryTagsForReferenceResponse) ProtoReflect ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryTagsForReferenceResponse) Reset ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceResponse) Reset()
func (*ListRepositoryTagsForReferenceResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoryTagsForReferenceResponse) SetNextPageToken(v string)
func (*ListRepositoryTagsForReferenceResponse) SetRepositoryTags ¶ added in v1.49.0
func (x *ListRepositoryTagsForReferenceResponse) SetRepositoryTags(v []*RepositoryTag)
func (*ListRepositoryTagsForReferenceResponse) String ¶ added in v1.24.0
func (x *ListRepositoryTagsForReferenceResponse) String() string
type ListRepositoryTagsForReferenceResponse_builder ¶ added in v1.49.0
type ListRepositoryTagsForReferenceResponse_builder struct { RepositoryTags []*RepositoryTag // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
type ListRepositoryTagsRequest ¶
type ListRepositoryTagsRequest struct {
// contains filtered or unexported fields
}
func (*ListRepositoryTagsRequest) GetPageSize ¶
func (x *ListRepositoryTagsRequest) GetPageSize() uint32
func (*ListRepositoryTagsRequest) GetPageToken ¶
func (x *ListRepositoryTagsRequest) GetPageToken() string
func (*ListRepositoryTagsRequest) GetRepositoryId ¶
func (x *ListRepositoryTagsRequest) GetRepositoryId() string
func (*ListRepositoryTagsRequest) GetReverse ¶
func (x *ListRepositoryTagsRequest) GetReverse() bool
func (*ListRepositoryTagsRequest) ProtoMessage ¶
func (*ListRepositoryTagsRequest) ProtoMessage()
func (*ListRepositoryTagsRequest) ProtoReflect ¶
func (x *ListRepositoryTagsRequest) ProtoReflect() protoreflect.Message
func (*ListRepositoryTagsRequest) Reset ¶
func (x *ListRepositoryTagsRequest) Reset()
func (*ListRepositoryTagsRequest) SetPageSize ¶ added in v1.49.0
func (x *ListRepositoryTagsRequest) SetPageSize(v uint32)
func (*ListRepositoryTagsRequest) SetPageToken ¶ added in v1.49.0
func (x *ListRepositoryTagsRequest) SetPageToken(v string)
func (*ListRepositoryTagsRequest) SetRepositoryId ¶ added in v1.49.0
func (x *ListRepositoryTagsRequest) SetRepositoryId(v string)
func (*ListRepositoryTagsRequest) SetReverse ¶ added in v1.49.0
func (x *ListRepositoryTagsRequest) SetReverse(v bool)
func (*ListRepositoryTagsRequest) String ¶
func (x *ListRepositoryTagsRequest) String() string
type ListRepositoryTagsRequest_builder ¶ added in v1.49.0
type ListRepositoryTagsRequest_builder struct { // The ID of the repository whose tags should be listed. RepositoryId string PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListRepositoryTagsRequest_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryTagsRequest_builder) Build() *ListRepositoryTagsRequest
type ListRepositoryTagsResponse ¶
type ListRepositoryTagsResponse struct {
// contains filtered or unexported fields
}
func (*ListRepositoryTagsResponse) GetNextPageToken ¶
func (x *ListRepositoryTagsResponse) GetNextPageToken() string
func (*ListRepositoryTagsResponse) GetRepositoryTags ¶
func (x *ListRepositoryTagsResponse) GetRepositoryTags() []*RepositoryTag
func (*ListRepositoryTagsResponse) ProtoMessage ¶
func (*ListRepositoryTagsResponse) ProtoMessage()
func (*ListRepositoryTagsResponse) ProtoReflect ¶
func (x *ListRepositoryTagsResponse) ProtoReflect() protoreflect.Message
func (*ListRepositoryTagsResponse) Reset ¶
func (x *ListRepositoryTagsResponse) Reset()
func (*ListRepositoryTagsResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListRepositoryTagsResponse) SetNextPageToken(v string)
func (*ListRepositoryTagsResponse) SetRepositoryTags ¶ added in v1.49.0
func (x *ListRepositoryTagsResponse) SetRepositoryTags(v []*RepositoryTag)
func (*ListRepositoryTagsResponse) String ¶
func (x *ListRepositoryTagsResponse) String() string
type ListRepositoryTagsResponse_builder ¶ added in v1.49.0
type ListRepositoryTagsResponse_builder struct { RepositoryTags []*RepositoryTag // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListRepositoryTagsResponse_builder) Build ¶ added in v1.49.0
func (b0 ListRepositoryTagsResponse_builder) Build() *ListRepositoryTagsResponse
type ListSCIMTokensRequest ¶ added in v1.15.1
type ListSCIMTokensRequest struct {
// contains filtered or unexported fields
}
func (*ListSCIMTokensRequest) GetPageSize ¶ added in v1.15.1
func (x *ListSCIMTokensRequest) GetPageSize() uint32
func (*ListSCIMTokensRequest) GetPageToken ¶ added in v1.15.1
func (x *ListSCIMTokensRequest) GetPageToken() string
func (*ListSCIMTokensRequest) GetReverse ¶ added in v1.15.1
func (x *ListSCIMTokensRequest) GetReverse() bool
func (*ListSCIMTokensRequest) ProtoMessage ¶ added in v1.15.1
func (*ListSCIMTokensRequest) ProtoMessage()
func (*ListSCIMTokensRequest) ProtoReflect ¶ added in v1.15.1
func (x *ListSCIMTokensRequest) ProtoReflect() protoreflect.Message
func (*ListSCIMTokensRequest) Reset ¶ added in v1.15.1
func (x *ListSCIMTokensRequest) Reset()
func (*ListSCIMTokensRequest) SetPageSize ¶ added in v1.49.0
func (x *ListSCIMTokensRequest) SetPageSize(v uint32)
func (*ListSCIMTokensRequest) SetPageToken ¶ added in v1.49.0
func (x *ListSCIMTokensRequest) SetPageToken(v string)
func (*ListSCIMTokensRequest) SetReverse ¶ added in v1.49.0
func (x *ListSCIMTokensRequest) SetReverse(v bool)
func (*ListSCIMTokensRequest) String ¶ added in v1.15.1
func (x *ListSCIMTokensRequest) String() string
type ListSCIMTokensRequest_builder ¶ added in v1.49.0
type ListSCIMTokensRequest_builder struct { PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListSCIMTokensRequest_builder) Build ¶ added in v1.49.0
func (b0 ListSCIMTokensRequest_builder) Build() *ListSCIMTokensRequest
type ListSCIMTokensResponse ¶ added in v1.15.1
type ListSCIMTokensResponse struct {
// contains filtered or unexported fields
}
func (*ListSCIMTokensResponse) GetNextPageToken ¶ added in v1.15.1
func (x *ListSCIMTokensResponse) GetNextPageToken() string
func (*ListSCIMTokensResponse) GetTokens ¶ added in v1.15.1
func (x *ListSCIMTokensResponse) GetTokens() []*SCIMToken
func (*ListSCIMTokensResponse) ProtoMessage ¶ added in v1.15.1
func (*ListSCIMTokensResponse) ProtoMessage()
func (*ListSCIMTokensResponse) ProtoReflect ¶ added in v1.15.1
func (x *ListSCIMTokensResponse) ProtoReflect() protoreflect.Message
func (*ListSCIMTokensResponse) Reset ¶ added in v1.15.1
func (x *ListSCIMTokensResponse) Reset()
func (*ListSCIMTokensResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListSCIMTokensResponse) SetNextPageToken(v string)
func (*ListSCIMTokensResponse) SetTokens ¶ added in v1.49.0
func (x *ListSCIMTokensResponse) SetTokens(v []*SCIMToken)
func (*ListSCIMTokensResponse) String ¶ added in v1.15.1
func (x *ListSCIMTokensResponse) String() string
type ListSCIMTokensResponse_builder ¶ added in v1.49.0
type ListSCIMTokensResponse_builder struct { Tokens []*SCIMToken // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListSCIMTokensResponse_builder) Build ¶ added in v1.49.0
func (b0 ListSCIMTokensResponse_builder) Build() *ListSCIMTokensResponse
type ListServerUniquenessCollisionsRequest ¶ added in v1.24.0
type ListServerUniquenessCollisionsRequest struct {
// contains filtered or unexported fields
}
func (*ListServerUniquenessCollisionsRequest) GetCollisionType ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsRequest) GetCollisionType() CollisionType
func (*ListServerUniquenessCollisionsRequest) GetPageSize ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsRequest) GetPageSize() uint32
func (*ListServerUniquenessCollisionsRequest) GetPageToken ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsRequest) GetPageToken() string
func (*ListServerUniquenessCollisionsRequest) ProtoMessage ¶ added in v1.24.0
func (*ListServerUniquenessCollisionsRequest) ProtoMessage()
func (*ListServerUniquenessCollisionsRequest) ProtoReflect ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsRequest) ProtoReflect() protoreflect.Message
func (*ListServerUniquenessCollisionsRequest) Reset ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsRequest) Reset()
func (*ListServerUniquenessCollisionsRequest) SetCollisionType ¶ added in v1.49.0
func (x *ListServerUniquenessCollisionsRequest) SetCollisionType(v CollisionType)
func (*ListServerUniquenessCollisionsRequest) SetPageSize ¶ added in v1.49.0
func (x *ListServerUniquenessCollisionsRequest) SetPageSize(v uint32)
func (*ListServerUniquenessCollisionsRequest) SetPageToken ¶ added in v1.49.0
func (x *ListServerUniquenessCollisionsRequest) SetPageToken(v string)
func (*ListServerUniquenessCollisionsRequest) String ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsRequest) String() string
type ListServerUniquenessCollisionsRequest_builder ¶ added in v1.49.0
type ListServerUniquenessCollisionsRequest_builder struct { // Token of the page to retrieve. If not specified, the first page of // results will be returned. Use the value obtained from `next_page_token` // in the previous response in order to request the next page of results. PageToken string // Number of elements to retrieve in a single page. // When too large a page is requested, the server may decide to further // limit the number of returned resources. PageSize uint32 // The desired collision type to filter by. // This must be specified. Only collisions of the specified type will be returned, // continue to page through results until no more collisions of the specified // type are returned. CollisionType CollisionType // contains filtered or unexported fields }
type ListServerUniquenessCollisionsResponse ¶ added in v1.24.0
type ListServerUniquenessCollisionsResponse struct {
// contains filtered or unexported fields
}
func (*ListServerUniquenessCollisionsResponse) GetCollisions ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsResponse) GetCollisions() []*Collision
func (*ListServerUniquenessCollisionsResponse) GetNextPageToken ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsResponse) GetNextPageToken() string
func (*ListServerUniquenessCollisionsResponse) ProtoMessage ¶ added in v1.24.0
func (*ListServerUniquenessCollisionsResponse) ProtoMessage()
func (*ListServerUniquenessCollisionsResponse) ProtoReflect ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsResponse) ProtoReflect() protoreflect.Message
func (*ListServerUniquenessCollisionsResponse) Reset ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsResponse) Reset()
func (*ListServerUniquenessCollisionsResponse) SetCollisions ¶ added in v1.49.0
func (x *ListServerUniquenessCollisionsResponse) SetCollisions(v []*Collision)
func (*ListServerUniquenessCollisionsResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListServerUniquenessCollisionsResponse) SetNextPageToken(v string)
func (*ListServerUniquenessCollisionsResponse) String ¶ added in v1.24.0
func (x *ListServerUniquenessCollisionsResponse) String() string
type ListServerUniquenessCollisionsResponse_builder ¶ added in v1.49.0
type ListServerUniquenessCollisionsResponse_builder struct { // The collisions. Collisions []*Collision // Pagination token used to retrieve the next page of results. // Pass the content of this string as the `page_token` attribute of // the next request. `next_page_token` is not returned for the last // page. NextPageToken string // contains filtered or unexported fields }
type ListStudioAgentPresetsRequest ¶ added in v1.5.0
type ListStudioAgentPresetsRequest struct {
// contains filtered or unexported fields
}
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 ListStudioAgentPresetsRequest_builder ¶ added in v1.49.0
type ListStudioAgentPresetsRequest_builder struct {
// contains filtered or unexported fields
}
func (ListStudioAgentPresetsRequest_builder) Build ¶ added in v1.49.0
func (b0 ListStudioAgentPresetsRequest_builder) Build() *ListStudioAgentPresetsRequest
type ListStudioAgentPresetsResponse ¶ added in v1.5.0
type ListStudioAgentPresetsResponse struct {
// contains filtered or unexported fields
}
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) SetAgents ¶ added in v1.49.0
func (x *ListStudioAgentPresetsResponse) SetAgents(v []*StudioAgentPreset)
func (*ListStudioAgentPresetsResponse) String ¶ added in v1.5.0
func (x *ListStudioAgentPresetsResponse) String() string
type ListStudioAgentPresetsResponse_builder ¶ added in v1.49.0
type ListStudioAgentPresetsResponse_builder struct { Agents []*StudioAgentPreset // contains filtered or unexported fields }
func (ListStudioAgentPresetsResponse_builder) Build ¶ added in v1.49.0
func (b0 ListStudioAgentPresetsResponse_builder) Build() *ListStudioAgentPresetsResponse
type ListStudioRequestsRequest ¶ added in v1.8.0
type ListStudioRequestsRequest struct {
// contains filtered or unexported fields
}
ListStudioRequestsRequest is the proto request representation of the ListStudioRequests method.
func (*ListStudioRequestsRequest) GetPageSize ¶ added in v1.8.0
func (x *ListStudioRequestsRequest) GetPageSize() uint32
func (*ListStudioRequestsRequest) GetPageToken ¶ added in v1.8.0
func (x *ListStudioRequestsRequest) GetPageToken() string
func (*ListStudioRequestsRequest) GetReverse ¶ added in v1.8.0
func (x *ListStudioRequestsRequest) GetReverse() bool
func (*ListStudioRequestsRequest) ProtoMessage ¶ added in v1.8.0
func (*ListStudioRequestsRequest) ProtoMessage()
func (*ListStudioRequestsRequest) ProtoReflect ¶ added in v1.8.0
func (x *ListStudioRequestsRequest) ProtoReflect() protoreflect.Message
func (*ListStudioRequestsRequest) Reset ¶ added in v1.8.0
func (x *ListStudioRequestsRequest) Reset()
func (*ListStudioRequestsRequest) SetPageSize ¶ added in v1.49.0
func (x *ListStudioRequestsRequest) SetPageSize(v uint32)
func (*ListStudioRequestsRequest) SetPageToken ¶ added in v1.49.0
func (x *ListStudioRequestsRequest) SetPageToken(v string)
func (*ListStudioRequestsRequest) SetReverse ¶ added in v1.49.0
func (x *ListStudioRequestsRequest) SetReverse(v bool)
func (*ListStudioRequestsRequest) String ¶ added in v1.8.0
func (x *ListStudioRequestsRequest) String() string
type ListStudioRequestsRequest_builder ¶ added in v1.49.0
type ListStudioRequestsRequest_builder struct { // The page size for listing studio requests, values between 1-250. PageSize uint32 // The page token for paginating. The first page is returned if this is empty. PageToken string // The listed studio requests are order by created time in ascending order. // You can reverse that order setting this value to true. Reverse bool // contains filtered or unexported fields }
func (ListStudioRequestsRequest_builder) Build ¶ added in v1.49.0
func (b0 ListStudioRequestsRequest_builder) Build() *ListStudioRequestsRequest
type ListStudioRequestsResponse ¶ added in v1.8.0
type ListStudioRequestsResponse struct {
// contains filtered or unexported fields
}
ListStudioRequestsResponse is the proto response representation of the ListStudioRequests method.
func (*ListStudioRequestsResponse) GetNextPageToken ¶ added in v1.8.0
func (x *ListStudioRequestsResponse) GetNextPageToken() string
func (*ListStudioRequestsResponse) GetRequests ¶ added in v1.8.0
func (x *ListStudioRequestsResponse) GetRequests() []*StudioRequest
func (*ListStudioRequestsResponse) ProtoMessage ¶ added in v1.8.0
func (*ListStudioRequestsResponse) ProtoMessage()
func (*ListStudioRequestsResponse) ProtoReflect ¶ added in v1.8.0
func (x *ListStudioRequestsResponse) ProtoReflect() protoreflect.Message
func (*ListStudioRequestsResponse) Reset ¶ added in v1.8.0
func (x *ListStudioRequestsResponse) Reset()
func (*ListStudioRequestsResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListStudioRequestsResponse) SetNextPageToken(v string)
func (*ListStudioRequestsResponse) SetRequests ¶ added in v1.49.0
func (x *ListStudioRequestsResponse) SetRequests(v []*StudioRequest)
func (*ListStudioRequestsResponse) String ¶ added in v1.8.0
func (x *ListStudioRequestsResponse) String() string
type ListStudioRequestsResponse_builder ¶ added in v1.49.0
type ListStudioRequestsResponse_builder struct { // The list of requests in the current page. Requests []*StudioRequest // The requests' next page token. There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListStudioRequestsResponse_builder) Build ¶ added in v1.49.0
func (b0 ListStudioRequestsResponse_builder) Build() *ListStudioRequestsResponse
type ListTokensRequest ¶
type ListTokensRequest struct {
// contains filtered or unexported fields
}
func (*ListTokensRequest) GetPageSize ¶
func (x *ListTokensRequest) GetPageSize() uint32
func (*ListTokensRequest) GetPageToken ¶
func (x *ListTokensRequest) GetPageToken() string
func (*ListTokensRequest) GetReverse ¶
func (x *ListTokensRequest) GetReverse() bool
func (*ListTokensRequest) GetUserId ¶ added in v1.10.0
func (x *ListTokensRequest) GetUserId() string
func (*ListTokensRequest) ProtoMessage ¶
func (*ListTokensRequest) ProtoMessage()
func (*ListTokensRequest) ProtoReflect ¶
func (x *ListTokensRequest) ProtoReflect() protoreflect.Message
func (*ListTokensRequest) Reset ¶
func (x *ListTokensRequest) Reset()
func (*ListTokensRequest) SetPageSize ¶ added in v1.49.0
func (x *ListTokensRequest) SetPageSize(v uint32)
func (*ListTokensRequest) SetPageToken ¶ added in v1.49.0
func (x *ListTokensRequest) SetPageToken(v string)
func (*ListTokensRequest) SetReverse ¶ added in v1.49.0
func (x *ListTokensRequest) SetReverse(v bool)
func (*ListTokensRequest) SetUserId ¶ added in v1.49.0
func (x *ListTokensRequest) SetUserId(v string)
func (*ListTokensRequest) String ¶
func (x *ListTokensRequest) String() string
type ListTokensRequest_builder ¶ added in v1.49.0
type ListTokensRequest_builder struct { PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // The ID of the user to list tokens, can only be // the user who perform this action, or a machine user. // Default to the user who perform this action if this is empty. UserId string // contains filtered or unexported fields }
func (ListTokensRequest_builder) Build ¶ added in v1.49.0
func (b0 ListTokensRequest_builder) Build() *ListTokensRequest
type ListTokensResponse ¶
type ListTokensResponse struct {
// contains filtered or unexported fields
}
func (*ListTokensResponse) GetNextPageToken ¶
func (x *ListTokensResponse) GetNextPageToken() string
func (*ListTokensResponse) GetTokens ¶
func (x *ListTokensResponse) GetTokens() []*Token
func (*ListTokensResponse) ProtoMessage ¶
func (*ListTokensResponse) ProtoMessage()
func (*ListTokensResponse) ProtoReflect ¶
func (x *ListTokensResponse) ProtoReflect() protoreflect.Message
func (*ListTokensResponse) Reset ¶
func (x *ListTokensResponse) Reset()
func (*ListTokensResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListTokensResponse) SetNextPageToken(v string)
func (*ListTokensResponse) SetTokens ¶ added in v1.49.0
func (x *ListTokensResponse) SetTokens(v []*Token)
func (*ListTokensResponse) String ¶
func (x *ListTokensResponse) String() string
type ListTokensResponse_builder ¶ added in v1.49.0
type ListTokensResponse_builder struct { Tokens []*Token // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListTokensResponse_builder) Build ¶ added in v1.49.0
func (b0 ListTokensResponse_builder) Build() *ListTokensResponse
type ListUserOrganizationsRequest ¶
type ListUserOrganizationsRequest struct {
// contains filtered or unexported fields
}
func (*ListUserOrganizationsRequest) GetPageSize ¶
func (x *ListUserOrganizationsRequest) GetPageSize() uint32
func (*ListUserOrganizationsRequest) GetPageToken ¶
func (x *ListUserOrganizationsRequest) GetPageToken() string
func (*ListUserOrganizationsRequest) GetReverse ¶
func (x *ListUserOrganizationsRequest) GetReverse() bool
func (*ListUserOrganizationsRequest) GetUserId ¶
func (x *ListUserOrganizationsRequest) GetUserId() string
func (*ListUserOrganizationsRequest) ProtoMessage ¶
func (*ListUserOrganizationsRequest) ProtoMessage()
func (*ListUserOrganizationsRequest) ProtoReflect ¶
func (x *ListUserOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListUserOrganizationsRequest) Reset ¶
func (x *ListUserOrganizationsRequest) Reset()
func (*ListUserOrganizationsRequest) SetPageSize ¶ added in v1.49.0
func (x *ListUserOrganizationsRequest) SetPageSize(v uint32)
func (*ListUserOrganizationsRequest) SetPageToken ¶ added in v1.49.0
func (x *ListUserOrganizationsRequest) SetPageToken(v string)
func (*ListUserOrganizationsRequest) SetReverse ¶ added in v1.49.0
func (x *ListUserOrganizationsRequest) SetReverse(v bool)
func (*ListUserOrganizationsRequest) SetUserId ¶ added in v1.49.0
func (x *ListUserOrganizationsRequest) SetUserId(v string)
func (*ListUserOrganizationsRequest) String ¶
func (x *ListUserOrganizationsRequest) String() string
type ListUserOrganizationsRequest_builder ¶ added in v1.49.0
type ListUserOrganizationsRequest_builder struct { // The ID of the user whose organizations should be listed. UserId string PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListUserOrganizationsRequest_builder) Build ¶ added in v1.49.0
func (b0 ListUserOrganizationsRequest_builder) Build() *ListUserOrganizationsRequest
type ListUserOrganizationsResponse ¶
type ListUserOrganizationsResponse struct {
// contains filtered or unexported fields
}
func (*ListUserOrganizationsResponse) GetNextPageToken ¶
func (x *ListUserOrganizationsResponse) GetNextPageToken() string
func (*ListUserOrganizationsResponse) GetOrganizations ¶
func (x *ListUserOrganizationsResponse) GetOrganizations() []*OrganizationMembership
func (*ListUserOrganizationsResponse) ProtoMessage ¶
func (*ListUserOrganizationsResponse) ProtoMessage()
func (*ListUserOrganizationsResponse) ProtoReflect ¶
func (x *ListUserOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListUserOrganizationsResponse) Reset ¶
func (x *ListUserOrganizationsResponse) Reset()
func (*ListUserOrganizationsResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListUserOrganizationsResponse) SetNextPageToken(v string)
func (*ListUserOrganizationsResponse) SetOrganizations ¶ added in v1.49.0
func (x *ListUserOrganizationsResponse) SetOrganizations(v []*OrganizationMembership)
func (*ListUserOrganizationsResponse) String ¶
func (x *ListUserOrganizationsResponse) String() string
type ListUserOrganizationsResponse_builder ¶ added in v1.49.0
type ListUserOrganizationsResponse_builder struct { Organizations []*OrganizationMembership // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListUserOrganizationsResponse_builder) Build ¶ added in v1.49.0
func (b0 ListUserOrganizationsResponse_builder) Build() *ListUserOrganizationsResponse
type ListUserRepositoriesRequest ¶
type ListUserRepositoriesRequest struct {
// contains filtered or unexported fields
}
func (*ListUserRepositoriesRequest) GetPageSize ¶
func (x *ListUserRepositoriesRequest) GetPageSize() uint32
func (*ListUserRepositoriesRequest) GetPageToken ¶
func (x *ListUserRepositoriesRequest) GetPageToken() string
func (*ListUserRepositoriesRequest) GetReverse ¶
func (x *ListUserRepositoriesRequest) GetReverse() bool
func (*ListUserRepositoriesRequest) GetUserId ¶
func (x *ListUserRepositoriesRequest) GetUserId() string
func (*ListUserRepositoriesRequest) ProtoMessage ¶
func (*ListUserRepositoriesRequest) ProtoMessage()
func (*ListUserRepositoriesRequest) ProtoReflect ¶
func (x *ListUserRepositoriesRequest) ProtoReflect() protoreflect.Message
func (*ListUserRepositoriesRequest) Reset ¶
func (x *ListUserRepositoriesRequest) Reset()
func (*ListUserRepositoriesRequest) SetPageSize ¶ added in v1.49.0
func (x *ListUserRepositoriesRequest) SetPageSize(v uint32)
func (*ListUserRepositoriesRequest) SetPageToken ¶ added in v1.49.0
func (x *ListUserRepositoriesRequest) SetPageToken(v string)
func (*ListUserRepositoriesRequest) SetReverse ¶ added in v1.49.0
func (x *ListUserRepositoriesRequest) SetReverse(v bool)
func (*ListUserRepositoriesRequest) SetUserId ¶ added in v1.49.0
func (x *ListUserRepositoriesRequest) SetUserId(v string)
func (*ListUserRepositoriesRequest) String ¶
func (x *ListUserRepositoriesRequest) String() string
type ListUserRepositoriesRequest_builder ¶ added in v1.49.0
type ListUserRepositoriesRequest_builder struct { // The ID of the user whose repositories should be listed. UserId string PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // contains filtered or unexported fields }
func (ListUserRepositoriesRequest_builder) Build ¶ added in v1.49.0
func (b0 ListUserRepositoriesRequest_builder) Build() *ListUserRepositoriesRequest
type ListUserRepositoriesResponse ¶
type ListUserRepositoriesResponse struct {
// contains filtered or unexported fields
}
func (*ListUserRepositoriesResponse) GetNextPageToken ¶
func (x *ListUserRepositoriesResponse) GetNextPageToken() string
func (*ListUserRepositoriesResponse) GetRepositories ¶
func (x *ListUserRepositoriesResponse) GetRepositories() []*Repository
func (*ListUserRepositoriesResponse) ProtoMessage ¶
func (*ListUserRepositoriesResponse) ProtoMessage()
func (*ListUserRepositoriesResponse) ProtoReflect ¶
func (x *ListUserRepositoriesResponse) ProtoReflect() protoreflect.Message
func (*ListUserRepositoriesResponse) Reset ¶
func (x *ListUserRepositoriesResponse) Reset()
func (*ListUserRepositoriesResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListUserRepositoriesResponse) SetNextPageToken(v string)
func (*ListUserRepositoriesResponse) SetRepositories ¶ added in v1.49.0
func (x *ListUserRepositoriesResponse) SetRepositories(v []*Repository)
func (*ListUserRepositoriesResponse) String ¶
func (x *ListUserRepositoriesResponse) String() string
type ListUserRepositoriesResponse_builder ¶ added in v1.49.0
type ListUserRepositoriesResponse_builder struct { Repositories []*Repository // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListUserRepositoriesResponse_builder) Build ¶ added in v1.49.0
func (b0 ListUserRepositoriesResponse_builder) Build() *ListUserRepositoriesResponse
type ListUsersRequest ¶
type ListUsersRequest struct {
// contains filtered or unexported fields
}
func (*ListUsersRequest) GetPageSize ¶
func (x *ListUsersRequest) GetPageSize() uint32
func (*ListUsersRequest) GetPageToken ¶
func (x *ListUsersRequest) GetPageToken() string
func (*ListUsersRequest) GetReverse ¶
func (x *ListUsersRequest) GetReverse() bool
func (*ListUsersRequest) GetUserStateFilter ¶ added in v1.0.0
func (x *ListUsersRequest) GetUserStateFilter() UserState
func (*ListUsersRequest) GetUserTypeFilters ¶ added in v1.12.0
func (x *ListUsersRequest) GetUserTypeFilters() []UserType
func (*ListUsersRequest) ProtoMessage ¶
func (*ListUsersRequest) ProtoMessage()
func (*ListUsersRequest) ProtoReflect ¶
func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
func (*ListUsersRequest) Reset ¶
func (x *ListUsersRequest) Reset()
func (*ListUsersRequest) SetPageSize ¶ added in v1.49.0
func (x *ListUsersRequest) SetPageSize(v uint32)
func (*ListUsersRequest) SetPageToken ¶ added in v1.49.0
func (x *ListUsersRequest) SetPageToken(v string)
func (*ListUsersRequest) SetReverse ¶ added in v1.49.0
func (x *ListUsersRequest) SetReverse(v bool)
func (*ListUsersRequest) SetUserStateFilter ¶ added in v1.49.0
func (x *ListUsersRequest) SetUserStateFilter(v UserState)
func (*ListUsersRequest) SetUserTypeFilters ¶ added in v1.49.0
func (x *ListUsersRequest) SetUserTypeFilters(v []UserType)
func (*ListUsersRequest) String ¶
func (x *ListUsersRequest) String() string
type ListUsersRequest_builder ¶ added in v1.49.0
type ListUsersRequest_builder struct { PageSize uint32 // The first page is returned if this is empty. PageToken string Reverse bool // If the user_state_filter is unspecified, users of all states are included. UserStateFilter UserState // If the user_type_filters is empty, users of all types are included. UserTypeFilters []UserType // contains filtered or unexported fields }
func (ListUsersRequest_builder) Build ¶ added in v1.49.0
func (b0 ListUsersRequest_builder) Build() *ListUsersRequest
type ListUsersResponse ¶
type ListUsersResponse struct {
// contains filtered or unexported fields
}
func (*ListUsersResponse) GetNextPageToken ¶
func (x *ListUsersResponse) GetNextPageToken() string
func (*ListUsersResponse) GetUsers ¶
func (x *ListUsersResponse) GetUsers() []*User
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) SetNextPageToken ¶ added in v1.49.0
func (x *ListUsersResponse) SetNextPageToken(v string)
func (*ListUsersResponse) SetUsers ¶ added in v1.49.0
func (x *ListUsersResponse) SetUsers(v []*User)
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
type ListUsersResponse_builder ¶ added in v1.49.0
type ListUsersResponse_builder struct { Users []*User // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (ListUsersResponse_builder) Build ¶ added in v1.49.0
func (b0 ListUsersResponse_builder) Build() *ListUsersResponse
type ListWebhooksRequest ¶ added in v1.6.0
type ListWebhooksRequest struct {
// contains filtered or unexported fields
}
ListWebhooksRequest is the request to get the list of subscribed webhooks for a given repository.
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) SetOwnerName ¶ added in v1.49.0
func (x *ListWebhooksRequest) SetOwnerName(v string)
func (*ListWebhooksRequest) SetPageToken ¶ added in v1.49.0
func (x *ListWebhooksRequest) SetPageToken(v string)
func (*ListWebhooksRequest) SetRepositoryName ¶ added in v1.49.0
func (x *ListWebhooksRequest) SetRepositoryName(v string)
func (*ListWebhooksRequest) String ¶ added in v1.6.0
func (x *ListWebhooksRequest) String() string
type ListWebhooksRequest_builder ¶ added in v1.49.0
type ListWebhooksRequest_builder struct { // The repository name given in the corresponding subscription request. RepositoryName string // The owner associated with the repository. OwnerName string // The page token for paginating. PageToken string // contains filtered or unexported fields }
func (ListWebhooksRequest_builder) Build ¶ added in v1.49.0
func (b0 ListWebhooksRequest_builder) Build() *ListWebhooksRequest
type ListWebhooksResponse ¶ added in v1.6.0
type ListWebhooksResponse struct {
// contains filtered or unexported fields
}
ListWebhooksResponse is the response for the list of subscribed webhooks for a given repository.
func (*ListWebhooksResponse) GetNextPageToken ¶ added in v1.6.0
func (x *ListWebhooksResponse) GetNextPageToken() string
func (*ListWebhooksResponse) GetWebhooks ¶ added in v1.7.0
func (x *ListWebhooksResponse) GetWebhooks() []*Webhook
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) SetNextPageToken ¶ added in v1.49.0
func (x *ListWebhooksResponse) SetNextPageToken(v string)
func (*ListWebhooksResponse) SetWebhooks ¶ added in v1.49.0
func (x *ListWebhooksResponse) SetWebhooks(v []*Webhook)
func (*ListWebhooksResponse) String ¶ added in v1.6.0
func (x *ListWebhooksResponse) String() string
type ListWebhooksResponse_builder ¶ added in v1.49.0
type ListWebhooksResponse_builder struct { // The list of subscribed webhooks for a given repository. Webhooks []*Webhook // The next page token for paginating. NextPageToken string // contains filtered or unexported fields }
func (ListWebhooksResponse_builder) Build ¶ added in v1.49.0
func (b0 ListWebhooksResponse_builder) Build() *ListWebhooksResponse
type LiteralValue ¶ added in v1.30.0
type LiteralValue struct {
// contains filtered or unexported fields
}
LiteralValue represents the actual value of the extension.
func (*LiteralValue) ClearArrayValue ¶ added in v1.49.0
func (x *LiteralValue) ClearArrayValue()
func (*LiteralValue) ClearBoolValue ¶ added in v1.49.0
func (x *LiteralValue) ClearBoolValue()
func (*LiteralValue) ClearDoubleValue ¶ added in v1.49.0
func (x *LiteralValue) ClearDoubleValue()
func (*LiteralValue) ClearEnumValueNameValue ¶ added in v1.49.0
func (x *LiteralValue) ClearEnumValueNameValue()
func (*LiteralValue) ClearIntValue ¶ added in v1.49.0
func (x *LiteralValue) ClearIntValue()
func (*LiteralValue) ClearMessageValue ¶ added in v1.49.0
func (x *LiteralValue) ClearMessageValue()
func (*LiteralValue) ClearStringValue ¶ added in v1.49.0
func (x *LiteralValue) ClearStringValue()
func (*LiteralValue) ClearUintValue ¶ added in v1.49.0
func (x *LiteralValue) ClearUintValue()
func (*LiteralValue) ClearValue ¶ added in v1.49.0
func (x *LiteralValue) ClearValue()
func (*LiteralValue) GetArrayValue ¶ added in v1.30.0
func (x *LiteralValue) GetArrayValue() *ArrayLiteral
func (*LiteralValue) GetBoolValue ¶ added in v1.30.0
func (x *LiteralValue) GetBoolValue() bool
func (*LiteralValue) GetComments ¶ added in v1.30.0
func (x *LiteralValue) GetComments() string
func (*LiteralValue) GetDoubleValue ¶ added in v1.30.0
func (x *LiteralValue) GetDoubleValue() float64
func (*LiteralValue) GetEnumValueNameValue ¶ added in v1.30.0
func (x *LiteralValue) GetEnumValueNameValue() string
func (*LiteralValue) GetIntValue ¶ added in v1.30.0
func (x *LiteralValue) GetIntValue() int64
func (*LiteralValue) GetMessageValue ¶ added in v1.30.0
func (x *LiteralValue) GetMessageValue() *MessageLiteral
func (*LiteralValue) GetStringValue ¶ added in v1.30.0
func (x *LiteralValue) GetStringValue() string
func (*LiteralValue) GetUintValue ¶ added in v1.30.0
func (x *LiteralValue) GetUintValue() uint64
func (*LiteralValue) HasArrayValue ¶ added in v1.49.0
func (x *LiteralValue) HasArrayValue() bool
func (*LiteralValue) HasBoolValue ¶ added in v1.49.0
func (x *LiteralValue) HasBoolValue() bool
func (*LiteralValue) HasDoubleValue ¶ added in v1.49.0
func (x *LiteralValue) HasDoubleValue() bool
func (*LiteralValue) HasEnumValueNameValue ¶ added in v1.49.0
func (x *LiteralValue) HasEnumValueNameValue() bool
func (*LiteralValue) HasIntValue ¶ added in v1.49.0
func (x *LiteralValue) HasIntValue() bool
func (*LiteralValue) HasMessageValue ¶ added in v1.49.0
func (x *LiteralValue) HasMessageValue() bool
func (*LiteralValue) HasStringValue ¶ added in v1.49.0
func (x *LiteralValue) HasStringValue() bool
func (*LiteralValue) HasUintValue ¶ added in v1.49.0
func (x *LiteralValue) HasUintValue() bool
func (*LiteralValue) HasValue ¶ added in v1.49.0
func (x *LiteralValue) HasValue() bool
func (*LiteralValue) ProtoMessage ¶ added in v1.30.0
func (*LiteralValue) ProtoMessage()
func (*LiteralValue) ProtoReflect ¶ added in v1.30.0
func (x *LiteralValue) ProtoReflect() protoreflect.Message
func (*LiteralValue) Reset ¶ added in v1.30.0
func (x *LiteralValue) Reset()
func (*LiteralValue) SetArrayValue ¶ added in v1.49.0
func (x *LiteralValue) SetArrayValue(v *ArrayLiteral)
func (*LiteralValue) SetBoolValue ¶ added in v1.49.0
func (x *LiteralValue) SetBoolValue(v bool)
func (*LiteralValue) SetComments ¶ added in v1.49.0
func (x *LiteralValue) SetComments(v string)
func (*LiteralValue) SetDoubleValue ¶ added in v1.49.0
func (x *LiteralValue) SetDoubleValue(v float64)
func (*LiteralValue) SetEnumValueNameValue ¶ added in v1.49.0
func (x *LiteralValue) SetEnumValueNameValue(v string)
func (*LiteralValue) SetIntValue ¶ added in v1.49.0
func (x *LiteralValue) SetIntValue(v int64)
func (*LiteralValue) SetMessageValue ¶ added in v1.49.0
func (x *LiteralValue) SetMessageValue(v *MessageLiteral)
func (*LiteralValue) SetStringValue ¶ added in v1.49.0
func (x *LiteralValue) SetStringValue(v string)
func (*LiteralValue) SetUintValue ¶ added in v1.49.0
func (x *LiteralValue) SetUintValue(v uint64)
func (*LiteralValue) String ¶ added in v1.30.0
func (x *LiteralValue) String() string
func (*LiteralValue) WhichValue ¶ added in v1.49.0
func (x *LiteralValue) WhichValue() case_LiteralValue_Value
type LiteralValue_builder ¶ added in v1.49.0
type LiteralValue_builder struct { // Fields of oneof xxx_hidden_Value: StringValue *string IntValue *int64 UintValue *uint64 DoubleValue *float64 BoolValue *bool EnumValueNameValue *string ArrayValue *ArrayLiteral MessageValue *MessageLiteral // -- end of xxx_hidden_Value Comments string // contains filtered or unexported fields }
func (LiteralValue_builder) Build ¶ added in v1.49.0
func (b0 LiteralValue_builder) Build() *LiteralValue
type LocalModulePin ¶
type LocalModulePin struct {
// contains filtered or unexported fields
}
LocalModulePin is a local module pin.
It does not include a remote.
func (*LocalModulePin) GetCommit ¶
func (x *LocalModulePin) GetCommit() string
func (*LocalModulePin) GetManifestDigest ¶ added in v1.13.0
func (x *LocalModulePin) GetManifestDigest() string
func (*LocalModulePin) GetOwner ¶
func (x *LocalModulePin) GetOwner() string
func (*LocalModulePin) GetRepository ¶
func (x *LocalModulePin) GetRepository() string
func (*LocalModulePin) ProtoMessage ¶
func (*LocalModulePin) ProtoMessage()
func (*LocalModulePin) ProtoReflect ¶
func (x *LocalModulePin) ProtoReflect() protoreflect.Message
func (*LocalModulePin) Reset ¶
func (x *LocalModulePin) Reset()
func (*LocalModulePin) SetCommit ¶ added in v1.49.0
func (x *LocalModulePin) SetCommit(v string)
func (*LocalModulePin) SetManifestDigest ¶ added in v1.49.0
func (x *LocalModulePin) SetManifestDigest(v string)
func (*LocalModulePin) SetOwner ¶ added in v1.49.0
func (x *LocalModulePin) SetOwner(v string)
func (*LocalModulePin) SetRepository ¶ added in v1.49.0
func (x *LocalModulePin) SetRepository(v string)
func (*LocalModulePin) String ¶
func (x *LocalModulePin) String() string
type LocalModulePin_builder ¶ added in v1.49.0
type LocalModulePin_builder struct { Owner string Repository string Commit string // Module's manifest digest. Replacement for previous b1/b3 digests. ManifestDigest string // contains filtered or unexported fields }
func (LocalModulePin_builder) Build ¶ added in v1.49.0
func (b0 LocalModulePin_builder) Build() *LocalModulePin
type LocalModuleReference ¶
type LocalModuleReference struct {
// contains filtered or unexported fields
}
LocalModuleReference is a local module reference.
It does not include a remote.
func (*LocalModuleReference) GetOwner ¶
func (x *LocalModuleReference) GetOwner() string
func (*LocalModuleReference) GetReference ¶
func (x *LocalModuleReference) GetReference() string
func (*LocalModuleReference) GetRepository ¶
func (x *LocalModuleReference) GetRepository() string
func (*LocalModuleReference) ProtoMessage ¶
func (*LocalModuleReference) ProtoMessage()
func (*LocalModuleReference) ProtoReflect ¶
func (x *LocalModuleReference) ProtoReflect() protoreflect.Message
func (*LocalModuleReference) Reset ¶
func (x *LocalModuleReference) Reset()
func (*LocalModuleReference) SetOwner ¶ added in v1.49.0
func (x *LocalModuleReference) SetOwner(v string)
func (*LocalModuleReference) SetReference ¶ added in v1.49.0
func (x *LocalModuleReference) SetReference(v string)
func (*LocalModuleReference) SetRepository ¶ added in v1.49.0
func (x *LocalModuleReference) SetRepository(v string)
func (*LocalModuleReference) String ¶
func (x *LocalModuleReference) String() string
type LocalModuleReference_builder ¶ added in v1.49.0
type LocalModuleReference_builder struct { Owner string Repository string // either branch or commit Reference string // contains filtered or unexported fields }
func (LocalModuleReference_builder) Build ¶ added in v1.49.0
func (b0 LocalModuleReference_builder) Build() *LocalModuleReference
type LocalModuleResolveResult ¶
type LocalModuleResolveResult struct {
// contains filtered or unexported fields
}
func (*LocalModuleResolveResult) ClearPin ¶ added in v1.49.0
func (x *LocalModuleResolveResult) ClearPin()
func (*LocalModuleResolveResult) ClearReference ¶ added in v1.49.0
func (x *LocalModuleResolveResult) ClearReference()
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) HasPin ¶ added in v1.49.0
func (x *LocalModuleResolveResult) HasPin() bool
func (*LocalModuleResolveResult) HasReference ¶ added in v1.49.0
func (x *LocalModuleResolveResult) HasReference() bool
func (*LocalModuleResolveResult) ProtoMessage ¶
func (*LocalModuleResolveResult) ProtoMessage()
func (*LocalModuleResolveResult) ProtoReflect ¶
func (x *LocalModuleResolveResult) ProtoReflect() protoreflect.Message
func (*LocalModuleResolveResult) Reset ¶
func (x *LocalModuleResolveResult) Reset()
func (*LocalModuleResolveResult) SetPin ¶ added in v1.49.0
func (x *LocalModuleResolveResult) SetPin(v *LocalModulePin)
func (*LocalModuleResolveResult) SetReference ¶ added in v1.49.0
func (x *LocalModuleResolveResult) SetReference(v *LocalModuleReference)
func (*LocalModuleResolveResult) SetResolvedReferenceType ¶ added in v1.49.0
func (x *LocalModuleResolveResult) SetResolvedReferenceType(v ResolvedReferenceType)
func (*LocalModuleResolveResult) String ¶
func (x *LocalModuleResolveResult) String() string
type LocalModuleResolveResult_builder ¶ added in v1.49.0
type LocalModuleResolveResult_builder struct { // A copy of the reference that was resolved. Reference *LocalModuleReference // The pin the reference resolved to. Pin *LocalModulePin // The type the reference resolved as. ResolvedReferenceType ResolvedReferenceType // contains filtered or unexported fields }
func (LocalModuleResolveResult_builder) Build ¶ added in v1.49.0
func (b0 LocalModuleResolveResult_builder) Build() *LocalModuleResolveResult
type Location ¶
type Location struct {
// contains filtered or unexported fields
}
Location provides the location information for the source code.
This does not provide the leading or trailing comments as these will be parsed into descriptions or dropped respectively.
func (*Location) GetEndColumn ¶
func (*Location) GetEndLine ¶
func (*Location) GetStartColumn ¶
func (*Location) GetStartLine ¶
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) ProtoReflect ¶
func (x *Location) ProtoReflect() protoreflect.Message
func (*Location) SetEndColumn ¶ added in v1.49.0
func (*Location) SetEndLine ¶ added in v1.49.0
func (*Location) SetStartColumn ¶ added in v1.49.0
func (*Location) SetStartLine ¶ added in v1.49.0
type Location_builder ¶ added in v1.49.0
type Location_builder struct { StartLine int32 StartColumn int32 EndLine int32 EndColumn int32 // contains filtered or unexported fields }
func (Location_builder) Build ¶ added in v1.49.0
func (b0 Location_builder) Build() *Location
type MapEntry ¶
type MapEntry struct {
// contains filtered or unexported fields
}
MapEntry provides the key and value types for the MapEntry type for a map field.
func (*MapEntry) ClearValueImportModuleRef ¶ added in v1.49.0
func (x *MapEntry) ClearValueImportModuleRef()
func (*MapEntry) GetKeyFullType ¶
func (*MapEntry) GetValueFullType ¶
func (*MapEntry) GetValueImportModuleRef ¶
func (x *MapEntry) GetValueImportModuleRef() *ImportModuleRef
func (*MapEntry) GetValueNestedType ¶
func (*MapEntry) HasValueImportModuleRef ¶ added in v1.49.0
func (*MapEntry) ProtoMessage ¶
func (*MapEntry) ProtoMessage()
func (*MapEntry) ProtoReflect ¶
func (x *MapEntry) ProtoReflect() protoreflect.Message
func (*MapEntry) SetKeyFullType ¶ added in v1.49.0
func (*MapEntry) SetValueFullType ¶ added in v1.49.0
func (*MapEntry) SetValueImportModuleRef ¶ added in v1.49.0
func (x *MapEntry) SetValueImportModuleRef(v *ImportModuleRef)
func (*MapEntry) SetValueNestedType ¶ added in v1.49.0
type MapEntry_builder ¶ added in v1.49.0
type MapEntry_builder struct { // string representation of the full name of the type for the map key. keys can only be // scalar types: https://developers.google.com/protocol-buffers/docs/overview#maps KeyFullType string // string representation of the nested name of the type for the map value. ValueNestedType string // string representation of the full name of the type for the map value. ValueFullType string // if the value is an imported type, this is the import module ref ValueImportModuleRef *ImportModuleRef // contains filtered or unexported fields }
func (MapEntry_builder) Build ¶ added in v1.49.0
func (b0 MapEntry_builder) Build() *MapEntry
type MavenConfig ¶ added in v1.14.0
type MavenConfig struct {
// contains filtered or unexported fields
}
MavenConfig is the configuration for a Maven plugin.
func (*MavenConfig) ClearCompiler ¶ added in v1.49.0
func (x *MavenConfig) ClearCompiler()
func (*MavenConfig) GetAdditionalRuntimes ¶ added in v1.16.0
func (x *MavenConfig) GetAdditionalRuntimes() []*MavenConfig_RuntimeConfig
func (*MavenConfig) GetCompiler ¶ added in v1.16.0
func (x *MavenConfig) GetCompiler() *MavenConfig_CompilerConfig
func (*MavenConfig) GetRuntimeLibraries ¶ added in v1.14.0
func (x *MavenConfig) GetRuntimeLibraries() []*MavenConfig_RuntimeLibrary
func (*MavenConfig) HasCompiler ¶ added in v1.49.0
func (x *MavenConfig) HasCompiler() bool
func (*MavenConfig) ProtoMessage ¶ added in v1.14.0
func (*MavenConfig) ProtoMessage()
func (*MavenConfig) ProtoReflect ¶ added in v1.14.0
func (x *MavenConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig) Reset ¶ added in v1.14.0
func (x *MavenConfig) Reset()
func (*MavenConfig) SetAdditionalRuntimes ¶ added in v1.49.0
func (x *MavenConfig) SetAdditionalRuntimes(v []*MavenConfig_RuntimeConfig)
func (*MavenConfig) SetCompiler ¶ added in v1.49.0
func (x *MavenConfig) SetCompiler(v *MavenConfig_CompilerConfig)
func (*MavenConfig) SetRuntimeLibraries ¶ added in v1.49.0
func (x *MavenConfig) SetRuntimeLibraries(v []*MavenConfig_RuntimeLibrary)
func (*MavenConfig) String ¶ added in v1.14.0
func (x *MavenConfig) String() string
type MavenConfig_CompilerConfig ¶ added in v1.16.0
type MavenConfig_CompilerConfig struct {
// contains filtered or unexported fields
}
CompilerConfig contains configuration for the Java and/or Kotlin compiler used when compiling the generated code.
func (*MavenConfig_CompilerConfig) ClearJava ¶ added in v1.49.0
func (x *MavenConfig_CompilerConfig) ClearJava()
func (*MavenConfig_CompilerConfig) ClearKotlin ¶ added in v1.49.0
func (x *MavenConfig_CompilerConfig) ClearKotlin()
func (*MavenConfig_CompilerConfig) GetJava ¶ added in v1.16.0
func (x *MavenConfig_CompilerConfig) GetJava() *MavenConfig_CompilerJavaConfig
func (*MavenConfig_CompilerConfig) GetKotlin ¶ added in v1.16.0
func (x *MavenConfig_CompilerConfig) GetKotlin() *MavenConfig_CompilerKotlinConfig
func (*MavenConfig_CompilerConfig) HasJava ¶ added in v1.49.0
func (x *MavenConfig_CompilerConfig) HasJava() bool
func (*MavenConfig_CompilerConfig) HasKotlin ¶ added in v1.49.0
func (x *MavenConfig_CompilerConfig) HasKotlin() bool
func (*MavenConfig_CompilerConfig) ProtoMessage ¶ added in v1.16.0
func (*MavenConfig_CompilerConfig) ProtoMessage()
func (*MavenConfig_CompilerConfig) ProtoReflect ¶ added in v1.16.0
func (x *MavenConfig_CompilerConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig_CompilerConfig) Reset ¶ added in v1.16.0
func (x *MavenConfig_CompilerConfig) Reset()
func (*MavenConfig_CompilerConfig) SetJava ¶ added in v1.49.0
func (x *MavenConfig_CompilerConfig) SetJava(v *MavenConfig_CompilerJavaConfig)
func (*MavenConfig_CompilerConfig) SetKotlin ¶ added in v1.49.0
func (x *MavenConfig_CompilerConfig) SetKotlin(v *MavenConfig_CompilerKotlinConfig)
func (*MavenConfig_CompilerConfig) String ¶ added in v1.16.0
func (x *MavenConfig_CompilerConfig) String() string
type MavenConfig_CompilerConfig_builder ¶ added in v1.49.0
type MavenConfig_CompilerConfig_builder struct { Java *MavenConfig_CompilerJavaConfig Kotlin *MavenConfig_CompilerKotlinConfig // contains filtered or unexported fields }
func (MavenConfig_CompilerConfig_builder) Build ¶ added in v1.49.0
func (b0 MavenConfig_CompilerConfig_builder) Build() *MavenConfig_CompilerConfig
type MavenConfig_CompilerJavaConfig ¶ added in v1.16.0
type MavenConfig_CompilerJavaConfig struct {
// contains filtered or unexported fields
}
CompilerJavaConfig contains settings for the Java compiler.
func (*MavenConfig_CompilerJavaConfig) GetEncoding ¶ added in v1.16.0
func (x *MavenConfig_CompilerJavaConfig) GetEncoding() string
func (*MavenConfig_CompilerJavaConfig) GetRelease ¶ added in v1.16.0
func (x *MavenConfig_CompilerJavaConfig) GetRelease() int32
func (*MavenConfig_CompilerJavaConfig) GetSource ¶ added in v1.16.0
func (x *MavenConfig_CompilerJavaConfig) GetSource() int32
func (*MavenConfig_CompilerJavaConfig) GetTarget ¶ added in v1.16.0
func (x *MavenConfig_CompilerJavaConfig) GetTarget() int32
func (*MavenConfig_CompilerJavaConfig) ProtoMessage ¶ added in v1.16.0
func (*MavenConfig_CompilerJavaConfig) ProtoMessage()
func (*MavenConfig_CompilerJavaConfig) ProtoReflect ¶ added in v1.16.0
func (x *MavenConfig_CompilerJavaConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig_CompilerJavaConfig) Reset ¶ added in v1.16.0
func (x *MavenConfig_CompilerJavaConfig) Reset()
func (*MavenConfig_CompilerJavaConfig) SetEncoding ¶ added in v1.49.0
func (x *MavenConfig_CompilerJavaConfig) SetEncoding(v string)
func (*MavenConfig_CompilerJavaConfig) SetRelease ¶ added in v1.49.0
func (x *MavenConfig_CompilerJavaConfig) SetRelease(v int32)
func (*MavenConfig_CompilerJavaConfig) SetSource ¶ added in v1.49.0
func (x *MavenConfig_CompilerJavaConfig) SetSource(v int32)
func (*MavenConfig_CompilerJavaConfig) SetTarget ¶ added in v1.49.0
func (x *MavenConfig_CompilerJavaConfig) SetTarget(v int32)
func (*MavenConfig_CompilerJavaConfig) String ¶ added in v1.16.0
func (x *MavenConfig_CompilerJavaConfig) String() string
type MavenConfig_CompilerJavaConfig_builder ¶ added in v1.49.0
type MavenConfig_CompilerJavaConfig_builder struct { // File encoding (default: UTF-8). Encoding string // Release version (default: 8). Release int32 // Source version (default: 8). Source int32 // Target version (default: 8). Target int32 // contains filtered or unexported fields }
func (MavenConfig_CompilerJavaConfig_builder) Build ¶ added in v1.49.0
func (b0 MavenConfig_CompilerJavaConfig_builder) Build() *MavenConfig_CompilerJavaConfig
type MavenConfig_CompilerKotlinConfig ¶ added in v1.16.0
type MavenConfig_CompilerKotlinConfig struct {
// contains filtered or unexported fields
}
CompilerKotlinConfig contains settings for the Kotlin compiler.
func (*MavenConfig_CompilerKotlinConfig) GetApiVersion ¶ added in v1.16.0
func (x *MavenConfig_CompilerKotlinConfig) GetApiVersion() string
func (*MavenConfig_CompilerKotlinConfig) GetJvmTarget ¶ added in v1.16.0
func (x *MavenConfig_CompilerKotlinConfig) GetJvmTarget() string
func (*MavenConfig_CompilerKotlinConfig) GetLanguageVersion ¶ added in v1.16.0
func (x *MavenConfig_CompilerKotlinConfig) GetLanguageVersion() string
func (*MavenConfig_CompilerKotlinConfig) GetVersion ¶ added in v1.16.0
func (x *MavenConfig_CompilerKotlinConfig) GetVersion() string
func (*MavenConfig_CompilerKotlinConfig) ProtoMessage ¶ added in v1.16.0
func (*MavenConfig_CompilerKotlinConfig) ProtoMessage()
func (*MavenConfig_CompilerKotlinConfig) ProtoReflect ¶ added in v1.16.0
func (x *MavenConfig_CompilerKotlinConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig_CompilerKotlinConfig) Reset ¶ added in v1.16.0
func (x *MavenConfig_CompilerKotlinConfig) Reset()
func (*MavenConfig_CompilerKotlinConfig) SetApiVersion ¶ added in v1.49.0
func (x *MavenConfig_CompilerKotlinConfig) SetApiVersion(v string)
func (*MavenConfig_CompilerKotlinConfig) SetJvmTarget ¶ added in v1.49.0
func (x *MavenConfig_CompilerKotlinConfig) SetJvmTarget(v string)
func (*MavenConfig_CompilerKotlinConfig) SetLanguageVersion ¶ added in v1.49.0
func (x *MavenConfig_CompilerKotlinConfig) SetLanguageVersion(v string)
func (*MavenConfig_CompilerKotlinConfig) SetVersion ¶ added in v1.49.0
func (x *MavenConfig_CompilerKotlinConfig) SetVersion(v string)
func (*MavenConfig_CompilerKotlinConfig) String ¶ added in v1.16.0
func (x *MavenConfig_CompilerKotlinConfig) String() string
type MavenConfig_CompilerKotlinConfig_builder ¶ added in v1.49.0
type MavenConfig_CompilerKotlinConfig_builder struct { // Version of the Kotlin compiler used to compile the generated code. Version string // Version of the Kotlin API to target. ApiVersion string // Target version of the JVM bytecode (default: 1.8). JvmTarget string // Kotlin language version used for source compatibility. LanguageVersion string // contains filtered or unexported fields }
func (MavenConfig_CompilerKotlinConfig_builder) Build ¶ added in v1.49.0
func (b0 MavenConfig_CompilerKotlinConfig_builder) Build() *MavenConfig_CompilerKotlinConfig
type MavenConfig_RuntimeConfig ¶ added in v1.16.0
type MavenConfig_RuntimeConfig struct {
// contains filtered or unexported fields
}
RuntimeConfig allows configuring additional runtimes (like the 'lite' runtime). They can use different runtime dependencies and plugin options.
func (*MavenConfig_RuntimeConfig) GetName ¶ added in v1.16.0
func (x *MavenConfig_RuntimeConfig) GetName() string
func (*MavenConfig_RuntimeConfig) GetOptions ¶ added in v1.16.0
func (x *MavenConfig_RuntimeConfig) GetOptions() []string
func (*MavenConfig_RuntimeConfig) GetRuntimeLibraries ¶ added in v1.16.0
func (x *MavenConfig_RuntimeConfig) GetRuntimeLibraries() []*MavenConfig_RuntimeLibrary
func (*MavenConfig_RuntimeConfig) ProtoMessage ¶ added in v1.16.0
func (*MavenConfig_RuntimeConfig) ProtoMessage()
func (*MavenConfig_RuntimeConfig) ProtoReflect ¶ added in v1.16.0
func (x *MavenConfig_RuntimeConfig) ProtoReflect() protoreflect.Message
func (*MavenConfig_RuntimeConfig) Reset ¶ added in v1.16.0
func (x *MavenConfig_RuntimeConfig) Reset()
func (*MavenConfig_RuntimeConfig) SetName ¶ added in v1.49.0
func (x *MavenConfig_RuntimeConfig) SetName(v string)
func (*MavenConfig_RuntimeConfig) SetOptions ¶ added in v1.49.0
func (x *MavenConfig_RuntimeConfig) SetOptions(v []string)
func (*MavenConfig_RuntimeConfig) SetRuntimeLibraries ¶ added in v1.49.0
func (x *MavenConfig_RuntimeConfig) SetRuntimeLibraries(v []*MavenConfig_RuntimeLibrary)
func (*MavenConfig_RuntimeConfig) String ¶ added in v1.16.0
func (x *MavenConfig_RuntimeConfig) String() string
type MavenConfig_RuntimeConfig_builder ¶ added in v1.49.0
type MavenConfig_RuntimeConfig_builder struct { Name string RuntimeLibraries []*MavenConfig_RuntimeLibrary // The options to pass to the plugin. These will // be merged into a single, comma-separated string. Options []string // contains filtered or unexported fields }
func (MavenConfig_RuntimeConfig_builder) Build ¶ added in v1.49.0
func (b0 MavenConfig_RuntimeConfig_builder) Build() *MavenConfig_RuntimeConfig
type MavenConfig_RuntimeLibrary ¶ added in v1.14.0
type MavenConfig_RuntimeLibrary struct {
// contains filtered or unexported fields
}
RuntimeLibrary describes a runtime dependency of the generated code.
func (*MavenConfig_RuntimeLibrary) GetArtifactId ¶ added in v1.16.0
func (x *MavenConfig_RuntimeLibrary) GetArtifactId() string
func (*MavenConfig_RuntimeLibrary) GetClassifier ¶ added in v1.16.0
func (x *MavenConfig_RuntimeLibrary) GetClassifier() string
func (*MavenConfig_RuntimeLibrary) GetExtension ¶ added in v1.16.0
func (x *MavenConfig_RuntimeLibrary) GetExtension() string
func (*MavenConfig_RuntimeLibrary) GetGroupId ¶ added in v1.16.0
func (x *MavenConfig_RuntimeLibrary) GetGroupId() string
func (*MavenConfig_RuntimeLibrary) GetVersion ¶ added in v1.16.0
func (x *MavenConfig_RuntimeLibrary) GetVersion() string
func (*MavenConfig_RuntimeLibrary) ProtoMessage ¶ added in v1.14.0
func (*MavenConfig_RuntimeLibrary) ProtoMessage()
func (*MavenConfig_RuntimeLibrary) ProtoReflect ¶ added in v1.14.0
func (x *MavenConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*MavenConfig_RuntimeLibrary) Reset ¶ added in v1.14.0
func (x *MavenConfig_RuntimeLibrary) Reset()
func (*MavenConfig_RuntimeLibrary) SetArtifactId ¶ added in v1.49.0
func (x *MavenConfig_RuntimeLibrary) SetArtifactId(v string)
func (*MavenConfig_RuntimeLibrary) SetClassifier ¶ added in v1.49.0
func (x *MavenConfig_RuntimeLibrary) SetClassifier(v string)
func (*MavenConfig_RuntimeLibrary) SetExtension ¶ added in v1.49.0
func (x *MavenConfig_RuntimeLibrary) SetExtension(v string)
func (*MavenConfig_RuntimeLibrary) SetGroupId ¶ added in v1.49.0
func (x *MavenConfig_RuntimeLibrary) SetGroupId(v string)
func (*MavenConfig_RuntimeLibrary) SetVersion ¶ added in v1.49.0
func (x *MavenConfig_RuntimeLibrary) SetVersion(v string)
func (*MavenConfig_RuntimeLibrary) String ¶ added in v1.14.0
func (x *MavenConfig_RuntimeLibrary) String() string
type MavenConfig_RuntimeLibrary_builder ¶ added in v1.49.0
type MavenConfig_RuntimeLibrary_builder struct { GroupId string ArtifactId string Version string Classifier string Extension string // contains filtered or unexported fields }
func (MavenConfig_RuntimeLibrary_builder) Build ¶ added in v1.49.0
func (b0 MavenConfig_RuntimeLibrary_builder) Build() *MavenConfig_RuntimeLibrary
type MavenConfig_builder ¶ added in v1.49.0
type MavenConfig_builder struct { // Optionally define the runtime libraries for the plugin. RuntimeLibraries []*MavenConfig_RuntimeLibrary // Settings for the Java/Kotlin compiler used to compile the generated code. Compiler *MavenConfig_CompilerConfig // Optional additional runtimes supported by the plugin. AdditionalRuntimes []*MavenConfig_RuntimeConfig // contains filtered or unexported fields }
func (MavenConfig_builder) Build ¶ added in v1.49.0
func (b0 MavenConfig_builder) Build() *MavenConfig
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
Message provides information for the documentation of a protobuf message.
func (*Message) ClearLocation ¶ added in v1.49.0
func (x *Message) ClearLocation()
func (*Message) ClearMessageOptions
deprecated
added in
v1.49.0
func (x *Message) ClearMessageOptions()
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Message) GetComments ¶ added in v1.30.0
func (*Message) GetFields ¶
func (x *Message) GetFields() []*MessageField
func (*Message) GetFilePath ¶
func (*Message) GetFullName ¶
func (*Message) GetImplicitlyDeprecated ¶ added in v1.10.0
func (*Message) GetIsMapEntry ¶
func (*Message) GetLocation ¶
func (*Message) GetMessageExtensions ¶
func (*Message) GetMessageOptions
deprecated
added in
v1.9.0
func (x *Message) GetMessageOptions() *MessageOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Message) GetNestedName ¶
func (*Message) GetOptions ¶ added in v1.30.0
func (x *Message) GetOptions() []*FieldLiteral
func (*Message) HasLocation ¶ added in v1.49.0
func (*Message) HasMessageOptions
deprecated
added in
v1.49.0
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
func (*Message) SetComments ¶ added in v1.49.0
func (*Message) SetFields ¶ added in v1.49.0
func (x *Message) SetFields(v []*MessageField)
func (*Message) SetFilePath ¶ added in v1.49.0
func (*Message) SetFullName ¶ added in v1.49.0
func (*Message) SetImplicitlyDeprecated ¶ added in v1.49.0
func (*Message) SetIsMapEntry ¶ added in v1.49.0
func (*Message) SetLocation ¶ added in v1.49.0
func (*Message) SetMessageExtensions ¶ added in v1.49.0
func (*Message) SetMessageOptions
deprecated
added in
v1.49.0
func (x *Message) SetMessageOptions(v *MessageOptions)
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Message) SetNestedName ¶ added in v1.49.0
func (*Message) SetOptions ¶ added in v1.49.0
func (x *Message) SetOptions(v []*FieldLiteral)
type MessageField ¶ added in v1.0.0
type MessageField struct {
// contains filtered or unexported fields
}
MessageField can be either a single field or a oneof set of fields.
func (*MessageField) ClearField ¶ added in v1.49.0
func (x *MessageField) ClearField()
func (*MessageField) ClearMessageField ¶ added in v1.49.0
func (x *MessageField) ClearMessageField()
func (*MessageField) ClearOneof ¶ added in v1.49.0
func (x *MessageField) ClearOneof()
func (*MessageField) GetField ¶ added in v1.0.0
func (x *MessageField) GetField() *Field
func (*MessageField) GetOneof ¶ added in v1.0.0
func (x *MessageField) GetOneof() *Oneof
func (*MessageField) HasField ¶ added in v1.49.0
func (x *MessageField) HasField() bool
func (*MessageField) HasMessageField ¶ added in v1.49.0
func (x *MessageField) HasMessageField() bool
func (*MessageField) HasOneof ¶ added in v1.49.0
func (x *MessageField) HasOneof() bool
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) SetField ¶ added in v1.49.0
func (x *MessageField) SetField(v *Field)
func (*MessageField) SetOneof ¶ added in v1.49.0
func (x *MessageField) SetOneof(v *Oneof)
func (*MessageField) String ¶ added in v1.0.0
func (x *MessageField) String() string
func (*MessageField) WhichMessageField ¶ added in v1.49.0
func (x *MessageField) WhichMessageField() case_MessageField_MessageField
type MessageField_builder ¶ added in v1.49.0
type MessageField_builder struct { // Fields of oneof xxx_hidden_MessageField: Field *Field Oneof *Oneof // contains filtered or unexported fields }
func (MessageField_builder) Build ¶ added in v1.49.0
func (b0 MessageField_builder) Build() *MessageField
type MessageLiteral ¶ added in v1.30.0
type MessageLiteral struct {
// contains filtered or unexported fields
}
MessageLiteral represents an option value for a type that is a message.
func (*MessageLiteral) GetFields ¶ added in v1.30.0
func (x *MessageLiteral) GetFields() []*FieldLiteral
func (*MessageLiteral) ProtoMessage ¶ added in v1.30.0
func (*MessageLiteral) ProtoMessage()
func (*MessageLiteral) ProtoReflect ¶ added in v1.30.0
func (x *MessageLiteral) ProtoReflect() protoreflect.Message
func (*MessageLiteral) Reset ¶ added in v1.30.0
func (x *MessageLiteral) Reset()
func (*MessageLiteral) SetFields ¶ added in v1.49.0
func (x *MessageLiteral) SetFields(v []*FieldLiteral)
func (*MessageLiteral) String ¶ added in v1.30.0
func (x *MessageLiteral) String() string
type MessageLiteral_builder ¶ added in v1.49.0
type MessageLiteral_builder struct { // Map of field names to value. Extension field names will be in the form: // [fully.qualified.extension.Name]. Fields []*FieldLiteral // contains filtered or unexported fields }
func (MessageLiteral_builder) Build ¶ added in v1.49.0
func (b0 MessageLiteral_builder) Build() *MessageLiteral
type MessageOptions
deprecated
added in
v1.9.0
type MessageOptions struct {
// contains filtered or unexported fields
}
MessageOptions provides information for the documentation of options for a message.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*MessageOptions) GetDeprecated ¶ added in v1.9.0
func (x *MessageOptions) GetDeprecated() bool
func (*MessageOptions) ProtoMessage ¶ added in v1.9.0
func (*MessageOptions) ProtoMessage()
func (*MessageOptions) ProtoReflect ¶ added in v1.9.0
func (x *MessageOptions) ProtoReflect() protoreflect.Message
func (*MessageOptions) Reset ¶ added in v1.9.0
func (x *MessageOptions) Reset()
func (*MessageOptions) SetDeprecated ¶ added in v1.49.0
func (x *MessageOptions) SetDeprecated(v bool)
func (*MessageOptions) String ¶ added in v1.9.0
func (x *MessageOptions) String() string
type MessageOptions_builder
deprecated
added in
v1.49.0
type MessageOptions_builder struct { Deprecated bool // contains filtered or unexported fields }
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (MessageOptions_builder) Build ¶ added in v1.49.0
func (b0 MessageOptions_builder) Build() *MessageOptions
type Message_builder ¶ added in v1.49.0
type Message_builder struct { Name string // nested_name includes the nested types for a given type definition. NestedName string // full_name includes the package name and nested types for a given type definition. FullName string // comments is derived from the leading comments of a given message. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string // file_path is the normalized path of the file containing the message. FilePath string IsMapEntry bool Fields []*MessageField Location *Location MessageExtensions []*Field // implicitly_deprecated is true if its enclosing file or parent element is deprecated. ImplicitlyDeprecated bool // All options that are present on the message. This is a super-set of // message_options and uses a dynamic representation so it can also // accommodate custom options with arbitrary types. // // This supersedes message_options. Options []*FieldLiteral // Use options instead. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto. MessageOptions *MessageOptions // contains filtered or unexported fields }
func (Message_builder) Build ¶ added in v1.49.0
func (b0 Message_builder) Build() *Message
type Method ¶
type Method struct {
// contains filtered or unexported fields
}
Method provides information for the documentation for a method of a given service.
func (*Method) ClearMethodOptions
deprecated
added in
v1.49.0
func (x *Method) ClearMethodOptions()
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Method) ClearRequest ¶ added in v1.49.0
func (x *Method) ClearRequest()
func (*Method) ClearResponse ¶ added in v1.49.0
func (x *Method) ClearResponse()
func (*Method) GetComments ¶ added in v1.30.0
func (*Method) GetImplicitlyDeprecated ¶ added in v1.10.0
func (*Method) GetMethodOptions
deprecated
added in
v1.9.0
func (x *Method) GetMethodOptions() *MethodOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Method) GetOptions ¶ added in v1.30.0
func (x *Method) GetOptions() []*FieldLiteral
func (*Method) GetRequest ¶
func (x *Method) GetRequest() *MethodRequestResponse
func (*Method) GetResponse ¶
func (x *Method) GetResponse() *MethodRequestResponse
func (*Method) HasMethodOptions
deprecated
added in
v1.49.0
func (*Method) HasRequest ¶ added in v1.49.0
func (*Method) HasResponse ¶ added in v1.49.0
func (*Method) ProtoMessage ¶
func (*Method) ProtoMessage()
func (*Method) ProtoReflect ¶
func (x *Method) ProtoReflect() protoreflect.Message
func (*Method) SetComments ¶ added in v1.49.0
func (*Method) SetImplicitlyDeprecated ¶ added in v1.49.0
func (*Method) SetMethodOptions
deprecated
added in
v1.49.0
func (x *Method) SetMethodOptions(v *MethodOptions)
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Method) SetOptions ¶ added in v1.49.0
func (x *Method) SetOptions(v []*FieldLiteral)
func (*Method) SetRequest ¶ added in v1.49.0
func (x *Method) SetRequest(v *MethodRequestResponse)
func (*Method) SetResponse ¶ added in v1.49.0
func (x *Method) SetResponse(v *MethodRequestResponse)
type MethodOptions
deprecated
added in
v1.9.0
type MethodOptions struct {
// contains filtered or unexported fields
}
MethodOptions provides information for the documentation of options for a method.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*MethodOptions) GetDeprecated ¶ added in v1.9.0
func (x *MethodOptions) GetDeprecated() bool
func (*MethodOptions) GetIdempotencyLevel ¶ added in v1.9.0
func (x *MethodOptions) GetIdempotencyLevel() int32
func (*MethodOptions) ProtoMessage ¶ added in v1.9.0
func (*MethodOptions) ProtoMessage()
func (*MethodOptions) ProtoReflect ¶ added in v1.9.0
func (x *MethodOptions) ProtoReflect() protoreflect.Message
func (*MethodOptions) Reset ¶ added in v1.9.0
func (x *MethodOptions) Reset()
func (*MethodOptions) SetDeprecated ¶ added in v1.49.0
func (x *MethodOptions) SetDeprecated(v bool)
func (*MethodOptions) SetIdempotencyLevel ¶ added in v1.49.0
func (x *MethodOptions) SetIdempotencyLevel(v int32)
func (*MethodOptions) String ¶ added in v1.9.0
func (x *MethodOptions) String() string
type MethodOptions_builder
deprecated
added in
v1.49.0
type MethodOptions_builder struct { Deprecated bool // idempotency_level holds a value of the enumeration `google.protobuf.MethodOptions.IdempotencyLevel. IdempotencyLevel int32 // contains filtered or unexported fields }
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (MethodOptions_builder) Build ¶ added in v1.49.0
func (b0 MethodOptions_builder) Build() *MethodOptions
type MethodRequestResponse ¶
type MethodRequestResponse struct {
// contains filtered or unexported fields
}
MethodRequestResponse provides information for the documentation of a Method request or response message.
func (*MethodRequestResponse) ClearImportModuleRef ¶ added in v1.49.0
func (x *MethodRequestResponse) ClearImportModuleRef()
func (*MethodRequestResponse) ClearMessage ¶ added in v1.49.0
func (x *MethodRequestResponse) ClearMessage()
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) HasImportModuleRef ¶ added in v1.49.0
func (x *MethodRequestResponse) HasImportModuleRef() bool
func (*MethodRequestResponse) HasMessage ¶ added in v1.49.0
func (x *MethodRequestResponse) HasMessage() 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) SetFullType ¶ added in v1.49.0
func (x *MethodRequestResponse) SetFullType(v string)
func (*MethodRequestResponse) SetImportModuleRef ¶ added in v1.49.0
func (x *MethodRequestResponse) SetImportModuleRef(v *ImportModuleRef)
func (*MethodRequestResponse) SetMessage ¶ added in v1.49.0
func (x *MethodRequestResponse) SetMessage(v *Message)
func (*MethodRequestResponse) SetNestedType ¶ added in v1.49.0
func (x *MethodRequestResponse) SetNestedType(v string)
func (*MethodRequestResponse) SetStreaming ¶ added in v1.49.0
func (x *MethodRequestResponse) SetStreaming(v bool)
func (*MethodRequestResponse) String ¶
func (x *MethodRequestResponse) String() string
type MethodRequestResponse_builder ¶ added in v1.49.0
type MethodRequestResponse_builder struct { // nested_type is the nested name of the message of the request or response. This includes nested definitions. NestedType string // full_type is the fully qualified name of the message of the request or response. This includes package and nested definitions. FullType string // boolean flag for whether the streaming label is set on an method request or response. Streaming bool Message *Message // import_module_ref is included if the request or response is an imported type. // It contains all the metadata for the import. ImportModuleRef *ImportModuleRef // contains filtered or unexported fields }
func (MethodRequestResponse_builder) Build ¶ added in v1.49.0
func (b0 MethodRequestResponse_builder) Build() *MethodRequestResponse
type Method_builder ¶ added in v1.49.0
type Method_builder struct { Name string // comments is derived from the leading comments of a given method. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string Request *MethodRequestResponse Response *MethodRequestResponse // implicitly_deprecated is true if its enclosing file or parent element is deprecated. ImplicitlyDeprecated bool // All options that are present on the method. This is a super-set of // method_options and uses a dynamic representation so it can also // accommodate custom options with arbitrary types. // This supersedes method_options. Options []*FieldLiteral // Use options instead. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto. MethodOptions *MethodOptions // contains filtered or unexported fields }
func (Method_builder) Build ¶ added in v1.49.0
func (b0 Method_builder) Build() *Method
type ModuleDocumentation ¶
type ModuleDocumentation struct {
// contains filtered or unexported fields
}
ModuleDocumentation provides the name of the module and associated documentations.
func (*ModuleDocumentation) GetDocumentation ¶
func (x *ModuleDocumentation) GetDocumentation() string
func (*ModuleDocumentation) GetDocumentationPath ¶ added in v1.19.0
func (x *ModuleDocumentation) GetDocumentationPath() string
func (*ModuleDocumentation) GetLicense ¶ added in v1.10.0
func (x *ModuleDocumentation) GetLicense() string
func (*ModuleDocumentation) GetName ¶
func (x *ModuleDocumentation) GetName() string
func (*ModuleDocumentation) ProtoMessage ¶
func (*ModuleDocumentation) ProtoMessage()
func (*ModuleDocumentation) ProtoReflect ¶
func (x *ModuleDocumentation) ProtoReflect() protoreflect.Message
func (*ModuleDocumentation) Reset ¶
func (x *ModuleDocumentation) Reset()
func (*ModuleDocumentation) SetDocumentation ¶ added in v1.49.0
func (x *ModuleDocumentation) SetDocumentation(v string)
func (*ModuleDocumentation) SetDocumentationPath ¶ added in v1.49.0
func (x *ModuleDocumentation) SetDocumentationPath(v string)
func (*ModuleDocumentation) SetLicense ¶ added in v1.49.0
func (x *ModuleDocumentation) SetLicense(v string)
func (*ModuleDocumentation) SetName ¶ added in v1.49.0
func (x *ModuleDocumentation) SetName(v string)
func (*ModuleDocumentation) String ¶
func (x *ModuleDocumentation) String() string
type ModuleDocumentation_builder ¶ added in v1.49.0
type ModuleDocumentation_builder struct { Name string // 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 // This is the string representation of the contents of the LICENSE file for module-level license. // // The LICENSE file is a part of the module. // string is used to enforce UTF-8 encoding or 7-bit ASCII text. License string // documentation_path is the path of the file which contains the module documentation. // // either `buf.md`, `README.md` or `README.markdown`. // if empty, assumes buf.md. DocumentationPath string // contains filtered or unexported fields }
func (ModuleDocumentation_builder) Build ¶ added in v1.49.0
func (b0 ModuleDocumentation_builder) Build() *ModuleDocumentation
type ModuleElementSearchResult ¶ added in v1.26.0
type ModuleElementSearchResult struct {
// contains filtered or unexported fields
}
func (*ModuleElementSearchResult) GetFullyQualifiedName ¶ added in v1.26.0
func (x *ModuleElementSearchResult) GetFullyQualifiedName() string
func (*ModuleElementSearchResult) GetPackageName ¶ added in v1.26.0
func (x *ModuleElementSearchResult) GetPackageName() string
func (*ModuleElementSearchResult) GetProtoFilePath ¶ added in v1.26.0
func (x *ModuleElementSearchResult) GetProtoFilePath() string
func (*ModuleElementSearchResult) GetRepositoryId ¶ added in v1.26.0
func (x *ModuleElementSearchResult) GetRepositoryId() string
func (*ModuleElementSearchResult) GetRepositoryName ¶ added in v1.26.0
func (x *ModuleElementSearchResult) GetRepositoryName() string
func (*ModuleElementSearchResult) GetRepositoryOwner ¶ added in v1.26.0
func (x *ModuleElementSearchResult) GetRepositoryOwner() string
func (*ModuleElementSearchResult) GetSearchModuleElementType ¶ added in v1.27.0
func (x *ModuleElementSearchResult) GetSearchModuleElementType() SearchModuleElementType
func (*ModuleElementSearchResult) ProtoMessage ¶ added in v1.26.0
func (*ModuleElementSearchResult) ProtoMessage()
func (*ModuleElementSearchResult) ProtoReflect ¶ added in v1.26.0
func (x *ModuleElementSearchResult) ProtoReflect() protoreflect.Message
func (*ModuleElementSearchResult) Reset ¶ added in v1.26.0
func (x *ModuleElementSearchResult) Reset()
func (*ModuleElementSearchResult) SetFullyQualifiedName ¶ added in v1.49.0
func (x *ModuleElementSearchResult) SetFullyQualifiedName(v string)
func (*ModuleElementSearchResult) SetPackageName ¶ added in v1.49.0
func (x *ModuleElementSearchResult) SetPackageName(v string)
func (*ModuleElementSearchResult) SetProtoFilePath ¶ added in v1.49.0
func (x *ModuleElementSearchResult) SetProtoFilePath(v string)
func (*ModuleElementSearchResult) SetRepositoryId ¶ added in v1.49.0
func (x *ModuleElementSearchResult) SetRepositoryId(v string)
func (*ModuleElementSearchResult) SetRepositoryName ¶ added in v1.49.0
func (x *ModuleElementSearchResult) SetRepositoryName(v string)
func (*ModuleElementSearchResult) SetRepositoryOwner ¶ added in v1.49.0
func (x *ModuleElementSearchResult) SetRepositoryOwner(v string)
func (*ModuleElementSearchResult) SetSearchModuleElementType ¶ added in v1.49.0
func (x *ModuleElementSearchResult) SetSearchModuleElementType(v SearchModuleElementType)
func (*ModuleElementSearchResult) String ¶ added in v1.26.0
func (x *ModuleElementSearchResult) String() string
type ModuleElementSearchResult_builder ¶ added in v1.49.0
type ModuleElementSearchResult_builder struct { RepositoryId string RepositoryOwner string RepositoryName string ProtoFilePath string FullyQualifiedName string PackageName string SearchModuleElementType SearchModuleElementType // contains filtered or unexported fields }
func (ModuleElementSearchResult_builder) Build ¶ added in v1.49.0
func (b0 ModuleElementSearchResult_builder) Build() *ModuleElementSearchResult
type ModuleFileSearchResult ¶ added in v1.26.0
type ModuleFileSearchResult struct {
// contains filtered or unexported fields
}
func (*ModuleFileSearchResult) GetProtoFilePath ¶ added in v1.26.0
func (x *ModuleFileSearchResult) GetProtoFilePath() string
func (*ModuleFileSearchResult) GetRepositoryId ¶ added in v1.26.0
func (x *ModuleFileSearchResult) GetRepositoryId() string
func (*ModuleFileSearchResult) GetRepositoryName ¶ added in v1.26.0
func (x *ModuleFileSearchResult) GetRepositoryName() string
func (*ModuleFileSearchResult) GetRepositoryOwner ¶ added in v1.26.0
func (x *ModuleFileSearchResult) GetRepositoryOwner() string
func (*ModuleFileSearchResult) ProtoMessage ¶ added in v1.26.0
func (*ModuleFileSearchResult) ProtoMessage()
func (*ModuleFileSearchResult) ProtoReflect ¶ added in v1.26.0
func (x *ModuleFileSearchResult) ProtoReflect() protoreflect.Message
func (*ModuleFileSearchResult) Reset ¶ added in v1.26.0
func (x *ModuleFileSearchResult) Reset()
func (*ModuleFileSearchResult) SetProtoFilePath ¶ added in v1.49.0
func (x *ModuleFileSearchResult) SetProtoFilePath(v string)
func (*ModuleFileSearchResult) SetRepositoryId ¶ added in v1.49.0
func (x *ModuleFileSearchResult) SetRepositoryId(v string)
func (*ModuleFileSearchResult) SetRepositoryName ¶ added in v1.49.0
func (x *ModuleFileSearchResult) SetRepositoryName(v string)
func (*ModuleFileSearchResult) SetRepositoryOwner ¶ added in v1.49.0
func (x *ModuleFileSearchResult) SetRepositoryOwner(v string)
func (*ModuleFileSearchResult) String ¶ added in v1.26.0
func (x *ModuleFileSearchResult) String() string
type ModuleFileSearchResult_builder ¶ added in v1.49.0
type ModuleFileSearchResult_builder struct { RepositoryId string RepositoryOwner string RepositoryName string ProtoFilePath string // contains filtered or unexported fields }
func (ModuleFileSearchResult_builder) Build ¶ added in v1.49.0
func (b0 ModuleFileSearchResult_builder) Build() *ModuleFileSearchResult
type ModulePackage ¶ added in v1.0.0
type ModulePackage struct {
// contains filtered or unexported fields
}
ModulePackage provides the details about a module's associated package.
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) SetDescription ¶ added in v1.49.0
func (x *ModulePackage) SetDescription(v string)
func (*ModulePackage) SetName ¶ added in v1.49.0
func (x *ModulePackage) SetName(v string)
func (*ModulePackage) String ¶ added in v1.0.0
func (x *ModulePackage) String() string
type ModulePackage_builder ¶ added in v1.49.0
type ModulePackage_builder struct { Name string Description string // contains filtered or unexported fields }
func (ModulePackage_builder) Build ¶ added in v1.49.0
func (b0 ModulePackage_builder) Build() *ModulePackage
type MonthlyUsage ¶ added in v1.28.0
type MonthlyUsage struct {
// contains filtered or unexported fields
}
MonthlyUsage contains the total amount of message, enum and services types for every organizations repositories within a single tenant BSR instance for a given month and year.
func (*MonthlyUsage) GetMonth ¶ added in v1.28.0
func (x *MonthlyUsage) GetMonth() uint32
func (*MonthlyUsage) GetTotalEnumTypes ¶ added in v1.28.0
func (x *MonthlyUsage) GetTotalEnumTypes() uint32
func (*MonthlyUsage) GetTotalMessageTypes ¶ added in v1.28.0
func (x *MonthlyUsage) GetTotalMessageTypes() uint32
func (*MonthlyUsage) GetTotalMethodTypes ¶ added in v1.29.0
func (x *MonthlyUsage) GetTotalMethodTypes() uint32
func (*MonthlyUsage) GetYear ¶ added in v1.28.0
func (x *MonthlyUsage) GetYear() uint32
func (*MonthlyUsage) ProtoMessage ¶ added in v1.28.0
func (*MonthlyUsage) ProtoMessage()
func (*MonthlyUsage) ProtoReflect ¶ added in v1.28.0
func (x *MonthlyUsage) ProtoReflect() protoreflect.Message
func (*MonthlyUsage) Reset ¶ added in v1.28.0
func (x *MonthlyUsage) Reset()
func (*MonthlyUsage) SetMonth ¶ added in v1.49.0
func (x *MonthlyUsage) SetMonth(v uint32)
func (*MonthlyUsage) SetTotalEnumTypes ¶ added in v1.49.0
func (x *MonthlyUsage) SetTotalEnumTypes(v uint32)
func (*MonthlyUsage) SetTotalMessageTypes ¶ added in v1.49.0
func (x *MonthlyUsage) SetTotalMessageTypes(v uint32)
func (*MonthlyUsage) SetTotalMethodTypes ¶ added in v1.49.0
func (x *MonthlyUsage) SetTotalMethodTypes(v uint32)
func (*MonthlyUsage) SetYear ¶ added in v1.49.0
func (x *MonthlyUsage) SetYear(v uint32)
func (*MonthlyUsage) String ¶ added in v1.28.0
func (x *MonthlyUsage) String() string
type MonthlyUsage_builder ¶ added in v1.49.0
type MonthlyUsage_builder struct { // The month, between 1 and 12. Month uint32 // The year, between 2020 and the current year. Year uint32 // The total amount of message types for the month and year. TotalMessageTypes uint32 // The total amount of enum types for the month and year. TotalEnumTypes uint32 // The total amount of method types for the month and year. TotalMethodTypes uint32 // contains filtered or unexported fields }
func (MonthlyUsage_builder) Build ¶ added in v1.49.0
func (b0 MonthlyUsage_builder) Build() *MonthlyUsage
type NPMConfig ¶ added in v1.7.0
type NPMConfig struct {
// contains filtered or unexported fields
}
NPMConfig is the configuration for a JavaScript NPM plugin.
func (*NPMConfig) GetImportStyle ¶ added in v1.10.0
func (x *NPMConfig) GetImportStyle() NPMImportStyle
func (*NPMConfig) GetRewriteImportPathSuffix ¶ added in v1.8.0
func (*NPMConfig) GetRuntimeLibraries ¶ added in v1.7.0
func (x *NPMConfig) GetRuntimeLibraries() []*NPMConfig_RuntimeLibrary
func (*NPMConfig) ProtoMessage ¶ added in v1.7.0
func (*NPMConfig) ProtoMessage()
func (*NPMConfig) ProtoReflect ¶ added in v1.7.0
func (x *NPMConfig) ProtoReflect() protoreflect.Message
func (*NPMConfig) SetImportStyle ¶ added in v1.49.0
func (x *NPMConfig) SetImportStyle(v NPMImportStyle)
func (*NPMConfig) SetRewriteImportPathSuffix ¶ added in v1.49.0
func (*NPMConfig) SetRuntimeLibraries ¶ added in v1.49.0
func (x *NPMConfig) SetRuntimeLibraries(v []*NPMConfig_RuntimeLibrary)
type NPMConfig_RuntimeLibrary ¶ added in v1.7.0
type NPMConfig_RuntimeLibrary struct {
// contains filtered or unexported fields
}
RuntimeLibrary describes the runtime library dependency of the generated code.
func (*NPMConfig_RuntimeLibrary) GetPackage ¶ added in v1.7.0
func (x *NPMConfig_RuntimeLibrary) GetPackage() string
func (*NPMConfig_RuntimeLibrary) GetVersion ¶ added in v1.7.0
func (x *NPMConfig_RuntimeLibrary) GetVersion() string
func (*NPMConfig_RuntimeLibrary) ProtoMessage ¶ added in v1.7.0
func (*NPMConfig_RuntimeLibrary) ProtoMessage()
func (*NPMConfig_RuntimeLibrary) ProtoReflect ¶ added in v1.7.0
func (x *NPMConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*NPMConfig_RuntimeLibrary) Reset ¶ added in v1.7.0
func (x *NPMConfig_RuntimeLibrary) Reset()
func (*NPMConfig_RuntimeLibrary) SetPackage ¶ added in v1.49.0
func (x *NPMConfig_RuntimeLibrary) SetPackage(v string)
func (*NPMConfig_RuntimeLibrary) SetVersion ¶ added in v1.49.0
func (x *NPMConfig_RuntimeLibrary) SetVersion(v string)
func (*NPMConfig_RuntimeLibrary) String ¶ added in v1.7.0
func (x *NPMConfig_RuntimeLibrary) String() string
type NPMConfig_RuntimeLibrary_builder ¶ added in v1.49.0
type NPMConfig_RuntimeLibrary_builder struct { // The name of the runtime library package, i.e. "@grpc/grpc-js". Package string // The version of the runtime library, i.e. "^1.27.1". Version string // contains filtered or unexported fields }
func (NPMConfig_RuntimeLibrary_builder) Build ¶ added in v1.49.0
func (b0 NPMConfig_RuntimeLibrary_builder) Build() *NPMConfig_RuntimeLibrary
type NPMConfig_builder ¶ added in v1.49.0
type NPMConfig_builder struct { // Optionally define the runtime libraries for the plugin. RuntimeLibraries []*NPMConfig_RuntimeLibrary // Optionally define a configuration for rewriting import paths, a feature mainly // used for remote code generation in the BSR npm registry, which makes it possible // to serve the output of a BSR module and a plugin in an individual package. // // All plugins based on @bufbuild/protoplugin support the option "rewrite_imports". // Setting this value, i.e. "connectweb.js" or "pb.js", informs the BSR npm registry // that the plugin supports import rewrites with the given import suffix. RewriteImportPathSuffix string // The import style used for the "type" field in the package.json file. // This exists to support legacy plugins that require "commonjs" support. ImportStyle NPMImportStyle // contains filtered or unexported fields }
func (NPMConfig_builder) Build ¶ added in v1.49.0
func (b0 NPMConfig_builder) Build() *NPMConfig
type NPMImportStyle ¶ added in v1.10.0
type NPMImportStyle int32
NPMImportStyle is used to specify the import style the plugin supports.
const ( NPMImportStyle_NPM_IMPORT_STYLE_UNSPECIFIED NPMImportStyle = 0 NPMImportStyle_NPM_IMPORT_STYLE_MODULE NPMImportStyle = 1 NPMImportStyle_NPM_IMPORT_STYLE_COMMONJS NPMImportStyle = 2 )
func (NPMImportStyle) Descriptor ¶ added in v1.10.0
func (NPMImportStyle) Descriptor() protoreflect.EnumDescriptor
func (NPMImportStyle) Enum ¶ added in v1.10.0
func (x NPMImportStyle) Enum() *NPMImportStyle
func (NPMImportStyle) Number ¶ added in v1.10.0
func (x NPMImportStyle) Number() protoreflect.EnumNumber
func (NPMImportStyle) String ¶ added in v1.10.0
func (x NPMImportStyle) String() string
func (NPMImportStyle) Type ¶ added in v1.10.0
func (NPMImportStyle) Type() protoreflect.EnumType
type NugetConfig ¶ added in v1.35.0
type NugetConfig struct {
// contains filtered or unexported fields
}
NugetConfig is the configuration for a NuGet C# plugin.
func (*NugetConfig) GetRuntimeLibraries ¶ added in v1.35.0
func (x *NugetConfig) GetRuntimeLibraries() []*NugetConfig_RuntimeLibrary
func (*NugetConfig) GetTargetFrameworks ¶ added in v1.35.0
func (x *NugetConfig) GetTargetFrameworks() []DotnetTargetFramework
func (*NugetConfig) ProtoMessage ¶ added in v1.35.0
func (*NugetConfig) ProtoMessage()
func (*NugetConfig) ProtoReflect ¶ added in v1.35.0
func (x *NugetConfig) ProtoReflect() protoreflect.Message
func (*NugetConfig) Reset ¶ added in v1.35.0
func (x *NugetConfig) Reset()
func (*NugetConfig) SetRuntimeLibraries ¶ added in v1.49.0
func (x *NugetConfig) SetRuntimeLibraries(v []*NugetConfig_RuntimeLibrary)
func (*NugetConfig) SetTargetFrameworks ¶ added in v1.49.0
func (x *NugetConfig) SetTargetFrameworks(v []DotnetTargetFramework)
func (*NugetConfig) String ¶ added in v1.35.0
func (x *NugetConfig) String() string
type NugetConfig_RuntimeLibrary ¶ added in v1.35.0
type NugetConfig_RuntimeLibrary struct {
// contains filtered or unexported fields
}
RuntimeLibrary describes a NuGet package dependency of the generated code. Ref: https://learn.microsoft.com/en-us/dotnet/core/tools/dependencies#the-packagereference-element
func (*NugetConfig_RuntimeLibrary) GetName ¶ added in v1.35.0
func (x *NugetConfig_RuntimeLibrary) GetName() string
func (*NugetConfig_RuntimeLibrary) GetTargetFrameworks ¶ added in v1.35.0
func (x *NugetConfig_RuntimeLibrary) GetTargetFrameworks() []DotnetTargetFramework
func (*NugetConfig_RuntimeLibrary) GetVersion ¶ added in v1.35.0
func (x *NugetConfig_RuntimeLibrary) GetVersion() string
func (*NugetConfig_RuntimeLibrary) ProtoMessage ¶ added in v1.35.0
func (*NugetConfig_RuntimeLibrary) ProtoMessage()
func (*NugetConfig_RuntimeLibrary) ProtoReflect ¶ added in v1.35.0
func (x *NugetConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*NugetConfig_RuntimeLibrary) Reset ¶ added in v1.35.0
func (x *NugetConfig_RuntimeLibrary) Reset()
func (*NugetConfig_RuntimeLibrary) SetName ¶ added in v1.49.0
func (x *NugetConfig_RuntimeLibrary) SetName(v string)
func (*NugetConfig_RuntimeLibrary) SetTargetFrameworks ¶ added in v1.49.0
func (x *NugetConfig_RuntimeLibrary) SetTargetFrameworks(v []DotnetTargetFramework)
func (*NugetConfig_RuntimeLibrary) SetVersion ¶ added in v1.49.0
func (x *NugetConfig_RuntimeLibrary) SetVersion(v string)
func (*NugetConfig_RuntimeLibrary) String ¶ added in v1.35.0
func (x *NugetConfig_RuntimeLibrary) String() string
type NugetConfig_RuntimeLibrary_builder ¶ added in v1.49.0
type NugetConfig_RuntimeLibrary_builder struct { // The name of the NuGet package (also known as the package ID). Name string // The version of the NuGet package (supports ranges). // Ref: https://learn.microsoft.com/en-us/nuget/concepts/package-versioning#version-ranges Version string // Optional target frameworks. If specified, these dependencies will be // conditionally added when building for the specified target framework. TargetFrameworks []DotnetTargetFramework // contains filtered or unexported fields }
func (NugetConfig_RuntimeLibrary_builder) Build ¶ added in v1.49.0
func (b0 NugetConfig_RuntimeLibrary_builder) Build() *NugetConfig_RuntimeLibrary
type NugetConfig_builder ¶ added in v1.49.0
type NugetConfig_builder struct { // Target frameworks to build. At least one target framework is required. TargetFrameworks []DotnetTargetFramework // Optional runtime libraries required by the plugin's generated code. RuntimeLibraries []*NugetConfig_RuntimeLibrary // contains filtered or unexported fields }
func (NugetConfig_builder) Build ¶ added in v1.49.0
func (b0 NugetConfig_builder) Build() *NugetConfig
type Oneof ¶ added in v1.0.0
type Oneof struct {
// contains filtered or unexported fields
}
Oneof represents a oneof set of fields.
func (*Oneof) GetOptions ¶ added in v1.30.0
func (x *Oneof) GetOptions() []*FieldLiteral
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
func (*Oneof) SetOptions ¶ added in v1.49.0
func (x *Oneof) SetOptions(v []*FieldLiteral)
type Oneof_builder ¶ added in v1.49.0
type Oneof_builder struct { Name string Fields []*Field // All options that are present on the OneOf. // This is a dynamic representation so it can also // accommodate custom options with arbitrary types. Options []*FieldLiteral // contains filtered or unexported fields }
func (Oneof_builder) Build ¶ added in v1.49.0
func (b0 Oneof_builder) Build() *Oneof
type OrderBy ¶ added in v1.9.0
type OrderBy int32
func (OrderBy) Descriptor ¶ added in v1.9.0
func (OrderBy) Descriptor() protoreflect.EnumDescriptor
func (OrderBy) Number ¶ added in v1.9.0
func (x OrderBy) Number() protoreflect.EnumNumber
func (OrderBy) Type ¶ added in v1.9.0
func (OrderBy) Type() protoreflect.EnumType
type Organization ¶
type Organization struct {
// contains filtered or unexported fields
}
func (*Organization) ClearCreateTime ¶ added in v1.49.0
func (x *Organization) ClearCreateTime()
func (*Organization) ClearUpdateTime ¶ added in v1.49.0
func (x *Organization) ClearUpdateTime()
func (*Organization) GetCreateTime ¶
func (x *Organization) GetCreateTime() *timestamppb.Timestamp
func (*Organization) GetDescription ¶ added in v1.9.0
func (x *Organization) GetDescription() string
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetUpdateTime ¶
func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
func (*Organization) GetUrl ¶ added in v1.9.0
func (x *Organization) GetUrl() string
func (*Organization) GetVerificationStatus ¶ added in v1.9.0
func (x *Organization) GetVerificationStatus() VerificationStatus
func (*Organization) HasCreateTime ¶ added in v1.49.0
func (x *Organization) HasCreateTime() bool
func (*Organization) HasUpdateTime ¶ added in v1.49.0
func (x *Organization) HasUpdateTime() bool
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) SetCreateTime ¶ added in v1.49.0
func (x *Organization) SetCreateTime(v *timestamppb.Timestamp)
func (*Organization) SetDescription ¶ added in v1.49.0
func (x *Organization) SetDescription(v string)
func (*Organization) SetId ¶ added in v1.49.0
func (x *Organization) SetId(v string)
func (*Organization) SetName ¶ added in v1.49.0
func (x *Organization) SetName(v string)
func (*Organization) SetUpdateTime ¶ added in v1.49.0
func (x *Organization) SetUpdateTime(v *timestamppb.Timestamp)
func (*Organization) SetUrl ¶ added in v1.49.0
func (x *Organization) SetUrl(v string)
func (*Organization) SetVerificationStatus ¶ added in v1.49.0
func (x *Organization) SetVerificationStatus(v VerificationStatus)
func (*Organization) String ¶
func (x *Organization) String() string
type OrganizationMembership ¶ added in v1.0.0
type OrganizationMembership struct {
// contains filtered or unexported fields
}
OrganizationMembership is a nested structure that contains the organization and user membership information on that organization.
func (*OrganizationMembership) ClearOrganization ¶ added in v1.49.0
func (x *OrganizationMembership) ClearOrganization()
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) HasOrganization ¶ added in v1.49.0
func (x *OrganizationMembership) HasOrganization() bool
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) SetOrganization ¶ added in v1.49.0
func (x *OrganizationMembership) SetOrganization(v *Organization)
func (*OrganizationMembership) SetOrganizationRole ¶ added in v1.49.0
func (x *OrganizationMembership) SetOrganizationRole(v OrganizationRole)
func (*OrganizationMembership) String ¶ added in v1.0.0
func (x *OrganizationMembership) String() string
type OrganizationMembership_builder ¶ added in v1.49.0
type OrganizationMembership_builder struct { Organization *Organization OrganizationRole OrganizationRole // contains filtered or unexported fields }
func (OrganizationMembership_builder) Build ¶ added in v1.49.0
func (b0 OrganizationMembership_builder) Build() *OrganizationMembership
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 OrganizationRole_ORGANIZATION_ROLE_MACHINE OrganizationRole = 4 )
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) 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 OrganizationRoleSource ¶ added in v1.12.0
type OrganizationRoleSource int32
The source of a user's role in an Organization.
const ( OrganizationRoleSource_ORGANIZATION_ROLE_SOURCE_UNSPECIFIED OrganizationRoleSource = 0 OrganizationRoleSource_ORGANIZATION_ROLE_SOURCE_DIRECT OrganizationRoleSource = 1 OrganizationRoleSource_ORGANIZATION_ROLE_SOURCE_JIT OrganizationRoleSource = 2 OrganizationRoleSource_ORGANIZATION_ROLE_SOURCE_IDP_GROUP OrganizationRoleSource = 3 )
func (OrganizationRoleSource) Descriptor ¶ added in v1.12.0
func (OrganizationRoleSource) Descriptor() protoreflect.EnumDescriptor
func (OrganizationRoleSource) Enum ¶ added in v1.12.0
func (x OrganizationRoleSource) Enum() *OrganizationRoleSource
func (OrganizationRoleSource) Number ¶ added in v1.12.0
func (x OrganizationRoleSource) Number() protoreflect.EnumNumber
func (OrganizationRoleSource) String ¶ added in v1.12.0
func (x OrganizationRoleSource) String() string
func (OrganizationRoleSource) Type ¶ added in v1.12.0
func (OrganizationRoleSource) Type() protoreflect.EnumType
type OrganizationSearchResult ¶
type OrganizationSearchResult struct {
// contains filtered or unexported fields
}
func (*OrganizationSearchResult) ClearCreateTime ¶ added in v1.49.0
func (x *OrganizationSearchResult) ClearCreateTime()
func (*OrganizationSearchResult) GetCreateTime ¶ added in v1.44.0
func (x *OrganizationSearchResult) GetCreateTime() *timestamppb.Timestamp
func (*OrganizationSearchResult) GetId ¶
func (x *OrganizationSearchResult) GetId() string
func (*OrganizationSearchResult) GetName ¶
func (x *OrganizationSearchResult) GetName() string
func (*OrganizationSearchResult) HasCreateTime ¶ added in v1.49.0
func (x *OrganizationSearchResult) HasCreateTime() bool
func (*OrganizationSearchResult) ProtoMessage ¶
func (*OrganizationSearchResult) ProtoMessage()
func (*OrganizationSearchResult) ProtoReflect ¶
func (x *OrganizationSearchResult) ProtoReflect() protoreflect.Message
func (*OrganizationSearchResult) Reset ¶
func (x *OrganizationSearchResult) Reset()
func (*OrganizationSearchResult) SetCreateTime ¶ added in v1.49.0
func (x *OrganizationSearchResult) SetCreateTime(v *timestamppb.Timestamp)
func (*OrganizationSearchResult) SetId ¶ added in v1.49.0
func (x *OrganizationSearchResult) SetId(v string)
func (*OrganizationSearchResult) SetName ¶ added in v1.49.0
func (x *OrganizationSearchResult) SetName(v string)
func (*OrganizationSearchResult) String ¶
func (x *OrganizationSearchResult) String() string
type OrganizationSearchResult_builder ¶ added in v1.49.0
type OrganizationSearchResult_builder struct { Id string Name string CreateTime *timestamppb.Timestamp // contains filtered or unexported fields }
func (OrganizationSearchResult_builder) Build ¶ added in v1.49.0
func (b0 OrganizationSearchResult_builder) Build() *OrganizationSearchResult
type OrganizationUser ¶ added in v1.0.0
type OrganizationUser struct {
// contains filtered or unexported fields
}
TODO: #663 move this to organization service
func (*OrganizationUser) ClearUser ¶ added in v1.49.0
func (x *OrganizationUser) ClearUser()
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) GetOrganizationRoleSource ¶ added in v1.12.0
func (x *OrganizationUser) GetOrganizationRoleSource() OrganizationRoleSource
func (*OrganizationUser) GetUser ¶ added in v1.0.0
func (x *OrganizationUser) GetUser() *User
func (*OrganizationUser) HasUser ¶ added in v1.49.0
func (x *OrganizationUser) HasUser() bool
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) SetOrganizationId ¶ added in v1.49.0
func (x *OrganizationUser) SetOrganizationId(v string)
func (*OrganizationUser) SetOrganizationRole ¶ added in v1.49.0
func (x *OrganizationUser) SetOrganizationRole(v OrganizationRole)
func (*OrganizationUser) SetOrganizationRoleSource ¶ added in v1.49.0
func (x *OrganizationUser) SetOrganizationRoleSource(v OrganizationRoleSource)
func (*OrganizationUser) SetUser ¶ added in v1.49.0
func (x *OrganizationUser) SetUser(v *User)
func (*OrganizationUser) String ¶ added in v1.0.0
func (x *OrganizationUser) String() string
type OrganizationUser_builder ¶ added in v1.49.0
type OrganizationUser_builder struct { User *User // The ID of the organization for which the role belongs to. OrganizationId string // The role that the user has in the organization above. OrganizationRole OrganizationRole // The source of the user's role in the organization above. OrganizationRoleSource OrganizationRoleSource // contains filtered or unexported fields }
func (OrganizationUser_builder) Build ¶ added in v1.49.0
func (b0 OrganizationUser_builder) Build() *OrganizationUser
type Organization_builder ¶ added in v1.49.0
type Organization_builder struct { // primary key, unique, immutable Id string // immutable CreateTime *timestamppb.Timestamp // mutable UpdateTime *timestamppb.Timestamp // unique, mutable Name string // description is the user configurable description of the organization. Description string // url is the user configurable URL in the description of the organization, // always included the scheme and will not have a #fragment suffix. Url string // verification status of the organization, configurable by server admin. VerificationStatus VerificationStatus // contains filtered or unexported fields }
func (Organization_builder) Build ¶ added in v1.49.0
func (b0 Organization_builder) Build() *Organization
type Owner ¶
type Owner struct {
// contains filtered or unexported fields
}
func (*Owner) ClearOrganization ¶ added in v1.49.0
func (x *Owner) ClearOrganization()
func (*Owner) ClearOwner ¶ added in v1.49.0
func (x *Owner) ClearOwner()
func (*Owner) GetOrganization ¶
func (x *Owner) GetOrganization() *Organization
func (*Owner) HasOrganization ¶ added in v1.49.0
func (*Owner) ProtoMessage ¶
func (*Owner) ProtoMessage()
func (*Owner) ProtoReflect ¶
func (x *Owner) ProtoReflect() protoreflect.Message
func (*Owner) SetOrganization ¶ added in v1.49.0
func (x *Owner) SetOrganization(v *Organization)
func (*Owner) WhichOwner ¶ added in v1.49.0
func (x *Owner) WhichOwner() case_Owner_Owner
type Owner_builder ¶ added in v1.49.0
type Owner_builder struct { // Fields of oneof xxx_hidden_Owner: // The requested owner is a `User`. User *User // The requested owner is a `Organization`. Organization *Organization // contains filtered or unexported fields }
func (Owner_builder) Build ¶ added in v1.49.0
func (b0 Owner_builder) Build() *Owner
type PackageDocumentation ¶
type PackageDocumentation struct {
// contains filtered or unexported fields
}
PackageDocumentation provides the name, description, and top level types defined in the package.
func (*PackageDocumentation) GetComments ¶ added in v1.30.0
func (x *PackageDocumentation) GetComments() string
func (*PackageDocumentation) GetEnums ¶
func (x *PackageDocumentation) GetEnums() []*Enum
func (*PackageDocumentation) GetFileExtensions ¶
func (x *PackageDocumentation) GetFileExtensions() []*FileExtension
func (*PackageDocumentation) GetMessages ¶
func (x *PackageDocumentation) GetMessages() []*Message
func (*PackageDocumentation) GetName ¶
func (x *PackageDocumentation) GetName() string
func (*PackageDocumentation) GetServices ¶
func (x *PackageDocumentation) GetServices() []*Service
func (*PackageDocumentation) ProtoMessage ¶
func (*PackageDocumentation) ProtoMessage()
func (*PackageDocumentation) ProtoReflect ¶
func (x *PackageDocumentation) ProtoReflect() protoreflect.Message
func (*PackageDocumentation) Reset ¶
func (x *PackageDocumentation) Reset()
func (*PackageDocumentation) SetComments ¶ added in v1.49.0
func (x *PackageDocumentation) SetComments(v string)
func (*PackageDocumentation) SetEnums ¶ added in v1.49.0
func (x *PackageDocumentation) SetEnums(v []*Enum)
func (*PackageDocumentation) SetFileExtensions ¶ added in v1.49.0
func (x *PackageDocumentation) SetFileExtensions(v []*FileExtension)
func (*PackageDocumentation) SetMessages ¶ added in v1.49.0
func (x *PackageDocumentation) SetMessages(v []*Message)
func (*PackageDocumentation) SetName ¶ added in v1.49.0
func (x *PackageDocumentation) SetName(v string)
func (*PackageDocumentation) SetServices ¶ added in v1.49.0
func (x *PackageDocumentation) SetServices(v []*Service)
func (*PackageDocumentation) String ¶
func (x *PackageDocumentation) String() string
type PackageDocumentation_builder ¶ added in v1.49.0
type PackageDocumentation_builder struct { Name string // comments contains the package-level comment documentation. // There is currently no convention for this. // // This is derived from the leading comments at the top level of the package. // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string // services contains all the services defined in the package in alphabetical order. Services []*Service // enums contains all the enums defined in the package in alphabetical order. Enums []*Enum // messages contains all the messages defined in the package in alphabetical order. Messages []*Message // extensions contains all the file level extensions in the package in alphabetical order. FileExtensions []*FileExtension // contains filtered or unexported fields }
func (PackageDocumentation_builder) Build ¶ added in v1.49.0
func (b0 PackageDocumentation_builder) Build() *PackageDocumentation
type PluginCollection ¶ added in v1.44.0
type PluginCollection struct {
// contains filtered or unexported fields
}
Plugin collections group related plugins, organizing them by functionality or ecosystem.
func (*PluginCollection) GetName ¶ added in v1.44.0
func (x *PluginCollection) GetName() string
func (*PluginCollection) ProtoMessage ¶ added in v1.44.0
func (*PluginCollection) ProtoMessage()
func (*PluginCollection) ProtoReflect ¶ added in v1.44.0
func (x *PluginCollection) ProtoReflect() protoreflect.Message
func (*PluginCollection) Reset ¶ added in v1.44.0
func (x *PluginCollection) Reset()
func (*PluginCollection) SetName ¶ added in v1.49.0
func (x *PluginCollection) SetName(v string)
func (*PluginCollection) String ¶ added in v1.44.0
func (x *PluginCollection) String() string
type PluginCollection_builder ¶ added in v1.49.0
type PluginCollection_builder struct { // The name of the collection. Name string // contains filtered or unexported fields }
func (PluginCollection_builder) Build ¶ added in v1.49.0
func (b0 PluginCollection_builder) Build() *PluginCollection
type PluginGenerationRequest ¶ added in v1.7.0
type PluginGenerationRequest struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
Request for performing code generation using the specified plugin.
func (*PluginGenerationRequest) ClearIncludeImports ¶ added in v1.49.0
func (x *PluginGenerationRequest) ClearIncludeImports()
func (*PluginGenerationRequest) ClearIncludeWellKnownTypes ¶ added in v1.49.0
func (x *PluginGenerationRequest) ClearIncludeWellKnownTypes()
func (*PluginGenerationRequest) ClearPluginReference ¶ added in v1.49.0
func (x *PluginGenerationRequest) ClearPluginReference()
func (*PluginGenerationRequest) GetIncludeImports ¶ added in v1.22.0
func (x *PluginGenerationRequest) GetIncludeImports() bool
func (*PluginGenerationRequest) GetIncludeWellKnownTypes ¶ added in v1.22.0
func (x *PluginGenerationRequest) GetIncludeWellKnownTypes() bool
func (*PluginGenerationRequest) GetOptions ¶ added in v1.7.0
func (x *PluginGenerationRequest) GetOptions() []string
func (*PluginGenerationRequest) GetPluginReference ¶ added in v1.7.0
func (x *PluginGenerationRequest) GetPluginReference() *CuratedPluginReference
func (*PluginGenerationRequest) HasIncludeImports ¶ added in v1.49.0
func (x *PluginGenerationRequest) HasIncludeImports() bool
func (*PluginGenerationRequest) HasIncludeWellKnownTypes ¶ added in v1.49.0
func (x *PluginGenerationRequest) HasIncludeWellKnownTypes() bool
func (*PluginGenerationRequest) HasPluginReference ¶ added in v1.49.0
func (x *PluginGenerationRequest) HasPluginReference() bool
func (*PluginGenerationRequest) ProtoMessage ¶ added in v1.7.0
func (*PluginGenerationRequest) ProtoMessage()
func (*PluginGenerationRequest) ProtoReflect ¶ added in v1.7.0
func (x *PluginGenerationRequest) ProtoReflect() protoreflect.Message
func (*PluginGenerationRequest) Reset ¶ added in v1.7.0
func (x *PluginGenerationRequest) Reset()
func (*PluginGenerationRequest) SetIncludeImports ¶ added in v1.49.0
func (x *PluginGenerationRequest) SetIncludeImports(v bool)
func (*PluginGenerationRequest) SetIncludeWellKnownTypes ¶ added in v1.49.0
func (x *PluginGenerationRequest) SetIncludeWellKnownTypes(v bool)
func (*PluginGenerationRequest) SetOptions ¶ added in v1.49.0
func (x *PluginGenerationRequest) SetOptions(v []string)
func (*PluginGenerationRequest) SetPluginReference ¶ added in v1.49.0
func (x *PluginGenerationRequest) SetPluginReference(v *CuratedPluginReference)
func (*PluginGenerationRequest) String ¶ added in v1.7.0
func (x *PluginGenerationRequest) String() string
type PluginGenerationRequest_builder ¶ added in v1.49.0
type PluginGenerationRequest_builder struct { // The plugin to execute. PluginReference *CuratedPluginReference // The options to pass to the plugin. These will // be merged into a single, comma-separated string. Options []string // Include imports from the Image in generation. IncludeImports *bool // Include Well-Known Types from the Image in generation. // // include_imports must be set if include_well_known_types is set. IncludeWellKnownTypes *bool // contains filtered or unexported fields }
func (PluginGenerationRequest_builder) Build ¶ added in v1.49.0
func (b0 PluginGenerationRequest_builder) Build() *PluginGenerationRequest
type PluginGenerationResponse ¶ added in v1.7.0
type PluginGenerationResponse struct {
// contains filtered or unexported fields
}
Response from code generation for a given plugin.
func (*PluginGenerationResponse) ClearResponse ¶ added in v1.49.0
func (x *PluginGenerationResponse) ClearResponse()
func (*PluginGenerationResponse) GetResponse ¶ added in v1.7.0
func (x *PluginGenerationResponse) GetResponse() *pluginpb.CodeGeneratorResponse
func (*PluginGenerationResponse) HasResponse ¶ added in v1.49.0
func (x *PluginGenerationResponse) HasResponse() bool
func (*PluginGenerationResponse) ProtoMessage ¶ added in v1.7.0
func (*PluginGenerationResponse) ProtoMessage()
func (*PluginGenerationResponse) ProtoReflect ¶ added in v1.7.0
func (x *PluginGenerationResponse) ProtoReflect() protoreflect.Message
func (*PluginGenerationResponse) Reset ¶ added in v1.7.0
func (x *PluginGenerationResponse) Reset()
func (*PluginGenerationResponse) SetResponse ¶ added in v1.49.0
func (x *PluginGenerationResponse) SetResponse(v *pluginpb.CodeGeneratorResponse)
func (*PluginGenerationResponse) String ¶ added in v1.7.0
func (x *PluginGenerationResponse) String() string
type PluginGenerationResponse_builder ¶ added in v1.49.0
type PluginGenerationResponse_builder struct { // Generated code from the plugin. Response *pluginpb.CodeGeneratorResponse // contains filtered or unexported fields }
func (PluginGenerationResponse_builder) Build ¶ added in v1.49.0
func (b0 PluginGenerationResponse_builder) Build() *PluginGenerationResponse
type PluginLanguage ¶ added in v1.7.0
type PluginLanguage int32
PluginLanguage is used to specify the output languages a plugin supports.
const ( PluginLanguage_PLUGIN_LANGUAGE_UNSPECIFIED PluginLanguage = 0 PluginLanguage_PLUGIN_LANGUAGE_GO PluginLanguage = 1 PluginLanguage_PLUGIN_LANGUAGE_JAVASCRIPT PluginLanguage = 2 PluginLanguage_PLUGIN_LANGUAGE_TYPESCRIPT PluginLanguage = 3 PluginLanguage_PLUGIN_LANGUAGE_SWIFT PluginLanguage = 4 PluginLanguage_PLUGIN_LANGUAGE_CPP PluginLanguage = 5 PluginLanguage_PLUGIN_LANGUAGE_JAVA PluginLanguage = 6 PluginLanguage_PLUGIN_LANGUAGE_DART PluginLanguage = 7 PluginLanguage_PLUGIN_LANGUAGE_RUST PluginLanguage = 8 PluginLanguage_PLUGIN_LANGUAGE_PYTHON PluginLanguage = 9 PluginLanguage_PLUGIN_LANGUAGE_RUBY PluginLanguage = 10 PluginLanguage_PLUGIN_LANGUAGE_KOTLIN PluginLanguage = 11 PluginLanguage_PLUGIN_LANGUAGE_OBJECTIVE_C PluginLanguage = 12 PluginLanguage_PLUGIN_LANGUAGE_PHP PluginLanguage = 13 PluginLanguage_PLUGIN_LANGUAGE_CSHARP PluginLanguage = 14 PluginLanguage_PLUGIN_LANGUAGE_SCALA PluginLanguage = 15 PluginLanguage_PLUGIN_LANGUAGE_C PluginLanguage = 16 )
func (PluginLanguage) Descriptor ¶ added in v1.7.0
func (PluginLanguage) Descriptor() protoreflect.EnumDescriptor
func (PluginLanguage) Enum ¶ added in v1.7.0
func (x PluginLanguage) Enum() *PluginLanguage
func (PluginLanguage) Number ¶ added in v1.7.0
func (x PluginLanguage) Number() protoreflect.EnumNumber
func (PluginLanguage) String ¶ added in v1.7.0
func (x PluginLanguage) String() string
func (PluginLanguage) Type ¶ added in v1.7.0
func (PluginLanguage) Type() protoreflect.EnumType
type PluginRegistryType ¶ added in v1.8.0
type PluginRegistryType int32
The supported plugin registries for curated plugins.
const ( PluginRegistryType_PLUGIN_REGISTRY_TYPE_UNSPECIFIED PluginRegistryType = 0 PluginRegistryType_PLUGIN_REGISTRY_TYPE_GO PluginRegistryType = 1 PluginRegistryType_PLUGIN_REGISTRY_TYPE_NPM PluginRegistryType = 2 PluginRegistryType_PLUGIN_REGISTRY_TYPE_MAVEN PluginRegistryType = 3 PluginRegistryType_PLUGIN_REGISTRY_TYPE_SWIFT PluginRegistryType = 4 PluginRegistryType_PLUGIN_REGISTRY_TYPE_PYTHON PluginRegistryType = 5 PluginRegistryType_PLUGIN_REGISTRY_TYPE_CARGO PluginRegistryType = 7 PluginRegistryType_PLUGIN_REGISTRY_TYPE_NUGET PluginRegistryType = 8 PluginRegistryType_PLUGIN_REGISTRY_TYPE_CMAKE PluginRegistryType = 9 )
func (PluginRegistryType) Descriptor ¶ added in v1.8.0
func (PluginRegistryType) Descriptor() protoreflect.EnumDescriptor
func (PluginRegistryType) Enum ¶ added in v1.8.0
func (x PluginRegistryType) Enum() *PluginRegistryType
func (PluginRegistryType) Number ¶ added in v1.8.0
func (x PluginRegistryType) Number() protoreflect.EnumNumber
func (PluginRegistryType) String ¶ added in v1.8.0
func (x PluginRegistryType) String() string
func (PluginRegistryType) Type ¶ added in v1.8.0
func (PluginRegistryType) Type() protoreflect.EnumType
type PushManifestAndBlobsRequest ¶ added in v1.13.0
type PushManifestAndBlobsRequest struct {
// contains filtered or unexported fields
}
PushManifestAndBlobsRequest holds the module to push in the manifest+blobs encoding format.
func (*PushManifestAndBlobsRequest) ClearManifest ¶ added in v1.49.0
func (x *PushManifestAndBlobsRequest) ClearManifest()
func (*PushManifestAndBlobsRequest) GetBlobs ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) GetBlobs() []*v1alpha1.Blob
func (*PushManifestAndBlobsRequest) GetDraftName ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) GetDraftName() string
func (*PushManifestAndBlobsRequest) GetManifest ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) GetManifest() *v1alpha1.Blob
func (*PushManifestAndBlobsRequest) GetOwner ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) GetOwner() string
func (*PushManifestAndBlobsRequest) GetRepository ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) GetRepository() string
func (*PushManifestAndBlobsRequest) GetTags ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) GetTags() []string
func (*PushManifestAndBlobsRequest) HasManifest ¶ added in v1.49.0
func (x *PushManifestAndBlobsRequest) HasManifest() bool
func (*PushManifestAndBlobsRequest) ProtoMessage ¶ added in v1.13.0
func (*PushManifestAndBlobsRequest) ProtoMessage()
func (*PushManifestAndBlobsRequest) ProtoReflect ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) ProtoReflect() protoreflect.Message
func (*PushManifestAndBlobsRequest) Reset ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) Reset()
func (*PushManifestAndBlobsRequest) SetBlobs ¶ added in v1.49.0
func (x *PushManifestAndBlobsRequest) SetBlobs(v []*v1alpha1.Blob)
func (*PushManifestAndBlobsRequest) SetDraftName ¶ added in v1.49.0
func (x *PushManifestAndBlobsRequest) SetDraftName(v string)
func (*PushManifestAndBlobsRequest) SetManifest ¶ added in v1.49.0
func (x *PushManifestAndBlobsRequest) SetManifest(v *v1alpha1.Blob)
func (*PushManifestAndBlobsRequest) SetOwner ¶ added in v1.49.0
func (x *PushManifestAndBlobsRequest) SetOwner(v string)
func (*PushManifestAndBlobsRequest) SetRepository ¶ added in v1.49.0
func (x *PushManifestAndBlobsRequest) SetRepository(v string)
func (*PushManifestAndBlobsRequest) SetTags ¶ added in v1.49.0
func (x *PushManifestAndBlobsRequest) SetTags(v []string)
func (*PushManifestAndBlobsRequest) String ¶ added in v1.13.0
func (x *PushManifestAndBlobsRequest) String() string
type PushManifestAndBlobsRequest_builder ¶ added in v1.49.0
type PushManifestAndBlobsRequest_builder struct { Owner string Repository string // Manifest with all the module files being pushed. // The content of the manifest blob is a text encoding of an ordered list of unique paths, each path encoded as: // // <digest_type>:<digest>[SP][SP]<path>[LF] // // The only current supported digest type is 'shake256'. The shake256 digest consists of 64 bytes of lowercase hex // encoded output of SHAKE256. See buf.alpha.module.v1alpha1.Digest for more details. Manifest *v1alpha1.Blob // Referenced blobs in the manifest. Keep in mind there is not necessarily one // blob per file, but one blob per digest, so for files with exactly the same // content, you can send just one blob. Blobs []*v1alpha1.Blob // Optional; if provided, the provided tags // are created for the pushed commit. Tags []string // If non-empty, the push creates a draft commit with this name. DraftName string // contains filtered or unexported fields }
func (PushManifestAndBlobsRequest_builder) Build ¶ added in v1.49.0
func (b0 PushManifestAndBlobsRequest_builder) Build() *PushManifestAndBlobsRequest
type PushManifestAndBlobsResponse ¶ added in v1.13.0
type PushManifestAndBlobsResponse struct {
// contains filtered or unexported fields
}
PushManifestAndBlobsResponse is the pushed module pin, local to the used remote.
func (*PushManifestAndBlobsResponse) ClearLocalModulePin ¶ added in v1.49.0
func (x *PushManifestAndBlobsResponse) ClearLocalModulePin()
func (*PushManifestAndBlobsResponse) GetLocalModulePin ¶ added in v1.13.0
func (x *PushManifestAndBlobsResponse) GetLocalModulePin() *LocalModulePin
func (*PushManifestAndBlobsResponse) HasLocalModulePin ¶ added in v1.49.0
func (x *PushManifestAndBlobsResponse) HasLocalModulePin() bool
func (*PushManifestAndBlobsResponse) ProtoMessage ¶ added in v1.13.0
func (*PushManifestAndBlobsResponse) ProtoMessage()
func (*PushManifestAndBlobsResponse) ProtoReflect ¶ added in v1.13.0
func (x *PushManifestAndBlobsResponse) ProtoReflect() protoreflect.Message
func (*PushManifestAndBlobsResponse) Reset ¶ added in v1.13.0
func (x *PushManifestAndBlobsResponse) Reset()
func (*PushManifestAndBlobsResponse) SetLocalModulePin ¶ added in v1.49.0
func (x *PushManifestAndBlobsResponse) SetLocalModulePin(v *LocalModulePin)
func (*PushManifestAndBlobsResponse) String ¶ added in v1.13.0
func (x *PushManifestAndBlobsResponse) String() string
type PushManifestAndBlobsResponse_builder ¶ added in v1.49.0
type PushManifestAndBlobsResponse_builder struct { LocalModulePin *LocalModulePin // contains filtered or unexported fields }
func (PushManifestAndBlobsResponse_builder) Build ¶ added in v1.49.0
func (b0 PushManifestAndBlobsResponse_builder) Build() *PushManifestAndBlobsResponse
type PushRequest ¶
type PushRequest struct {
// contains filtered or unexported fields
}
PushRequest specifies the module to push to the BSR.
func (*PushRequest) ClearModule ¶ added in v1.49.0
func (x *PushRequest) ClearModule()
func (*PushRequest) GetBranch
deprecated
func (x *PushRequest) GetBranch() string
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto.
func (*PushRequest) GetDraftName ¶ added in v1.7.0
func (x *PushRequest) GetDraftName() string
func (*PushRequest) GetModule ¶
func (x *PushRequest) GetModule() *v1alpha1.Module
func (*PushRequest) GetOwner ¶
func (x *PushRequest) GetOwner() string
func (*PushRequest) GetRepository ¶
func (x *PushRequest) GetRepository() string
func (*PushRequest) GetTags ¶
func (x *PushRequest) GetTags() []string
func (*PushRequest) GetTracks
deprecated
added in
v1.0.0
func (x *PushRequest) GetTracks() []string
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto.
func (*PushRequest) HasModule ¶ added in v1.49.0
func (x *PushRequest) HasModule() bool
func (*PushRequest) ProtoMessage ¶
func (*PushRequest) ProtoMessage()
func (*PushRequest) ProtoReflect ¶
func (x *PushRequest) ProtoReflect() protoreflect.Message
func (*PushRequest) Reset ¶
func (x *PushRequest) Reset()
func (*PushRequest) SetBranch
deprecated
added in
v1.49.0
func (x *PushRequest) SetBranch(v string)
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto.
func (*PushRequest) SetDraftName ¶ added in v1.49.0
func (x *PushRequest) SetDraftName(v string)
func (*PushRequest) SetModule ¶ added in v1.49.0
func (x *PushRequest) SetModule(v *v1alpha1.Module)
func (*PushRequest) SetOwner ¶ added in v1.49.0
func (x *PushRequest) SetOwner(v string)
func (*PushRequest) SetRepository ¶ added in v1.49.0
func (x *PushRequest) SetRepository(v string)
func (*PushRequest) SetTags ¶ added in v1.49.0
func (x *PushRequest) SetTags(v []string)
func (*PushRequest) SetTracks
deprecated
added in
v1.49.0
func (x *PushRequest) SetTracks(v []string)
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto.
func (*PushRequest) String ¶
func (x *PushRequest) String() string
type PushRequest_builder ¶ added in v1.49.0
type PushRequest_builder struct { Owner string Repository string // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto. Branch string Module *v1alpha1.Module // Optional; if provided, the provided tags // are created for the pushed commit. Tags []string // Optional; if provided, the pushed commit // will be appended to these tracks. If the // tracks do not exist, they will be created. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/push.proto. Tracks []string // If non-empty, the push creates a draft commit with this name. DraftName string // contains filtered or unexported fields }
func (PushRequest_builder) Build ¶ added in v1.49.0
func (b0 PushRequest_builder) Build() *PushRequest
type PushResponse ¶
type PushResponse struct {
// contains filtered or unexported fields
}
PushResponse is the pushed module pin, local to the used remote.
func (*PushResponse) ClearLocalModulePin ¶ added in v1.49.0
func (x *PushResponse) ClearLocalModulePin()
func (*PushResponse) GetLocalModulePin ¶
func (x *PushResponse) GetLocalModulePin() *LocalModulePin
func (*PushResponse) HasLocalModulePin ¶ added in v1.49.0
func (x *PushResponse) HasLocalModulePin() bool
func (*PushResponse) ProtoMessage ¶
func (*PushResponse) ProtoMessage()
func (*PushResponse) ProtoReflect ¶
func (x *PushResponse) ProtoReflect() protoreflect.Message
func (*PushResponse) Reset ¶
func (x *PushResponse) Reset()
func (*PushResponse) SetLocalModulePin ¶ added in v1.49.0
func (x *PushResponse) SetLocalModulePin(v *LocalModulePin)
func (*PushResponse) String ¶
func (x *PushResponse) String() string
type PushResponse_builder ¶ added in v1.49.0
type PushResponse_builder struct { LocalModulePin *LocalModulePin // contains filtered or unexported fields }
func (PushResponse_builder) Build ¶ added in v1.49.0
func (b0 PushResponse_builder) Build() *PushResponse
type PythonConfig ¶ added in v1.28.0
type PythonConfig struct {
// contains filtered or unexported fields
}
func (*PythonConfig) GetPackageType ¶ added in v1.28.0
func (x *PythonConfig) GetPackageType() PythonPackageType
func (*PythonConfig) GetRequiresPython ¶ added in v1.28.0
func (x *PythonConfig) GetRequiresPython() string
func (*PythonConfig) GetRuntimeLibraries ¶ added in v1.28.0
func (x *PythonConfig) GetRuntimeLibraries() []*PythonConfig_RuntimeLibrary
func (*PythonConfig) ProtoMessage ¶ added in v1.28.0
func (*PythonConfig) ProtoMessage()
func (*PythonConfig) ProtoReflect ¶ added in v1.28.0
func (x *PythonConfig) ProtoReflect() protoreflect.Message
func (*PythonConfig) Reset ¶ added in v1.28.0
func (x *PythonConfig) Reset()
func (*PythonConfig) SetPackageType ¶ added in v1.49.0
func (x *PythonConfig) SetPackageType(v PythonPackageType)
func (*PythonConfig) SetRequiresPython ¶ added in v1.49.0
func (x *PythonConfig) SetRequiresPython(v string)
func (*PythonConfig) SetRuntimeLibraries ¶ added in v1.49.0
func (x *PythonConfig) SetRuntimeLibraries(v []*PythonConfig_RuntimeLibrary)
func (*PythonConfig) String ¶ added in v1.28.0
func (x *PythonConfig) String() string
type PythonConfig_RuntimeLibrary ¶ added in v1.28.0
type PythonConfig_RuntimeLibrary struct {
// contains filtered or unexported fields
}
func (*PythonConfig_RuntimeLibrary) GetDependencySpecification ¶ added in v1.28.0
func (x *PythonConfig_RuntimeLibrary) GetDependencySpecification() string
func (*PythonConfig_RuntimeLibrary) ProtoMessage ¶ added in v1.28.0
func (*PythonConfig_RuntimeLibrary) ProtoMessage()
func (*PythonConfig_RuntimeLibrary) ProtoReflect ¶ added in v1.28.0
func (x *PythonConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*PythonConfig_RuntimeLibrary) Reset ¶ added in v1.28.0
func (x *PythonConfig_RuntimeLibrary) Reset()
func (*PythonConfig_RuntimeLibrary) SetDependencySpecification ¶ added in v1.49.0
func (x *PythonConfig_RuntimeLibrary) SetDependencySpecification(v string)
func (*PythonConfig_RuntimeLibrary) String ¶ added in v1.28.0
func (x *PythonConfig_RuntimeLibrary) String() string
type PythonConfig_RuntimeLibrary_builder ¶ added in v1.49.0
type PythonConfig_RuntimeLibrary_builder struct { // dependency_specification is a PEP 508 Dependency Specification. // Ref: https://peps.python.org/pep-0508/ DependencySpecification string // contains filtered or unexported fields }
func (PythonConfig_RuntimeLibrary_builder) Build ¶ added in v1.49.0
func (b0 PythonConfig_RuntimeLibrary_builder) Build() *PythonConfig_RuntimeLibrary
type PythonConfig_builder ¶ added in v1.49.0
type PythonConfig_builder struct { RuntimeLibraries []*PythonConfig_RuntimeLibrary // requires_python is a PEP 440 Version Specifier that specifies the value of // the `Requires-Python` field in a metadata file. // // Ref: // - https://packaging.python.org/en/latest/specifications/core-metadata/#requires-python // - https://peps.python.org/pep-0440/ RequiresPython string // package_type is the PythonPackageType that this plugin generates. PackageType PythonPackageType // contains filtered or unexported fields }
func (PythonConfig_builder) Build ¶ added in v1.49.0
func (b0 PythonConfig_builder) Build() *PythonConfig
type PythonPackageType ¶ added in v1.28.0
type PythonPackageType int32
PythonPackageType is used to specify the package type for a Python Generated SDK.
const ( PythonPackageType_PYTHON_PACKAGE_TYPE_UNSPECIFIED PythonPackageType = 0 // Regular Python package, containing Python runtime code (`.py` files). PythonPackageType_PYTHON_PACKAGE_TYPE_RUNTIME PythonPackageType = 1 // Stub-only package, containing only `.pyi` files. // Ref: https://peps.python.org/pep-0561/#stub-only-packages PythonPackageType_PYTHON_PACKAGE_TYPE_STUB_ONLY PythonPackageType = 2 )
func (PythonPackageType) Descriptor ¶ added in v1.28.0
func (PythonPackageType) Descriptor() protoreflect.EnumDescriptor
func (PythonPackageType) Enum ¶ added in v1.28.0
func (x PythonPackageType) Enum() *PythonPackageType
func (PythonPackageType) Number ¶ added in v1.28.0
func (x PythonPackageType) Number() protoreflect.EnumNumber
func (PythonPackageType) String ¶ added in v1.28.0
func (x PythonPackageType) String() string
func (PythonPackageType) Type ¶ added in v1.28.0
func (PythonPackageType) Type() protoreflect.EnumType
type RecommendedRepositoriesRequest ¶
type RecommendedRepositoriesRequest struct {
// contains filtered or unexported fields
}
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 RecommendedRepositoriesRequest_builder ¶ added in v1.49.0
type RecommendedRepositoriesRequest_builder struct {
// contains filtered or unexported fields
}
func (RecommendedRepositoriesRequest_builder) Build ¶ added in v1.49.0
func (b0 RecommendedRepositoriesRequest_builder) Build() *RecommendedRepositoriesRequest
type RecommendedRepositoriesResponse ¶
type RecommendedRepositoriesResponse struct {
// contains filtered or unexported fields
}
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) SetRepositories ¶ added in v1.49.0
func (x *RecommendedRepositoriesResponse) SetRepositories(v []*RecommendedRepository)
func (*RecommendedRepositoriesResponse) String ¶
func (x *RecommendedRepositoriesResponse) String() string
type RecommendedRepositoriesResponse_builder ¶ added in v1.49.0
type RecommendedRepositoriesResponse_builder struct { Repositories []*RecommendedRepository // contains filtered or unexported fields }
func (RecommendedRepositoriesResponse_builder) Build ¶ added in v1.49.0
func (b0 RecommendedRepositoriesResponse_builder) Build() *RecommendedRepositoriesResponse
type RecommendedRepository ¶
type RecommendedRepository struct {
// contains filtered or unexported fields
}
RecommendedRepository is the information about a repository needed to link to its owner page.
func (*RecommendedRepository) ClearCreateTime ¶ added in v1.49.0
func (x *RecommendedRepository) ClearCreateTime()
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) HasCreateTime ¶ added in v1.49.0
func (x *RecommendedRepository) HasCreateTime() bool
func (*RecommendedRepository) ProtoMessage ¶
func (*RecommendedRepository) ProtoMessage()
func (*RecommendedRepository) ProtoReflect ¶
func (x *RecommendedRepository) ProtoReflect() protoreflect.Message
func (*RecommendedRepository) Reset ¶
func (x *RecommendedRepository) Reset()
func (*RecommendedRepository) SetCreateTime ¶ added in v1.49.0
func (x *RecommendedRepository) SetCreateTime(v *timestamppb.Timestamp)
func (*RecommendedRepository) SetDescription ¶ added in v1.49.0
func (x *RecommendedRepository) SetDescription(v string)
func (*RecommendedRepository) SetName ¶ added in v1.49.0
func (x *RecommendedRepository) SetName(v string)
func (*RecommendedRepository) SetOwner ¶ added in v1.49.0
func (x *RecommendedRepository) SetOwner(v string)
func (*RecommendedRepository) SetRepositoryId ¶ added in v1.49.0
func (x *RecommendedRepository) SetRepositoryId(v string)
func (*RecommendedRepository) String ¶
func (x *RecommendedRepository) String() string
type RecommendedRepository_builder ¶ added in v1.49.0
type RecommendedRepository_builder struct { Owner string Name string CreateTime *timestamppb.Timestamp Description string RepositoryId string // contains filtered or unexported fields }
func (RecommendedRepository_builder) Build ¶ added in v1.49.0
func (b0 RecommendedRepository_builder) Build() *RecommendedRepository
type Reference ¶
type Reference struct {
// contains filtered or unexported fields
}
func (*Reference) ClearBranch ¶ added in v1.49.0
func (x *Reference) ClearBranch()
func (*Reference) ClearCommit ¶ added in v1.49.0
func (x *Reference) ClearCommit()
func (*Reference) ClearDraft ¶ added in v1.49.0
func (x *Reference) ClearDraft()
func (*Reference) ClearReference ¶ added in v1.49.0
func (x *Reference) ClearReference()
func (*Reference) ClearVcsCommit ¶ added in v1.49.0
func (x *Reference) ClearVcsCommit()
func (*Reference) GetBranch ¶
func (x *Reference) GetBranch() *RepositoryBranch
func (*Reference) GetCommit ¶
func (x *Reference) GetCommit() *RepositoryCommit
func (*Reference) GetDraft ¶ added in v1.7.0
func (x *Reference) GetDraft() *RepositoryDraft
func (*Reference) GetMain ¶ added in v1.7.0
func (x *Reference) GetMain() *RepositoryMainReference
func (*Reference) GetTag ¶
func (x *Reference) GetTag() *RepositoryTag
func (*Reference) GetVcsCommit ¶ added in v1.28.0
func (x *Reference) GetVcsCommit() *RepositoryVCSCommit
func (*Reference) HasReference ¶ added in v1.49.0
func (*Reference) HasVcsCommit ¶ added in v1.49.0
func (*Reference) ProtoMessage ¶
func (*Reference) ProtoMessage()
func (*Reference) ProtoReflect ¶
func (x *Reference) ProtoReflect() protoreflect.Message
func (*Reference) SetBranch ¶ added in v1.49.0
func (x *Reference) SetBranch(v *RepositoryBranch)
func (*Reference) SetCommit ¶ added in v1.49.0
func (x *Reference) SetCommit(v *RepositoryCommit)
func (*Reference) SetDraft ¶ added in v1.49.0
func (x *Reference) SetDraft(v *RepositoryDraft)
func (*Reference) SetMain ¶ added in v1.49.0
func (x *Reference) SetMain(v *RepositoryMainReference)
func (*Reference) SetTag ¶ added in v1.49.0
func (x *Reference) SetTag(v *RepositoryTag)
func (*Reference) SetVcsCommit ¶ added in v1.49.0
func (x *Reference) SetVcsCommit(v *RepositoryVCSCommit)
func (*Reference) WhichReference ¶ added in v1.49.0
func (x *Reference) WhichReference() case_Reference_Reference
type Reference_builder ¶ added in v1.49.0
type Reference_builder struct { // Fields of oneof xxx_hidden_Reference: // The requested reference is a branch. Branch *RepositoryBranch // The requested reference is a tag. Tag *RepositoryTag // The requested reference is a commit. Commit *RepositoryCommit // The requested reference is the default reference. Main *RepositoryMainReference // The requested reference is a draft commit. Draft *RepositoryDraft // The requested reference is a VCS commit. VcsCommit *RepositoryVCSCommit // contains filtered or unexported fields }
func (Reference_builder) Build ¶ added in v1.49.0
func (b0 Reference_builder) Build() *Reference
type RegistryConfig ¶ added in v1.8.0
type RegistryConfig struct {
// contains filtered or unexported fields
}
RegistryConfig is the configuration for the remote registry of a plugin.
func (*RegistryConfig) ClearCargoConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearCargoConfig()
func (*RegistryConfig) ClearCmakeConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearCmakeConfig()
func (*RegistryConfig) ClearGoConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearGoConfig()
func (*RegistryConfig) ClearMavenConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearMavenConfig()
func (*RegistryConfig) ClearNpmConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearNpmConfig()
func (*RegistryConfig) ClearNugetConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearNugetConfig()
func (*RegistryConfig) ClearPythonConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearPythonConfig()
func (*RegistryConfig) ClearRegistryConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearRegistryConfig()
func (*RegistryConfig) ClearSwiftConfig ¶ added in v1.49.0
func (x *RegistryConfig) ClearSwiftConfig()
func (*RegistryConfig) GetCargoConfig ¶ added in v1.32.0
func (x *RegistryConfig) GetCargoConfig() *CargoConfig
func (*RegistryConfig) GetCmakeConfig ¶ added in v1.35.0
func (x *RegistryConfig) GetCmakeConfig() *CmakeConfig
func (*RegistryConfig) GetGoConfig ¶ added in v1.8.0
func (x *RegistryConfig) GetGoConfig() *GoConfig
func (*RegistryConfig) GetMavenConfig ¶ added in v1.14.0
func (x *RegistryConfig) GetMavenConfig() *MavenConfig
func (*RegistryConfig) GetNpmConfig ¶ added in v1.8.0
func (x *RegistryConfig) GetNpmConfig() *NPMConfig
func (*RegistryConfig) GetNugetConfig ¶ added in v1.35.0
func (x *RegistryConfig) GetNugetConfig() *NugetConfig
func (*RegistryConfig) GetOptions ¶ added in v1.8.0
func (x *RegistryConfig) GetOptions() []string
func (*RegistryConfig) GetPythonConfig ¶ added in v1.28.0
func (x *RegistryConfig) GetPythonConfig() *PythonConfig
func (*RegistryConfig) GetSwiftConfig ¶ added in v1.18.0
func (x *RegistryConfig) GetSwiftConfig() *SwiftConfig
func (*RegistryConfig) HasCargoConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasCargoConfig() bool
func (*RegistryConfig) HasCmakeConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasCmakeConfig() bool
func (*RegistryConfig) HasGoConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasGoConfig() bool
func (*RegistryConfig) HasMavenConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasMavenConfig() bool
func (*RegistryConfig) HasNpmConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasNpmConfig() bool
func (*RegistryConfig) HasNugetConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasNugetConfig() bool
func (*RegistryConfig) HasPythonConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasPythonConfig() bool
func (*RegistryConfig) HasRegistryConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasRegistryConfig() bool
func (*RegistryConfig) HasSwiftConfig ¶ added in v1.49.0
func (x *RegistryConfig) HasSwiftConfig() bool
func (*RegistryConfig) ProtoMessage ¶ added in v1.8.0
func (*RegistryConfig) ProtoMessage()
func (*RegistryConfig) ProtoReflect ¶ added in v1.8.0
func (x *RegistryConfig) ProtoReflect() protoreflect.Message
func (*RegistryConfig) Reset ¶ added in v1.8.0
func (x *RegistryConfig) Reset()
func (*RegistryConfig) SetCargoConfig ¶ added in v1.49.0
func (x *RegistryConfig) SetCargoConfig(v *CargoConfig)
func (*RegistryConfig) SetCmakeConfig ¶ added in v1.49.0
func (x *RegistryConfig) SetCmakeConfig(v *CmakeConfig)
func (*RegistryConfig) SetGoConfig ¶ added in v1.49.0
func (x *RegistryConfig) SetGoConfig(v *GoConfig)
func (*RegistryConfig) SetMavenConfig ¶ added in v1.49.0
func (x *RegistryConfig) SetMavenConfig(v *MavenConfig)
func (*RegistryConfig) SetNpmConfig ¶ added in v1.49.0
func (x *RegistryConfig) SetNpmConfig(v *NPMConfig)
func (*RegistryConfig) SetNugetConfig ¶ added in v1.49.0
func (x *RegistryConfig) SetNugetConfig(v *NugetConfig)
func (*RegistryConfig) SetOptions ¶ added in v1.49.0
func (x *RegistryConfig) SetOptions(v []string)
func (*RegistryConfig) SetPythonConfig ¶ added in v1.49.0
func (x *RegistryConfig) SetPythonConfig(v *PythonConfig)
func (*RegistryConfig) SetSwiftConfig ¶ added in v1.49.0
func (x *RegistryConfig) SetSwiftConfig(v *SwiftConfig)
func (*RegistryConfig) String ¶ added in v1.8.0
func (x *RegistryConfig) String() string
func (*RegistryConfig) WhichRegistryConfig ¶ added in v1.49.0
func (x *RegistryConfig) WhichRegistryConfig() case_RegistryConfig_RegistryConfig
type RegistryConfig_builder ¶ added in v1.49.0
type RegistryConfig_builder struct { // Fields of oneof xxx_hidden_RegistryConfig: GoConfig *GoConfig NpmConfig *NPMConfig MavenConfig *MavenConfig SwiftConfig *SwiftConfig PythonConfig *PythonConfig CargoConfig *CargoConfig NugetConfig *NugetConfig CmakeConfig *CmakeConfig // -- end of xxx_hidden_RegistryConfig // The options to pass to the plugin. These will // be merged into a single, comma-separated string. Options []string // contains filtered or unexported fields }
func (RegistryConfig_builder) Build ¶ added in v1.49.0
func (b0 RegistryConfig_builder) Build() *RegistryConfig
type RemoveOrganizationGroupRequest ¶ added in v1.12.0
type RemoveOrganizationGroupRequest struct {
// contains filtered or unexported fields
}
func (*RemoveOrganizationGroupRequest) GetGroupName ¶ added in v1.12.0
func (x *RemoveOrganizationGroupRequest) GetGroupName() string
func (*RemoveOrganizationGroupRequest) GetOrganizationId ¶ added in v1.12.0
func (x *RemoveOrganizationGroupRequest) GetOrganizationId() string
func (*RemoveOrganizationGroupRequest) ProtoMessage ¶ added in v1.12.0
func (*RemoveOrganizationGroupRequest) ProtoMessage()
func (*RemoveOrganizationGroupRequest) ProtoReflect ¶ added in v1.12.0
func (x *RemoveOrganizationGroupRequest) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationGroupRequest) Reset ¶ added in v1.12.0
func (x *RemoveOrganizationGroupRequest) Reset()
func (*RemoveOrganizationGroupRequest) SetGroupName ¶ added in v1.49.0
func (x *RemoveOrganizationGroupRequest) SetGroupName(v string)
func (*RemoveOrganizationGroupRequest) SetOrganizationId ¶ added in v1.49.0
func (x *RemoveOrganizationGroupRequest) SetOrganizationId(v string)
func (*RemoveOrganizationGroupRequest) String ¶ added in v1.12.0
func (x *RemoveOrganizationGroupRequest) String() string
type RemoveOrganizationGroupRequest_builder ¶ added in v1.49.0
type RemoveOrganizationGroupRequest_builder struct { // The ID of the organization for which to remove the group. OrganizationId string // The name of the group to remove. GroupName string // contains filtered or unexported fields }
func (RemoveOrganizationGroupRequest_builder) Build ¶ added in v1.49.0
func (b0 RemoveOrganizationGroupRequest_builder) Build() *RemoveOrganizationGroupRequest
type RemoveOrganizationGroupResponse ¶ added in v1.12.0
type RemoveOrganizationGroupResponse struct {
// contains filtered or unexported fields
}
func (*RemoveOrganizationGroupResponse) ProtoMessage ¶ added in v1.12.0
func (*RemoveOrganizationGroupResponse) ProtoMessage()
func (*RemoveOrganizationGroupResponse) ProtoReflect ¶ added in v1.12.0
func (x *RemoveOrganizationGroupResponse) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationGroupResponse) Reset ¶ added in v1.12.0
func (x *RemoveOrganizationGroupResponse) Reset()
func (*RemoveOrganizationGroupResponse) String ¶ added in v1.12.0
func (x *RemoveOrganizationGroupResponse) String() string
type RemoveOrganizationGroupResponse_builder ¶ added in v1.49.0
type RemoveOrganizationGroupResponse_builder struct {
// contains filtered or unexported fields
}
func (RemoveOrganizationGroupResponse_builder) Build ¶ added in v1.49.0
func (b0 RemoveOrganizationGroupResponse_builder) Build() *RemoveOrganizationGroupResponse
type RemoveOrganizationMemberRequest ¶ added in v1.0.0
type RemoveOrganizationMemberRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *RemoveOrganizationMemberRequest) SetOrganizationId(v string)
func (*RemoveOrganizationMemberRequest) SetUserId ¶ added in v1.49.0
func (x *RemoveOrganizationMemberRequest) SetUserId(v string)
func (*RemoveOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *RemoveOrganizationMemberRequest) String() string
type RemoveOrganizationMemberRequest_builder ¶ added in v1.49.0
type RemoveOrganizationMemberRequest_builder struct { // The ID of the organization for which the member belongs to. OrganizationId string // The ID of the user for which to be removed the role. UserId string // contains filtered or unexported fields }
func (RemoveOrganizationMemberRequest_builder) Build ¶ added in v1.49.0
func (b0 RemoveOrganizationMemberRequest_builder) Build() *RemoveOrganizationMemberRequest
type RemoveOrganizationMemberResponse ¶ added in v1.0.0
type RemoveOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
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 RemoveOrganizationMemberResponse_builder ¶ added in v1.49.0
type RemoveOrganizationMemberResponse_builder struct {
// contains filtered or unexported fields
}
func (RemoveOrganizationMemberResponse_builder) Build ¶ added in v1.49.0
func (b0 RemoveOrganizationMemberResponse_builder) Build() *RemoveOrganizationMemberResponse
type RenameStudioRequestRequest ¶ added in v1.8.0
type RenameStudioRequestRequest struct {
// contains filtered or unexported fields
}
RenameStudioRequestRequest is the proto request representation of the RenameStudioRequest method.
func (*RenameStudioRequestRequest) GetId ¶ added in v1.8.0
func (x *RenameStudioRequestRequest) GetId() string
func (*RenameStudioRequestRequest) GetNewName ¶ added in v1.8.0
func (x *RenameStudioRequestRequest) GetNewName() string
func (*RenameStudioRequestRequest) ProtoMessage ¶ added in v1.8.0
func (*RenameStudioRequestRequest) ProtoMessage()
func (*RenameStudioRequestRequest) ProtoReflect ¶ added in v1.8.0
func (x *RenameStudioRequestRequest) ProtoReflect() protoreflect.Message
func (*RenameStudioRequestRequest) Reset ¶ added in v1.8.0
func (x *RenameStudioRequestRequest) Reset()
func (*RenameStudioRequestRequest) SetId ¶ added in v1.49.0
func (x *RenameStudioRequestRequest) SetId(v string)
func (*RenameStudioRequestRequest) SetNewName ¶ added in v1.49.0
func (x *RenameStudioRequestRequest) SetNewName(v string)
func (*RenameStudioRequestRequest) String ¶ added in v1.8.0
func (x *RenameStudioRequestRequest) String() string
type RenameStudioRequestRequest_builder ¶ added in v1.49.0
type RenameStudioRequestRequest_builder struct { // The Studio Request ID that will be renamed. Id string // The new name for the request. NewName string // contains filtered or unexported fields }
func (RenameStudioRequestRequest_builder) Build ¶ added in v1.49.0
func (b0 RenameStudioRequestRequest_builder) Build() *RenameStudioRequestRequest
type RenameStudioRequestResponse ¶ added in v1.8.0
type RenameStudioRequestResponse struct {
// contains filtered or unexported fields
}
RenameStudioRequestResponse returns empty on successful renaming.
func (*RenameStudioRequestResponse) ProtoMessage ¶ added in v1.8.0
func (*RenameStudioRequestResponse) ProtoMessage()
func (*RenameStudioRequestResponse) ProtoReflect ¶ added in v1.8.0
func (x *RenameStudioRequestResponse) ProtoReflect() protoreflect.Message
func (*RenameStudioRequestResponse) Reset ¶ added in v1.8.0
func (x *RenameStudioRequestResponse) Reset()
func (*RenameStudioRequestResponse) String ¶ added in v1.8.0
func (x *RenameStudioRequestResponse) String() string
type RenameStudioRequestResponse_builder ¶ added in v1.49.0
type RenameStudioRequestResponse_builder struct {
// contains filtered or unexported fields
}
func (RenameStudioRequestResponse_builder) Build ¶ added in v1.49.0
func (b0 RenameStudioRequestResponse_builder) Build() *RenameStudioRequestResponse
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func (*Repository) ClearCreateTime ¶ added in v1.49.0
func (x *Repository) ClearCreateTime()
func (*Repository) ClearOrganizationId ¶ added in v1.49.0
func (x *Repository) ClearOrganizationId()
func (*Repository) ClearOwner ¶ added in v1.49.0
func (x *Repository) ClearOwner()
func (*Repository) ClearUpdateTime ¶ added in v1.49.0
func (x *Repository) ClearUpdateTime()
func (*Repository) ClearUserId ¶ added in v1.49.0
func (x *Repository) ClearUserId()
func (*Repository) GetCreateTime ¶
func (x *Repository) GetCreateTime() *timestamppb.Timestamp
func (*Repository) GetDefaultBranch ¶ added in v1.25.1
func (x *Repository) GetDefaultBranch() string
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) GetDescription ¶ added in v1.9.0
func (x *Repository) GetDescription() string
func (*Repository) GetId ¶
func (x *Repository) GetId() string
func (*Repository) GetName ¶
func (x *Repository) GetName() string
func (*Repository) GetOrganizationId ¶
func (x *Repository) GetOrganizationId() string
func (*Repository) GetOwnerName ¶ added in v1.9.0
func (x *Repository) GetOwnerName() string
func (*Repository) GetUpdateTime ¶
func (x *Repository) GetUpdateTime() *timestamppb.Timestamp
func (*Repository) GetUrl ¶ added in v1.9.0
func (x *Repository) GetUrl() string
func (*Repository) GetUserId ¶
func (x *Repository) GetUserId() string
func (*Repository) GetVisibility ¶
func (x *Repository) GetVisibility() Visibility
func (*Repository) HasCreateTime ¶ added in v1.49.0
func (x *Repository) HasCreateTime() bool
func (*Repository) HasOrganizationId ¶ added in v1.49.0
func (x *Repository) HasOrganizationId() bool
func (*Repository) HasOwner ¶ added in v1.49.0
func (x *Repository) HasOwner() bool
func (*Repository) HasUpdateTime ¶ added in v1.49.0
func (x *Repository) HasUpdateTime() bool
func (*Repository) HasUserId ¶ added in v1.49.0
func (x *Repository) HasUserId() bool
func (*Repository) ProtoMessage ¶
func (*Repository) ProtoMessage()
func (*Repository) ProtoReflect ¶
func (x *Repository) ProtoReflect() protoreflect.Message
func (*Repository) Reset ¶
func (x *Repository) Reset()
func (*Repository) SetCreateTime ¶ added in v1.49.0
func (x *Repository) SetCreateTime(v *timestamppb.Timestamp)
func (*Repository) SetDefaultBranch ¶ added in v1.49.0
func (x *Repository) SetDefaultBranch(v string)
func (*Repository) SetDeprecated ¶ added in v1.49.0
func (x *Repository) SetDeprecated(v bool)
func (*Repository) SetDeprecationMessage ¶ added in v1.49.0
func (x *Repository) SetDeprecationMessage(v string)
func (*Repository) SetDescription ¶ added in v1.49.0
func (x *Repository) SetDescription(v string)
func (*Repository) SetId ¶ added in v1.49.0
func (x *Repository) SetId(v string)
func (*Repository) SetName ¶ added in v1.49.0
func (x *Repository) SetName(v string)
func (*Repository) SetOrganizationId ¶ added in v1.49.0
func (x *Repository) SetOrganizationId(v string)
func (*Repository) SetOwnerName ¶ added in v1.49.0
func (x *Repository) SetOwnerName(v string)
func (*Repository) SetUpdateTime ¶ added in v1.49.0
func (x *Repository) SetUpdateTime(v *timestamppb.Timestamp)
func (*Repository) SetUrl ¶ added in v1.49.0
func (x *Repository) SetUrl(v string)
func (*Repository) SetUserId ¶ added in v1.49.0
func (x *Repository) SetUserId(v string)
func (*Repository) SetVisibility ¶ added in v1.49.0
func (x *Repository) SetVisibility(v Visibility)
func (*Repository) String ¶
func (x *Repository) String() string
func (*Repository) WhichOwner ¶ added in v1.49.0
func (x *Repository) WhichOwner() case_Repository_Owner
type RepositoryBranch ¶
type RepositoryBranch struct {
// contains filtered or unexported fields
}
func (*RepositoryBranch) ClearLastUpdateTime ¶ added in v1.49.0
func (x *RepositoryBranch) ClearLastUpdateTime()
func (*RepositoryBranch) GetId ¶
func (x *RepositoryBranch) GetId() string
func (*RepositoryBranch) GetIsMainBranch ¶ added in v1.22.0
func (x *RepositoryBranch) GetIsMainBranch() bool
func (*RepositoryBranch) GetLastUpdateGitAuthorName ¶ added in v1.27.0
func (x *RepositoryBranch) GetLastUpdateGitAuthorName() string
func (*RepositoryBranch) GetLastUpdateGitCommitHash ¶ added in v1.27.0
func (x *RepositoryBranch) GetLastUpdateGitCommitHash() string
func (*RepositoryBranch) GetLastUpdateTime ¶ added in v1.22.0
func (x *RepositoryBranch) GetLastUpdateTime() *timestamppb.Timestamp
func (*RepositoryBranch) GetLastUpdateUserId ¶ added in v1.27.0
func (x *RepositoryBranch) GetLastUpdateUserId() string
func (*RepositoryBranch) GetLatestCommitName ¶ added in v1.22.0
func (x *RepositoryBranch) GetLatestCommitName() string
func (*RepositoryBranch) GetName ¶
func (x *RepositoryBranch) GetName() string
func (*RepositoryBranch) HasLastUpdateTime ¶ added in v1.49.0
func (x *RepositoryBranch) HasLastUpdateTime() bool
func (*RepositoryBranch) ProtoMessage ¶
func (*RepositoryBranch) ProtoMessage()
func (*RepositoryBranch) ProtoReflect ¶
func (x *RepositoryBranch) ProtoReflect() protoreflect.Message
func (*RepositoryBranch) Reset ¶
func (x *RepositoryBranch) Reset()
func (*RepositoryBranch) SetId ¶ added in v1.49.0
func (x *RepositoryBranch) SetId(v string)
func (*RepositoryBranch) SetIsMainBranch ¶ added in v1.49.0
func (x *RepositoryBranch) SetIsMainBranch(v bool)
func (*RepositoryBranch) SetLastUpdateGitAuthorName ¶ added in v1.49.0
func (x *RepositoryBranch) SetLastUpdateGitAuthorName(v string)
func (*RepositoryBranch) SetLastUpdateGitCommitHash ¶ added in v1.49.0
func (x *RepositoryBranch) SetLastUpdateGitCommitHash(v string)
func (*RepositoryBranch) SetLastUpdateTime ¶ added in v1.49.0
func (x *RepositoryBranch) SetLastUpdateTime(v *timestamppb.Timestamp)
func (*RepositoryBranch) SetLastUpdateUserId ¶ added in v1.49.0
func (x *RepositoryBranch) SetLastUpdateUserId(v string)
func (*RepositoryBranch) SetLatestCommitName ¶ added in v1.49.0
func (x *RepositoryBranch) SetLatestCommitName(v string)
func (*RepositoryBranch) SetName ¶ added in v1.49.0
func (x *RepositoryBranch) SetName(v string)
func (*RepositoryBranch) String ¶
func (x *RepositoryBranch) String() string
type RepositoryBranch_builder ¶ added in v1.49.0
type RepositoryBranch_builder struct { // primary key, unique. // branches are based on labels, so when a branch is pushed to, the ID will point to the // updated entry in the labels table. Id string // The name of the repository branch. Name string // The name of the latest commit on the branch. LatestCommitName string // is_main_branch denotes whether this branch is considered the main branch of the repository. IsMainBranch bool // The last update time of the branch. LastUpdateTime *timestamppb.Timestamp // The ID of the user who updated the branch. LastUpdateUserId string // The author name of the most recent associated git commit of the branch. May be an empty string // if no commit in the branch history contains any associated git commit. LastUpdateGitAuthorName string // The git commit hash of the most recent associated git commit of the branch. May be an empty // string if no commit in the branch history contains any associated git commit. LastUpdateGitCommitHash string // contains filtered or unexported fields }
func (RepositoryBranch_builder) Build ¶ added in v1.49.0
func (b0 RepositoryBranch_builder) Build() *RepositoryBranch
type RepositoryCommit ¶
type RepositoryCommit struct {
// contains filtered or unexported fields
}
func (*RepositoryCommit) ClearCreateTime ¶ added in v1.49.0
func (x *RepositoryCommit) ClearCreateTime()
func (*RepositoryCommit) GetAuthor ¶
func (x *RepositoryCommit) GetAuthor() string
func (*RepositoryCommit) GetB5Digest ¶ added in v1.30.1
func (x *RepositoryCommit) GetB5Digest() string
func (*RepositoryCommit) GetBranch ¶
func (x *RepositoryCommit) GetBranch() string
func (*RepositoryCommit) GetCreateTime ¶
func (x *RepositoryCommit) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryCommit) GetDigest ¶
func (x *RepositoryCommit) GetDigest() string
func (*RepositoryCommit) GetDraftName ¶ added in v1.7.0
func (x *RepositoryCommit) GetDraftName() string
func (*RepositoryCommit) GetGitCommitsCount ¶ added in v1.25.1
func (x *RepositoryCommit) GetGitCommitsCount() int64
func (*RepositoryCommit) GetId ¶
func (x *RepositoryCommit) GetId() string
func (*RepositoryCommit) GetManifestDigest ¶ added in v1.15.1
func (x *RepositoryCommit) GetManifestDigest() string
func (*RepositoryCommit) GetName ¶
func (x *RepositoryCommit) GetName() string
func (*RepositoryCommit) GetSpdxLicenseId ¶ added in v1.10.0
func (x *RepositoryCommit) GetSpdxLicenseId() string
func (*RepositoryCommit) GetTagCount ¶ added in v1.24.0
func (x *RepositoryCommit) GetTagCount() int64
func (*RepositoryCommit) GetTags ¶
func (x *RepositoryCommit) GetTags() []*RepositoryTag
func (*RepositoryCommit) HasCreateTime ¶ added in v1.49.0
func (x *RepositoryCommit) HasCreateTime() bool
func (*RepositoryCommit) ProtoMessage ¶
func (*RepositoryCommit) ProtoMessage()
func (*RepositoryCommit) ProtoReflect ¶
func (x *RepositoryCommit) ProtoReflect() protoreflect.Message
func (*RepositoryCommit) Reset ¶
func (x *RepositoryCommit) Reset()
func (*RepositoryCommit) SetAuthor ¶ added in v1.49.0
func (x *RepositoryCommit) SetAuthor(v string)
func (*RepositoryCommit) SetB5Digest ¶ added in v1.49.0
func (x *RepositoryCommit) SetB5Digest(v string)
func (*RepositoryCommit) SetBranch ¶ added in v1.49.0
func (x *RepositoryCommit) SetBranch(v string)
func (*RepositoryCommit) SetCreateTime ¶ added in v1.49.0
func (x *RepositoryCommit) SetCreateTime(v *timestamppb.Timestamp)
func (*RepositoryCommit) SetDigest ¶ added in v1.49.0
func (x *RepositoryCommit) SetDigest(v string)
func (*RepositoryCommit) SetDraftName ¶ added in v1.49.0
func (x *RepositoryCommit) SetDraftName(v string)
func (*RepositoryCommit) SetGitCommitsCount ¶ added in v1.49.0
func (x *RepositoryCommit) SetGitCommitsCount(v int64)
func (*RepositoryCommit) SetId ¶ added in v1.49.0
func (x *RepositoryCommit) SetId(v string)
func (*RepositoryCommit) SetManifestDigest ¶ added in v1.49.0
func (x *RepositoryCommit) SetManifestDigest(v string)
func (*RepositoryCommit) SetName ¶ added in v1.49.0
func (x *RepositoryCommit) SetName(v string)
func (*RepositoryCommit) SetSpdxLicenseId ¶ added in v1.49.0
func (x *RepositoryCommit) SetSpdxLicenseId(v string)
func (*RepositoryCommit) SetTagCount ¶ added in v1.49.0
func (x *RepositoryCommit) SetTagCount(v int64)
func (*RepositoryCommit) SetTags ¶ added in v1.49.0
func (x *RepositoryCommit) SetTags(v []*RepositoryTag)
func (*RepositoryCommit) String ¶
func (x *RepositoryCommit) String() string
type RepositoryCommit_builder ¶ added in v1.49.0
type RepositoryCommit_builder struct { // primary key, unique, immutable Id string // immutable CreateTime *timestamppb.Timestamp // The digest of the commit. Digest string // The name of the commit. // This is what is referenced by users. // Unique, immutable. Name string // The branch on which this commit was created. Branch string // The username of the user who authored this commit. Author string // The tags associated with this commit Tags []*RepositoryTag // The commit's draft name, if it is a draft commit. DraftName string // spdx_license_id is the license of the commit, based on the // license file pushed, which should be one of the identifier defined in // https://spdx.org/licenses, and will be not set if the license file is not // presented or cannot be classified into a known license. SpdxLicenseId string // The manifest digest of the commit. ManifestDigest string // Number of tags associated with the commit. TagCount int64 // Number of git commits with associated with the BSR commit. GitCommitsCount int64 // The b5 digest of the commit. B5Digest string // contains filtered or unexported fields }
func (RepositoryCommit_builder) Build ¶ added in v1.49.0
func (b0 RepositoryCommit_builder) Build() *RepositoryCommit
type RepositoryContributor ¶ added in v1.0.0
type RepositoryContributor struct {
// contains filtered or unexported fields
}
func (*RepositoryContributor) ClearUser ¶ added in v1.49.0
func (x *RepositoryContributor) ClearUser()
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) HasUser ¶ added in v1.49.0
func (x *RepositoryContributor) HasUser() bool
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) SetExplicitRole ¶ added in v1.49.0
func (x *RepositoryContributor) SetExplicitRole(v RepositoryRole)
func (*RepositoryContributor) SetImplicitRole ¶ added in v1.49.0
func (x *RepositoryContributor) SetImplicitRole(v RepositoryRole)
func (*RepositoryContributor) SetRepositoryId ¶ added in v1.49.0
func (x *RepositoryContributor) SetRepositoryId(v string)
func (*RepositoryContributor) SetUser ¶ added in v1.49.0
func (x *RepositoryContributor) SetUser(v *User)
func (*RepositoryContributor) String ¶ added in v1.0.0
func (x *RepositoryContributor) String() string
type RepositoryContributor_builder ¶ added in v1.49.0
type RepositoryContributor_builder struct { User *User // The ID of the for which the role belongs to. RepositoryId string // The role that the user has been explicitly assigned against the repository. ExplicitRole RepositoryRole // 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 // contains filtered or unexported fields }
func (RepositoryContributor_builder) Build ¶ added in v1.49.0
func (b0 RepositoryContributor_builder) Build() *RepositoryContributor
type RepositoryCounts ¶ added in v1.1.0
type RepositoryCounts struct {
// contains filtered or unexported fields
}
func (*RepositoryCounts) GetDraftsCount ¶ added in v1.7.0
func (x *RepositoryCounts) GetDraftsCount() uint32
func (*RepositoryCounts) GetTagsCount ¶ added in v1.1.0
func (x *RepositoryCounts) GetTagsCount() 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) SetDraftsCount ¶ added in v1.49.0
func (x *RepositoryCounts) SetDraftsCount(v uint32)
func (*RepositoryCounts) SetTagsCount ¶ added in v1.49.0
func (x *RepositoryCounts) SetTagsCount(v uint32)
func (*RepositoryCounts) String ¶ added in v1.1.0
func (x *RepositoryCounts) String() string
type RepositoryCounts_builder ¶ added in v1.49.0
type RepositoryCounts_builder struct { TagsCount uint32 DraftsCount uint32 // contains filtered or unexported fields }
func (RepositoryCounts_builder) Build ¶ added in v1.49.0
func (b0 RepositoryCounts_builder) Build() *RepositoryCounts
type RepositoryDraft ¶ added in v1.7.0
type RepositoryDraft struct {
// contains filtered or unexported fields
}
func (*RepositoryDraft) ClearCommit ¶ added in v1.49.0
func (x *RepositoryDraft) ClearCommit()
func (*RepositoryDraft) GetCommit ¶ added in v1.7.0
func (x *RepositoryDraft) GetCommit() *RepositoryCommit
func (*RepositoryDraft) GetName ¶ added in v1.7.0
func (x *RepositoryDraft) GetName() string
func (*RepositoryDraft) HasCommit ¶ added in v1.49.0
func (x *RepositoryDraft) HasCommit() bool
func (*RepositoryDraft) ProtoMessage ¶ added in v1.7.0
func (*RepositoryDraft) ProtoMessage()
func (*RepositoryDraft) ProtoReflect ¶ added in v1.7.0
func (x *RepositoryDraft) ProtoReflect() protoreflect.Message
func (*RepositoryDraft) Reset ¶ added in v1.7.0
func (x *RepositoryDraft) Reset()
func (*RepositoryDraft) SetCommit ¶ added in v1.49.0
func (x *RepositoryDraft) SetCommit(v *RepositoryCommit)
func (*RepositoryDraft) SetName ¶ added in v1.49.0
func (x *RepositoryDraft) SetName(v string)
func (*RepositoryDraft) String ¶ added in v1.7.0
func (x *RepositoryDraft) String() string
type RepositoryDraft_builder ¶ added in v1.49.0
type RepositoryDraft_builder struct { // The name of the draft Name string // The commit this draft points to. Commit *RepositoryCommit // contains filtered or unexported fields }
func (RepositoryDraft_builder) Build ¶ added in v1.49.0
func (b0 RepositoryDraft_builder) Build() *RepositoryDraft
type RepositoryMainReference ¶ added in v1.7.0
type RepositoryMainReference struct {
// contains filtered or unexported fields
}
func (*RepositoryMainReference) ClearCommit ¶ added in v1.49.0
func (x *RepositoryMainReference) ClearCommit()
func (*RepositoryMainReference) GetCommit ¶ added in v1.7.0
func (x *RepositoryMainReference) GetCommit() *RepositoryCommit
func (*RepositoryMainReference) GetName ¶ added in v1.7.0
func (x *RepositoryMainReference) GetName() string
func (*RepositoryMainReference) HasCommit ¶ added in v1.49.0
func (x *RepositoryMainReference) HasCommit() bool
func (*RepositoryMainReference) ProtoMessage ¶ added in v1.7.0
func (*RepositoryMainReference) ProtoMessage()
func (*RepositoryMainReference) ProtoReflect ¶ added in v1.7.0
func (x *RepositoryMainReference) ProtoReflect() protoreflect.Message
func (*RepositoryMainReference) Reset ¶ added in v1.7.0
func (x *RepositoryMainReference) Reset()
func (*RepositoryMainReference) SetCommit ¶ added in v1.49.0
func (x *RepositoryMainReference) SetCommit(v *RepositoryCommit)
func (*RepositoryMainReference) SetName ¶ added in v1.49.0
func (x *RepositoryMainReference) SetName(v string)
func (*RepositoryMainReference) String ¶ added in v1.7.0
func (x *RepositoryMainReference) String() string
type RepositoryMainReference_builder ¶ added in v1.49.0
type RepositoryMainReference_builder struct { // Name is the configured default_branch for the repository (default: 'main'). Name string // The latest commit in this repository. If the repository has no commits, // this will be empty. Commit *RepositoryCommit // contains filtered or unexported fields }
func (RepositoryMainReference_builder) Build ¶ added in v1.49.0
func (b0 RepositoryMainReference_builder) Build() *RepositoryMainReference
type RepositoryMetadata ¶ added in v1.10.0
type RepositoryMetadata struct {
// contains filtered or unexported fields
}
func (*RepositoryMetadata) ClearLatestCommitTime ¶ added in v1.49.0
func (x *RepositoryMetadata) ClearLatestCommitTime()
func (*RepositoryMetadata) GetId ¶ added in v1.10.0
func (x *RepositoryMetadata) GetId() string
func (*RepositoryMetadata) GetLatestCommitTime ¶ added in v1.10.0
func (x *RepositoryMetadata) GetLatestCommitTime() *timestamppb.Timestamp
func (*RepositoryMetadata) GetLatestSpdxLicenseId ¶ added in v1.10.0
func (x *RepositoryMetadata) GetLatestSpdxLicenseId() string
func (*RepositoryMetadata) GetName ¶ added in v1.10.0
func (x *RepositoryMetadata) GetName() string
func (*RepositoryMetadata) GetOwnerName ¶ added in v1.10.0
func (x *RepositoryMetadata) GetOwnerName() string
func (*RepositoryMetadata) GetOwnerVerificationStatus ¶ added in v1.10.0
func (x *RepositoryMetadata) GetOwnerVerificationStatus() VerificationStatus
func (*RepositoryMetadata) HasLatestCommitTime ¶ added in v1.49.0
func (x *RepositoryMetadata) HasLatestCommitTime() bool
func (*RepositoryMetadata) ProtoMessage ¶ added in v1.10.0
func (*RepositoryMetadata) ProtoMessage()
func (*RepositoryMetadata) ProtoReflect ¶ added in v1.10.0
func (x *RepositoryMetadata) ProtoReflect() protoreflect.Message
func (*RepositoryMetadata) Reset ¶ added in v1.10.0
func (x *RepositoryMetadata) Reset()
func (*RepositoryMetadata) SetId ¶ added in v1.49.0
func (x *RepositoryMetadata) SetId(v string)
func (*RepositoryMetadata) SetLatestCommitTime ¶ added in v1.49.0
func (x *RepositoryMetadata) SetLatestCommitTime(v *timestamppb.Timestamp)
func (*RepositoryMetadata) SetLatestSpdxLicenseId ¶ added in v1.49.0
func (x *RepositoryMetadata) SetLatestSpdxLicenseId(v string)
func (*RepositoryMetadata) SetName ¶ added in v1.49.0
func (x *RepositoryMetadata) SetName(v string)
func (*RepositoryMetadata) SetOwnerName ¶ added in v1.49.0
func (x *RepositoryMetadata) SetOwnerName(v string)
func (*RepositoryMetadata) SetOwnerVerificationStatus ¶ added in v1.49.0
func (x *RepositoryMetadata) SetOwnerVerificationStatus(v VerificationStatus)
func (*RepositoryMetadata) String ¶ added in v1.10.0
func (x *RepositoryMetadata) String() string
type RepositoryMetadata_builder ¶ added in v1.49.0
type RepositoryMetadata_builder struct { // The ID of the repository. Id string // The name of the repository. Name string // The owner name of the repository. OwnerName string // The verification status of the owner of the repository. OwnerVerificationStatus VerificationStatus // The commit time of the latest main commit in the repository. LatestCommitTime *timestamppb.Timestamp // The SPDX license ID of the latest main commit in the repository. LatestSpdxLicenseId string // contains filtered or unexported fields }
func (RepositoryMetadata_builder) Build ¶ added in v1.49.0
func (b0 RepositoryMetadata_builder) Build() *RepositoryMetadata
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 RepositoryRole_REPOSITORY_ROLE_LIMITED_WRITE RepositoryRole = 5 )
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) 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 {
// contains filtered or unexported fields
}
func (*RepositorySearchResult) ClearLatestCommitTime ¶ added in v1.49.0
func (x *RepositorySearchResult) ClearLatestCommitTime()
func (*RepositorySearchResult) GetDeprecated ¶ added in v1.0.0
func (x *RepositorySearchResult) GetDeprecated() bool
func (*RepositorySearchResult) GetId ¶
func (x *RepositorySearchResult) GetId() string
func (*RepositorySearchResult) GetLatestCommitTime ¶ added in v1.44.0
func (x *RepositorySearchResult) GetLatestCommitTime() *timestamppb.Timestamp
func (*RepositorySearchResult) GetLatestSpdxLicenseId ¶ added in v1.44.0
func (x *RepositorySearchResult) GetLatestSpdxLicenseId() string
func (*RepositorySearchResult) GetName ¶
func (x *RepositorySearchResult) GetName() string
func (*RepositorySearchResult) GetOwner ¶
func (x *RepositorySearchResult) GetOwner() string
func (*RepositorySearchResult) GetOwnerVerificationStatus ¶ added in v1.44.0
func (x *RepositorySearchResult) GetOwnerVerificationStatus() VerificationStatus
func (*RepositorySearchResult) GetUrl ¶ added in v1.44.0
func (x *RepositorySearchResult) GetUrl() string
func (*RepositorySearchResult) GetVisibility ¶ added in v1.0.0
func (x *RepositorySearchResult) GetVisibility() Visibility
func (*RepositorySearchResult) HasLatestCommitTime ¶ added in v1.49.0
func (x *RepositorySearchResult) HasLatestCommitTime() bool
func (*RepositorySearchResult) ProtoMessage ¶
func (*RepositorySearchResult) ProtoMessage()
func (*RepositorySearchResult) ProtoReflect ¶
func (x *RepositorySearchResult) ProtoReflect() protoreflect.Message
func (*RepositorySearchResult) Reset ¶
func (x *RepositorySearchResult) Reset()
func (*RepositorySearchResult) SetDeprecated ¶ added in v1.49.0
func (x *RepositorySearchResult) SetDeprecated(v bool)
func (*RepositorySearchResult) SetId ¶ added in v1.49.0
func (x *RepositorySearchResult) SetId(v string)
func (*RepositorySearchResult) SetLatestCommitTime ¶ added in v1.49.0
func (x *RepositorySearchResult) SetLatestCommitTime(v *timestamppb.Timestamp)
func (*RepositorySearchResult) SetLatestSpdxLicenseId ¶ added in v1.49.0
func (x *RepositorySearchResult) SetLatestSpdxLicenseId(v string)
func (*RepositorySearchResult) SetName ¶ added in v1.49.0
func (x *RepositorySearchResult) SetName(v string)
func (*RepositorySearchResult) SetOwner ¶ added in v1.49.0
func (x *RepositorySearchResult) SetOwner(v string)
func (*RepositorySearchResult) SetOwnerVerificationStatus ¶ added in v1.49.0
func (x *RepositorySearchResult) SetOwnerVerificationStatus(v VerificationStatus)
func (*RepositorySearchResult) SetUrl ¶ added in v1.49.0
func (x *RepositorySearchResult) SetUrl(v string)
func (*RepositorySearchResult) SetVisibility ¶ added in v1.49.0
func (x *RepositorySearchResult) SetVisibility(v Visibility)
func (*RepositorySearchResult) String ¶
func (x *RepositorySearchResult) String() string
type RepositorySearchResult_builder ¶ added in v1.49.0
type RepositorySearchResult_builder struct { Id string Name string // The name of the user or organization // who is the owner of this repository. Owner string // The visibility of the repository. Visibility Visibility Deprecated bool // The SPDX license ID of the latest main commit in the repository. LatestSpdxLicenseId string // The verification status of the owner of the repository. OwnerVerificationStatus VerificationStatus // The user configurable URL in the description of the repository. Url string // The commit time of the latest main commit in the repository. LatestCommitTime *timestamppb.Timestamp // contains filtered or unexported fields }
func (RepositorySearchResult_builder) Build ¶ added in v1.49.0
func (b0 RepositorySearchResult_builder) Build() *RepositorySearchResult
type RepositoryTag ¶
type RepositoryTag struct {
// contains filtered or unexported fields
}
func (*RepositoryTag) ClearCreateTime ¶ added in v1.49.0
func (x *RepositoryTag) ClearCreateTime()
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) HasCreateTime ¶ added in v1.49.0
func (x *RepositoryTag) HasCreateTime() bool
func (*RepositoryTag) ProtoMessage ¶
func (*RepositoryTag) ProtoMessage()
func (*RepositoryTag) ProtoReflect ¶
func (x *RepositoryTag) ProtoReflect() protoreflect.Message
func (*RepositoryTag) Reset ¶
func (x *RepositoryTag) Reset()
func (*RepositoryTag) SetAuthor ¶ added in v1.49.0
func (x *RepositoryTag) SetAuthor(v string)
func (*RepositoryTag) SetCommitName ¶ added in v1.49.0
func (x *RepositoryTag) SetCommitName(v string)
func (*RepositoryTag) SetCreateTime ¶ added in v1.49.0
func (x *RepositoryTag) SetCreateTime(v *timestamppb.Timestamp)
func (*RepositoryTag) SetId ¶ added in v1.49.0
func (x *RepositoryTag) SetId(v string)
func (*RepositoryTag) SetName ¶ added in v1.49.0
func (x *RepositoryTag) SetName(v string)
func (*RepositoryTag) String ¶
func (x *RepositoryTag) String() string
type RepositoryTag_builder ¶ added in v1.49.0
type RepositoryTag_builder struct { // primary key, unique. // tags are based on labels, so if a label has been moved, the ID will point to the // updated entry in the labels table. Id string // immutable CreateTime *timestamppb.Timestamp // 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 // The name of the commit this tag belongs to. CommitName string // The username of the author of the tag. Author string // contains filtered or unexported fields }
func (RepositoryTag_builder) Build ¶ added in v1.49.0
func (b0 RepositoryTag_builder) Build() *RepositoryTag
type RepositoryVCSCommit ¶ added in v1.28.0
type RepositoryVCSCommit struct {
// contains filtered or unexported fields
}
func (*RepositoryVCSCommit) ClearCreateTime ¶ added in v1.49.0
func (x *RepositoryVCSCommit) ClearCreateTime()
func (*RepositoryVCSCommit) GetCommitName ¶ added in v1.28.0
func (x *RepositoryVCSCommit) GetCommitName() string
func (*RepositoryVCSCommit) GetCreateTime ¶ added in v1.28.0
func (x *RepositoryVCSCommit) GetCreateTime() *timestamppb.Timestamp
func (*RepositoryVCSCommit) GetId ¶ added in v1.28.0
func (x *RepositoryVCSCommit) GetId() string
func (*RepositoryVCSCommit) GetName ¶ added in v1.28.0
func (x *RepositoryVCSCommit) GetName() string
func (*RepositoryVCSCommit) HasCreateTime ¶ added in v1.49.0
func (x *RepositoryVCSCommit) HasCreateTime() bool
func (*RepositoryVCSCommit) ProtoMessage ¶ added in v1.28.0
func (*RepositoryVCSCommit) ProtoMessage()
func (*RepositoryVCSCommit) ProtoReflect ¶ added in v1.28.0
func (x *RepositoryVCSCommit) ProtoReflect() protoreflect.Message
func (*RepositoryVCSCommit) Reset ¶ added in v1.28.0
func (x *RepositoryVCSCommit) Reset()
func (*RepositoryVCSCommit) SetCommitName ¶ added in v1.49.0
func (x *RepositoryVCSCommit) SetCommitName(v string)
func (*RepositoryVCSCommit) SetCreateTime ¶ added in v1.49.0
func (x *RepositoryVCSCommit) SetCreateTime(v *timestamppb.Timestamp)
func (*RepositoryVCSCommit) SetId ¶ added in v1.49.0
func (x *RepositoryVCSCommit) SetId(v string)
func (*RepositoryVCSCommit) SetName ¶ added in v1.49.0
func (x *RepositoryVCSCommit) SetName(v string)
func (*RepositoryVCSCommit) String ¶ added in v1.28.0
func (x *RepositoryVCSCommit) String() string
type RepositoryVCSCommit_builder ¶ added in v1.49.0
type RepositoryVCSCommit_builder struct { // primary key, unique. Id string // immutable CreateTime *timestamppb.Timestamp // The name of the VCS commit, e.g. for Git, it would be the Git hash. Name string // The name of the BSR commit this VCS commit belongs to. CommitName string // contains filtered or unexported fields }
func (RepositoryVCSCommit_builder) Build ¶ added in v1.49.0
func (b0 RepositoryVCSCommit_builder) Build() *RepositoryVCSCommit
type Repository_builder ¶ added in v1.49.0
type Repository_builder struct { // primary key, unique, immutable Id string // immutable CreateTime *timestamppb.Timestamp // mutable UpdateTime *timestamppb.Timestamp // unique, mutable Name string // Fields of oneof xxx_hidden_Owner: // foreign key, mutable UserId *string // foreign key, mutable OrganizationId *string // -- end of xxx_hidden_Owner Visibility Visibility // deprecated means this repository is deprecated. Deprecated bool // deprecation_message is the message shown if the repository is deprecated. DeprecationMessage string // owner_name is the name of the owner of the repository, // either a username or organization name. OwnerName string // description is the user configurable description of the repository. Description string // url is the user configurable URL in the description of the repository, // always included the scheme and will not have a #fragment suffix. Url string // default_branch in a BSR repository. It is used when syncing a git repository, to make sure both // default branches (BSR and Git) are in sync. By default, every BSR repository is created with a // "main" default branch. DefaultBranch string // contains filtered or unexported fields }
func (Repository_builder) Build ¶ added in v1.49.0
func (b0 Repository_builder) Build() *Repository
type ResolvedReferenceType ¶
type ResolvedReferenceType int32
const ( ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_UNSPECIFIED ResolvedReferenceType = 0 ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_COMMIT ResolvedReferenceType = 1 ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_BRANCH ResolvedReferenceType = 2 ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_TAG ResolvedReferenceType = 3 ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_DRAFT ResolvedReferenceType = 5 )
func (ResolvedReferenceType) Descriptor ¶
func (ResolvedReferenceType) Descriptor() protoreflect.EnumDescriptor
func (ResolvedReferenceType) Enum ¶
func (x ResolvedReferenceType) Enum() *ResolvedReferenceType
func (ResolvedReferenceType) Number ¶
func (x ResolvedReferenceType) Number() protoreflect.EnumNumber
func (ResolvedReferenceType) String ¶
func (x ResolvedReferenceType) String() string
func (ResolvedReferenceType) Type ¶
func (ResolvedReferenceType) Type() protoreflect.EnumType
type Resource ¶ added in v1.9.0
type Resource struct {
// contains filtered or unexported fields
}
func (*Resource) ClearPlugin ¶ added in v1.49.0
func (x *Resource) ClearPlugin()
func (*Resource) ClearRepository ¶ added in v1.49.0
func (x *Resource) ClearRepository()
func (*Resource) ClearResource ¶ added in v1.49.0
func (x *Resource) ClearResource()
func (*Resource) GetPlugin ¶ added in v1.9.0
func (x *Resource) GetPlugin() *CuratedPlugin
func (*Resource) GetRepository ¶ added in v1.9.0
func (x *Resource) GetRepository() *Repository
func (*Resource) HasRepository ¶ added in v1.49.0
func (*Resource) HasResource ¶ added in v1.49.0
func (*Resource) ProtoMessage ¶ added in v1.9.0
func (*Resource) ProtoMessage()
func (*Resource) ProtoReflect ¶ added in v1.9.0
func (x *Resource) ProtoReflect() protoreflect.Message
func (*Resource) SetPlugin ¶ added in v1.49.0
func (x *Resource) SetPlugin(v *CuratedPlugin)
func (*Resource) SetRepository ¶ added in v1.49.0
func (x *Resource) SetRepository(v *Repository)
func (*Resource) WhichResource ¶ added in v1.49.0
func (x *Resource) WhichResource() case_Resource_Resource
type Resource_builder ¶ added in v1.49.0
type Resource_builder struct { // Fields of oneof xxx_hidden_Resource: Repository *Repository Plugin *CuratedPlugin // contains filtered or unexported fields }
func (Resource_builder) Build ¶ added in v1.49.0
func (b0 Resource_builder) Build() *Resource
type ReviewFlowGracePeriodPolicy ¶ added in v1.27.0
type ReviewFlowGracePeriodPolicy struct {
// contains filtered or unexported fields
}
ReviewFlowGracePeriodPolicy is the policy for the review flow grace period on the server.
func (*ReviewFlowGracePeriodPolicy) GetDurationSeconds ¶ added in v1.27.0
func (x *ReviewFlowGracePeriodPolicy) GetDurationSeconds() uint32
func (*ReviewFlowGracePeriodPolicy) ProtoMessage ¶ added in v1.27.0
func (*ReviewFlowGracePeriodPolicy) ProtoMessage()
func (*ReviewFlowGracePeriodPolicy) ProtoReflect ¶ added in v1.27.0
func (x *ReviewFlowGracePeriodPolicy) ProtoReflect() protoreflect.Message
func (*ReviewFlowGracePeriodPolicy) Reset ¶ added in v1.27.0
func (x *ReviewFlowGracePeriodPolicy) Reset()
func (*ReviewFlowGracePeriodPolicy) SetDurationSeconds ¶ added in v1.49.0
func (x *ReviewFlowGracePeriodPolicy) SetDurationSeconds(v uint32)
func (*ReviewFlowGracePeriodPolicy) String ¶ added in v1.27.0
func (x *ReviewFlowGracePeriodPolicy) String() string
type ReviewFlowGracePeriodPolicy_builder ¶ added in v1.49.0
type ReviewFlowGracePeriodPolicy_builder struct { // The number of seconds of the grace period. // Set to zero to disable the grace period. DurationSeconds uint32 // contains filtered or unexported fields }
func (ReviewFlowGracePeriodPolicy_builder) Build ¶ added in v1.49.0
func (b0 ReviewFlowGracePeriodPolicy_builder) Build() *ReviewFlowGracePeriodPolicy
type RunServerUniquenessBackfillTaskRequest ¶ added in v1.25.1
type RunServerUniquenessBackfillTaskRequest struct {
// contains filtered or unexported fields
}
func (*RunServerUniquenessBackfillTaskRequest) ProtoMessage ¶ added in v1.25.1
func (*RunServerUniquenessBackfillTaskRequest) ProtoMessage()
func (*RunServerUniquenessBackfillTaskRequest) ProtoReflect ¶ added in v1.25.1
func (x *RunServerUniquenessBackfillTaskRequest) ProtoReflect() protoreflect.Message
func (*RunServerUniquenessBackfillTaskRequest) Reset ¶ added in v1.25.1
func (x *RunServerUniquenessBackfillTaskRequest) Reset()
func (*RunServerUniquenessBackfillTaskRequest) String ¶ added in v1.25.1
func (x *RunServerUniquenessBackfillTaskRequest) String() string
type RunServerUniquenessBackfillTaskRequest_builder ¶ added in v1.49.0
type RunServerUniquenessBackfillTaskRequest_builder struct {
// contains filtered or unexported fields
}
type RunServerUniquenessBackfillTaskResponse ¶ added in v1.25.1
type RunServerUniquenessBackfillTaskResponse struct {
// contains filtered or unexported fields
}
func (*RunServerUniquenessBackfillTaskResponse) ProtoMessage ¶ added in v1.25.1
func (*RunServerUniquenessBackfillTaskResponse) ProtoMessage()
func (*RunServerUniquenessBackfillTaskResponse) ProtoReflect ¶ added in v1.25.1
func (x *RunServerUniquenessBackfillTaskResponse) ProtoReflect() protoreflect.Message
func (*RunServerUniquenessBackfillTaskResponse) Reset ¶ added in v1.25.1
func (x *RunServerUniquenessBackfillTaskResponse) Reset()
func (*RunServerUniquenessBackfillTaskResponse) String ¶ added in v1.25.1
func (x *RunServerUniquenessBackfillTaskResponse) String() string
type RunServerUniquenessBackfillTaskResponse_builder ¶ added in v1.49.0
type RunServerUniquenessBackfillTaskResponse_builder struct {
// contains filtered or unexported fields
}
type SCIMToken ¶ added in v1.15.1
type SCIMToken struct {
// contains filtered or unexported fields
}
func (*SCIMToken) ClearCreateTime ¶ added in v1.49.0
func (x *SCIMToken) ClearCreateTime()
func (*SCIMToken) ClearExpireTime ¶ added in v1.49.0
func (x *SCIMToken) ClearExpireTime()
func (*SCIMToken) GetCreateTime ¶ added in v1.15.1
func (x *SCIMToken) GetCreateTime() *timestamppb.Timestamp
func (*SCIMToken) GetExpireTime ¶ added in v1.15.1
func (x *SCIMToken) GetExpireTime() *timestamppb.Timestamp
func (*SCIMToken) HasCreateTime ¶ added in v1.49.0
func (*SCIMToken) HasExpireTime ¶ added in v1.49.0
func (*SCIMToken) ProtoMessage ¶ added in v1.15.1
func (*SCIMToken) ProtoMessage()
func (*SCIMToken) ProtoReflect ¶ added in v1.15.1
func (x *SCIMToken) ProtoReflect() protoreflect.Message
func (*SCIMToken) SetCreateTime ¶ added in v1.49.0
func (x *SCIMToken) SetCreateTime(v *timestamppb.Timestamp)
func (*SCIMToken) SetExpireTime ¶ added in v1.49.0
func (x *SCIMToken) SetExpireTime(v *timestamppb.Timestamp)
type SCIMToken_builder ¶ added in v1.49.0
type SCIMToken_builder struct { Id string CreateTime *timestamppb.Timestamp ExpireTime *timestamppb.Timestamp // contains filtered or unexported fields }
func (SCIMToken_builder) Build ¶ added in v1.49.0
func (b0 SCIMToken_builder) Build() *SCIMToken
type SearchDraftRequest ¶ added in v1.9.0
type SearchDraftRequest struct {
// contains filtered or unexported fields
}
func (*SearchDraftRequest) GetOrderBy ¶ added in v1.9.0
func (x *SearchDraftRequest) GetOrderBy() OrderBy
func (*SearchDraftRequest) GetPageSize ¶ added in v1.9.0
func (x *SearchDraftRequest) GetPageSize() uint32
func (*SearchDraftRequest) GetPageToken ¶ added in v1.9.0
func (x *SearchDraftRequest) GetPageToken() string
func (*SearchDraftRequest) GetQuery ¶ added in v1.9.0
func (x *SearchDraftRequest) GetQuery() string
func (*SearchDraftRequest) GetRepositoryName ¶ added in v1.9.0
func (x *SearchDraftRequest) GetRepositoryName() string
func (*SearchDraftRequest) GetRepositoryOwner ¶ added in v1.9.0
func (x *SearchDraftRequest) GetRepositoryOwner() string
func (*SearchDraftRequest) GetReverse ¶ added in v1.9.0
func (x *SearchDraftRequest) GetReverse() bool
func (*SearchDraftRequest) ProtoMessage ¶ added in v1.9.0
func (*SearchDraftRequest) ProtoMessage()
func (*SearchDraftRequest) ProtoReflect ¶ added in v1.9.0
func (x *SearchDraftRequest) ProtoReflect() protoreflect.Message
func (*SearchDraftRequest) Reset ¶ added in v1.9.0
func (x *SearchDraftRequest) Reset()
func (*SearchDraftRequest) SetOrderBy ¶ added in v1.49.0
func (x *SearchDraftRequest) SetOrderBy(v OrderBy)
func (*SearchDraftRequest) SetPageSize ¶ added in v1.49.0
func (x *SearchDraftRequest) SetPageSize(v uint32)
func (*SearchDraftRequest) SetPageToken ¶ added in v1.49.0
func (x *SearchDraftRequest) SetPageToken(v string)
func (*SearchDraftRequest) SetQuery ¶ added in v1.49.0
func (x *SearchDraftRequest) SetQuery(v string)
func (*SearchDraftRequest) SetRepositoryName ¶ added in v1.49.0
func (x *SearchDraftRequest) SetRepositoryName(v string)
func (*SearchDraftRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *SearchDraftRequest) SetRepositoryOwner(v string)
func (*SearchDraftRequest) SetReverse ¶ added in v1.49.0
func (x *SearchDraftRequest) SetReverse(v bool)
func (*SearchDraftRequest) String ¶ added in v1.9.0
func (x *SearchDraftRequest) String() string
type SearchDraftRequest_builder ¶ added in v1.49.0
type SearchDraftRequest_builder struct { // The owner of the repository. RepositoryOwner string // The name of the repository. RepositoryName string // The search string. Query string PageSize uint32 // The first page is returned if this is empty. PageToken string // The field to order results by. OrderBy OrderBy // Reverse orders results in descending order. Reverse bool // contains filtered or unexported fields }
func (SearchDraftRequest_builder) Build ¶ added in v1.49.0
func (b0 SearchDraftRequest_builder) Build() *SearchDraftRequest
type SearchDraftResponse ¶ added in v1.9.0
type SearchDraftResponse struct {
// contains filtered or unexported fields
}
func (*SearchDraftResponse) GetNextPageToken ¶ added in v1.9.0
func (x *SearchDraftResponse) GetNextPageToken() string
func (*SearchDraftResponse) GetRepositoryCommits ¶ added in v1.9.0
func (x *SearchDraftResponse) GetRepositoryCommits() []*RepositoryCommit
func (*SearchDraftResponse) ProtoMessage ¶ added in v1.9.0
func (*SearchDraftResponse) ProtoMessage()
func (*SearchDraftResponse) ProtoReflect ¶ added in v1.9.0
func (x *SearchDraftResponse) ProtoReflect() protoreflect.Message
func (*SearchDraftResponse) Reset ¶ added in v1.9.0
func (x *SearchDraftResponse) Reset()
func (*SearchDraftResponse) SetNextPageToken ¶ added in v1.49.0
func (x *SearchDraftResponse) SetNextPageToken(v string)
func (*SearchDraftResponse) SetRepositoryCommits ¶ added in v1.49.0
func (x *SearchDraftResponse) SetRepositoryCommits(v []*RepositoryCommit)
func (*SearchDraftResponse) String ¶ added in v1.9.0
func (x *SearchDraftResponse) String() string
type SearchDraftResponse_builder ¶ added in v1.49.0
type SearchDraftResponse_builder struct { RepositoryCommits []*RepositoryCommit // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (SearchDraftResponse_builder) Build ¶ added in v1.49.0
func (b0 SearchDraftResponse_builder) Build() *SearchDraftResponse
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_TEAM SearchFilter = 6 SearchFilter_SEARCH_FILTER_CURATED_PLUGIN SearchFilter = 7 SearchFilter_SEARCH_FILTER_MODULE_ELEMENT SearchFilter = 8 SearchFilter_SEARCH_FILTER_MODULE_FILE SearchFilter = 9 )
func (SearchFilter) Descriptor ¶ 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) 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 SearchModuleContentFilter ¶ added in v1.25.1
type SearchModuleContentFilter int32
const ( SearchModuleContentFilter_SEARCH_MODULE_CONTENT_FILTER_UNSPECIFIED SearchModuleContentFilter = 0 // SEARCH_MODULE_CONTENT_FILTER_ELEMENT is the filter for elements, e.g. messages, services, and methods. SearchModuleContentFilter_SEARCH_MODULE_CONTENT_FILTER_ELEMENT SearchModuleContentFilter = 1 // SEARCH_MODULE_CONTENT_FILTER_FILE is the filter for files. SearchModuleContentFilter_SEARCH_MODULE_CONTENT_FILTER_FILE SearchModuleContentFilter = 2 )
func (SearchModuleContentFilter) Descriptor ¶ added in v1.25.1
func (SearchModuleContentFilter) Descriptor() protoreflect.EnumDescriptor
func (SearchModuleContentFilter) Enum ¶ added in v1.25.1
func (x SearchModuleContentFilter) Enum() *SearchModuleContentFilter
func (SearchModuleContentFilter) Number ¶ added in v1.25.1
func (x SearchModuleContentFilter) Number() protoreflect.EnumNumber
func (SearchModuleContentFilter) String ¶ added in v1.25.1
func (x SearchModuleContentFilter) String() string
func (SearchModuleContentFilter) Type ¶ added in v1.25.1
func (SearchModuleContentFilter) Type() protoreflect.EnumType
type SearchModuleContentRequest ¶ added in v1.25.1
type SearchModuleContentRequest struct {
// contains filtered or unexported fields
}
func (*SearchModuleContentRequest) GetFilters ¶ added in v1.25.1
func (x *SearchModuleContentRequest) GetFilters() []SearchModuleContentFilter
func (*SearchModuleContentRequest) GetPageSize ¶ added in v1.25.1
func (x *SearchModuleContentRequest) GetPageSize() uint32
func (*SearchModuleContentRequest) GetPageToken ¶ added in v1.25.1
func (x *SearchModuleContentRequest) GetPageToken() uint32
func (*SearchModuleContentRequest) GetQuery ¶ added in v1.25.1
func (x *SearchModuleContentRequest) GetQuery() string
func (*SearchModuleContentRequest) GetRepositoryFullName ¶ added in v1.25.1
func (x *SearchModuleContentRequest) GetRepositoryFullName() string
func (*SearchModuleContentRequest) GetRepositoryOwner ¶ added in v1.25.1
func (x *SearchModuleContentRequest) GetRepositoryOwner() string
func (*SearchModuleContentRequest) ProtoMessage ¶ added in v1.25.1
func (*SearchModuleContentRequest) ProtoMessage()
func (*SearchModuleContentRequest) ProtoReflect ¶ added in v1.25.1
func (x *SearchModuleContentRequest) ProtoReflect() protoreflect.Message
func (*SearchModuleContentRequest) Reset ¶ added in v1.25.1
func (x *SearchModuleContentRequest) Reset()
func (*SearchModuleContentRequest) SetFilters ¶ added in v1.49.0
func (x *SearchModuleContentRequest) SetFilters(v []SearchModuleContentFilter)
func (*SearchModuleContentRequest) SetPageSize ¶ added in v1.49.0
func (x *SearchModuleContentRequest) SetPageSize(v uint32)
func (*SearchModuleContentRequest) SetPageToken ¶ added in v1.49.0
func (x *SearchModuleContentRequest) SetPageToken(v uint32)
func (*SearchModuleContentRequest) SetQuery ¶ added in v1.49.0
func (x *SearchModuleContentRequest) SetQuery(v string)
func (*SearchModuleContentRequest) SetRepositoryFullName ¶ added in v1.49.0
func (x *SearchModuleContentRequest) SetRepositoryFullName(v string)
func (*SearchModuleContentRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *SearchModuleContentRequest) SetRepositoryOwner(v string)
func (*SearchModuleContentRequest) String ¶ added in v1.25.1
func (x *SearchModuleContentRequest) String() string
type SearchModuleContentRequest_builder ¶ added in v1.49.0
type SearchModuleContentRequest_builder struct { // The search string. Query string PageSize uint32 // The first page is returned if this is 0. PageToken uint32 // Empty list means show all. Supplying one or more enums will // limit the search to only the requested resources. // Supplying all possible enums is equivalent to empty list of filters. Filters []SearchModuleContentFilter // Optional, if provided the search results will be limited to the provided repository. RepositoryFullName string // Optional, if provided the search results will be limited to the provided owner, // ignored if repository_full_name is provided. RepositoryOwner string // contains filtered or unexported fields }
func (SearchModuleContentRequest_builder) Build ¶ added in v1.49.0
func (b0 SearchModuleContentRequest_builder) Build() *SearchModuleContentRequest
type SearchModuleContentResponse ¶ added in v1.25.1
type SearchModuleContentResponse struct {
// contains filtered or unexported fields
}
func (*SearchModuleContentResponse) GetNextPageToken ¶ added in v1.25.1
func (x *SearchModuleContentResponse) GetNextPageToken() uint32
func (*SearchModuleContentResponse) GetSearchResults ¶ added in v1.25.1
func (x *SearchModuleContentResponse) GetSearchResults() []*SearchModuleContentResult
func (*SearchModuleContentResponse) ProtoMessage ¶ added in v1.25.1
func (*SearchModuleContentResponse) ProtoMessage()
func (*SearchModuleContentResponse) ProtoReflect ¶ added in v1.25.1
func (x *SearchModuleContentResponse) ProtoReflect() protoreflect.Message
func (*SearchModuleContentResponse) Reset ¶ added in v1.25.1
func (x *SearchModuleContentResponse) Reset()
func (*SearchModuleContentResponse) SetNextPageToken ¶ added in v1.49.0
func (x *SearchModuleContentResponse) SetNextPageToken(v uint32)
func (*SearchModuleContentResponse) SetSearchResults ¶ added in v1.49.0
func (x *SearchModuleContentResponse) SetSearchResults(v []*SearchModuleContentResult)
func (*SearchModuleContentResponse) String ¶ added in v1.25.1
func (x *SearchModuleContentResponse) String() string
type SearchModuleContentResponse_builder ¶ added in v1.49.0
type SearchModuleContentResponse_builder struct { SearchResults []*SearchModuleContentResult // There are no more pages if this is 0. NextPageToken uint32 // contains filtered or unexported fields }
func (SearchModuleContentResponse_builder) Build ¶ added in v1.49.0
func (b0 SearchModuleContentResponse_builder) Build() *SearchModuleContentResponse
type SearchModuleContentResult ¶ added in v1.25.1
type SearchModuleContentResult struct {
// contains filtered or unexported fields
}
func (*SearchModuleContentResult) ClearElement ¶ added in v1.49.0
func (x *SearchModuleContentResult) ClearElement()
func (*SearchModuleContentResult) ClearFile ¶ added in v1.49.0
func (x *SearchModuleContentResult) ClearFile()
func (*SearchModuleContentResult) ClearItem ¶ added in v1.49.0
func (x *SearchModuleContentResult) ClearItem()
func (*SearchModuleContentResult) GetElement ¶ added in v1.25.1
func (x *SearchModuleContentResult) GetElement() *ElementSearchResult
func (*SearchModuleContentResult) GetFile ¶ added in v1.25.1
func (x *SearchModuleContentResult) GetFile() *FileSearchResult
func (*SearchModuleContentResult) HasElement ¶ added in v1.49.0
func (x *SearchModuleContentResult) HasElement() bool
func (*SearchModuleContentResult) HasFile ¶ added in v1.49.0
func (x *SearchModuleContentResult) HasFile() bool
func (*SearchModuleContentResult) HasItem ¶ added in v1.49.0
func (x *SearchModuleContentResult) HasItem() bool
func (*SearchModuleContentResult) ProtoMessage ¶ added in v1.25.1
func (*SearchModuleContentResult) ProtoMessage()
func (*SearchModuleContentResult) ProtoReflect ¶ added in v1.25.1
func (x *SearchModuleContentResult) ProtoReflect() protoreflect.Message
func (*SearchModuleContentResult) Reset ¶ added in v1.25.1
func (x *SearchModuleContentResult) Reset()
func (*SearchModuleContentResult) SetElement ¶ added in v1.49.0
func (x *SearchModuleContentResult) SetElement(v *ElementSearchResult)
func (*SearchModuleContentResult) SetFile ¶ added in v1.49.0
func (x *SearchModuleContentResult) SetFile(v *FileSearchResult)
func (*SearchModuleContentResult) String ¶ added in v1.25.1
func (x *SearchModuleContentResult) String() string
func (*SearchModuleContentResult) WhichItem ¶ added in v1.49.0
func (x *SearchModuleContentResult) WhichItem() case_SearchModuleContentResult_Item
type SearchModuleContentResult_builder ¶ added in v1.49.0
type SearchModuleContentResult_builder struct { // Fields of oneof xxx_hidden_Item: Element *ElementSearchResult File *FileSearchResult // contains filtered or unexported fields }
func (SearchModuleContentResult_builder) Build ¶ added in v1.49.0
func (b0 SearchModuleContentResult_builder) Build() *SearchModuleContentResult
type SearchModuleElementType ¶ added in v1.27.0
type SearchModuleElementType int32
SearchModuleElementType is the protobuf element type of a fully qualified name in a module element search result. This is a subset of types in https://protobuf.com/docs/language-spec#named-elements that are exposing in the search.
const ( SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_UNSPECIFIED SearchModuleElementType = 0 SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_SERVICE SearchModuleElementType = 1 SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_METHOD SearchModuleElementType = 2 SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_MESSAGE SearchModuleElementType = 3 SearchModuleElementType_SEARCH_MODULE_ELEMENT_TYPE_ENUM SearchModuleElementType = 4 )
func (SearchModuleElementType) Descriptor ¶ added in v1.27.0
func (SearchModuleElementType) Descriptor() protoreflect.EnumDescriptor
func (SearchModuleElementType) Enum ¶ added in v1.27.0
func (x SearchModuleElementType) Enum() *SearchModuleElementType
func (SearchModuleElementType) Number ¶ added in v1.27.0
func (x SearchModuleElementType) Number() protoreflect.EnumNumber
func (SearchModuleElementType) String ¶ added in v1.27.0
func (x SearchModuleElementType) String() string
func (SearchModuleElementType) Type ¶ added in v1.27.0
func (SearchModuleElementType) Type() protoreflect.EnumType
type SearchRequest ¶
type SearchRequest struct {
// contains filtered or unexported fields
}
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) SetFilters ¶ added in v1.49.0
func (x *SearchRequest) SetFilters(v []SearchFilter)
func (*SearchRequest) SetPageSize ¶ added in v1.49.0
func (x *SearchRequest) SetPageSize(v uint32)
func (*SearchRequest) SetPageToken ¶ added in v1.49.0
func (x *SearchRequest) SetPageToken(v uint32)
func (*SearchRequest) SetQuery ¶ added in v1.49.0
func (x *SearchRequest) SetQuery(v string)
func (*SearchRequest) String ¶
func (x *SearchRequest) String() string
type SearchRequest_builder ¶ added in v1.49.0
type SearchRequest_builder struct { // The search string. Query string PageSize uint32 // The first page is returned if this is 0. PageToken uint32 // 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 // contains filtered or unexported fields }
func (SearchRequest_builder) Build ¶ added in v1.49.0
func (b0 SearchRequest_builder) Build() *SearchRequest
type SearchResponse ¶
type SearchResponse struct {
// contains filtered or unexported fields
}
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) SetNextPageToken ¶ added in v1.49.0
func (x *SearchResponse) SetNextPageToken(v uint32)
func (*SearchResponse) SetSearchResults ¶ added in v1.49.0
func (x *SearchResponse) SetSearchResults(v []*SearchResult)
func (*SearchResponse) String ¶
func (x *SearchResponse) String() string
type SearchResponse_builder ¶ added in v1.49.0
type SearchResponse_builder struct { SearchResults []*SearchResult // There are no more pages if this is 0. NextPageToken uint32 // contains filtered or unexported fields }
func (SearchResponse_builder) Build ¶ added in v1.49.0
func (b0 SearchResponse_builder) Build() *SearchResponse
type SearchResult ¶
type SearchResult struct {
// contains filtered or unexported fields
}
func (*SearchResult) ClearCuratedPlugin ¶ added in v1.49.0
func (x *SearchResult) ClearCuratedPlugin()
func (*SearchResult) ClearItem ¶ added in v1.49.0
func (x *SearchResult) ClearItem()
func (*SearchResult) ClearModuleElement ¶ added in v1.49.0
func (x *SearchResult) ClearModuleElement()
func (*SearchResult) ClearModuleFile ¶ added in v1.49.0
func (x *SearchResult) ClearModuleFile()
func (*SearchResult) ClearOrganization ¶ added in v1.49.0
func (x *SearchResult) ClearOrganization()
func (*SearchResult) ClearRepository ¶ added in v1.49.0
func (x *SearchResult) ClearRepository()
func (*SearchResult) ClearTeam ¶ added in v1.49.0
func (x *SearchResult) ClearTeam()
func (*SearchResult) ClearUser ¶ added in v1.49.0
func (x *SearchResult) ClearUser()
func (*SearchResult) GetCuratedPlugin ¶ added in v1.8.0
func (x *SearchResult) GetCuratedPlugin() *CuratedPluginSearchResult
func (*SearchResult) GetModuleElement ¶ added in v1.26.0
func (x *SearchResult) GetModuleElement() *ModuleElementSearchResult
func (*SearchResult) GetModuleFile ¶ added in v1.26.0
func (x *SearchResult) GetModuleFile() *ModuleFileSearchResult
func (*SearchResult) GetOrganization ¶
func (x *SearchResult) GetOrganization() *OrganizationSearchResult
func (*SearchResult) GetRepository ¶
func (x *SearchResult) GetRepository() *RepositorySearchResult
func (*SearchResult) GetTeam ¶
func (x *SearchResult) GetTeam() *TeamSearchResult
func (*SearchResult) GetUser ¶
func (x *SearchResult) GetUser() *UserSearchResult
func (*SearchResult) HasCuratedPlugin ¶ added in v1.49.0
func (x *SearchResult) HasCuratedPlugin() bool
func (*SearchResult) HasItem ¶ added in v1.49.0
func (x *SearchResult) HasItem() bool
func (*SearchResult) HasModuleElement ¶ added in v1.49.0
func (x *SearchResult) HasModuleElement() bool
func (*SearchResult) HasModuleFile ¶ added in v1.49.0
func (x *SearchResult) HasModuleFile() bool
func (*SearchResult) HasOrganization ¶ added in v1.49.0
func (x *SearchResult) HasOrganization() bool
func (*SearchResult) HasRepository ¶ added in v1.49.0
func (x *SearchResult) HasRepository() bool
func (*SearchResult) HasTeam ¶ added in v1.49.0
func (x *SearchResult) HasTeam() bool
func (*SearchResult) HasUser ¶ added in v1.49.0
func (x *SearchResult) HasUser() bool
func (*SearchResult) ProtoMessage ¶
func (*SearchResult) ProtoMessage()
func (*SearchResult) ProtoReflect ¶
func (x *SearchResult) ProtoReflect() protoreflect.Message
func (*SearchResult) Reset ¶
func (x *SearchResult) Reset()
func (*SearchResult) SetCuratedPlugin ¶ added in v1.49.0
func (x *SearchResult) SetCuratedPlugin(v *CuratedPluginSearchResult)
func (*SearchResult) SetModuleElement ¶ added in v1.49.0
func (x *SearchResult) SetModuleElement(v *ModuleElementSearchResult)
func (*SearchResult) SetModuleFile ¶ added in v1.49.0
func (x *SearchResult) SetModuleFile(v *ModuleFileSearchResult)
func (*SearchResult) SetOrganization ¶ added in v1.49.0
func (x *SearchResult) SetOrganization(v *OrganizationSearchResult)
func (*SearchResult) SetRepository ¶ added in v1.49.0
func (x *SearchResult) SetRepository(v *RepositorySearchResult)
func (*SearchResult) SetTeam ¶ added in v1.49.0
func (x *SearchResult) SetTeam(v *TeamSearchResult)
func (*SearchResult) SetUser ¶ added in v1.49.0
func (x *SearchResult) SetUser(v *UserSearchResult)
func (*SearchResult) String ¶
func (x *SearchResult) String() string
func (*SearchResult) WhichItem ¶ added in v1.49.0
func (x *SearchResult) WhichItem() case_SearchResult_Item
type SearchResult_builder ¶ added in v1.49.0
type SearchResult_builder struct { // Fields of oneof xxx_hidden_Item: Repository *RepositorySearchResult Organization *OrganizationSearchResult User *UserSearchResult Team *TeamSearchResult CuratedPlugin *CuratedPluginSearchResult ModuleElement *ModuleElementSearchResult ModuleFile *ModuleFileSearchResult // contains filtered or unexported fields }
func (SearchResult_builder) Build ¶ added in v1.49.0
func (b0 SearchResult_builder) Build() *SearchResult
type SearchTagRequest ¶ added in v1.9.0
type SearchTagRequest struct {
// contains filtered or unexported fields
}
func (*SearchTagRequest) GetOrderBy ¶ added in v1.9.0
func (x *SearchTagRequest) GetOrderBy() OrderBy
func (*SearchTagRequest) GetPageSize ¶ added in v1.9.0
func (x *SearchTagRequest) GetPageSize() uint32
func (*SearchTagRequest) GetPageToken ¶ added in v1.9.0
func (x *SearchTagRequest) GetPageToken() string
func (*SearchTagRequest) GetQuery ¶ added in v1.9.0
func (x *SearchTagRequest) GetQuery() string
func (*SearchTagRequest) GetRepositoryName ¶ added in v1.9.0
func (x *SearchTagRequest) GetRepositoryName() string
func (*SearchTagRequest) GetRepositoryOwner ¶ added in v1.9.0
func (x *SearchTagRequest) GetRepositoryOwner() string
func (*SearchTagRequest) GetReverse ¶ added in v1.9.0
func (x *SearchTagRequest) GetReverse() bool
func (*SearchTagRequest) ProtoMessage ¶ added in v1.9.0
func (*SearchTagRequest) ProtoMessage()
func (*SearchTagRequest) ProtoReflect ¶ added in v1.9.0
func (x *SearchTagRequest) ProtoReflect() protoreflect.Message
func (*SearchTagRequest) Reset ¶ added in v1.9.0
func (x *SearchTagRequest) Reset()
func (*SearchTagRequest) SetOrderBy ¶ added in v1.49.0
func (x *SearchTagRequest) SetOrderBy(v OrderBy)
func (*SearchTagRequest) SetPageSize ¶ added in v1.49.0
func (x *SearchTagRequest) SetPageSize(v uint32)
func (*SearchTagRequest) SetPageToken ¶ added in v1.49.0
func (x *SearchTagRequest) SetPageToken(v string)
func (*SearchTagRequest) SetQuery ¶ added in v1.49.0
func (x *SearchTagRequest) SetQuery(v string)
func (*SearchTagRequest) SetRepositoryName ¶ added in v1.49.0
func (x *SearchTagRequest) SetRepositoryName(v string)
func (*SearchTagRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *SearchTagRequest) SetRepositoryOwner(v string)
func (*SearchTagRequest) SetReverse ¶ added in v1.49.0
func (x *SearchTagRequest) SetReverse(v bool)
func (*SearchTagRequest) String ¶ added in v1.9.0
func (x *SearchTagRequest) String() string
type SearchTagRequest_builder ¶ added in v1.49.0
type SearchTagRequest_builder struct { // The owner of the repository. RepositoryOwner string // The name of the repository. RepositoryName string // The search string. Query string PageSize uint32 // The first page is returned if this is empty. PageToken string // The field to order results by. OrderBy OrderBy // Reverse orders results in descending order. Reverse bool // contains filtered or unexported fields }
func (SearchTagRequest_builder) Build ¶ added in v1.49.0
func (b0 SearchTagRequest_builder) Build() *SearchTagRequest
type SearchTagResponse ¶ added in v1.9.0
type SearchTagResponse struct {
// contains filtered or unexported fields
}
func (*SearchTagResponse) GetNextPageToken ¶ added in v1.9.0
func (x *SearchTagResponse) GetNextPageToken() string
func (*SearchTagResponse) GetRepositoryTags ¶ added in v1.9.0
func (x *SearchTagResponse) GetRepositoryTags() []*RepositoryTag
func (*SearchTagResponse) ProtoMessage ¶ added in v1.9.0
func (*SearchTagResponse) ProtoMessage()
func (*SearchTagResponse) ProtoReflect ¶ added in v1.9.0
func (x *SearchTagResponse) ProtoReflect() protoreflect.Message
func (*SearchTagResponse) Reset ¶ added in v1.9.0
func (x *SearchTagResponse) Reset()
func (*SearchTagResponse) SetNextPageToken ¶ added in v1.49.0
func (x *SearchTagResponse) SetNextPageToken(v string)
func (*SearchTagResponse) SetRepositoryTags ¶ added in v1.49.0
func (x *SearchTagResponse) SetRepositoryTags(v []*RepositoryTag)
func (*SearchTagResponse) String ¶ added in v1.9.0
func (x *SearchTagResponse) String() string
type SearchTagResponse_builder ¶ added in v1.49.0
type SearchTagResponse_builder struct { RepositoryTags []*RepositoryTag // There are no more pages if this is empty. NextPageToken string // contains filtered or unexported fields }
func (SearchTagResponse_builder) Build ¶ added in v1.49.0
func (b0 SearchTagResponse_builder) Build() *SearchTagResponse
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) 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 {
// contains filtered or unexported fields
}
Service provides information for the documentation for a given service type in a file.
func (*Service) ClearLocation ¶ added in v1.49.0
func (x *Service) ClearLocation()
func (*Service) ClearServiceOptions
deprecated
added in
v1.49.0
func (x *Service) ClearServiceOptions()
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Service) GetComments ¶ added in v1.30.0
func (*Service) GetFilePath ¶
func (*Service) GetFullName ¶
func (*Service) GetImplicitlyDeprecated ¶ added in v1.10.0
func (*Service) GetLocation ¶
func (*Service) GetMethods ¶
func (*Service) GetNestedName ¶
func (*Service) GetOptions ¶ added in v1.30.0
func (x *Service) GetOptions() []*FieldLiteral
func (*Service) GetServiceOptions
deprecated
added in
v1.9.0
func (x *Service) GetServiceOptions() *ServiceOptions
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*Service) HasLocation ¶ added in v1.49.0
func (*Service) HasServiceOptions
deprecated
added in
v1.49.0
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
func (*Service) SetComments ¶ added in v1.49.0
func (*Service) SetFilePath ¶ added in v1.49.0
func (*Service) SetFullName ¶ added in v1.49.0
func (*Service) SetImplicitlyDeprecated ¶ added in v1.49.0
func (*Service) SetLocation ¶ added in v1.49.0
func (*Service) SetMethods ¶ added in v1.49.0
func (*Service) SetNestedName ¶ added in v1.49.0
func (*Service) SetOptions ¶ added in v1.49.0
func (x *Service) SetOptions(v []*FieldLiteral)
func (*Service) SetServiceOptions
deprecated
added in
v1.49.0
func (x *Service) SetServiceOptions(v *ServiceOptions)
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
type ServiceOptions
deprecated
added in
v1.9.0
type ServiceOptions struct {
// contains filtered or unexported fields
}
ServiceOptions provides information for the documentation of options for a given service.
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (*ServiceOptions) GetDeprecated ¶ added in v1.9.0
func (x *ServiceOptions) GetDeprecated() bool
func (*ServiceOptions) ProtoMessage ¶ added in v1.9.0
func (*ServiceOptions) ProtoMessage()
func (*ServiceOptions) ProtoReflect ¶ added in v1.9.0
func (x *ServiceOptions) ProtoReflect() protoreflect.Message
func (*ServiceOptions) Reset ¶ added in v1.9.0
func (x *ServiceOptions) Reset()
func (*ServiceOptions) SetDeprecated ¶ added in v1.49.0
func (x *ServiceOptions) SetDeprecated(v bool)
func (*ServiceOptions) String ¶ added in v1.9.0
func (x *ServiceOptions) String() string
type ServiceOptions_builder
deprecated
added in
v1.49.0
type ServiceOptions_builder struct { Deprecated bool // contains filtered or unexported fields }
Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
func (ServiceOptions_builder) Build ¶ added in v1.49.0
func (b0 ServiceOptions_builder) Build() *ServiceOptions
type Service_builder ¶ added in v1.49.0
type Service_builder struct { Name string // nested_name includes the nested types for a given type definition. NestedName string // full_name includes the package name and nested types for a given type definition. FullName string // comments is derived from the leading comments of a given service. // // Paragraph newlines (double new lines) are respected, however single newlines are not. // Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped. Comments string // 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 Location *Location Methods []*Method // implicitly_deprecated is true if its enclosing file is deprecated. ImplicitlyDeprecated bool // All options that are present on the service. This is a super-set of // service_options and uses a dynamic representation so it can also // accommodate custom options with arbitrary types. // This supersedes service_options. Options []*FieldLiteral // Use options instead. // // Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto. ServiceOptions *ServiceOptions // contains filtered or unexported fields }
func (Service_builder) Build ¶ added in v1.49.0
func (b0 Service_builder) Build() *Service
type SetOrganizationMemberRequest ¶ added in v1.0.0
type SetOrganizationMemberRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *SetOrganizationMemberRequest) SetOrganizationId(v string)
func (*SetOrganizationMemberRequest) SetOrganizationRole ¶ added in v1.49.0
func (x *SetOrganizationMemberRequest) SetOrganizationRole(v OrganizationRole)
func (*SetOrganizationMemberRequest) SetUserId ¶ added in v1.49.0
func (x *SetOrganizationMemberRequest) SetUserId(v string)
func (*SetOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *SetOrganizationMemberRequest) String() string
type SetOrganizationMemberRequest_builder ¶ added in v1.49.0
type SetOrganizationMemberRequest_builder struct { // The ID of the organization for which the user's role will be set. OrganizationId string // The ID of the user whose role will be set. UserId string // The role to assign to the user. // Setting UNSPECIFIED means removing the user's role. OrganizationRole OrganizationRole // contains filtered or unexported fields }
func (SetOrganizationMemberRequest_builder) Build ¶ added in v1.49.0
func (b0 SetOrganizationMemberRequest_builder) Build() *SetOrganizationMemberRequest
type SetOrganizationMemberResponse ¶ added in v1.0.0
type SetOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
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 SetOrganizationMemberResponse_builder ¶ added in v1.49.0
type SetOrganizationMemberResponse_builder struct {
// contains filtered or unexported fields
}
func (SetOrganizationMemberResponse_builder) Build ¶ added in v1.49.0
func (b0 SetOrganizationMemberResponse_builder) Build() *SetOrganizationMemberResponse
type SetRecommendedResource ¶ added in v1.10.0
type SetRecommendedResource struct {
// contains filtered or unexported fields
}
SetRecommendedResource is the information needed to configure a resource recommendation
func (*SetRecommendedResource) GetName ¶ added in v1.10.0
func (x *SetRecommendedResource) GetName() string
func (*SetRecommendedResource) GetOwner ¶ added in v1.10.0
func (x *SetRecommendedResource) GetOwner() string
func (*SetRecommendedResource) ProtoMessage ¶ added in v1.10.0
func (*SetRecommendedResource) ProtoMessage()
func (*SetRecommendedResource) ProtoReflect ¶ added in v1.10.0
func (x *SetRecommendedResource) ProtoReflect() protoreflect.Message
func (*SetRecommendedResource) Reset ¶ added in v1.10.0
func (x *SetRecommendedResource) Reset()
func (*SetRecommendedResource) SetName ¶ added in v1.49.0
func (x *SetRecommendedResource) SetName(v string)
func (*SetRecommendedResource) SetOwner ¶ added in v1.49.0
func (x *SetRecommendedResource) SetOwner(v string)
func (*SetRecommendedResource) String ¶ added in v1.10.0
func (x *SetRecommendedResource) String() string
type SetRecommendedResource_builder ¶ added in v1.49.0
type SetRecommendedResource_builder struct { Owner string Name string // contains filtered or unexported fields }
func (SetRecommendedResource_builder) Build ¶ added in v1.49.0
func (b0 SetRecommendedResource_builder) Build() *SetRecommendedResource
type SetRecommendedResourcesRequest ¶ added in v1.10.0
type SetRecommendedResourcesRequest struct {
// contains filtered or unexported fields
}
func (*SetRecommendedResourcesRequest) GetResources ¶ added in v1.10.0
func (x *SetRecommendedResourcesRequest) GetResources() []*SetRecommendedResource
func (*SetRecommendedResourcesRequest) ProtoMessage ¶ added in v1.10.0
func (*SetRecommendedResourcesRequest) ProtoMessage()
func (*SetRecommendedResourcesRequest) ProtoReflect ¶ added in v1.10.0
func (x *SetRecommendedResourcesRequest) ProtoReflect() protoreflect.Message
func (*SetRecommendedResourcesRequest) Reset ¶ added in v1.10.0
func (x *SetRecommendedResourcesRequest) Reset()
func (*SetRecommendedResourcesRequest) SetResources ¶ added in v1.49.0
func (x *SetRecommendedResourcesRequest) SetResources(v []*SetRecommendedResource)
func (*SetRecommendedResourcesRequest) String ¶ added in v1.10.0
func (x *SetRecommendedResourcesRequest) String() string
type SetRecommendedResourcesRequest_builder ¶ added in v1.49.0
type SetRecommendedResourcesRequest_builder struct { Resources []*SetRecommendedResource // contains filtered or unexported fields }
func (SetRecommendedResourcesRequest_builder) Build ¶ added in v1.49.0
func (b0 SetRecommendedResourcesRequest_builder) Build() *SetRecommendedResourcesRequest
type SetRecommendedResourcesResponse ¶ added in v1.10.0
type SetRecommendedResourcesResponse struct {
// contains filtered or unexported fields
}
func (*SetRecommendedResourcesResponse) ProtoMessage ¶ added in v1.10.0
func (*SetRecommendedResourcesResponse) ProtoMessage()
func (*SetRecommendedResourcesResponse) ProtoReflect ¶ added in v1.10.0
func (x *SetRecommendedResourcesResponse) ProtoReflect() protoreflect.Message
func (*SetRecommendedResourcesResponse) Reset ¶ added in v1.10.0
func (x *SetRecommendedResourcesResponse) Reset()
func (*SetRecommendedResourcesResponse) String ¶ added in v1.10.0
func (x *SetRecommendedResourcesResponse) String() string
type SetRecommendedResourcesResponse_builder ¶ added in v1.49.0
type SetRecommendedResourcesResponse_builder struct {
// contains filtered or unexported fields
}
func (SetRecommendedResourcesResponse_builder) Build ¶ added in v1.49.0
func (b0 SetRecommendedResourcesResponse_builder) Build() *SetRecommendedResourcesResponse
type SetRepositoryContributorRequest ¶ added in v1.0.0
type SetRepositoryContributorRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *SetRepositoryContributorRequest) SetRepositoryId(v string)
func (*SetRepositoryContributorRequest) SetRepositoryRole ¶ added in v1.49.0
func (x *SetRepositoryContributorRequest) SetRepositoryRole(v RepositoryRole)
func (*SetRepositoryContributorRequest) SetUserId ¶ added in v1.49.0
func (x *SetRepositoryContributorRequest) SetUserId(v string)
func (*SetRepositoryContributorRequest) String ¶ added in v1.0.0
func (x *SetRepositoryContributorRequest) String() string
type SetRepositoryContributorRequest_builder ¶ added in v1.49.0
type SetRepositoryContributorRequest_builder struct { // The ID of the repository for which the user's role will be set. RepositoryId string // The ID of the user whose role will be set. UserId string // The role to assign to the user. // Setting UNSPECIFIED means removing the user's role. RepositoryRole RepositoryRole // contains filtered or unexported fields }
func (SetRepositoryContributorRequest_builder) Build ¶ added in v1.49.0
func (b0 SetRepositoryContributorRequest_builder) Build() *SetRepositoryContributorRequest
type SetRepositoryContributorResponse ¶ added in v1.0.0
type SetRepositoryContributorResponse struct {
// contains filtered or unexported fields
}
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 SetRepositoryContributorResponse_builder ¶ added in v1.49.0
type SetRepositoryContributorResponse_builder struct {
// contains filtered or unexported fields
}
func (SetRepositoryContributorResponse_builder) Build ¶ added in v1.49.0
func (b0 SetRepositoryContributorResponse_builder) Build() *SetRepositoryContributorResponse
type SetStudioAgentPresetsRequest ¶ added in v1.5.0
type SetStudioAgentPresetsRequest struct {
// contains filtered or unexported fields
}
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) SetAgents ¶ added in v1.49.0
func (x *SetStudioAgentPresetsRequest) SetAgents(v []*StudioAgentPreset)
func (*SetStudioAgentPresetsRequest) String ¶ added in v1.5.0
func (x *SetStudioAgentPresetsRequest) String() string
type SetStudioAgentPresetsRequest_builder ¶ added in v1.49.0
type SetStudioAgentPresetsRequest_builder struct { Agents []*StudioAgentPreset // contains filtered or unexported fields }
func (SetStudioAgentPresetsRequest_builder) Build ¶ added in v1.49.0
func (b0 SetStudioAgentPresetsRequest_builder) Build() *SetStudioAgentPresetsRequest
type SetStudioAgentPresetsResponse ¶ added in v1.5.0
type SetStudioAgentPresetsResponse struct {
// contains filtered or unexported fields
}
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 SetStudioAgentPresetsResponse_builder ¶ added in v1.49.0
type SetStudioAgentPresetsResponse_builder struct {
// contains filtered or unexported fields
}
func (SetStudioAgentPresetsResponse_builder) Build ¶ added in v1.49.0
func (b0 SetStudioAgentPresetsResponse_builder) Build() *SetStudioAgentPresetsResponse
type StudioAgentPreset ¶ added in v1.5.0
type StudioAgentPreset struct {
// contains filtered or unexported fields
}
StudioAgentPreset is the information about an agent preset in the Studio.
func (*StudioAgentPreset) GetAlias ¶ added in v1.5.0
func (x *StudioAgentPreset) GetAlias() string
func (*StudioAgentPreset) GetProtocol ¶ added in v1.7.0
func (x *StudioAgentPreset) GetProtocol() StudioAgentProtocol
func (*StudioAgentPreset) GetTargetUrl ¶ added in v1.27.0
func (x *StudioAgentPreset) GetTargetUrl() 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) SetAlias ¶ added in v1.49.0
func (x *StudioAgentPreset) SetAlias(v string)
func (*StudioAgentPreset) SetProtocol ¶ added in v1.49.0
func (x *StudioAgentPreset) SetProtocol(v StudioAgentProtocol)
func (*StudioAgentPreset) SetTargetUrl ¶ added in v1.49.0
func (x *StudioAgentPreset) SetTargetUrl(v string)
func (*StudioAgentPreset) SetUrl ¶ added in v1.49.0
func (x *StudioAgentPreset) SetUrl(v string)
func (*StudioAgentPreset) String ¶ added in v1.5.0
func (x *StudioAgentPreset) String() string
type StudioAgentPreset_builder ¶ added in v1.49.0
type StudioAgentPreset_builder struct { // The agent URL in the Studio. Url string // The optional alias of the agent URL. Alias string // The protocol the agent should use to forward requests. Protocol StudioAgentProtocol // The URL of the target host. TargetUrl string // contains filtered or unexported fields }
func (StudioAgentPreset_builder) Build ¶ added in v1.49.0
func (b0 StudioAgentPreset_builder) Build() *StudioAgentPreset
type StudioAgentProtocol ¶ added in v1.7.0
type StudioAgentProtocol int32
The protocols supported by Studio agent.
const ( StudioAgentProtocol_STUDIO_AGENT_PROTOCOL_UNSPECIFIED StudioAgentProtocol = 0 StudioAgentProtocol_STUDIO_AGENT_PROTOCOL_GRPC StudioAgentProtocol = 1 StudioAgentProtocol_STUDIO_AGENT_PROTOCOL_CONNECT StudioAgentProtocol = 2 )
func (StudioAgentProtocol) Descriptor ¶ added in v1.7.0
func (StudioAgentProtocol) Descriptor() protoreflect.EnumDescriptor
func (StudioAgentProtocol) Enum ¶ added in v1.7.0
func (x StudioAgentProtocol) Enum() *StudioAgentProtocol
func (StudioAgentProtocol) Number ¶ added in v1.7.0
func (x StudioAgentProtocol) Number() protoreflect.EnumNumber
func (StudioAgentProtocol) String ¶ added in v1.7.0
func (x StudioAgentProtocol) String() string
func (StudioAgentProtocol) Type ¶ added in v1.7.0
func (StudioAgentProtocol) Type() protoreflect.EnumType
type StudioProtocol ¶ added in v1.8.0
type StudioProtocol int32
StudioProtocol are the supported protocols for Studio Requests.
const ( // STUDIO_PROTOCOL_UNSPECIFIED is a safe default for requests with no protocol // defined. StudioProtocol_STUDIO_PROTOCOL_UNSPECIFIED StudioProtocol = 0 // STUDIO_PROTOCOL_CONNECT is the Connect protocol in Studio. StudioProtocol_STUDIO_PROTOCOL_CONNECT StudioProtocol = 1 // STUDIO_PROTOCOL_GRPC is the gRPC protocol in Studio. StudioProtocol_STUDIO_PROTOCOL_GRPC StudioProtocol = 2 // STUDIO_PROTOCOL_GRPC_WEB is the gRPC-web protocol in Studio. StudioProtocol_STUDIO_PROTOCOL_GRPC_WEB StudioProtocol = 3 )
func (StudioProtocol) Descriptor ¶ added in v1.8.0
func (StudioProtocol) Descriptor() protoreflect.EnumDescriptor
func (StudioProtocol) Enum ¶ added in v1.8.0
func (x StudioProtocol) Enum() *StudioProtocol
func (StudioProtocol) Number ¶ added in v1.8.0
func (x StudioProtocol) Number() protoreflect.EnumNumber
func (StudioProtocol) String ¶ added in v1.8.0
func (x StudioProtocol) String() string
func (StudioProtocol) Type ¶ added in v1.8.0
func (StudioProtocol) Type() protoreflect.EnumType
type StudioRequest ¶ added in v1.8.0
type StudioRequest struct {
// contains filtered or unexported fields
}
StudioRequest represents a saved request in Studio, that is synced to a BSR user's profile.
func (*StudioRequest) ClearCreateTime ¶ added in v1.49.0
func (x *StudioRequest) ClearCreateTime()
func (*StudioRequest) ClearUpdateTime ¶ added in v1.49.0
func (x *StudioRequest) ClearUpdateTime()
func (*StudioRequest) GetAgentUrl ¶ added in v1.8.0
func (x *StudioRequest) GetAgentUrl() string
func (*StudioRequest) GetAuthorUserId ¶ added in v1.8.0
func (x *StudioRequest) GetAuthorUserId() string
func (*StudioRequest) GetBody ¶ added in v1.8.0
func (x *StudioRequest) GetBody() string
func (*StudioRequest) GetCreateTime ¶ added in v1.8.0
func (x *StudioRequest) GetCreateTime() *timestamppb.Timestamp
func (*StudioRequest) GetHeaders ¶ added in v1.8.0
func (x *StudioRequest) GetHeaders() map[string]string
func (*StudioRequest) GetId ¶ added in v1.8.0
func (x *StudioRequest) GetId() string
func (*StudioRequest) GetIncludeCookies ¶ added in v1.8.0
func (x *StudioRequest) GetIncludeCookies() bool
func (*StudioRequest) GetMethod ¶ added in v1.8.0
func (x *StudioRequest) GetMethod() string
func (*StudioRequest) GetName ¶ added in v1.8.0
func (x *StudioRequest) GetName() string
func (*StudioRequest) GetProtocol ¶ added in v1.8.0
func (x *StudioRequest) GetProtocol() StudioProtocol
func (*StudioRequest) GetRepositoryId ¶ added in v1.8.0
func (x *StudioRequest) GetRepositoryId() string
func (*StudioRequest) GetRepositoryName ¶ added in v1.8.0
func (x *StudioRequest) GetRepositoryName() string
func (*StudioRequest) GetRepositoryOwner ¶ added in v1.8.0
func (x *StudioRequest) GetRepositoryOwner() string
func (*StudioRequest) GetService ¶ added in v1.8.0
func (x *StudioRequest) GetService() string
func (*StudioRequest) GetTargetBaseUrl ¶ added in v1.8.0
func (x *StudioRequest) GetTargetBaseUrl() string
func (*StudioRequest) GetUpdateTime ¶ added in v1.8.0
func (x *StudioRequest) GetUpdateTime() *timestamppb.Timestamp
func (*StudioRequest) HasCreateTime ¶ added in v1.49.0
func (x *StudioRequest) HasCreateTime() bool
func (*StudioRequest) HasUpdateTime ¶ added in v1.49.0
func (x *StudioRequest) HasUpdateTime() bool
func (*StudioRequest) ProtoMessage ¶ added in v1.8.0
func (*StudioRequest) ProtoMessage()
func (*StudioRequest) ProtoReflect ¶ added in v1.8.0
func (x *StudioRequest) ProtoReflect() protoreflect.Message
func (*StudioRequest) Reset ¶ added in v1.8.0
func (x *StudioRequest) Reset()
func (*StudioRequest) SetAgentUrl ¶ added in v1.49.0
func (x *StudioRequest) SetAgentUrl(v string)
func (*StudioRequest) SetAuthorUserId ¶ added in v1.49.0
func (x *StudioRequest) SetAuthorUserId(v string)
func (*StudioRequest) SetBody ¶ added in v1.49.0
func (x *StudioRequest) SetBody(v string)
func (*StudioRequest) SetCreateTime ¶ added in v1.49.0
func (x *StudioRequest) SetCreateTime(v *timestamppb.Timestamp)
func (*StudioRequest) SetHeaders ¶ added in v1.49.0
func (x *StudioRequest) SetHeaders(v map[string]string)
func (*StudioRequest) SetId ¶ added in v1.49.0
func (x *StudioRequest) SetId(v string)
func (*StudioRequest) SetIncludeCookies ¶ added in v1.49.0
func (x *StudioRequest) SetIncludeCookies(v bool)
func (*StudioRequest) SetMethod ¶ added in v1.49.0
func (x *StudioRequest) SetMethod(v string)
func (*StudioRequest) SetName ¶ added in v1.49.0
func (x *StudioRequest) SetName(v string)
func (*StudioRequest) SetProtocol ¶ added in v1.49.0
func (x *StudioRequest) SetProtocol(v StudioProtocol)
func (*StudioRequest) SetRepositoryId ¶ added in v1.49.0
func (x *StudioRequest) SetRepositoryId(v string)
func (*StudioRequest) SetRepositoryName ¶ added in v1.49.0
func (x *StudioRequest) SetRepositoryName(v string)
func (*StudioRequest) SetRepositoryOwner ¶ added in v1.49.0
func (x *StudioRequest) SetRepositoryOwner(v string)
func (*StudioRequest) SetService ¶ added in v1.49.0
func (x *StudioRequest) SetService(v string)
func (*StudioRequest) SetTargetBaseUrl ¶ added in v1.49.0
func (x *StudioRequest) SetTargetBaseUrl(v string)
func (*StudioRequest) SetUpdateTime ¶ added in v1.49.0
func (x *StudioRequest) SetUpdateTime(v *timestamppb.Timestamp)
func (*StudioRequest) String ¶ added in v1.8.0
func (x *StudioRequest) String() string
type StudioRequest_builder ¶ added in v1.49.0
type StudioRequest_builder struct { // The ID of this Studio Request. Id string // The request creation timestamp. CreateTime *timestamppb.Timestamp // The request last updated timestamp. UpdateTime *timestamppb.Timestamp // User ID who created and saved this request. AuthorUserId string // BSR repository ID this request is linked to. RepositoryId string // The friendly name of this request. Name string // The target base URL of this request. TargetBaseUrl string // The BSR repository owner name (user or organization). RepositoryOwner string // The BSR repository name. RepositoryName string // The target service name as defined in the BSR repository. Service string // The target RPC method name as defined in the BSR repository. Method string // The request body as defined in Studio. Body string // The request headers as defined in Studio. Headers map[string]string // Should this request include cookies from the Studio current session? IncludeCookies bool // The protocol that Studio uses to send this request. Protocol StudioProtocol // The agent url (if any) used by Studio to send the request. See // https://docs.buf.build/bsr/studio#via-buf-studio-agent for details. AgentUrl string // contains filtered or unexported fields }
func (StudioRequest_builder) Build ¶ added in v1.49.0
func (b0 StudioRequest_builder) Build() *StudioRequest
type SwiftConfig ¶ added in v1.18.0
type SwiftConfig struct {
// contains filtered or unexported fields
}
func (*SwiftConfig) GetRuntimeLibraries ¶ added in v1.18.0
func (x *SwiftConfig) GetRuntimeLibraries() []*SwiftConfig_RuntimeLibrary
func (*SwiftConfig) ProtoMessage ¶ added in v1.18.0
func (*SwiftConfig) ProtoMessage()
func (*SwiftConfig) ProtoReflect ¶ added in v1.18.0
func (x *SwiftConfig) ProtoReflect() protoreflect.Message
func (*SwiftConfig) Reset ¶ added in v1.18.0
func (x *SwiftConfig) Reset()
func (*SwiftConfig) SetRuntimeLibraries ¶ added in v1.49.0
func (x *SwiftConfig) SetRuntimeLibraries(v []*SwiftConfig_RuntimeLibrary)
func (*SwiftConfig) String ¶ added in v1.18.0
func (x *SwiftConfig) String() string
type SwiftConfig_RuntimeLibrary ¶ added in v1.18.0
type SwiftConfig_RuntimeLibrary struct {
// contains filtered or unexported fields
}
RuntimeLibrary describes a runtime library dependency of the generated code.
func (*SwiftConfig_RuntimeLibrary) GetPackage ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary) GetPackage() string
func (*SwiftConfig_RuntimeLibrary) GetPlatforms ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary) GetPlatforms() []*SwiftConfig_RuntimeLibrary_Platform
func (*SwiftConfig_RuntimeLibrary) GetProducts ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary) GetProducts() []string
func (*SwiftConfig_RuntimeLibrary) GetSource ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary) GetSource() string
func (*SwiftConfig_RuntimeLibrary) GetSwiftVersions ¶ added in v1.19.0
func (x *SwiftConfig_RuntimeLibrary) GetSwiftVersions() []string
func (*SwiftConfig_RuntimeLibrary) GetVersion ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary) GetVersion() string
func (*SwiftConfig_RuntimeLibrary) ProtoMessage ¶ added in v1.18.0
func (*SwiftConfig_RuntimeLibrary) ProtoMessage()
func (*SwiftConfig_RuntimeLibrary) ProtoReflect ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary) ProtoReflect() protoreflect.Message
func (*SwiftConfig_RuntimeLibrary) Reset ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary) Reset()
func (*SwiftConfig_RuntimeLibrary) SetPackage ¶ added in v1.49.0
func (x *SwiftConfig_RuntimeLibrary) SetPackage(v string)
func (*SwiftConfig_RuntimeLibrary) SetPlatforms ¶ added in v1.49.0
func (x *SwiftConfig_RuntimeLibrary) SetPlatforms(v []*SwiftConfig_RuntimeLibrary_Platform)
func (*SwiftConfig_RuntimeLibrary) SetProducts ¶ added in v1.49.0
func (x *SwiftConfig_RuntimeLibrary) SetProducts(v []string)
func (*SwiftConfig_RuntimeLibrary) SetSource ¶ added in v1.49.0
func (x *SwiftConfig_RuntimeLibrary) SetSource(v string)
func (*SwiftConfig_RuntimeLibrary) SetSwiftVersions ¶ added in v1.49.0
func (x *SwiftConfig_RuntimeLibrary) SetSwiftVersions(v []string)
func (*SwiftConfig_RuntimeLibrary) SetVersion ¶ added in v1.49.0
func (x *SwiftConfig_RuntimeLibrary) SetVersion(v string)
func (*SwiftConfig_RuntimeLibrary) String ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary) String() string
type SwiftConfig_RuntimeLibrary_Platform ¶ added in v1.18.0
type SwiftConfig_RuntimeLibrary_Platform struct {
// contains filtered or unexported fields
}
The minimum compatible platform versions of the runtime library.
func (*SwiftConfig_RuntimeLibrary_Platform) GetName ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary_Platform) GetName() SwiftPlatformType
func (*SwiftConfig_RuntimeLibrary_Platform) GetVersion ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary_Platform) GetVersion() string
func (*SwiftConfig_RuntimeLibrary_Platform) ProtoMessage ¶ added in v1.18.0
func (*SwiftConfig_RuntimeLibrary_Platform) ProtoMessage()
func (*SwiftConfig_RuntimeLibrary_Platform) ProtoReflect ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary_Platform) ProtoReflect() protoreflect.Message
func (*SwiftConfig_RuntimeLibrary_Platform) Reset ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary_Platform) Reset()
func (*SwiftConfig_RuntimeLibrary_Platform) SetName ¶ added in v1.49.0
func (x *SwiftConfig_RuntimeLibrary_Platform) SetName(v SwiftPlatformType)
func (*SwiftConfig_RuntimeLibrary_Platform) SetVersion ¶ added in v1.49.0
func (x *SwiftConfig_RuntimeLibrary_Platform) SetVersion(v string)
func (*SwiftConfig_RuntimeLibrary_Platform) String ¶ added in v1.18.0
func (x *SwiftConfig_RuntimeLibrary_Platform) String() string
type SwiftConfig_RuntimeLibrary_Platform_builder ¶ added in v1.49.0
type SwiftConfig_RuntimeLibrary_Platform_builder struct { // The name of the platform. Name SwiftPlatformType // The minimum compatible version of the platform. Version string // contains filtered or unexported fields }
func (SwiftConfig_RuntimeLibrary_Platform_builder) Build ¶ added in v1.49.0
func (b0 SwiftConfig_RuntimeLibrary_Platform_builder) Build() *SwiftConfig_RuntimeLibrary_Platform
type SwiftConfig_RuntimeLibrary_builder ¶ added in v1.49.0
type SwiftConfig_RuntimeLibrary_builder struct { // The source of the runtime library package, e.g. https://github.com/apple/swift-protobuf.git. Source string // The name of the runtime library package, e.g. "swift-protobuf". Package string // The version of the runtime library, e.g. "1.21.0". Version string // The products exported by the runtime library, e.g. "SwiftProtobuf". Products []string // The minimum compatible platform versions of the runtime library. Platforms []*SwiftConfig_RuntimeLibrary_Platform // The supported Swift language versions of the runtime library, e.g. ".v5". SwiftVersions []string // contains filtered or unexported fields }
func (SwiftConfig_RuntimeLibrary_builder) Build ¶ added in v1.49.0
func (b0 SwiftConfig_RuntimeLibrary_builder) Build() *SwiftConfig_RuntimeLibrary
type SwiftConfig_builder ¶ added in v1.49.0
type SwiftConfig_builder struct { // Optionally define the runtime libraries for the plugin. RuntimeLibraries []*SwiftConfig_RuntimeLibrary // contains filtered or unexported fields }
func (SwiftConfig_builder) Build ¶ added in v1.49.0
func (b0 SwiftConfig_builder) Build() *SwiftConfig
type SwiftPlatformType ¶ added in v1.18.0
type SwiftPlatformType int32
SwiftPlatformType is used to specify the platform type for a Swift plugins minimum compatible version.
const ( SwiftPlatformType_SWIFT_PLATFORM_TYPE_UNSPECIFIED SwiftPlatformType = 0 SwiftPlatformType_SWIFT_PLATFORM_TYPE_MACOS SwiftPlatformType = 1 SwiftPlatformType_SWIFT_PLATFORM_TYPE_IOS SwiftPlatformType = 2 SwiftPlatformType_SWIFT_PLATFORM_TYPE_WATCHOS SwiftPlatformType = 3 SwiftPlatformType_SWIFT_PLATFORM_TYPE_TVOS SwiftPlatformType = 4 )
func (SwiftPlatformType) Descriptor ¶ added in v1.18.0
func (SwiftPlatformType) Descriptor() protoreflect.EnumDescriptor
func (SwiftPlatformType) Enum ¶ added in v1.18.0
func (x SwiftPlatformType) Enum() *SwiftPlatformType
func (SwiftPlatformType) Number ¶ added in v1.18.0
func (x SwiftPlatformType) Number() protoreflect.EnumNumber
func (SwiftPlatformType) String ¶ added in v1.18.0
func (x SwiftPlatformType) String() string
func (SwiftPlatformType) Type ¶ added in v1.18.0
func (SwiftPlatformType) Type() protoreflect.EnumType
type TeamSearchResult ¶
type TeamSearchResult struct {
// contains filtered or unexported fields
}
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) SetId ¶ added in v1.49.0
func (x *TeamSearchResult) SetId(v string)
func (*TeamSearchResult) SetName ¶ added in v1.49.0
func (x *TeamSearchResult) SetName(v string)
func (*TeamSearchResult) SetOrganizationName ¶ added in v1.49.0
func (x *TeamSearchResult) SetOrganizationName(v string)
func (*TeamSearchResult) String ¶
func (x *TeamSearchResult) String() string
type TeamSearchResult_builder ¶ added in v1.49.0
type TeamSearchResult_builder struct { Id string Name string OrganizationName string // contains filtered or unexported fields }
func (TeamSearchResult_builder) Build ¶ added in v1.49.0
func (b0 TeamSearchResult_builder) Build() *TeamSearchResult
type TextOutputOptions ¶ added in v1.10.0
type TextOutputOptions struct {
// contains filtered or unexported fields
}
func (*TextOutputOptions) GetIncludeUnrecognized ¶ added in v1.10.0
func (x *TextOutputOptions) GetIncludeUnrecognized() bool
func (*TextOutputOptions) ProtoMessage ¶ added in v1.10.0
func (*TextOutputOptions) ProtoMessage()
func (*TextOutputOptions) ProtoReflect ¶ added in v1.10.0
func (x *TextOutputOptions) ProtoReflect() protoreflect.Message
func (*TextOutputOptions) Reset ¶ added in v1.10.0
func (x *TextOutputOptions) Reset()
func (*TextOutputOptions) SetIncludeUnrecognized ¶ added in v1.49.0
func (x *TextOutputOptions) SetIncludeUnrecognized(v bool)
func (*TextOutputOptions) String ¶ added in v1.10.0
func (x *TextOutputOptions) String() string
type TextOutputOptions_builder ¶ added in v1.49.0
type TextOutputOptions_builder struct { // If true and the input data includes unrecognized fields, the unrecognized // fields will be preserved in the text output (using field numbers and raw // values). IncludeUnrecognized bool // contains filtered or unexported fields }
func (TextOutputOptions_builder) Build ¶ added in v1.49.0
func (b0 TextOutputOptions_builder) Build() *TextOutputOptions
type Token ¶
type Token struct {
// contains filtered or unexported fields
}
func (*Token) ClearCreateTime ¶ added in v1.49.0
func (x *Token) ClearCreateTime()
func (*Token) ClearExpireTime ¶ added in v1.49.0
func (x *Token) ClearExpireTime()
func (*Token) GetCreateTime ¶
func (x *Token) GetCreateTime() *timestamppb.Timestamp
func (*Token) GetExpireTime ¶
func (x *Token) GetExpireTime() *timestamppb.Timestamp
func (*Token) HasCreateTime ¶ added in v1.49.0
func (*Token) HasExpireTime ¶ added in v1.49.0
func (*Token) ProtoMessage ¶
func (*Token) ProtoMessage()
func (*Token) ProtoReflect ¶
func (x *Token) ProtoReflect() protoreflect.Message
func (*Token) SetCreateTime ¶ added in v1.49.0
func (x *Token) SetCreateTime(v *timestamppb.Timestamp)
func (*Token) SetExpireTime ¶ added in v1.49.0
func (x *Token) SetExpireTime(v *timestamppb.Timestamp)
type Token_builder ¶ added in v1.49.0
type Token_builder struct { Id string CreateTime *timestamppb.Timestamp ExpireTime *timestamppb.Timestamp Note string // contains filtered or unexported fields }
func (Token_builder) Build ¶ added in v1.49.0
func (b0 Token_builder) Build() *Token
type UndeprecateRepositoryByNameRequest ¶ added in v1.0.0
type UndeprecateRepositoryByNameRequest struct {
// contains filtered or unexported fields
}
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) SetOwnerName ¶ added in v1.49.0
func (x *UndeprecateRepositoryByNameRequest) SetOwnerName(v string)
func (*UndeprecateRepositoryByNameRequest) SetRepositoryName ¶ added in v1.49.0
func (x *UndeprecateRepositoryByNameRequest) SetRepositoryName(v string)
func (*UndeprecateRepositoryByNameRequest) String ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameRequest) String() string
type UndeprecateRepositoryByNameRequest_builder ¶ added in v1.49.0
type UndeprecateRepositoryByNameRequest_builder struct { OwnerName string RepositoryName string // contains filtered or unexported fields }
func (UndeprecateRepositoryByNameRequest_builder) Build ¶ added in v1.49.0
func (b0 UndeprecateRepositoryByNameRequest_builder) Build() *UndeprecateRepositoryByNameRequest
type UndeprecateRepositoryByNameResponse ¶ added in v1.0.0
type UndeprecateRepositoryByNameResponse struct {
// contains filtered or unexported fields
}
func (*UndeprecateRepositoryByNameResponse) ClearRepository ¶ added in v1.49.0
func (x *UndeprecateRepositoryByNameResponse) ClearRepository()
func (*UndeprecateRepositoryByNameResponse) GetRepository ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameResponse) GetRepository() *Repository
func (*UndeprecateRepositoryByNameResponse) HasRepository ¶ added in v1.49.0
func (x *UndeprecateRepositoryByNameResponse) HasRepository() bool
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) SetRepository ¶ added in v1.49.0
func (x *UndeprecateRepositoryByNameResponse) SetRepository(v *Repository)
func (*UndeprecateRepositoryByNameResponse) String ¶ added in v1.0.0
func (x *UndeprecateRepositoryByNameResponse) String() string
type UndeprecateRepositoryByNameResponse_builder ¶ added in v1.49.0
type UndeprecateRepositoryByNameResponse_builder struct { Repository *Repository // contains filtered or unexported fields }
func (UndeprecateRepositoryByNameResponse_builder) Build ¶ added in v1.49.0
func (b0 UndeprecateRepositoryByNameResponse_builder) Build() *UndeprecateRepositoryByNameResponse
type UniquenessPolicy ¶ added in v1.24.0
type UniquenessPolicy struct {
// contains filtered or unexported fields
}
UniquenessPolicy is the policy for uniqueness on the server.
func (*UniquenessPolicy) GetEnabled ¶ added in v1.24.0
func (x *UniquenessPolicy) GetEnabled() bool
func (*UniquenessPolicy) ProtoMessage ¶ added in v1.24.0
func (*UniquenessPolicy) ProtoMessage()
func (*UniquenessPolicy) ProtoReflect ¶ added in v1.24.0
func (x *UniquenessPolicy) ProtoReflect() protoreflect.Message
func (*UniquenessPolicy) Reset ¶ added in v1.24.0
func (x *UniquenessPolicy) Reset()
func (*UniquenessPolicy) SetEnabled ¶ added in v1.49.0
func (x *UniquenessPolicy) SetEnabled(v bool)
func (*UniquenessPolicy) String ¶ added in v1.24.0
func (x *UniquenessPolicy) String() string
type UniquenessPolicy_builder ¶ added in v1.49.0
type UniquenessPolicy_builder struct { // Whether uniqueness policy is enforced. Enabled bool // contains filtered or unexported fields }
func (UniquenessPolicy_builder) Build ¶ added in v1.49.0
func (b0 UniquenessPolicy_builder) Build() *UniquenessPolicy
type UpdateBreakingChangePolicyRequest ¶ added in v1.22.0
type UpdateBreakingChangePolicyRequest struct {
// contains filtered or unexported fields
}
func (*UpdateBreakingChangePolicyRequest) ClearPolicy ¶ added in v1.49.0
func (x *UpdateBreakingChangePolicyRequest) ClearPolicy()
func (*UpdateBreakingChangePolicyRequest) GetPolicy ¶ added in v1.22.0
func (x *UpdateBreakingChangePolicyRequest) GetPolicy() *BreakingChangePolicy
func (*UpdateBreakingChangePolicyRequest) HasPolicy ¶ added in v1.49.0
func (x *UpdateBreakingChangePolicyRequest) HasPolicy() bool
func (*UpdateBreakingChangePolicyRequest) ProtoMessage ¶ added in v1.22.0
func (*UpdateBreakingChangePolicyRequest) ProtoMessage()
func (*UpdateBreakingChangePolicyRequest) ProtoReflect ¶ added in v1.22.0
func (x *UpdateBreakingChangePolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateBreakingChangePolicyRequest) Reset ¶ added in v1.22.0
func (x *UpdateBreakingChangePolicyRequest) Reset()
func (*UpdateBreakingChangePolicyRequest) SetPolicy ¶ added in v1.49.0
func (x *UpdateBreakingChangePolicyRequest) SetPolicy(v *BreakingChangePolicy)
func (*UpdateBreakingChangePolicyRequest) String ¶ added in v1.22.0
func (x *UpdateBreakingChangePolicyRequest) String() string
type UpdateBreakingChangePolicyRequest_builder ¶ added in v1.49.0
type UpdateBreakingChangePolicyRequest_builder struct { Policy *BreakingChangePolicy // contains filtered or unexported fields }
func (UpdateBreakingChangePolicyRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateBreakingChangePolicyRequest_builder) Build() *UpdateBreakingChangePolicyRequest
type UpdateBreakingChangePolicyResponse ¶ added in v1.22.0
type UpdateBreakingChangePolicyResponse struct {
// contains filtered or unexported fields
}
func (*UpdateBreakingChangePolicyResponse) ProtoMessage ¶ added in v1.22.0
func (*UpdateBreakingChangePolicyResponse) ProtoMessage()
func (*UpdateBreakingChangePolicyResponse) ProtoReflect ¶ added in v1.22.0
func (x *UpdateBreakingChangePolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateBreakingChangePolicyResponse) Reset ¶ added in v1.22.0
func (x *UpdateBreakingChangePolicyResponse) Reset()
func (*UpdateBreakingChangePolicyResponse) String ¶ added in v1.22.0
func (x *UpdateBreakingChangePolicyResponse) String() string
type UpdateBreakingChangePolicyResponse_builder ¶ added in v1.49.0
type UpdateBreakingChangePolicyResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateBreakingChangePolicyResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateBreakingChangePolicyResponse_builder) Build() *UpdateBreakingChangePolicyResponse
type UpdateOrganizationMemberRequest ¶ added in v1.0.0
type UpdateOrganizationMemberRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *UpdateOrganizationMemberRequest) SetOrganizationId(v string)
func (*UpdateOrganizationMemberRequest) SetOrganizationRole ¶ added in v1.49.0
func (x *UpdateOrganizationMemberRequest) SetOrganizationRole(v OrganizationRole)
func (*UpdateOrganizationMemberRequest) SetUserId ¶ added in v1.49.0
func (x *UpdateOrganizationMemberRequest) SetUserId(v string)
func (*UpdateOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *UpdateOrganizationMemberRequest) String() string
type UpdateOrganizationMemberRequest_builder ¶ added in v1.49.0
type UpdateOrganizationMemberRequest_builder struct { // The ID of the organization for which the member belongs to. OrganizationId string // The ID of the user for which to be updated the role. UserId string // The new role of the user in the organization. OrganizationRole OrganizationRole // contains filtered or unexported fields }
func (UpdateOrganizationMemberRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateOrganizationMemberRequest_builder) Build() *UpdateOrganizationMemberRequest
type UpdateOrganizationMemberResponse ¶ added in v1.0.0
type UpdateOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
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 UpdateOrganizationMemberResponse_builder ¶ added in v1.49.0
type UpdateOrganizationMemberResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateOrganizationMemberResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateOrganizationMemberResponse_builder) Build() *UpdateOrganizationMemberResponse
type UpdateOrganizationSettingsRequest ¶ added in v1.0.0
type UpdateOrganizationSettingsRequest struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*UpdateOrganizationSettingsRequest) ClearDescription ¶ added in v1.49.0
func (x *UpdateOrganizationSettingsRequest) ClearDescription()
func (*UpdateOrganizationSettingsRequest) ClearUrl ¶ added in v1.49.0
func (x *UpdateOrganizationSettingsRequest) ClearUrl()
func (*UpdateOrganizationSettingsRequest) GetDescription ¶ added in v1.9.0
func (x *UpdateOrganizationSettingsRequest) GetDescription() string
func (*UpdateOrganizationSettingsRequest) GetOrganizationId ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) GetOrganizationId() string
func (*UpdateOrganizationSettingsRequest) GetRepositoryBaseRole ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) GetRepositoryBaseRole() RepositoryRole
func (*UpdateOrganizationSettingsRequest) GetUrl ¶ added in v1.9.0
func (x *UpdateOrganizationSettingsRequest) GetUrl() string
func (*UpdateOrganizationSettingsRequest) HasDescription ¶ added in v1.49.0
func (x *UpdateOrganizationSettingsRequest) HasDescription() bool
func (*UpdateOrganizationSettingsRequest) HasUrl ¶ added in v1.49.0
func (x *UpdateOrganizationSettingsRequest) HasUrl() bool
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) SetDescription ¶ added in v1.49.0
func (x *UpdateOrganizationSettingsRequest) SetDescription(v string)
func (*UpdateOrganizationSettingsRequest) SetOrganizationId ¶ added in v1.49.0
func (x *UpdateOrganizationSettingsRequest) SetOrganizationId(v string)
func (*UpdateOrganizationSettingsRequest) SetRepositoryBaseRole ¶ added in v1.49.0
func (x *UpdateOrganizationSettingsRequest) SetRepositoryBaseRole(v RepositoryRole)
func (*UpdateOrganizationSettingsRequest) SetUrl ¶ added in v1.49.0
func (x *UpdateOrganizationSettingsRequest) SetUrl(v string)
func (*UpdateOrganizationSettingsRequest) String ¶ added in v1.0.0
func (x *UpdateOrganizationSettingsRequest) String() string
type UpdateOrganizationSettingsRequest_builder ¶ added in v1.49.0
type UpdateOrganizationSettingsRequest_builder struct { // The ID of the organization for which to update the base roles. OrganizationId string // optional, no update to this base role will be made if this is unspecified. RepositoryBaseRole RepositoryRole // optional, update to description will only be made when this is present Description *string // optional, update to url will only be made when this is present Url *string // contains filtered or unexported fields }
func (UpdateOrganizationSettingsRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateOrganizationSettingsRequest_builder) Build() *UpdateOrganizationSettingsRequest
type UpdateOrganizationSettingsResponse ¶ added in v1.0.0
type UpdateOrganizationSettingsResponse struct {
// contains filtered or unexported fields
}
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 UpdateOrganizationSettingsResponse_builder ¶ added in v1.49.0
type UpdateOrganizationSettingsResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateOrganizationSettingsResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateOrganizationSettingsResponse_builder) Build() *UpdateOrganizationSettingsResponse
type UpdateOrganizationVerificationStatusRequest ¶ added in v1.9.0
type UpdateOrganizationVerificationStatusRequest struct {
// contains filtered or unexported fields
}
func (*UpdateOrganizationVerificationStatusRequest) GetOrganizationId ¶ added in v1.9.0
func (x *UpdateOrganizationVerificationStatusRequest) GetOrganizationId() string
func (*UpdateOrganizationVerificationStatusRequest) GetVerificationStatus ¶ added in v1.9.0
func (x *UpdateOrganizationVerificationStatusRequest) GetVerificationStatus() VerificationStatus
func (*UpdateOrganizationVerificationStatusRequest) ProtoMessage ¶ added in v1.9.0
func (*UpdateOrganizationVerificationStatusRequest) ProtoMessage()
func (*UpdateOrganizationVerificationStatusRequest) ProtoReflect ¶ added in v1.9.0
func (x *UpdateOrganizationVerificationStatusRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationVerificationStatusRequest) Reset ¶ added in v1.9.0
func (x *UpdateOrganizationVerificationStatusRequest) Reset()
func (*UpdateOrganizationVerificationStatusRequest) SetOrganizationId ¶ added in v1.49.0
func (x *UpdateOrganizationVerificationStatusRequest) SetOrganizationId(v string)
func (*UpdateOrganizationVerificationStatusRequest) SetVerificationStatus ¶ added in v1.49.0
func (x *UpdateOrganizationVerificationStatusRequest) SetVerificationStatus(v VerificationStatus)
func (*UpdateOrganizationVerificationStatusRequest) String ¶ added in v1.9.0
func (x *UpdateOrganizationVerificationStatusRequest) String() string
type UpdateOrganizationVerificationStatusRequest_builder ¶ added in v1.49.0
type UpdateOrganizationVerificationStatusRequest_builder struct { OrganizationId string VerificationStatus VerificationStatus // contains filtered or unexported fields }
type UpdateOrganizationVerificationStatusResponse ¶ added in v1.9.0
type UpdateOrganizationVerificationStatusResponse struct {
// contains filtered or unexported fields
}
func (*UpdateOrganizationVerificationStatusResponse) ProtoMessage ¶ added in v1.9.0
func (*UpdateOrganizationVerificationStatusResponse) ProtoMessage()
func (*UpdateOrganizationVerificationStatusResponse) ProtoReflect ¶ added in v1.9.0
func (x *UpdateOrganizationVerificationStatusResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationVerificationStatusResponse) Reset ¶ added in v1.9.0
func (x *UpdateOrganizationVerificationStatusResponse) Reset()
func (*UpdateOrganizationVerificationStatusResponse) String ¶ added in v1.9.0
func (x *UpdateOrganizationVerificationStatusResponse) String() string
type UpdateOrganizationVerificationStatusResponse_builder ¶ added in v1.49.0
type UpdateOrganizationVerificationStatusResponse_builder struct {
// contains filtered or unexported fields
}
type UpdateRepositorySettingsByNameRequest ¶ added in v1.3.1
type UpdateRepositorySettingsByNameRequest struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*UpdateRepositorySettingsByNameRequest) ClearDefaultBranch ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) ClearDefaultBranch()
func (*UpdateRepositorySettingsByNameRequest) ClearDescription ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) ClearDescription()
func (*UpdateRepositorySettingsByNameRequest) ClearUrl ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) ClearUrl()
func (*UpdateRepositorySettingsByNameRequest) GetDefaultBranch ¶ added in v1.25.1
func (x *UpdateRepositorySettingsByNameRequest) GetDefaultBranch() string
func (*UpdateRepositorySettingsByNameRequest) GetDescription ¶ added in v1.9.0
func (x *UpdateRepositorySettingsByNameRequest) GetDescription() string
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) GetUrl ¶ added in v1.9.0
func (x *UpdateRepositorySettingsByNameRequest) GetUrl() string
func (*UpdateRepositorySettingsByNameRequest) GetVisibility ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameRequest) GetVisibility() Visibility
func (*UpdateRepositorySettingsByNameRequest) HasDefaultBranch ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) HasDefaultBranch() bool
func (*UpdateRepositorySettingsByNameRequest) HasDescription ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) HasDescription() bool
func (*UpdateRepositorySettingsByNameRequest) HasUrl ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) HasUrl() bool
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) SetDefaultBranch ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) SetDefaultBranch(v string)
func (*UpdateRepositorySettingsByNameRequest) SetDescription ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) SetDescription(v string)
func (*UpdateRepositorySettingsByNameRequest) SetOwnerName ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) SetOwnerName(v string)
func (*UpdateRepositorySettingsByNameRequest) SetRepositoryName ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) SetRepositoryName(v string)
func (*UpdateRepositorySettingsByNameRequest) SetUrl ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) SetUrl(v string)
func (*UpdateRepositorySettingsByNameRequest) SetVisibility ¶ added in v1.49.0
func (x *UpdateRepositorySettingsByNameRequest) SetVisibility(v Visibility)
func (*UpdateRepositorySettingsByNameRequest) String ¶ added in v1.3.1
func (x *UpdateRepositorySettingsByNameRequest) String() string
type UpdateRepositorySettingsByNameRequest_builder ¶ added in v1.49.0
type UpdateRepositorySettingsByNameRequest_builder struct { OwnerName string RepositoryName string // optional, update to visibility will only be made if this is specified. Visibility Visibility // optional, update to description will only be made when this is present Description *string // optional, update to url will only be made when this is present Url *string // optional, update to default_branch will only be made when this is present DefaultBranch *string // contains filtered or unexported fields }
type UpdateRepositorySettingsByNameResponse ¶ added in v1.3.1
type UpdateRepositorySettingsByNameResponse struct {
// contains filtered or unexported fields
}
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 UpdateRepositorySettingsByNameResponse_builder ¶ added in v1.49.0
type UpdateRepositorySettingsByNameResponse_builder struct {
// contains filtered or unexported fields
}
type UpdateRepositoryTagRequest ¶ added in v1.29.0
type UpdateRepositoryTagRequest struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*UpdateRepositoryTagRequest) ClearCommitName ¶ added in v1.49.0
func (x *UpdateRepositoryTagRequest) ClearCommitName()
func (*UpdateRepositoryTagRequest) GetCommitName ¶ added in v1.29.0
func (x *UpdateRepositoryTagRequest) GetCommitName() string
func (*UpdateRepositoryTagRequest) GetName ¶ added in v1.29.0
func (x *UpdateRepositoryTagRequest) GetName() string
func (*UpdateRepositoryTagRequest) GetRepositoryId ¶ added in v1.29.0
func (x *UpdateRepositoryTagRequest) GetRepositoryId() string
func (*UpdateRepositoryTagRequest) HasCommitName ¶ added in v1.49.0
func (x *UpdateRepositoryTagRequest) HasCommitName() bool
func (*UpdateRepositoryTagRequest) ProtoMessage ¶ added in v1.29.0
func (*UpdateRepositoryTagRequest) ProtoMessage()
func (*UpdateRepositoryTagRequest) ProtoReflect ¶ added in v1.29.0
func (x *UpdateRepositoryTagRequest) ProtoReflect() protoreflect.Message
func (*UpdateRepositoryTagRequest) Reset ¶ added in v1.29.0
func (x *UpdateRepositoryTagRequest) Reset()
func (*UpdateRepositoryTagRequest) SetCommitName ¶ added in v1.49.0
func (x *UpdateRepositoryTagRequest) SetCommitName(v string)
func (*UpdateRepositoryTagRequest) SetName ¶ added in v1.49.0
func (x *UpdateRepositoryTagRequest) SetName(v string)
func (*UpdateRepositoryTagRequest) SetRepositoryId ¶ added in v1.49.0
func (x *UpdateRepositoryTagRequest) SetRepositoryId(v string)
func (*UpdateRepositoryTagRequest) String ¶ added in v1.29.0
func (x *UpdateRepositoryTagRequest) String() string
type UpdateRepositoryTagRequest_builder ¶ added in v1.49.0
type UpdateRepositoryTagRequest_builder struct { // The ID of the repository this tag belongs to. RepositoryId string // The name of the repository tag, to update e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403". Name string // The name of the commit this tag should reference. CommitName *string // contains filtered or unexported fields }
func (UpdateRepositoryTagRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateRepositoryTagRequest_builder) Build() *UpdateRepositoryTagRequest
type UpdateRepositoryTagResponse ¶ added in v1.29.0
type UpdateRepositoryTagResponse struct {
// contains filtered or unexported fields
}
func (*UpdateRepositoryTagResponse) ClearRepositoryTag ¶ added in v1.49.0
func (x *UpdateRepositoryTagResponse) ClearRepositoryTag()
func (*UpdateRepositoryTagResponse) GetRepositoryTag ¶ added in v1.29.0
func (x *UpdateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag
func (*UpdateRepositoryTagResponse) HasRepositoryTag ¶ added in v1.49.0
func (x *UpdateRepositoryTagResponse) HasRepositoryTag() bool
func (*UpdateRepositoryTagResponse) ProtoMessage ¶ added in v1.29.0
func (*UpdateRepositoryTagResponse) ProtoMessage()
func (*UpdateRepositoryTagResponse) ProtoReflect ¶ added in v1.29.0
func (x *UpdateRepositoryTagResponse) ProtoReflect() protoreflect.Message
func (*UpdateRepositoryTagResponse) Reset ¶ added in v1.29.0
func (x *UpdateRepositoryTagResponse) Reset()
func (*UpdateRepositoryTagResponse) SetRepositoryTag ¶ added in v1.49.0
func (x *UpdateRepositoryTagResponse) SetRepositoryTag(v *RepositoryTag)
func (*UpdateRepositoryTagResponse) String ¶ added in v1.29.0
func (x *UpdateRepositoryTagResponse) String() string
type UpdateRepositoryTagResponse_builder ¶ added in v1.49.0
type UpdateRepositoryTagResponse_builder struct { RepositoryTag *RepositoryTag // contains filtered or unexported fields }
func (UpdateRepositoryTagResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateRepositoryTagResponse_builder) Build() *UpdateRepositoryTagResponse
type UpdateReviewFlowGracePeriodPolicyRequest ¶ added in v1.27.0
type UpdateReviewFlowGracePeriodPolicyRequest struct {
// contains filtered or unexported fields
}
func (*UpdateReviewFlowGracePeriodPolicyRequest) ClearPolicy ¶ added in v1.49.0
func (x *UpdateReviewFlowGracePeriodPolicyRequest) ClearPolicy()
func (*UpdateReviewFlowGracePeriodPolicyRequest) GetPolicy ¶ added in v1.27.0
func (x *UpdateReviewFlowGracePeriodPolicyRequest) GetPolicy() *ReviewFlowGracePeriodPolicy
func (*UpdateReviewFlowGracePeriodPolicyRequest) HasPolicy ¶ added in v1.49.0
func (x *UpdateReviewFlowGracePeriodPolicyRequest) HasPolicy() bool
func (*UpdateReviewFlowGracePeriodPolicyRequest) ProtoMessage ¶ added in v1.27.0
func (*UpdateReviewFlowGracePeriodPolicyRequest) ProtoMessage()
func (*UpdateReviewFlowGracePeriodPolicyRequest) ProtoReflect ¶ added in v1.27.0
func (x *UpdateReviewFlowGracePeriodPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateReviewFlowGracePeriodPolicyRequest) Reset ¶ added in v1.27.0
func (x *UpdateReviewFlowGracePeriodPolicyRequest) Reset()
func (*UpdateReviewFlowGracePeriodPolicyRequest) SetPolicy ¶ added in v1.49.0
func (x *UpdateReviewFlowGracePeriodPolicyRequest) SetPolicy(v *ReviewFlowGracePeriodPolicy)
func (*UpdateReviewFlowGracePeriodPolicyRequest) String ¶ added in v1.27.0
func (x *UpdateReviewFlowGracePeriodPolicyRequest) String() string
type UpdateReviewFlowGracePeriodPolicyRequest_builder ¶ added in v1.49.0
type UpdateReviewFlowGracePeriodPolicyRequest_builder struct { // The new grace period policy settings. Policy *ReviewFlowGracePeriodPolicy // contains filtered or unexported fields }
type UpdateReviewFlowGracePeriodPolicyResponse ¶ added in v1.27.0
type UpdateReviewFlowGracePeriodPolicyResponse struct {
// contains filtered or unexported fields
}
func (*UpdateReviewFlowGracePeriodPolicyResponse) ProtoMessage ¶ added in v1.27.0
func (*UpdateReviewFlowGracePeriodPolicyResponse) ProtoMessage()
func (*UpdateReviewFlowGracePeriodPolicyResponse) ProtoReflect ¶ added in v1.27.0
func (x *UpdateReviewFlowGracePeriodPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateReviewFlowGracePeriodPolicyResponse) Reset ¶ added in v1.27.0
func (x *UpdateReviewFlowGracePeriodPolicyResponse) Reset()
func (*UpdateReviewFlowGracePeriodPolicyResponse) String ¶ added in v1.27.0
func (x *UpdateReviewFlowGracePeriodPolicyResponse) String() string
type UpdateReviewFlowGracePeriodPolicyResponse_builder ¶ added in v1.49.0
type UpdateReviewFlowGracePeriodPolicyResponse_builder struct {
// contains filtered or unexported fields
}
type UpdateUniquenessPolicyRequest ¶ added in v1.24.0
type UpdateUniquenessPolicyRequest struct {
// contains filtered or unexported fields
}
func (*UpdateUniquenessPolicyRequest) ClearPolicy ¶ added in v1.49.0
func (x *UpdateUniquenessPolicyRequest) ClearPolicy()
func (*UpdateUniquenessPolicyRequest) GetPolicy ¶ added in v1.24.0
func (x *UpdateUniquenessPolicyRequest) GetPolicy() *UniquenessPolicy
func (*UpdateUniquenessPolicyRequest) HasPolicy ¶ added in v1.49.0
func (x *UpdateUniquenessPolicyRequest) HasPolicy() bool
func (*UpdateUniquenessPolicyRequest) ProtoMessage ¶ added in v1.24.0
func (*UpdateUniquenessPolicyRequest) ProtoMessage()
func (*UpdateUniquenessPolicyRequest) ProtoReflect ¶ added in v1.24.0
func (x *UpdateUniquenessPolicyRequest) ProtoReflect() protoreflect.Message
func (*UpdateUniquenessPolicyRequest) Reset ¶ added in v1.24.0
func (x *UpdateUniquenessPolicyRequest) Reset()
func (*UpdateUniquenessPolicyRequest) SetPolicy ¶ added in v1.49.0
func (x *UpdateUniquenessPolicyRequest) SetPolicy(v *UniquenessPolicy)
func (*UpdateUniquenessPolicyRequest) String ¶ added in v1.24.0
func (x *UpdateUniquenessPolicyRequest) String() string
type UpdateUniquenessPolicyRequest_builder ¶ added in v1.49.0
type UpdateUniquenessPolicyRequest_builder struct { Policy *UniquenessPolicy // contains filtered or unexported fields }
func (UpdateUniquenessPolicyRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateUniquenessPolicyRequest_builder) Build() *UpdateUniquenessPolicyRequest
type UpdateUniquenessPolicyResponse ¶ added in v1.24.0
type UpdateUniquenessPolicyResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUniquenessPolicyResponse) ProtoMessage ¶ added in v1.24.0
func (*UpdateUniquenessPolicyResponse) ProtoMessage()
func (*UpdateUniquenessPolicyResponse) ProtoReflect ¶ added in v1.24.0
func (x *UpdateUniquenessPolicyResponse) ProtoReflect() protoreflect.Message
func (*UpdateUniquenessPolicyResponse) Reset ¶ added in v1.24.0
func (x *UpdateUniquenessPolicyResponse) Reset()
func (*UpdateUniquenessPolicyResponse) String ¶ added in v1.24.0
func (x *UpdateUniquenessPolicyResponse) String() string
type UpdateUniquenessPolicyResponse_builder ¶ added in v1.49.0
type UpdateUniquenessPolicyResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateUniquenessPolicyResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateUniquenessPolicyResponse_builder) Build() *UpdateUniquenessPolicyResponse
type UpdateUserPluginPreferencesRequest ¶ added in v1.27.0
type UpdateUserPluginPreferencesRequest struct {
// contains filtered or unexported fields
}
func (*UpdateUserPluginPreferencesRequest) ClearPreference ¶ added in v1.49.0
func (x *UpdateUserPluginPreferencesRequest) ClearPreference()
func (*UpdateUserPluginPreferencesRequest) GetPreference ¶ added in v1.27.0
func (x *UpdateUserPluginPreferencesRequest) GetPreference() *UserPluginPreference
func (*UpdateUserPluginPreferencesRequest) HasPreference ¶ added in v1.49.0
func (x *UpdateUserPluginPreferencesRequest) HasPreference() bool
func (*UpdateUserPluginPreferencesRequest) ProtoMessage ¶ added in v1.27.0
func (*UpdateUserPluginPreferencesRequest) ProtoMessage()
func (*UpdateUserPluginPreferencesRequest) ProtoReflect ¶ added in v1.27.0
func (x *UpdateUserPluginPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserPluginPreferencesRequest) Reset ¶ added in v1.27.0
func (x *UpdateUserPluginPreferencesRequest) Reset()
func (*UpdateUserPluginPreferencesRequest) SetPreference ¶ added in v1.49.0
func (x *UpdateUserPluginPreferencesRequest) SetPreference(v *UserPluginPreference)
func (*UpdateUserPluginPreferencesRequest) String ¶ added in v1.27.0
func (x *UpdateUserPluginPreferencesRequest) String() string
type UpdateUserPluginPreferencesRequest_builder ¶ added in v1.49.0
type UpdateUserPluginPreferencesRequest_builder struct { Preference *UserPluginPreference // contains filtered or unexported fields }
func (UpdateUserPluginPreferencesRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateUserPluginPreferencesRequest_builder) Build() *UpdateUserPluginPreferencesRequest
type UpdateUserPluginPreferencesResponse ¶ added in v1.27.0
type UpdateUserPluginPreferencesResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserPluginPreferencesResponse) ClearPreference ¶ added in v1.49.0
func (x *UpdateUserPluginPreferencesResponse) ClearPreference()
func (*UpdateUserPluginPreferencesResponse) GetPreference ¶ added in v1.27.0
func (x *UpdateUserPluginPreferencesResponse) GetPreference() *UserPluginPreference
func (*UpdateUserPluginPreferencesResponse) HasPreference ¶ added in v1.49.0
func (x *UpdateUserPluginPreferencesResponse) HasPreference() bool
func (*UpdateUserPluginPreferencesResponse) ProtoMessage ¶ added in v1.27.0
func (*UpdateUserPluginPreferencesResponse) ProtoMessage()
func (*UpdateUserPluginPreferencesResponse) ProtoReflect ¶ added in v1.27.0
func (x *UpdateUserPluginPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserPluginPreferencesResponse) Reset ¶ added in v1.27.0
func (x *UpdateUserPluginPreferencesResponse) Reset()
func (*UpdateUserPluginPreferencesResponse) SetPreference ¶ added in v1.49.0
func (x *UpdateUserPluginPreferencesResponse) SetPreference(v *UserPluginPreference)
func (*UpdateUserPluginPreferencesResponse) String ¶ added in v1.27.0
func (x *UpdateUserPluginPreferencesResponse) String() string
type UpdateUserPluginPreferencesResponse_builder ¶ added in v1.49.0
type UpdateUserPluginPreferencesResponse_builder struct { Preference *UserPluginPreference // contains filtered or unexported fields }
func (UpdateUserPluginPreferencesResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateUserPluginPreferencesResponse_builder) Build() *UpdateUserPluginPreferencesResponse
type UpdateUserServerRoleRequest ¶ added in v1.0.0
type UpdateUserServerRoleRequest struct {
// contains filtered or unexported fields
}
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) SetServerRole ¶ added in v1.49.0
func (x *UpdateUserServerRoleRequest) SetServerRole(v ServerRole)
func (*UpdateUserServerRoleRequest) SetUserId ¶ added in v1.49.0
func (x *UpdateUserServerRoleRequest) SetUserId(v string)
func (*UpdateUserServerRoleRequest) String ¶ added in v1.0.0
func (x *UpdateUserServerRoleRequest) String() string
type UpdateUserServerRoleRequest_builder ¶ added in v1.49.0
type UpdateUserServerRoleRequest_builder struct { // The ID of the user for which to be updated a role. UserId string // The new role of the user in the server. ServerRole ServerRole // contains filtered or unexported fields }
func (UpdateUserServerRoleRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateUserServerRoleRequest_builder) Build() *UpdateUserServerRoleRequest
type UpdateUserServerRoleResponse ¶ added in v1.0.0
type UpdateUserServerRoleResponse struct {
// contains filtered or unexported fields
}
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 UpdateUserServerRoleResponse_builder ¶ added in v1.49.0
type UpdateUserServerRoleResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateUserServerRoleResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateUserServerRoleResponse_builder) Build() *UpdateUserServerRoleResponse
type UpdateUserSettingsRequest ¶ added in v1.9.0
type UpdateUserSettingsRequest struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*UpdateUserSettingsRequest) ClearDescription ¶ added in v1.49.0
func (x *UpdateUserSettingsRequest) ClearDescription()
func (*UpdateUserSettingsRequest) ClearUrl ¶ added in v1.49.0
func (x *UpdateUserSettingsRequest) ClearUrl()
func (*UpdateUserSettingsRequest) GetDescription ¶ added in v1.9.0
func (x *UpdateUserSettingsRequest) GetDescription() string
func (*UpdateUserSettingsRequest) GetUrl ¶ added in v1.9.0
func (x *UpdateUserSettingsRequest) GetUrl() string
func (*UpdateUserSettingsRequest) GetUserId ¶ added in v1.9.0
func (x *UpdateUserSettingsRequest) GetUserId() string
func (*UpdateUserSettingsRequest) HasDescription ¶ added in v1.49.0
func (x *UpdateUserSettingsRequest) HasDescription() bool
func (*UpdateUserSettingsRequest) HasUrl ¶ added in v1.49.0
func (x *UpdateUserSettingsRequest) HasUrl() bool
func (*UpdateUserSettingsRequest) ProtoMessage ¶ added in v1.9.0
func (*UpdateUserSettingsRequest) ProtoMessage()
func (*UpdateUserSettingsRequest) ProtoReflect ¶ added in v1.9.0
func (x *UpdateUserSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserSettingsRequest) Reset ¶ added in v1.9.0
func (x *UpdateUserSettingsRequest) Reset()
func (*UpdateUserSettingsRequest) SetDescription ¶ added in v1.49.0
func (x *UpdateUserSettingsRequest) SetDescription(v string)
func (*UpdateUserSettingsRequest) SetUrl ¶ added in v1.49.0
func (x *UpdateUserSettingsRequest) SetUrl(v string)
func (*UpdateUserSettingsRequest) SetUserId ¶ added in v1.49.0
func (x *UpdateUserSettingsRequest) SetUserId(v string)
func (*UpdateUserSettingsRequest) String ¶ added in v1.9.0
func (x *UpdateUserSettingsRequest) String() string
type UpdateUserSettingsRequest_builder ¶ added in v1.49.0
type UpdateUserSettingsRequest_builder struct { UserId string // optional, update to description will only be made when this is present Description *string // optional, update to url will only be made when this is present Url *string // contains filtered or unexported fields }
func (UpdateUserSettingsRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateUserSettingsRequest_builder) Build() *UpdateUserSettingsRequest
type UpdateUserSettingsResponse ¶ added in v1.9.0
type UpdateUserSettingsResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserSettingsResponse) ProtoMessage ¶ added in v1.9.0
func (*UpdateUserSettingsResponse) ProtoMessage()
func (*UpdateUserSettingsResponse) ProtoReflect ¶ added in v1.9.0
func (x *UpdateUserSettingsResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserSettingsResponse) Reset ¶ added in v1.9.0
func (x *UpdateUserSettingsResponse) Reset()
func (*UpdateUserSettingsResponse) String ¶ added in v1.9.0
func (x *UpdateUserSettingsResponse) String() string
type UpdateUserSettingsResponse_builder ¶ added in v1.49.0
type UpdateUserSettingsResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateUserSettingsResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateUserSettingsResponse_builder) Build() *UpdateUserSettingsResponse
type UpdateUserVerificationStatusRequest ¶ added in v1.9.0
type UpdateUserVerificationStatusRequest struct {
// contains filtered or unexported fields
}
func (*UpdateUserVerificationStatusRequest) GetUserId ¶ added in v1.9.0
func (x *UpdateUserVerificationStatusRequest) GetUserId() string
func (*UpdateUserVerificationStatusRequest) GetVerificationStatus ¶ added in v1.9.0
func (x *UpdateUserVerificationStatusRequest) GetVerificationStatus() VerificationStatus
func (*UpdateUserVerificationStatusRequest) ProtoMessage ¶ added in v1.9.0
func (*UpdateUserVerificationStatusRequest) ProtoMessage()
func (*UpdateUserVerificationStatusRequest) ProtoReflect ¶ added in v1.9.0
func (x *UpdateUserVerificationStatusRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserVerificationStatusRequest) Reset ¶ added in v1.9.0
func (x *UpdateUserVerificationStatusRequest) Reset()
func (*UpdateUserVerificationStatusRequest) SetUserId ¶ added in v1.49.0
func (x *UpdateUserVerificationStatusRequest) SetUserId(v string)
func (*UpdateUserVerificationStatusRequest) SetVerificationStatus ¶ added in v1.49.0
func (x *UpdateUserVerificationStatusRequest) SetVerificationStatus(v VerificationStatus)
func (*UpdateUserVerificationStatusRequest) String ¶ added in v1.9.0
func (x *UpdateUserVerificationStatusRequest) String() string
type UpdateUserVerificationStatusRequest_builder ¶ added in v1.49.0
type UpdateUserVerificationStatusRequest_builder struct { UserId string VerificationStatus VerificationStatus // contains filtered or unexported fields }
func (UpdateUserVerificationStatusRequest_builder) Build ¶ added in v1.49.0
func (b0 UpdateUserVerificationStatusRequest_builder) Build() *UpdateUserVerificationStatusRequest
type UpdateUserVerificationStatusResponse ¶ added in v1.9.0
type UpdateUserVerificationStatusResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserVerificationStatusResponse) ProtoMessage ¶ added in v1.9.0
func (*UpdateUserVerificationStatusResponse) ProtoMessage()
func (*UpdateUserVerificationStatusResponse) ProtoReflect ¶ added in v1.9.0
func (x *UpdateUserVerificationStatusResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserVerificationStatusResponse) Reset ¶ added in v1.9.0
func (x *UpdateUserVerificationStatusResponse) Reset()
func (*UpdateUserVerificationStatusResponse) String ¶ added in v1.9.0
func (x *UpdateUserVerificationStatusResponse) String() string
type UpdateUserVerificationStatusResponse_builder ¶ added in v1.49.0
type UpdateUserVerificationStatusResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateUserVerificationStatusResponse_builder) Build ¶ added in v1.49.0
func (b0 UpdateUserVerificationStatusResponse_builder) Build() *UpdateUserVerificationStatusResponse
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (*User) ClearCreateTime ¶ added in v1.49.0
func (x *User) ClearCreateTime()
func (*User) ClearUpdateTime ¶ added in v1.49.0
func (x *User) ClearUpdateTime()
func (*User) GetCreateTime ¶
func (x *User) GetCreateTime() *timestamppb.Timestamp
func (*User) GetDeactivated ¶ added in v1.0.0
func (*User) GetDescription ¶ added in v1.9.0
func (*User) GetUpdateTime ¶
func (x *User) GetUpdateTime() *timestamppb.Timestamp
func (*User) GetUserType ¶ added in v1.11.0
func (*User) GetUsername ¶
func (*User) GetVerificationStatus ¶ added in v1.9.0
func (x *User) GetVerificationStatus() VerificationStatus
func (*User) HasCreateTime ¶ added in v1.49.0
func (*User) HasUpdateTime ¶ added in v1.49.0
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
func (*User) SetCreateTime ¶ added in v1.49.0
func (x *User) SetCreateTime(v *timestamppb.Timestamp)
func (*User) SetDeactivated ¶ added in v1.49.0
func (*User) SetDescription ¶ added in v1.49.0
func (*User) SetUpdateTime ¶ added in v1.49.0
func (x *User) SetUpdateTime(v *timestamppb.Timestamp)
func (*User) SetUserType ¶ added in v1.49.0
func (*User) SetUsername ¶ added in v1.49.0
func (*User) SetVerificationStatus ¶ added in v1.49.0
func (x *User) SetVerificationStatus(v VerificationStatus)
type UserCanAddOrganizationMemberRequest ¶ added in v1.0.0
type UserCanAddOrganizationMemberRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *UserCanAddOrganizationMemberRequest) SetOrganizationId(v string)
func (*UserCanAddOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberRequest) String() string
type UserCanAddOrganizationMemberRequest_builder ¶ added in v1.49.0
type UserCanAddOrganizationMemberRequest_builder struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string // contains filtered or unexported fields }
func (UserCanAddOrganizationMemberRequest_builder) Build ¶ added in v1.49.0
func (b0 UserCanAddOrganizationMemberRequest_builder) Build() *UserCanAddOrganizationMemberRequest
type UserCanAddOrganizationMemberResponse ¶ added in v1.0.0
type UserCanAddOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorizedRoles ¶ added in v1.49.0
func (x *UserCanAddOrganizationMemberResponse) SetAuthorizedRoles(v []OrganizationRole)
func (*UserCanAddOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *UserCanAddOrganizationMemberResponse) String() string
type UserCanAddOrganizationMemberResponse_builder ¶ added in v1.49.0
type UserCanAddOrganizationMemberResponse_builder 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 // contains filtered or unexported fields }
func (UserCanAddOrganizationMemberResponse_builder) Build ¶ added in v1.49.0
func (b0 UserCanAddOrganizationMemberResponse_builder) Build() *UserCanAddOrganizationMemberResponse
type UserCanCreateOrganizationRepositoryRequest ¶
type UserCanCreateOrganizationRepositoryRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *UserCanCreateOrganizationRepositoryRequest) SetOrganizationId(v string)
func (*UserCanCreateOrganizationRepositoryRequest) String ¶
func (x *UserCanCreateOrganizationRepositoryRequest) String() string
type UserCanCreateOrganizationRepositoryRequest_builder ¶ added in v1.49.0
type UserCanCreateOrganizationRepositoryRequest_builder struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string // contains filtered or unexported fields }
type UserCanCreateOrganizationRepositoryResponse ¶
type UserCanCreateOrganizationRepositoryResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorized ¶ added in v1.49.0
func (x *UserCanCreateOrganizationRepositoryResponse) SetAuthorized(v bool)
func (*UserCanCreateOrganizationRepositoryResponse) String ¶
func (x *UserCanCreateOrganizationRepositoryResponse) String() string
type UserCanCreateOrganizationRepositoryResponse_builder ¶ added in v1.49.0
type UserCanCreateOrganizationRepositoryResponse_builder struct { Authorized bool // contains filtered or unexported fields }
type UserCanDeleteOrganizationRequest ¶ added in v1.0.0
type UserCanDeleteOrganizationRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *UserCanDeleteOrganizationRequest) SetOrganizationId(v string)
func (*UserCanDeleteOrganizationRequest) String ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationRequest) String() string
type UserCanDeleteOrganizationRequest_builder ¶ added in v1.49.0
type UserCanDeleteOrganizationRequest_builder struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string // contains filtered or unexported fields }
func (UserCanDeleteOrganizationRequest_builder) Build ¶ added in v1.49.0
func (b0 UserCanDeleteOrganizationRequest_builder) Build() *UserCanDeleteOrganizationRequest
type UserCanDeleteOrganizationResponse ¶ added in v1.0.0
type UserCanDeleteOrganizationResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorized ¶ added in v1.49.0
func (x *UserCanDeleteOrganizationResponse) SetAuthorized(v bool)
func (*UserCanDeleteOrganizationResponse) String ¶ added in v1.0.0
func (x *UserCanDeleteOrganizationResponse) String() string
type UserCanDeleteOrganizationResponse_builder ¶ added in v1.49.0
type UserCanDeleteOrganizationResponse_builder struct { Authorized bool // contains filtered or unexported fields }
func (UserCanDeleteOrganizationResponse_builder) Build ¶ added in v1.49.0
func (b0 UserCanDeleteOrganizationResponse_builder) Build() *UserCanDeleteOrganizationResponse
type UserCanDeleteRepositoryRequest ¶ added in v1.0.0
type UserCanDeleteRepositoryRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *UserCanDeleteRepositoryRequest) SetRepositoryId(v string)
func (*UserCanDeleteRepositoryRequest) String ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryRequest) String() string
type UserCanDeleteRepositoryRequest_builder ¶ added in v1.49.0
type UserCanDeleteRepositoryRequest_builder struct { // The ID of the repository for which to check // whether the user is authorized. RepositoryId string // contains filtered or unexported fields }
func (UserCanDeleteRepositoryRequest_builder) Build ¶ added in v1.49.0
func (b0 UserCanDeleteRepositoryRequest_builder) Build() *UserCanDeleteRepositoryRequest
type UserCanDeleteRepositoryResponse ¶ added in v1.0.0
type UserCanDeleteRepositoryResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorized ¶ added in v1.49.0
func (x *UserCanDeleteRepositoryResponse) SetAuthorized(v bool)
func (*UserCanDeleteRepositoryResponse) String ¶ added in v1.0.0
func (x *UserCanDeleteRepositoryResponse) String() string
type UserCanDeleteRepositoryResponse_builder ¶ added in v1.49.0
type UserCanDeleteRepositoryResponse_builder struct { Authorized bool // contains filtered or unexported fields }
func (UserCanDeleteRepositoryResponse_builder) Build ¶ added in v1.49.0
func (b0 UserCanDeleteRepositoryResponse_builder) Build() *UserCanDeleteRepositoryResponse
type UserCanDeleteUserRequest ¶ added in v1.0.0
type UserCanDeleteUserRequest struct {
// contains filtered or unexported fields
}
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 UserCanDeleteUserRequest_builder ¶ added in v1.49.0
type UserCanDeleteUserRequest_builder struct {
// contains filtered or unexported fields
}
func (UserCanDeleteUserRequest_builder) Build ¶ added in v1.49.0
func (b0 UserCanDeleteUserRequest_builder) Build() *UserCanDeleteUserRequest
type UserCanDeleteUserResponse ¶ added in v1.0.0
type UserCanDeleteUserResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorized ¶ added in v1.49.0
func (x *UserCanDeleteUserResponse) SetAuthorized(v bool)
func (*UserCanDeleteUserResponse) String ¶ added in v1.0.0
func (x *UserCanDeleteUserResponse) String() string
type UserCanDeleteUserResponse_builder ¶ added in v1.49.0
type UserCanDeleteUserResponse_builder struct { Authorized bool // contains filtered or unexported fields }
func (UserCanDeleteUserResponse_builder) Build ¶ added in v1.49.0
func (b0 UserCanDeleteUserResponse_builder) Build() *UserCanDeleteUserResponse
type UserCanManageRepositoryContributorsRequest ¶ added in v1.0.0
type UserCanManageRepositoryContributorsRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *UserCanManageRepositoryContributorsRequest) SetRepositoryId(v string)
func (*UserCanManageRepositoryContributorsRequest) String ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsRequest) String() string
type UserCanManageRepositoryContributorsRequest_builder ¶ added in v1.49.0
type UserCanManageRepositoryContributorsRequest_builder struct { // The ID of the repository for which to check // whether the user is authorized. RepositoryId string // contains filtered or unexported fields }
type UserCanManageRepositoryContributorsResponse ¶ added in v1.0.0
type UserCanManageRepositoryContributorsResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorizedRoles ¶ added in v1.49.0
func (x *UserCanManageRepositoryContributorsResponse) SetAuthorizedRoles(v []RepositoryRole)
func (*UserCanManageRepositoryContributorsResponse) String ¶ added in v1.0.0
func (x *UserCanManageRepositoryContributorsResponse) String() string
type UserCanManageRepositoryContributorsResponse_builder ¶ added in v1.49.0
type UserCanManageRepositoryContributorsResponse_builder 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 // contains filtered or unexported fields }
type UserCanRemoveOrganizationMemberRequest ¶ added in v1.0.0
type UserCanRemoveOrganizationMemberRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *UserCanRemoveOrganizationMemberRequest) SetOrganizationId(v string)
func (*UserCanRemoveOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberRequest) String() string
type UserCanRemoveOrganizationMemberRequest_builder ¶ added in v1.49.0
type UserCanRemoveOrganizationMemberRequest_builder struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string // contains filtered or unexported fields }
type UserCanRemoveOrganizationMemberResponse ¶ added in v1.0.0
type UserCanRemoveOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorizedRoles ¶ added in v1.49.0
func (x *UserCanRemoveOrganizationMemberResponse) SetAuthorizedRoles(v []OrganizationRole)
func (*UserCanRemoveOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *UserCanRemoveOrganizationMemberResponse) String() string
type UserCanRemoveOrganizationMemberResponse_builder ¶ added in v1.49.0
type UserCanRemoveOrganizationMemberResponse_builder 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 // contains filtered or unexported fields }
type UserCanReviewCommitsRequest ¶ added in v1.27.0
type UserCanReviewCommitsRequest struct {
// contains filtered or unexported fields
}
func (*UserCanReviewCommitsRequest) GetRepositoryId ¶ added in v1.27.0
func (x *UserCanReviewCommitsRequest) GetRepositoryId() string
func (*UserCanReviewCommitsRequest) ProtoMessage ¶ added in v1.27.0
func (*UserCanReviewCommitsRequest) ProtoMessage()
func (*UserCanReviewCommitsRequest) ProtoReflect ¶ added in v1.27.0
func (x *UserCanReviewCommitsRequest) ProtoReflect() protoreflect.Message
func (*UserCanReviewCommitsRequest) Reset ¶ added in v1.27.0
func (x *UserCanReviewCommitsRequest) Reset()
func (*UserCanReviewCommitsRequest) SetRepositoryId ¶ added in v1.49.0
func (x *UserCanReviewCommitsRequest) SetRepositoryId(v string)
func (*UserCanReviewCommitsRequest) String ¶ added in v1.27.0
func (x *UserCanReviewCommitsRequest) String() string
type UserCanReviewCommitsRequest_builder ¶ added in v1.49.0
type UserCanReviewCommitsRequest_builder struct { // The ID of the repository for which to check // whether the user is authorized. RepositoryId string // contains filtered or unexported fields }
func (UserCanReviewCommitsRequest_builder) Build ¶ added in v1.49.0
func (b0 UserCanReviewCommitsRequest_builder) Build() *UserCanReviewCommitsRequest
type UserCanReviewCommitsResponse ¶ added in v1.27.0
type UserCanReviewCommitsResponse struct {
// contains filtered or unexported fields
}
func (*UserCanReviewCommitsResponse) GetAuthorized ¶ added in v1.27.0
func (x *UserCanReviewCommitsResponse) GetAuthorized() bool
func (*UserCanReviewCommitsResponse) ProtoMessage ¶ added in v1.27.0
func (*UserCanReviewCommitsResponse) ProtoMessage()
func (*UserCanReviewCommitsResponse) ProtoReflect ¶ added in v1.27.0
func (x *UserCanReviewCommitsResponse) ProtoReflect() protoreflect.Message
func (*UserCanReviewCommitsResponse) Reset ¶ added in v1.27.0
func (x *UserCanReviewCommitsResponse) Reset()
func (*UserCanReviewCommitsResponse) SetAuthorized ¶ added in v1.49.0
func (x *UserCanReviewCommitsResponse) SetAuthorized(v bool)
func (*UserCanReviewCommitsResponse) String ¶ added in v1.27.0
func (x *UserCanReviewCommitsResponse) String() string
type UserCanReviewCommitsResponse_builder ¶ added in v1.49.0
type UserCanReviewCommitsResponse_builder struct { Authorized bool // contains filtered or unexported fields }
func (UserCanReviewCommitsResponse_builder) Build ¶ added in v1.49.0
func (b0 UserCanReviewCommitsResponse_builder) Build() *UserCanReviewCommitsResponse
type UserCanSeeOrganizationSettingsRequest ¶
type UserCanSeeOrganizationSettingsRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *UserCanSeeOrganizationSettingsRequest) SetOrganizationId(v string)
func (*UserCanSeeOrganizationSettingsRequest) String ¶
func (x *UserCanSeeOrganizationSettingsRequest) String() string
type UserCanSeeOrganizationSettingsRequest_builder ¶ added in v1.49.0
type UserCanSeeOrganizationSettingsRequest_builder struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string // contains filtered or unexported fields }
type UserCanSeeOrganizationSettingsResponse ¶
type UserCanSeeOrganizationSettingsResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorized ¶ added in v1.49.0
func (x *UserCanSeeOrganizationSettingsResponse) SetAuthorized(v bool)
func (*UserCanSeeOrganizationSettingsResponse) String ¶
func (x *UserCanSeeOrganizationSettingsResponse) String() string
type UserCanSeeOrganizationSettingsResponse_builder ¶ added in v1.49.0
type UserCanSeeOrganizationSettingsResponse_builder struct { Authorized bool // contains filtered or unexported fields }
type UserCanSeeRepositorySettingsRequest ¶
type UserCanSeeRepositorySettingsRequest struct {
// contains filtered or unexported fields
}
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) SetRepositoryId ¶ added in v1.49.0
func (x *UserCanSeeRepositorySettingsRequest) SetRepositoryId(v string)
func (*UserCanSeeRepositorySettingsRequest) String ¶
func (x *UserCanSeeRepositorySettingsRequest) String() string
type UserCanSeeRepositorySettingsRequest_builder ¶ added in v1.49.0
type UserCanSeeRepositorySettingsRequest_builder struct { // The ID of the repository for which to check // whether the user is authorized. RepositoryId string // contains filtered or unexported fields }
func (UserCanSeeRepositorySettingsRequest_builder) Build ¶ added in v1.49.0
func (b0 UserCanSeeRepositorySettingsRequest_builder) Build() *UserCanSeeRepositorySettingsRequest
type UserCanSeeRepositorySettingsResponse ¶
type UserCanSeeRepositorySettingsResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorized ¶ added in v1.49.0
func (x *UserCanSeeRepositorySettingsResponse) SetAuthorized(v bool)
func (*UserCanSeeRepositorySettingsResponse) String ¶
func (x *UserCanSeeRepositorySettingsResponse) String() string
type UserCanSeeRepositorySettingsResponse_builder ¶ added in v1.49.0
type UserCanSeeRepositorySettingsResponse_builder struct { Authorized bool // contains filtered or unexported fields }
func (UserCanSeeRepositorySettingsResponse_builder) Build ¶ added in v1.49.0
func (b0 UserCanSeeRepositorySettingsResponse_builder) Build() *UserCanSeeRepositorySettingsResponse
type UserCanSeeServerAdminPanelRequest ¶ added in v1.0.0
type UserCanSeeServerAdminPanelRequest struct {
// contains filtered or unexported fields
}
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 UserCanSeeServerAdminPanelRequest_builder ¶ added in v1.49.0
type UserCanSeeServerAdminPanelRequest_builder struct {
// contains filtered or unexported fields
}
func (UserCanSeeServerAdminPanelRequest_builder) Build ¶ added in v1.49.0
func (b0 UserCanSeeServerAdminPanelRequest_builder) Build() *UserCanSeeServerAdminPanelRequest
type UserCanSeeServerAdminPanelResponse ¶ added in v1.0.0
type UserCanSeeServerAdminPanelResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorized ¶ added in v1.49.0
func (x *UserCanSeeServerAdminPanelResponse) SetAuthorized(v bool)
func (*UserCanSeeServerAdminPanelResponse) String ¶ added in v1.0.0
func (x *UserCanSeeServerAdminPanelResponse) String() string
type UserCanSeeServerAdminPanelResponse_builder ¶ added in v1.49.0
type UserCanSeeServerAdminPanelResponse_builder struct { Authorized bool // contains filtered or unexported fields }
func (UserCanSeeServerAdminPanelResponse_builder) Build ¶ added in v1.49.0
func (b0 UserCanSeeServerAdminPanelResponse_builder) Build() *UserCanSeeServerAdminPanelResponse
type UserCanUpdateOrganizationMemberRequest ¶ added in v1.0.0
type UserCanUpdateOrganizationMemberRequest struct {
// contains filtered or unexported fields
}
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) SetOrganizationId ¶ added in v1.49.0
func (x *UserCanUpdateOrganizationMemberRequest) SetOrganizationId(v string)
func (*UserCanUpdateOrganizationMemberRequest) String ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberRequest) String() string
type UserCanUpdateOrganizationMemberRequest_builder ¶ added in v1.49.0
type UserCanUpdateOrganizationMemberRequest_builder struct { // The ID of the organization for which to check // whether the user is authorized. OrganizationId string // contains filtered or unexported fields }
type UserCanUpdateOrganizationMemberResponse ¶ added in v1.0.0
type UserCanUpdateOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
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) SetAuthorizedRoles ¶ added in v1.49.0
func (x *UserCanUpdateOrganizationMemberResponse) SetAuthorizedRoles(v []OrganizationRole)
func (*UserCanUpdateOrganizationMemberResponse) String ¶ added in v1.0.0
func (x *UserCanUpdateOrganizationMemberResponse) String() string
type UserCanUpdateOrganizationMemberResponse_builder ¶ added in v1.49.0
type UserCanUpdateOrganizationMemberResponse_builder 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 // contains filtered or unexported fields }
type UserPluginPreference ¶ added in v1.27.0
type UserPluginPreference struct {
// contains filtered or unexported fields
}
UserPluginPreference contains the user's preferred language and the list of plugins for that language, which they selected in the BSR's Generated SDKs UI flow. These preferences are stored in the database so the language and plugins are pre-selected when the user navigates back to the Generated SDKs page from any device or browser.
func (*UserPluginPreference) GetSelectedLanguage ¶ added in v1.27.0
func (x *UserPluginPreference) GetSelectedLanguage() PluginLanguage
func (*UserPluginPreference) GetSelectedPlugins ¶ added in v1.27.0
func (x *UserPluginPreference) GetSelectedPlugins() []string
func (*UserPluginPreference) ProtoMessage ¶ added in v1.27.0
func (*UserPluginPreference) ProtoMessage()
func (*UserPluginPreference) ProtoReflect ¶ added in v1.27.0
func (x *UserPluginPreference) ProtoReflect() protoreflect.Message
func (*UserPluginPreference) Reset ¶ added in v1.27.0
func (x *UserPluginPreference) Reset()
func (*UserPluginPreference) SetSelectedLanguage ¶ added in v1.49.0
func (x *UserPluginPreference) SetSelectedLanguage(v PluginLanguage)
func (*UserPluginPreference) SetSelectedPlugins ¶ added in v1.49.0
func (x *UserPluginPreference) SetSelectedPlugins(v []string)
func (*UserPluginPreference) String ¶ added in v1.27.0
func (x *UserPluginPreference) String() string
type UserPluginPreference_builder ¶ added in v1.49.0
type UserPluginPreference_builder struct { // The language that the user has indicated as their preferred language for plugins. SelectedLanguage PluginLanguage // A list of plugin names selected by the user. SelectedPlugins []string // contains filtered or unexported fields }
func (UserPluginPreference_builder) Build ¶ added in v1.49.0
func (b0 UserPluginPreference_builder) Build() *UserPluginPreference
type UserSearchResult ¶
type UserSearchResult struct {
// contains filtered or unexported fields
}
func (*UserSearchResult) ClearCreateTime ¶ added in v1.49.0
func (x *UserSearchResult) ClearCreateTime()
func (*UserSearchResult) GetCreateTime ¶ added in v1.44.0
func (x *UserSearchResult) GetCreateTime() *timestamppb.Timestamp
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) HasCreateTime ¶ added in v1.49.0
func (x *UserSearchResult) HasCreateTime() bool
func (*UserSearchResult) ProtoMessage ¶
func (*UserSearchResult) ProtoMessage()
func (*UserSearchResult) ProtoReflect ¶
func (x *UserSearchResult) ProtoReflect() protoreflect.Message
func (*UserSearchResult) Reset ¶
func (x *UserSearchResult) Reset()
func (*UserSearchResult) SetCreateTime ¶ added in v1.49.0
func (x *UserSearchResult) SetCreateTime(v *timestamppb.Timestamp)
func (*UserSearchResult) SetDeactivated ¶ added in v1.49.0
func (x *UserSearchResult) SetDeactivated(v bool)
func (*UserSearchResult) SetId ¶ added in v1.49.0
func (x *UserSearchResult) SetId(v string)
func (*UserSearchResult) SetUsername ¶ added in v1.49.0
func (x *UserSearchResult) SetUsername(v string)
func (*UserSearchResult) String ¶
func (x *UserSearchResult) String() string
type UserSearchResult_builder ¶ added in v1.49.0
type UserSearchResult_builder struct { Id string Username string Deactivated bool CreateTime *timestamppb.Timestamp // contains filtered or unexported fields }
func (UserSearchResult_builder) Build ¶ added in v1.49.0
func (b0 UserSearchResult_builder) Build() *UserSearchResult
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) 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 UserType ¶ added in v1.11.0
type UserType int32
func (UserType) Descriptor ¶ added in v1.11.0
func (UserType) Descriptor() protoreflect.EnumDescriptor
func (UserType) Number ¶ added in v1.11.0
func (x UserType) Number() protoreflect.EnumNumber
func (UserType) Type ¶ added in v1.11.0
func (UserType) Type() protoreflect.EnumType
type User_builder ¶ added in v1.49.0
type User_builder struct { // primary key, unique, immutable Id string // immutable CreateTime *timestamppb.Timestamp // mutable UpdateTime *timestamppb.Timestamp // unique, mutable Username string // mutable Deactivated bool // description is the user configurable description of the user. Description string // url is the user configurable URL in the description of the user, // always included the scheme and will not have a #fragment suffix. Url string // verification status of the user, configurable by server admin. VerificationStatus VerificationStatus // user type of the user, depends on how the user was created. UserType UserType // contains filtered or unexported fields }
func (User_builder) Build ¶ added in v1.49.0
func (b0 User_builder) Build() *User
type VerificationStatus ¶ added in v1.9.0
type VerificationStatus int32
VerificationStatus is the verification status of an owner on if we recognize them, an owner can be either user or organization.
const ( VerificationStatus_VERIFICATION_STATUS_UNSPECIFIED VerificationStatus = 0 // OFFICIAL indicates that the owner is maintained by Buf. VerificationStatus_VERIFICATION_STATUS_OFFICIAL VerificationStatus = 1 // VERIFIED_PUBLISHER indicates that the owner is a third-party that has been // verified by Buf. VerificationStatus_VERIFICATION_STATUS_VERIFIED_PUBLISHER VerificationStatus = 2 )
func (VerificationStatus) Descriptor ¶ added in v1.9.0
func (VerificationStatus) Descriptor() protoreflect.EnumDescriptor
func (VerificationStatus) Enum ¶ added in v1.9.0
func (x VerificationStatus) Enum() *VerificationStatus
func (VerificationStatus) Number ¶ added in v1.9.0
func (x VerificationStatus) Number() protoreflect.EnumNumber
func (VerificationStatus) String ¶ added in v1.9.0
func (x VerificationStatus) String() string
func (VerificationStatus) Type ¶ added in v1.9.0
func (VerificationStatus) Type() protoreflect.EnumType
type Visibility ¶
type Visibility int32
const ( Visibility_VISIBILITY_UNSPECIFIED Visibility = 0 Visibility_VISIBILITY_PUBLIC Visibility = 1 Visibility_VISIBILITY_PRIVATE Visibility = 2 )
func (Visibility) Descriptor ¶
func (Visibility) Descriptor() protoreflect.EnumDescriptor
func (Visibility) Enum ¶
func (x Visibility) Enum() *Visibility
func (Visibility) Number ¶
func (x Visibility) Number() protoreflect.EnumNumber
func (Visibility) String ¶
func (x Visibility) String() string
func (Visibility) Type ¶
func (Visibility) Type() protoreflect.EnumType
type Webhook ¶ added in v1.7.0
type Webhook struct {
// contains filtered or unexported fields
}
Webhook is the representation of a webhook repository event subscription.
func (*Webhook) ClearCreateTime ¶ added in v1.49.0
func (x *Webhook) ClearCreateTime()
func (*Webhook) ClearUpdateTime ¶ added in v1.49.0
func (x *Webhook) ClearUpdateTime()
func (*Webhook) GetCallbackUrl ¶ added in v1.7.0
func (*Webhook) GetCreateTime ¶ added in v1.7.0
func (x *Webhook) GetCreateTime() *timestamppb.Timestamp
func (*Webhook) GetEvent ¶ added in v1.7.0
func (x *Webhook) GetEvent() WebhookEvent
func (*Webhook) GetOwnerName ¶ added in v1.7.0
func (*Webhook) GetRepositoryName ¶ added in v1.7.0
func (*Webhook) GetUpdateTime ¶ added in v1.7.0
func (x *Webhook) GetUpdateTime() *timestamppb.Timestamp
func (*Webhook) GetWebhookId ¶ added in v1.7.0
func (*Webhook) HasCreateTime ¶ added in v1.49.0
func (*Webhook) HasUpdateTime ¶ added in v1.49.0
func (*Webhook) ProtoMessage ¶ added in v1.7.0
func (*Webhook) ProtoMessage()
func (*Webhook) ProtoReflect ¶ added in v1.7.0
func (x *Webhook) ProtoReflect() protoreflect.Message
func (*Webhook) SetCallbackUrl ¶ added in v1.49.0
func (*Webhook) SetCreateTime ¶ added in v1.49.0
func (x *Webhook) SetCreateTime(v *timestamppb.Timestamp)
func (*Webhook) SetEvent ¶ added in v1.49.0
func (x *Webhook) SetEvent(v WebhookEvent)
func (*Webhook) SetOwnerName ¶ added in v1.49.0
func (*Webhook) SetRepositoryName ¶ added in v1.49.0
func (*Webhook) SetUpdateTime ¶ added in v1.49.0
func (x *Webhook) SetUpdateTime(v *timestamppb.Timestamp)
func (*Webhook) SetWebhookId ¶ added in v1.49.0
type WebhookEvent ¶ added in v1.6.0
type WebhookEvent int32
WebhookEvent contains the currently supported webhook event types.
const ( // WEBHOOK_EVENT_UNSPECIFIED is a safe noop default for webhook events // subscription. It will trigger an error if trying to register a webhook with // this event. WebhookEvent_WEBHOOK_EVENT_UNSPECIFIED WebhookEvent = 0 // WEBHOOK_EVENT_REPOSITORY_PUSH is emitted whenever a successful buf push is // completed for a specific repository. WebhookEvent_WEBHOOK_EVENT_REPOSITORY_PUSH WebhookEvent = 1 )
func (WebhookEvent) Descriptor ¶ 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) 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
type Webhook_builder ¶ added in v1.49.0
type Webhook_builder struct { // The event associated with the subscription id. Event WebhookEvent // The id of the associated subscription. WebhookId string // The webhook creation timestamp. CreateTime *timestamppb.Timestamp // The webhook last updated timestamp. UpdateTime *timestamppb.Timestamp // The webhook repository name. RepositoryName string // The webhook repository owner name. OwnerName string // The subscriber's callback URL where notifications are delivered. Currently // we only support Connect-powered backends with application/proto as the // content type. Make sure that your URL ends with // "/buf.alpha.webhook.v1alpha1.EventService/Event". For more information // about Connect, see https://connectrpc.com. CallbackUrl string // contains filtered or unexported fields }
func (Webhook_builder) Build ¶ added in v1.49.0
func (b0 Webhook_builder) Build() *Webhook
Source Files ¶
- admin.pb.go
- authn.pb.go
- authz.pb.go
- convert.pb.go
- display.pb.go
- doc.pb.go
- download.pb.go
- git_metadata.pb.go
- github.pb.go
- image.pb.go
- jsonschema.pb.go
- module.pb.go
- organization.pb.go
- owner.pb.go
- plugin_curation.pb.go
- push.pb.go
- recommendation.pb.go
- reference.pb.go
- repository.pb.go
- repository_branch.pb.go
- repository_commit.pb.go
- repository_tag.pb.go
- resolve.pb.go
- resource.pb.go
- role.pb.go
- schema.pb.go
- scim_token.pb.go
- search.pb.go
- studio.pb.go
- studio_request.pb.go
- token.pb.go
- usage.gen.go
- user.pb.go
- verification_status.pb.go
- webhook.pb.go