Versions in this module Expand all Collapse all v0 v0.1.0 Jul 29, 2024 Changes in this version + var AnalyticsViewFilterOperator_name = map[int32]string + var AnalyticsViewFilterOperator_value = map[string]int32 + var AnalyticsViewGroupName_name = map[int32]string + var AnalyticsViewGroupName_value = map[string]int32 + var CustomOptions_name = map[int32]string + var CustomOptions_value = map[string]int32 + var ExpiresAt_name = map[int32]string + var ExpiresAt_value = map[string]int32 + var Feature_name = map[int32]string + var Feature_value = map[string]int32 + var File_wg_cosmo_platform_v1_platform_proto protoreflect.FileDescriptor + var IntegrationType_name = map[int32]string + var IntegrationType_value = map[string]int32 + var LintSeverity_name = map[int32]string + var LintSeverity_value = map[string]int32 + var PublishedOperationStatus_name = map[int32]string + var PublishedOperationStatus_value = map[string]int32 + var Unit_name = map[int32]string + var Unit_value = map[string]int32 + type APIKey struct + CreatedAt string + CreatedBy string + ExpiresAt string + Id string + LastUsedAt string + Name string + func (*APIKey) Descriptor() ([]byte, []int) + func (*APIKey) ProtoMessage() + func (x *APIKey) GetCreatedAt() string + func (x *APIKey) GetCreatedBy() string + func (x *APIKey) GetExpiresAt() string + func (x *APIKey) GetId() string + func (x *APIKey) GetLastUsedAt() string + func (x *APIKey) GetName() string + func (x *APIKey) ProtoReflect() protoreflect.Message + func (x *APIKey) Reset() + func (x *APIKey) String() string + type AcceptOrDeclineInvitationRequest struct + Accept bool + OrganizationId string + func (*AcceptOrDeclineInvitationRequest) Descriptor() ([]byte, []int) + func (*AcceptOrDeclineInvitationRequest) ProtoMessage() + func (x *AcceptOrDeclineInvitationRequest) GetAccept() bool + func (x *AcceptOrDeclineInvitationRequest) GetOrganizationId() string + func (x *AcceptOrDeclineInvitationRequest) ProtoReflect() protoreflect.Message + func (x *AcceptOrDeclineInvitationRequest) Reset() + func (x *AcceptOrDeclineInvitationRequest) String() string + type AcceptOrDeclineInvitationResponse struct + Response *Response + func (*AcceptOrDeclineInvitationResponse) Descriptor() ([]byte, []int) + func (*AcceptOrDeclineInvitationResponse) ProtoMessage() + func (x *AcceptOrDeclineInvitationResponse) GetResponse() *Response + func (x *AcceptOrDeclineInvitationResponse) ProtoReflect() protoreflect.Message + func (x *AcceptOrDeclineInvitationResponse) Reset() + func (x *AcceptOrDeclineInvitationResponse) String() string + type AddReadmeRequest struct + Namespace string + Readme string + TargetName string + func (*AddReadmeRequest) Descriptor() ([]byte, []int) + func (*AddReadmeRequest) ProtoMessage() + func (x *AddReadmeRequest) GetNamespace() string + func (x *AddReadmeRequest) GetReadme() string + func (x *AddReadmeRequest) GetTargetName() string + func (x *AddReadmeRequest) ProtoReflect() protoreflect.Message + func (x *AddReadmeRequest) Reset() + func (x *AddReadmeRequest) String() string + type AddReadmeResponse struct + Response *Response + func (*AddReadmeResponse) Descriptor() ([]byte, []int) + func (*AddReadmeResponse) ProtoMessage() + func (x *AddReadmeResponse) GetResponse() *Response + func (x *AddReadmeResponse) ProtoReflect() protoreflect.Message + func (x *AddReadmeResponse) Reset() + func (x *AddReadmeResponse) String() string + type AddSubgraphMemberRequest struct + Namespace string + SubgraphName string + UserEmail string + func (*AddSubgraphMemberRequest) Descriptor() ([]byte, []int) + func (*AddSubgraphMemberRequest) ProtoMessage() + func (x *AddSubgraphMemberRequest) GetNamespace() string + func (x *AddSubgraphMemberRequest) GetSubgraphName() string + func (x *AddSubgraphMemberRequest) GetUserEmail() string + func (x *AddSubgraphMemberRequest) ProtoReflect() protoreflect.Message + func (x *AddSubgraphMemberRequest) Reset() + func (x *AddSubgraphMemberRequest) String() string + type AddSubgraphMemberResponse struct + Response *Response + func (*AddSubgraphMemberResponse) Descriptor() ([]byte, []int) + func (*AddSubgraphMemberResponse) ProtoMessage() + func (x *AddSubgraphMemberResponse) GetResponse() *Response + func (x *AddSubgraphMemberResponse) ProtoReflect() protoreflect.Message + func (x *AddSubgraphMemberResponse) Reset() + func (x *AddSubgraphMemberResponse) String() string + type AnalyticsConfig struct + DateRange *DateRange + Filters []*AnalyticsFilter + Pagination *Pagination + Range *int32 + Sort *Sort + func (*AnalyticsConfig) Descriptor() ([]byte, []int) + func (*AnalyticsConfig) ProtoMessage() + func (x *AnalyticsConfig) GetDateRange() *DateRange + func (x *AnalyticsConfig) GetFilters() []*AnalyticsFilter + func (x *AnalyticsConfig) GetPagination() *Pagination + func (x *AnalyticsConfig) GetRange() int32 + func (x *AnalyticsConfig) GetSort() *Sort + func (x *AnalyticsConfig) ProtoReflect() protoreflect.Message + func (x *AnalyticsConfig) Reset() + func (x *AnalyticsConfig) String() string + type AnalyticsFilter struct + Field string + Operator AnalyticsViewFilterOperator + Value string + func (*AnalyticsFilter) Descriptor() ([]byte, []int) + func (*AnalyticsFilter) ProtoMessage() + func (x *AnalyticsFilter) GetField() string + func (x *AnalyticsFilter) GetOperator() AnalyticsViewFilterOperator + func (x *AnalyticsFilter) GetValue() string + func (x *AnalyticsFilter) ProtoReflect() protoreflect.Message + func (x *AnalyticsFilter) Reset() + func (x *AnalyticsFilter) String() string + type AnalyticsViewColumn struct + IsCta *bool + IsHidden *bool + Name string + Title string + Type string + Unit *Unit + func (*AnalyticsViewColumn) Descriptor() ([]byte, []int) + func (*AnalyticsViewColumn) ProtoMessage() + func (x *AnalyticsViewColumn) GetIsCta() bool + func (x *AnalyticsViewColumn) GetIsHidden() bool + func (x *AnalyticsViewColumn) GetName() string + func (x *AnalyticsViewColumn) GetTitle() string + func (x *AnalyticsViewColumn) GetType() string + func (x *AnalyticsViewColumn) GetUnit() Unit + func (x *AnalyticsViewColumn) ProtoReflect() protoreflect.Message + func (x *AnalyticsViewColumn) Reset() + func (x *AnalyticsViewColumn) String() string + type AnalyticsViewFilterOperator int32 + const AnalyticsViewFilterOperator_BETWEEN + const AnalyticsViewFilterOperator_CONTAINS + const AnalyticsViewFilterOperator_EQUALS + const AnalyticsViewFilterOperator_GREATER_THAN + const AnalyticsViewFilterOperator_GREATER_THAN_OR_EQUAL + const AnalyticsViewFilterOperator_IN + const AnalyticsViewFilterOperator_IS_NOT_NULL + const AnalyticsViewFilterOperator_IS_NULL + const AnalyticsViewFilterOperator_LESS_THAN + const AnalyticsViewFilterOperator_LESS_THAN_OR_EQUAL + const AnalyticsViewFilterOperator_NOT_BETWEEN + const AnalyticsViewFilterOperator_NOT_CONTAINS + const AnalyticsViewFilterOperator_NOT_EQUALS + const AnalyticsViewFilterOperator_NOT_IN + func (AnalyticsViewFilterOperator) Descriptor() protoreflect.EnumDescriptor + func (AnalyticsViewFilterOperator) EnumDescriptor() ([]byte, []int) + func (AnalyticsViewFilterOperator) Type() protoreflect.EnumType + func (x AnalyticsViewFilterOperator) Enum() *AnalyticsViewFilterOperator + func (x AnalyticsViewFilterOperator) Number() protoreflect.EnumNumber + func (x AnalyticsViewFilterOperator) String() string + type AnalyticsViewGroupName int32 + const AnalyticsViewGroupName_Client + const AnalyticsViewGroupName_HttpStatusCode + const AnalyticsViewGroupName_None + const AnalyticsViewGroupName_OperationName + func (AnalyticsViewGroupName) Descriptor() protoreflect.EnumDescriptor + func (AnalyticsViewGroupName) EnumDescriptor() ([]byte, []int) + func (AnalyticsViewGroupName) Type() protoreflect.EnumType + func (x AnalyticsViewGroupName) Enum() *AnalyticsViewGroupName + func (x AnalyticsViewGroupName) Number() protoreflect.EnumNumber + func (x AnalyticsViewGroupName) String() string + type AnalyticsViewResult struct + Columns []*AnalyticsViewColumn + Filters []*AnalyticsViewResultFilter + Pages int32 + Rows []*AnalyticsViewRow + func (*AnalyticsViewResult) Descriptor() ([]byte, []int) + func (*AnalyticsViewResult) ProtoMessage() + func (x *AnalyticsViewResult) GetColumns() []*AnalyticsViewColumn + func (x *AnalyticsViewResult) GetFilters() []*AnalyticsViewResultFilter + func (x *AnalyticsViewResult) GetPages() int32 + func (x *AnalyticsViewResult) GetRows() []*AnalyticsViewRow + func (x *AnalyticsViewResult) ProtoReflect() protoreflect.Message + func (x *AnalyticsViewResult) Reset() + func (x *AnalyticsViewResult) String() string + type AnalyticsViewResultFilter struct + ColumnName string + CustomOptions *CustomOptions + Options []*AnalyticsViewResultFilterOption + Title string + func (*AnalyticsViewResultFilter) Descriptor() ([]byte, []int) + func (*AnalyticsViewResultFilter) ProtoMessage() + func (x *AnalyticsViewResultFilter) GetColumnName() string + func (x *AnalyticsViewResultFilter) GetCustomOptions() CustomOptions + func (x *AnalyticsViewResultFilter) GetOptions() []*AnalyticsViewResultFilterOption + func (x *AnalyticsViewResultFilter) GetTitle() string + func (x *AnalyticsViewResultFilter) ProtoReflect() protoreflect.Message + func (x *AnalyticsViewResultFilter) Reset() + func (x *AnalyticsViewResultFilter) String() string + type AnalyticsViewResultFilterOption struct + Label string + Operator AnalyticsViewFilterOperator + Value *string + func (*AnalyticsViewResultFilterOption) Descriptor() ([]byte, []int) + func (*AnalyticsViewResultFilterOption) ProtoMessage() + func (x *AnalyticsViewResultFilterOption) GetLabel() string + func (x *AnalyticsViewResultFilterOption) GetOperator() AnalyticsViewFilterOperator + func (x *AnalyticsViewResultFilterOption) GetValue() string + func (x *AnalyticsViewResultFilterOption) ProtoReflect() protoreflect.Message + func (x *AnalyticsViewResultFilterOption) Reset() + func (x *AnalyticsViewResultFilterOption) String() string + type AnalyticsViewRow struct + Value map[string]*AnalyticsViewRowValue + func (*AnalyticsViewRow) Descriptor() ([]byte, []int) + func (*AnalyticsViewRow) ProtoMessage() + func (x *AnalyticsViewRow) GetValue() map[string]*AnalyticsViewRowValue + func (x *AnalyticsViewRow) ProtoReflect() protoreflect.Message + func (x *AnalyticsViewRow) Reset() + func (x *AnalyticsViewRow) String() string + type AnalyticsViewRowValue struct + Kind isAnalyticsViewRowValue_Kind + func (*AnalyticsViewRowValue) Descriptor() ([]byte, []int) + func (*AnalyticsViewRowValue) ProtoMessage() + func (m *AnalyticsViewRowValue) GetKind() isAnalyticsViewRowValue_Kind + func (x *AnalyticsViewRowValue) GetBoolValue() bool + func (x *AnalyticsViewRowValue) GetNumberValue() float64 + func (x *AnalyticsViewRowValue) GetStringValue() string + func (x *AnalyticsViewRowValue) ProtoReflect() protoreflect.Message + func (x *AnalyticsViewRowValue) Reset() + func (x *AnalyticsViewRowValue) String() string + type AnalyticsViewRowValue_BoolValue struct + BoolValue bool + type AnalyticsViewRowValue_NumberValue struct + NumberValue float64 + type AnalyticsViewRowValue_StringValue struct + StringValue string + type AuditLog struct + Action string + ActorDisplayName string + ActorType string + AuditAction string + AuditableDisplayName string + CreatedAt string + Id string + TargetDisplayName string + TargetNamespaceDisplayName string + TargetNamespaceId string + TargetType string + func (*AuditLog) Descriptor() ([]byte, []int) + func (*AuditLog) ProtoMessage() + func (x *AuditLog) GetAction() string + func (x *AuditLog) GetActorDisplayName() string + func (x *AuditLog) GetActorType() string + func (x *AuditLog) GetAuditAction() string + func (x *AuditLog) GetAuditableDisplayName() string + func (x *AuditLog) GetCreatedAt() string + func (x *AuditLog) GetId() string + func (x *AuditLog) GetTargetDisplayName() string + func (x *AuditLog) GetTargetNamespaceDisplayName() string + func (x *AuditLog) GetTargetNamespaceId() string + func (x *AuditLog) GetTargetType() string + func (x *AuditLog) ProtoReflect() protoreflect.Message + func (x *AuditLog) Reset() + func (x *AuditLog) String() string + type ChangeCounts struct + Additions int32 + Deletions int32 + func (*ChangeCounts) Descriptor() ([]byte, []int) + func (*ChangeCounts) ProtoMessage() + func (x *ChangeCounts) GetAdditions() int32 + func (x *ChangeCounts) GetDeletions() int32 + func (x *ChangeCounts) ProtoReflect() protoreflect.Message + func (x *ChangeCounts) Reset() + func (x *ChangeCounts) String() string + type CheckFederatedGraphRequest struct + LabelMatchers []string + Name string + Namespace string + func (*CheckFederatedGraphRequest) Descriptor() ([]byte, []int) + func (*CheckFederatedGraphRequest) ProtoMessage() + func (x *CheckFederatedGraphRequest) GetLabelMatchers() []string + func (x *CheckFederatedGraphRequest) GetName() string + func (x *CheckFederatedGraphRequest) GetNamespace() string + func (x *CheckFederatedGraphRequest) ProtoReflect() protoreflect.Message + func (x *CheckFederatedGraphRequest) Reset() + func (x *CheckFederatedGraphRequest) String() string + type CheckFederatedGraphResponse struct + CompositionErrors []*CompositionError + Response *Response + Subgraphs []*Subgraph + func (*CheckFederatedGraphResponse) Descriptor() ([]byte, []int) + func (*CheckFederatedGraphResponse) ProtoMessage() + func (x *CheckFederatedGraphResponse) GetCompositionErrors() []*CompositionError + func (x *CheckFederatedGraphResponse) GetResponse() *Response + func (x *CheckFederatedGraphResponse) GetSubgraphs() []*Subgraph + func (x *CheckFederatedGraphResponse) ProtoReflect() protoreflect.Message + func (x *CheckFederatedGraphResponse) Reset() + func (x *CheckFederatedGraphResponse) String() string + type CheckOperationUsageStats struct + FirstSeenAt string + LastSeenAt string + SafeOperations uint32 + TotalOperations uint32 + func (*CheckOperationUsageStats) Descriptor() ([]byte, []int) + func (*CheckOperationUsageStats) ProtoMessage() + func (x *CheckOperationUsageStats) GetFirstSeenAt() string + func (x *CheckOperationUsageStats) GetLastSeenAt() string + func (x *CheckOperationUsageStats) GetSafeOperations() uint32 + func (x *CheckOperationUsageStats) GetTotalOperations() uint32 + func (x *CheckOperationUsageStats) ProtoReflect() protoreflect.Message + func (x *CheckOperationUsageStats) Reset() + func (x *CheckOperationUsageStats) String() string + type CheckSubgraphSchemaRequest struct + Delete *bool + GitInfo *GitInfo + Namespace string + Schema []byte + SubgraphName string + func (*CheckSubgraphSchemaRequest) Descriptor() ([]byte, []int) + func (*CheckSubgraphSchemaRequest) ProtoMessage() + func (x *CheckSubgraphSchemaRequest) GetDelete() bool + func (x *CheckSubgraphSchemaRequest) GetGitInfo() *GitInfo + func (x *CheckSubgraphSchemaRequest) GetNamespace() string + func (x *CheckSubgraphSchemaRequest) GetSchema() []byte + func (x *CheckSubgraphSchemaRequest) GetSubgraphName() string + func (x *CheckSubgraphSchemaRequest) ProtoReflect() protoreflect.Message + func (x *CheckSubgraphSchemaRequest) Reset() + func (x *CheckSubgraphSchemaRequest) String() string + type CheckSubgraphSchemaResponse struct + BreakingChanges []*SchemaChange + CheckId string + CheckedFederatedGraphs []*CheckedFederatedGraphs + CompositionErrors []*CompositionError + LintErrors []*LintIssue + LintWarnings []*LintIssue + NonBreakingChanges []*SchemaChange + OperationUsageStats *CheckOperationUsageStats + Response *Response + func (*CheckSubgraphSchemaResponse) Descriptor() ([]byte, []int) + func (*CheckSubgraphSchemaResponse) ProtoMessage() + func (x *CheckSubgraphSchemaResponse) GetBreakingChanges() []*SchemaChange + func (x *CheckSubgraphSchemaResponse) GetCheckId() string + func (x *CheckSubgraphSchemaResponse) GetCheckedFederatedGraphs() []*CheckedFederatedGraphs + func (x *CheckSubgraphSchemaResponse) GetCompositionErrors() []*CompositionError + func (x *CheckSubgraphSchemaResponse) GetLintErrors() []*LintIssue + func (x *CheckSubgraphSchemaResponse) GetLintWarnings() []*LintIssue + func (x *CheckSubgraphSchemaResponse) GetNonBreakingChanges() []*SchemaChange + func (x *CheckSubgraphSchemaResponse) GetOperationUsageStats() *CheckOperationUsageStats + func (x *CheckSubgraphSchemaResponse) GetResponse() *Response + func (x *CheckSubgraphSchemaResponse) ProtoReflect() protoreflect.Message + func (x *CheckSubgraphSchemaResponse) Reset() + func (x *CheckSubgraphSchemaResponse) String() string + type CheckedFederatedGraphs struct + Id string + Name string + Namespace string + OrganizationSlug string + func (*CheckedFederatedGraphs) Descriptor() ([]byte, []int) + func (*CheckedFederatedGraphs) ProtoMessage() + func (x *CheckedFederatedGraphs) GetId() string + func (x *CheckedFederatedGraphs) GetName() string + func (x *CheckedFederatedGraphs) GetNamespace() string + func (x *CheckedFederatedGraphs) GetOrganizationSlug() string + func (x *CheckedFederatedGraphs) ProtoReflect() protoreflect.Message + func (x *CheckedFederatedGraphs) Reset() + func (x *CheckedFederatedGraphs) String() string + type ClientInfo struct + CreatedAt string + CreatedBy string + Id string + LastUpdatedAt string + LastUpdatedBy string + Name string + func (*ClientInfo) Descriptor() ([]byte, []int) + func (*ClientInfo) ProtoMessage() + func (x *ClientInfo) GetCreatedAt() string + func (x *ClientInfo) GetCreatedBy() string + func (x *ClientInfo) GetId() string + func (x *ClientInfo) GetLastUpdatedAt() string + func (x *ClientInfo) GetLastUpdatedBy() string + func (x *ClientInfo) GetName() string + func (x *ClientInfo) ProtoReflect() protoreflect.Message + func (x *ClientInfo) Reset() + func (x *ClientInfo) String() string + type ClientWithOperations struct + Name string + Operations []*ClientWithOperations_Operation + Version string + func (*ClientWithOperations) Descriptor() ([]byte, []int) + func (*ClientWithOperations) ProtoMessage() + func (x *ClientWithOperations) GetName() string + func (x *ClientWithOperations) GetOperations() []*ClientWithOperations_Operation + func (x *ClientWithOperations) GetVersion() string + func (x *ClientWithOperations) ProtoReflect() protoreflect.Message + func (x *ClientWithOperations) Reset() + func (x *ClientWithOperations) String() string + type ClientWithOperations_Operation struct + Count int32 + Hash string + Name string + func (*ClientWithOperations_Operation) Descriptor() ([]byte, []int) + func (*ClientWithOperations_Operation) ProtoMessage() + func (x *ClientWithOperations_Operation) GetCount() int32 + func (x *ClientWithOperations_Operation) GetHash() string + func (x *ClientWithOperations_Operation) GetName() string + func (x *ClientWithOperations_Operation) ProtoReflect() protoreflect.Message + func (x *ClientWithOperations_Operation) Reset() + func (x *ClientWithOperations_Operation) String() string + type CompositionError struct + FeatureFlag string + FederatedGraphName string + Message string + Namespace string + func (*CompositionError) Descriptor() ([]byte, []int) + func (*CompositionError) ProtoMessage() + func (x *CompositionError) GetFeatureFlag() string + func (x *CompositionError) GetFederatedGraphName() string + func (x *CompositionError) GetMessage() string + func (x *CompositionError) GetNamespace() string + func (x *CompositionError) ProtoReflect() protoreflect.Message + func (x *CompositionError) Reset() + func (x *CompositionError) String() string + type ConfigureNamespaceLintConfigRequest struct + Configs []*LintConfig + Namespace string + func (*ConfigureNamespaceLintConfigRequest) Descriptor() ([]byte, []int) + func (*ConfigureNamespaceLintConfigRequest) ProtoMessage() + func (x *ConfigureNamespaceLintConfigRequest) GetConfigs() []*LintConfig + func (x *ConfigureNamespaceLintConfigRequest) GetNamespace() string + func (x *ConfigureNamespaceLintConfigRequest) ProtoReflect() protoreflect.Message + func (x *ConfigureNamespaceLintConfigRequest) Reset() + func (x *ConfigureNamespaceLintConfigRequest) String() string + type ConfigureNamespaceLintConfigResponse struct + Response *Response + func (*ConfigureNamespaceLintConfigResponse) Descriptor() ([]byte, []int) + func (*ConfigureNamespaceLintConfigResponse) ProtoMessage() + func (x *ConfigureNamespaceLintConfigResponse) GetResponse() *Response + func (x *ConfigureNamespaceLintConfigResponse) ProtoReflect() protoreflect.Message + func (x *ConfigureNamespaceLintConfigResponse) Reset() + func (x *ConfigureNamespaceLintConfigResponse) String() string + type Contract struct + ExcludeTags []string + Id string + SourceFederatedGraphId string + func (*Contract) Descriptor() ([]byte, []int) + func (*Contract) ProtoMessage() + func (x *Contract) GetExcludeTags() []string + func (x *Contract) GetId() string + func (x *Contract) GetSourceFederatedGraphId() string + func (x *Contract) ProtoReflect() protoreflect.Message + func (x *Contract) Reset() + func (x *Contract) String() string + type CreateAPIKeyRequest struct + AllowAllResources bool + Expires ExpiresAt + FederatedGraphTargetIds []string + Name string + Permissions []string + SubgraphTargetIds []string + UserID string + func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int) + func (*CreateAPIKeyRequest) ProtoMessage() + func (x *CreateAPIKeyRequest) GetAllowAllResources() bool + func (x *CreateAPIKeyRequest) GetExpires() ExpiresAt + func (x *CreateAPIKeyRequest) GetFederatedGraphTargetIds() []string + func (x *CreateAPIKeyRequest) GetName() string + func (x *CreateAPIKeyRequest) GetPermissions() []string + func (x *CreateAPIKeyRequest) GetSubgraphTargetIds() []string + func (x *CreateAPIKeyRequest) GetUserID() string + func (x *CreateAPIKeyRequest) ProtoReflect() protoreflect.Message + func (x *CreateAPIKeyRequest) Reset() + func (x *CreateAPIKeyRequest) String() string + type CreateAPIKeyResponse struct + ApiKey string + Response *Response + func (*CreateAPIKeyResponse) Descriptor() ([]byte, []int) + func (*CreateAPIKeyResponse) ProtoMessage() + func (x *CreateAPIKeyResponse) GetApiKey() string + func (x *CreateAPIKeyResponse) GetResponse() *Response + func (x *CreateAPIKeyResponse) ProtoReflect() protoreflect.Message + func (x *CreateAPIKeyResponse) Reset() + func (x *CreateAPIKeyResponse) String() string + type CreateBillingPortalSessionRequest struct + func (*CreateBillingPortalSessionRequest) Descriptor() ([]byte, []int) + func (*CreateBillingPortalSessionRequest) ProtoMessage() + func (x *CreateBillingPortalSessionRequest) ProtoReflect() protoreflect.Message + func (x *CreateBillingPortalSessionRequest) Reset() + func (x *CreateBillingPortalSessionRequest) String() string + type CreateBillingPortalSessionResponse struct + Response *Response + SessionId string + Url string + func (*CreateBillingPortalSessionResponse) Descriptor() ([]byte, []int) + func (*CreateBillingPortalSessionResponse) ProtoMessage() + func (x *CreateBillingPortalSessionResponse) GetResponse() *Response + func (x *CreateBillingPortalSessionResponse) GetSessionId() string + func (x *CreateBillingPortalSessionResponse) GetUrl() string + func (x *CreateBillingPortalSessionResponse) ProtoReflect() protoreflect.Message + func (x *CreateBillingPortalSessionResponse) Reset() + func (x *CreateBillingPortalSessionResponse) String() string + type CreateCheckoutSessionRequest struct + Plan string + func (*CreateCheckoutSessionRequest) Descriptor() ([]byte, []int) + func (*CreateCheckoutSessionRequest) ProtoMessage() + func (x *CreateCheckoutSessionRequest) GetPlan() string + func (x *CreateCheckoutSessionRequest) ProtoReflect() protoreflect.Message + func (x *CreateCheckoutSessionRequest) Reset() + func (x *CreateCheckoutSessionRequest) String() string + type CreateCheckoutSessionResponse struct + Response *Response + SessionId string + func (*CreateCheckoutSessionResponse) Descriptor() ([]byte, []int) + func (*CreateCheckoutSessionResponse) ProtoMessage() + func (x *CreateCheckoutSessionResponse) GetResponse() *Response + func (x *CreateCheckoutSessionResponse) GetSessionId() string + func (x *CreateCheckoutSessionResponse) ProtoReflect() protoreflect.Message + func (x *CreateCheckoutSessionResponse) Reset() + func (x *CreateCheckoutSessionResponse) String() string + type CreateContractRequest struct + AdmissionWebhookSecret *string + AdmissionWebhookUrl string + ExcludeTags []string + Name string + Namespace string + Readme *string + RoutingUrl string + SourceGraphName string + func (*CreateContractRequest) Descriptor() ([]byte, []int) + func (*CreateContractRequest) ProtoMessage() + func (x *CreateContractRequest) GetAdmissionWebhookSecret() string + func (x *CreateContractRequest) GetAdmissionWebhookUrl() string + func (x *CreateContractRequest) GetExcludeTags() []string + func (x *CreateContractRequest) GetName() string + func (x *CreateContractRequest) GetNamespace() string + func (x *CreateContractRequest) GetReadme() string + func (x *CreateContractRequest) GetRoutingUrl() string + func (x *CreateContractRequest) GetSourceGraphName() string + func (x *CreateContractRequest) ProtoReflect() protoreflect.Message + func (x *CreateContractRequest) Reset() + func (x *CreateContractRequest) String() string + type CreateContractResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*CreateContractResponse) Descriptor() ([]byte, []int) + func (*CreateContractResponse) ProtoMessage() + func (x *CreateContractResponse) GetCompositionErrors() []*CompositionError + func (x *CreateContractResponse) GetDeploymentErrors() []*DeploymentError + func (x *CreateContractResponse) GetResponse() *Response + func (x *CreateContractResponse) ProtoReflect() protoreflect.Message + func (x *CreateContractResponse) Reset() + func (x *CreateContractResponse) String() string + type CreateDiscussionRequest struct + ContentJson string + ContentMarkdown string + ReferenceLine int32 + SchemaVersionId string + TargetId string + func (*CreateDiscussionRequest) Descriptor() ([]byte, []int) + func (*CreateDiscussionRequest) ProtoMessage() + func (x *CreateDiscussionRequest) GetContentJson() string + func (x *CreateDiscussionRequest) GetContentMarkdown() string + func (x *CreateDiscussionRequest) GetReferenceLine() int32 + func (x *CreateDiscussionRequest) GetSchemaVersionId() string + func (x *CreateDiscussionRequest) GetTargetId() string + func (x *CreateDiscussionRequest) ProtoReflect() protoreflect.Message + func (x *CreateDiscussionRequest) Reset() + func (x *CreateDiscussionRequest) String() string + type CreateDiscussionResponse struct + Response *Response + func (*CreateDiscussionResponse) Descriptor() ([]byte, []int) + func (*CreateDiscussionResponse) ProtoMessage() + func (x *CreateDiscussionResponse) GetResponse() *Response + func (x *CreateDiscussionResponse) ProtoReflect() protoreflect.Message + func (x *CreateDiscussionResponse) Reset() + func (x *CreateDiscussionResponse) String() string + type CreateFeatureFlagRequest struct + FeatureSubgraphNames []string + IsEnabled bool + Labels []*Label + Name string + Namespace string + func (*CreateFeatureFlagRequest) Descriptor() ([]byte, []int) + func (*CreateFeatureFlagRequest) ProtoMessage() + func (x *CreateFeatureFlagRequest) GetFeatureSubgraphNames() []string + func (x *CreateFeatureFlagRequest) GetIsEnabled() bool + func (x *CreateFeatureFlagRequest) GetLabels() []*Label + func (x *CreateFeatureFlagRequest) GetName() string + func (x *CreateFeatureFlagRequest) GetNamespace() string + func (x *CreateFeatureFlagRequest) ProtoReflect() protoreflect.Message + func (x *CreateFeatureFlagRequest) Reset() + func (x *CreateFeatureFlagRequest) String() string + type CreateFeatureFlagResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*CreateFeatureFlagResponse) Descriptor() ([]byte, []int) + func (*CreateFeatureFlagResponse) ProtoMessage() + func (x *CreateFeatureFlagResponse) GetCompositionErrors() []*CompositionError + func (x *CreateFeatureFlagResponse) GetDeploymentErrors() []*DeploymentError + func (x *CreateFeatureFlagResponse) GetResponse() *Response + func (x *CreateFeatureFlagResponse) ProtoReflect() protoreflect.Message + func (x *CreateFeatureFlagResponse) Reset() + func (x *CreateFeatureFlagResponse) String() string + type CreateFederatedGraphRequest struct + AdmissionWebhookSecret *string + AdmissionWebhookURL string + LabelMatchers []string + Name string + Namespace string + Readme *string + RoutingUrl string + func (*CreateFederatedGraphRequest) Descriptor() ([]byte, []int) + func (*CreateFederatedGraphRequest) ProtoMessage() + func (x *CreateFederatedGraphRequest) GetAdmissionWebhookSecret() string + func (x *CreateFederatedGraphRequest) GetAdmissionWebhookURL() string + func (x *CreateFederatedGraphRequest) GetLabelMatchers() []string + func (x *CreateFederatedGraphRequest) GetName() string + func (x *CreateFederatedGraphRequest) GetNamespace() string + func (x *CreateFederatedGraphRequest) GetReadme() string + func (x *CreateFederatedGraphRequest) GetRoutingUrl() string + func (x *CreateFederatedGraphRequest) ProtoReflect() protoreflect.Message + func (x *CreateFederatedGraphRequest) Reset() + func (x *CreateFederatedGraphRequest) String() string + type CreateFederatedGraphResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*CreateFederatedGraphResponse) Descriptor() ([]byte, []int) + func (*CreateFederatedGraphResponse) ProtoMessage() + func (x *CreateFederatedGraphResponse) GetCompositionErrors() []*CompositionError + func (x *CreateFederatedGraphResponse) GetDeploymentErrors() []*DeploymentError + func (x *CreateFederatedGraphResponse) GetResponse() *Response + func (x *CreateFederatedGraphResponse) ProtoReflect() protoreflect.Message + func (x *CreateFederatedGraphResponse) Reset() + func (x *CreateFederatedGraphResponse) String() string + type CreateFederatedGraphTokenRequest struct + GraphName string + Namespace string + TokenName string + func (*CreateFederatedGraphTokenRequest) Descriptor() ([]byte, []int) + func (*CreateFederatedGraphTokenRequest) ProtoMessage() + func (x *CreateFederatedGraphTokenRequest) GetGraphName() string + func (x *CreateFederatedGraphTokenRequest) GetNamespace() string + func (x *CreateFederatedGraphTokenRequest) GetTokenName() string + func (x *CreateFederatedGraphTokenRequest) ProtoReflect() protoreflect.Message + func (x *CreateFederatedGraphTokenRequest) Reset() + func (x *CreateFederatedGraphTokenRequest) String() string + type CreateFederatedGraphTokenResponse struct + Response *Response + Token string + func (*CreateFederatedGraphTokenResponse) Descriptor() ([]byte, []int) + func (*CreateFederatedGraphTokenResponse) ProtoMessage() + func (x *CreateFederatedGraphTokenResponse) GetResponse() *Response + func (x *CreateFederatedGraphTokenResponse) GetToken() string + func (x *CreateFederatedGraphTokenResponse) ProtoReflect() protoreflect.Message + func (x *CreateFederatedGraphTokenResponse) Reset() + func (x *CreateFederatedGraphTokenResponse) String() string + type CreateFederatedSubgraphRequest struct + BaseSubgraphName *string + IsEventDrivenGraph *bool + IsFeatureSubgraph *bool + Labels []*Label + Name string + Namespace string + Readme *string + RoutingUrl *string + SubscriptionProtocol *common.GraphQLSubscriptionProtocol + SubscriptionUrl *string + WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol + func (*CreateFederatedSubgraphRequest) Descriptor() ([]byte, []int) + func (*CreateFederatedSubgraphRequest) ProtoMessage() + func (x *CreateFederatedSubgraphRequest) GetBaseSubgraphName() string + func (x *CreateFederatedSubgraphRequest) GetIsEventDrivenGraph() bool + func (x *CreateFederatedSubgraphRequest) GetIsFeatureSubgraph() bool + func (x *CreateFederatedSubgraphRequest) GetLabels() []*Label + func (x *CreateFederatedSubgraphRequest) GetName() string + func (x *CreateFederatedSubgraphRequest) GetNamespace() string + func (x *CreateFederatedSubgraphRequest) GetReadme() string + func (x *CreateFederatedSubgraphRequest) GetRoutingUrl() string + func (x *CreateFederatedSubgraphRequest) GetSubscriptionProtocol() common.GraphQLSubscriptionProtocol + func (x *CreateFederatedSubgraphRequest) GetSubscriptionUrl() string + func (x *CreateFederatedSubgraphRequest) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol + func (x *CreateFederatedSubgraphRequest) ProtoReflect() protoreflect.Message + func (x *CreateFederatedSubgraphRequest) Reset() + func (x *CreateFederatedSubgraphRequest) String() string + type CreateFederatedSubgraphResponse struct + Response *Response + func (*CreateFederatedSubgraphResponse) Descriptor() ([]byte, []int) + func (*CreateFederatedSubgraphResponse) ProtoMessage() + func (x *CreateFederatedSubgraphResponse) GetResponse() *Response + func (x *CreateFederatedSubgraphResponse) ProtoReflect() protoreflect.Message + func (x *CreateFederatedSubgraphResponse) Reset() + func (x *CreateFederatedSubgraphResponse) String() string + type CreateIntegrationRequest struct + Code string + Events []string + EventsMeta []*notifications.EventMeta + Name string + Type string + func (*CreateIntegrationRequest) Descriptor() ([]byte, []int) + func (*CreateIntegrationRequest) ProtoMessage() + func (x *CreateIntegrationRequest) GetCode() string + func (x *CreateIntegrationRequest) GetEvents() []string + func (x *CreateIntegrationRequest) GetEventsMeta() []*notifications.EventMeta + func (x *CreateIntegrationRequest) GetName() string + func (x *CreateIntegrationRequest) GetType() string + func (x *CreateIntegrationRequest) ProtoReflect() protoreflect.Message + func (x *CreateIntegrationRequest) Reset() + func (x *CreateIntegrationRequest) String() string + type CreateIntegrationResponse struct + Response *Response + func (*CreateIntegrationResponse) Descriptor() ([]byte, []int) + func (*CreateIntegrationResponse) ProtoMessage() + func (x *CreateIntegrationResponse) GetResponse() *Response + func (x *CreateIntegrationResponse) ProtoReflect() protoreflect.Message + func (x *CreateIntegrationResponse) Reset() + func (x *CreateIntegrationResponse) String() string + type CreateMonographRequest struct + AdmissionWebhookSecret *string + AdmissionWebhookURL string + GraphUrl string + Name string + Namespace string + Readme *string + RoutingUrl string + SubscriptionProtocol *common.GraphQLSubscriptionProtocol + SubscriptionUrl *string + WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol + func (*CreateMonographRequest) Descriptor() ([]byte, []int) + func (*CreateMonographRequest) ProtoMessage() + func (x *CreateMonographRequest) GetAdmissionWebhookSecret() string + func (x *CreateMonographRequest) GetAdmissionWebhookURL() string + func (x *CreateMonographRequest) GetGraphUrl() string + func (x *CreateMonographRequest) GetName() string + func (x *CreateMonographRequest) GetNamespace() string + func (x *CreateMonographRequest) GetReadme() string + func (x *CreateMonographRequest) GetRoutingUrl() string + func (x *CreateMonographRequest) GetSubscriptionProtocol() common.GraphQLSubscriptionProtocol + func (x *CreateMonographRequest) GetSubscriptionUrl() string + func (x *CreateMonographRequest) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol + func (x *CreateMonographRequest) ProtoReflect() protoreflect.Message + func (x *CreateMonographRequest) Reset() + func (x *CreateMonographRequest) String() string + type CreateMonographResponse struct + Response *Response + func (*CreateMonographResponse) Descriptor() ([]byte, []int) + func (*CreateMonographResponse) ProtoMessage() + func (x *CreateMonographResponse) GetResponse() *Response + func (x *CreateMonographResponse) ProtoReflect() protoreflect.Message + func (x *CreateMonographResponse) Reset() + func (x *CreateMonographResponse) String() string + type CreateNamespaceRequest struct + Name string + func (*CreateNamespaceRequest) Descriptor() ([]byte, []int) + func (*CreateNamespaceRequest) ProtoMessage() + func (x *CreateNamespaceRequest) GetName() string + func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message + func (x *CreateNamespaceRequest) Reset() + func (x *CreateNamespaceRequest) String() string + type CreateNamespaceResponse struct + Response *Response + func (*CreateNamespaceResponse) Descriptor() ([]byte, []int) + func (*CreateNamespaceResponse) ProtoMessage() + func (x *CreateNamespaceResponse) GetResponse() *Response + func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message + func (x *CreateNamespaceResponse) Reset() + func (x *CreateNamespaceResponse) String() string + type CreateOIDCProviderRequest struct + ClientID string + ClientSecrect string + DiscoveryEndpoint string + Mappers []*GroupMapper + Name string + func (*CreateOIDCProviderRequest) Descriptor() ([]byte, []int) + func (*CreateOIDCProviderRequest) ProtoMessage() + func (x *CreateOIDCProviderRequest) GetClientID() string + func (x *CreateOIDCProviderRequest) GetClientSecrect() string + func (x *CreateOIDCProviderRequest) GetDiscoveryEndpoint() string + func (x *CreateOIDCProviderRequest) GetMappers() []*GroupMapper + func (x *CreateOIDCProviderRequest) GetName() string + func (x *CreateOIDCProviderRequest) ProtoReflect() protoreflect.Message + func (x *CreateOIDCProviderRequest) Reset() + func (x *CreateOIDCProviderRequest) String() string + type CreateOIDCProviderResponse struct + LoginURL string + Response *Response + SignInURL string + SignOutURL string + func (*CreateOIDCProviderResponse) Descriptor() ([]byte, []int) + func (*CreateOIDCProviderResponse) ProtoMessage() + func (x *CreateOIDCProviderResponse) GetLoginURL() string + func (x *CreateOIDCProviderResponse) GetResponse() *Response + func (x *CreateOIDCProviderResponse) GetSignInURL() string + func (x *CreateOIDCProviderResponse) GetSignOutURL() string + func (x *CreateOIDCProviderResponse) ProtoReflect() protoreflect.Message + func (x *CreateOIDCProviderResponse) Reset() + func (x *CreateOIDCProviderResponse) String() string + type CreateOperationIgnoreAllOverrideRequest struct + GraphName string + Namespace string + OperationHash string + OperationName string + func (*CreateOperationIgnoreAllOverrideRequest) Descriptor() ([]byte, []int) + func (*CreateOperationIgnoreAllOverrideRequest) ProtoMessage() + func (x *CreateOperationIgnoreAllOverrideRequest) GetGraphName() string + func (x *CreateOperationIgnoreAllOverrideRequest) GetNamespace() string + func (x *CreateOperationIgnoreAllOverrideRequest) GetOperationHash() string + func (x *CreateOperationIgnoreAllOverrideRequest) GetOperationName() string + func (x *CreateOperationIgnoreAllOverrideRequest) ProtoReflect() protoreflect.Message + func (x *CreateOperationIgnoreAllOverrideRequest) Reset() + func (x *CreateOperationIgnoreAllOverrideRequest) String() string + type CreateOperationIgnoreAllOverrideResponse struct + Response *Response + func (*CreateOperationIgnoreAllOverrideResponse) Descriptor() ([]byte, []int) + func (*CreateOperationIgnoreAllOverrideResponse) ProtoMessage() + func (x *CreateOperationIgnoreAllOverrideResponse) GetResponse() *Response + func (x *CreateOperationIgnoreAllOverrideResponse) ProtoReflect() protoreflect.Message + func (x *CreateOperationIgnoreAllOverrideResponse) Reset() + func (x *CreateOperationIgnoreAllOverrideResponse) String() string + type CreateOperationOverridesRequest struct + Changes []*OverrideChange + GraphName string + Namespace string + OperationHash string + OperationName string + func (*CreateOperationOverridesRequest) Descriptor() ([]byte, []int) + func (*CreateOperationOverridesRequest) ProtoMessage() + func (x *CreateOperationOverridesRequest) GetChanges() []*OverrideChange + func (x *CreateOperationOverridesRequest) GetGraphName() string + func (x *CreateOperationOverridesRequest) GetNamespace() string + func (x *CreateOperationOverridesRequest) GetOperationHash() string + func (x *CreateOperationOverridesRequest) GetOperationName() string + func (x *CreateOperationOverridesRequest) ProtoReflect() protoreflect.Message + func (x *CreateOperationOverridesRequest) Reset() + func (x *CreateOperationOverridesRequest) String() string + type CreateOperationOverridesResponse struct + Response *Response + func (*CreateOperationOverridesResponse) Descriptor() ([]byte, []int) + func (*CreateOperationOverridesResponse) ProtoMessage() + func (x *CreateOperationOverridesResponse) GetResponse() *Response + func (x *CreateOperationOverridesResponse) ProtoReflect() protoreflect.Message + func (x *CreateOperationOverridesResponse) Reset() + func (x *CreateOperationOverridesResponse) String() string + type CreateOrganizationRequest struct + Name string + Plan string + Slug string + func (*CreateOrganizationRequest) Descriptor() ([]byte, []int) + func (*CreateOrganizationRequest) ProtoMessage() + func (x *CreateOrganizationRequest) GetName() string + func (x *CreateOrganizationRequest) GetPlan() string + func (x *CreateOrganizationRequest) GetSlug() string + func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationRequest) Reset() + func (x *CreateOrganizationRequest) String() string + type CreateOrganizationResponse struct + Organization *Organization + Response *Response + StripeSessionId *string + func (*CreateOrganizationResponse) Descriptor() ([]byte, []int) + func (*CreateOrganizationResponse) ProtoMessage() + func (x *CreateOrganizationResponse) GetOrganization() *Organization + func (x *CreateOrganizationResponse) GetResponse() *Response + func (x *CreateOrganizationResponse) GetStripeSessionId() string + func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationResponse) Reset() + func (x *CreateOrganizationResponse) String() string + type CreateOrganizationWebhookConfigRequest struct + Endpoint string + Events []string + EventsMeta []*notifications.EventMeta + Key string + func (*CreateOrganizationWebhookConfigRequest) Descriptor() ([]byte, []int) + func (*CreateOrganizationWebhookConfigRequest) ProtoMessage() + func (x *CreateOrganizationWebhookConfigRequest) GetEndpoint() string + func (x *CreateOrganizationWebhookConfigRequest) GetEvents() []string + func (x *CreateOrganizationWebhookConfigRequest) GetEventsMeta() []*notifications.EventMeta + func (x *CreateOrganizationWebhookConfigRequest) GetKey() string + func (x *CreateOrganizationWebhookConfigRequest) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationWebhookConfigRequest) Reset() + func (x *CreateOrganizationWebhookConfigRequest) String() string + type CreateOrganizationWebhookConfigResponse struct + Response *Response + WebhookConfigId string + func (*CreateOrganizationWebhookConfigResponse) Descriptor() ([]byte, []int) + func (*CreateOrganizationWebhookConfigResponse) ProtoMessage() + func (x *CreateOrganizationWebhookConfigResponse) GetResponse() *Response + func (x *CreateOrganizationWebhookConfigResponse) GetWebhookConfigId() string + func (x *CreateOrganizationWebhookConfigResponse) ProtoReflect() protoreflect.Message + func (x *CreateOrganizationWebhookConfigResponse) Reset() + func (x *CreateOrganizationWebhookConfigResponse) String() string + type CustomOptions int32 + const CustomOptions_Range + const CustomOptions_Text + func (CustomOptions) Descriptor() protoreflect.EnumDescriptor + func (CustomOptions) EnumDescriptor() ([]byte, []int) + func (CustomOptions) Type() protoreflect.EnumType + func (x CustomOptions) Enum() *CustomOptions + func (x CustomOptions) Number() protoreflect.EnumNumber + func (x CustomOptions) String() string + type DateRange struct + End string + Start string + func (*DateRange) Descriptor() ([]byte, []int) + func (*DateRange) ProtoMessage() + func (x *DateRange) GetEnd() string + func (x *DateRange) GetStart() string + func (x *DateRange) ProtoReflect() protoreflect.Message + func (x *DateRange) Reset() + func (x *DateRange) String() string + type DeleteAPIKeyRequest struct + Name string + func (*DeleteAPIKeyRequest) Descriptor() ([]byte, []int) + func (*DeleteAPIKeyRequest) ProtoMessage() + func (x *DeleteAPIKeyRequest) GetName() string + func (x *DeleteAPIKeyRequest) ProtoReflect() protoreflect.Message + func (x *DeleteAPIKeyRequest) Reset() + func (x *DeleteAPIKeyRequest) String() string + type DeleteAPIKeyResponse struct + Response *Response + func (*DeleteAPIKeyResponse) Descriptor() ([]byte, []int) + func (*DeleteAPIKeyResponse) ProtoMessage() + func (x *DeleteAPIKeyResponse) GetResponse() *Response + func (x *DeleteAPIKeyResponse) ProtoReflect() protoreflect.Message + func (x *DeleteAPIKeyResponse) Reset() + func (x *DeleteAPIKeyResponse) String() string + type DeleteDiscussionCommentRequest struct + CommentId string + DiscussionId string + func (*DeleteDiscussionCommentRequest) Descriptor() ([]byte, []int) + func (*DeleteDiscussionCommentRequest) ProtoMessage() + func (x *DeleteDiscussionCommentRequest) GetCommentId() string + func (x *DeleteDiscussionCommentRequest) GetDiscussionId() string + func (x *DeleteDiscussionCommentRequest) ProtoReflect() protoreflect.Message + func (x *DeleteDiscussionCommentRequest) Reset() + func (x *DeleteDiscussionCommentRequest) String() string + type DeleteDiscussionCommentResponse struct + Response *Response + func (*DeleteDiscussionCommentResponse) Descriptor() ([]byte, []int) + func (*DeleteDiscussionCommentResponse) ProtoMessage() + func (x *DeleteDiscussionCommentResponse) GetResponse() *Response + func (x *DeleteDiscussionCommentResponse) ProtoReflect() protoreflect.Message + func (x *DeleteDiscussionCommentResponse) Reset() + func (x *DeleteDiscussionCommentResponse) String() string + type DeleteFeatureFlagRequest struct + Name string + Namespace string + func (*DeleteFeatureFlagRequest) Descriptor() ([]byte, []int) + func (*DeleteFeatureFlagRequest) ProtoMessage() + func (x *DeleteFeatureFlagRequest) GetName() string + func (x *DeleteFeatureFlagRequest) GetNamespace() string + func (x *DeleteFeatureFlagRequest) ProtoReflect() protoreflect.Message + func (x *DeleteFeatureFlagRequest) Reset() + func (x *DeleteFeatureFlagRequest) String() string + type DeleteFeatureFlagResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*DeleteFeatureFlagResponse) Descriptor() ([]byte, []int) + func (*DeleteFeatureFlagResponse) ProtoMessage() + func (x *DeleteFeatureFlagResponse) GetCompositionErrors() []*CompositionError + func (x *DeleteFeatureFlagResponse) GetDeploymentErrors() []*DeploymentError + func (x *DeleteFeatureFlagResponse) GetResponse() *Response + func (x *DeleteFeatureFlagResponse) ProtoReflect() protoreflect.Message + func (x *DeleteFeatureFlagResponse) Reset() + func (x *DeleteFeatureFlagResponse) String() string + type DeleteFederatedGraphRequest struct + Name string + Namespace string + func (*DeleteFederatedGraphRequest) Descriptor() ([]byte, []int) + func (*DeleteFederatedGraphRequest) ProtoMessage() + func (x *DeleteFederatedGraphRequest) GetName() string + func (x *DeleteFederatedGraphRequest) GetNamespace() string + func (x *DeleteFederatedGraphRequest) ProtoReflect() protoreflect.Message + func (x *DeleteFederatedGraphRequest) Reset() + func (x *DeleteFederatedGraphRequest) String() string + type DeleteFederatedGraphResponse struct + Response *Response + func (*DeleteFederatedGraphResponse) Descriptor() ([]byte, []int) + func (*DeleteFederatedGraphResponse) ProtoMessage() + func (x *DeleteFederatedGraphResponse) GetResponse() *Response + func (x *DeleteFederatedGraphResponse) ProtoReflect() protoreflect.Message + func (x *DeleteFederatedGraphResponse) Reset() + func (x *DeleteFederatedGraphResponse) String() string + type DeleteFederatedSubgraphRequest struct + Namespace string + SubgraphName string + func (*DeleteFederatedSubgraphRequest) Descriptor() ([]byte, []int) + func (*DeleteFederatedSubgraphRequest) ProtoMessage() + func (x *DeleteFederatedSubgraphRequest) GetNamespace() string + func (x *DeleteFederatedSubgraphRequest) GetSubgraphName() string + func (x *DeleteFederatedSubgraphRequest) ProtoReflect() protoreflect.Message + func (x *DeleteFederatedSubgraphRequest) Reset() + func (x *DeleteFederatedSubgraphRequest) String() string + type DeleteFederatedSubgraphResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*DeleteFederatedSubgraphResponse) Descriptor() ([]byte, []int) + func (*DeleteFederatedSubgraphResponse) ProtoMessage() + func (x *DeleteFederatedSubgraphResponse) GetCompositionErrors() []*CompositionError + func (x *DeleteFederatedSubgraphResponse) GetDeploymentErrors() []*DeploymentError + func (x *DeleteFederatedSubgraphResponse) GetResponse() *Response + func (x *DeleteFederatedSubgraphResponse) ProtoReflect() protoreflect.Message + func (x *DeleteFederatedSubgraphResponse) Reset() + func (x *DeleteFederatedSubgraphResponse) String() string + type DeleteIntegrationRequest struct + Id string + func (*DeleteIntegrationRequest) Descriptor() ([]byte, []int) + func (*DeleteIntegrationRequest) ProtoMessage() + func (x *DeleteIntegrationRequest) GetId() string + func (x *DeleteIntegrationRequest) ProtoReflect() protoreflect.Message + func (x *DeleteIntegrationRequest) Reset() + func (x *DeleteIntegrationRequest) String() string + type DeleteIntegrationResponse struct + Response *Response + func (*DeleteIntegrationResponse) Descriptor() ([]byte, []int) + func (*DeleteIntegrationResponse) ProtoMessage() + func (x *DeleteIntegrationResponse) GetResponse() *Response + func (x *DeleteIntegrationResponse) ProtoReflect() protoreflect.Message + func (x *DeleteIntegrationResponse) Reset() + func (x *DeleteIntegrationResponse) String() string + type DeleteMonographRequest struct + Name string + Namespace string + func (*DeleteMonographRequest) Descriptor() ([]byte, []int) + func (*DeleteMonographRequest) ProtoMessage() + func (x *DeleteMonographRequest) GetName() string + func (x *DeleteMonographRequest) GetNamespace() string + func (x *DeleteMonographRequest) ProtoReflect() protoreflect.Message + func (x *DeleteMonographRequest) Reset() + func (x *DeleteMonographRequest) String() string + type DeleteMonographResponse struct + Response *Response + func (*DeleteMonographResponse) Descriptor() ([]byte, []int) + func (*DeleteMonographResponse) ProtoMessage() + func (x *DeleteMonographResponse) GetResponse() *Response + func (x *DeleteMonographResponse) ProtoReflect() protoreflect.Message + func (x *DeleteMonographResponse) Reset() + func (x *DeleteMonographResponse) String() string + type DeleteNamespaceRequest struct + Name string + func (*DeleteNamespaceRequest) Descriptor() ([]byte, []int) + func (*DeleteNamespaceRequest) ProtoMessage() + func (x *DeleteNamespaceRequest) GetName() string + func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message + func (x *DeleteNamespaceRequest) Reset() + func (x *DeleteNamespaceRequest) String() string + type DeleteNamespaceResponse struct + Response *Response + func (*DeleteNamespaceResponse) Descriptor() ([]byte, []int) + func (*DeleteNamespaceResponse) ProtoMessage() + func (x *DeleteNamespaceResponse) GetResponse() *Response + func (x *DeleteNamespaceResponse) ProtoReflect() protoreflect.Message + func (x *DeleteNamespaceResponse) Reset() + func (x *DeleteNamespaceResponse) String() string + type DeleteOIDCProviderRequest struct + func (*DeleteOIDCProviderRequest) Descriptor() ([]byte, []int) + func (*DeleteOIDCProviderRequest) ProtoMessage() + func (x *DeleteOIDCProviderRequest) ProtoReflect() protoreflect.Message + func (x *DeleteOIDCProviderRequest) Reset() + func (x *DeleteOIDCProviderRequest) String() string + type DeleteOIDCProviderResponse struct + Response *Response + func (*DeleteOIDCProviderResponse) Descriptor() ([]byte, []int) + func (*DeleteOIDCProviderResponse) ProtoMessage() + func (x *DeleteOIDCProviderResponse) GetResponse() *Response + func (x *DeleteOIDCProviderResponse) ProtoReflect() protoreflect.Message + func (x *DeleteOIDCProviderResponse) Reset() + func (x *DeleteOIDCProviderResponse) String() string + type DeleteOrganizationRequest struct + UserID string + func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int) + func (*DeleteOrganizationRequest) ProtoMessage() + func (x *DeleteOrganizationRequest) GetUserID() string + func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationRequest) Reset() + func (x *DeleteOrganizationRequest) String() string + type DeleteOrganizationResponse struct + Response *Response + func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int) + func (*DeleteOrganizationResponse) ProtoMessage() + func (x *DeleteOrganizationResponse) GetResponse() *Response + func (x *DeleteOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationResponse) Reset() + func (x *DeleteOrganizationResponse) String() string + type DeleteOrganizationWebhookConfigRequest struct + Id string + func (*DeleteOrganizationWebhookConfigRequest) Descriptor() ([]byte, []int) + func (*DeleteOrganizationWebhookConfigRequest) ProtoMessage() + func (x *DeleteOrganizationWebhookConfigRequest) GetId() string + func (x *DeleteOrganizationWebhookConfigRequest) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationWebhookConfigRequest) Reset() + func (x *DeleteOrganizationWebhookConfigRequest) String() string + type DeleteOrganizationWebhookConfigResponse struct + Response *Response + func (*DeleteOrganizationWebhookConfigResponse) Descriptor() ([]byte, []int) + func (*DeleteOrganizationWebhookConfigResponse) ProtoMessage() + func (x *DeleteOrganizationWebhookConfigResponse) GetResponse() *Response + func (x *DeleteOrganizationWebhookConfigResponse) ProtoReflect() protoreflect.Message + func (x *DeleteOrganizationWebhookConfigResponse) Reset() + func (x *DeleteOrganizationWebhookConfigResponse) String() string + type DeleteRouterTokenRequest struct + FedGraphName string + Namespace string + TokenName string + func (*DeleteRouterTokenRequest) Descriptor() ([]byte, []int) + func (*DeleteRouterTokenRequest) ProtoMessage() + func (x *DeleteRouterTokenRequest) GetFedGraphName() string + func (x *DeleteRouterTokenRequest) GetNamespace() string + func (x *DeleteRouterTokenRequest) GetTokenName() string + func (x *DeleteRouterTokenRequest) ProtoReflect() protoreflect.Message + func (x *DeleteRouterTokenRequest) Reset() + func (x *DeleteRouterTokenRequest) String() string + type DeleteRouterTokenResponse struct + Response *Response + func (*DeleteRouterTokenResponse) Descriptor() ([]byte, []int) + func (*DeleteRouterTokenResponse) ProtoMessage() + func (x *DeleteRouterTokenResponse) GetResponse() *Response + func (x *DeleteRouterTokenResponse) ProtoReflect() protoreflect.Message + func (x *DeleteRouterTokenResponse) Reset() + func (x *DeleteRouterTokenResponse) String() string + type DeleteUserRequest struct + func (*DeleteUserRequest) Descriptor() ([]byte, []int) + func (*DeleteUserRequest) ProtoMessage() + func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message + func (x *DeleteUserRequest) Reset() + func (x *DeleteUserRequest) String() string + type DeleteUserResponse struct + Response *Response + func (*DeleteUserResponse) Descriptor() ([]byte, []int) + func (*DeleteUserResponse) ProtoMessage() + func (x *DeleteUserResponse) GetResponse() *Response + func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message + func (x *DeleteUserResponse) Reset() + func (x *DeleteUserResponse) String() string + type DeploymentError struct + FederatedGraphName string + Message string + Namespace string + func (*DeploymentError) Descriptor() ([]byte, []int) + func (*DeploymentError) ProtoMessage() + func (x *DeploymentError) GetFederatedGraphName() string + func (x *DeploymentError) GetMessage() string + func (x *DeploymentError) GetNamespace() string + func (x *DeploymentError) ProtoReflect() protoreflect.Message + func (x *DeploymentError) Reset() + func (x *DeploymentError) String() string + type Discussion struct + Id string + IsResolved bool + OpeningComment *DiscussionComment + ReferenceLine int32 + SchemaVersionId string + TargetId string + func (*Discussion) Descriptor() ([]byte, []int) + func (*Discussion) ProtoMessage() + func (x *Discussion) GetId() string + func (x *Discussion) GetIsResolved() bool + func (x *Discussion) GetOpeningComment() *DiscussionComment + func (x *Discussion) GetReferenceLine() int32 + func (x *Discussion) GetSchemaVersionId() string + func (x *Discussion) GetTargetId() string + func (x *Discussion) ProtoReflect() protoreflect.Message + func (x *Discussion) Reset() + func (x *Discussion) String() string + type DiscussionComment struct + ContentJson string + CreatedAt string + CreatedBy *string + Id string + IsDeleted bool + UpdatedAt *string + func (*DiscussionComment) Descriptor() ([]byte, []int) + func (*DiscussionComment) ProtoMessage() + func (x *DiscussionComment) GetContentJson() string + func (x *DiscussionComment) GetCreatedAt() string + func (x *DiscussionComment) GetCreatedBy() string + func (x *DiscussionComment) GetId() string + func (x *DiscussionComment) GetIsDeleted() bool + func (x *DiscussionComment) GetUpdatedAt() string + func (x *DiscussionComment) ProtoReflect() protoreflect.Message + func (x *DiscussionComment) Reset() + func (x *DiscussionComment) String() string + type EnableFeatureFlagRequest struct + Enabled bool + Name string + Namespace string + func (*EnableFeatureFlagRequest) Descriptor() ([]byte, []int) + func (*EnableFeatureFlagRequest) ProtoMessage() + func (x *EnableFeatureFlagRequest) GetEnabled() bool + func (x *EnableFeatureFlagRequest) GetName() string + func (x *EnableFeatureFlagRequest) GetNamespace() string + func (x *EnableFeatureFlagRequest) ProtoReflect() protoreflect.Message + func (x *EnableFeatureFlagRequest) Reset() + func (x *EnableFeatureFlagRequest) String() string + type EnableFeatureFlagResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + HasChanged *bool + Response *Response + func (*EnableFeatureFlagResponse) Descriptor() ([]byte, []int) + func (*EnableFeatureFlagResponse) ProtoMessage() + func (x *EnableFeatureFlagResponse) GetCompositionErrors() []*CompositionError + func (x *EnableFeatureFlagResponse) GetDeploymentErrors() []*DeploymentError + func (x *EnableFeatureFlagResponse) GetHasChanged() bool + func (x *EnableFeatureFlagResponse) GetResponse() *Response + func (x *EnableFeatureFlagResponse) ProtoReflect() protoreflect.Message + func (x *EnableFeatureFlagResponse) Reset() + func (x *EnableFeatureFlagResponse) String() string + type EnableLintingForTheNamespaceRequest struct + EnableLinting bool + Namespace string + func (*EnableLintingForTheNamespaceRequest) Descriptor() ([]byte, []int) + func (*EnableLintingForTheNamespaceRequest) ProtoMessage() + func (x *EnableLintingForTheNamespaceRequest) GetEnableLinting() bool + func (x *EnableLintingForTheNamespaceRequest) GetNamespace() string + func (x *EnableLintingForTheNamespaceRequest) ProtoReflect() protoreflect.Message + func (x *EnableLintingForTheNamespaceRequest) Reset() + func (x *EnableLintingForTheNamespaceRequest) String() string + type EnableLintingForTheNamespaceResponse struct + Response *Response + func (*EnableLintingForTheNamespaceResponse) Descriptor() ([]byte, []int) + func (*EnableLintingForTheNamespaceResponse) ProtoMessage() + func (x *EnableLintingForTheNamespaceResponse) GetResponse() *Response + func (x *EnableLintingForTheNamespaceResponse) ProtoReflect() protoreflect.Message + func (x *EnableLintingForTheNamespaceResponse) Reset() + func (x *EnableLintingForTheNamespaceResponse) String() string + type ExpiresAt int32 + const ExpiresAt_NEVER + const ExpiresAt_ONE_YEAR + const ExpiresAt_SIX_MONTHS + const ExpiresAt_THIRTY_DAYS + func (ExpiresAt) Descriptor() protoreflect.EnumDescriptor + func (ExpiresAt) EnumDescriptor() ([]byte, []int) + func (ExpiresAt) Type() protoreflect.EnumType + func (x ExpiresAt) Enum() *ExpiresAt + func (x ExpiresAt) Number() protoreflect.EnumNumber + func (x ExpiresAt) String() string + type Feature int32 + const Feature_ai + const Feature_rbac + const Feature_scim + func (Feature) Descriptor() protoreflect.EnumDescriptor + func (Feature) EnumDescriptor() ([]byte, []int) + func (Feature) Type() protoreflect.EnumType + func (x Feature) Enum() *Feature + func (x Feature) Number() protoreflect.EnumNumber + func (x Feature) String() string + type FeatureFlag struct + CreatedAt string + CreatedBy string + Id string + IsEnabled bool + Labels []*Label + Name string + Namespace string + UpdatedAt string + func (*FeatureFlag) Descriptor() ([]byte, []int) + func (*FeatureFlag) ProtoMessage() + func (x *FeatureFlag) GetCreatedAt() string + func (x *FeatureFlag) GetCreatedBy() string + func (x *FeatureFlag) GetId() string + func (x *FeatureFlag) GetIsEnabled() bool + func (x *FeatureFlag) GetLabels() []*Label + func (x *FeatureFlag) GetName() string + func (x *FeatureFlag) GetNamespace() string + func (x *FeatureFlag) GetUpdatedAt() string + func (x *FeatureFlag) ProtoReflect() protoreflect.Message + func (x *FeatureFlag) Reset() + func (x *FeatureFlag) String() string + type FeatureFlagComposition struct + AdmissionError *string + CompositionErrors *string + CreatedAt string + CreatedBy *string + DeploymentError *string + FeatureFlagName string + Id string + IsComposable bool + RouterConfigSignature *string + SchemaVersionId string + func (*FeatureFlagComposition) Descriptor() ([]byte, []int) + func (*FeatureFlagComposition) ProtoMessage() + func (x *FeatureFlagComposition) GetAdmissionError() string + func (x *FeatureFlagComposition) GetCompositionErrors() string + func (x *FeatureFlagComposition) GetCreatedAt() string + func (x *FeatureFlagComposition) GetCreatedBy() string + func (x *FeatureFlagComposition) GetDeploymentError() string + func (x *FeatureFlagComposition) GetFeatureFlagName() string + func (x *FeatureFlagComposition) GetId() string + func (x *FeatureFlagComposition) GetIsComposable() bool + func (x *FeatureFlagComposition) GetRouterConfigSignature() string + func (x *FeatureFlagComposition) GetSchemaVersionId() string + func (x *FeatureFlagComposition) ProtoReflect() protoreflect.Message + func (x *FeatureFlagComposition) Reset() + func (x *FeatureFlagComposition) String() string + type FederatedGraph struct + AdmissionWebhookUrl *string + CompositionErrors string + CompositionId *string + ConnectedSubgraphs int32 + Contract *Contract + Id string + IsComposable bool + LabelMatchers []string + LastUpdatedAt string + Name string + Namespace string + Readme *string + RequestSeries []*RequestSeriesItem + RoutingURL string + SupportsFederation bool + TargetId string + func (*FederatedGraph) Descriptor() ([]byte, []int) + func (*FederatedGraph) ProtoMessage() + func (x *FederatedGraph) GetAdmissionWebhookUrl() string + func (x *FederatedGraph) GetCompositionErrors() string + func (x *FederatedGraph) GetCompositionId() string + func (x *FederatedGraph) GetConnectedSubgraphs() int32 + func (x *FederatedGraph) GetContract() *Contract + func (x *FederatedGraph) GetId() string + func (x *FederatedGraph) GetIsComposable() bool + func (x *FederatedGraph) GetLabelMatchers() []string + func (x *FederatedGraph) GetLastUpdatedAt() string + func (x *FederatedGraph) GetName() string + func (x *FederatedGraph) GetNamespace() string + func (x *FederatedGraph) GetReadme() string + func (x *FederatedGraph) GetRequestSeries() []*RequestSeriesItem + func (x *FederatedGraph) GetRoutingURL() string + func (x *FederatedGraph) GetSupportsFederation() bool + func (x *FederatedGraph) GetTargetId() string + func (x *FederatedGraph) ProtoReflect() protoreflect.Message + func (x *FederatedGraph) Reset() + func (x *FederatedGraph) String() string + type FederatedGraphChangelog struct + ChangeMessage string + ChangeType string + CreatedAt string + Id string + Path string + func (*FederatedGraphChangelog) Descriptor() ([]byte, []int) + func (*FederatedGraphChangelog) ProtoMessage() + func (x *FederatedGraphChangelog) GetChangeMessage() string + func (x *FederatedGraphChangelog) GetChangeType() string + func (x *FederatedGraphChangelog) GetCreatedAt() string + func (x *FederatedGraphChangelog) GetId() string + func (x *FederatedGraphChangelog) GetPath() string + func (x *FederatedGraphChangelog) ProtoReflect() protoreflect.Message + func (x *FederatedGraphChangelog) Reset() + func (x *FederatedGraphChangelog) String() string + type FederatedGraphChangelogOutput struct + Changelogs []*FederatedGraphChangelog + CompositionId string + CreatedAt string + SchemaVersionId string + func (*FederatedGraphChangelogOutput) Descriptor() ([]byte, []int) + func (*FederatedGraphChangelogOutput) ProtoMessage() + func (x *FederatedGraphChangelogOutput) GetChangelogs() []*FederatedGraphChangelog + func (x *FederatedGraphChangelogOutput) GetCompositionId() string + func (x *FederatedGraphChangelogOutput) GetCreatedAt() string + func (x *FederatedGraphChangelogOutput) GetSchemaVersionId() string + func (x *FederatedGraphChangelogOutput) ProtoReflect() protoreflect.Message + func (x *FederatedGraphChangelogOutput) Reset() + func (x *FederatedGraphChangelogOutput) String() string + type FederatedGraphMetrics struct + ErrorRate float32 + FederatedGraphID string + Latency float32 + RequestRate float32 + func (*FederatedGraphMetrics) Descriptor() ([]byte, []int) + func (*FederatedGraphMetrics) ProtoMessage() + func (x *FederatedGraphMetrics) GetErrorRate() float32 + func (x *FederatedGraphMetrics) GetFederatedGraphID() string + func (x *FederatedGraphMetrics) GetLatency() float32 + func (x *FederatedGraphMetrics) GetRequestRate() float32 + func (x *FederatedGraphMetrics) ProtoReflect() protoreflect.Message + func (x *FederatedGraphMetrics) Reset() + func (x *FederatedGraphMetrics) String() string + type FieldUsageMeta struct + FirstSeenTimestamp string + LatestSeenTimestamp string + SubgraphIds []string + func (*FieldUsageMeta) Descriptor() ([]byte, []int) + func (*FieldUsageMeta) ProtoMessage() + func (x *FieldUsageMeta) GetFirstSeenTimestamp() string + func (x *FieldUsageMeta) GetLatestSeenTimestamp() string + func (x *FieldUsageMeta) GetSubgraphIds() []string + func (x *FieldUsageMeta) ProtoReflect() protoreflect.Message + func (x *FieldUsageMeta) Reset() + func (x *FieldUsageMeta) String() string + type FixSubgraphSchemaRequest struct + Namespace string + Schema string + SubgraphName string + func (*FixSubgraphSchemaRequest) Descriptor() ([]byte, []int) + func (*FixSubgraphSchemaRequest) ProtoMessage() + func (x *FixSubgraphSchemaRequest) GetNamespace() string + func (x *FixSubgraphSchemaRequest) GetSchema() string + func (x *FixSubgraphSchemaRequest) GetSubgraphName() string + func (x *FixSubgraphSchemaRequest) ProtoReflect() protoreflect.Message + func (x *FixSubgraphSchemaRequest) Reset() + func (x *FixSubgraphSchemaRequest) String() string + type FixSubgraphSchemaResponse struct + Modified bool + Response *Response + Schema string + func (*FixSubgraphSchemaResponse) Descriptor() ([]byte, []int) + func (*FixSubgraphSchemaResponse) ProtoMessage() + func (x *FixSubgraphSchemaResponse) GetModified() bool + func (x *FixSubgraphSchemaResponse) GetResponse() *Response + func (x *FixSubgraphSchemaResponse) GetSchema() string + func (x *FixSubgraphSchemaResponse) ProtoReflect() protoreflect.Message + func (x *FixSubgraphSchemaResponse) Reset() + func (x *FixSubgraphSchemaResponse) String() string + type ForceCheckSuccessRequest struct + CheckId string + GraphName string + Namespace string + func (*ForceCheckSuccessRequest) Descriptor() ([]byte, []int) + func (*ForceCheckSuccessRequest) ProtoMessage() + func (x *ForceCheckSuccessRequest) GetCheckId() string + func (x *ForceCheckSuccessRequest) GetGraphName() string + func (x *ForceCheckSuccessRequest) GetNamespace() string + func (x *ForceCheckSuccessRequest) ProtoReflect() protoreflect.Message + func (x *ForceCheckSuccessRequest) Reset() + func (x *ForceCheckSuccessRequest) String() string + type ForceCheckSuccessResponse struct + Response *Response + func (*ForceCheckSuccessResponse) Descriptor() ([]byte, []int) + func (*ForceCheckSuccessResponse) ProtoMessage() + func (x *ForceCheckSuccessResponse) GetResponse() *Response + func (x *ForceCheckSuccessResponse) ProtoReflect() protoreflect.Message + func (x *ForceCheckSuccessResponse) Reset() + func (x *ForceCheckSuccessResponse) String() string + type GenerateRouterTokenRequest struct + FedGraphName string + Namespace string + func (*GenerateRouterTokenRequest) Descriptor() ([]byte, []int) + func (*GenerateRouterTokenRequest) ProtoMessage() + func (x *GenerateRouterTokenRequest) GetFedGraphName() string + func (x *GenerateRouterTokenRequest) GetNamespace() string + func (x *GenerateRouterTokenRequest) ProtoReflect() protoreflect.Message + func (x *GenerateRouterTokenRequest) Reset() + func (x *GenerateRouterTokenRequest) String() string + type GenerateRouterTokenResponse struct + Response *Response + Token string + func (*GenerateRouterTokenResponse) Descriptor() ([]byte, []int) + func (*GenerateRouterTokenResponse) ProtoMessage() + func (x *GenerateRouterTokenResponse) GetResponse() *Response + func (x *GenerateRouterTokenResponse) GetToken() string + func (x *GenerateRouterTokenResponse) ProtoReflect() protoreflect.Message + func (x *GenerateRouterTokenResponse) Reset() + func (x *GenerateRouterTokenResponse) String() string + type GetAPIKeysRequest struct + func (*GetAPIKeysRequest) Descriptor() ([]byte, []int) + func (*GetAPIKeysRequest) ProtoMessage() + func (x *GetAPIKeysRequest) ProtoReflect() protoreflect.Message + func (x *GetAPIKeysRequest) Reset() + func (x *GetAPIKeysRequest) String() string + type GetAPIKeysResponse struct + ApiKeys []*APIKey + Response *Response + func (*GetAPIKeysResponse) Descriptor() ([]byte, []int) + func (*GetAPIKeysResponse) ProtoMessage() + func (x *GetAPIKeysResponse) GetApiKeys() []*APIKey + func (x *GetAPIKeysResponse) GetResponse() *Response + func (x *GetAPIKeysResponse) ProtoReflect() protoreflect.Message + func (x *GetAPIKeysResponse) Reset() + func (x *GetAPIKeysResponse) String() string + type GetAllDiscussionsRequest struct + SchemaVersionId *string + TargetId string + func (*GetAllDiscussionsRequest) Descriptor() ([]byte, []int) + func (*GetAllDiscussionsRequest) ProtoMessage() + func (x *GetAllDiscussionsRequest) GetSchemaVersionId() string + func (x *GetAllDiscussionsRequest) GetTargetId() string + func (x *GetAllDiscussionsRequest) ProtoReflect() protoreflect.Message + func (x *GetAllDiscussionsRequest) Reset() + func (x *GetAllDiscussionsRequest) String() string + type GetAllDiscussionsResponse struct + Discussions []*Discussion + Response *Response + func (*GetAllDiscussionsResponse) Descriptor() ([]byte, []int) + func (*GetAllDiscussionsResponse) ProtoMessage() + func (x *GetAllDiscussionsResponse) GetDiscussions() []*Discussion + func (x *GetAllDiscussionsResponse) GetResponse() *Response + func (x *GetAllDiscussionsResponse) ProtoReflect() protoreflect.Message + func (x *GetAllDiscussionsResponse) Reset() + func (x *GetAllDiscussionsResponse) String() string + type GetAllOverridesRequest struct + GraphName string + Namespace string + func (*GetAllOverridesRequest) Descriptor() ([]byte, []int) + func (*GetAllOverridesRequest) ProtoMessage() + func (x *GetAllOverridesRequest) GetGraphName() string + func (x *GetAllOverridesRequest) GetNamespace() string + func (x *GetAllOverridesRequest) ProtoReflect() protoreflect.Message + func (x *GetAllOverridesRequest) Reset() + func (x *GetAllOverridesRequest) String() string + type GetAllOverridesResponse struct + Overrides []*GetAllOverridesResponse_Override + Response *Response + func (*GetAllOverridesResponse) Descriptor() ([]byte, []int) + func (*GetAllOverridesResponse) ProtoMessage() + func (x *GetAllOverridesResponse) GetOverrides() []*GetAllOverridesResponse_Override + func (x *GetAllOverridesResponse) GetResponse() *Response + func (x *GetAllOverridesResponse) ProtoReflect() protoreflect.Message + func (x *GetAllOverridesResponse) Reset() + func (x *GetAllOverridesResponse) String() string + type GetAllOverridesResponse_Override struct + ChangesOverrideCount uint32 + HasIgnoreAllOverride bool + Hash string + Name string + UpdatedAt string + func (*GetAllOverridesResponse_Override) Descriptor() ([]byte, []int) + func (*GetAllOverridesResponse_Override) ProtoMessage() + func (x *GetAllOverridesResponse_Override) GetChangesOverrideCount() uint32 + func (x *GetAllOverridesResponse_Override) GetHasIgnoreAllOverride() bool + func (x *GetAllOverridesResponse_Override) GetHash() string + func (x *GetAllOverridesResponse_Override) GetName() string + func (x *GetAllOverridesResponse_Override) GetUpdatedAt() string + func (x *GetAllOverridesResponse_Override) ProtoReflect() protoreflect.Message + func (x *GetAllOverridesResponse_Override) Reset() + func (x *GetAllOverridesResponse_Override) String() string + type GetAnalyticsViewRequest struct + Config *AnalyticsConfig + FederatedGraphName string + Name AnalyticsViewGroupName + Namespace string + func (*GetAnalyticsViewRequest) Descriptor() ([]byte, []int) + func (*GetAnalyticsViewRequest) ProtoMessage() + func (x *GetAnalyticsViewRequest) GetConfig() *AnalyticsConfig + func (x *GetAnalyticsViewRequest) GetFederatedGraphName() string + func (x *GetAnalyticsViewRequest) GetName() AnalyticsViewGroupName + func (x *GetAnalyticsViewRequest) GetNamespace() string + func (x *GetAnalyticsViewRequest) ProtoReflect() protoreflect.Message + func (x *GetAnalyticsViewRequest) Reset() + func (x *GetAnalyticsViewRequest) String() string + type GetAnalyticsViewResponse struct + Response *Response + View *AnalyticsViewResult + func (*GetAnalyticsViewResponse) Descriptor() ([]byte, []int) + func (*GetAnalyticsViewResponse) ProtoMessage() + func (x *GetAnalyticsViewResponse) GetResponse() *Response + func (x *GetAnalyticsViewResponse) GetView() *AnalyticsViewResult + func (x *GetAnalyticsViewResponse) ProtoReflect() protoreflect.Message + func (x *GetAnalyticsViewResponse) Reset() + func (x *GetAnalyticsViewResponse) String() string + type GetAuditLogsRequest struct + EndDate string + Limit int32 + Offset int32 + StartDate string + func (*GetAuditLogsRequest) Descriptor() ([]byte, []int) + func (*GetAuditLogsRequest) ProtoMessage() + func (x *GetAuditLogsRequest) GetEndDate() string + func (x *GetAuditLogsRequest) GetLimit() int32 + func (x *GetAuditLogsRequest) GetOffset() int32 + func (x *GetAuditLogsRequest) GetStartDate() string + func (x *GetAuditLogsRequest) ProtoReflect() protoreflect.Message + func (x *GetAuditLogsRequest) Reset() + func (x *GetAuditLogsRequest) String() string + type GetAuditLogsResponse struct + Count int32 + Logs []*AuditLog + Response *Response + func (*GetAuditLogsResponse) Descriptor() ([]byte, []int) + func (*GetAuditLogsResponse) ProtoMessage() + func (x *GetAuditLogsResponse) GetCount() int32 + func (x *GetAuditLogsResponse) GetLogs() []*AuditLog + func (x *GetAuditLogsResponse) GetResponse() *Response + func (x *GetAuditLogsResponse) ProtoReflect() protoreflect.Message + func (x *GetAuditLogsResponse) Reset() + func (x *GetAuditLogsResponse) String() string + type GetBillingPlansRequest struct + func (*GetBillingPlansRequest) Descriptor() ([]byte, []int) + func (*GetBillingPlansRequest) ProtoMessage() + func (x *GetBillingPlansRequest) ProtoReflect() protoreflect.Message + func (x *GetBillingPlansRequest) Reset() + func (x *GetBillingPlansRequest) String() string + type GetBillingPlansResponse struct + Plans []*GetBillingPlansResponse_BillingPlan + Response *Response + func (*GetBillingPlansResponse) Descriptor() ([]byte, []int) + func (*GetBillingPlansResponse) ProtoMessage() + func (x *GetBillingPlansResponse) GetPlans() []*GetBillingPlansResponse_BillingPlan + func (x *GetBillingPlansResponse) GetResponse() *Response + func (x *GetBillingPlansResponse) ProtoReflect() protoreflect.Message + func (x *GetBillingPlansResponse) Reset() + func (x *GetBillingPlansResponse) String() string + type GetBillingPlansResponse_BillingPlan struct + Features []*GetBillingPlansResponse_BillingPlanFeature + Id string + Name string + Price int32 + func (*GetBillingPlansResponse_BillingPlan) Descriptor() ([]byte, []int) + func (*GetBillingPlansResponse_BillingPlan) ProtoMessage() + func (x *GetBillingPlansResponse_BillingPlan) GetFeatures() []*GetBillingPlansResponse_BillingPlanFeature + func (x *GetBillingPlansResponse_BillingPlan) GetId() string + func (x *GetBillingPlansResponse_BillingPlan) GetName() string + func (x *GetBillingPlansResponse_BillingPlan) GetPrice() int32 + func (x *GetBillingPlansResponse_BillingPlan) ProtoReflect() protoreflect.Message + func (x *GetBillingPlansResponse_BillingPlan) Reset() + func (x *GetBillingPlansResponse_BillingPlan) String() string + type GetBillingPlansResponse_BillingPlanFeature struct + Description string + Id string + Limit *int32 + func (*GetBillingPlansResponse_BillingPlanFeature) Descriptor() ([]byte, []int) + func (*GetBillingPlansResponse_BillingPlanFeature) ProtoMessage() + func (x *GetBillingPlansResponse_BillingPlanFeature) GetDescription() string + func (x *GetBillingPlansResponse_BillingPlanFeature) GetId() string + func (x *GetBillingPlansResponse_BillingPlanFeature) GetLimit() int32 + func (x *GetBillingPlansResponse_BillingPlanFeature) ProtoReflect() protoreflect.Message + func (x *GetBillingPlansResponse_BillingPlanFeature) Reset() + func (x *GetBillingPlansResponse_BillingPlanFeature) String() string + type GetChangelogBySchemaVersionRequest struct + SchemaVersionId string + func (*GetChangelogBySchemaVersionRequest) Descriptor() ([]byte, []int) + func (*GetChangelogBySchemaVersionRequest) ProtoMessage() + func (x *GetChangelogBySchemaVersionRequest) GetSchemaVersionId() string + func (x *GetChangelogBySchemaVersionRequest) ProtoReflect() protoreflect.Message + func (x *GetChangelogBySchemaVersionRequest) Reset() + func (x *GetChangelogBySchemaVersionRequest) String() string + type GetChangelogBySchemaVersionResponse struct + Changelog *FederatedGraphChangelogOutput + Response *Response + func (*GetChangelogBySchemaVersionResponse) Descriptor() ([]byte, []int) + func (*GetChangelogBySchemaVersionResponse) ProtoMessage() + func (x *GetChangelogBySchemaVersionResponse) GetChangelog() *FederatedGraphChangelogOutput + func (x *GetChangelogBySchemaVersionResponse) GetResponse() *Response + func (x *GetChangelogBySchemaVersionResponse) ProtoReflect() protoreflect.Message + func (x *GetChangelogBySchemaVersionResponse) Reset() + func (x *GetChangelogBySchemaVersionResponse) String() string + type GetCheckOperationsRequest struct + CheckId string + GraphName string + Namespace string + func (*GetCheckOperationsRequest) Descriptor() ([]byte, []int) + func (*GetCheckOperationsRequest) ProtoMessage() + func (x *GetCheckOperationsRequest) GetCheckId() string + func (x *GetCheckOperationsRequest) GetGraphName() string + func (x *GetCheckOperationsRequest) GetNamespace() string + func (x *GetCheckOperationsRequest) ProtoReflect() protoreflect.Message + func (x *GetCheckOperationsRequest) Reset() + func (x *GetCheckOperationsRequest) String() string + type GetCheckOperationsResponse struct + CreatedAt string + Operations []*GetCheckOperationsResponse_CheckOperation + Response *Response + TrafficCheckDays int32 + func (*GetCheckOperationsResponse) Descriptor() ([]byte, []int) + func (*GetCheckOperationsResponse) ProtoMessage() + func (x *GetCheckOperationsResponse) GetCreatedAt() string + func (x *GetCheckOperationsResponse) GetOperations() []*GetCheckOperationsResponse_CheckOperation + func (x *GetCheckOperationsResponse) GetResponse() *Response + func (x *GetCheckOperationsResponse) GetTrafficCheckDays() int32 + func (x *GetCheckOperationsResponse) ProtoReflect() protoreflect.Message + func (x *GetCheckOperationsResponse) Reset() + func (x *GetCheckOperationsResponse) String() string + type GetCheckOperationsResponse_CheckOperation struct + FirstSeenAt string + HasIgnoreAllOverride bool + Hash string + ImpactingChanges []*SchemaChange + IsSafe bool + LastSeenAt string + Name string + Type string + func (*GetCheckOperationsResponse_CheckOperation) Descriptor() ([]byte, []int) + func (*GetCheckOperationsResponse_CheckOperation) ProtoMessage() + func (x *GetCheckOperationsResponse_CheckOperation) GetFirstSeenAt() string + func (x *GetCheckOperationsResponse_CheckOperation) GetHasIgnoreAllOverride() bool + func (x *GetCheckOperationsResponse_CheckOperation) GetHash() string + func (x *GetCheckOperationsResponse_CheckOperation) GetImpactingChanges() []*SchemaChange + func (x *GetCheckOperationsResponse_CheckOperation) GetIsSafe() bool + func (x *GetCheckOperationsResponse_CheckOperation) GetLastSeenAt() string + func (x *GetCheckOperationsResponse_CheckOperation) GetName() string + func (x *GetCheckOperationsResponse_CheckOperation) GetType() string + func (x *GetCheckOperationsResponse_CheckOperation) ProtoReflect() protoreflect.Message + func (x *GetCheckOperationsResponse_CheckOperation) Reset() + func (x *GetCheckOperationsResponse_CheckOperation) String() string + type GetCheckSummaryRequest struct + CheckId string + GraphName string + Namespace string + func (*GetCheckSummaryRequest) Descriptor() ([]byte, []int) + func (*GetCheckSummaryRequest) ProtoMessage() + func (x *GetCheckSummaryRequest) GetCheckId() string + func (x *GetCheckSummaryRequest) GetGraphName() string + func (x *GetCheckSummaryRequest) GetNamespace() string + func (x *GetCheckSummaryRequest) ProtoReflect() protoreflect.Message + func (x *GetCheckSummaryRequest) Reset() + func (x *GetCheckSummaryRequest) String() string + type GetCheckSummaryResponse struct + AffectedGraphs []*GetCheckSummaryResponse_AffectedGraph + Changes []*SchemaChange + Check *SchemaCheck + CompositionErrors []string + LintIssues []*LintIssue + ProposedSubgraphSchemaSDL *string + Response *Response + TrafficCheckDays int32 + func (*GetCheckSummaryResponse) Descriptor() ([]byte, []int) + func (*GetCheckSummaryResponse) ProtoMessage() + func (x *GetCheckSummaryResponse) GetAffectedGraphs() []*GetCheckSummaryResponse_AffectedGraph + func (x *GetCheckSummaryResponse) GetChanges() []*SchemaChange + func (x *GetCheckSummaryResponse) GetCheck() *SchemaCheck + func (x *GetCheckSummaryResponse) GetCompositionErrors() []string + func (x *GetCheckSummaryResponse) GetLintIssues() []*LintIssue + func (x *GetCheckSummaryResponse) GetProposedSubgraphSchemaSDL() string + func (x *GetCheckSummaryResponse) GetResponse() *Response + func (x *GetCheckSummaryResponse) GetTrafficCheckDays() int32 + func (x *GetCheckSummaryResponse) ProtoReflect() protoreflect.Message + func (x *GetCheckSummaryResponse) Reset() + func (x *GetCheckSummaryResponse) String() string + type GetCheckSummaryResponse_AffectedGraph struct + Id string + TrafficCheckDays int32 + func (*GetCheckSummaryResponse_AffectedGraph) Descriptor() ([]byte, []int) + func (*GetCheckSummaryResponse_AffectedGraph) ProtoMessage() + func (x *GetCheckSummaryResponse_AffectedGraph) GetId() string + func (x *GetCheckSummaryResponse_AffectedGraph) GetTrafficCheckDays() int32 + func (x *GetCheckSummaryResponse_AffectedGraph) ProtoReflect() protoreflect.Message + func (x *GetCheckSummaryResponse_AffectedGraph) Reset() + func (x *GetCheckSummaryResponse_AffectedGraph) String() string + type GetChecksByFederatedGraphNameRequest struct + EndDate string + Limit int32 + Name string + Namespace string + Offset int32 + StartDate string + func (*GetChecksByFederatedGraphNameRequest) Descriptor() ([]byte, []int) + func (*GetChecksByFederatedGraphNameRequest) ProtoMessage() + func (x *GetChecksByFederatedGraphNameRequest) GetEndDate() string + func (x *GetChecksByFederatedGraphNameRequest) GetLimit() int32 + func (x *GetChecksByFederatedGraphNameRequest) GetName() string + func (x *GetChecksByFederatedGraphNameRequest) GetNamespace() string + func (x *GetChecksByFederatedGraphNameRequest) GetOffset() int32 + func (x *GetChecksByFederatedGraphNameRequest) GetStartDate() string + func (x *GetChecksByFederatedGraphNameRequest) ProtoReflect() protoreflect.Message + func (x *GetChecksByFederatedGraphNameRequest) Reset() + func (x *GetChecksByFederatedGraphNameRequest) String() string + type GetChecksByFederatedGraphNameResponse struct + Checks []*SchemaCheck + ChecksCountBasedOnDateRange int32 + Response *Response + TotalChecksCount int32 + func (*GetChecksByFederatedGraphNameResponse) Descriptor() ([]byte, []int) + func (*GetChecksByFederatedGraphNameResponse) ProtoMessage() + func (x *GetChecksByFederatedGraphNameResponse) GetChecks() []*SchemaCheck + func (x *GetChecksByFederatedGraphNameResponse) GetChecksCountBasedOnDateRange() int32 + func (x *GetChecksByFederatedGraphNameResponse) GetResponse() *Response + func (x *GetChecksByFederatedGraphNameResponse) GetTotalChecksCount() int32 + func (x *GetChecksByFederatedGraphNameResponse) ProtoReflect() protoreflect.Message + func (x *GetChecksByFederatedGraphNameResponse) Reset() + func (x *GetChecksByFederatedGraphNameResponse) String() string + type GetClientsRequest struct + FedGraphName string + Namespace string + func (*GetClientsRequest) Descriptor() ([]byte, []int) + func (*GetClientsRequest) ProtoMessage() + func (x *GetClientsRequest) GetFedGraphName() string + func (x *GetClientsRequest) GetNamespace() string + func (x *GetClientsRequest) ProtoReflect() protoreflect.Message + func (x *GetClientsRequest) Reset() + func (x *GetClientsRequest) String() string + type GetClientsResponse struct + Clients []*ClientInfo + Response *Response + func (*GetClientsResponse) Descriptor() ([]byte, []int) + func (*GetClientsResponse) ProtoMessage() + func (x *GetClientsResponse) GetClients() []*ClientInfo + func (x *GetClientsResponse) GetResponse() *Response + func (x *GetClientsResponse) ProtoReflect() protoreflect.Message + func (x *GetClientsResponse) Reset() + func (x *GetClientsResponse) String() string + type GetCompositionDetailsRequest struct + CompositionId string + Namespace string + func (*GetCompositionDetailsRequest) Descriptor() ([]byte, []int) + func (*GetCompositionDetailsRequest) ProtoMessage() + func (x *GetCompositionDetailsRequest) GetCompositionId() string + func (x *GetCompositionDetailsRequest) GetNamespace() string + func (x *GetCompositionDetailsRequest) ProtoReflect() protoreflect.Message + func (x *GetCompositionDetailsRequest) Reset() + func (x *GetCompositionDetailsRequest) String() string + type GetCompositionDetailsResponse struct + ChangeCounts *ChangeCounts + Composition *GraphComposition + CompositionSubgraphs []*GraphCompositionSubgraph + FeatureFlagCompositions []*FeatureFlagComposition + Response *Response + func (*GetCompositionDetailsResponse) Descriptor() ([]byte, []int) + func (*GetCompositionDetailsResponse) ProtoMessage() + func (x *GetCompositionDetailsResponse) GetChangeCounts() *ChangeCounts + func (x *GetCompositionDetailsResponse) GetComposition() *GraphComposition + func (x *GetCompositionDetailsResponse) GetCompositionSubgraphs() []*GraphCompositionSubgraph + func (x *GetCompositionDetailsResponse) GetFeatureFlagCompositions() []*FeatureFlagComposition + func (x *GetCompositionDetailsResponse) GetResponse() *Response + func (x *GetCompositionDetailsResponse) ProtoReflect() protoreflect.Message + func (x *GetCompositionDetailsResponse) Reset() + func (x *GetCompositionDetailsResponse) String() string + type GetCompositionsRequest struct + EndDate string + ExcludeFeatureFlagCompositions bool + FedGraphName string + Limit int32 + Namespace string + Offset int32 + StartDate string + func (*GetCompositionsRequest) Descriptor() ([]byte, []int) + func (*GetCompositionsRequest) ProtoMessage() + func (x *GetCompositionsRequest) GetEndDate() string + func (x *GetCompositionsRequest) GetExcludeFeatureFlagCompositions() bool + func (x *GetCompositionsRequest) GetFedGraphName() string + func (x *GetCompositionsRequest) GetLimit() int32 + func (x *GetCompositionsRequest) GetNamespace() string + func (x *GetCompositionsRequest) GetOffset() int32 + func (x *GetCompositionsRequest) GetStartDate() string + func (x *GetCompositionsRequest) ProtoReflect() protoreflect.Message + func (x *GetCompositionsRequest) Reset() + func (x *GetCompositionsRequest) String() string + type GetCompositionsResponse struct + Compositions []*GraphComposition + Count int32 + Response *Response + func (*GetCompositionsResponse) Descriptor() ([]byte, []int) + func (*GetCompositionsResponse) ProtoMessage() + func (x *GetCompositionsResponse) GetCompositions() []*GraphComposition + func (x *GetCompositionsResponse) GetCount() int32 + func (x *GetCompositionsResponse) GetResponse() *Response + func (x *GetCompositionsResponse) ProtoReflect() protoreflect.Message + func (x *GetCompositionsResponse) Reset() + func (x *GetCompositionsResponse) String() string + type GetDashboardAnalyticsViewRequest struct + EndDate string + FederatedGraphName string + Namespace string + Range int32 + StartDate string + func (*GetDashboardAnalyticsViewRequest) Descriptor() ([]byte, []int) + func (*GetDashboardAnalyticsViewRequest) ProtoMessage() + func (x *GetDashboardAnalyticsViewRequest) GetEndDate() string + func (x *GetDashboardAnalyticsViewRequest) GetFederatedGraphName() string + func (x *GetDashboardAnalyticsViewRequest) GetNamespace() string + func (x *GetDashboardAnalyticsViewRequest) GetRange() int32 + func (x *GetDashboardAnalyticsViewRequest) GetStartDate() string + func (x *GetDashboardAnalyticsViewRequest) ProtoReflect() protoreflect.Message + func (x *GetDashboardAnalyticsViewRequest) Reset() + func (x *GetDashboardAnalyticsViewRequest) String() string + type GetDashboardAnalyticsViewResponse struct + FederatedGraphMetrics *FederatedGraphMetrics + MostRequestedOperations []*OperationRequestCount + RequestSeries []*RequestSeriesItem + Response *Response + SubgraphMetrics []*SubgraphMetrics + func (*GetDashboardAnalyticsViewResponse) Descriptor() ([]byte, []int) + func (*GetDashboardAnalyticsViewResponse) ProtoMessage() + func (x *GetDashboardAnalyticsViewResponse) GetFederatedGraphMetrics() *FederatedGraphMetrics + func (x *GetDashboardAnalyticsViewResponse) GetMostRequestedOperations() []*OperationRequestCount + func (x *GetDashboardAnalyticsViewResponse) GetRequestSeries() []*RequestSeriesItem + func (x *GetDashboardAnalyticsViewResponse) GetResponse() *Response + func (x *GetDashboardAnalyticsViewResponse) GetSubgraphMetrics() []*SubgraphMetrics + func (x *GetDashboardAnalyticsViewResponse) ProtoReflect() protoreflect.Message + func (x *GetDashboardAnalyticsViewResponse) Reset() + func (x *GetDashboardAnalyticsViewResponse) String() string + type GetDiscussionRequest struct + DiscussionId string + func (*GetDiscussionRequest) Descriptor() ([]byte, []int) + func (*GetDiscussionRequest) ProtoMessage() + func (x *GetDiscussionRequest) GetDiscussionId() string + func (x *GetDiscussionRequest) ProtoReflect() protoreflect.Message + func (x *GetDiscussionRequest) Reset() + func (x *GetDiscussionRequest) String() string + type GetDiscussionResponse struct + Comments []*DiscussionComment + Discussion *Discussion + Response *Response + func (*GetDiscussionResponse) Descriptor() ([]byte, []int) + func (*GetDiscussionResponse) ProtoMessage() + func (x *GetDiscussionResponse) GetComments() []*DiscussionComment + func (x *GetDiscussionResponse) GetDiscussion() *Discussion + func (x *GetDiscussionResponse) GetResponse() *Response + func (x *GetDiscussionResponse) ProtoReflect() protoreflect.Message + func (x *GetDiscussionResponse) Reset() + func (x *GetDiscussionResponse) String() string + type GetDiscussionSchemasRequest struct + DiscussionId string + func (*GetDiscussionSchemasRequest) Descriptor() ([]byte, []int) + func (*GetDiscussionSchemasRequest) ProtoMessage() + func (x *GetDiscussionSchemasRequest) GetDiscussionId() string + func (x *GetDiscussionSchemasRequest) ProtoReflect() protoreflect.Message + func (x *GetDiscussionSchemasRequest) Reset() + func (x *GetDiscussionSchemasRequest) String() string + type GetDiscussionSchemasResponse struct + Response *Response + Schemas *GetDiscussionSchemasResponse_Schemas + func (*GetDiscussionSchemasResponse) Descriptor() ([]byte, []int) + func (*GetDiscussionSchemasResponse) ProtoMessage() + func (x *GetDiscussionSchemasResponse) GetResponse() *Response + func (x *GetDiscussionSchemasResponse) GetSchemas() *GetDiscussionSchemasResponse_Schemas + func (x *GetDiscussionSchemasResponse) ProtoReflect() protoreflect.Message + func (x *GetDiscussionSchemasResponse) Reset() + func (x *GetDiscussionSchemasResponse) String() string + type GetDiscussionSchemasResponse_Schemas struct + Latest string + Reference string + func (*GetDiscussionSchemasResponse_Schemas) Descriptor() ([]byte, []int) + func (*GetDiscussionSchemasResponse_Schemas) ProtoMessage() + func (x *GetDiscussionSchemasResponse_Schemas) GetLatest() string + func (x *GetDiscussionSchemasResponse_Schemas) GetReference() string + func (x *GetDiscussionSchemasResponse_Schemas) ProtoReflect() protoreflect.Message + func (x *GetDiscussionSchemasResponse_Schemas) Reset() + func (x *GetDiscussionSchemasResponse_Schemas) String() string + type GetFeatureFlagByNameRequest struct + Name string + Namespace string + func (*GetFeatureFlagByNameRequest) Descriptor() ([]byte, []int) + func (*GetFeatureFlagByNameRequest) ProtoMessage() + func (x *GetFeatureFlagByNameRequest) GetName() string + func (x *GetFeatureFlagByNameRequest) GetNamespace() string + func (x *GetFeatureFlagByNameRequest) ProtoReflect() protoreflect.Message + func (x *GetFeatureFlagByNameRequest) Reset() + func (x *GetFeatureFlagByNameRequest) String() string + type GetFeatureFlagByNameResponse struct + FeatureFlag *FeatureFlag + FeatureSubgraphs []*Subgraph + FederatedGraphs []*GetFeatureFlagByNameResponse_FfFederatedGraph + Response *Response + func (*GetFeatureFlagByNameResponse) Descriptor() ([]byte, []int) + func (*GetFeatureFlagByNameResponse) ProtoMessage() + func (x *GetFeatureFlagByNameResponse) GetFeatureFlag() *FeatureFlag + func (x *GetFeatureFlagByNameResponse) GetFeatureSubgraphs() []*Subgraph + func (x *GetFeatureFlagByNameResponse) GetFederatedGraphs() []*GetFeatureFlagByNameResponse_FfFederatedGraph + func (x *GetFeatureFlagByNameResponse) GetResponse() *Response + func (x *GetFeatureFlagByNameResponse) ProtoReflect() protoreflect.Message + func (x *GetFeatureFlagByNameResponse) Reset() + func (x *GetFeatureFlagByNameResponse) String() string + type GetFeatureFlagByNameResponse_FfFederatedGraph struct + FederatedGraph *FederatedGraph + IsConnected bool + func (*GetFeatureFlagByNameResponse_FfFederatedGraph) Descriptor() ([]byte, []int) + func (*GetFeatureFlagByNameResponse_FfFederatedGraph) ProtoMessage() + func (x *GetFeatureFlagByNameResponse_FfFederatedGraph) GetFederatedGraph() *FederatedGraph + func (x *GetFeatureFlagByNameResponse_FfFederatedGraph) GetIsConnected() bool + func (x *GetFeatureFlagByNameResponse_FfFederatedGraph) ProtoReflect() protoreflect.Message + func (x *GetFeatureFlagByNameResponse_FfFederatedGraph) Reset() + func (x *GetFeatureFlagByNameResponse_FfFederatedGraph) String() string + type GetFeatureFlagsByFederatedGraphRequest struct + FederatedGraphName string + Limit int32 + Namespace string + Offset int32 + Query *string + func (*GetFeatureFlagsByFederatedGraphRequest) Descriptor() ([]byte, []int) + func (*GetFeatureFlagsByFederatedGraphRequest) ProtoMessage() + func (x *GetFeatureFlagsByFederatedGraphRequest) GetFederatedGraphName() string + func (x *GetFeatureFlagsByFederatedGraphRequest) GetLimit() int32 + func (x *GetFeatureFlagsByFederatedGraphRequest) GetNamespace() string + func (x *GetFeatureFlagsByFederatedGraphRequest) GetOffset() int32 + func (x *GetFeatureFlagsByFederatedGraphRequest) GetQuery() string + func (x *GetFeatureFlagsByFederatedGraphRequest) ProtoReflect() protoreflect.Message + func (x *GetFeatureFlagsByFederatedGraphRequest) Reset() + func (x *GetFeatureFlagsByFederatedGraphRequest) String() string + type GetFeatureFlagsByFederatedGraphResponse struct + FeatureFlags []*FeatureFlag + Response *Response + TotalCount int32 + func (*GetFeatureFlagsByFederatedGraphResponse) Descriptor() ([]byte, []int) + func (*GetFeatureFlagsByFederatedGraphResponse) ProtoMessage() + func (x *GetFeatureFlagsByFederatedGraphResponse) GetFeatureFlags() []*FeatureFlag + func (x *GetFeatureFlagsByFederatedGraphResponse) GetResponse() *Response + func (x *GetFeatureFlagsByFederatedGraphResponse) GetTotalCount() int32 + func (x *GetFeatureFlagsByFederatedGraphResponse) ProtoReflect() protoreflect.Message + func (x *GetFeatureFlagsByFederatedGraphResponse) Reset() + func (x *GetFeatureFlagsByFederatedGraphResponse) String() string + type GetFeatureFlagsRequest struct + Limit int32 + Namespace string + Offset int32 + Query *string + func (*GetFeatureFlagsRequest) Descriptor() ([]byte, []int) + func (*GetFeatureFlagsRequest) ProtoMessage() + func (x *GetFeatureFlagsRequest) GetLimit() int32 + func (x *GetFeatureFlagsRequest) GetNamespace() string + func (x *GetFeatureFlagsRequest) GetOffset() int32 + func (x *GetFeatureFlagsRequest) GetQuery() string + func (x *GetFeatureFlagsRequest) ProtoReflect() protoreflect.Message + func (x *GetFeatureFlagsRequest) Reset() + func (x *GetFeatureFlagsRequest) String() string + type GetFeatureFlagsResponse struct + FeatureFlags []*FeatureFlag + Response *Response + TotalCount int32 + func (*GetFeatureFlagsResponse) Descriptor() ([]byte, []int) + func (*GetFeatureFlagsResponse) ProtoMessage() + func (x *GetFeatureFlagsResponse) GetFeatureFlags() []*FeatureFlag + func (x *GetFeatureFlagsResponse) GetResponse() *Response + func (x *GetFeatureFlagsResponse) GetTotalCount() int32 + func (x *GetFeatureFlagsResponse) ProtoReflect() protoreflect.Message + func (x *GetFeatureFlagsResponse) Reset() + func (x *GetFeatureFlagsResponse) String() string + type GetFeatureSubgraphsByFeatureFlagRequest struct + FeatureFlagName string + Namespace string + func (*GetFeatureSubgraphsByFeatureFlagRequest) Descriptor() ([]byte, []int) + func (*GetFeatureSubgraphsByFeatureFlagRequest) ProtoMessage() + func (x *GetFeatureSubgraphsByFeatureFlagRequest) GetFeatureFlagName() string + func (x *GetFeatureSubgraphsByFeatureFlagRequest) GetNamespace() string + func (x *GetFeatureSubgraphsByFeatureFlagRequest) ProtoReflect() protoreflect.Message + func (x *GetFeatureSubgraphsByFeatureFlagRequest) Reset() + func (x *GetFeatureSubgraphsByFeatureFlagRequest) String() string + type GetFeatureSubgraphsByFeatureFlagResponse struct + FeatureSubgraphs []*Subgraph + Response *Response + func (*GetFeatureSubgraphsByFeatureFlagResponse) Descriptor() ([]byte, []int) + func (*GetFeatureSubgraphsByFeatureFlagResponse) ProtoMessage() + func (x *GetFeatureSubgraphsByFeatureFlagResponse) GetFeatureSubgraphs() []*Subgraph + func (x *GetFeatureSubgraphsByFeatureFlagResponse) GetResponse() *Response + func (x *GetFeatureSubgraphsByFeatureFlagResponse) ProtoReflect() protoreflect.Message + func (x *GetFeatureSubgraphsByFeatureFlagResponse) Reset() + func (x *GetFeatureSubgraphsByFeatureFlagResponse) String() string + type GetFeatureSubgraphsRequest struct + Limit int32 + Namespace string + Offset int32 + Query *string + func (*GetFeatureSubgraphsRequest) Descriptor() ([]byte, []int) + func (*GetFeatureSubgraphsRequest) ProtoMessage() + func (x *GetFeatureSubgraphsRequest) GetLimit() int32 + func (x *GetFeatureSubgraphsRequest) GetNamespace() string + func (x *GetFeatureSubgraphsRequest) GetOffset() int32 + func (x *GetFeatureSubgraphsRequest) GetQuery() string + func (x *GetFeatureSubgraphsRequest) ProtoReflect() protoreflect.Message + func (x *GetFeatureSubgraphsRequest) Reset() + func (x *GetFeatureSubgraphsRequest) String() string + type GetFeatureSubgraphsResponse struct + Count int32 + FeatureSubgraphs []*Subgraph + Response *Response + func (*GetFeatureSubgraphsResponse) Descriptor() ([]byte, []int) + func (*GetFeatureSubgraphsResponse) ProtoMessage() + func (x *GetFeatureSubgraphsResponse) GetCount() int32 + func (x *GetFeatureSubgraphsResponse) GetFeatureSubgraphs() []*Subgraph + func (x *GetFeatureSubgraphsResponse) GetResponse() *Response + func (x *GetFeatureSubgraphsResponse) ProtoReflect() protoreflect.Message + func (x *GetFeatureSubgraphsResponse) Reset() + func (x *GetFeatureSubgraphsResponse) String() string + type GetFederatedGraphByNameRequest struct + IncludeMetrics bool + Name string + Namespace string + func (*GetFederatedGraphByNameRequest) Descriptor() ([]byte, []int) + func (*GetFederatedGraphByNameRequest) ProtoMessage() + func (x *GetFederatedGraphByNameRequest) GetIncludeMetrics() bool + func (x *GetFederatedGraphByNameRequest) GetName() string + func (x *GetFederatedGraphByNameRequest) GetNamespace() string + func (x *GetFederatedGraphByNameRequest) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphByNameRequest) Reset() + func (x *GetFederatedGraphByNameRequest) String() string + type GetFederatedGraphByNameResponse struct + FeatureFlagsInLatestValidComposition []*FeatureFlag + FeatureSubgraphs []*Subgraph + Graph *FederatedGraph + GraphRequestToken string + Response *Response + Subgraphs []*Subgraph + func (*GetFederatedGraphByNameResponse) Descriptor() ([]byte, []int) + func (*GetFederatedGraphByNameResponse) ProtoMessage() + func (x *GetFederatedGraphByNameResponse) GetFeatureFlagsInLatestValidComposition() []*FeatureFlag + func (x *GetFederatedGraphByNameResponse) GetFeatureSubgraphs() []*Subgraph + func (x *GetFederatedGraphByNameResponse) GetGraph() *FederatedGraph + func (x *GetFederatedGraphByNameResponse) GetGraphRequestToken() string + func (x *GetFederatedGraphByNameResponse) GetResponse() *Response + func (x *GetFederatedGraphByNameResponse) GetSubgraphs() []*Subgraph + func (x *GetFederatedGraphByNameResponse) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphByNameResponse) Reset() + func (x *GetFederatedGraphByNameResponse) String() string + type GetFederatedGraphChangelogRequest struct + DateRange *DateRange + Name string + Namespace string + Pagination *Pagination + func (*GetFederatedGraphChangelogRequest) Descriptor() ([]byte, []int) + func (*GetFederatedGraphChangelogRequest) ProtoMessage() + func (x *GetFederatedGraphChangelogRequest) GetDateRange() *DateRange + func (x *GetFederatedGraphChangelogRequest) GetName() string + func (x *GetFederatedGraphChangelogRequest) GetNamespace() string + func (x *GetFederatedGraphChangelogRequest) GetPagination() *Pagination + func (x *GetFederatedGraphChangelogRequest) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphChangelogRequest) Reset() + func (x *GetFederatedGraphChangelogRequest) String() string + type GetFederatedGraphChangelogResponse struct + FederatedGraphChangelogOutput []*FederatedGraphChangelogOutput + HasNextPage bool + Response *Response + func (*GetFederatedGraphChangelogResponse) Descriptor() ([]byte, []int) + func (*GetFederatedGraphChangelogResponse) ProtoMessage() + func (x *GetFederatedGraphChangelogResponse) GetFederatedGraphChangelogOutput() []*FederatedGraphChangelogOutput + func (x *GetFederatedGraphChangelogResponse) GetHasNextPage() bool + func (x *GetFederatedGraphChangelogResponse) GetResponse() *Response + func (x *GetFederatedGraphChangelogResponse) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphChangelogResponse) Reset() + func (x *GetFederatedGraphChangelogResponse) String() string + type GetFederatedGraphSDLByNameRequest struct + FeatureFlagName *string + Name string + Namespace string + func (*GetFederatedGraphSDLByNameRequest) Descriptor() ([]byte, []int) + func (*GetFederatedGraphSDLByNameRequest) ProtoMessage() + func (x *GetFederatedGraphSDLByNameRequest) GetFeatureFlagName() string + func (x *GetFederatedGraphSDLByNameRequest) GetName() string + func (x *GetFederatedGraphSDLByNameRequest) GetNamespace() string + func (x *GetFederatedGraphSDLByNameRequest) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphSDLByNameRequest) Reset() + func (x *GetFederatedGraphSDLByNameRequest) String() string + type GetFederatedGraphSDLByNameResponse struct + ClientSchema *string + Response *Response + Sdl *string + VersionId *string + func (*GetFederatedGraphSDLByNameResponse) Descriptor() ([]byte, []int) + func (*GetFederatedGraphSDLByNameResponse) ProtoMessage() + func (x *GetFederatedGraphSDLByNameResponse) GetClientSchema() string + func (x *GetFederatedGraphSDLByNameResponse) GetResponse() *Response + func (x *GetFederatedGraphSDLByNameResponse) GetSdl() string + func (x *GetFederatedGraphSDLByNameResponse) GetVersionId() string + func (x *GetFederatedGraphSDLByNameResponse) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphSDLByNameResponse) Reset() + func (x *GetFederatedGraphSDLByNameResponse) String() string + type GetFederatedGraphsBySubgraphLabelsRequest struct + Namespace string + SubgraphName string + func (*GetFederatedGraphsBySubgraphLabelsRequest) Descriptor() ([]byte, []int) + func (*GetFederatedGraphsBySubgraphLabelsRequest) ProtoMessage() + func (x *GetFederatedGraphsBySubgraphLabelsRequest) GetNamespace() string + func (x *GetFederatedGraphsBySubgraphLabelsRequest) GetSubgraphName() string + func (x *GetFederatedGraphsBySubgraphLabelsRequest) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphsBySubgraphLabelsRequest) Reset() + func (x *GetFederatedGraphsBySubgraphLabelsRequest) String() string + type GetFederatedGraphsBySubgraphLabelsResponse struct + Graphs []*FederatedGraph + Response *Response + func (*GetFederatedGraphsBySubgraphLabelsResponse) Descriptor() ([]byte, []int) + func (*GetFederatedGraphsBySubgraphLabelsResponse) ProtoMessage() + func (x *GetFederatedGraphsBySubgraphLabelsResponse) GetGraphs() []*FederatedGraph + func (x *GetFederatedGraphsBySubgraphLabelsResponse) GetResponse() *Response + func (x *GetFederatedGraphsBySubgraphLabelsResponse) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphsBySubgraphLabelsResponse) Reset() + func (x *GetFederatedGraphsBySubgraphLabelsResponse) String() string + type GetFederatedGraphsRequest struct + IncludeMetrics bool + Limit int32 + Namespace string + Offset int32 + SupportsFederation *bool + func (*GetFederatedGraphsRequest) Descriptor() ([]byte, []int) + func (*GetFederatedGraphsRequest) ProtoMessage() + func (x *GetFederatedGraphsRequest) GetIncludeMetrics() bool + func (x *GetFederatedGraphsRequest) GetLimit() int32 + func (x *GetFederatedGraphsRequest) GetNamespace() string + func (x *GetFederatedGraphsRequest) GetOffset() int32 + func (x *GetFederatedGraphsRequest) GetSupportsFederation() bool + func (x *GetFederatedGraphsRequest) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphsRequest) Reset() + func (x *GetFederatedGraphsRequest) String() string + type GetFederatedGraphsResponse struct + Graphs []*FederatedGraph + Response *Response + func (*GetFederatedGraphsResponse) Descriptor() ([]byte, []int) + func (*GetFederatedGraphsResponse) ProtoMessage() + func (x *GetFederatedGraphsResponse) GetGraphs() []*FederatedGraph + func (x *GetFederatedGraphsResponse) GetResponse() *Response + func (x *GetFederatedGraphsResponse) ProtoReflect() protoreflect.Message + func (x *GetFederatedGraphsResponse) Reset() + func (x *GetFederatedGraphsResponse) String() string + type GetFederatedResponse struct + FederatedSchemaSDL string + Response *Response + func (*GetFederatedResponse) Descriptor() ([]byte, []int) + func (*GetFederatedResponse) ProtoMessage() + func (x *GetFederatedResponse) GetFederatedSchemaSDL() string + func (x *GetFederatedResponse) GetResponse() *Response + func (x *GetFederatedResponse) ProtoReflect() protoreflect.Message + func (x *GetFederatedResponse) Reset() + func (x *GetFederatedResponse) String() string + type GetFieldUsageRequest struct + DateRange *DateRange + FeatureFlagName *string + Field *string + GraphName string + NamedType *string + Namespace string + Range *int32 + Typename *string + func (*GetFieldUsageRequest) Descriptor() ([]byte, []int) + func (*GetFieldUsageRequest) ProtoMessage() + func (x *GetFieldUsageRequest) GetDateRange() *DateRange + func (x *GetFieldUsageRequest) GetFeatureFlagName() string + func (x *GetFieldUsageRequest) GetField() string + func (x *GetFieldUsageRequest) GetGraphName() string + func (x *GetFieldUsageRequest) GetNamedType() string + func (x *GetFieldUsageRequest) GetNamespace() string + func (x *GetFieldUsageRequest) GetRange() int32 + func (x *GetFieldUsageRequest) GetTypename() string + func (x *GetFieldUsageRequest) ProtoReflect() protoreflect.Message + func (x *GetFieldUsageRequest) Reset() + func (x *GetFieldUsageRequest) String() string + type GetFieldUsageResponse struct + Clients []*ClientWithOperations + Meta *FieldUsageMeta + RequestSeries []*RequestSeriesItem + Response *Response + func (*GetFieldUsageResponse) Descriptor() ([]byte, []int) + func (*GetFieldUsageResponse) ProtoMessage() + func (x *GetFieldUsageResponse) GetClients() []*ClientWithOperations + func (x *GetFieldUsageResponse) GetMeta() *FieldUsageMeta + func (x *GetFieldUsageResponse) GetRequestSeries() []*RequestSeriesItem + func (x *GetFieldUsageResponse) GetResponse() *Response + func (x *GetFieldUsageResponse) ProtoReflect() protoreflect.Message + func (x *GetFieldUsageResponse) Reset() + func (x *GetFieldUsageResponse) String() string + type GetGraphMetricsRequest struct + DateRange *DateRange + FederatedGraphName string + Filters []*AnalyticsFilter + Namespace string + Range int32 + func (*GetGraphMetricsRequest) Descriptor() ([]byte, []int) + func (*GetGraphMetricsRequest) ProtoMessage() + func (x *GetGraphMetricsRequest) GetDateRange() *DateRange + func (x *GetGraphMetricsRequest) GetFederatedGraphName() string + func (x *GetGraphMetricsRequest) GetFilters() []*AnalyticsFilter + func (x *GetGraphMetricsRequest) GetNamespace() string + func (x *GetGraphMetricsRequest) GetRange() int32 + func (x *GetGraphMetricsRequest) ProtoReflect() protoreflect.Message + func (x *GetGraphMetricsRequest) Reset() + func (x *GetGraphMetricsRequest) String() string + type GetGraphMetricsResponse struct + Errors *MetricsDashboardMetric + Filters []*AnalyticsViewResultFilter + Latency *MetricsDashboardMetric + Requests *MetricsDashboardMetric + Resolution *string + Response *Response + func (*GetGraphMetricsResponse) Descriptor() ([]byte, []int) + func (*GetGraphMetricsResponse) ProtoMessage() + func (x *GetGraphMetricsResponse) GetErrors() *MetricsDashboardMetric + func (x *GetGraphMetricsResponse) GetFilters() []*AnalyticsViewResultFilter + func (x *GetGraphMetricsResponse) GetLatency() *MetricsDashboardMetric + func (x *GetGraphMetricsResponse) GetRequests() *MetricsDashboardMetric + func (x *GetGraphMetricsResponse) GetResolution() string + func (x *GetGraphMetricsResponse) GetResponse() *Response + func (x *GetGraphMetricsResponse) ProtoReflect() protoreflect.Message + func (x *GetGraphMetricsResponse) Reset() + func (x *GetGraphMetricsResponse) String() string + type GetInvitationsRequest struct + func (*GetInvitationsRequest) Descriptor() ([]byte, []int) + func (*GetInvitationsRequest) ProtoMessage() + func (x *GetInvitationsRequest) ProtoReflect() protoreflect.Message + func (x *GetInvitationsRequest) Reset() + func (x *GetInvitationsRequest) String() string + type GetInvitationsResponse struct + Invitations []*OrganizationInvite + Response *Response + func (*GetInvitationsResponse) Descriptor() ([]byte, []int) + func (*GetInvitationsResponse) ProtoMessage() + func (x *GetInvitationsResponse) GetInvitations() []*OrganizationInvite + func (x *GetInvitationsResponse) GetResponse() *Response + func (x *GetInvitationsResponse) ProtoReflect() protoreflect.Message + func (x *GetInvitationsResponse) Reset() + func (x *GetInvitationsResponse) String() string + type GetLatestSubgraphSDLRequest struct + Name string + Namespace string + func (*GetLatestSubgraphSDLRequest) Descriptor() ([]byte, []int) + func (*GetLatestSubgraphSDLRequest) ProtoMessage() + func (x *GetLatestSubgraphSDLRequest) GetName() string + func (x *GetLatestSubgraphSDLRequest) GetNamespace() string + func (x *GetLatestSubgraphSDLRequest) ProtoReflect() protoreflect.Message + func (x *GetLatestSubgraphSDLRequest) Reset() + func (x *GetLatestSubgraphSDLRequest) String() string + type GetLatestSubgraphSDLResponse struct + Response *Response + Sdl *string + VersionId *string + func (*GetLatestSubgraphSDLResponse) Descriptor() ([]byte, []int) + func (*GetLatestSubgraphSDLResponse) ProtoMessage() + func (x *GetLatestSubgraphSDLResponse) GetResponse() *Response + func (x *GetLatestSubgraphSDLResponse) GetSdl() string + func (x *GetLatestSubgraphSDLResponse) GetVersionId() string + func (x *GetLatestSubgraphSDLResponse) ProtoReflect() protoreflect.Message + func (x *GetLatestSubgraphSDLResponse) Reset() + func (x *GetLatestSubgraphSDLResponse) String() string + type GetMetricsErrorRateRequest struct + DateRange *DateRange + FederatedGraphName string + Filters []*AnalyticsFilter + Namespace string + Range int32 + func (*GetMetricsErrorRateRequest) Descriptor() ([]byte, []int) + func (*GetMetricsErrorRateRequest) ProtoMessage() + func (x *GetMetricsErrorRateRequest) GetDateRange() *DateRange + func (x *GetMetricsErrorRateRequest) GetFederatedGraphName() string + func (x *GetMetricsErrorRateRequest) GetFilters() []*AnalyticsFilter + func (x *GetMetricsErrorRateRequest) GetNamespace() string + func (x *GetMetricsErrorRateRequest) GetRange() int32 + func (x *GetMetricsErrorRateRequest) ProtoReflect() protoreflect.Message + func (x *GetMetricsErrorRateRequest) Reset() + func (x *GetMetricsErrorRateRequest) String() string + type GetMetricsErrorRateResponse struct + Resolution *string + Response *Response + Series []*MetricsErrorRateSeriesItem + func (*GetMetricsErrorRateResponse) Descriptor() ([]byte, []int) + func (*GetMetricsErrorRateResponse) ProtoMessage() + func (x *GetMetricsErrorRateResponse) GetResolution() string + func (x *GetMetricsErrorRateResponse) GetResponse() *Response + func (x *GetMetricsErrorRateResponse) GetSeries() []*MetricsErrorRateSeriesItem + func (x *GetMetricsErrorRateResponse) ProtoReflect() protoreflect.Message + func (x *GetMetricsErrorRateResponse) Reset() + func (x *GetMetricsErrorRateResponse) String() string + type GetNamespaceLintConfigRequest struct + Namespace string + func (*GetNamespaceLintConfigRequest) Descriptor() ([]byte, []int) + func (*GetNamespaceLintConfigRequest) ProtoMessage() + func (x *GetNamespaceLintConfigRequest) GetNamespace() string + func (x *GetNamespaceLintConfigRequest) ProtoReflect() protoreflect.Message + func (x *GetNamespaceLintConfigRequest) Reset() + func (x *GetNamespaceLintConfigRequest) String() string + type GetNamespaceLintConfigResponse struct + Configs []*LintConfig + LinterEnabled bool + Response *Response + func (*GetNamespaceLintConfigResponse) Descriptor() ([]byte, []int) + func (*GetNamespaceLintConfigResponse) ProtoMessage() + func (x *GetNamespaceLintConfigResponse) GetConfigs() []*LintConfig + func (x *GetNamespaceLintConfigResponse) GetLinterEnabled() bool + func (x *GetNamespaceLintConfigResponse) GetResponse() *Response + func (x *GetNamespaceLintConfigResponse) ProtoReflect() protoreflect.Message + func (x *GetNamespaceLintConfigResponse) Reset() + func (x *GetNamespaceLintConfigResponse) String() string + type GetNamespacesRequest struct + func (*GetNamespacesRequest) Descriptor() ([]byte, []int) + func (*GetNamespacesRequest) ProtoMessage() + func (x *GetNamespacesRequest) ProtoReflect() protoreflect.Message + func (x *GetNamespacesRequest) Reset() + func (x *GetNamespacesRequest) String() string + type GetNamespacesResponse struct + Namespaces []*Namespace + Response *Response + func (*GetNamespacesResponse) Descriptor() ([]byte, []int) + func (*GetNamespacesResponse) ProtoMessage() + func (x *GetNamespacesResponse) GetNamespaces() []*Namespace + func (x *GetNamespacesResponse) GetResponse() *Response + func (x *GetNamespacesResponse) ProtoReflect() protoreflect.Message + func (x *GetNamespacesResponse) Reset() + func (x *GetNamespacesResponse) String() string + type GetOIDCProviderRequest struct + func (*GetOIDCProviderRequest) Descriptor() ([]byte, []int) + func (*GetOIDCProviderRequest) ProtoMessage() + func (x *GetOIDCProviderRequest) ProtoReflect() protoreflect.Message + func (x *GetOIDCProviderRequest) Reset() + func (x *GetOIDCProviderRequest) String() string + type GetOIDCProviderResponse struct + Endpoint string + LoginURL string + Name string + Response *Response + SignInRedirectURL string + SignOutRedirectURL string + func (*GetOIDCProviderResponse) Descriptor() ([]byte, []int) + func (*GetOIDCProviderResponse) ProtoMessage() + func (x *GetOIDCProviderResponse) GetEndpoint() string + func (x *GetOIDCProviderResponse) GetLoginURL() string + func (x *GetOIDCProviderResponse) GetName() string + func (x *GetOIDCProviderResponse) GetResponse() *Response + func (x *GetOIDCProviderResponse) GetSignInRedirectURL() string + func (x *GetOIDCProviderResponse) GetSignOutRedirectURL() string + func (x *GetOIDCProviderResponse) ProtoReflect() protoreflect.Message + func (x *GetOIDCProviderResponse) Reset() + func (x *GetOIDCProviderResponse) String() string + type GetOperationContentRequest struct + Hash string + func (*GetOperationContentRequest) Descriptor() ([]byte, []int) + func (*GetOperationContentRequest) ProtoMessage() + func (x *GetOperationContentRequest) GetHash() string + func (x *GetOperationContentRequest) ProtoReflect() protoreflect.Message + func (x *GetOperationContentRequest) Reset() + func (x *GetOperationContentRequest) String() string + type GetOperationContentResponse struct + OperationContent string + Response *Response + func (*GetOperationContentResponse) Descriptor() ([]byte, []int) + func (*GetOperationContentResponse) ProtoMessage() + func (x *GetOperationContentResponse) GetOperationContent() string + func (x *GetOperationContentResponse) GetResponse() *Response + func (x *GetOperationContentResponse) ProtoReflect() protoreflect.Message + func (x *GetOperationContentResponse) Reset() + func (x *GetOperationContentResponse) String() string + type GetOperationOverridesRequest struct + GraphName string + Namespace string + OperationHash string + func (*GetOperationOverridesRequest) Descriptor() ([]byte, []int) + func (*GetOperationOverridesRequest) ProtoMessage() + func (x *GetOperationOverridesRequest) GetGraphName() string + func (x *GetOperationOverridesRequest) GetNamespace() string + func (x *GetOperationOverridesRequest) GetOperationHash() string + func (x *GetOperationOverridesRequest) ProtoReflect() protoreflect.Message + func (x *GetOperationOverridesRequest) Reset() + func (x *GetOperationOverridesRequest) String() string + type GetOperationOverridesResponse struct + Changes []*OverrideChange + IgnoreAll bool + Response *Response + func (*GetOperationOverridesResponse) Descriptor() ([]byte, []int) + func (*GetOperationOverridesResponse) ProtoMessage() + func (x *GetOperationOverridesResponse) GetChanges() []*OverrideChange + func (x *GetOperationOverridesResponse) GetIgnoreAll() bool + func (x *GetOperationOverridesResponse) GetResponse() *Response + func (x *GetOperationOverridesResponse) ProtoReflect() protoreflect.Message + func (x *GetOperationOverridesResponse) Reset() + func (x *GetOperationOverridesResponse) String() string + type GetOrganizationIntegrationsRequest struct + func (*GetOrganizationIntegrationsRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationIntegrationsRequest) ProtoMessage() + func (x *GetOrganizationIntegrationsRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationIntegrationsRequest) Reset() + func (x *GetOrganizationIntegrationsRequest) String() string + type GetOrganizationIntegrationsResponse struct + Integrations []*Integration + Response *Response + func (*GetOrganizationIntegrationsResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationIntegrationsResponse) ProtoMessage() + func (x *GetOrganizationIntegrationsResponse) GetIntegrations() []*Integration + func (x *GetOrganizationIntegrationsResponse) GetResponse() *Response + func (x *GetOrganizationIntegrationsResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationIntegrationsResponse) Reset() + func (x *GetOrganizationIntegrationsResponse) String() string + type GetOrganizationMembersRequest struct + Pagination *Pagination + Search *string + func (*GetOrganizationMembersRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationMembersRequest) ProtoMessage() + func (x *GetOrganizationMembersRequest) GetPagination() *Pagination + func (x *GetOrganizationMembersRequest) GetSearch() string + func (x *GetOrganizationMembersRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationMembersRequest) Reset() + func (x *GetOrganizationMembersRequest) String() string + type GetOrganizationMembersResponse struct + Members []*OrgMember + Response *Response + TotalCount int32 + func (*GetOrganizationMembersResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationMembersResponse) ProtoMessage() + func (x *GetOrganizationMembersResponse) GetMembers() []*OrgMember + func (x *GetOrganizationMembersResponse) GetResponse() *Response + func (x *GetOrganizationMembersResponse) GetTotalCount() int32 + func (x *GetOrganizationMembersResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationMembersResponse) Reset() + func (x *GetOrganizationMembersResponse) String() string + type GetOrganizationRequestsCountRequest struct + func (*GetOrganizationRequestsCountRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationRequestsCountRequest) ProtoMessage() + func (x *GetOrganizationRequestsCountRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationRequestsCountRequest) Reset() + func (x *GetOrganizationRequestsCountRequest) String() string + type GetOrganizationRequestsCountResponse struct + Count int64 + Response *Response + func (*GetOrganizationRequestsCountResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationRequestsCountResponse) ProtoMessage() + func (x *GetOrganizationRequestsCountResponse) GetCount() int64 + func (x *GetOrganizationRequestsCountResponse) GetResponse() *Response + func (x *GetOrganizationRequestsCountResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationRequestsCountResponse) Reset() + func (x *GetOrganizationRequestsCountResponse) String() string + type GetOrganizationWebhookConfigsRequest struct + func (*GetOrganizationWebhookConfigsRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationWebhookConfigsRequest) ProtoMessage() + func (x *GetOrganizationWebhookConfigsRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationWebhookConfigsRequest) Reset() + func (x *GetOrganizationWebhookConfigsRequest) String() string + type GetOrganizationWebhookConfigsResponse struct + Configs []*GetOrganizationWebhookConfigsResponse_Config + Response *Response + func (*GetOrganizationWebhookConfigsResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationWebhookConfigsResponse) ProtoMessage() + func (x *GetOrganizationWebhookConfigsResponse) GetConfigs() []*GetOrganizationWebhookConfigsResponse_Config + func (x *GetOrganizationWebhookConfigsResponse) GetResponse() *Response + func (x *GetOrganizationWebhookConfigsResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationWebhookConfigsResponse) Reset() + func (x *GetOrganizationWebhookConfigsResponse) String() string + type GetOrganizationWebhookConfigsResponse_Config struct + Endpoint string + Events []string + Id string + func (*GetOrganizationWebhookConfigsResponse_Config) Descriptor() ([]byte, []int) + func (*GetOrganizationWebhookConfigsResponse_Config) ProtoMessage() + func (x *GetOrganizationWebhookConfigsResponse_Config) GetEndpoint() string + func (x *GetOrganizationWebhookConfigsResponse_Config) GetEvents() []string + func (x *GetOrganizationWebhookConfigsResponse_Config) GetId() string + func (x *GetOrganizationWebhookConfigsResponse_Config) ProtoReflect() protoreflect.Message + func (x *GetOrganizationWebhookConfigsResponse_Config) Reset() + func (x *GetOrganizationWebhookConfigsResponse_Config) String() string + type GetOrganizationWebhookMetaRequest struct + Id string + func (*GetOrganizationWebhookMetaRequest) Descriptor() ([]byte, []int) + func (*GetOrganizationWebhookMetaRequest) ProtoMessage() + func (x *GetOrganizationWebhookMetaRequest) GetId() string + func (x *GetOrganizationWebhookMetaRequest) ProtoReflect() protoreflect.Message + func (x *GetOrganizationWebhookMetaRequest) Reset() + func (x *GetOrganizationWebhookMetaRequest) String() string + type GetOrganizationWebhookMetaResponse struct + EventsMeta []*notifications.EventMeta + Response *Response + func (*GetOrganizationWebhookMetaResponse) Descriptor() ([]byte, []int) + func (*GetOrganizationWebhookMetaResponse) ProtoMessage() + func (x *GetOrganizationWebhookMetaResponse) GetEventsMeta() []*notifications.EventMeta + func (x *GetOrganizationWebhookMetaResponse) GetResponse() *Response + func (x *GetOrganizationWebhookMetaResponse) ProtoReflect() protoreflect.Message + func (x *GetOrganizationWebhookMetaResponse) Reset() + func (x *GetOrganizationWebhookMetaResponse) String() string + type GetPendingOrganizationMembersRequest struct + Pagination *Pagination + Search *string + func (*GetPendingOrganizationMembersRequest) Descriptor() ([]byte, []int) + func (*GetPendingOrganizationMembersRequest) ProtoMessage() + func (x *GetPendingOrganizationMembersRequest) GetPagination() *Pagination + func (x *GetPendingOrganizationMembersRequest) GetSearch() string + func (x *GetPendingOrganizationMembersRequest) ProtoReflect() protoreflect.Message + func (x *GetPendingOrganizationMembersRequest) Reset() + func (x *GetPendingOrganizationMembersRequest) String() string + type GetPendingOrganizationMembersResponse struct + PendingInvitations []*PendingOrgInvitation + Response *Response + TotalCount int32 + func (*GetPendingOrganizationMembersResponse) Descriptor() ([]byte, []int) + func (*GetPendingOrganizationMembersResponse) ProtoMessage() + func (x *GetPendingOrganizationMembersResponse) GetPendingInvitations() []*PendingOrgInvitation + func (x *GetPendingOrganizationMembersResponse) GetResponse() *Response + func (x *GetPendingOrganizationMembersResponse) GetTotalCount() int32 + func (x *GetPendingOrganizationMembersResponse) ProtoReflect() protoreflect.Message + func (x *GetPendingOrganizationMembersResponse) Reset() + func (x *GetPendingOrganizationMembersResponse) String() string + type GetPersistedOperationsRequest struct + ClientId string + FederatedGraphName string + Namespace string + func (*GetPersistedOperationsRequest) Descriptor() ([]byte, []int) + func (*GetPersistedOperationsRequest) ProtoMessage() + func (x *GetPersistedOperationsRequest) GetClientId() string + func (x *GetPersistedOperationsRequest) GetFederatedGraphName() string + func (x *GetPersistedOperationsRequest) GetNamespace() string + func (x *GetPersistedOperationsRequest) ProtoReflect() protoreflect.Message + func (x *GetPersistedOperationsRequest) Reset() + func (x *GetPersistedOperationsRequest) String() string + type GetPersistedOperationsResponse struct + Operations []*GetPersistedOperationsResponse_Operation + Response *Response + func (*GetPersistedOperationsResponse) Descriptor() ([]byte, []int) + func (*GetPersistedOperationsResponse) ProtoMessage() + func (x *GetPersistedOperationsResponse) GetOperations() []*GetPersistedOperationsResponse_Operation + func (x *GetPersistedOperationsResponse) GetResponse() *Response + func (x *GetPersistedOperationsResponse) ProtoReflect() protoreflect.Message + func (x *GetPersistedOperationsResponse) Reset() + func (x *GetPersistedOperationsResponse) String() string + type GetPersistedOperationsResponse_Operation struct + Contents string + CreatedAt string + Id string + LastUpdatedAt string + OperationNames []string + func (*GetPersistedOperationsResponse_Operation) Descriptor() ([]byte, []int) + func (*GetPersistedOperationsResponse_Operation) ProtoMessage() + func (x *GetPersistedOperationsResponse_Operation) GetContents() string + func (x *GetPersistedOperationsResponse_Operation) GetCreatedAt() string + func (x *GetPersistedOperationsResponse_Operation) GetId() string + func (x *GetPersistedOperationsResponse_Operation) GetLastUpdatedAt() string + func (x *GetPersistedOperationsResponse_Operation) GetOperationNames() []string + func (x *GetPersistedOperationsResponse_Operation) ProtoReflect() protoreflect.Message + func (x *GetPersistedOperationsResponse_Operation) Reset() + func (x *GetPersistedOperationsResponse_Operation) String() string + type GetRouterTokensRequest struct + FedGraphName string + Namespace string + func (*GetRouterTokensRequest) Descriptor() ([]byte, []int) + func (*GetRouterTokensRequest) ProtoMessage() + func (x *GetRouterTokensRequest) GetFedGraphName() string + func (x *GetRouterTokensRequest) GetNamespace() string + func (x *GetRouterTokensRequest) ProtoReflect() protoreflect.Message + func (x *GetRouterTokensRequest) Reset() + func (x *GetRouterTokensRequest) String() string + type GetRouterTokensResponse struct + Response *Response + Tokens []*RouterToken + func (*GetRouterTokensResponse) Descriptor() ([]byte, []int) + func (*GetRouterTokensResponse) ProtoMessage() + func (x *GetRouterTokensResponse) GetResponse() *Response + func (x *GetRouterTokensResponse) GetTokens() []*RouterToken + func (x *GetRouterTokensResponse) ProtoReflect() protoreflect.Message + func (x *GetRouterTokensResponse) Reset() + func (x *GetRouterTokensResponse) String() string + type GetRoutersRequest struct + FedGraphName string + Namespace string + func (*GetRoutersRequest) Descriptor() ([]byte, []int) + func (*GetRoutersRequest) ProtoMessage() + func (x *GetRoutersRequest) GetFedGraphName() string + func (x *GetRoutersRequest) GetNamespace() string + func (x *GetRoutersRequest) ProtoReflect() protoreflect.Message + func (x *GetRoutersRequest) Reset() + func (x *GetRoutersRequest) String() string + type GetRoutersResponse struct + Response *Response + Routers []*Router + func (*GetRoutersResponse) Descriptor() ([]byte, []int) + func (*GetRoutersResponse) ProtoMessage() + func (x *GetRoutersResponse) GetResponse() *Response + func (x *GetRoutersResponse) GetRouters() []*Router + func (x *GetRoutersResponse) ProtoReflect() protoreflect.Message + func (x *GetRoutersResponse) Reset() + func (x *GetRoutersResponse) String() string + type GetSdlBySchemaVersionRequest struct + SchemaVersionId string + TargetId string + func (*GetSdlBySchemaVersionRequest) Descriptor() ([]byte, []int) + func (*GetSdlBySchemaVersionRequest) ProtoMessage() + func (x *GetSdlBySchemaVersionRequest) GetSchemaVersionId() string + func (x *GetSdlBySchemaVersionRequest) GetTargetId() string + func (x *GetSdlBySchemaVersionRequest) ProtoReflect() protoreflect.Message + func (x *GetSdlBySchemaVersionRequest) Reset() + func (x *GetSdlBySchemaVersionRequest) String() string + type GetSdlBySchemaVersionResponse struct + ClientSchema string + Response *Response + Sdl string + func (*GetSdlBySchemaVersionResponse) Descriptor() ([]byte, []int) + func (*GetSdlBySchemaVersionResponse) ProtoMessage() + func (x *GetSdlBySchemaVersionResponse) GetClientSchema() string + func (x *GetSdlBySchemaVersionResponse) GetResponse() *Response + func (x *GetSdlBySchemaVersionResponse) GetSdl() string + func (x *GetSdlBySchemaVersionResponse) ProtoReflect() protoreflect.Message + func (x *GetSdlBySchemaVersionResponse) Reset() + func (x *GetSdlBySchemaVersionResponse) String() string + type GetSubgraphByNameRequest struct + Name string + Namespace string + func (*GetSubgraphByNameRequest) Descriptor() ([]byte, []int) + func (*GetSubgraphByNameRequest) ProtoMessage() + func (x *GetSubgraphByNameRequest) GetName() string + func (x *GetSubgraphByNameRequest) GetNamespace() string + func (x *GetSubgraphByNameRequest) ProtoReflect() protoreflect.Message + func (x *GetSubgraphByNameRequest) Reset() + func (x *GetSubgraphByNameRequest) String() string + type GetSubgraphByNameResponse struct + Graph *Subgraph + Members []*SubgraphMember + Response *Response + func (*GetSubgraphByNameResponse) Descriptor() ([]byte, []int) + func (*GetSubgraphByNameResponse) ProtoMessage() + func (x *GetSubgraphByNameResponse) GetGraph() *Subgraph + func (x *GetSubgraphByNameResponse) GetMembers() []*SubgraphMember + func (x *GetSubgraphByNameResponse) GetResponse() *Response + func (x *GetSubgraphByNameResponse) ProtoReflect() protoreflect.Message + func (x *GetSubgraphByNameResponse) Reset() + func (x *GetSubgraphByNameResponse) String() string + type GetSubgraphMembersRequest struct + Namespace string + SubgraphName string + func (*GetSubgraphMembersRequest) Descriptor() ([]byte, []int) + func (*GetSubgraphMembersRequest) ProtoMessage() + func (x *GetSubgraphMembersRequest) GetNamespace() string + func (x *GetSubgraphMembersRequest) GetSubgraphName() string + func (x *GetSubgraphMembersRequest) ProtoReflect() protoreflect.Message + func (x *GetSubgraphMembersRequest) Reset() + func (x *GetSubgraphMembersRequest) String() string + type GetSubgraphMembersResponse struct + Members []*SubgraphMember + Response *Response + func (*GetSubgraphMembersResponse) Descriptor() ([]byte, []int) + func (*GetSubgraphMembersResponse) ProtoMessage() + func (x *GetSubgraphMembersResponse) GetMembers() []*SubgraphMember + func (x *GetSubgraphMembersResponse) GetResponse() *Response + func (x *GetSubgraphMembersResponse) ProtoReflect() protoreflect.Message + func (x *GetSubgraphMembersResponse) Reset() + func (x *GetSubgraphMembersResponse) String() string + type GetSubgraphMetricsErrorRateRequest struct + DateRange *DateRange + Filters []*AnalyticsFilter + Namespace string + Range int32 + SubgraphName string + func (*GetSubgraphMetricsErrorRateRequest) Descriptor() ([]byte, []int) + func (*GetSubgraphMetricsErrorRateRequest) ProtoMessage() + func (x *GetSubgraphMetricsErrorRateRequest) GetDateRange() *DateRange + func (x *GetSubgraphMetricsErrorRateRequest) GetFilters() []*AnalyticsFilter + func (x *GetSubgraphMetricsErrorRateRequest) GetNamespace() string + func (x *GetSubgraphMetricsErrorRateRequest) GetRange() int32 + func (x *GetSubgraphMetricsErrorRateRequest) GetSubgraphName() string + func (x *GetSubgraphMetricsErrorRateRequest) ProtoReflect() protoreflect.Message + func (x *GetSubgraphMetricsErrorRateRequest) Reset() + func (x *GetSubgraphMetricsErrorRateRequest) String() string + type GetSubgraphMetricsErrorRateResponse struct + Resolution *string + Response *Response + Series []*MetricsErrorRateSeriesItem + func (*GetSubgraphMetricsErrorRateResponse) Descriptor() ([]byte, []int) + func (*GetSubgraphMetricsErrorRateResponse) ProtoMessage() + func (x *GetSubgraphMetricsErrorRateResponse) GetResolution() string + func (x *GetSubgraphMetricsErrorRateResponse) GetResponse() *Response + func (x *GetSubgraphMetricsErrorRateResponse) GetSeries() []*MetricsErrorRateSeriesItem + func (x *GetSubgraphMetricsErrorRateResponse) ProtoReflect() protoreflect.Message + func (x *GetSubgraphMetricsErrorRateResponse) Reset() + func (x *GetSubgraphMetricsErrorRateResponse) String() string + type GetSubgraphMetricsRequest struct + DateRange *DateRange + Filters []*AnalyticsFilter + Namespace string + Range int32 + SubgraphName string + func (*GetSubgraphMetricsRequest) Descriptor() ([]byte, []int) + func (*GetSubgraphMetricsRequest) ProtoMessage() + func (x *GetSubgraphMetricsRequest) GetDateRange() *DateRange + func (x *GetSubgraphMetricsRequest) GetFilters() []*AnalyticsFilter + func (x *GetSubgraphMetricsRequest) GetNamespace() string + func (x *GetSubgraphMetricsRequest) GetRange() int32 + func (x *GetSubgraphMetricsRequest) GetSubgraphName() string + func (x *GetSubgraphMetricsRequest) ProtoReflect() protoreflect.Message + func (x *GetSubgraphMetricsRequest) Reset() + func (x *GetSubgraphMetricsRequest) String() string + type GetSubgraphMetricsResponse struct + Errors *MetricsDashboardMetric + Filters []*AnalyticsViewResultFilter + Latency *MetricsDashboardMetric + Requests *MetricsDashboardMetric + Resolution *string + Response *Response + func (*GetSubgraphMetricsResponse) Descriptor() ([]byte, []int) + func (*GetSubgraphMetricsResponse) ProtoMessage() + func (x *GetSubgraphMetricsResponse) GetErrors() *MetricsDashboardMetric + func (x *GetSubgraphMetricsResponse) GetFilters() []*AnalyticsViewResultFilter + func (x *GetSubgraphMetricsResponse) GetLatency() *MetricsDashboardMetric + func (x *GetSubgraphMetricsResponse) GetRequests() *MetricsDashboardMetric + func (x *GetSubgraphMetricsResponse) GetResolution() string + func (x *GetSubgraphMetricsResponse) GetResponse() *Response + func (x *GetSubgraphMetricsResponse) ProtoReflect() protoreflect.Message + func (x *GetSubgraphMetricsResponse) Reset() + func (x *GetSubgraphMetricsResponse) String() string + type GetSubgraphSDLFromLatestCompositionRequest struct + FedGraphName string + Name string + Namespace string + func (*GetSubgraphSDLFromLatestCompositionRequest) Descriptor() ([]byte, []int) + func (*GetSubgraphSDLFromLatestCompositionRequest) ProtoMessage() + func (x *GetSubgraphSDLFromLatestCompositionRequest) GetFedGraphName() string + func (x *GetSubgraphSDLFromLatestCompositionRequest) GetName() string + func (x *GetSubgraphSDLFromLatestCompositionRequest) GetNamespace() string + func (x *GetSubgraphSDLFromLatestCompositionRequest) ProtoReflect() protoreflect.Message + func (x *GetSubgraphSDLFromLatestCompositionRequest) Reset() + func (x *GetSubgraphSDLFromLatestCompositionRequest) String() string + type GetSubgraphSDLFromLatestCompositionResponse struct + Response *Response + Sdl *string + VersionId *string + func (*GetSubgraphSDLFromLatestCompositionResponse) Descriptor() ([]byte, []int) + func (*GetSubgraphSDLFromLatestCompositionResponse) ProtoMessage() + func (x *GetSubgraphSDLFromLatestCompositionResponse) GetResponse() *Response + func (x *GetSubgraphSDLFromLatestCompositionResponse) GetSdl() string + func (x *GetSubgraphSDLFromLatestCompositionResponse) GetVersionId() string + func (x *GetSubgraphSDLFromLatestCompositionResponse) ProtoReflect() protoreflect.Message + func (x *GetSubgraphSDLFromLatestCompositionResponse) Reset() + func (x *GetSubgraphSDLFromLatestCompositionResponse) String() string + type GetSubgraphsRequest struct + ExcludeFeatureSubgraphs bool + Limit int32 + Namespace string + Offset int32 + Query *string + func (*GetSubgraphsRequest) Descriptor() ([]byte, []int) + func (*GetSubgraphsRequest) ProtoMessage() + func (x *GetSubgraphsRequest) GetExcludeFeatureSubgraphs() bool + func (x *GetSubgraphsRequest) GetLimit() int32 + func (x *GetSubgraphsRequest) GetNamespace() string + func (x *GetSubgraphsRequest) GetOffset() int32 + func (x *GetSubgraphsRequest) GetQuery() string + func (x *GetSubgraphsRequest) ProtoReflect() protoreflect.Message + func (x *GetSubgraphsRequest) Reset() + func (x *GetSubgraphsRequest) String() string + type GetSubgraphsResponse struct + Count int32 + Graphs []*Subgraph + Response *Response + func (*GetSubgraphsResponse) Descriptor() ([]byte, []int) + func (*GetSubgraphsResponse) ProtoMessage() + func (x *GetSubgraphsResponse) GetCount() int32 + func (x *GetSubgraphsResponse) GetGraphs() []*Subgraph + func (x *GetSubgraphsResponse) GetResponse() *Response + func (x *GetSubgraphsResponse) ProtoReflect() protoreflect.Message + func (x *GetSubgraphsResponse) Reset() + func (x *GetSubgraphsResponse) String() string + type GetTraceRequest struct + Id string + func (*GetTraceRequest) Descriptor() ([]byte, []int) + func (*GetTraceRequest) ProtoMessage() + func (x *GetTraceRequest) GetId() string + func (x *GetTraceRequest) ProtoReflect() protoreflect.Message + func (x *GetTraceRequest) Reset() + func (x *GetTraceRequest) String() string + type GetTraceResponse struct + Response *Response + Spans []*Span + func (*GetTraceResponse) Descriptor() ([]byte, []int) + func (*GetTraceResponse) ProtoMessage() + func (x *GetTraceResponse) GetResponse() *Response + func (x *GetTraceResponse) GetSpans() []*Span + func (x *GetTraceResponse) ProtoReflect() protoreflect.Message + func (x *GetTraceResponse) Reset() + func (x *GetTraceResponse) String() string + type GetUserAccessiblePermissionsRequest struct + func (*GetUserAccessiblePermissionsRequest) Descriptor() ([]byte, []int) + func (*GetUserAccessiblePermissionsRequest) ProtoMessage() + func (x *GetUserAccessiblePermissionsRequest) ProtoReflect() protoreflect.Message + func (x *GetUserAccessiblePermissionsRequest) Reset() + func (x *GetUserAccessiblePermissionsRequest) String() string + type GetUserAccessiblePermissionsResponse struct + Permissions []*Permission + Response *Response + func (*GetUserAccessiblePermissionsResponse) Descriptor() ([]byte, []int) + func (*GetUserAccessiblePermissionsResponse) ProtoMessage() + func (x *GetUserAccessiblePermissionsResponse) GetPermissions() []*Permission + func (x *GetUserAccessiblePermissionsResponse) GetResponse() *Response + func (x *GetUserAccessiblePermissionsResponse) ProtoReflect() protoreflect.Message + func (x *GetUserAccessiblePermissionsResponse) Reset() + func (x *GetUserAccessiblePermissionsResponse) String() string + type GetUserAccessibleResourcesRequest struct + func (*GetUserAccessibleResourcesRequest) Descriptor() ([]byte, []int) + func (*GetUserAccessibleResourcesRequest) ProtoMessage() + func (x *GetUserAccessibleResourcesRequest) ProtoReflect() protoreflect.Message + func (x *GetUserAccessibleResourcesRequest) Reset() + func (x *GetUserAccessibleResourcesRequest) String() string + type GetUserAccessibleResourcesResponse struct + FederatedGraphs []*GetUserAccessibleResourcesResponse_Graph + Response *Response + Subgraphs []*GetUserAccessibleResourcesResponse_Graph + func (*GetUserAccessibleResourcesResponse) Descriptor() ([]byte, []int) + func (*GetUserAccessibleResourcesResponse) ProtoMessage() + func (x *GetUserAccessibleResourcesResponse) GetFederatedGraphs() []*GetUserAccessibleResourcesResponse_Graph + func (x *GetUserAccessibleResourcesResponse) GetResponse() *Response + func (x *GetUserAccessibleResourcesResponse) GetSubgraphs() []*GetUserAccessibleResourcesResponse_Graph + func (x *GetUserAccessibleResourcesResponse) ProtoReflect() protoreflect.Message + func (x *GetUserAccessibleResourcesResponse) Reset() + func (x *GetUserAccessibleResourcesResponse) String() string + type GetUserAccessibleResourcesResponse_Graph struct + Name string + Namespace string + TargetId string + func (*GetUserAccessibleResourcesResponse_Graph) Descriptor() ([]byte, []int) + func (*GetUserAccessibleResourcesResponse_Graph) ProtoMessage() + func (x *GetUserAccessibleResourcesResponse_Graph) GetName() string + func (x *GetUserAccessibleResourcesResponse_Graph) GetNamespace() string + func (x *GetUserAccessibleResourcesResponse_Graph) GetTargetId() string + func (x *GetUserAccessibleResourcesResponse_Graph) ProtoReflect() protoreflect.Message + func (x *GetUserAccessibleResourcesResponse_Graph) Reset() + func (x *GetUserAccessibleResourcesResponse_Graph) String() string + type GitInfo struct + AccountId string + CommitSha string + OwnerSlug string + RepositorySlug string + func (*GitInfo) Descriptor() ([]byte, []int) + func (*GitInfo) ProtoMessage() + func (x *GitInfo) GetAccountId() string + func (x *GitInfo) GetCommitSha() string + func (x *GitInfo) GetOwnerSlug() string + func (x *GitInfo) GetRepositorySlug() string + func (x *GitInfo) ProtoReflect() protoreflect.Message + func (x *GitInfo) Reset() + func (x *GitInfo) String() string + type GraphComposition struct + AdmissionError *string + CompositionErrors *string + CreatedAt string + CreatedBy *string + DeploymentError *string + Id string + IsComposable bool + IsLatestValid bool + RouterConfigSignature *string + SchemaVersionId string + func (*GraphComposition) Descriptor() ([]byte, []int) + func (*GraphComposition) ProtoMessage() + func (x *GraphComposition) GetAdmissionError() string + func (x *GraphComposition) GetCompositionErrors() string + func (x *GraphComposition) GetCreatedAt() string + func (x *GraphComposition) GetCreatedBy() string + func (x *GraphComposition) GetDeploymentError() string + func (x *GraphComposition) GetId() string + func (x *GraphComposition) GetIsComposable() bool + func (x *GraphComposition) GetIsLatestValid() bool + func (x *GraphComposition) GetRouterConfigSignature() string + func (x *GraphComposition) GetSchemaVersionId() string + func (x *GraphComposition) ProtoReflect() protoreflect.Message + func (x *GraphComposition) Reset() + func (x *GraphComposition) String() string + type GraphCompositionSubgraph struct + Id string + IsFeatureSubgraph bool + Name string + SchemaVersionId string + TargetId string + func (*GraphCompositionSubgraph) Descriptor() ([]byte, []int) + func (*GraphCompositionSubgraph) ProtoMessage() + func (x *GraphCompositionSubgraph) GetId() string + func (x *GraphCompositionSubgraph) GetIsFeatureSubgraph() bool + func (x *GraphCompositionSubgraph) GetName() string + func (x *GraphCompositionSubgraph) GetSchemaVersionId() string + func (x *GraphCompositionSubgraph) GetTargetId() string + func (x *GraphCompositionSubgraph) ProtoReflect() protoreflect.Message + func (x *GraphCompositionSubgraph) Reset() + func (x *GraphCompositionSubgraph) String() string + type GroupMapper struct + Role string + SsoGroup string + func (*GroupMapper) Descriptor() ([]byte, []int) + func (*GroupMapper) ProtoMessage() + func (x *GroupMapper) GetRole() string + func (x *GroupMapper) GetSsoGroup() string + func (x *GroupMapper) ProtoReflect() protoreflect.Message + func (x *GroupMapper) Reset() + func (x *GroupMapper) String() string + type Header struct + Key string + Value string + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (x *Header) GetKey() string + func (x *Header) GetValue() string + func (x *Header) ProtoReflect() protoreflect.Message + func (x *Header) Reset() + func (x *Header) String() string + type Integration struct + Events []string + EventsMeta []*notifications.EventMeta + Id string + IntegrationConfig *IntegrationConfig + Name string + Type string + func (*Integration) Descriptor() ([]byte, []int) + func (*Integration) ProtoMessage() + func (x *Integration) GetEvents() []string + func (x *Integration) GetEventsMeta() []*notifications.EventMeta + func (x *Integration) GetId() string + func (x *Integration) GetIntegrationConfig() *IntegrationConfig + func (x *Integration) GetName() string + func (x *Integration) GetType() string + func (x *Integration) ProtoReflect() protoreflect.Message + func (x *Integration) Reset() + func (x *Integration) String() string + type IntegrationConfig struct + Config isIntegrationConfig_Config + Type IntegrationType + func (*IntegrationConfig) Descriptor() ([]byte, []int) + func (*IntegrationConfig) ProtoMessage() + func (m *IntegrationConfig) GetConfig() isIntegrationConfig_Config + func (x *IntegrationConfig) GetSlackIntegrationConfig() *SlackIntegrationConfig + func (x *IntegrationConfig) GetType() IntegrationType + func (x *IntegrationConfig) ProtoReflect() protoreflect.Message + func (x *IntegrationConfig) Reset() + func (x *IntegrationConfig) String() string + type IntegrationConfig_SlackIntegrationConfig struct + SlackIntegrationConfig *SlackIntegrationConfig + type IntegrationType int32 + const IntegrationType_SLACK + func (IntegrationType) Descriptor() protoreflect.EnumDescriptor + func (IntegrationType) EnumDescriptor() ([]byte, []int) + func (IntegrationType) Type() protoreflect.EnumType + func (x IntegrationType) Enum() *IntegrationType + func (x IntegrationType) Number() protoreflect.EnumNumber + func (x IntegrationType) String() string + type InviteUserRequest struct + Email string + func (*InviteUserRequest) Descriptor() ([]byte, []int) + func (*InviteUserRequest) ProtoMessage() + func (x *InviteUserRequest) GetEmail() string + func (x *InviteUserRequest) ProtoReflect() protoreflect.Message + func (x *InviteUserRequest) Reset() + func (x *InviteUserRequest) String() string + type InviteUserResponse struct + Response *Response + func (*InviteUserResponse) Descriptor() ([]byte, []int) + func (*InviteUserResponse) ProtoMessage() + func (x *InviteUserResponse) GetResponse() *Response + func (x *InviteUserResponse) ProtoReflect() protoreflect.Message + func (x *InviteUserResponse) Reset() + func (x *InviteUserResponse) String() string + type IsGitHubAppInstalledRequest struct + GitInfo *GitInfo + func (*IsGitHubAppInstalledRequest) Descriptor() ([]byte, []int) + func (*IsGitHubAppInstalledRequest) ProtoMessage() + func (x *IsGitHubAppInstalledRequest) GetGitInfo() *GitInfo + func (x *IsGitHubAppInstalledRequest) ProtoReflect() protoreflect.Message + func (x *IsGitHubAppInstalledRequest) Reset() + func (x *IsGitHubAppInstalledRequest) String() string + type IsGitHubAppInstalledResponse struct + IsInstalled bool + Response *Response + func (*IsGitHubAppInstalledResponse) Descriptor() ([]byte, []int) + func (*IsGitHubAppInstalledResponse) ProtoMessage() + func (x *IsGitHubAppInstalledResponse) GetIsInstalled() bool + func (x *IsGitHubAppInstalledResponse) GetResponse() *Response + func (x *IsGitHubAppInstalledResponse) ProtoReflect() protoreflect.Message + func (x *IsGitHubAppInstalledResponse) Reset() + func (x *IsGitHubAppInstalledResponse) String() string + type IsMemberLimitReachedRequest struct + func (*IsMemberLimitReachedRequest) Descriptor() ([]byte, []int) + func (*IsMemberLimitReachedRequest) ProtoMessage() + func (x *IsMemberLimitReachedRequest) ProtoReflect() protoreflect.Message + func (x *IsMemberLimitReachedRequest) Reset() + func (x *IsMemberLimitReachedRequest) String() string + type IsMemberLimitReachedResponse struct + LimitReached bool + MemberCount int32 + Response *Response + func (*IsMemberLimitReachedResponse) Descriptor() ([]byte, []int) + func (*IsMemberLimitReachedResponse) ProtoMessage() + func (x *IsMemberLimitReachedResponse) GetLimitReached() bool + func (x *IsMemberLimitReachedResponse) GetMemberCount() int32 + func (x *IsMemberLimitReachedResponse) GetResponse() *Response + func (x *IsMemberLimitReachedResponse) ProtoReflect() protoreflect.Message + func (x *IsMemberLimitReachedResponse) Reset() + func (x *IsMemberLimitReachedResponse) String() string + type Label struct + Key string + Value string + func (*Label) Descriptor() ([]byte, []int) + func (*Label) ProtoMessage() + func (x *Label) GetKey() string + func (x *Label) GetValue() string + func (x *Label) ProtoReflect() protoreflect.Message + func (x *Label) Reset() + func (x *Label) String() string + type LeaveOrganizationRequest struct + UserID string + func (*LeaveOrganizationRequest) Descriptor() ([]byte, []int) + func (*LeaveOrganizationRequest) ProtoMessage() + func (x *LeaveOrganizationRequest) GetUserID() string + func (x *LeaveOrganizationRequest) ProtoReflect() protoreflect.Message + func (x *LeaveOrganizationRequest) Reset() + func (x *LeaveOrganizationRequest) String() string + type LeaveOrganizationResponse struct + Response *Response + func (*LeaveOrganizationResponse) Descriptor() ([]byte, []int) + func (*LeaveOrganizationResponse) ProtoMessage() + func (x *LeaveOrganizationResponse) GetResponse() *Response + func (x *LeaveOrganizationResponse) ProtoReflect() protoreflect.Message + func (x *LeaveOrganizationResponse) Reset() + func (x *LeaveOrganizationResponse) String() string + type LintConfig struct + RuleName string + SeverityLevel LintSeverity + func (*LintConfig) Descriptor() ([]byte, []int) + func (*LintConfig) ProtoMessage() + func (x *LintConfig) GetRuleName() string + func (x *LintConfig) GetSeverityLevel() LintSeverity + func (x *LintConfig) ProtoReflect() protoreflect.Message + func (x *LintConfig) Reset() + func (x *LintConfig) String() string + type LintIssue struct + IssueLocation *LintLocation + LintRuleType *string + Message string + Severity LintSeverity + func (*LintIssue) Descriptor() ([]byte, []int) + func (*LintIssue) ProtoMessage() + func (x *LintIssue) GetIssueLocation() *LintLocation + func (x *LintIssue) GetLintRuleType() string + func (x *LintIssue) GetMessage() string + func (x *LintIssue) GetSeverity() LintSeverity + func (x *LintIssue) ProtoReflect() protoreflect.Message + func (x *LintIssue) Reset() + func (x *LintIssue) String() string + type LintLocation struct + Column uint32 + EndColumn *uint32 + EndLine *uint32 + Line uint32 + func (*LintLocation) Descriptor() ([]byte, []int) + func (*LintLocation) ProtoMessage() + func (x *LintLocation) GetColumn() uint32 + func (x *LintLocation) GetEndColumn() uint32 + func (x *LintLocation) GetEndLine() uint32 + func (x *LintLocation) GetLine() uint32 + func (x *LintLocation) ProtoReflect() protoreflect.Message + func (x *LintLocation) Reset() + func (x *LintLocation) String() string + type LintSeverity int32 + const LintSeverity_error + const LintSeverity_warn + func (LintSeverity) Descriptor() protoreflect.EnumDescriptor + func (LintSeverity) EnumDescriptor() ([]byte, []int) + func (LintSeverity) Type() protoreflect.EnumType + func (x LintSeverity) Enum() *LintSeverity + func (x LintSeverity) Number() protoreflect.EnumNumber + func (x LintSeverity) String() string + type MetricsDashboard struct + IsCta *bool + IsHidden *bool + Name string + Title string + Type string + Unit *Unit + func (*MetricsDashboard) Descriptor() ([]byte, []int) + func (*MetricsDashboard) ProtoMessage() + func (x *MetricsDashboard) GetIsCta() bool + func (x *MetricsDashboard) GetIsHidden() bool + func (x *MetricsDashboard) GetName() string + func (x *MetricsDashboard) GetTitle() string + func (x *MetricsDashboard) GetType() string + func (x *MetricsDashboard) GetUnit() Unit + func (x *MetricsDashboard) ProtoReflect() protoreflect.Message + func (x *MetricsDashboard) Reset() + func (x *MetricsDashboard) String() string + type MetricsDashboardMetric struct + PreviousValue *string + Series []*MetricsSeriesItem + Top []*MetricsTopItem + Value string + func (*MetricsDashboardMetric) Descriptor() ([]byte, []int) + func (*MetricsDashboardMetric) ProtoMessage() + func (x *MetricsDashboardMetric) GetPreviousValue() string + func (x *MetricsDashboardMetric) GetSeries() []*MetricsSeriesItem + func (x *MetricsDashboardMetric) GetTop() []*MetricsTopItem + func (x *MetricsDashboardMetric) GetValue() string + func (x *MetricsDashboardMetric) ProtoReflect() protoreflect.Message + func (x *MetricsDashboardMetric) Reset() + func (x *MetricsDashboardMetric) String() string + type MetricsErrorRateSeriesItem struct + ErrorRate float32 + RequestRate float32 + Timestamp string + func (*MetricsErrorRateSeriesItem) Descriptor() ([]byte, []int) + func (*MetricsErrorRateSeriesItem) ProtoMessage() + func (x *MetricsErrorRateSeriesItem) GetErrorRate() float32 + func (x *MetricsErrorRateSeriesItem) GetRequestRate() float32 + func (x *MetricsErrorRateSeriesItem) GetTimestamp() string + func (x *MetricsErrorRateSeriesItem) ProtoReflect() protoreflect.Message + func (x *MetricsErrorRateSeriesItem) Reset() + func (x *MetricsErrorRateSeriesItem) String() string + type MetricsSeriesItem struct + PreviousValue *string + Timestamp string + Value string + func (*MetricsSeriesItem) Descriptor() ([]byte, []int) + func (*MetricsSeriesItem) ProtoMessage() + func (x *MetricsSeriesItem) GetPreviousValue() string + func (x *MetricsSeriesItem) GetTimestamp() string + func (x *MetricsSeriesItem) GetValue() string + func (x *MetricsSeriesItem) ProtoReflect() protoreflect.Message + func (x *MetricsSeriesItem) Reset() + func (x *MetricsSeriesItem) String() string + type MetricsTopItem struct + Hash string + IsPersisted bool + Name string + Value string + func (*MetricsTopItem) Descriptor() ([]byte, []int) + func (*MetricsTopItem) ProtoMessage() + func (x *MetricsTopItem) GetHash() string + func (x *MetricsTopItem) GetIsPersisted() bool + func (x *MetricsTopItem) GetName() string + func (x *MetricsTopItem) GetValue() string + func (x *MetricsTopItem) ProtoReflect() protoreflect.Message + func (x *MetricsTopItem) Reset() + func (x *MetricsTopItem) String() string + type MigrateFromApolloRequest struct + ApiKey string + Namespace string + VariantName string + func (*MigrateFromApolloRequest) Descriptor() ([]byte, []int) + func (*MigrateFromApolloRequest) ProtoMessage() + func (x *MigrateFromApolloRequest) GetApiKey() string + func (x *MigrateFromApolloRequest) GetNamespace() string + func (x *MigrateFromApolloRequest) GetVariantName() string + func (x *MigrateFromApolloRequest) ProtoReflect() protoreflect.Message + func (x *MigrateFromApolloRequest) Reset() + func (x *MigrateFromApolloRequest) String() string + type MigrateFromApolloResponse struct + Response *Response + Token string + func (*MigrateFromApolloResponse) Descriptor() ([]byte, []int) + func (*MigrateFromApolloResponse) ProtoMessage() + func (x *MigrateFromApolloResponse) GetResponse() *Response + func (x *MigrateFromApolloResponse) GetToken() string + func (x *MigrateFromApolloResponse) ProtoReflect() protoreflect.Message + func (x *MigrateFromApolloResponse) Reset() + func (x *MigrateFromApolloResponse) String() string + type MigrateMonographRequest struct + Name string + Namespace string + func (*MigrateMonographRequest) Descriptor() ([]byte, []int) + func (*MigrateMonographRequest) ProtoMessage() + func (x *MigrateMonographRequest) GetName() string + func (x *MigrateMonographRequest) GetNamespace() string + func (x *MigrateMonographRequest) ProtoReflect() protoreflect.Message + func (x *MigrateMonographRequest) Reset() + func (x *MigrateMonographRequest) String() string + type MigrateMonographResponse struct + Response *Response + func (*MigrateMonographResponse) Descriptor() ([]byte, []int) + func (*MigrateMonographResponse) ProtoMessage() + func (x *MigrateMonographResponse) GetResponse() *Response + func (x *MigrateMonographResponse) ProtoReflect() protoreflect.Message + func (x *MigrateMonographResponse) Reset() + func (x *MigrateMonographResponse) String() string + type MoveGraphRequest struct + Name string + Namespace string + NewNamespace string + func (*MoveGraphRequest) Descriptor() ([]byte, []int) + func (*MoveGraphRequest) ProtoMessage() + func (x *MoveGraphRequest) GetName() string + func (x *MoveGraphRequest) GetNamespace() string + func (x *MoveGraphRequest) GetNewNamespace() string + func (x *MoveGraphRequest) ProtoReflect() protoreflect.Message + func (x *MoveGraphRequest) Reset() + func (x *MoveGraphRequest) String() string + type MoveGraphResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*MoveGraphResponse) Descriptor() ([]byte, []int) + func (*MoveGraphResponse) ProtoMessage() + func (x *MoveGraphResponse) GetCompositionErrors() []*CompositionError + func (x *MoveGraphResponse) GetDeploymentErrors() []*DeploymentError + func (x *MoveGraphResponse) GetResponse() *Response + func (x *MoveGraphResponse) ProtoReflect() protoreflect.Message + func (x *MoveGraphResponse) Reset() + func (x *MoveGraphResponse) String() string + type Namespace struct + Id string + Name string + func (*Namespace) Descriptor() ([]byte, []int) + func (*Namespace) ProtoMessage() + func (x *Namespace) GetId() string + func (x *Namespace) GetName() string + func (x *Namespace) ProtoReflect() protoreflect.Message + func (x *Namespace) Reset() + func (x *Namespace) String() string + type OperationRequestCount struct + OperationHash string + OperationName string + TotalRequests int32 + func (*OperationRequestCount) Descriptor() ([]byte, []int) + func (*OperationRequestCount) ProtoMessage() + func (x *OperationRequestCount) GetOperationHash() string + func (x *OperationRequestCount) GetOperationName() string + func (x *OperationRequestCount) GetTotalRequests() int32 + func (x *OperationRequestCount) ProtoReflect() protoreflect.Message + func (x *OperationRequestCount) Reset() + func (x *OperationRequestCount) String() string + type OrgMember struct + Active bool + Email string + OrgMemberID string + Roles []string + UserID string + func (*OrgMember) Descriptor() ([]byte, []int) + func (*OrgMember) ProtoMessage() + func (x *OrgMember) GetActive() bool + func (x *OrgMember) GetEmail() string + func (x *OrgMember) GetOrgMemberID() string + func (x *OrgMember) GetRoles() []string + func (x *OrgMember) GetUserID() string + func (x *OrgMember) ProtoReflect() protoreflect.Message + func (x *OrgMember) Reset() + func (x *OrgMember) String() string + type Organization struct + CreatedAt string + CreatorUserId *string + Id string + Name string + Slug string + func (*Organization) Descriptor() ([]byte, []int) + func (*Organization) ProtoMessage() + func (x *Organization) GetCreatedAt() string + func (x *Organization) GetCreatorUserId() string + func (x *Organization) GetId() string + func (x *Organization) GetName() string + func (x *Organization) GetSlug() string + func (x *Organization) ProtoReflect() protoreflect.Message + func (x *Organization) Reset() + func (x *Organization) String() string + type OrganizationInvite struct + CreatedAt string + CreatorUserId *string + Id string + InvitedBy *string + Name string + Slug string + func (*OrganizationInvite) Descriptor() ([]byte, []int) + func (*OrganizationInvite) ProtoMessage() + func (x *OrganizationInvite) GetCreatedAt() string + func (x *OrganizationInvite) GetCreatorUserId() string + func (x *OrganizationInvite) GetId() string + func (x *OrganizationInvite) GetInvitedBy() string + func (x *OrganizationInvite) GetName() string + func (x *OrganizationInvite) GetSlug() string + func (x *OrganizationInvite) ProtoReflect() protoreflect.Message + func (x *OrganizationInvite) Reset() + func (x *OrganizationInvite) String() string + type OverrideChange struct + ChangeType string + Path *string + func (*OverrideChange) Descriptor() ([]byte, []int) + func (*OverrideChange) ProtoMessage() + func (x *OverrideChange) GetChangeType() string + func (x *OverrideChange) GetPath() string + func (x *OverrideChange) ProtoReflect() protoreflect.Message + func (x *OverrideChange) Reset() + func (x *OverrideChange) String() string + type Pagination struct + Limit int32 + Offset int32 + func (*Pagination) Descriptor() ([]byte, []int) + func (*Pagination) ProtoMessage() + func (x *Pagination) GetLimit() int32 + func (x *Pagination) GetOffset() int32 + func (x *Pagination) ProtoReflect() protoreflect.Message + func (x *Pagination) Reset() + func (x *Pagination) String() string + type PendingOrgInvitation struct + Email string + UserID string + func (*PendingOrgInvitation) Descriptor() ([]byte, []int) + func (*PendingOrgInvitation) ProtoMessage() + func (x *PendingOrgInvitation) GetEmail() string + func (x *PendingOrgInvitation) GetUserID() string + func (x *PendingOrgInvitation) ProtoReflect() protoreflect.Message + func (x *PendingOrgInvitation) Reset() + func (x *PendingOrgInvitation) String() string + type Permission struct + DisplayName string + Value string + func (*Permission) Descriptor() ([]byte, []int) + func (*Permission) ProtoMessage() + func (x *Permission) GetDisplayName() string + func (x *Permission) GetValue() string + func (x *Permission) ProtoReflect() protoreflect.Message + func (x *Permission) Reset() + func (x *Permission) String() string + type PersistedOperation struct + Contents string + Id string + func (*PersistedOperation) Descriptor() ([]byte, []int) + func (*PersistedOperation) ProtoMessage() + func (x *PersistedOperation) GetContents() string + func (x *PersistedOperation) GetId() string + func (x *PersistedOperation) ProtoReflect() protoreflect.Message + func (x *PersistedOperation) Reset() + func (x *PersistedOperation) String() string + type PublishFederatedSubgraphRequest struct + Labels []*Label + Name string + Namespace string + RoutingUrl *string + Schema string + SubscriptionProtocol *common.GraphQLSubscriptionProtocol + SubscriptionUrl *string + WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol + func (*PublishFederatedSubgraphRequest) Descriptor() ([]byte, []int) + func (*PublishFederatedSubgraphRequest) ProtoMessage() + func (x *PublishFederatedSubgraphRequest) GetLabels() []*Label + func (x *PublishFederatedSubgraphRequest) GetName() string + func (x *PublishFederatedSubgraphRequest) GetNamespace() string + func (x *PublishFederatedSubgraphRequest) GetRoutingUrl() string + func (x *PublishFederatedSubgraphRequest) GetSchema() string + func (x *PublishFederatedSubgraphRequest) GetSubscriptionProtocol() common.GraphQLSubscriptionProtocol + func (x *PublishFederatedSubgraphRequest) GetSubscriptionUrl() string + func (x *PublishFederatedSubgraphRequest) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol + func (x *PublishFederatedSubgraphRequest) ProtoReflect() protoreflect.Message + func (x *PublishFederatedSubgraphRequest) Reset() + func (x *PublishFederatedSubgraphRequest) String() string + type PublishFederatedSubgraphResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + HasChanged *bool + Response *Response + func (*PublishFederatedSubgraphResponse) Descriptor() ([]byte, []int) + func (*PublishFederatedSubgraphResponse) ProtoMessage() + func (x *PublishFederatedSubgraphResponse) GetCompositionErrors() []*CompositionError + func (x *PublishFederatedSubgraphResponse) GetDeploymentErrors() []*DeploymentError + func (x *PublishFederatedSubgraphResponse) GetHasChanged() bool + func (x *PublishFederatedSubgraphResponse) GetResponse() *Response + func (x *PublishFederatedSubgraphResponse) ProtoReflect() protoreflect.Message + func (x *PublishFederatedSubgraphResponse) Reset() + func (x *PublishFederatedSubgraphResponse) String() string + type PublishMonographRequest struct + Name string + Namespace string + Schema string + func (*PublishMonographRequest) Descriptor() ([]byte, []int) + func (*PublishMonographRequest) ProtoMessage() + func (x *PublishMonographRequest) GetName() string + func (x *PublishMonographRequest) GetNamespace() string + func (x *PublishMonographRequest) GetSchema() string + func (x *PublishMonographRequest) ProtoReflect() protoreflect.Message + func (x *PublishMonographRequest) Reset() + func (x *PublishMonographRequest) String() string + type PublishMonographResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*PublishMonographResponse) Descriptor() ([]byte, []int) + func (*PublishMonographResponse) ProtoMessage() + func (x *PublishMonographResponse) GetCompositionErrors() []*CompositionError + func (x *PublishMonographResponse) GetDeploymentErrors() []*DeploymentError + func (x *PublishMonographResponse) GetResponse() *Response + func (x *PublishMonographResponse) ProtoReflect() protoreflect.Message + func (x *PublishMonographResponse) Reset() + func (x *PublishMonographResponse) String() string + type PublishPersistedOperationsRequest struct + ClientName string + FedGraphName string + Namespace string + Operations []*PersistedOperation + func (*PublishPersistedOperationsRequest) Descriptor() ([]byte, []int) + func (*PublishPersistedOperationsRequest) ProtoMessage() + func (x *PublishPersistedOperationsRequest) GetClientName() string + func (x *PublishPersistedOperationsRequest) GetFedGraphName() string + func (x *PublishPersistedOperationsRequest) GetNamespace() string + func (x *PublishPersistedOperationsRequest) GetOperations() []*PersistedOperation + func (x *PublishPersistedOperationsRequest) ProtoReflect() protoreflect.Message + func (x *PublishPersistedOperationsRequest) Reset() + func (x *PublishPersistedOperationsRequest) String() string + type PublishPersistedOperationsResponse struct + Operations []*PublishedOperation + Response *Response + func (*PublishPersistedOperationsResponse) Descriptor() ([]byte, []int) + func (*PublishPersistedOperationsResponse) ProtoMessage() + func (x *PublishPersistedOperationsResponse) GetOperations() []*PublishedOperation + func (x *PublishPersistedOperationsResponse) GetResponse() *Response + func (x *PublishPersistedOperationsResponse) ProtoReflect() protoreflect.Message + func (x *PublishPersistedOperationsResponse) Reset() + func (x *PublishPersistedOperationsResponse) String() string + type PublishedOperation struct + Hash string + Id string + OperationNames []string + Status PublishedOperationStatus + func (*PublishedOperation) Descriptor() ([]byte, []int) + func (*PublishedOperation) ProtoMessage() + func (x *PublishedOperation) GetHash() string + func (x *PublishedOperation) GetId() string + func (x *PublishedOperation) GetOperationNames() []string + func (x *PublishedOperation) GetStatus() PublishedOperationStatus + func (x *PublishedOperation) ProtoReflect() protoreflect.Message + func (x *PublishedOperation) Reset() + func (x *PublishedOperation) String() string + type PublishedOperationStatus int32 + const PublishedOperationStatus_CONFLICT + const PublishedOperationStatus_CREATED + const PublishedOperationStatus_UP_TO_DATE + func (PublishedOperationStatus) Descriptor() protoreflect.EnumDescriptor + func (PublishedOperationStatus) EnumDescriptor() ([]byte, []int) + func (PublishedOperationStatus) Type() protoreflect.EnumType + func (x PublishedOperationStatus) Enum() *PublishedOperationStatus + func (x PublishedOperationStatus) Number() protoreflect.EnumNumber + func (x PublishedOperationStatus) String() string + type RemoveInvitationRequest struct + Email string + func (*RemoveInvitationRequest) Descriptor() ([]byte, []int) + func (*RemoveInvitationRequest) ProtoMessage() + func (x *RemoveInvitationRequest) GetEmail() string + func (x *RemoveInvitationRequest) ProtoReflect() protoreflect.Message + func (x *RemoveInvitationRequest) Reset() + func (x *RemoveInvitationRequest) String() string + type RemoveInvitationResponse struct + Response *Response + func (*RemoveInvitationResponse) Descriptor() ([]byte, []int) + func (*RemoveInvitationResponse) ProtoMessage() + func (x *RemoveInvitationResponse) GetResponse() *Response + func (x *RemoveInvitationResponse) ProtoReflect() protoreflect.Message + func (x *RemoveInvitationResponse) Reset() + func (x *RemoveInvitationResponse) String() string + type RemoveOperationIgnoreAllOverrideRequest struct + GraphName string + Namespace string + OperationHash string + func (*RemoveOperationIgnoreAllOverrideRequest) Descriptor() ([]byte, []int) + func (*RemoveOperationIgnoreAllOverrideRequest) ProtoMessage() + func (x *RemoveOperationIgnoreAllOverrideRequest) GetGraphName() string + func (x *RemoveOperationIgnoreAllOverrideRequest) GetNamespace() string + func (x *RemoveOperationIgnoreAllOverrideRequest) GetOperationHash() string + func (x *RemoveOperationIgnoreAllOverrideRequest) ProtoReflect() protoreflect.Message + func (x *RemoveOperationIgnoreAllOverrideRequest) Reset() + func (x *RemoveOperationIgnoreAllOverrideRequest) String() string + type RemoveOperationIgnoreAllOverrideResponse struct + Response *Response + func (*RemoveOperationIgnoreAllOverrideResponse) Descriptor() ([]byte, []int) + func (*RemoveOperationIgnoreAllOverrideResponse) ProtoMessage() + func (x *RemoveOperationIgnoreAllOverrideResponse) GetResponse() *Response + func (x *RemoveOperationIgnoreAllOverrideResponse) ProtoReflect() protoreflect.Message + func (x *RemoveOperationIgnoreAllOverrideResponse) Reset() + func (x *RemoveOperationIgnoreAllOverrideResponse) String() string + type RemoveOperationOverridesRequest struct + Changes []*OverrideChange + GraphName string + Namespace string + OperationHash string + func (*RemoveOperationOverridesRequest) Descriptor() ([]byte, []int) + func (*RemoveOperationOverridesRequest) ProtoMessage() + func (x *RemoveOperationOverridesRequest) GetChanges() []*OverrideChange + func (x *RemoveOperationOverridesRequest) GetGraphName() string + func (x *RemoveOperationOverridesRequest) GetNamespace() string + func (x *RemoveOperationOverridesRequest) GetOperationHash() string + func (x *RemoveOperationOverridesRequest) ProtoReflect() protoreflect.Message + func (x *RemoveOperationOverridesRequest) Reset() + func (x *RemoveOperationOverridesRequest) String() string + type RemoveOperationOverridesResponse struct + Response *Response + func (*RemoveOperationOverridesResponse) Descriptor() ([]byte, []int) + func (*RemoveOperationOverridesResponse) ProtoMessage() + func (x *RemoveOperationOverridesResponse) GetResponse() *Response + func (x *RemoveOperationOverridesResponse) ProtoReflect() protoreflect.Message + func (x *RemoveOperationOverridesResponse) Reset() + func (x *RemoveOperationOverridesResponse) String() string + type RemoveOrganizationMemberRequest struct + Email string + func (*RemoveOrganizationMemberRequest) Descriptor() ([]byte, []int) + func (*RemoveOrganizationMemberRequest) ProtoMessage() + func (x *RemoveOrganizationMemberRequest) GetEmail() string + func (x *RemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message + func (x *RemoveOrganizationMemberRequest) Reset() + func (x *RemoveOrganizationMemberRequest) String() string + type RemoveOrganizationMemberResponse struct + Response *Response + func (*RemoveOrganizationMemberResponse) Descriptor() ([]byte, []int) + func (*RemoveOrganizationMemberResponse) ProtoMessage() + func (x *RemoveOrganizationMemberResponse) GetResponse() *Response + func (x *RemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message + func (x *RemoveOrganizationMemberResponse) Reset() + func (x *RemoveOrganizationMemberResponse) String() string + type RemoveSubgraphMemberRequest struct + Namespace string + SubgraphMemberId string + SubgraphName string + func (*RemoveSubgraphMemberRequest) Descriptor() ([]byte, []int) + func (*RemoveSubgraphMemberRequest) ProtoMessage() + func (x *RemoveSubgraphMemberRequest) GetNamespace() string + func (x *RemoveSubgraphMemberRequest) GetSubgraphMemberId() string + func (x *RemoveSubgraphMemberRequest) GetSubgraphName() string + func (x *RemoveSubgraphMemberRequest) ProtoReflect() protoreflect.Message + func (x *RemoveSubgraphMemberRequest) Reset() + func (x *RemoveSubgraphMemberRequest) String() string + type RemoveSubgraphMemberResponse struct + Response *Response + func (*RemoveSubgraphMemberResponse) Descriptor() ([]byte, []int) + func (*RemoveSubgraphMemberResponse) ProtoMessage() + func (x *RemoveSubgraphMemberResponse) GetResponse() *Response + func (x *RemoveSubgraphMemberResponse) ProtoReflect() protoreflect.Message + func (x *RemoveSubgraphMemberResponse) Reset() + func (x *RemoveSubgraphMemberResponse) String() string + type RenameNamespaceRequest struct + Name string + NewName string + func (*RenameNamespaceRequest) Descriptor() ([]byte, []int) + func (*RenameNamespaceRequest) ProtoMessage() + func (x *RenameNamespaceRequest) GetName() string + func (x *RenameNamespaceRequest) GetNewName() string + func (x *RenameNamespaceRequest) ProtoReflect() protoreflect.Message + func (x *RenameNamespaceRequest) Reset() + func (x *RenameNamespaceRequest) String() string + type RenameNamespaceResponse struct + Response *Response + func (*RenameNamespaceResponse) Descriptor() ([]byte, []int) + func (*RenameNamespaceResponse) ProtoMessage() + func (x *RenameNamespaceResponse) GetResponse() *Response + func (x *RenameNamespaceResponse) ProtoReflect() protoreflect.Message + func (x *RenameNamespaceResponse) Reset() + func (x *RenameNamespaceResponse) String() string + type ReplyToDiscussionRequest struct + ContentJson string + ContentMarkdown string + DiscussionId string + func (*ReplyToDiscussionRequest) Descriptor() ([]byte, []int) + func (*ReplyToDiscussionRequest) ProtoMessage() + func (x *ReplyToDiscussionRequest) GetContentJson() string + func (x *ReplyToDiscussionRequest) GetContentMarkdown() string + func (x *ReplyToDiscussionRequest) GetDiscussionId() string + func (x *ReplyToDiscussionRequest) ProtoReflect() protoreflect.Message + func (x *ReplyToDiscussionRequest) Reset() + func (x *ReplyToDiscussionRequest) String() string + type ReplyToDiscussionResponse struct + Response *Response + func (*ReplyToDiscussionResponse) Descriptor() ([]byte, []int) + func (*ReplyToDiscussionResponse) ProtoMessage() + func (x *ReplyToDiscussionResponse) GetResponse() *Response + func (x *ReplyToDiscussionResponse) ProtoReflect() protoreflect.Message + func (x *ReplyToDiscussionResponse) Reset() + func (x *ReplyToDiscussionResponse) String() string + type RequestSeriesItem struct + ErroredRequests int32 + Timestamp string + TotalRequests int32 + func (*RequestSeriesItem) Descriptor() ([]byte, []int) + func (*RequestSeriesItem) ProtoMessage() + func (x *RequestSeriesItem) GetErroredRequests() int32 + func (x *RequestSeriesItem) GetTimestamp() string + func (x *RequestSeriesItem) GetTotalRequests() int32 + func (x *RequestSeriesItem) ProtoReflect() protoreflect.Message + func (x *RequestSeriesItem) Reset() + func (x *RequestSeriesItem) String() string + type Response struct + Code common.EnumStatusCode + Details *string + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) GetCode() common.EnumStatusCode + func (x *Response) GetDetails() string + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type ResponseStatus struct + Code int32 + Message string + func (*ResponseStatus) Descriptor() ([]byte, []int) + func (*ResponseStatus) ProtoMessage() + func (x *ResponseStatus) GetCode() int32 + func (x *ResponseStatus) GetMessage() string + func (x *ResponseStatus) ProtoReflect() protoreflect.Message + func (x *ResponseStatus) Reset() + func (x *ResponseStatus) String() string + type Router struct + ClusterName string + CompositionId string + CpuUsageChangePercent float32 + CpuUsagePercent float32 + Hostname string + MemoryUsageChangePercent float32 + MemoryUsageMb float32 + OnLatestComposition bool + ProcessId string + ServerUptimeSeconds string + ServiceInstanceId string + ServiceName string + ServiceVersion string + UptimeSeconds string + func (*Router) Descriptor() ([]byte, []int) + func (*Router) ProtoMessage() + func (x *Router) GetClusterName() string + func (x *Router) GetCompositionId() string + func (x *Router) GetCpuUsageChangePercent() float32 + func (x *Router) GetCpuUsagePercent() float32 + func (x *Router) GetHostname() string + func (x *Router) GetMemoryUsageChangePercent() float32 + func (x *Router) GetMemoryUsageMb() float32 + func (x *Router) GetOnLatestComposition() bool + func (x *Router) GetProcessId() string + func (x *Router) GetServerUptimeSeconds() string + func (x *Router) GetServiceInstanceId() string + func (x *Router) GetServiceName() string + func (x *Router) GetServiceVersion() string + func (x *Router) GetUptimeSeconds() string + func (x *Router) ProtoReflect() protoreflect.Message + func (x *Router) Reset() + func (x *Router) String() string + type RouterToken struct + CreatedAt string + CreatorEmail string + Id string + LastUsedAt string + Name string + func (*RouterToken) Descriptor() ([]byte, []int) + func (*RouterToken) ProtoMessage() + func (x *RouterToken) GetCreatedAt() string + func (x *RouterToken) GetCreatorEmail() string + func (x *RouterToken) GetId() string + func (x *RouterToken) GetLastUsedAt() string + func (x *RouterToken) GetName() string + func (x *RouterToken) ProtoReflect() protoreflect.Message + func (x *RouterToken) Reset() + func (x *RouterToken) String() string + type SchemaChange struct + ChangeType string + HasOverride *bool + IsBreaking bool + Message string + Path *string + func (*SchemaChange) Descriptor() ([]byte, []int) + func (*SchemaChange) ProtoMessage() + func (x *SchemaChange) GetChangeType() string + func (x *SchemaChange) GetHasOverride() bool + func (x *SchemaChange) GetIsBreaking() bool + func (x *SchemaChange) GetMessage() string + func (x *SchemaChange) GetPath() string + func (x *SchemaChange) ProtoReflect() protoreflect.Message + func (x *SchemaChange) Reset() + func (x *SchemaChange) String() string + type SchemaCheck struct + GhDetails *SchemaCheck_GhDetails + HasClientTraffic bool + HasLintErrors bool + Id string + IsBreaking bool + IsComposable bool + IsDeleted bool + IsForcedSuccess bool + SubgraphName string + TargetID string + Timestamp string + func (*SchemaCheck) Descriptor() ([]byte, []int) + func (*SchemaCheck) ProtoMessage() + func (x *SchemaCheck) GetGhDetails() *SchemaCheck_GhDetails + func (x *SchemaCheck) GetHasClientTraffic() bool + func (x *SchemaCheck) GetHasLintErrors() bool + func (x *SchemaCheck) GetId() string + func (x *SchemaCheck) GetIsBreaking() bool + func (x *SchemaCheck) GetIsComposable() bool + func (x *SchemaCheck) GetIsDeleted() bool + func (x *SchemaCheck) GetIsForcedSuccess() bool + func (x *SchemaCheck) GetSubgraphName() string + func (x *SchemaCheck) GetTargetID() string + func (x *SchemaCheck) GetTimestamp() string + func (x *SchemaCheck) ProtoReflect() protoreflect.Message + func (x *SchemaCheck) Reset() + func (x *SchemaCheck) String() string + type SchemaCheck_GhDetails struct + CommitSha string + OwnerSlug string + RepositorySlug string + func (*SchemaCheck_GhDetails) Descriptor() ([]byte, []int) + func (*SchemaCheck_GhDetails) ProtoMessage() + func (x *SchemaCheck_GhDetails) GetCommitSha() string + func (x *SchemaCheck_GhDetails) GetOwnerSlug() string + func (x *SchemaCheck_GhDetails) GetRepositorySlug() string + func (x *SchemaCheck_GhDetails) ProtoReflect() protoreflect.Message + func (x *SchemaCheck_GhDetails) Reset() + func (x *SchemaCheck_GhDetails) String() string + type SetDiscussionResolutionRequest struct + DiscussionId string + IsResolved bool + func (*SetDiscussionResolutionRequest) Descriptor() ([]byte, []int) + func (*SetDiscussionResolutionRequest) ProtoMessage() + func (x *SetDiscussionResolutionRequest) GetDiscussionId() string + func (x *SetDiscussionResolutionRequest) GetIsResolved() bool + func (x *SetDiscussionResolutionRequest) ProtoReflect() protoreflect.Message + func (x *SetDiscussionResolutionRequest) Reset() + func (x *SetDiscussionResolutionRequest) String() string + type SetDiscussionResolutionResponse struct + Response *Response + func (*SetDiscussionResolutionResponse) Descriptor() ([]byte, []int) + func (*SetDiscussionResolutionResponse) ProtoMessage() + func (x *SetDiscussionResolutionResponse) GetResponse() *Response + func (x *SetDiscussionResolutionResponse) ProtoReflect() protoreflect.Message + func (x *SetDiscussionResolutionResponse) Reset() + func (x *SetDiscussionResolutionResponse) String() string + type SlackIntegrationConfig struct + Endpoint string + func (*SlackIntegrationConfig) Descriptor() ([]byte, []int) + func (*SlackIntegrationConfig) ProtoMessage() + func (x *SlackIntegrationConfig) GetEndpoint() string + func (x *SlackIntegrationConfig) ProtoReflect() protoreflect.Message + func (x *SlackIntegrationConfig) Reset() + func (x *SlackIntegrationConfig) String() string + type Sort struct + Desc bool + Id string + func (*Sort) Descriptor() ([]byte, []int) + func (*Sort) ProtoMessage() + func (x *Sort) GetDesc() bool + func (x *Sort) GetId() string + func (x *Sort) ProtoReflect() protoreflect.Message + func (x *Sort) Reset() + func (x *Sort) String() string + type Span struct + Attributes map[string]string + Duration int64 + ParentSpanID string + ScopeName string + ServiceName string + SpanID string + SpanKind string + SpanName string + StatusCode string + StatusMessage string + Timestamp int64 + TraceID string + func (*Span) Descriptor() ([]byte, []int) + func (*Span) ProtoMessage() + func (x *Span) GetAttributes() map[string]string + func (x *Span) GetDuration() int64 + func (x *Span) GetParentSpanID() string + func (x *Span) GetScopeName() string + func (x *Span) GetServiceName() string + func (x *Span) GetSpanID() string + func (x *Span) GetSpanKind() string + func (x *Span) GetSpanName() string + func (x *Span) GetStatusCode() string + func (x *Span) GetStatusMessage() string + func (x *Span) GetTimestamp() int64 + func (x *Span) GetTraceID() string + func (x *Span) ProtoReflect() protoreflect.Message + func (x *Span) Reset() + func (x *Span) String() string + type Subgraph struct + BaseSubgraphId *string + BaseSubgraphName *string + CreatorUserId *string + Id string + IsEventDrivenGraph bool + IsFeatureSubgraph bool + IsV2Graph *bool + Labels []*Label + LastUpdatedAt string + Name string + Namespace string + Readme *string + RoutingURL string + SubscriptionProtocol string + SubscriptionUrl string + TargetId string + WebsocketSubprotocol string + func (*Subgraph) Descriptor() ([]byte, []int) + func (*Subgraph) ProtoMessage() + func (x *Subgraph) GetBaseSubgraphId() string + func (x *Subgraph) GetBaseSubgraphName() string + func (x *Subgraph) GetCreatorUserId() string + func (x *Subgraph) GetId() string + func (x *Subgraph) GetIsEventDrivenGraph() bool + func (x *Subgraph) GetIsFeatureSubgraph() bool + func (x *Subgraph) GetIsV2Graph() bool + func (x *Subgraph) GetLabels() []*Label + func (x *Subgraph) GetLastUpdatedAt() string + func (x *Subgraph) GetName() string + func (x *Subgraph) GetNamespace() string + func (x *Subgraph) GetReadme() string + func (x *Subgraph) GetRoutingURL() string + func (x *Subgraph) GetSubscriptionProtocol() string + func (x *Subgraph) GetSubscriptionUrl() string + func (x *Subgraph) GetTargetId() string + func (x *Subgraph) GetWebsocketSubprotocol() string + func (x *Subgraph) ProtoReflect() protoreflect.Message + func (x *Subgraph) Reset() + func (x *Subgraph) String() string + type SubgraphMember struct + Email string + SubgraphMemberId string + UserId string + func (*SubgraphMember) Descriptor() ([]byte, []int) + func (*SubgraphMember) ProtoMessage() + func (x *SubgraphMember) GetEmail() string + func (x *SubgraphMember) GetSubgraphMemberId() string + func (x *SubgraphMember) GetUserId() string + func (x *SubgraphMember) ProtoReflect() protoreflect.Message + func (x *SubgraphMember) Reset() + func (x *SubgraphMember) String() string + type SubgraphMetrics struct + ErrorRate float32 + Latency float32 + RequestRate float32 + SubgraphID string + func (*SubgraphMetrics) Descriptor() ([]byte, []int) + func (*SubgraphMetrics) ProtoMessage() + func (x *SubgraphMetrics) GetErrorRate() float32 + func (x *SubgraphMetrics) GetLatency() float32 + func (x *SubgraphMetrics) GetRequestRate() float32 + func (x *SubgraphMetrics) GetSubgraphID() string + func (x *SubgraphMetrics) ProtoReflect() protoreflect.Message + func (x *SubgraphMetrics) Reset() + func (x *SubgraphMetrics) String() string + type Unit int32 + const Unit_Bytes + const Unit_CodeBlock + const Unit_Nanoseconds + const Unit_StatusCode + const Unit_TraceID + const Unit_UnixTimestamp + const Unit_Unspecified + func (Unit) Descriptor() protoreflect.EnumDescriptor + func (Unit) EnumDescriptor() ([]byte, []int) + func (Unit) Type() protoreflect.EnumType + func (x Unit) Enum() *Unit + func (x Unit) Number() protoreflect.EnumNumber + func (x Unit) String() string + type UpdateContractRequest struct + ExcludeTags []string + Name string + Namespace string + func (*UpdateContractRequest) Descriptor() ([]byte, []int) + func (*UpdateContractRequest) ProtoMessage() + func (x *UpdateContractRequest) GetExcludeTags() []string + func (x *UpdateContractRequest) GetName() string + func (x *UpdateContractRequest) GetNamespace() string + func (x *UpdateContractRequest) ProtoReflect() protoreflect.Message + func (x *UpdateContractRequest) Reset() + func (x *UpdateContractRequest) String() string + type UpdateContractResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*UpdateContractResponse) Descriptor() ([]byte, []int) + func (*UpdateContractResponse) ProtoMessage() + func (x *UpdateContractResponse) GetCompositionErrors() []*CompositionError + func (x *UpdateContractResponse) GetDeploymentErrors() []*DeploymentError + func (x *UpdateContractResponse) GetResponse() *Response + func (x *UpdateContractResponse) ProtoReflect() protoreflect.Message + func (x *UpdateContractResponse) Reset() + func (x *UpdateContractResponse) String() string + type UpdateDiscussionCommentRequest struct + CommentId string + ContentJson string + ContentMarkdown string + DiscussionId string + func (*UpdateDiscussionCommentRequest) Descriptor() ([]byte, []int) + func (*UpdateDiscussionCommentRequest) ProtoMessage() + func (x *UpdateDiscussionCommentRequest) GetCommentId() string + func (x *UpdateDiscussionCommentRequest) GetContentJson() string + func (x *UpdateDiscussionCommentRequest) GetContentMarkdown() string + func (x *UpdateDiscussionCommentRequest) GetDiscussionId() string + func (x *UpdateDiscussionCommentRequest) ProtoReflect() protoreflect.Message + func (x *UpdateDiscussionCommentRequest) Reset() + func (x *UpdateDiscussionCommentRequest) String() string + type UpdateDiscussionCommentResponse struct + Response *Response + func (*UpdateDiscussionCommentResponse) Descriptor() ([]byte, []int) + func (*UpdateDiscussionCommentResponse) ProtoMessage() + func (x *UpdateDiscussionCommentResponse) GetResponse() *Response + func (x *UpdateDiscussionCommentResponse) ProtoReflect() protoreflect.Message + func (x *UpdateDiscussionCommentResponse) Reset() + func (x *UpdateDiscussionCommentResponse) String() string + type UpdateFeatureFlagRequest struct + FeatureSubgraphNames []string + Labels []*Label + Name string + Namespace string + UnsetLabels bool + func (*UpdateFeatureFlagRequest) Descriptor() ([]byte, []int) + func (*UpdateFeatureFlagRequest) ProtoMessage() + func (x *UpdateFeatureFlagRequest) GetFeatureSubgraphNames() []string + func (x *UpdateFeatureFlagRequest) GetLabels() []*Label + func (x *UpdateFeatureFlagRequest) GetName() string + func (x *UpdateFeatureFlagRequest) GetNamespace() string + func (x *UpdateFeatureFlagRequest) GetUnsetLabels() bool + func (x *UpdateFeatureFlagRequest) ProtoReflect() protoreflect.Message + func (x *UpdateFeatureFlagRequest) Reset() + func (x *UpdateFeatureFlagRequest) String() string + type UpdateFeatureFlagResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*UpdateFeatureFlagResponse) Descriptor() ([]byte, []int) + func (*UpdateFeatureFlagResponse) ProtoMessage() + func (x *UpdateFeatureFlagResponse) GetCompositionErrors() []*CompositionError + func (x *UpdateFeatureFlagResponse) GetDeploymentErrors() []*DeploymentError + func (x *UpdateFeatureFlagResponse) GetResponse() *Response + func (x *UpdateFeatureFlagResponse) ProtoReflect() protoreflect.Message + func (x *UpdateFeatureFlagResponse) Reset() + func (x *UpdateFeatureFlagResponse) String() string + type UpdateFeatureSettingsRequest struct + Enable bool + FeatureId Feature + func (*UpdateFeatureSettingsRequest) Descriptor() ([]byte, []int) + func (*UpdateFeatureSettingsRequest) ProtoMessage() + func (x *UpdateFeatureSettingsRequest) GetEnable() bool + func (x *UpdateFeatureSettingsRequest) GetFeatureId() Feature + func (x *UpdateFeatureSettingsRequest) ProtoReflect() protoreflect.Message + func (x *UpdateFeatureSettingsRequest) Reset() + func (x *UpdateFeatureSettingsRequest) String() string + type UpdateFeatureSettingsResponse struct + Response *Response + func (*UpdateFeatureSettingsResponse) Descriptor() ([]byte, []int) + func (*UpdateFeatureSettingsResponse) ProtoMessage() + func (x *UpdateFeatureSettingsResponse) GetResponse() *Response + func (x *UpdateFeatureSettingsResponse) ProtoReflect() protoreflect.Message + func (x *UpdateFeatureSettingsResponse) Reset() + func (x *UpdateFeatureSettingsResponse) String() string + type UpdateFederatedGraphRequest struct + AdmissionWebhookSecret *string + AdmissionWebhookURL *string + LabelMatchers []string + Name string + Namespace string + Readme *string + RoutingUrl string + UnsetLabelMatchers *bool + func (*UpdateFederatedGraphRequest) Descriptor() ([]byte, []int) + func (*UpdateFederatedGraphRequest) ProtoMessage() + func (x *UpdateFederatedGraphRequest) GetAdmissionWebhookSecret() string + func (x *UpdateFederatedGraphRequest) GetAdmissionWebhookURL() string + func (x *UpdateFederatedGraphRequest) GetLabelMatchers() []string + func (x *UpdateFederatedGraphRequest) GetName() string + func (x *UpdateFederatedGraphRequest) GetNamespace() string + func (x *UpdateFederatedGraphRequest) GetReadme() string + func (x *UpdateFederatedGraphRequest) GetRoutingUrl() string + func (x *UpdateFederatedGraphRequest) GetUnsetLabelMatchers() bool + func (x *UpdateFederatedGraphRequest) ProtoReflect() protoreflect.Message + func (x *UpdateFederatedGraphRequest) Reset() + func (x *UpdateFederatedGraphRequest) String() string + type UpdateFederatedGraphResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*UpdateFederatedGraphResponse) Descriptor() ([]byte, []int) + func (*UpdateFederatedGraphResponse) ProtoMessage() + func (x *UpdateFederatedGraphResponse) GetCompositionErrors() []*CompositionError + func (x *UpdateFederatedGraphResponse) GetDeploymentErrors() []*DeploymentError + func (x *UpdateFederatedGraphResponse) GetResponse() *Response + func (x *UpdateFederatedGraphResponse) ProtoReflect() protoreflect.Message + func (x *UpdateFederatedGraphResponse) Reset() + func (x *UpdateFederatedGraphResponse) String() string + type UpdateIntegrationConfigRequest struct + Endpoint string + Events []string + EventsMeta []*notifications.EventMeta + Id string + func (*UpdateIntegrationConfigRequest) Descriptor() ([]byte, []int) + func (*UpdateIntegrationConfigRequest) ProtoMessage() + func (x *UpdateIntegrationConfigRequest) GetEndpoint() string + func (x *UpdateIntegrationConfigRequest) GetEvents() []string + func (x *UpdateIntegrationConfigRequest) GetEventsMeta() []*notifications.EventMeta + func (x *UpdateIntegrationConfigRequest) GetId() string + func (x *UpdateIntegrationConfigRequest) ProtoReflect() protoreflect.Message + func (x *UpdateIntegrationConfigRequest) Reset() + func (x *UpdateIntegrationConfigRequest) String() string + type UpdateIntegrationConfigResponse struct + Response *Response + func (*UpdateIntegrationConfigResponse) Descriptor() ([]byte, []int) + func (*UpdateIntegrationConfigResponse) ProtoMessage() + func (x *UpdateIntegrationConfigResponse) GetResponse() *Response + func (x *UpdateIntegrationConfigResponse) ProtoReflect() protoreflect.Message + func (x *UpdateIntegrationConfigResponse) Reset() + func (x *UpdateIntegrationConfigResponse) String() string + type UpdateMonographRequest struct + AdmissionWebhookSecret *string + AdmissionWebhookURL *string + GraphUrl string + Name string + Namespace string + Readme *string + RoutingUrl string + SubscriptionProtocol *common.GraphQLSubscriptionProtocol + SubscriptionUrl *string + WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol + func (*UpdateMonographRequest) Descriptor() ([]byte, []int) + func (*UpdateMonographRequest) ProtoMessage() + func (x *UpdateMonographRequest) GetAdmissionWebhookSecret() string + func (x *UpdateMonographRequest) GetAdmissionWebhookURL() string + func (x *UpdateMonographRequest) GetGraphUrl() string + func (x *UpdateMonographRequest) GetName() string + func (x *UpdateMonographRequest) GetNamespace() string + func (x *UpdateMonographRequest) GetReadme() string + func (x *UpdateMonographRequest) GetRoutingUrl() string + func (x *UpdateMonographRequest) GetSubscriptionProtocol() common.GraphQLSubscriptionProtocol + func (x *UpdateMonographRequest) GetSubscriptionUrl() string + func (x *UpdateMonographRequest) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol + func (x *UpdateMonographRequest) ProtoReflect() protoreflect.Message + func (x *UpdateMonographRequest) Reset() + func (x *UpdateMonographRequest) String() string + type UpdateMonographResponse struct + Response *Response + func (*UpdateMonographResponse) Descriptor() ([]byte, []int) + func (*UpdateMonographResponse) ProtoMessage() + func (x *UpdateMonographResponse) GetResponse() *Response + func (x *UpdateMonographResponse) ProtoReflect() protoreflect.Message + func (x *UpdateMonographResponse) Reset() + func (x *UpdateMonographResponse) String() string + type UpdateOrgMemberRoleRequest struct + OrgMemberUserID string + Role string + UserID string + func (*UpdateOrgMemberRoleRequest) Descriptor() ([]byte, []int) + func (*UpdateOrgMemberRoleRequest) ProtoMessage() + func (x *UpdateOrgMemberRoleRequest) GetOrgMemberUserID() string + func (x *UpdateOrgMemberRoleRequest) GetRole() string + func (x *UpdateOrgMemberRoleRequest) GetUserID() string + func (x *UpdateOrgMemberRoleRequest) ProtoReflect() protoreflect.Message + func (x *UpdateOrgMemberRoleRequest) Reset() + func (x *UpdateOrgMemberRoleRequest) String() string + type UpdateOrgMemberRoleResponse struct + Response *Response + func (*UpdateOrgMemberRoleResponse) Descriptor() ([]byte, []int) + func (*UpdateOrgMemberRoleResponse) ProtoMessage() + func (x *UpdateOrgMemberRoleResponse) GetResponse() *Response + func (x *UpdateOrgMemberRoleResponse) ProtoReflect() protoreflect.Message + func (x *UpdateOrgMemberRoleResponse) Reset() + func (x *UpdateOrgMemberRoleResponse) String() string + type UpdateOrganizationDetailsRequest struct + OrganizationName string + OrganizationSlug string + UserID string + func (*UpdateOrganizationDetailsRequest) Descriptor() ([]byte, []int) + func (*UpdateOrganizationDetailsRequest) ProtoMessage() + func (x *UpdateOrganizationDetailsRequest) GetOrganizationName() string + func (x *UpdateOrganizationDetailsRequest) GetOrganizationSlug() string + func (x *UpdateOrganizationDetailsRequest) GetUserID() string + func (x *UpdateOrganizationDetailsRequest) ProtoReflect() protoreflect.Message + func (x *UpdateOrganizationDetailsRequest) Reset() + func (x *UpdateOrganizationDetailsRequest) String() string + type UpdateOrganizationDetailsResponse struct + Response *Response + func (*UpdateOrganizationDetailsResponse) Descriptor() ([]byte, []int) + func (*UpdateOrganizationDetailsResponse) ProtoMessage() + func (x *UpdateOrganizationDetailsResponse) GetResponse() *Response + func (x *UpdateOrganizationDetailsResponse) ProtoReflect() protoreflect.Message + func (x *UpdateOrganizationDetailsResponse) Reset() + func (x *UpdateOrganizationDetailsResponse) String() string + type UpdateOrganizationWebhookConfigRequest struct + Endpoint string + Events []string + EventsMeta []*notifications.EventMeta + Id string + Key string + ShouldUpdateKey bool + func (*UpdateOrganizationWebhookConfigRequest) Descriptor() ([]byte, []int) + func (*UpdateOrganizationWebhookConfigRequest) ProtoMessage() + func (x *UpdateOrganizationWebhookConfigRequest) GetEndpoint() string + func (x *UpdateOrganizationWebhookConfigRequest) GetEvents() []string + func (x *UpdateOrganizationWebhookConfigRequest) GetEventsMeta() []*notifications.EventMeta + func (x *UpdateOrganizationWebhookConfigRequest) GetId() string + func (x *UpdateOrganizationWebhookConfigRequest) GetKey() string + func (x *UpdateOrganizationWebhookConfigRequest) GetShouldUpdateKey() bool + func (x *UpdateOrganizationWebhookConfigRequest) ProtoReflect() protoreflect.Message + func (x *UpdateOrganizationWebhookConfigRequest) Reset() + func (x *UpdateOrganizationWebhookConfigRequest) String() string + type UpdateOrganizationWebhookConfigResponse struct + Response *Response + func (*UpdateOrganizationWebhookConfigResponse) Descriptor() ([]byte, []int) + func (*UpdateOrganizationWebhookConfigResponse) ProtoMessage() + func (x *UpdateOrganizationWebhookConfigResponse) GetResponse() *Response + func (x *UpdateOrganizationWebhookConfigResponse) ProtoReflect() protoreflect.Message + func (x *UpdateOrganizationWebhookConfigResponse) Reset() + func (x *UpdateOrganizationWebhookConfigResponse) String() string + type UpdateSubgraphRequest struct + Headers []string + Labels []*Label + Name string + Namespace string + Readme *string + RoutingUrl *string + SubscriptionProtocol *common.GraphQLSubscriptionProtocol + SubscriptionUrl *string + UnsetLabels *bool + WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol + func (*UpdateSubgraphRequest) Descriptor() ([]byte, []int) + func (*UpdateSubgraphRequest) ProtoMessage() + func (x *UpdateSubgraphRequest) GetHeaders() []string + func (x *UpdateSubgraphRequest) GetLabels() []*Label + func (x *UpdateSubgraphRequest) GetName() string + func (x *UpdateSubgraphRequest) GetNamespace() string + func (x *UpdateSubgraphRequest) GetReadme() string + func (x *UpdateSubgraphRequest) GetRoutingUrl() string + func (x *UpdateSubgraphRequest) GetSubscriptionProtocol() common.GraphQLSubscriptionProtocol + func (x *UpdateSubgraphRequest) GetSubscriptionUrl() string + func (x *UpdateSubgraphRequest) GetUnsetLabels() bool + func (x *UpdateSubgraphRequest) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol + func (x *UpdateSubgraphRequest) ProtoReflect() protoreflect.Message + func (x *UpdateSubgraphRequest) Reset() + func (x *UpdateSubgraphRequest) String() string + type UpdateSubgraphResponse struct + CompositionErrors []*CompositionError + DeploymentErrors []*DeploymentError + Response *Response + func (*UpdateSubgraphResponse) Descriptor() ([]byte, []int) + func (*UpdateSubgraphResponse) ProtoMessage() + func (x *UpdateSubgraphResponse) GetCompositionErrors() []*CompositionError + func (x *UpdateSubgraphResponse) GetDeploymentErrors() []*DeploymentError + func (x *UpdateSubgraphResponse) GetResponse() *Response + func (x *UpdateSubgraphResponse) ProtoReflect() protoreflect.Message + func (x *UpdateSubgraphResponse) Reset() + func (x *UpdateSubgraphResponse) String() string + type UpgradePlanRequest struct + Plan string + func (*UpgradePlanRequest) Descriptor() ([]byte, []int) + func (*UpgradePlanRequest) ProtoMessage() + func (x *UpgradePlanRequest) GetPlan() string + func (x *UpgradePlanRequest) ProtoReflect() protoreflect.Message + func (x *UpgradePlanRequest) Reset() + func (x *UpgradePlanRequest) String() string + type UpgradePlanResponse struct + Response *Response + func (*UpgradePlanResponse) Descriptor() ([]byte, []int) + func (*UpgradePlanResponse) ProtoMessage() + func (x *UpgradePlanResponse) GetResponse() *Response + func (x *UpgradePlanResponse) ProtoReflect() protoreflect.Message + func (x *UpgradePlanResponse) Reset() + func (x *UpgradePlanResponse) String() string + type WhoAmIRequest struct + func (*WhoAmIRequest) Descriptor() ([]byte, []int) + func (*WhoAmIRequest) ProtoMessage() + func (x *WhoAmIRequest) ProtoReflect() protoreflect.Message + func (x *WhoAmIRequest) Reset() + func (x *WhoAmIRequest) String() string + type WhoAmIResponse struct + OrganizationName string + Response *Response + UserEmail *string + func (*WhoAmIResponse) Descriptor() ([]byte, []int) + func (*WhoAmIResponse) ProtoMessage() + func (x *WhoAmIResponse) GetOrganizationName() string + func (x *WhoAmIResponse) GetResponse() *Response + func (x *WhoAmIResponse) GetUserEmail() string + func (x *WhoAmIResponse) ProtoReflect() protoreflect.Message + func (x *WhoAmIResponse) Reset() + func (x *WhoAmIResponse) String() string