platformv1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LintSeverity_name = map[int32]string{
		0: "warn",
		1: "error",
	}
	LintSeverity_value = map[string]int32{
		"warn":  0,
		"error": 1,
	}
)

Enum value maps for LintSeverity.

View Source
var (
	AnalyticsViewGroupName_name = map[int32]string{
		0: "None",
		1: "OperationName",
		2: "Client",
		3: "HttpStatusCode",
	}
	AnalyticsViewGroupName_value = map[string]int32{
		"None":           0,
		"OperationName":  1,
		"Client":         2,
		"HttpStatusCode": 3,
	}
)

Enum value maps for AnalyticsViewGroupName.

View Source
var (
	CustomOptions_name = map[int32]string{
		0: "Text",
		1: "Range",
	}
	CustomOptions_value = map[string]int32{
		"Text":  0,
		"Range": 1,
	}
)

Enum value maps for CustomOptions.

View Source
var (
	Unit_name = map[int32]string{
		0: "Unspecified",
		1: "Nanoseconds",
		2: "UnixTimestamp",
		3: "Bytes",
		4: "CodeBlock",
		5: "StatusCode",
		6: "TraceID",
	}
	Unit_value = map[string]int32{
		"Unspecified":   0,
		"Nanoseconds":   1,
		"UnixTimestamp": 2,
		"Bytes":         3,
		"CodeBlock":     4,
		"StatusCode":    5,
		"TraceID":       6,
	}
)

Enum value maps for Unit.

View Source
var (
	AnalyticsViewFilterOperator_name = map[int32]string{
		0:  "EQUALS",
		1:  "NOT_EQUALS",
		2:  "GREATER_THAN",
		3:  "LESS_THAN",
		4:  "GREATER_THAN_OR_EQUAL",
		5:  "LESS_THAN_OR_EQUAL",
		6:  "CONTAINS",
		7:  "NOT_CONTAINS",
		8:  "IN",
		9:  "NOT_IN",
		10: "BETWEEN",
		11: "NOT_BETWEEN",
		12: "IS_NULL",
		13: "IS_NOT_NULL",
	}
	AnalyticsViewFilterOperator_value = map[string]int32{
		"EQUALS":                0,
		"NOT_EQUALS":            1,
		"GREATER_THAN":          2,
		"LESS_THAN":             3,
		"GREATER_THAN_OR_EQUAL": 4,
		"LESS_THAN_OR_EQUAL":    5,
		"CONTAINS":              6,
		"NOT_CONTAINS":          7,
		"IN":                    8,
		"NOT_IN":                9,
		"BETWEEN":               10,
		"NOT_BETWEEN":           11,
		"IS_NULL":               12,
		"IS_NOT_NULL":           13,
	}
)

Enum value maps for AnalyticsViewFilterOperator.

View Source
var (
	ExpiresAt_name = map[int32]string{
		0: "NEVER",
		1: "THIRTY_DAYS",
		2: "SIX_MONTHS",
		3: "ONE_YEAR",
	}
	ExpiresAt_value = map[string]int32{
		"NEVER":       0,
		"THIRTY_DAYS": 1,
		"SIX_MONTHS":  2,
		"ONE_YEAR":    3,
	}
)

Enum value maps for ExpiresAt.

View Source
var (
	PublishedOperationStatus_name = map[int32]string{
		0: "UP_TO_DATE",
		1: "CREATED",
		2: "CONFLICT",
	}
	PublishedOperationStatus_value = map[string]int32{
		"UP_TO_DATE": 0,
		"CREATED":    1,
		"CONFLICT":   2,
	}
)

Enum value maps for PublishedOperationStatus.

View Source
var (
	IntegrationType_name = map[int32]string{
		0: "SLACK",
	}
	IntegrationType_value = map[string]int32{
		"SLACK": 0,
	}
)

Enum value maps for IntegrationType.

View Source
var (
	Feature_name = map[int32]string{
		0: "rbac",
		1: "ai",
		2: "scim",
	}
	Feature_value = map[string]int32{
		"rbac": 0,
		"ai":   1,
		"scim": 2,
	}
)

Enum value maps for Feature.

View Source
var File_wg_cosmo_platform_v1_platform_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type APIKey

type APIKey struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedBy  string `protobuf:"bytes,3,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	CreatedAt  string `protobuf:"bytes,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	LastUsedAt string `protobuf:"bytes,5,opt,name=lastUsedAt,proto3" json:"lastUsedAt,omitempty"`
	ExpiresAt  string `protobuf:"bytes,6,opt,name=expiresAt,proto3" json:"expiresAt,omitempty"`
	// contains filtered or unexported fields
}

func (*APIKey) Descriptor deprecated

func (*APIKey) Descriptor() ([]byte, []int)

Deprecated: Use APIKey.ProtoReflect.Descriptor instead.

func (*APIKey) GetCreatedAt

func (x *APIKey) GetCreatedAt() string

func (*APIKey) GetCreatedBy

func (x *APIKey) GetCreatedBy() string

func (*APIKey) GetExpiresAt

func (x *APIKey) GetExpiresAt() string

func (*APIKey) GetId

func (x *APIKey) GetId() string

func (*APIKey) GetLastUsedAt

func (x *APIKey) GetLastUsedAt() string

func (*APIKey) GetName

func (x *APIKey) GetName() string

func (*APIKey) ProtoMessage

func (*APIKey) ProtoMessage()

func (*APIKey) ProtoReflect

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

func (*APIKey) Reset

func (x *APIKey) Reset()

func (*APIKey) String

func (x *APIKey) String() string

type AcceptOrDeclineInvitationRequest

type AcceptOrDeclineInvitationRequest struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organizationId,proto3" json:"organizationId,omitempty"`
	Accept         bool   `protobuf:"varint,2,opt,name=accept,proto3" json:"accept,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptOrDeclineInvitationRequest) Descriptor deprecated

func (*AcceptOrDeclineInvitationRequest) Descriptor() ([]byte, []int)

Deprecated: Use AcceptOrDeclineInvitationRequest.ProtoReflect.Descriptor instead.

func (*AcceptOrDeclineInvitationRequest) GetAccept

func (x *AcceptOrDeclineInvitationRequest) GetAccept() bool

func (*AcceptOrDeclineInvitationRequest) GetOrganizationId

func (x *AcceptOrDeclineInvitationRequest) GetOrganizationId() string

func (*AcceptOrDeclineInvitationRequest) ProtoMessage

func (*AcceptOrDeclineInvitationRequest) ProtoMessage()

func (*AcceptOrDeclineInvitationRequest) ProtoReflect

func (*AcceptOrDeclineInvitationRequest) Reset

func (*AcceptOrDeclineInvitationRequest) String

type AcceptOrDeclineInvitationResponse

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

func (*AcceptOrDeclineInvitationResponse) Descriptor deprecated

func (*AcceptOrDeclineInvitationResponse) Descriptor() ([]byte, []int)

Deprecated: Use AcceptOrDeclineInvitationResponse.ProtoReflect.Descriptor instead.

func (*AcceptOrDeclineInvitationResponse) GetResponse

func (x *AcceptOrDeclineInvitationResponse) GetResponse() *Response

func (*AcceptOrDeclineInvitationResponse) ProtoMessage

func (*AcceptOrDeclineInvitationResponse) ProtoMessage()

func (*AcceptOrDeclineInvitationResponse) ProtoReflect

func (*AcceptOrDeclineInvitationResponse) Reset

func (*AcceptOrDeclineInvitationResponse) String

type AddReadmeRequest

type AddReadmeRequest struct {
	TargetName string `protobuf:"bytes,1,opt,name=targetName,proto3" json:"targetName,omitempty"`
	Readme     string `protobuf:"bytes,2,opt,name=readme,proto3" json:"readme,omitempty"`
	Namespace  string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*AddReadmeRequest) Descriptor deprecated

func (*AddReadmeRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddReadmeRequest.ProtoReflect.Descriptor instead.

func (*AddReadmeRequest) GetNamespace

func (x *AddReadmeRequest) GetNamespace() string

func (*AddReadmeRequest) GetReadme

func (x *AddReadmeRequest) GetReadme() string

func (*AddReadmeRequest) GetTargetName

func (x *AddReadmeRequest) GetTargetName() string

func (*AddReadmeRequest) ProtoMessage

func (*AddReadmeRequest) ProtoMessage()

func (*AddReadmeRequest) ProtoReflect

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

func (*AddReadmeRequest) Reset

func (x *AddReadmeRequest) Reset()

func (*AddReadmeRequest) String

func (x *AddReadmeRequest) String() string

type AddReadmeResponse

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

func (*AddReadmeResponse) Descriptor deprecated

func (*AddReadmeResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddReadmeResponse.ProtoReflect.Descriptor instead.

func (*AddReadmeResponse) GetResponse

func (x *AddReadmeResponse) GetResponse() *Response

func (*AddReadmeResponse) ProtoMessage

func (*AddReadmeResponse) ProtoMessage()

func (*AddReadmeResponse) ProtoReflect

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

func (*AddReadmeResponse) Reset

func (x *AddReadmeResponse) Reset()

func (*AddReadmeResponse) String

func (x *AddReadmeResponse) String() string

type AddSubgraphMemberRequest

type AddSubgraphMemberRequest struct {
	SubgraphName string `protobuf:"bytes,1,opt,name=subgraphName,proto3" json:"subgraphName,omitempty"`
	UserEmail    string `protobuf:"bytes,2,opt,name=userEmail,proto3" json:"userEmail,omitempty"`
	Namespace    string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSubgraphMemberRequest) Descriptor deprecated

func (*AddSubgraphMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddSubgraphMemberRequest.ProtoReflect.Descriptor instead.

func (*AddSubgraphMemberRequest) GetNamespace

func (x *AddSubgraphMemberRequest) GetNamespace() string

func (*AddSubgraphMemberRequest) GetSubgraphName

func (x *AddSubgraphMemberRequest) GetSubgraphName() string

func (*AddSubgraphMemberRequest) GetUserEmail

func (x *AddSubgraphMemberRequest) GetUserEmail() string

func (*AddSubgraphMemberRequest) ProtoMessage

func (*AddSubgraphMemberRequest) ProtoMessage()

func (*AddSubgraphMemberRequest) ProtoReflect

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

func (*AddSubgraphMemberRequest) Reset

func (x *AddSubgraphMemberRequest) Reset()

func (*AddSubgraphMemberRequest) String

func (x *AddSubgraphMemberRequest) String() string

type AddSubgraphMemberResponse

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

func (*AddSubgraphMemberResponse) Descriptor deprecated

func (*AddSubgraphMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddSubgraphMemberResponse.ProtoReflect.Descriptor instead.

func (*AddSubgraphMemberResponse) GetResponse

func (x *AddSubgraphMemberResponse) GetResponse() *Response

func (*AddSubgraphMemberResponse) ProtoMessage

func (*AddSubgraphMemberResponse) ProtoMessage()

func (*AddSubgraphMemberResponse) ProtoReflect

func (*AddSubgraphMemberResponse) Reset

func (x *AddSubgraphMemberResponse) Reset()

func (*AddSubgraphMemberResponse) String

func (x *AddSubgraphMemberResponse) String() string

type AnalyticsConfig

type AnalyticsConfig struct {
	DateRange  *DateRange         `protobuf:"bytes,1,opt,name=dateRange,proto3" json:"dateRange,omitempty"`
	Range      *int32             `protobuf:"varint,2,opt,name=range,proto3,oneof" json:"range,omitempty"`
	Filters    []*AnalyticsFilter `protobuf:"bytes,3,rep,name=filters,proto3" json:"filters,omitempty"`
	Pagination *Pagination        `protobuf:"bytes,4,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Sort       *Sort              `protobuf:"bytes,5,opt,name=sort,proto3,oneof" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsConfig) Descriptor deprecated

func (*AnalyticsConfig) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsConfig.ProtoReflect.Descriptor instead.

func (*AnalyticsConfig) GetDateRange

func (x *AnalyticsConfig) GetDateRange() *DateRange

func (*AnalyticsConfig) GetFilters

func (x *AnalyticsConfig) GetFilters() []*AnalyticsFilter

func (*AnalyticsConfig) GetPagination

func (x *AnalyticsConfig) GetPagination() *Pagination

func (*AnalyticsConfig) GetRange

func (x *AnalyticsConfig) GetRange() int32

func (*AnalyticsConfig) GetSort

func (x *AnalyticsConfig) GetSort() *Sort

func (*AnalyticsConfig) ProtoMessage

func (*AnalyticsConfig) ProtoMessage()

func (*AnalyticsConfig) ProtoReflect

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

func (*AnalyticsConfig) Reset

func (x *AnalyticsConfig) Reset()

func (*AnalyticsConfig) String

func (x *AnalyticsConfig) String() string

type AnalyticsFilter

type AnalyticsFilter struct {

	// The name of the column / attribute to filter on.
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// The value to filter on.
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// The operator to use for the filter.
	Operator AnalyticsViewFilterOperator `protobuf:"varint,3,opt,name=operator,proto3,enum=wg.cosmo.platform.v1.AnalyticsViewFilterOperator" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsFilter) Descriptor deprecated

func (*AnalyticsFilter) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsFilter.ProtoReflect.Descriptor instead.

func (*AnalyticsFilter) GetField

func (x *AnalyticsFilter) GetField() string

func (*AnalyticsFilter) GetOperator

func (*AnalyticsFilter) GetValue

func (x *AnalyticsFilter) GetValue() string

func (*AnalyticsFilter) ProtoMessage

func (*AnalyticsFilter) ProtoMessage()

func (*AnalyticsFilter) ProtoReflect

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

func (*AnalyticsFilter) Reset

func (x *AnalyticsFilter) Reset()

func (*AnalyticsFilter) String

func (x *AnalyticsFilter) String() string

type AnalyticsViewColumn

type AnalyticsViewColumn struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Type     string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Unit     *Unit  `protobuf:"varint,4,opt,name=unit,proto3,enum=wg.cosmo.platform.v1.Unit,oneof" json:"unit,omitempty"`
	IsHidden *bool  `protobuf:"varint,5,opt,name=is_hidden,json=isHidden,proto3,oneof" json:"is_hidden,omitempty"`
	IsCta    *bool  `protobuf:"varint,6,opt,name=is_cta,json=isCta,proto3,oneof" json:"is_cta,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsViewColumn) Descriptor deprecated

func (*AnalyticsViewColumn) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsViewColumn.ProtoReflect.Descriptor instead.

func (*AnalyticsViewColumn) GetIsCta

func (x *AnalyticsViewColumn) GetIsCta() bool

func (*AnalyticsViewColumn) GetIsHidden

func (x *AnalyticsViewColumn) GetIsHidden() bool

func (*AnalyticsViewColumn) GetName

func (x *AnalyticsViewColumn) GetName() string

func (*AnalyticsViewColumn) GetTitle

func (x *AnalyticsViewColumn) GetTitle() string

func (*AnalyticsViewColumn) GetType

func (x *AnalyticsViewColumn) GetType() string

func (*AnalyticsViewColumn) GetUnit

func (x *AnalyticsViewColumn) GetUnit() Unit

func (*AnalyticsViewColumn) ProtoMessage

func (*AnalyticsViewColumn) ProtoMessage()

func (*AnalyticsViewColumn) ProtoReflect

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

func (*AnalyticsViewColumn) Reset

func (x *AnalyticsViewColumn) Reset()

func (*AnalyticsViewColumn) String

func (x *AnalyticsViewColumn) String() string

type AnalyticsViewFilterOperator

type AnalyticsViewFilterOperator int32
const (
	AnalyticsViewFilterOperator_EQUALS                AnalyticsViewFilterOperator = 0
	AnalyticsViewFilterOperator_NOT_EQUALS            AnalyticsViewFilterOperator = 1
	AnalyticsViewFilterOperator_GREATER_THAN          AnalyticsViewFilterOperator = 2
	AnalyticsViewFilterOperator_LESS_THAN             AnalyticsViewFilterOperator = 3
	AnalyticsViewFilterOperator_GREATER_THAN_OR_EQUAL AnalyticsViewFilterOperator = 4
	AnalyticsViewFilterOperator_LESS_THAN_OR_EQUAL    AnalyticsViewFilterOperator = 5
	AnalyticsViewFilterOperator_CONTAINS              AnalyticsViewFilterOperator = 6
	AnalyticsViewFilterOperator_NOT_CONTAINS          AnalyticsViewFilterOperator = 7
	AnalyticsViewFilterOperator_IN                    AnalyticsViewFilterOperator = 8
	AnalyticsViewFilterOperator_NOT_IN                AnalyticsViewFilterOperator = 9
	AnalyticsViewFilterOperator_BETWEEN               AnalyticsViewFilterOperator = 10
	AnalyticsViewFilterOperator_NOT_BETWEEN           AnalyticsViewFilterOperator = 11
	AnalyticsViewFilterOperator_IS_NULL               AnalyticsViewFilterOperator = 12
	AnalyticsViewFilterOperator_IS_NOT_NULL           AnalyticsViewFilterOperator = 13
)

func (AnalyticsViewFilterOperator) Descriptor

func (AnalyticsViewFilterOperator) Enum

func (AnalyticsViewFilterOperator) EnumDescriptor deprecated

func (AnalyticsViewFilterOperator) EnumDescriptor() ([]byte, []int)

Deprecated: Use AnalyticsViewFilterOperator.Descriptor instead.

func (AnalyticsViewFilterOperator) Number

func (AnalyticsViewFilterOperator) String

func (AnalyticsViewFilterOperator) Type

type AnalyticsViewGroupName

type AnalyticsViewGroupName int32
const (
	AnalyticsViewGroupName_None           AnalyticsViewGroupName = 0
	AnalyticsViewGroupName_OperationName  AnalyticsViewGroupName = 1
	AnalyticsViewGroupName_Client         AnalyticsViewGroupName = 2
	AnalyticsViewGroupName_HttpStatusCode AnalyticsViewGroupName = 3
)

func (AnalyticsViewGroupName) Descriptor

func (AnalyticsViewGroupName) Enum

func (AnalyticsViewGroupName) EnumDescriptor deprecated

func (AnalyticsViewGroupName) EnumDescriptor() ([]byte, []int)

Deprecated: Use AnalyticsViewGroupName.Descriptor instead.

func (AnalyticsViewGroupName) Number

func (AnalyticsViewGroupName) String

func (x AnalyticsViewGroupName) String() string

func (AnalyticsViewGroupName) Type

type AnalyticsViewResult

type AnalyticsViewResult struct {
	Columns []*AnalyticsViewColumn       `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"`
	Rows    []*AnalyticsViewRow          `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"`
	Filters []*AnalyticsViewResultFilter `protobuf:"bytes,3,rep,name=filters,proto3" json:"filters,omitempty"`
	Pages   int32                        `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsViewResult) Descriptor deprecated

func (*AnalyticsViewResult) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsViewResult.ProtoReflect.Descriptor instead.

func (*AnalyticsViewResult) GetColumns

func (x *AnalyticsViewResult) GetColumns() []*AnalyticsViewColumn

func (*AnalyticsViewResult) GetFilters

func (*AnalyticsViewResult) GetPages

func (x *AnalyticsViewResult) GetPages() int32

func (*AnalyticsViewResult) GetRows

func (x *AnalyticsViewResult) GetRows() []*AnalyticsViewRow

func (*AnalyticsViewResult) ProtoMessage

func (*AnalyticsViewResult) ProtoMessage()

func (*AnalyticsViewResult) ProtoReflect

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

func (*AnalyticsViewResult) Reset

func (x *AnalyticsViewResult) Reset()

func (*AnalyticsViewResult) String

func (x *AnalyticsViewResult) String() string

type AnalyticsViewResultFilter

type AnalyticsViewResultFilter struct {
	ColumnName    string                             `protobuf:"bytes,1,opt,name=columnName,proto3" json:"columnName,omitempty"`
	Title         string                             `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Options       []*AnalyticsViewResultFilterOption `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
	CustomOptions *CustomOptions                     `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AnalyticsViewResultFilter) Descriptor deprecated

func (*AnalyticsViewResultFilter) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsViewResultFilter.ProtoReflect.Descriptor instead.

func (*AnalyticsViewResultFilter) GetColumnName

func (x *AnalyticsViewResultFilter) GetColumnName() string

func (*AnalyticsViewResultFilter) GetCustomOptions

func (x *AnalyticsViewResultFilter) GetCustomOptions() CustomOptions

func (*AnalyticsViewResultFilter) GetOptions

func (*AnalyticsViewResultFilter) GetTitle

func (x *AnalyticsViewResultFilter) GetTitle() string

func (*AnalyticsViewResultFilter) ProtoMessage

func (*AnalyticsViewResultFilter) ProtoMessage()

func (*AnalyticsViewResultFilter) ProtoReflect

func (*AnalyticsViewResultFilter) Reset

func (x *AnalyticsViewResultFilter) Reset()

func (*AnalyticsViewResultFilter) String

func (x *AnalyticsViewResultFilter) String() string

type AnalyticsViewResultFilterOption

type AnalyticsViewResultFilterOption struct {
	Label    string                      `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Value    *string                     `protobuf:"bytes,2,opt,name=value,proto3,oneof" json:"value,omitempty"`
	Operator AnalyticsViewFilterOperator `protobuf:"varint,3,opt,name=operator,proto3,enum=wg.cosmo.platform.v1.AnalyticsViewFilterOperator" json:"operator,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsViewResultFilterOption) Descriptor deprecated

func (*AnalyticsViewResultFilterOption) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsViewResultFilterOption.ProtoReflect.Descriptor instead.

func (*AnalyticsViewResultFilterOption) GetLabel

func (*AnalyticsViewResultFilterOption) GetOperator

func (*AnalyticsViewResultFilterOption) GetValue

func (*AnalyticsViewResultFilterOption) ProtoMessage

func (*AnalyticsViewResultFilterOption) ProtoMessage()

func (*AnalyticsViewResultFilterOption) ProtoReflect

func (*AnalyticsViewResultFilterOption) Reset

func (*AnalyticsViewResultFilterOption) String

type AnalyticsViewRow

type AnalyticsViewRow struct {
	Value map[string]*AnalyticsViewRowValue `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AnalyticsViewRow) Descriptor deprecated

func (*AnalyticsViewRow) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsViewRow.ProtoReflect.Descriptor instead.

func (*AnalyticsViewRow) GetValue

func (x *AnalyticsViewRow) GetValue() map[string]*AnalyticsViewRowValue

func (*AnalyticsViewRow) ProtoMessage

func (*AnalyticsViewRow) ProtoMessage()

func (*AnalyticsViewRow) ProtoReflect

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

func (*AnalyticsViewRow) Reset

func (x *AnalyticsViewRow) Reset()

func (*AnalyticsViewRow) String

func (x *AnalyticsViewRow) String() string

type AnalyticsViewRowValue

type AnalyticsViewRowValue struct {

	// The kind of value.
	//
	// Types that are assignable to Kind:
	//
	//	*AnalyticsViewRowValue_NumberValue
	//	*AnalyticsViewRowValue_StringValue
	//	*AnalyticsViewRowValue_BoolValue
	Kind isAnalyticsViewRowValue_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*AnalyticsViewRowValue) Descriptor deprecated

func (*AnalyticsViewRowValue) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsViewRowValue.ProtoReflect.Descriptor instead.

func (*AnalyticsViewRowValue) GetBoolValue

func (x *AnalyticsViewRowValue) GetBoolValue() bool

func (*AnalyticsViewRowValue) GetKind

func (m *AnalyticsViewRowValue) GetKind() isAnalyticsViewRowValue_Kind

func (*AnalyticsViewRowValue) GetNumberValue

func (x *AnalyticsViewRowValue) GetNumberValue() float64

func (*AnalyticsViewRowValue) GetStringValue

func (x *AnalyticsViewRowValue) GetStringValue() string

func (*AnalyticsViewRowValue) ProtoMessage

func (*AnalyticsViewRowValue) ProtoMessage()

func (*AnalyticsViewRowValue) ProtoReflect

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

func (*AnalyticsViewRowValue) Reset

func (x *AnalyticsViewRowValue) Reset()

func (*AnalyticsViewRowValue) String

func (x *AnalyticsViewRowValue) String() string

type AnalyticsViewRowValue_BoolValue

type AnalyticsViewRowValue_BoolValue struct {
	// Represents a boolean value.
	BoolValue bool `protobuf:"varint,3,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type AnalyticsViewRowValue_NumberValue

type AnalyticsViewRowValue_NumberValue struct {
	// Represents a double value.
	NumberValue float64 `protobuf:"fixed64,1,opt,name=number_value,json=numberValue,proto3,oneof"`
}

type AnalyticsViewRowValue_StringValue

type AnalyticsViewRowValue_StringValue struct {
	// Represents a string value.
	StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type AuditLog

type AuditLog struct {
	Id                         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ActorDisplayName           string `protobuf:"bytes,2,opt,name=actorDisplayName,proto3" json:"actorDisplayName,omitempty"`
	Action                     string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
	ActorType                  string `protobuf:"bytes,4,opt,name=actorType,proto3" json:"actorType,omitempty"`
	AuditAction                string `protobuf:"bytes,5,opt,name=auditAction,proto3" json:"auditAction,omitempty"`
	AuditableDisplayName       string `protobuf:"bytes,6,opt,name=auditableDisplayName,proto3" json:"auditableDisplayName,omitempty"`
	TargetDisplayName          string `protobuf:"bytes,7,opt,name=targetDisplayName,proto3" json:"targetDisplayName,omitempty"`
	TargetType                 string `protobuf:"bytes,8,opt,name=targetType,proto3" json:"targetType,omitempty"`
	CreatedAt                  string `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	TargetNamespaceId          string `protobuf:"bytes,10,opt,name=targetNamespaceId,proto3" json:"targetNamespaceId,omitempty"`
	TargetNamespaceDisplayName string `protobuf:"bytes,11,opt,name=targetNamespaceDisplayName,proto3" json:"targetNamespaceDisplayName,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditLog) Descriptor deprecated

func (*AuditLog) Descriptor() ([]byte, []int)

Deprecated: Use AuditLog.ProtoReflect.Descriptor instead.

func (*AuditLog) GetAction

func (x *AuditLog) GetAction() string

func (*AuditLog) GetActorDisplayName

func (x *AuditLog) GetActorDisplayName() string

func (*AuditLog) GetActorType

func (x *AuditLog) GetActorType() string

func (*AuditLog) GetAuditAction

func (x *AuditLog) GetAuditAction() string

func (*AuditLog) GetAuditableDisplayName

func (x *AuditLog) GetAuditableDisplayName() string

func (*AuditLog) GetCreatedAt

func (x *AuditLog) GetCreatedAt() string

func (*AuditLog) GetId

func (x *AuditLog) GetId() string

func (*AuditLog) GetTargetDisplayName

func (x *AuditLog) GetTargetDisplayName() string

func (*AuditLog) GetTargetNamespaceDisplayName

func (x *AuditLog) GetTargetNamespaceDisplayName() string

func (*AuditLog) GetTargetNamespaceId

func (x *AuditLog) GetTargetNamespaceId() string

func (*AuditLog) GetTargetType

func (x *AuditLog) GetTargetType() string

func (*AuditLog) ProtoMessage

func (*AuditLog) ProtoMessage()

func (*AuditLog) ProtoReflect

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

func (*AuditLog) Reset

func (x *AuditLog) Reset()

func (*AuditLog) String

func (x *AuditLog) String() string

type ChangeCounts

type ChangeCounts struct {
	Additions int32 `protobuf:"varint,1,opt,name=additions,proto3" json:"additions,omitempty"`
	Deletions int32 `protobuf:"varint,2,opt,name=deletions,proto3" json:"deletions,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeCounts) Descriptor deprecated

func (*ChangeCounts) Descriptor() ([]byte, []int)

Deprecated: Use ChangeCounts.ProtoReflect.Descriptor instead.

func (*ChangeCounts) GetAdditions

func (x *ChangeCounts) GetAdditions() int32

func (*ChangeCounts) GetDeletions

func (x *ChangeCounts) GetDeletions() int32

func (*ChangeCounts) ProtoMessage

func (*ChangeCounts) ProtoMessage()

func (*ChangeCounts) ProtoReflect

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

func (*ChangeCounts) Reset

func (x *ChangeCounts) Reset()

func (*ChangeCounts) String

func (x *ChangeCounts) String() string

type CheckFederatedGraphRequest

type CheckFederatedGraphRequest struct {
	Name          string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	LabelMatchers []string `protobuf:"bytes,2,rep,name=label_matchers,json=labelMatchers,proto3" json:"label_matchers,omitempty"`
	Namespace     string   `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckFederatedGraphRequest) Descriptor deprecated

func (*CheckFederatedGraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckFederatedGraphRequest.ProtoReflect.Descriptor instead.

func (*CheckFederatedGraphRequest) GetLabelMatchers

func (x *CheckFederatedGraphRequest) GetLabelMatchers() []string

func (*CheckFederatedGraphRequest) GetName

func (x *CheckFederatedGraphRequest) GetName() string

func (*CheckFederatedGraphRequest) GetNamespace

func (x *CheckFederatedGraphRequest) GetNamespace() string

func (*CheckFederatedGraphRequest) ProtoMessage

func (*CheckFederatedGraphRequest) ProtoMessage()

func (*CheckFederatedGraphRequest) ProtoReflect

func (*CheckFederatedGraphRequest) Reset

func (x *CheckFederatedGraphRequest) Reset()

func (*CheckFederatedGraphRequest) String

func (x *CheckFederatedGraphRequest) String() string

type CheckFederatedGraphResponse

type CheckFederatedGraphResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	Subgraphs         []*Subgraph         `protobuf:"bytes,3,rep,name=subgraphs,proto3" json:"subgraphs,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckFederatedGraphResponse) Descriptor deprecated

func (*CheckFederatedGraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use CheckFederatedGraphResponse.ProtoReflect.Descriptor instead.

func (*CheckFederatedGraphResponse) GetCompositionErrors

func (x *CheckFederatedGraphResponse) GetCompositionErrors() []*CompositionError

func (*CheckFederatedGraphResponse) GetResponse

func (x *CheckFederatedGraphResponse) GetResponse() *Response

func (*CheckFederatedGraphResponse) GetSubgraphs

func (x *CheckFederatedGraphResponse) GetSubgraphs() []*Subgraph

func (*CheckFederatedGraphResponse) ProtoMessage

func (*CheckFederatedGraphResponse) ProtoMessage()

func (*CheckFederatedGraphResponse) ProtoReflect

func (*CheckFederatedGraphResponse) Reset

func (x *CheckFederatedGraphResponse) Reset()

func (*CheckFederatedGraphResponse) String

func (x *CheckFederatedGraphResponse) String() string

type CheckOperationUsageStats

type CheckOperationUsageStats struct {
	TotalOperations uint32 `protobuf:"varint,1,opt,name=totalOperations,proto3" json:"totalOperations,omitempty"`
	FirstSeenAt     string `protobuf:"bytes,2,opt,name=firstSeenAt,proto3" json:"firstSeenAt,omitempty"`
	LastSeenAt      string `protobuf:"bytes,3,opt,name=lastSeenAt,proto3" json:"lastSeenAt,omitempty"`
	SafeOperations  uint32 `protobuf:"varint,4,opt,name=safeOperations,proto3" json:"safeOperations,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckOperationUsageStats) Descriptor deprecated

func (*CheckOperationUsageStats) Descriptor() ([]byte, []int)

Deprecated: Use CheckOperationUsageStats.ProtoReflect.Descriptor instead.

func (*CheckOperationUsageStats) GetFirstSeenAt

func (x *CheckOperationUsageStats) GetFirstSeenAt() string

func (*CheckOperationUsageStats) GetLastSeenAt

func (x *CheckOperationUsageStats) GetLastSeenAt() string

func (*CheckOperationUsageStats) GetSafeOperations

func (x *CheckOperationUsageStats) GetSafeOperations() uint32

func (*CheckOperationUsageStats) GetTotalOperations

func (x *CheckOperationUsageStats) GetTotalOperations() uint32

func (*CheckOperationUsageStats) ProtoMessage

func (*CheckOperationUsageStats) ProtoMessage()

func (*CheckOperationUsageStats) ProtoReflect

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

func (*CheckOperationUsageStats) Reset

func (x *CheckOperationUsageStats) Reset()

func (*CheckOperationUsageStats) String

func (x *CheckOperationUsageStats) String() string

type CheckSubgraphSchemaRequest

type CheckSubgraphSchemaRequest struct {

	// The FQDN of the subgraph to be checked e.g. "wg.team1.orders"
	SubgraphName string `protobuf:"bytes,1,opt,name=subgraph_name,json=subgraphName,proto3" json:"subgraph_name,omitempty"`
	// The binary representation of the schema, the content of the file
	Schema  []byte   `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	GitInfo *GitInfo `protobuf:"bytes,3,opt,name=gitInfo,proto3" json:"gitInfo,omitempty"`
	// Check breaking changes and composition when this subgraph is deleted
	Delete    *bool  `protobuf:"varint,4,opt,name=delete,proto3,oneof" json:"delete,omitempty"`
	Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckSubgraphSchemaRequest) Descriptor deprecated

func (*CheckSubgraphSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckSubgraphSchemaRequest.ProtoReflect.Descriptor instead.

func (*CheckSubgraphSchemaRequest) GetDelete

func (x *CheckSubgraphSchemaRequest) GetDelete() bool

func (*CheckSubgraphSchemaRequest) GetGitInfo

func (x *CheckSubgraphSchemaRequest) GetGitInfo() *GitInfo

func (*CheckSubgraphSchemaRequest) GetNamespace

func (x *CheckSubgraphSchemaRequest) GetNamespace() string

func (*CheckSubgraphSchemaRequest) GetSchema

func (x *CheckSubgraphSchemaRequest) GetSchema() []byte

func (*CheckSubgraphSchemaRequest) GetSubgraphName

func (x *CheckSubgraphSchemaRequest) GetSubgraphName() string

func (*CheckSubgraphSchemaRequest) ProtoMessage

func (*CheckSubgraphSchemaRequest) ProtoMessage()

func (*CheckSubgraphSchemaRequest) ProtoReflect

func (*CheckSubgraphSchemaRequest) Reset

func (x *CheckSubgraphSchemaRequest) Reset()

func (*CheckSubgraphSchemaRequest) String

func (x *CheckSubgraphSchemaRequest) String() string

type CheckSubgraphSchemaResponse

type CheckSubgraphSchemaResponse struct {
	Response           *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	BreakingChanges    []*SchemaChange     `protobuf:"bytes,2,rep,name=breakingChanges,proto3" json:"breakingChanges,omitempty"`
	NonBreakingChanges []*SchemaChange     `protobuf:"bytes,3,rep,name=nonBreakingChanges,proto3" json:"nonBreakingChanges,omitempty"`
	CompositionErrors  []*CompositionError `protobuf:"bytes,4,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	// Contains the operation usage stats for the operations that are impacted by the schema changes.
	OperationUsageStats    *CheckOperationUsageStats `protobuf:"bytes,5,opt,name=operationUsageStats,proto3" json:"operationUsageStats,omitempty"`
	CheckId                string                    `protobuf:"bytes,6,opt,name=check_id,json=checkId,proto3" json:"check_id,omitempty"`
	CheckedFederatedGraphs []*CheckedFederatedGraphs `` /* 129-byte string literal not displayed */
	LintWarnings           []*LintIssue              `protobuf:"bytes,8,rep,name=lintWarnings,proto3" json:"lintWarnings,omitempty"`
	LintErrors             []*LintIssue              `protobuf:"bytes,9,rep,name=lintErrors,proto3" json:"lintErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckSubgraphSchemaResponse) Descriptor deprecated

func (*CheckSubgraphSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use CheckSubgraphSchemaResponse.ProtoReflect.Descriptor instead.

func (*CheckSubgraphSchemaResponse) GetBreakingChanges

func (x *CheckSubgraphSchemaResponse) GetBreakingChanges() []*SchemaChange

func (*CheckSubgraphSchemaResponse) GetCheckId

func (x *CheckSubgraphSchemaResponse) GetCheckId() string

func (*CheckSubgraphSchemaResponse) GetCheckedFederatedGraphs

func (x *CheckSubgraphSchemaResponse) GetCheckedFederatedGraphs() []*CheckedFederatedGraphs

func (*CheckSubgraphSchemaResponse) GetCompositionErrors

func (x *CheckSubgraphSchemaResponse) GetCompositionErrors() []*CompositionError

func (*CheckSubgraphSchemaResponse) GetLintErrors

func (x *CheckSubgraphSchemaResponse) GetLintErrors() []*LintIssue

func (*CheckSubgraphSchemaResponse) GetLintWarnings

func (x *CheckSubgraphSchemaResponse) GetLintWarnings() []*LintIssue

func (*CheckSubgraphSchemaResponse) GetNonBreakingChanges

func (x *CheckSubgraphSchemaResponse) GetNonBreakingChanges() []*SchemaChange

func (*CheckSubgraphSchemaResponse) GetOperationUsageStats

func (x *CheckSubgraphSchemaResponse) GetOperationUsageStats() *CheckOperationUsageStats

func (*CheckSubgraphSchemaResponse) GetResponse

func (x *CheckSubgraphSchemaResponse) GetResponse() *Response

func (*CheckSubgraphSchemaResponse) ProtoMessage

func (*CheckSubgraphSchemaResponse) ProtoMessage()

func (*CheckSubgraphSchemaResponse) ProtoReflect

func (*CheckSubgraphSchemaResponse) Reset

func (x *CheckSubgraphSchemaResponse) Reset()

func (*CheckSubgraphSchemaResponse) String

func (x *CheckSubgraphSchemaResponse) String() string

type CheckedFederatedGraphs

type CheckedFederatedGraphs struct {
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name             string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Namespace        string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	OrganizationSlug string `protobuf:"bytes,4,opt,name=organization_slug,json=organizationSlug,proto3" json:"organization_slug,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckedFederatedGraphs) Descriptor deprecated

func (*CheckedFederatedGraphs) Descriptor() ([]byte, []int)

Deprecated: Use CheckedFederatedGraphs.ProtoReflect.Descriptor instead.

func (*CheckedFederatedGraphs) GetId

func (x *CheckedFederatedGraphs) GetId() string

func (*CheckedFederatedGraphs) GetName

func (x *CheckedFederatedGraphs) GetName() string

func (*CheckedFederatedGraphs) GetNamespace

func (x *CheckedFederatedGraphs) GetNamespace() string

func (*CheckedFederatedGraphs) GetOrganizationSlug

func (x *CheckedFederatedGraphs) GetOrganizationSlug() string

func (*CheckedFederatedGraphs) ProtoMessage

func (*CheckedFederatedGraphs) ProtoMessage()

func (*CheckedFederatedGraphs) ProtoReflect

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

func (*CheckedFederatedGraphs) Reset

func (x *CheckedFederatedGraphs) Reset()

func (*CheckedFederatedGraphs) String

func (x *CheckedFederatedGraphs) String() string

type ClientInfo

type ClientInfo struct {
	Name          string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id            string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt     string `protobuf:"bytes,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	LastUpdatedAt string `protobuf:"bytes,4,opt,name=lastUpdatedAt,proto3" json:"lastUpdatedAt,omitempty"`
	CreatedBy     string `protobuf:"bytes,5,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	LastUpdatedBy string `protobuf:"bytes,6,opt,name=lastUpdatedBy,proto3" json:"lastUpdatedBy,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientInfo) Descriptor deprecated

func (*ClientInfo) Descriptor() ([]byte, []int)

Deprecated: Use ClientInfo.ProtoReflect.Descriptor instead.

func (*ClientInfo) GetCreatedAt

func (x *ClientInfo) GetCreatedAt() string

func (*ClientInfo) GetCreatedBy

func (x *ClientInfo) GetCreatedBy() string

func (*ClientInfo) GetId

func (x *ClientInfo) GetId() string

func (*ClientInfo) GetLastUpdatedAt

func (x *ClientInfo) GetLastUpdatedAt() string

func (*ClientInfo) GetLastUpdatedBy

func (x *ClientInfo) GetLastUpdatedBy() string

func (*ClientInfo) GetName

func (x *ClientInfo) GetName() string

func (*ClientInfo) ProtoMessage

func (*ClientInfo) ProtoMessage()

func (*ClientInfo) ProtoReflect

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

func (*ClientInfo) Reset

func (x *ClientInfo) Reset()

func (*ClientInfo) String

func (x *ClientInfo) String() string

type ClientWithOperations

type ClientWithOperations struct {
	Name       string                            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version    string                            `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Operations []*ClientWithOperations_Operation `protobuf:"bytes,3,rep,name=operations,proto3" json:"operations,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientWithOperations) Descriptor deprecated

func (*ClientWithOperations) Descriptor() ([]byte, []int)

Deprecated: Use ClientWithOperations.ProtoReflect.Descriptor instead.

func (*ClientWithOperations) GetName

func (x *ClientWithOperations) GetName() string

func (*ClientWithOperations) GetOperations

func (*ClientWithOperations) GetVersion

func (x *ClientWithOperations) GetVersion() string

func (*ClientWithOperations) ProtoMessage

func (*ClientWithOperations) ProtoMessage()

func (*ClientWithOperations) ProtoReflect

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

func (*ClientWithOperations) Reset

func (x *ClientWithOperations) Reset()

func (*ClientWithOperations) String

func (x *ClientWithOperations) String() string

type ClientWithOperations_Operation

type ClientWithOperations_Operation struct {
	Hash  string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Count int32  `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientWithOperations_Operation) Descriptor deprecated

func (*ClientWithOperations_Operation) Descriptor() ([]byte, []int)

Deprecated: Use ClientWithOperations_Operation.ProtoReflect.Descriptor instead.

func (*ClientWithOperations_Operation) GetCount

func (x *ClientWithOperations_Operation) GetCount() int32

func (*ClientWithOperations_Operation) GetHash

func (*ClientWithOperations_Operation) GetName

func (*ClientWithOperations_Operation) ProtoMessage

func (*ClientWithOperations_Operation) ProtoMessage()

func (*ClientWithOperations_Operation) ProtoReflect

func (*ClientWithOperations_Operation) Reset

func (x *ClientWithOperations_Operation) Reset()

func (*ClientWithOperations_Operation) String

type CompositionError

type CompositionError struct {
	Message            string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	FederatedGraphName string `protobuf:"bytes,2,opt,name=federatedGraphName,proto3" json:"federatedGraphName,omitempty"`
	Namespace          string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FeatureFlag        string `protobuf:"bytes,4,opt,name=featureFlag,proto3" json:"featureFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*CompositionError) Descriptor deprecated

func (*CompositionError) Descriptor() ([]byte, []int)

Deprecated: Use CompositionError.ProtoReflect.Descriptor instead.

func (*CompositionError) GetFeatureFlag

func (x *CompositionError) GetFeatureFlag() string

func (*CompositionError) GetFederatedGraphName

func (x *CompositionError) GetFederatedGraphName() string

func (*CompositionError) GetMessage

func (x *CompositionError) GetMessage() string

func (*CompositionError) GetNamespace

func (x *CompositionError) GetNamespace() string

func (*CompositionError) ProtoMessage

func (*CompositionError) ProtoMessage()

func (*CompositionError) ProtoReflect

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

func (*CompositionError) Reset

func (x *CompositionError) Reset()

func (*CompositionError) String

func (x *CompositionError) String() string

type ConfigureNamespaceLintConfigRequest

type ConfigureNamespaceLintConfigRequest struct {
	Namespace string        `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Configs   []*LintConfig `protobuf:"bytes,2,rep,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigureNamespaceLintConfigRequest) Descriptor deprecated

func (*ConfigureNamespaceLintConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConfigureNamespaceLintConfigRequest.ProtoReflect.Descriptor instead.

func (*ConfigureNamespaceLintConfigRequest) GetConfigs

func (*ConfigureNamespaceLintConfigRequest) GetNamespace

func (x *ConfigureNamespaceLintConfigRequest) GetNamespace() string

func (*ConfigureNamespaceLintConfigRequest) ProtoMessage

func (*ConfigureNamespaceLintConfigRequest) ProtoMessage()

func (*ConfigureNamespaceLintConfigRequest) ProtoReflect

func (*ConfigureNamespaceLintConfigRequest) Reset

func (*ConfigureNamespaceLintConfigRequest) String

type ConfigureNamespaceLintConfigResponse

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

func (*ConfigureNamespaceLintConfigResponse) Descriptor deprecated

func (*ConfigureNamespaceLintConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfigureNamespaceLintConfigResponse.ProtoReflect.Descriptor instead.

func (*ConfigureNamespaceLintConfigResponse) GetResponse

func (*ConfigureNamespaceLintConfigResponse) ProtoMessage

func (*ConfigureNamespaceLintConfigResponse) ProtoMessage()

func (*ConfigureNamespaceLintConfigResponse) ProtoReflect

func (*ConfigureNamespaceLintConfigResponse) Reset

func (*ConfigureNamespaceLintConfigResponse) String

type Contract

type Contract struct {
	Id                     string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SourceFederatedGraphId string   `` /* 131-byte string literal not displayed */
	ExcludeTags            []string `protobuf:"bytes,3,rep,name=exclude_tags,json=excludeTags,proto3" json:"exclude_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*Contract) Descriptor deprecated

func (*Contract) Descriptor() ([]byte, []int)

Deprecated: Use Contract.ProtoReflect.Descriptor instead.

func (*Contract) GetExcludeTags

func (x *Contract) GetExcludeTags() []string

func (*Contract) GetId

func (x *Contract) GetId() string

func (*Contract) GetSourceFederatedGraphId

func (x *Contract) GetSourceFederatedGraphId() string

func (*Contract) ProtoMessage

func (*Contract) ProtoMessage()

func (*Contract) ProtoReflect

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

func (*Contract) Reset

func (x *Contract) Reset()

func (*Contract) String

func (x *Contract) String() string

type CreateAPIKeyRequest

type CreateAPIKeyRequest struct {
	Name                    string    `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	UserID                  string    `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	Expires                 ExpiresAt `protobuf:"varint,3,opt,name=expires,proto3,enum=wg.cosmo.platform.v1.ExpiresAt" json:"expires,omitempty"`
	FederatedGraphTargetIds []string  `protobuf:"bytes,4,rep,name=federatedGraphTargetIds,proto3" json:"federatedGraphTargetIds,omitempty"`
	SubgraphTargetIds       []string  `protobuf:"bytes,5,rep,name=subgraphTargetIds,proto3" json:"subgraphTargetIds,omitempty"`
	Permissions             []string  `protobuf:"bytes,6,rep,name=permissions,proto3" json:"permissions,omitempty"`
	AllowAllResources       bool      `protobuf:"varint,7,opt,name=allowAllResources,proto3" json:"allowAllResources,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAPIKeyRequest) Descriptor deprecated

func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAPIKeyRequest.ProtoReflect.Descriptor instead.

func (*CreateAPIKeyRequest) GetAllowAllResources

func (x *CreateAPIKeyRequest) GetAllowAllResources() bool

func (*CreateAPIKeyRequest) GetExpires

func (x *CreateAPIKeyRequest) GetExpires() ExpiresAt

func (*CreateAPIKeyRequest) GetFederatedGraphTargetIds

func (x *CreateAPIKeyRequest) GetFederatedGraphTargetIds() []string

func (*CreateAPIKeyRequest) GetName

func (x *CreateAPIKeyRequest) GetName() string

func (*CreateAPIKeyRequest) GetPermissions

func (x *CreateAPIKeyRequest) GetPermissions() []string

func (*CreateAPIKeyRequest) GetSubgraphTargetIds

func (x *CreateAPIKeyRequest) GetSubgraphTargetIds() []string

func (*CreateAPIKeyRequest) GetUserID

func (x *CreateAPIKeyRequest) GetUserID() string

func (*CreateAPIKeyRequest) ProtoMessage

func (*CreateAPIKeyRequest) ProtoMessage()

func (*CreateAPIKeyRequest) ProtoReflect

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

func (*CreateAPIKeyRequest) Reset

func (x *CreateAPIKeyRequest) Reset()

func (*CreateAPIKeyRequest) String

func (x *CreateAPIKeyRequest) String() string

type CreateAPIKeyResponse

type CreateAPIKeyResponse struct {
	Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	ApiKey   string    `protobuf:"bytes,2,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAPIKeyResponse) Descriptor deprecated

func (*CreateAPIKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateAPIKeyResponse.ProtoReflect.Descriptor instead.

func (*CreateAPIKeyResponse) GetApiKey

func (x *CreateAPIKeyResponse) GetApiKey() string

func (*CreateAPIKeyResponse) GetResponse

func (x *CreateAPIKeyResponse) GetResponse() *Response

func (*CreateAPIKeyResponse) ProtoMessage

func (*CreateAPIKeyResponse) ProtoMessage()

func (*CreateAPIKeyResponse) ProtoReflect

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

func (*CreateAPIKeyResponse) Reset

func (x *CreateAPIKeyResponse) Reset()

func (*CreateAPIKeyResponse) String

func (x *CreateAPIKeyResponse) String() string

type CreateBillingPortalSessionRequest

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

func (*CreateBillingPortalSessionRequest) Descriptor deprecated

func (*CreateBillingPortalSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateBillingPortalSessionRequest.ProtoReflect.Descriptor instead.

func (*CreateBillingPortalSessionRequest) ProtoMessage

func (*CreateBillingPortalSessionRequest) ProtoMessage()

func (*CreateBillingPortalSessionRequest) ProtoReflect

func (*CreateBillingPortalSessionRequest) Reset

func (*CreateBillingPortalSessionRequest) String

type CreateBillingPortalSessionResponse

type CreateBillingPortalSessionResponse struct {
	Response  *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	SessionId string    `protobuf:"bytes,2,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	Url       string    `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingPortalSessionResponse) Descriptor deprecated

func (*CreateBillingPortalSessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateBillingPortalSessionResponse.ProtoReflect.Descriptor instead.

func (*CreateBillingPortalSessionResponse) GetResponse

func (x *CreateBillingPortalSessionResponse) GetResponse() *Response

func (*CreateBillingPortalSessionResponse) GetSessionId

func (x *CreateBillingPortalSessionResponse) GetSessionId() string

func (*CreateBillingPortalSessionResponse) GetUrl

func (*CreateBillingPortalSessionResponse) ProtoMessage

func (*CreateBillingPortalSessionResponse) ProtoMessage()

func (*CreateBillingPortalSessionResponse) ProtoReflect

func (*CreateBillingPortalSessionResponse) Reset

func (*CreateBillingPortalSessionResponse) String

type CreateCheckoutSessionRequest

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

func (*CreateCheckoutSessionRequest) Descriptor deprecated

func (*CreateCheckoutSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateCheckoutSessionRequest.ProtoReflect.Descriptor instead.

func (*CreateCheckoutSessionRequest) GetPlan

func (x *CreateCheckoutSessionRequest) GetPlan() string

func (*CreateCheckoutSessionRequest) ProtoMessage

func (*CreateCheckoutSessionRequest) ProtoMessage()

func (*CreateCheckoutSessionRequest) ProtoReflect

func (*CreateCheckoutSessionRequest) Reset

func (x *CreateCheckoutSessionRequest) Reset()

func (*CreateCheckoutSessionRequest) String

type CreateCheckoutSessionResponse

type CreateCheckoutSessionResponse struct {
	Response  *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	SessionId string    `protobuf:"bytes,2,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCheckoutSessionResponse) Descriptor deprecated

func (*CreateCheckoutSessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateCheckoutSessionResponse.ProtoReflect.Descriptor instead.

func (*CreateCheckoutSessionResponse) GetResponse

func (x *CreateCheckoutSessionResponse) GetResponse() *Response

func (*CreateCheckoutSessionResponse) GetSessionId

func (x *CreateCheckoutSessionResponse) GetSessionId() string

func (*CreateCheckoutSessionResponse) ProtoMessage

func (*CreateCheckoutSessionResponse) ProtoMessage()

func (*CreateCheckoutSessionResponse) ProtoReflect

func (*CreateCheckoutSessionResponse) Reset

func (x *CreateCheckoutSessionResponse) Reset()

func (*CreateCheckoutSessionResponse) String

type CreateContractRequest

type CreateContractRequest struct {
	Name                   string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace              string   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	SourceGraphName        string   `protobuf:"bytes,3,opt,name=source_graph_name,json=sourceGraphName,proto3" json:"source_graph_name,omitempty"`
	RoutingUrl             string   `protobuf:"bytes,4,opt,name=routing_url,json=routingUrl,proto3" json:"routing_url,omitempty"`
	AdmissionWebhookUrl    string   `protobuf:"bytes,5,opt,name=admission_webhook_url,json=admissionWebhookUrl,proto3" json:"admission_webhook_url,omitempty"`
	ExcludeTags            []string `protobuf:"bytes,6,rep,name=exclude_tags,json=excludeTags,proto3" json:"exclude_tags,omitempty"`
	Readme                 *string  `protobuf:"bytes,7,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	AdmissionWebhookSecret *string  `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateContractRequest) Descriptor deprecated

func (*CreateContractRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateContractRequest.ProtoReflect.Descriptor instead.

func (*CreateContractRequest) GetAdmissionWebhookSecret

func (x *CreateContractRequest) GetAdmissionWebhookSecret() string

func (*CreateContractRequest) GetAdmissionWebhookUrl

func (x *CreateContractRequest) GetAdmissionWebhookUrl() string

func (*CreateContractRequest) GetExcludeTags

func (x *CreateContractRequest) GetExcludeTags() []string

func (*CreateContractRequest) GetName

func (x *CreateContractRequest) GetName() string

func (*CreateContractRequest) GetNamespace

func (x *CreateContractRequest) GetNamespace() string

func (*CreateContractRequest) GetReadme

func (x *CreateContractRequest) GetReadme() string

func (*CreateContractRequest) GetRoutingUrl

func (x *CreateContractRequest) GetRoutingUrl() string

func (*CreateContractRequest) GetSourceGraphName

func (x *CreateContractRequest) GetSourceGraphName() string

func (*CreateContractRequest) ProtoMessage

func (*CreateContractRequest) ProtoMessage()

func (*CreateContractRequest) ProtoReflect

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

func (*CreateContractRequest) Reset

func (x *CreateContractRequest) Reset()

func (*CreateContractRequest) String

func (x *CreateContractRequest) String() string

type CreateContractResponse

type CreateContractResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateContractResponse) Descriptor deprecated

func (*CreateContractResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateContractResponse.ProtoReflect.Descriptor instead.

func (*CreateContractResponse) GetCompositionErrors

func (x *CreateContractResponse) GetCompositionErrors() []*CompositionError

func (*CreateContractResponse) GetDeploymentErrors

func (x *CreateContractResponse) GetDeploymentErrors() []*DeploymentError

func (*CreateContractResponse) GetResponse

func (x *CreateContractResponse) GetResponse() *Response

func (*CreateContractResponse) ProtoMessage

func (*CreateContractResponse) ProtoMessage()

func (*CreateContractResponse) ProtoReflect

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

func (*CreateContractResponse) Reset

func (x *CreateContractResponse) Reset()

func (*CreateContractResponse) String

func (x *CreateContractResponse) String() string

type CreateDiscussionRequest

type CreateDiscussionRequest struct {
	TargetId        string `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	ContentMarkdown string `protobuf:"bytes,2,opt,name=content_markdown,json=contentMarkdown,proto3" json:"content_markdown,omitempty"`
	ContentJson     string `protobuf:"bytes,3,opt,name=content_json,json=contentJson,proto3" json:"content_json,omitempty"`
	SchemaVersionId string `protobuf:"bytes,4,opt,name=schema_version_id,json=schemaVersionId,proto3" json:"schema_version_id,omitempty"`
	ReferenceLine   int32  `protobuf:"varint,5,opt,name=reference_line,json=referenceLine,proto3" json:"reference_line,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDiscussionRequest) Descriptor deprecated

func (*CreateDiscussionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateDiscussionRequest.ProtoReflect.Descriptor instead.

func (*CreateDiscussionRequest) GetContentJson

func (x *CreateDiscussionRequest) GetContentJson() string

func (*CreateDiscussionRequest) GetContentMarkdown

func (x *CreateDiscussionRequest) GetContentMarkdown() string

func (*CreateDiscussionRequest) GetReferenceLine

func (x *CreateDiscussionRequest) GetReferenceLine() int32

func (*CreateDiscussionRequest) GetSchemaVersionId

func (x *CreateDiscussionRequest) GetSchemaVersionId() string

func (*CreateDiscussionRequest) GetTargetId

func (x *CreateDiscussionRequest) GetTargetId() string

func (*CreateDiscussionRequest) ProtoMessage

func (*CreateDiscussionRequest) ProtoMessage()

func (*CreateDiscussionRequest) ProtoReflect

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

func (*CreateDiscussionRequest) Reset

func (x *CreateDiscussionRequest) Reset()

func (*CreateDiscussionRequest) String

func (x *CreateDiscussionRequest) String() string

type CreateDiscussionResponse

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

func (*CreateDiscussionResponse) Descriptor deprecated

func (*CreateDiscussionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateDiscussionResponse.ProtoReflect.Descriptor instead.

func (*CreateDiscussionResponse) GetResponse

func (x *CreateDiscussionResponse) GetResponse() *Response

func (*CreateDiscussionResponse) ProtoMessage

func (*CreateDiscussionResponse) ProtoMessage()

func (*CreateDiscussionResponse) ProtoReflect

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

func (*CreateDiscussionResponse) Reset

func (x *CreateDiscussionResponse) Reset()

func (*CreateDiscussionResponse) String

func (x *CreateDiscussionResponse) String() string

type CreateFeatureFlagRequest

type CreateFeatureFlagRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace            string   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels               []*Label `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
	FeatureSubgraphNames []string `protobuf:"bytes,4,rep,name=feature_subgraph_names,json=featureSubgraphNames,proto3" json:"feature_subgraph_names,omitempty"`
	IsEnabled            bool     `protobuf:"varint,5,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFeatureFlagRequest) Descriptor deprecated

func (*CreateFeatureFlagRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateFeatureFlagRequest.ProtoReflect.Descriptor instead.

func (*CreateFeatureFlagRequest) GetFeatureSubgraphNames

func (x *CreateFeatureFlagRequest) GetFeatureSubgraphNames() []string

func (*CreateFeatureFlagRequest) GetIsEnabled

func (x *CreateFeatureFlagRequest) GetIsEnabled() bool

func (*CreateFeatureFlagRequest) GetLabels

func (x *CreateFeatureFlagRequest) GetLabels() []*Label

func (*CreateFeatureFlagRequest) GetName

func (x *CreateFeatureFlagRequest) GetName() string

func (*CreateFeatureFlagRequest) GetNamespace

func (x *CreateFeatureFlagRequest) GetNamespace() string

func (*CreateFeatureFlagRequest) ProtoMessage

func (*CreateFeatureFlagRequest) ProtoMessage()

func (*CreateFeatureFlagRequest) ProtoReflect

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

func (*CreateFeatureFlagRequest) Reset

func (x *CreateFeatureFlagRequest) Reset()

func (*CreateFeatureFlagRequest) String

func (x *CreateFeatureFlagRequest) String() string

type CreateFeatureFlagResponse

type CreateFeatureFlagResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=composition_errors,json=compositionErrors,proto3" json:"composition_errors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deployment_errors,json=deploymentErrors,proto3" json:"deployment_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFeatureFlagResponse) Descriptor deprecated

func (*CreateFeatureFlagResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateFeatureFlagResponse.ProtoReflect.Descriptor instead.

func (*CreateFeatureFlagResponse) GetCompositionErrors

func (x *CreateFeatureFlagResponse) GetCompositionErrors() []*CompositionError

func (*CreateFeatureFlagResponse) GetDeploymentErrors

func (x *CreateFeatureFlagResponse) GetDeploymentErrors() []*DeploymentError

func (*CreateFeatureFlagResponse) GetResponse

func (x *CreateFeatureFlagResponse) GetResponse() *Response

func (*CreateFeatureFlagResponse) ProtoMessage

func (*CreateFeatureFlagResponse) ProtoMessage()

func (*CreateFeatureFlagResponse) ProtoReflect

func (*CreateFeatureFlagResponse) Reset

func (x *CreateFeatureFlagResponse) Reset()

func (*CreateFeatureFlagResponse) String

func (x *CreateFeatureFlagResponse) String() string

type CreateFederatedGraphRequest

type CreateFederatedGraphRequest struct {

	// name is the FQDN of the federated graph e.g. "wg.main"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// routing_url is the URL of the service which will be used to route the requests to the subgraph.
	RoutingUrl string `protobuf:"bytes,2,opt,name=routing_url,json=routingUrl,proto3" json:"routing_url,omitempty"`
	// label_matchers match the labels of the services which will form the federated graph. If the proposed schema composition is invalid, it will be rejected.
	LabelMatchers []string `protobuf:"bytes,3,rep,name=label_matchers,json=labelMatchers,proto3" json:"label_matchers,omitempty"`
	// readme of the fed graph
	Readme                 *string `protobuf:"bytes,4,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	Namespace              string  `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	AdmissionWebhookURL    string  `protobuf:"bytes,6,opt,name=admissionWebhookURL,proto3" json:"admissionWebhookURL,omitempty"`
	AdmissionWebhookSecret *string `protobuf:"bytes,7,opt,name=admissionWebhookSecret,proto3,oneof" json:"admissionWebhookSecret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFederatedGraphRequest) Descriptor deprecated

func (*CreateFederatedGraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateFederatedGraphRequest.ProtoReflect.Descriptor instead.

func (*CreateFederatedGraphRequest) GetAdmissionWebhookSecret

func (x *CreateFederatedGraphRequest) GetAdmissionWebhookSecret() string

func (*CreateFederatedGraphRequest) GetAdmissionWebhookURL

func (x *CreateFederatedGraphRequest) GetAdmissionWebhookURL() string

func (*CreateFederatedGraphRequest) GetLabelMatchers

func (x *CreateFederatedGraphRequest) GetLabelMatchers() []string

func (*CreateFederatedGraphRequest) GetName

func (x *CreateFederatedGraphRequest) GetName() string

func (*CreateFederatedGraphRequest) GetNamespace

func (x *CreateFederatedGraphRequest) GetNamespace() string

func (*CreateFederatedGraphRequest) GetReadme

func (x *CreateFederatedGraphRequest) GetReadme() string

func (*CreateFederatedGraphRequest) GetRoutingUrl

func (x *CreateFederatedGraphRequest) GetRoutingUrl() string

func (*CreateFederatedGraphRequest) ProtoMessage

func (*CreateFederatedGraphRequest) ProtoMessage()

func (*CreateFederatedGraphRequest) ProtoReflect

func (*CreateFederatedGraphRequest) Reset

func (x *CreateFederatedGraphRequest) Reset()

func (*CreateFederatedGraphRequest) String

func (x *CreateFederatedGraphRequest) String() string

type CreateFederatedGraphResponse

type CreateFederatedGraphResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFederatedGraphResponse) Descriptor deprecated

func (*CreateFederatedGraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateFederatedGraphResponse.ProtoReflect.Descriptor instead.

func (*CreateFederatedGraphResponse) GetCompositionErrors

func (x *CreateFederatedGraphResponse) GetCompositionErrors() []*CompositionError

func (*CreateFederatedGraphResponse) GetDeploymentErrors

func (x *CreateFederatedGraphResponse) GetDeploymentErrors() []*DeploymentError

func (*CreateFederatedGraphResponse) GetResponse

func (x *CreateFederatedGraphResponse) GetResponse() *Response

func (*CreateFederatedGraphResponse) ProtoMessage

func (*CreateFederatedGraphResponse) ProtoMessage()

func (*CreateFederatedGraphResponse) ProtoReflect

func (*CreateFederatedGraphResponse) Reset

func (x *CreateFederatedGraphResponse) Reset()

func (*CreateFederatedGraphResponse) String

type CreateFederatedGraphTokenRequest

type CreateFederatedGraphTokenRequest struct {
	GraphName string `protobuf:"bytes,1,opt,name=graphName,proto3" json:"graphName,omitempty"`
	TokenName string `protobuf:"bytes,2,opt,name=tokenName,proto3" json:"tokenName,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFederatedGraphTokenRequest) Descriptor deprecated

func (*CreateFederatedGraphTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateFederatedGraphTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateFederatedGraphTokenRequest) GetGraphName

func (x *CreateFederatedGraphTokenRequest) GetGraphName() string

func (*CreateFederatedGraphTokenRequest) GetNamespace

func (x *CreateFederatedGraphTokenRequest) GetNamespace() string

func (*CreateFederatedGraphTokenRequest) GetTokenName

func (x *CreateFederatedGraphTokenRequest) GetTokenName() string

func (*CreateFederatedGraphTokenRequest) ProtoMessage

func (*CreateFederatedGraphTokenRequest) ProtoMessage()

func (*CreateFederatedGraphTokenRequest) ProtoReflect

func (*CreateFederatedGraphTokenRequest) Reset

func (*CreateFederatedGraphTokenRequest) String

type CreateFederatedGraphTokenResponse

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

func (*CreateFederatedGraphTokenResponse) Descriptor deprecated

func (*CreateFederatedGraphTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateFederatedGraphTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateFederatedGraphTokenResponse) GetResponse

func (x *CreateFederatedGraphTokenResponse) GetResponse() *Response

func (*CreateFederatedGraphTokenResponse) GetToken

func (*CreateFederatedGraphTokenResponse) ProtoMessage

func (*CreateFederatedGraphTokenResponse) ProtoMessage()

func (*CreateFederatedGraphTokenResponse) ProtoReflect

func (*CreateFederatedGraphTokenResponse) Reset

func (*CreateFederatedGraphTokenResponse) String

type CreateFederatedSubgraphRequest

type CreateFederatedSubgraphRequest struct {

	// The FQDN of the subgraph to be published e.g. "wg.team1.orders"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// routing_url is the URL of the service which will be used to route the requests to the subgraph.
	RoutingUrl *string `protobuf:"bytes,2,opt,name=routing_url,json=routingUrl,proto3,oneof" json:"routing_url,omitempty"`
	// labels are the labels of the services which will form the federated graph. If the proposed is not valid, the service will be rejected.
	Labels []*Label `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
	// subscription protocol to use when subscribing to this subgraph
	SubscriptionProtocol *common.GraphQLSubscriptionProtocol `` /* 177-byte string literal not displayed */
	// url used for subscriptions
	SubscriptionUrl *string `protobuf:"bytes,6,opt,name=subscription_url,json=subscriptionUrl,proto3,oneof" json:"subscription_url,omitempty"`
	// readme of the subgraph
	Readme               *string                             `protobuf:"bytes,7,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	Namespace            string                              `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol `` /* 177-byte string literal not displayed */
	IsEventDrivenGraph   *bool                               `` /* 127-byte string literal not displayed */
	IsFeatureSubgraph    *bool                               `protobuf:"varint,11,opt,name=is_feature_subgraph,json=isFeatureSubgraph,proto3,oneof" json:"is_feature_subgraph,omitempty"`
	BaseSubgraphName     *string                             `protobuf:"bytes,12,opt,name=base_subgraph_name,json=baseSubgraphName,proto3,oneof" json:"base_subgraph_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFederatedSubgraphRequest) Descriptor deprecated

func (*CreateFederatedSubgraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateFederatedSubgraphRequest.ProtoReflect.Descriptor instead.

func (*CreateFederatedSubgraphRequest) GetBaseSubgraphName

func (x *CreateFederatedSubgraphRequest) GetBaseSubgraphName() string

func (*CreateFederatedSubgraphRequest) GetIsEventDrivenGraph

func (x *CreateFederatedSubgraphRequest) GetIsEventDrivenGraph() bool

func (*CreateFederatedSubgraphRequest) GetIsFeatureSubgraph

func (x *CreateFederatedSubgraphRequest) GetIsFeatureSubgraph() bool

func (*CreateFederatedSubgraphRequest) GetLabels

func (x *CreateFederatedSubgraphRequest) GetLabels() []*Label

func (*CreateFederatedSubgraphRequest) GetName

func (*CreateFederatedSubgraphRequest) GetNamespace

func (x *CreateFederatedSubgraphRequest) GetNamespace() string

func (*CreateFederatedSubgraphRequest) GetReadme

func (x *CreateFederatedSubgraphRequest) GetReadme() string

func (*CreateFederatedSubgraphRequest) GetRoutingUrl

func (x *CreateFederatedSubgraphRequest) GetRoutingUrl() string

func (*CreateFederatedSubgraphRequest) GetSubscriptionProtocol

func (*CreateFederatedSubgraphRequest) GetSubscriptionUrl

func (x *CreateFederatedSubgraphRequest) GetSubscriptionUrl() string

func (*CreateFederatedSubgraphRequest) GetWebsocketSubprotocol

func (*CreateFederatedSubgraphRequest) ProtoMessage

func (*CreateFederatedSubgraphRequest) ProtoMessage()

func (*CreateFederatedSubgraphRequest) ProtoReflect

func (*CreateFederatedSubgraphRequest) Reset

func (x *CreateFederatedSubgraphRequest) Reset()

func (*CreateFederatedSubgraphRequest) String

type CreateFederatedSubgraphResponse

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

func (*CreateFederatedSubgraphResponse) Descriptor deprecated

func (*CreateFederatedSubgraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateFederatedSubgraphResponse.ProtoReflect.Descriptor instead.

func (*CreateFederatedSubgraphResponse) GetResponse

func (x *CreateFederatedSubgraphResponse) GetResponse() *Response

func (*CreateFederatedSubgraphResponse) ProtoMessage

func (*CreateFederatedSubgraphResponse) ProtoMessage()

func (*CreateFederatedSubgraphResponse) ProtoReflect

func (*CreateFederatedSubgraphResponse) Reset

func (*CreateFederatedSubgraphResponse) String

type CreateIntegrationRequest

type CreateIntegrationRequest struct {
	Type       string                     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Name       string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Code       string                     `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	Events     []string                   `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"`
	EventsMeta []*notifications.EventMeta `protobuf:"bytes,5,rep,name=eventsMeta,proto3" json:"eventsMeta,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIntegrationRequest) Descriptor deprecated

func (*CreateIntegrationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateIntegrationRequest) GetCode

func (x *CreateIntegrationRequest) GetCode() string

func (*CreateIntegrationRequest) GetEvents

func (x *CreateIntegrationRequest) GetEvents() []string

func (*CreateIntegrationRequest) GetEventsMeta

func (x *CreateIntegrationRequest) GetEventsMeta() []*notifications.EventMeta

func (*CreateIntegrationRequest) GetName

func (x *CreateIntegrationRequest) GetName() string

func (*CreateIntegrationRequest) GetType

func (x *CreateIntegrationRequest) GetType() string

func (*CreateIntegrationRequest) ProtoMessage

func (*CreateIntegrationRequest) ProtoMessage()

func (*CreateIntegrationRequest) ProtoReflect

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

func (*CreateIntegrationRequest) Reset

func (x *CreateIntegrationRequest) Reset()

func (*CreateIntegrationRequest) String

func (x *CreateIntegrationRequest) String() string

type CreateIntegrationResponse

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

func (*CreateIntegrationResponse) Descriptor deprecated

func (*CreateIntegrationResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateIntegrationResponse.ProtoReflect.Descriptor instead.

func (*CreateIntegrationResponse) GetResponse

func (x *CreateIntegrationResponse) GetResponse() *Response

func (*CreateIntegrationResponse) ProtoMessage

func (*CreateIntegrationResponse) ProtoMessage()

func (*CreateIntegrationResponse) ProtoReflect

func (*CreateIntegrationResponse) Reset

func (x *CreateIntegrationResponse) Reset()

func (*CreateIntegrationResponse) String

func (x *CreateIntegrationResponse) String() string

type CreateMonographRequest

type CreateMonographRequest struct {
	Name                 string                              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace            string                              `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	RoutingUrl           string                              `protobuf:"bytes,3,opt,name=routing_url,json=routingUrl,proto3" json:"routing_url,omitempty"`
	GraphUrl             string                              `protobuf:"bytes,4,opt,name=graph_url,json=graphUrl,proto3" json:"graph_url,omitempty"`
	SubscriptionUrl      *string                             `protobuf:"bytes,5,opt,name=subscription_url,json=subscriptionUrl,proto3,oneof" json:"subscription_url,omitempty"`
	SubscriptionProtocol *common.GraphQLSubscriptionProtocol `` /* 177-byte string literal not displayed */
	Readme               *string                             `protobuf:"bytes,7,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	AdmissionWebhookURL  string                              `protobuf:"bytes,8,opt,name=admissionWebhookURL,proto3" json:"admissionWebhookURL,omitempty"`
	// The subscription protocol to use when subscribing to this subgraph
	WebsocketSubprotocol   *common.GraphQLWebsocketSubprotocol `` /* 177-byte string literal not displayed */
	AdmissionWebhookSecret *string                             `protobuf:"bytes,10,opt,name=admissionWebhookSecret,proto3,oneof" json:"admissionWebhookSecret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMonographRequest) Descriptor deprecated

func (*CreateMonographRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateMonographRequest.ProtoReflect.Descriptor instead.

func (*CreateMonographRequest) GetAdmissionWebhookSecret

func (x *CreateMonographRequest) GetAdmissionWebhookSecret() string

func (*CreateMonographRequest) GetAdmissionWebhookURL

func (x *CreateMonographRequest) GetAdmissionWebhookURL() string

func (*CreateMonographRequest) GetGraphUrl

func (x *CreateMonographRequest) GetGraphUrl() string

func (*CreateMonographRequest) GetName

func (x *CreateMonographRequest) GetName() string

func (*CreateMonographRequest) GetNamespace

func (x *CreateMonographRequest) GetNamespace() string

func (*CreateMonographRequest) GetReadme

func (x *CreateMonographRequest) GetReadme() string

func (*CreateMonographRequest) GetRoutingUrl

func (x *CreateMonographRequest) GetRoutingUrl() string

func (*CreateMonographRequest) GetSubscriptionProtocol

func (x *CreateMonographRequest) GetSubscriptionProtocol() common.GraphQLSubscriptionProtocol

func (*CreateMonographRequest) GetSubscriptionUrl

func (x *CreateMonographRequest) GetSubscriptionUrl() string

func (*CreateMonographRequest) GetWebsocketSubprotocol

func (x *CreateMonographRequest) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol

func (*CreateMonographRequest) ProtoMessage

func (*CreateMonographRequest) ProtoMessage()

func (*CreateMonographRequest) ProtoReflect

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

func (*CreateMonographRequest) Reset

func (x *CreateMonographRequest) Reset()

func (*CreateMonographRequest) String

func (x *CreateMonographRequest) String() string

type CreateMonographResponse

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

func (*CreateMonographResponse) Descriptor deprecated

func (*CreateMonographResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateMonographResponse.ProtoReflect.Descriptor instead.

func (*CreateMonographResponse) GetResponse

func (x *CreateMonographResponse) GetResponse() *Response

func (*CreateMonographResponse) ProtoMessage

func (*CreateMonographResponse) ProtoMessage()

func (*CreateMonographResponse) ProtoReflect

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

func (*CreateMonographResponse) Reset

func (x *CreateMonographResponse) Reset()

func (*CreateMonographResponse) String

func (x *CreateMonographResponse) String() string

type CreateNamespaceRequest

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

func (*CreateNamespaceRequest) Descriptor deprecated

func (*CreateNamespaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.

func (*CreateNamespaceRequest) GetName

func (x *CreateNamespaceRequest) GetName() string

func (*CreateNamespaceRequest) ProtoMessage

func (*CreateNamespaceRequest) ProtoMessage()

func (*CreateNamespaceRequest) ProtoReflect

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

func (*CreateNamespaceRequest) Reset

func (x *CreateNamespaceRequest) Reset()

func (*CreateNamespaceRequest) String

func (x *CreateNamespaceRequest) String() string

type CreateNamespaceResponse

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

func (*CreateNamespaceResponse) Descriptor deprecated

func (*CreateNamespaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateNamespaceResponse.ProtoReflect.Descriptor instead.

func (*CreateNamespaceResponse) GetResponse

func (x *CreateNamespaceResponse) GetResponse() *Response

func (*CreateNamespaceResponse) ProtoMessage

func (*CreateNamespaceResponse) ProtoMessage()

func (*CreateNamespaceResponse) ProtoReflect

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

func (*CreateNamespaceResponse) Reset

func (x *CreateNamespaceResponse) Reset()

func (*CreateNamespaceResponse) String

func (x *CreateNamespaceResponse) String() string

type CreateOIDCProviderRequest

type CreateOIDCProviderRequest struct {
	Name              string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DiscoveryEndpoint string         `protobuf:"bytes,2,opt,name=discoveryEndpoint,proto3" json:"discoveryEndpoint,omitempty"`
	ClientID          string         `protobuf:"bytes,3,opt,name=clientID,proto3" json:"clientID,omitempty"`
	ClientSecrect     string         `protobuf:"bytes,4,opt,name=clientSecrect,proto3" json:"clientSecrect,omitempty"`
	Mappers           []*GroupMapper `protobuf:"bytes,5,rep,name=mappers,proto3" json:"mappers,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOIDCProviderRequest) Descriptor deprecated

func (*CreateOIDCProviderRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOIDCProviderRequest.ProtoReflect.Descriptor instead.

func (*CreateOIDCProviderRequest) GetClientID

func (x *CreateOIDCProviderRequest) GetClientID() string

func (*CreateOIDCProviderRequest) GetClientSecrect

func (x *CreateOIDCProviderRequest) GetClientSecrect() string

func (*CreateOIDCProviderRequest) GetDiscoveryEndpoint

func (x *CreateOIDCProviderRequest) GetDiscoveryEndpoint() string

func (*CreateOIDCProviderRequest) GetMappers

func (x *CreateOIDCProviderRequest) GetMappers() []*GroupMapper

func (*CreateOIDCProviderRequest) GetName

func (x *CreateOIDCProviderRequest) GetName() string

func (*CreateOIDCProviderRequest) ProtoMessage

func (*CreateOIDCProviderRequest) ProtoMessage()

func (*CreateOIDCProviderRequest) ProtoReflect

func (*CreateOIDCProviderRequest) Reset

func (x *CreateOIDCProviderRequest) Reset()

func (*CreateOIDCProviderRequest) String

func (x *CreateOIDCProviderRequest) String() string

type CreateOIDCProviderResponse

type CreateOIDCProviderResponse struct {
	Response   *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	SignInURL  string    `protobuf:"bytes,2,opt,name=signInURL,proto3" json:"signInURL,omitempty"`
	SignOutURL string    `protobuf:"bytes,3,opt,name=signOutURL,proto3" json:"signOutURL,omitempty"`
	LoginURL   string    `protobuf:"bytes,4,opt,name=loginURL,proto3" json:"loginURL,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOIDCProviderResponse) Descriptor deprecated

func (*CreateOIDCProviderResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOIDCProviderResponse.ProtoReflect.Descriptor instead.

func (*CreateOIDCProviderResponse) GetLoginURL

func (x *CreateOIDCProviderResponse) GetLoginURL() string

func (*CreateOIDCProviderResponse) GetResponse

func (x *CreateOIDCProviderResponse) GetResponse() *Response

func (*CreateOIDCProviderResponse) GetSignInURL

func (x *CreateOIDCProviderResponse) GetSignInURL() string

func (*CreateOIDCProviderResponse) GetSignOutURL

func (x *CreateOIDCProviderResponse) GetSignOutURL() string

func (*CreateOIDCProviderResponse) ProtoMessage

func (*CreateOIDCProviderResponse) ProtoMessage()

func (*CreateOIDCProviderResponse) ProtoReflect

func (*CreateOIDCProviderResponse) Reset

func (x *CreateOIDCProviderResponse) Reset()

func (*CreateOIDCProviderResponse) String

func (x *CreateOIDCProviderResponse) String() string

type CreateOperationIgnoreAllOverrideRequest

type CreateOperationIgnoreAllOverrideRequest struct {
	GraphName     string `protobuf:"bytes,1,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace     string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	OperationHash string `protobuf:"bytes,3,opt,name=operation_hash,json=operationHash,proto3" json:"operation_hash,omitempty"`
	OperationName string `protobuf:"bytes,4,opt,name=operation_name,json=operationName,proto3" json:"operation_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOperationIgnoreAllOverrideRequest) Descriptor deprecated

func (*CreateOperationIgnoreAllOverrideRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOperationIgnoreAllOverrideRequest.ProtoReflect.Descriptor instead.

func (*CreateOperationIgnoreAllOverrideRequest) GetGraphName

func (*CreateOperationIgnoreAllOverrideRequest) GetNamespace

func (*CreateOperationIgnoreAllOverrideRequest) GetOperationHash

func (x *CreateOperationIgnoreAllOverrideRequest) GetOperationHash() string

func (*CreateOperationIgnoreAllOverrideRequest) GetOperationName

func (x *CreateOperationIgnoreAllOverrideRequest) GetOperationName() string

func (*CreateOperationIgnoreAllOverrideRequest) ProtoMessage

func (*CreateOperationIgnoreAllOverrideRequest) ProtoReflect

func (*CreateOperationIgnoreAllOverrideRequest) Reset

func (*CreateOperationIgnoreAllOverrideRequest) String

type CreateOperationIgnoreAllOverrideResponse

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

func (*CreateOperationIgnoreAllOverrideResponse) Descriptor deprecated

func (*CreateOperationIgnoreAllOverrideResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOperationIgnoreAllOverrideResponse.ProtoReflect.Descriptor instead.

func (*CreateOperationIgnoreAllOverrideResponse) GetResponse

func (*CreateOperationIgnoreAllOverrideResponse) ProtoMessage

func (*CreateOperationIgnoreAllOverrideResponse) ProtoReflect

func (*CreateOperationIgnoreAllOverrideResponse) Reset

func (*CreateOperationIgnoreAllOverrideResponse) String

type CreateOperationOverridesRequest

type CreateOperationOverridesRequest struct {
	GraphName     string            `protobuf:"bytes,1,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace     string            `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	OperationHash string            `protobuf:"bytes,3,opt,name=operation_hash,json=operationHash,proto3" json:"operation_hash,omitempty"`
	OperationName string            `protobuf:"bytes,4,opt,name=operation_name,json=operationName,proto3" json:"operation_name,omitempty"`
	Changes       []*OverrideChange `protobuf:"bytes,5,rep,name=changes,proto3" json:"changes,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOperationOverridesRequest) Descriptor deprecated

func (*CreateOperationOverridesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOperationOverridesRequest.ProtoReflect.Descriptor instead.

func (*CreateOperationOverridesRequest) GetChanges

func (*CreateOperationOverridesRequest) GetGraphName

func (x *CreateOperationOverridesRequest) GetGraphName() string

func (*CreateOperationOverridesRequest) GetNamespace

func (x *CreateOperationOverridesRequest) GetNamespace() string

func (*CreateOperationOverridesRequest) GetOperationHash

func (x *CreateOperationOverridesRequest) GetOperationHash() string

func (*CreateOperationOverridesRequest) GetOperationName

func (x *CreateOperationOverridesRequest) GetOperationName() string

func (*CreateOperationOverridesRequest) ProtoMessage

func (*CreateOperationOverridesRequest) ProtoMessage()

func (*CreateOperationOverridesRequest) ProtoReflect

func (*CreateOperationOverridesRequest) Reset

func (*CreateOperationOverridesRequest) String

type CreateOperationOverridesResponse

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

func (*CreateOperationOverridesResponse) Descriptor deprecated

func (*CreateOperationOverridesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOperationOverridesResponse.ProtoReflect.Descriptor instead.

func (*CreateOperationOverridesResponse) GetResponse

func (x *CreateOperationOverridesResponse) GetResponse() *Response

func (*CreateOperationOverridesResponse) ProtoMessage

func (*CreateOperationOverridesResponse) ProtoMessage()

func (*CreateOperationOverridesResponse) ProtoReflect

func (*CreateOperationOverridesResponse) Reset

func (*CreateOperationOverridesResponse) String

type CreateOrganizationRequest

type CreateOrganizationRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Slug string `protobuf:"bytes,2,opt,name=slug,proto3" json:"slug,omitempty"`
	Plan string `protobuf:"bytes,3,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest) Descriptor deprecated

func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetName

func (x *CreateOrganizationRequest) GetName() string

func (*CreateOrganizationRequest) GetPlan

func (x *CreateOrganizationRequest) GetPlan() string

func (*CreateOrganizationRequest) GetSlug

func (x *CreateOrganizationRequest) GetSlug() string

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

func (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

type CreateOrganizationResponse

type CreateOrganizationResponse struct {
	Response        *Response     `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Organization    *Organization `protobuf:"bytes,2,opt,name=organization,proto3,oneof" json:"organization,omitempty"`
	StripeSessionId *string       `protobuf:"bytes,3,opt,name=stripeSessionId,proto3,oneof" json:"stripeSessionId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationResponse) Descriptor deprecated

func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationResponse) GetOrganization

func (x *CreateOrganizationResponse) GetOrganization() *Organization

func (*CreateOrganizationResponse) GetResponse

func (x *CreateOrganizationResponse) GetResponse() *Response

func (*CreateOrganizationResponse) GetStripeSessionId

func (x *CreateOrganizationResponse) GetStripeSessionId() string

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) ProtoReflect

func (*CreateOrganizationResponse) Reset

func (x *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) String

func (x *CreateOrganizationResponse) String() string

type CreateOrganizationWebhookConfigRequest

type CreateOrganizationWebhookConfigRequest struct {
	Endpoint   string                     `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Key        string                     `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Events     []string                   `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	EventsMeta []*notifications.EventMeta `protobuf:"bytes,4,rep,name=events_meta,json=eventsMeta,proto3" json:"events_meta,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationWebhookConfigRequest) Descriptor deprecated

func (*CreateOrganizationWebhookConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationWebhookConfigRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationWebhookConfigRequest) GetEndpoint

func (*CreateOrganizationWebhookConfigRequest) GetEvents

func (*CreateOrganizationWebhookConfigRequest) GetEventsMeta

func (*CreateOrganizationWebhookConfigRequest) GetKey

func (*CreateOrganizationWebhookConfigRequest) ProtoMessage

func (*CreateOrganizationWebhookConfigRequest) ProtoReflect

func (*CreateOrganizationWebhookConfigRequest) Reset

func (*CreateOrganizationWebhookConfigRequest) String

type CreateOrganizationWebhookConfigResponse

type CreateOrganizationWebhookConfigResponse struct {
	Response        *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	WebhookConfigId string    `protobuf:"bytes,2,opt,name=webhook_config_id,json=webhookConfigId,proto3" json:"webhook_config_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationWebhookConfigResponse) Descriptor deprecated

func (*CreateOrganizationWebhookConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationWebhookConfigResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationWebhookConfigResponse) GetResponse

func (*CreateOrganizationWebhookConfigResponse) GetWebhookConfigId

func (x *CreateOrganizationWebhookConfigResponse) GetWebhookConfigId() string

func (*CreateOrganizationWebhookConfigResponse) ProtoMessage

func (*CreateOrganizationWebhookConfigResponse) ProtoReflect

func (*CreateOrganizationWebhookConfigResponse) Reset

func (*CreateOrganizationWebhookConfigResponse) String

type CustomOptions

type CustomOptions int32
const (
	CustomOptions_Text  CustomOptions = 0
	CustomOptions_Range CustomOptions = 1
)

func (CustomOptions) Descriptor

func (CustomOptions) Enum

func (x CustomOptions) Enum() *CustomOptions

func (CustomOptions) EnumDescriptor deprecated

func (CustomOptions) EnumDescriptor() ([]byte, []int)

Deprecated: Use CustomOptions.Descriptor instead.

func (CustomOptions) Number

func (CustomOptions) String

func (x CustomOptions) String() string

func (CustomOptions) Type

type DateRange

type DateRange struct {

	// The start date of the date range in ISO 8601 format.
	Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	// The end date of the date range in ISO 8601 format.
	End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*DateRange) Descriptor deprecated

func (*DateRange) Descriptor() ([]byte, []int)

Deprecated: Use DateRange.ProtoReflect.Descriptor instead.

func (*DateRange) GetEnd

func (x *DateRange) GetEnd() string

func (*DateRange) GetStart

func (x *DateRange) GetStart() string

func (*DateRange) ProtoMessage

func (*DateRange) ProtoMessage()

func (*DateRange) ProtoReflect

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

func (*DateRange) Reset

func (x *DateRange) Reset()

func (*DateRange) String

func (x *DateRange) String() string

type DeleteAPIKeyRequest

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

func (*DeleteAPIKeyRequest) Descriptor deprecated

func (*DeleteAPIKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAPIKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteAPIKeyRequest) GetName

func (x *DeleteAPIKeyRequest) GetName() string

func (*DeleteAPIKeyRequest) ProtoMessage

func (*DeleteAPIKeyRequest) ProtoMessage()

func (*DeleteAPIKeyRequest) ProtoReflect

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

func (*DeleteAPIKeyRequest) Reset

func (x *DeleteAPIKeyRequest) Reset()

func (*DeleteAPIKeyRequest) String

func (x *DeleteAPIKeyRequest) String() string

type DeleteAPIKeyResponse

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

func (*DeleteAPIKeyResponse) Descriptor deprecated

func (*DeleteAPIKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAPIKeyResponse.ProtoReflect.Descriptor instead.

func (*DeleteAPIKeyResponse) GetResponse

func (x *DeleteAPIKeyResponse) GetResponse() *Response

func (*DeleteAPIKeyResponse) ProtoMessage

func (*DeleteAPIKeyResponse) ProtoMessage()

func (*DeleteAPIKeyResponse) ProtoReflect

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

func (*DeleteAPIKeyResponse) Reset

func (x *DeleteAPIKeyResponse) Reset()

func (*DeleteAPIKeyResponse) String

func (x *DeleteAPIKeyResponse) String() string

type DeleteDiscussionCommentRequest

type DeleteDiscussionCommentRequest struct {
	DiscussionId string `protobuf:"bytes,1,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"`
	CommentId    string `protobuf:"bytes,2,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDiscussionCommentRequest) Descriptor deprecated

func (*DeleteDiscussionCommentRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDiscussionCommentRequest.ProtoReflect.Descriptor instead.

func (*DeleteDiscussionCommentRequest) GetCommentId

func (x *DeleteDiscussionCommentRequest) GetCommentId() string

func (*DeleteDiscussionCommentRequest) GetDiscussionId

func (x *DeleteDiscussionCommentRequest) GetDiscussionId() string

func (*DeleteDiscussionCommentRequest) ProtoMessage

func (*DeleteDiscussionCommentRequest) ProtoMessage()

func (*DeleteDiscussionCommentRequest) ProtoReflect

func (*DeleteDiscussionCommentRequest) Reset

func (x *DeleteDiscussionCommentRequest) Reset()

func (*DeleteDiscussionCommentRequest) String

type DeleteDiscussionCommentResponse

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

func (*DeleteDiscussionCommentResponse) Descriptor deprecated

func (*DeleteDiscussionCommentResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDiscussionCommentResponse.ProtoReflect.Descriptor instead.

func (*DeleteDiscussionCommentResponse) GetResponse

func (x *DeleteDiscussionCommentResponse) GetResponse() *Response

func (*DeleteDiscussionCommentResponse) ProtoMessage

func (*DeleteDiscussionCommentResponse) ProtoMessage()

func (*DeleteDiscussionCommentResponse) ProtoReflect

func (*DeleteDiscussionCommentResponse) Reset

func (*DeleteDiscussionCommentResponse) String

type DeleteFeatureFlagRequest

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

func (*DeleteFeatureFlagRequest) Descriptor deprecated

func (*DeleteFeatureFlagRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFeatureFlagRequest.ProtoReflect.Descriptor instead.

func (*DeleteFeatureFlagRequest) GetName

func (x *DeleteFeatureFlagRequest) GetName() string

func (*DeleteFeatureFlagRequest) GetNamespace

func (x *DeleteFeatureFlagRequest) GetNamespace() string

func (*DeleteFeatureFlagRequest) ProtoMessage

func (*DeleteFeatureFlagRequest) ProtoMessage()

func (*DeleteFeatureFlagRequest) ProtoReflect

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

func (*DeleteFeatureFlagRequest) Reset

func (x *DeleteFeatureFlagRequest) Reset()

func (*DeleteFeatureFlagRequest) String

func (x *DeleteFeatureFlagRequest) String() string

type DeleteFeatureFlagResponse

type DeleteFeatureFlagResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=composition_errors,json=compositionErrors,proto3" json:"composition_errors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deployment_errors,json=deploymentErrors,proto3" json:"deployment_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFeatureFlagResponse) Descriptor deprecated

func (*DeleteFeatureFlagResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFeatureFlagResponse.ProtoReflect.Descriptor instead.

func (*DeleteFeatureFlagResponse) GetCompositionErrors

func (x *DeleteFeatureFlagResponse) GetCompositionErrors() []*CompositionError

func (*DeleteFeatureFlagResponse) GetDeploymentErrors

func (x *DeleteFeatureFlagResponse) GetDeploymentErrors() []*DeploymentError

func (*DeleteFeatureFlagResponse) GetResponse

func (x *DeleteFeatureFlagResponse) GetResponse() *Response

func (*DeleteFeatureFlagResponse) ProtoMessage

func (*DeleteFeatureFlagResponse) ProtoMessage()

func (*DeleteFeatureFlagResponse) ProtoReflect

func (*DeleteFeatureFlagResponse) Reset

func (x *DeleteFeatureFlagResponse) Reset()

func (*DeleteFeatureFlagResponse) String

func (x *DeleteFeatureFlagResponse) String() string

type DeleteFederatedGraphRequest

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

func (*DeleteFederatedGraphRequest) Descriptor deprecated

func (*DeleteFederatedGraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFederatedGraphRequest.ProtoReflect.Descriptor instead.

func (*DeleteFederatedGraphRequest) GetName

func (x *DeleteFederatedGraphRequest) GetName() string

func (*DeleteFederatedGraphRequest) GetNamespace

func (x *DeleteFederatedGraphRequest) GetNamespace() string

func (*DeleteFederatedGraphRequest) ProtoMessage

func (*DeleteFederatedGraphRequest) ProtoMessage()

func (*DeleteFederatedGraphRequest) ProtoReflect

func (*DeleteFederatedGraphRequest) Reset

func (x *DeleteFederatedGraphRequest) Reset()

func (*DeleteFederatedGraphRequest) String

func (x *DeleteFederatedGraphRequest) String() string

type DeleteFederatedGraphResponse

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

func (*DeleteFederatedGraphResponse) Descriptor deprecated

func (*DeleteFederatedGraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFederatedGraphResponse.ProtoReflect.Descriptor instead.

func (*DeleteFederatedGraphResponse) GetResponse

func (x *DeleteFederatedGraphResponse) GetResponse() *Response

func (*DeleteFederatedGraphResponse) ProtoMessage

func (*DeleteFederatedGraphResponse) ProtoMessage()

func (*DeleteFederatedGraphResponse) ProtoReflect

func (*DeleteFederatedGraphResponse) Reset

func (x *DeleteFederatedGraphResponse) Reset()

func (*DeleteFederatedGraphResponse) String

type DeleteFederatedSubgraphRequest

type DeleteFederatedSubgraphRequest struct {

	// The FQDN of the subgraph to be checked e.g. "wg.team1.orders"
	SubgraphName string `protobuf:"bytes,1,opt,name=subgraph_name,json=subgraphName,proto3" json:"subgraph_name,omitempty"`
	Namespace    string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFederatedSubgraphRequest) Descriptor deprecated

func (*DeleteFederatedSubgraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFederatedSubgraphRequest.ProtoReflect.Descriptor instead.

func (*DeleteFederatedSubgraphRequest) GetNamespace

func (x *DeleteFederatedSubgraphRequest) GetNamespace() string

func (*DeleteFederatedSubgraphRequest) GetSubgraphName

func (x *DeleteFederatedSubgraphRequest) GetSubgraphName() string

func (*DeleteFederatedSubgraphRequest) ProtoMessage

func (*DeleteFederatedSubgraphRequest) ProtoMessage()

func (*DeleteFederatedSubgraphRequest) ProtoReflect

func (*DeleteFederatedSubgraphRequest) Reset

func (x *DeleteFederatedSubgraphRequest) Reset()

func (*DeleteFederatedSubgraphRequest) String

type DeleteFederatedSubgraphResponse

type DeleteFederatedSubgraphResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFederatedSubgraphResponse) Descriptor deprecated

func (*DeleteFederatedSubgraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFederatedSubgraphResponse.ProtoReflect.Descriptor instead.

func (*DeleteFederatedSubgraphResponse) GetCompositionErrors

func (x *DeleteFederatedSubgraphResponse) GetCompositionErrors() []*CompositionError

func (*DeleteFederatedSubgraphResponse) GetDeploymentErrors

func (x *DeleteFederatedSubgraphResponse) GetDeploymentErrors() []*DeploymentError

func (*DeleteFederatedSubgraphResponse) GetResponse

func (x *DeleteFederatedSubgraphResponse) GetResponse() *Response

func (*DeleteFederatedSubgraphResponse) ProtoMessage

func (*DeleteFederatedSubgraphResponse) ProtoMessage()

func (*DeleteFederatedSubgraphResponse) ProtoReflect

func (*DeleteFederatedSubgraphResponse) Reset

func (*DeleteFederatedSubgraphResponse) String

type DeleteIntegrationRequest

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

func (*DeleteIntegrationRequest) Descriptor deprecated

func (*DeleteIntegrationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteIntegrationRequest) GetId

func (x *DeleteIntegrationRequest) GetId() string

func (*DeleteIntegrationRequest) ProtoMessage

func (*DeleteIntegrationRequest) ProtoMessage()

func (*DeleteIntegrationRequest) ProtoReflect

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

func (*DeleteIntegrationRequest) Reset

func (x *DeleteIntegrationRequest) Reset()

func (*DeleteIntegrationRequest) String

func (x *DeleteIntegrationRequest) String() string

type DeleteIntegrationResponse

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

func (*DeleteIntegrationResponse) Descriptor deprecated

func (*DeleteIntegrationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteIntegrationResponse.ProtoReflect.Descriptor instead.

func (*DeleteIntegrationResponse) GetResponse

func (x *DeleteIntegrationResponse) GetResponse() *Response

func (*DeleteIntegrationResponse) ProtoMessage

func (*DeleteIntegrationResponse) ProtoMessage()

func (*DeleteIntegrationResponse) ProtoReflect

func (*DeleteIntegrationResponse) Reset

func (x *DeleteIntegrationResponse) Reset()

func (*DeleteIntegrationResponse) String

func (x *DeleteIntegrationResponse) String() string

type DeleteMonographRequest

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

func (*DeleteMonographRequest) Descriptor deprecated

func (*DeleteMonographRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMonographRequest.ProtoReflect.Descriptor instead.

func (*DeleteMonographRequest) GetName

func (x *DeleteMonographRequest) GetName() string

func (*DeleteMonographRequest) GetNamespace

func (x *DeleteMonographRequest) GetNamespace() string

func (*DeleteMonographRequest) ProtoMessage

func (*DeleteMonographRequest) ProtoMessage()

func (*DeleteMonographRequest) ProtoReflect

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

func (*DeleteMonographRequest) Reset

func (x *DeleteMonographRequest) Reset()

func (*DeleteMonographRequest) String

func (x *DeleteMonographRequest) String() string

type DeleteMonographResponse

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

func (*DeleteMonographResponse) Descriptor deprecated

func (*DeleteMonographResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMonographResponse.ProtoReflect.Descriptor instead.

func (*DeleteMonographResponse) GetResponse

func (x *DeleteMonographResponse) GetResponse() *Response

func (*DeleteMonographResponse) ProtoMessage

func (*DeleteMonographResponse) ProtoMessage()

func (*DeleteMonographResponse) ProtoReflect

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

func (*DeleteMonographResponse) Reset

func (x *DeleteMonographResponse) Reset()

func (*DeleteMonographResponse) String

func (x *DeleteMonographResponse) String() string

type DeleteNamespaceRequest

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

func (*DeleteNamespaceRequest) Descriptor deprecated

func (*DeleteNamespaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNamespaceRequest.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceRequest) GetName

func (x *DeleteNamespaceRequest) GetName() string

func (*DeleteNamespaceRequest) ProtoMessage

func (*DeleteNamespaceRequest) ProtoMessage()

func (*DeleteNamespaceRequest) ProtoReflect

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

func (*DeleteNamespaceRequest) Reset

func (x *DeleteNamespaceRequest) Reset()

func (*DeleteNamespaceRequest) String

func (x *DeleteNamespaceRequest) String() string

type DeleteNamespaceResponse

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

func (*DeleteNamespaceResponse) Descriptor deprecated

func (*DeleteNamespaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNamespaceResponse.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceResponse) GetResponse

func (x *DeleteNamespaceResponse) GetResponse() *Response

func (*DeleteNamespaceResponse) ProtoMessage

func (*DeleteNamespaceResponse) ProtoMessage()

func (*DeleteNamespaceResponse) ProtoReflect

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

func (*DeleteNamespaceResponse) Reset

func (x *DeleteNamespaceResponse) Reset()

func (*DeleteNamespaceResponse) String

func (x *DeleteNamespaceResponse) String() string

type DeleteOIDCProviderRequest

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

func (*DeleteOIDCProviderRequest) Descriptor deprecated

func (*DeleteOIDCProviderRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOIDCProviderRequest.ProtoReflect.Descriptor instead.

func (*DeleteOIDCProviderRequest) ProtoMessage

func (*DeleteOIDCProviderRequest) ProtoMessage()

func (*DeleteOIDCProviderRequest) ProtoReflect

func (*DeleteOIDCProviderRequest) Reset

func (x *DeleteOIDCProviderRequest) Reset()

func (*DeleteOIDCProviderRequest) String

func (x *DeleteOIDCProviderRequest) String() string

type DeleteOIDCProviderResponse

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

func (*DeleteOIDCProviderResponse) Descriptor deprecated

func (*DeleteOIDCProviderResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOIDCProviderResponse.ProtoReflect.Descriptor instead.

func (*DeleteOIDCProviderResponse) GetResponse

func (x *DeleteOIDCProviderResponse) GetResponse() *Response

func (*DeleteOIDCProviderResponse) ProtoMessage

func (*DeleteOIDCProviderResponse) ProtoMessage()

func (*DeleteOIDCProviderResponse) ProtoReflect

func (*DeleteOIDCProviderResponse) Reset

func (x *DeleteOIDCProviderResponse) Reset()

func (*DeleteOIDCProviderResponse) String

func (x *DeleteOIDCProviderResponse) String() string

type DeleteOrganizationRequest

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

func (*DeleteOrganizationRequest) Descriptor deprecated

func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRequest) GetUserID

func (x *DeleteOrganizationRequest) GetUserID() string

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect

func (*DeleteOrganizationRequest) Reset

func (x *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) String

func (x *DeleteOrganizationRequest) String() string

type DeleteOrganizationResponse

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

func (*DeleteOrganizationResponse) Descriptor deprecated

func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationResponse) GetResponse

func (x *DeleteOrganizationResponse) GetResponse() *Response

func (*DeleteOrganizationResponse) ProtoMessage

func (*DeleteOrganizationResponse) ProtoMessage()

func (*DeleteOrganizationResponse) ProtoReflect

func (*DeleteOrganizationResponse) Reset

func (x *DeleteOrganizationResponse) Reset()

func (*DeleteOrganizationResponse) String

func (x *DeleteOrganizationResponse) String() string

type DeleteOrganizationWebhookConfigRequest

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

func (*DeleteOrganizationWebhookConfigRequest) Descriptor deprecated

func (*DeleteOrganizationWebhookConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationWebhookConfigRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationWebhookConfigRequest) GetId

func (*DeleteOrganizationWebhookConfigRequest) ProtoMessage

func (*DeleteOrganizationWebhookConfigRequest) ProtoReflect

func (*DeleteOrganizationWebhookConfigRequest) Reset

func (*DeleteOrganizationWebhookConfigRequest) String

type DeleteOrganizationWebhookConfigResponse

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

func (*DeleteOrganizationWebhookConfigResponse) Descriptor deprecated

func (*DeleteOrganizationWebhookConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationWebhookConfigResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationWebhookConfigResponse) GetResponse

func (*DeleteOrganizationWebhookConfigResponse) ProtoMessage

func (*DeleteOrganizationWebhookConfigResponse) ProtoReflect

func (*DeleteOrganizationWebhookConfigResponse) Reset

func (*DeleteOrganizationWebhookConfigResponse) String

type DeleteRouterTokenRequest

type DeleteRouterTokenRequest struct {
	TokenName    string `protobuf:"bytes,1,opt,name=tokenName,proto3" json:"tokenName,omitempty"`
	FedGraphName string `protobuf:"bytes,2,opt,name=fedGraphName,proto3" json:"fedGraphName,omitempty"`
	Namespace    string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRouterTokenRequest) Descriptor deprecated

func (*DeleteRouterTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRouterTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteRouterTokenRequest) GetFedGraphName

func (x *DeleteRouterTokenRequest) GetFedGraphName() string

func (*DeleteRouterTokenRequest) GetNamespace

func (x *DeleteRouterTokenRequest) GetNamespace() string

func (*DeleteRouterTokenRequest) GetTokenName

func (x *DeleteRouterTokenRequest) GetTokenName() string

func (*DeleteRouterTokenRequest) ProtoMessage

func (*DeleteRouterTokenRequest) ProtoMessage()

func (*DeleteRouterTokenRequest) ProtoReflect

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

func (*DeleteRouterTokenRequest) Reset

func (x *DeleteRouterTokenRequest) Reset()

func (*DeleteRouterTokenRequest) String

func (x *DeleteRouterTokenRequest) String() string

type DeleteRouterTokenResponse

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

func (*DeleteRouterTokenResponse) Descriptor deprecated

func (*DeleteRouterTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRouterTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteRouterTokenResponse) GetResponse

func (x *DeleteRouterTokenResponse) GetResponse() *Response

func (*DeleteRouterTokenResponse) ProtoMessage

func (*DeleteRouterTokenResponse) ProtoMessage()

func (*DeleteRouterTokenResponse) ProtoReflect

func (*DeleteRouterTokenResponse) Reset

func (x *DeleteRouterTokenResponse) Reset()

func (*DeleteRouterTokenResponse) String

func (x *DeleteRouterTokenResponse) String() string

type DeleteUserRequest

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

func (*DeleteUserRequest) Descriptor deprecated

func (*DeleteUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteUserResponse

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

func (*DeleteUserResponse) Descriptor deprecated

func (*DeleteUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) GetResponse

func (x *DeleteUserResponse) GetResponse() *Response

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

type DeploymentError

type DeploymentError struct {
	Message            string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	FederatedGraphName string `protobuf:"bytes,2,opt,name=federatedGraphName,proto3" json:"federatedGraphName,omitempty"`
	Namespace          string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentError) Descriptor deprecated

func (*DeploymentError) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentError.ProtoReflect.Descriptor instead.

func (*DeploymentError) GetFederatedGraphName

func (x *DeploymentError) GetFederatedGraphName() string

func (*DeploymentError) GetMessage

func (x *DeploymentError) GetMessage() string

func (*DeploymentError) GetNamespace

func (x *DeploymentError) GetNamespace() string

func (*DeploymentError) ProtoMessage

func (*DeploymentError) ProtoMessage()

func (*DeploymentError) ProtoReflect

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

func (*DeploymentError) Reset

func (x *DeploymentError) Reset()

func (*DeploymentError) String

func (x *DeploymentError) String() string

type Discussion

type Discussion struct {
	Id              string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SchemaVersionId string             `protobuf:"bytes,2,opt,name=schema_version_id,json=schemaVersionId,proto3" json:"schema_version_id,omitempty"`
	TargetId        string             `protobuf:"bytes,3,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	ReferenceLine   int32              `protobuf:"varint,4,opt,name=reference_line,json=referenceLine,proto3" json:"reference_line,omitempty"`
	OpeningComment  *DiscussionComment `protobuf:"bytes,5,opt,name=openingComment,proto3" json:"openingComment,omitempty"`
	IsResolved      bool               `protobuf:"varint,6,opt,name=is_resolved,json=isResolved,proto3" json:"is_resolved,omitempty"`
	// contains filtered or unexported fields
}

func (*Discussion) Descriptor deprecated

func (*Discussion) Descriptor() ([]byte, []int)

Deprecated: Use Discussion.ProtoReflect.Descriptor instead.

func (*Discussion) GetId

func (x *Discussion) GetId() string

func (*Discussion) GetIsResolved

func (x *Discussion) GetIsResolved() bool

func (*Discussion) GetOpeningComment

func (x *Discussion) GetOpeningComment() *DiscussionComment

func (*Discussion) GetReferenceLine

func (x *Discussion) GetReferenceLine() int32

func (*Discussion) GetSchemaVersionId

func (x *Discussion) GetSchemaVersionId() string

func (*Discussion) GetTargetId

func (x *Discussion) GetTargetId() string

func (*Discussion) ProtoMessage

func (*Discussion) ProtoMessage()

func (*Discussion) ProtoReflect

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

func (*Discussion) Reset

func (x *Discussion) Reset()

func (*Discussion) String

func (x *Discussion) String() string

type DiscussionComment

type DiscussionComment struct {
	Id          string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ContentJson string  `protobuf:"bytes,2,opt,name=content_json,json=contentJson,proto3" json:"content_json,omitempty"`
	CreatedBy   *string `protobuf:"bytes,3,opt,name=created_by,json=createdBy,proto3,oneof" json:"created_by,omitempty"`
	CreatedAt   string  `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *string `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at,omitempty"`
	IsDeleted   bool    `protobuf:"varint,6,opt,name=is_deleted,json=isDeleted,proto3" json:"is_deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscussionComment) Descriptor deprecated

func (*DiscussionComment) Descriptor() ([]byte, []int)

Deprecated: Use DiscussionComment.ProtoReflect.Descriptor instead.

func (*DiscussionComment) GetContentJson

func (x *DiscussionComment) GetContentJson() string

func (*DiscussionComment) GetCreatedAt

func (x *DiscussionComment) GetCreatedAt() string

func (*DiscussionComment) GetCreatedBy

func (x *DiscussionComment) GetCreatedBy() string

func (*DiscussionComment) GetId

func (x *DiscussionComment) GetId() string

func (*DiscussionComment) GetIsDeleted

func (x *DiscussionComment) GetIsDeleted() bool

func (*DiscussionComment) GetUpdatedAt

func (x *DiscussionComment) GetUpdatedAt() string

func (*DiscussionComment) ProtoMessage

func (*DiscussionComment) ProtoMessage()

func (*DiscussionComment) ProtoReflect

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

func (*DiscussionComment) Reset

func (x *DiscussionComment) Reset()

func (*DiscussionComment) String

func (x *DiscussionComment) String() string

type EnableFeatureFlagRequest

type EnableFeatureFlagRequest struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Enabled   bool   `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableFeatureFlagRequest) Descriptor deprecated

func (*EnableFeatureFlagRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableFeatureFlagRequest.ProtoReflect.Descriptor instead.

func (*EnableFeatureFlagRequest) GetEnabled

func (x *EnableFeatureFlagRequest) GetEnabled() bool

func (*EnableFeatureFlagRequest) GetName

func (x *EnableFeatureFlagRequest) GetName() string

func (*EnableFeatureFlagRequest) GetNamespace

func (x *EnableFeatureFlagRequest) GetNamespace() string

func (*EnableFeatureFlagRequest) ProtoMessage

func (*EnableFeatureFlagRequest) ProtoMessage()

func (*EnableFeatureFlagRequest) ProtoReflect

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

func (*EnableFeatureFlagRequest) Reset

func (x *EnableFeatureFlagRequest) Reset()

func (*EnableFeatureFlagRequest) String

func (x *EnableFeatureFlagRequest) String() string

type EnableFeatureFlagResponse

type EnableFeatureFlagResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=composition_errors,json=compositionErrors,proto3" json:"composition_errors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deployment_errors,json=deploymentErrors,proto3" json:"deployment_errors,omitempty"`
	HasChanged        *bool               `protobuf:"varint,4,opt,name=has_changed,json=hasChanged,proto3,oneof" json:"has_changed,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableFeatureFlagResponse) Descriptor deprecated

func (*EnableFeatureFlagResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnableFeatureFlagResponse.ProtoReflect.Descriptor instead.

func (*EnableFeatureFlagResponse) GetCompositionErrors

func (x *EnableFeatureFlagResponse) GetCompositionErrors() []*CompositionError

func (*EnableFeatureFlagResponse) GetDeploymentErrors

func (x *EnableFeatureFlagResponse) GetDeploymentErrors() []*DeploymentError

func (*EnableFeatureFlagResponse) GetHasChanged

func (x *EnableFeatureFlagResponse) GetHasChanged() bool

func (*EnableFeatureFlagResponse) GetResponse

func (x *EnableFeatureFlagResponse) GetResponse() *Response

func (*EnableFeatureFlagResponse) ProtoMessage

func (*EnableFeatureFlagResponse) ProtoMessage()

func (*EnableFeatureFlagResponse) ProtoReflect

func (*EnableFeatureFlagResponse) Reset

func (x *EnableFeatureFlagResponse) Reset()

func (*EnableFeatureFlagResponse) String

func (x *EnableFeatureFlagResponse) String() string

type EnableLintingForTheNamespaceRequest

type EnableLintingForTheNamespaceRequest struct {
	Namespace     string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	EnableLinting bool   `protobuf:"varint,2,opt,name=enableLinting,proto3" json:"enableLinting,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableLintingForTheNamespaceRequest) Descriptor deprecated

func (*EnableLintingForTheNamespaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableLintingForTheNamespaceRequest.ProtoReflect.Descriptor instead.

func (*EnableLintingForTheNamespaceRequest) GetEnableLinting

func (x *EnableLintingForTheNamespaceRequest) GetEnableLinting() bool

func (*EnableLintingForTheNamespaceRequest) GetNamespace

func (x *EnableLintingForTheNamespaceRequest) GetNamespace() string

func (*EnableLintingForTheNamespaceRequest) ProtoMessage

func (*EnableLintingForTheNamespaceRequest) ProtoMessage()

func (*EnableLintingForTheNamespaceRequest) ProtoReflect

func (*EnableLintingForTheNamespaceRequest) Reset

func (*EnableLintingForTheNamespaceRequest) String

type EnableLintingForTheNamespaceResponse

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

func (*EnableLintingForTheNamespaceResponse) Descriptor deprecated

func (*EnableLintingForTheNamespaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnableLintingForTheNamespaceResponse.ProtoReflect.Descriptor instead.

func (*EnableLintingForTheNamespaceResponse) GetResponse

func (*EnableLintingForTheNamespaceResponse) ProtoMessage

func (*EnableLintingForTheNamespaceResponse) ProtoMessage()

func (*EnableLintingForTheNamespaceResponse) ProtoReflect

func (*EnableLintingForTheNamespaceResponse) Reset

func (*EnableLintingForTheNamespaceResponse) String

type ExpiresAt

type ExpiresAt int32
const (
	ExpiresAt_NEVER       ExpiresAt = 0
	ExpiresAt_THIRTY_DAYS ExpiresAt = 1
	ExpiresAt_SIX_MONTHS  ExpiresAt = 2
	ExpiresAt_ONE_YEAR    ExpiresAt = 3
)

func (ExpiresAt) Descriptor

func (ExpiresAt) Descriptor() protoreflect.EnumDescriptor

func (ExpiresAt) Enum

func (x ExpiresAt) Enum() *ExpiresAt

func (ExpiresAt) EnumDescriptor deprecated

func (ExpiresAt) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExpiresAt.Descriptor instead.

func (ExpiresAt) Number

func (x ExpiresAt) Number() protoreflect.EnumNumber

func (ExpiresAt) String

func (x ExpiresAt) String() string

func (ExpiresAt) Type

type Feature

type Feature int32
const (
	Feature_rbac Feature = 0
	Feature_ai   Feature = 1
	Feature_scim Feature = 2
)

func (Feature) Descriptor

func (Feature) Descriptor() protoreflect.EnumDescriptor

func (Feature) Enum

func (x Feature) Enum() *Feature

func (Feature) EnumDescriptor deprecated

func (Feature) EnumDescriptor() ([]byte, []int)

Deprecated: Use Feature.Descriptor instead.

func (Feature) Number

func (x Feature) Number() protoreflect.EnumNumber

func (Feature) String

func (x Feature) String() string

func (Feature) Type

func (Feature) Type() protoreflect.EnumType

type FeatureFlag

type FeatureFlag struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Namespace string   `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    []*Label `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"`
	IsEnabled bool     `protobuf:"varint,5,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	CreatedBy string   `protobuf:"bytes,6,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	CreatedAt string   `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt string   `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureFlag) Descriptor deprecated

func (*FeatureFlag) Descriptor() ([]byte, []int)

Deprecated: Use FeatureFlag.ProtoReflect.Descriptor instead.

func (*FeatureFlag) GetCreatedAt

func (x *FeatureFlag) GetCreatedAt() string

func (*FeatureFlag) GetCreatedBy

func (x *FeatureFlag) GetCreatedBy() string

func (*FeatureFlag) GetId

func (x *FeatureFlag) GetId() string

func (*FeatureFlag) GetIsEnabled

func (x *FeatureFlag) GetIsEnabled() bool

func (*FeatureFlag) GetLabels

func (x *FeatureFlag) GetLabels() []*Label

func (*FeatureFlag) GetName

func (x *FeatureFlag) GetName() string

func (*FeatureFlag) GetNamespace

func (x *FeatureFlag) GetNamespace() string

func (*FeatureFlag) GetUpdatedAt

func (x *FeatureFlag) GetUpdatedAt() string

func (*FeatureFlag) ProtoMessage

func (*FeatureFlag) ProtoMessage()

func (*FeatureFlag) ProtoReflect

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

func (*FeatureFlag) Reset

func (x *FeatureFlag) Reset()

func (*FeatureFlag) String

func (x *FeatureFlag) String() string

type FeatureFlagComposition

type FeatureFlagComposition struct {
	Id                    string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SchemaVersionId       string  `protobuf:"bytes,2,opt,name=schemaVersionId,proto3" json:"schemaVersionId,omitempty"`
	CreatedAt             string  `protobuf:"bytes,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	IsComposable          bool    `protobuf:"varint,4,opt,name=isComposable,proto3" json:"isComposable,omitempty"`
	CompositionErrors     *string `protobuf:"bytes,5,opt,name=compositionErrors,proto3,oneof" json:"compositionErrors,omitempty"`
	CreatedBy             *string `protobuf:"bytes,6,opt,name=createdBy,proto3,oneof" json:"createdBy,omitempty"`
	RouterConfigSignature *string `protobuf:"bytes,7,opt,name=routerConfigSignature,proto3,oneof" json:"routerConfigSignature,omitempty"`
	AdmissionError        *string `protobuf:"bytes,8,opt,name=admissionError,proto3,oneof" json:"admissionError,omitempty"`
	DeploymentError       *string `protobuf:"bytes,9,opt,name=deploymentError,proto3,oneof" json:"deploymentError,omitempty"`
	FeatureFlagName       string  `protobuf:"bytes,10,opt,name=featureFlagName,proto3" json:"featureFlagName,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureFlagComposition) Descriptor deprecated

func (*FeatureFlagComposition) Descriptor() ([]byte, []int)

Deprecated: Use FeatureFlagComposition.ProtoReflect.Descriptor instead.

func (*FeatureFlagComposition) GetAdmissionError

func (x *FeatureFlagComposition) GetAdmissionError() string

func (*FeatureFlagComposition) GetCompositionErrors

func (x *FeatureFlagComposition) GetCompositionErrors() string

func (*FeatureFlagComposition) GetCreatedAt

func (x *FeatureFlagComposition) GetCreatedAt() string

func (*FeatureFlagComposition) GetCreatedBy

func (x *FeatureFlagComposition) GetCreatedBy() string

func (*FeatureFlagComposition) GetDeploymentError

func (x *FeatureFlagComposition) GetDeploymentError() string

func (*FeatureFlagComposition) GetFeatureFlagName

func (x *FeatureFlagComposition) GetFeatureFlagName() string

func (*FeatureFlagComposition) GetId

func (x *FeatureFlagComposition) GetId() string

func (*FeatureFlagComposition) GetIsComposable

func (x *FeatureFlagComposition) GetIsComposable() bool

func (*FeatureFlagComposition) GetRouterConfigSignature

func (x *FeatureFlagComposition) GetRouterConfigSignature() string

func (*FeatureFlagComposition) GetSchemaVersionId

func (x *FeatureFlagComposition) GetSchemaVersionId() string

func (*FeatureFlagComposition) ProtoMessage

func (*FeatureFlagComposition) ProtoMessage()

func (*FeatureFlagComposition) ProtoReflect

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

func (*FeatureFlagComposition) Reset

func (x *FeatureFlagComposition) Reset()

func (*FeatureFlagComposition) String

func (x *FeatureFlagComposition) String() string

type FederatedGraph

type FederatedGraph struct {
	Id                  string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	RoutingURL          string               `protobuf:"bytes,3,opt,name=routingURL,proto3" json:"routingURL,omitempty"`
	LabelMatchers       []string             `protobuf:"bytes,4,rep,name=label_matchers,json=labelMatchers,proto3" json:"label_matchers,omitempty"`
	LastUpdatedAt       string               `protobuf:"bytes,5,opt,name=lastUpdatedAt,proto3" json:"lastUpdatedAt,omitempty"`
	IsComposable        bool                 `protobuf:"varint,6,opt,name=isComposable,proto3" json:"isComposable,omitempty"`
	CompositionErrors   string               `protobuf:"bytes,7,opt,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	ConnectedSubgraphs  int32                `protobuf:"varint,8,opt,name=connectedSubgraphs,proto3" json:"connectedSubgraphs,omitempty"`
	RequestSeries       []*RequestSeriesItem `protobuf:"bytes,9,rep,name=requestSeries,proto3" json:"requestSeries,omitempty"`
	Readme              *string              `protobuf:"bytes,10,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	TargetId            string               `protobuf:"bytes,11,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	Namespace           string               `protobuf:"bytes,12,opt,name=namespace,proto3" json:"namespace,omitempty"`
	CompositionId       *string              `protobuf:"bytes,13,opt,name=compositionId,proto3,oneof" json:"compositionId,omitempty"`
	SupportsFederation  bool                 `protobuf:"varint,14,opt,name=supports_federation,json=supportsFederation,proto3" json:"supports_federation,omitempty"`
	Contract            *Contract            `protobuf:"bytes,15,opt,name=contract,proto3,oneof" json:"contract,omitempty"`
	AdmissionWebhookUrl *string              `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FederatedGraph) Descriptor deprecated

func (*FederatedGraph) Descriptor() ([]byte, []int)

Deprecated: Use FederatedGraph.ProtoReflect.Descriptor instead.

func (*FederatedGraph) GetAdmissionWebhookUrl

func (x *FederatedGraph) GetAdmissionWebhookUrl() string

func (*FederatedGraph) GetCompositionErrors

func (x *FederatedGraph) GetCompositionErrors() string

func (*FederatedGraph) GetCompositionId

func (x *FederatedGraph) GetCompositionId() string

func (*FederatedGraph) GetConnectedSubgraphs

func (x *FederatedGraph) GetConnectedSubgraphs() int32

func (*FederatedGraph) GetContract

func (x *FederatedGraph) GetContract() *Contract

func (*FederatedGraph) GetId

func (x *FederatedGraph) GetId() string

func (*FederatedGraph) GetIsComposable

func (x *FederatedGraph) GetIsComposable() bool

func (*FederatedGraph) GetLabelMatchers

func (x *FederatedGraph) GetLabelMatchers() []string

func (*FederatedGraph) GetLastUpdatedAt

func (x *FederatedGraph) GetLastUpdatedAt() string

func (*FederatedGraph) GetName

func (x *FederatedGraph) GetName() string

func (*FederatedGraph) GetNamespace

func (x *FederatedGraph) GetNamespace() string

func (*FederatedGraph) GetReadme

func (x *FederatedGraph) GetReadme() string

func (*FederatedGraph) GetRequestSeries

func (x *FederatedGraph) GetRequestSeries() []*RequestSeriesItem

func (*FederatedGraph) GetRoutingURL

func (x *FederatedGraph) GetRoutingURL() string

func (*FederatedGraph) GetSupportsFederation

func (x *FederatedGraph) GetSupportsFederation() bool

func (*FederatedGraph) GetTargetId

func (x *FederatedGraph) GetTargetId() string

func (*FederatedGraph) ProtoMessage

func (*FederatedGraph) ProtoMessage()

func (*FederatedGraph) ProtoReflect

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

func (*FederatedGraph) Reset

func (x *FederatedGraph) Reset()

func (*FederatedGraph) String

func (x *FederatedGraph) String() string

type FederatedGraphChangelog

type FederatedGraphChangelog struct {
	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Path          string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	ChangeType    string `protobuf:"bytes,3,opt,name=changeType,proto3" json:"changeType,omitempty"`
	ChangeMessage string `protobuf:"bytes,4,opt,name=changeMessage,proto3" json:"changeMessage,omitempty"`
	CreatedAt     string `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*FederatedGraphChangelog) Descriptor deprecated

func (*FederatedGraphChangelog) Descriptor() ([]byte, []int)

Deprecated: Use FederatedGraphChangelog.ProtoReflect.Descriptor instead.

func (*FederatedGraphChangelog) GetChangeMessage

func (x *FederatedGraphChangelog) GetChangeMessage() string

func (*FederatedGraphChangelog) GetChangeType

func (x *FederatedGraphChangelog) GetChangeType() string

func (*FederatedGraphChangelog) GetCreatedAt

func (x *FederatedGraphChangelog) GetCreatedAt() string

func (*FederatedGraphChangelog) GetId

func (x *FederatedGraphChangelog) GetId() string

func (*FederatedGraphChangelog) GetPath

func (x *FederatedGraphChangelog) GetPath() string

func (*FederatedGraphChangelog) ProtoMessage

func (*FederatedGraphChangelog) ProtoMessage()

func (*FederatedGraphChangelog) ProtoReflect

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

func (*FederatedGraphChangelog) Reset

func (x *FederatedGraphChangelog) Reset()

func (*FederatedGraphChangelog) String

func (x *FederatedGraphChangelog) String() string

type FederatedGraphChangelogOutput

type FederatedGraphChangelogOutput struct {
	CreatedAt       string                     `protobuf:"bytes,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	SchemaVersionId string                     `protobuf:"bytes,2,opt,name=schemaVersionId,proto3" json:"schemaVersionId,omitempty"`
	Changelogs      []*FederatedGraphChangelog `protobuf:"bytes,3,rep,name=changelogs,proto3" json:"changelogs,omitempty"`
	CompositionId   string                     `protobuf:"bytes,4,opt,name=compositionId,proto3" json:"compositionId,omitempty"`
	// contains filtered or unexported fields
}

func (*FederatedGraphChangelogOutput) Descriptor deprecated

func (*FederatedGraphChangelogOutput) Descriptor() ([]byte, []int)

Deprecated: Use FederatedGraphChangelogOutput.ProtoReflect.Descriptor instead.

func (*FederatedGraphChangelogOutput) GetChangelogs

func (*FederatedGraphChangelogOutput) GetCompositionId

func (x *FederatedGraphChangelogOutput) GetCompositionId() string

func (*FederatedGraphChangelogOutput) GetCreatedAt

func (x *FederatedGraphChangelogOutput) GetCreatedAt() string

func (*FederatedGraphChangelogOutput) GetSchemaVersionId

func (x *FederatedGraphChangelogOutput) GetSchemaVersionId() string

func (*FederatedGraphChangelogOutput) ProtoMessage

func (*FederatedGraphChangelogOutput) ProtoMessage()

func (*FederatedGraphChangelogOutput) ProtoReflect

func (*FederatedGraphChangelogOutput) Reset

func (x *FederatedGraphChangelogOutput) Reset()

func (*FederatedGraphChangelogOutput) String

type FederatedGraphMetrics

type FederatedGraphMetrics struct {
	FederatedGraphID string  `protobuf:"bytes,1,opt,name=federatedGraphID,proto3" json:"federatedGraphID,omitempty"`
	RequestRate      float32 `protobuf:"fixed32,2,opt,name=requestRate,proto3" json:"requestRate,omitempty"`
	ErrorRate        float32 `protobuf:"fixed32,3,opt,name=errorRate,proto3" json:"errorRate,omitempty"`
	Latency          float32 `protobuf:"fixed32,4,opt,name=latency,proto3" json:"latency,omitempty"`
	// contains filtered or unexported fields
}

func (*FederatedGraphMetrics) Descriptor deprecated

func (*FederatedGraphMetrics) Descriptor() ([]byte, []int)

Deprecated: Use FederatedGraphMetrics.ProtoReflect.Descriptor instead.

func (*FederatedGraphMetrics) GetErrorRate

func (x *FederatedGraphMetrics) GetErrorRate() float32

func (*FederatedGraphMetrics) GetFederatedGraphID

func (x *FederatedGraphMetrics) GetFederatedGraphID() string

func (*FederatedGraphMetrics) GetLatency

func (x *FederatedGraphMetrics) GetLatency() float32

func (*FederatedGraphMetrics) GetRequestRate

func (x *FederatedGraphMetrics) GetRequestRate() float32

func (*FederatedGraphMetrics) ProtoMessage

func (*FederatedGraphMetrics) ProtoMessage()

func (*FederatedGraphMetrics) ProtoReflect

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

func (*FederatedGraphMetrics) Reset

func (x *FederatedGraphMetrics) Reset()

func (*FederatedGraphMetrics) String

func (x *FederatedGraphMetrics) String() string

type FieldUsageMeta

type FieldUsageMeta struct {
	SubgraphIds         []string `protobuf:"bytes,1,rep,name=subgraph_ids,json=subgraphIds,proto3" json:"subgraph_ids,omitempty"`
	FirstSeenTimestamp  string   `protobuf:"bytes,2,opt,name=firstSeenTimestamp,proto3" json:"firstSeenTimestamp,omitempty"`
	LatestSeenTimestamp string   `protobuf:"bytes,3,opt,name=latestSeenTimestamp,proto3" json:"latestSeenTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldUsageMeta) Descriptor deprecated

func (*FieldUsageMeta) Descriptor() ([]byte, []int)

Deprecated: Use FieldUsageMeta.ProtoReflect.Descriptor instead.

func (*FieldUsageMeta) GetFirstSeenTimestamp

func (x *FieldUsageMeta) GetFirstSeenTimestamp() string

func (*FieldUsageMeta) GetLatestSeenTimestamp

func (x *FieldUsageMeta) GetLatestSeenTimestamp() string

func (*FieldUsageMeta) GetSubgraphIds

func (x *FieldUsageMeta) GetSubgraphIds() []string

func (*FieldUsageMeta) ProtoMessage

func (*FieldUsageMeta) ProtoMessage()

func (*FieldUsageMeta) ProtoReflect

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

func (*FieldUsageMeta) Reset

func (x *FieldUsageMeta) Reset()

func (*FieldUsageMeta) String

func (x *FieldUsageMeta) String() string

type FixSubgraphSchemaRequest

type FixSubgraphSchemaRequest struct {

	// The FQDN of the subgraph to be checked e.g. "wg.team1.orders"
	SubgraphName string `protobuf:"bytes,1,opt,name=subgraph_name,json=subgraphName,proto3" json:"subgraph_name,omitempty"`
	// The string representation of the schema, the content of the file
	Schema    string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*FixSubgraphSchemaRequest) Descriptor deprecated

func (*FixSubgraphSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use FixSubgraphSchemaRequest.ProtoReflect.Descriptor instead.

func (*FixSubgraphSchemaRequest) GetNamespace

func (x *FixSubgraphSchemaRequest) GetNamespace() string

func (*FixSubgraphSchemaRequest) GetSchema

func (x *FixSubgraphSchemaRequest) GetSchema() string

func (*FixSubgraphSchemaRequest) GetSubgraphName

func (x *FixSubgraphSchemaRequest) GetSubgraphName() string

func (*FixSubgraphSchemaRequest) ProtoMessage

func (*FixSubgraphSchemaRequest) ProtoMessage()

func (*FixSubgraphSchemaRequest) ProtoReflect

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

func (*FixSubgraphSchemaRequest) Reset

func (x *FixSubgraphSchemaRequest) Reset()

func (*FixSubgraphSchemaRequest) String

func (x *FixSubgraphSchemaRequest) String() string

type FixSubgraphSchemaResponse

type FixSubgraphSchemaResponse struct {
	Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Modified bool      `protobuf:"varint,2,opt,name=modified,proto3" json:"modified,omitempty"`
	Schema   string    `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*FixSubgraphSchemaResponse) Descriptor deprecated

func (*FixSubgraphSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use FixSubgraphSchemaResponse.ProtoReflect.Descriptor instead.

func (*FixSubgraphSchemaResponse) GetModified

func (x *FixSubgraphSchemaResponse) GetModified() bool

func (*FixSubgraphSchemaResponse) GetResponse

func (x *FixSubgraphSchemaResponse) GetResponse() *Response

func (*FixSubgraphSchemaResponse) GetSchema

func (x *FixSubgraphSchemaResponse) GetSchema() string

func (*FixSubgraphSchemaResponse) ProtoMessage

func (*FixSubgraphSchemaResponse) ProtoMessage()

func (*FixSubgraphSchemaResponse) ProtoReflect

func (*FixSubgraphSchemaResponse) Reset

func (x *FixSubgraphSchemaResponse) Reset()

func (*FixSubgraphSchemaResponse) String

func (x *FixSubgraphSchemaResponse) String() string

type ForceCheckSuccessRequest

type ForceCheckSuccessRequest struct {
	CheckId   string `protobuf:"bytes,1,opt,name=check_id,json=checkId,proto3" json:"check_id,omitempty"`
	GraphName string `protobuf:"bytes,2,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ForceCheckSuccessRequest) Descriptor deprecated

func (*ForceCheckSuccessRequest) Descriptor() ([]byte, []int)

Deprecated: Use ForceCheckSuccessRequest.ProtoReflect.Descriptor instead.

func (*ForceCheckSuccessRequest) GetCheckId

func (x *ForceCheckSuccessRequest) GetCheckId() string

func (*ForceCheckSuccessRequest) GetGraphName

func (x *ForceCheckSuccessRequest) GetGraphName() string

func (*ForceCheckSuccessRequest) GetNamespace

func (x *ForceCheckSuccessRequest) GetNamespace() string

func (*ForceCheckSuccessRequest) ProtoMessage

func (*ForceCheckSuccessRequest) ProtoMessage()

func (*ForceCheckSuccessRequest) ProtoReflect

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

func (*ForceCheckSuccessRequest) Reset

func (x *ForceCheckSuccessRequest) Reset()

func (*ForceCheckSuccessRequest) String

func (x *ForceCheckSuccessRequest) String() string

type ForceCheckSuccessResponse

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

func (*ForceCheckSuccessResponse) Descriptor deprecated

func (*ForceCheckSuccessResponse) Descriptor() ([]byte, []int)

Deprecated: Use ForceCheckSuccessResponse.ProtoReflect.Descriptor instead.

func (*ForceCheckSuccessResponse) GetResponse

func (x *ForceCheckSuccessResponse) GetResponse() *Response

func (*ForceCheckSuccessResponse) ProtoMessage

func (*ForceCheckSuccessResponse) ProtoMessage()

func (*ForceCheckSuccessResponse) ProtoReflect

func (*ForceCheckSuccessResponse) Reset

func (x *ForceCheckSuccessResponse) Reset()

func (*ForceCheckSuccessResponse) String

func (x *ForceCheckSuccessResponse) String() string

type GenerateRouterTokenRequest

type GenerateRouterTokenRequest struct {
	FedGraphName string `protobuf:"bytes,1,opt,name=fedGraphName,proto3" json:"fedGraphName,omitempty"`
	Namespace    string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateRouterTokenRequest) Descriptor deprecated

func (*GenerateRouterTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateRouterTokenRequest.ProtoReflect.Descriptor instead.

func (*GenerateRouterTokenRequest) GetFedGraphName

func (x *GenerateRouterTokenRequest) GetFedGraphName() string

func (*GenerateRouterTokenRequest) GetNamespace

func (x *GenerateRouterTokenRequest) GetNamespace() string

func (*GenerateRouterTokenRequest) ProtoMessage

func (*GenerateRouterTokenRequest) ProtoMessage()

func (*GenerateRouterTokenRequest) ProtoReflect

func (*GenerateRouterTokenRequest) Reset

func (x *GenerateRouterTokenRequest) Reset()

func (*GenerateRouterTokenRequest) String

func (x *GenerateRouterTokenRequest) String() string

type GenerateRouterTokenResponse

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

func (*GenerateRouterTokenResponse) Descriptor deprecated

func (*GenerateRouterTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateRouterTokenResponse.ProtoReflect.Descriptor instead.

func (*GenerateRouterTokenResponse) GetResponse

func (x *GenerateRouterTokenResponse) GetResponse() *Response

func (*GenerateRouterTokenResponse) GetToken

func (x *GenerateRouterTokenResponse) GetToken() string

func (*GenerateRouterTokenResponse) ProtoMessage

func (*GenerateRouterTokenResponse) ProtoMessage()

func (*GenerateRouterTokenResponse) ProtoReflect

func (*GenerateRouterTokenResponse) Reset

func (x *GenerateRouterTokenResponse) Reset()

func (*GenerateRouterTokenResponse) String

func (x *GenerateRouterTokenResponse) String() string

type GetAPIKeysRequest

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

func (*GetAPIKeysRequest) Descriptor deprecated

func (*GetAPIKeysRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAPIKeysRequest.ProtoReflect.Descriptor instead.

func (*GetAPIKeysRequest) ProtoMessage

func (*GetAPIKeysRequest) ProtoMessage()

func (*GetAPIKeysRequest) ProtoReflect

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

func (*GetAPIKeysRequest) Reset

func (x *GetAPIKeysRequest) Reset()

func (*GetAPIKeysRequest) String

func (x *GetAPIKeysRequest) String() string

type GetAPIKeysResponse

type GetAPIKeysResponse struct {
	Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	ApiKeys  []*APIKey `protobuf:"bytes,2,rep,name=apiKeys,proto3" json:"apiKeys,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAPIKeysResponse) Descriptor deprecated

func (*GetAPIKeysResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAPIKeysResponse.ProtoReflect.Descriptor instead.

func (*GetAPIKeysResponse) GetApiKeys

func (x *GetAPIKeysResponse) GetApiKeys() []*APIKey

func (*GetAPIKeysResponse) GetResponse

func (x *GetAPIKeysResponse) GetResponse() *Response

func (*GetAPIKeysResponse) ProtoMessage

func (*GetAPIKeysResponse) ProtoMessage()

func (*GetAPIKeysResponse) ProtoReflect

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

func (*GetAPIKeysResponse) Reset

func (x *GetAPIKeysResponse) Reset()

func (*GetAPIKeysResponse) String

func (x *GetAPIKeysResponse) String() string

type GetAllDiscussionsRequest

type GetAllDiscussionsRequest struct {
	TargetId        string  `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	SchemaVersionId *string `protobuf:"bytes,2,opt,name=schema_version_id,json=schemaVersionId,proto3,oneof" json:"schema_version_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllDiscussionsRequest) Descriptor deprecated

func (*GetAllDiscussionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllDiscussionsRequest.ProtoReflect.Descriptor instead.

func (*GetAllDiscussionsRequest) GetSchemaVersionId

func (x *GetAllDiscussionsRequest) GetSchemaVersionId() string

func (*GetAllDiscussionsRequest) GetTargetId

func (x *GetAllDiscussionsRequest) GetTargetId() string

func (*GetAllDiscussionsRequest) ProtoMessage

func (*GetAllDiscussionsRequest) ProtoMessage()

func (*GetAllDiscussionsRequest) ProtoReflect

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

func (*GetAllDiscussionsRequest) Reset

func (x *GetAllDiscussionsRequest) Reset()

func (*GetAllDiscussionsRequest) String

func (x *GetAllDiscussionsRequest) String() string

type GetAllDiscussionsResponse

type GetAllDiscussionsResponse struct {
	Response    *Response     `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Discussions []*Discussion `protobuf:"bytes,2,rep,name=discussions,proto3" json:"discussions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllDiscussionsResponse) Descriptor deprecated

func (*GetAllDiscussionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllDiscussionsResponse.ProtoReflect.Descriptor instead.

func (*GetAllDiscussionsResponse) GetDiscussions

func (x *GetAllDiscussionsResponse) GetDiscussions() []*Discussion

func (*GetAllDiscussionsResponse) GetResponse

func (x *GetAllDiscussionsResponse) GetResponse() *Response

func (*GetAllDiscussionsResponse) ProtoMessage

func (*GetAllDiscussionsResponse) ProtoMessage()

func (*GetAllDiscussionsResponse) ProtoReflect

func (*GetAllDiscussionsResponse) Reset

func (x *GetAllDiscussionsResponse) Reset()

func (*GetAllDiscussionsResponse) String

func (x *GetAllDiscussionsResponse) String() string

type GetAllOverridesRequest

type GetAllOverridesRequest struct {
	GraphName string `protobuf:"bytes,1,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllOverridesRequest) Descriptor deprecated

func (*GetAllOverridesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllOverridesRequest.ProtoReflect.Descriptor instead.

func (*GetAllOverridesRequest) GetGraphName

func (x *GetAllOverridesRequest) GetGraphName() string

func (*GetAllOverridesRequest) GetNamespace

func (x *GetAllOverridesRequest) GetNamespace() string

func (*GetAllOverridesRequest) ProtoMessage

func (*GetAllOverridesRequest) ProtoMessage()

func (*GetAllOverridesRequest) ProtoReflect

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

func (*GetAllOverridesRequest) Reset

func (x *GetAllOverridesRequest) Reset()

func (*GetAllOverridesRequest) String

func (x *GetAllOverridesRequest) String() string

type GetAllOverridesResponse

type GetAllOverridesResponse struct {
	Response  *Response                           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Overrides []*GetAllOverridesResponse_Override `protobuf:"bytes,2,rep,name=overrides,proto3" json:"overrides,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllOverridesResponse) Descriptor deprecated

func (*GetAllOverridesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllOverridesResponse.ProtoReflect.Descriptor instead.

func (*GetAllOverridesResponse) GetOverrides

func (*GetAllOverridesResponse) GetResponse

func (x *GetAllOverridesResponse) GetResponse() *Response

func (*GetAllOverridesResponse) ProtoMessage

func (*GetAllOverridesResponse) ProtoMessage()

func (*GetAllOverridesResponse) ProtoReflect

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

func (*GetAllOverridesResponse) Reset

func (x *GetAllOverridesResponse) Reset()

func (*GetAllOverridesResponse) String

func (x *GetAllOverridesResponse) String() string

type GetAllOverridesResponse_Override

type GetAllOverridesResponse_Override struct {
	Hash                 string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Name                 string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ChangesOverrideCount uint32 `protobuf:"varint,3,opt,name=changesOverrideCount,proto3" json:"changesOverrideCount,omitempty"`
	HasIgnoreAllOverride bool   `protobuf:"varint,4,opt,name=hasIgnoreAllOverride,proto3" json:"hasIgnoreAllOverride,omitempty"`
	UpdatedAt            string `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllOverridesResponse_Override) Descriptor deprecated

func (*GetAllOverridesResponse_Override) Descriptor() ([]byte, []int)

Deprecated: Use GetAllOverridesResponse_Override.ProtoReflect.Descriptor instead.

func (*GetAllOverridesResponse_Override) GetChangesOverrideCount

func (x *GetAllOverridesResponse_Override) GetChangesOverrideCount() uint32

func (*GetAllOverridesResponse_Override) GetHasIgnoreAllOverride

func (x *GetAllOverridesResponse_Override) GetHasIgnoreAllOverride() bool

func (*GetAllOverridesResponse_Override) GetHash

func (*GetAllOverridesResponse_Override) GetName

func (*GetAllOverridesResponse_Override) GetUpdatedAt

func (x *GetAllOverridesResponse_Override) GetUpdatedAt() string

func (*GetAllOverridesResponse_Override) ProtoMessage

func (*GetAllOverridesResponse_Override) ProtoMessage()

func (*GetAllOverridesResponse_Override) ProtoReflect

func (*GetAllOverridesResponse_Override) Reset

func (*GetAllOverridesResponse_Override) String

type GetAnalyticsViewRequest

type GetAnalyticsViewRequest struct {
	FederatedGraphName string                 `protobuf:"bytes,1,opt,name=federatedGraphName,proto3" json:"federatedGraphName,omitempty"`
	Name               AnalyticsViewGroupName `protobuf:"varint,2,opt,name=name,proto3,enum=wg.cosmo.platform.v1.AnalyticsViewGroupName" json:"name,omitempty"`
	Config             *AnalyticsConfig       `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	Namespace          string                 `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnalyticsViewRequest) Descriptor deprecated

func (*GetAnalyticsViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAnalyticsViewRequest.ProtoReflect.Descriptor instead.

func (*GetAnalyticsViewRequest) GetConfig

func (x *GetAnalyticsViewRequest) GetConfig() *AnalyticsConfig

func (*GetAnalyticsViewRequest) GetFederatedGraphName

func (x *GetAnalyticsViewRequest) GetFederatedGraphName() string

func (*GetAnalyticsViewRequest) GetName

func (*GetAnalyticsViewRequest) GetNamespace

func (x *GetAnalyticsViewRequest) GetNamespace() string

func (*GetAnalyticsViewRequest) ProtoMessage

func (*GetAnalyticsViewRequest) ProtoMessage()

func (*GetAnalyticsViewRequest) ProtoReflect

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

func (*GetAnalyticsViewRequest) Reset

func (x *GetAnalyticsViewRequest) Reset()

func (*GetAnalyticsViewRequest) String

func (x *GetAnalyticsViewRequest) String() string

type GetAnalyticsViewResponse

type GetAnalyticsViewResponse struct {
	Response *Response            `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	View     *AnalyticsViewResult `protobuf:"bytes,2,opt,name=view,proto3" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnalyticsViewResponse) Descriptor deprecated

func (*GetAnalyticsViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAnalyticsViewResponse.ProtoReflect.Descriptor instead.

func (*GetAnalyticsViewResponse) GetResponse

func (x *GetAnalyticsViewResponse) GetResponse() *Response

func (*GetAnalyticsViewResponse) GetView

func (*GetAnalyticsViewResponse) ProtoMessage

func (*GetAnalyticsViewResponse) ProtoMessage()

func (*GetAnalyticsViewResponse) ProtoReflect

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

func (*GetAnalyticsViewResponse) Reset

func (x *GetAnalyticsViewResponse) Reset()

func (*GetAnalyticsViewResponse) String

func (x *GetAnalyticsViewResponse) String() string

type GetAuditLogsRequest

type GetAuditLogsRequest struct {
	Limit     int32  `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset    int32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	StartDate string `protobuf:"bytes,3,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate   string `protobuf:"bytes,4,opt,name=endDate,proto3" json:"endDate,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuditLogsRequest) Descriptor deprecated

func (*GetAuditLogsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAuditLogsRequest.ProtoReflect.Descriptor instead.

func (*GetAuditLogsRequest) GetEndDate

func (x *GetAuditLogsRequest) GetEndDate() string

func (*GetAuditLogsRequest) GetLimit

func (x *GetAuditLogsRequest) GetLimit() int32

func (*GetAuditLogsRequest) GetOffset

func (x *GetAuditLogsRequest) GetOffset() int32

func (*GetAuditLogsRequest) GetStartDate

func (x *GetAuditLogsRequest) GetStartDate() string

func (*GetAuditLogsRequest) ProtoMessage

func (*GetAuditLogsRequest) ProtoMessage()

func (*GetAuditLogsRequest) ProtoReflect

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

func (*GetAuditLogsRequest) Reset

func (x *GetAuditLogsRequest) Reset()

func (*GetAuditLogsRequest) String

func (x *GetAuditLogsRequest) String() string

type GetAuditLogsResponse

type GetAuditLogsResponse struct {
	Response *Response   `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Logs     []*AuditLog `protobuf:"bytes,2,rep,name=logs,proto3" json:"logs,omitempty"`
	Count    int32       `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuditLogsResponse) Descriptor deprecated

func (*GetAuditLogsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAuditLogsResponse.ProtoReflect.Descriptor instead.

func (*GetAuditLogsResponse) GetCount

func (x *GetAuditLogsResponse) GetCount() int32

func (*GetAuditLogsResponse) GetLogs

func (x *GetAuditLogsResponse) GetLogs() []*AuditLog

func (*GetAuditLogsResponse) GetResponse

func (x *GetAuditLogsResponse) GetResponse() *Response

func (*GetAuditLogsResponse) ProtoMessage

func (*GetAuditLogsResponse) ProtoMessage()

func (*GetAuditLogsResponse) ProtoReflect

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

func (*GetAuditLogsResponse) Reset

func (x *GetAuditLogsResponse) Reset()

func (*GetAuditLogsResponse) String

func (x *GetAuditLogsResponse) String() string

type GetBillingPlansRequest

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

* Billing

func (*GetBillingPlansRequest) Descriptor deprecated

func (*GetBillingPlansRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBillingPlansRequest.ProtoReflect.Descriptor instead.

func (*GetBillingPlansRequest) ProtoMessage

func (*GetBillingPlansRequest) ProtoMessage()

func (*GetBillingPlansRequest) ProtoReflect

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

func (*GetBillingPlansRequest) Reset

func (x *GetBillingPlansRequest) Reset()

func (*GetBillingPlansRequest) String

func (x *GetBillingPlansRequest) String() string

type GetBillingPlansResponse

type GetBillingPlansResponse struct {
	Response *Response                              `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Plans    []*GetBillingPlansResponse_BillingPlan `protobuf:"bytes,2,rep,name=plans,proto3" json:"plans,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingPlansResponse) Descriptor deprecated

func (*GetBillingPlansResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBillingPlansResponse.ProtoReflect.Descriptor instead.

func (*GetBillingPlansResponse) GetPlans

func (*GetBillingPlansResponse) GetResponse

func (x *GetBillingPlansResponse) GetResponse() *Response

func (*GetBillingPlansResponse) ProtoMessage

func (*GetBillingPlansResponse) ProtoMessage()

func (*GetBillingPlansResponse) ProtoReflect

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

func (*GetBillingPlansResponse) Reset

func (x *GetBillingPlansResponse) Reset()

func (*GetBillingPlansResponse) String

func (x *GetBillingPlansResponse) String() string

type GetBillingPlansResponse_BillingPlan

type GetBillingPlansResponse_BillingPlan struct {
	Id       string                                        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string                                        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Price    int32                                         `protobuf:"varint,3,opt,name=price,proto3" json:"price,omitempty"`
	Features []*GetBillingPlansResponse_BillingPlanFeature `protobuf:"bytes,4,rep,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingPlansResponse_BillingPlan) Descriptor deprecated

func (*GetBillingPlansResponse_BillingPlan) Descriptor() ([]byte, []int)

Deprecated: Use GetBillingPlansResponse_BillingPlan.ProtoReflect.Descriptor instead.

func (*GetBillingPlansResponse_BillingPlan) GetFeatures

func (*GetBillingPlansResponse_BillingPlan) GetId

func (*GetBillingPlansResponse_BillingPlan) GetName

func (*GetBillingPlansResponse_BillingPlan) GetPrice

func (*GetBillingPlansResponse_BillingPlan) ProtoMessage

func (*GetBillingPlansResponse_BillingPlan) ProtoMessage()

func (*GetBillingPlansResponse_BillingPlan) ProtoReflect

func (*GetBillingPlansResponse_BillingPlan) Reset

func (*GetBillingPlansResponse_BillingPlan) String

type GetBillingPlansResponse_BillingPlanFeature

type GetBillingPlansResponse_BillingPlanFeature struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Limit       *int32 `protobuf:"varint,4,opt,name=limit,proto3,oneof" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingPlansResponse_BillingPlanFeature) Descriptor deprecated

Deprecated: Use GetBillingPlansResponse_BillingPlanFeature.ProtoReflect.Descriptor instead.

func (*GetBillingPlansResponse_BillingPlanFeature) GetDescription

func (*GetBillingPlansResponse_BillingPlanFeature) GetId

func (*GetBillingPlansResponse_BillingPlanFeature) GetLimit

func (*GetBillingPlansResponse_BillingPlanFeature) ProtoMessage

func (*GetBillingPlansResponse_BillingPlanFeature) ProtoReflect

func (*GetBillingPlansResponse_BillingPlanFeature) Reset

func (*GetBillingPlansResponse_BillingPlanFeature) String

type GetChangelogBySchemaVersionRequest

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

func (*GetChangelogBySchemaVersionRequest) Descriptor deprecated

func (*GetChangelogBySchemaVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetChangelogBySchemaVersionRequest.ProtoReflect.Descriptor instead.

func (*GetChangelogBySchemaVersionRequest) GetSchemaVersionId

func (x *GetChangelogBySchemaVersionRequest) GetSchemaVersionId() string

func (*GetChangelogBySchemaVersionRequest) ProtoMessage

func (*GetChangelogBySchemaVersionRequest) ProtoMessage()

func (*GetChangelogBySchemaVersionRequest) ProtoReflect

func (*GetChangelogBySchemaVersionRequest) Reset

func (*GetChangelogBySchemaVersionRequest) String

type GetChangelogBySchemaVersionResponse

type GetChangelogBySchemaVersionResponse struct {
	Response  *Response                      `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Changelog *FederatedGraphChangelogOutput `protobuf:"bytes,2,opt,name=changelog,proto3" json:"changelog,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChangelogBySchemaVersionResponse) Descriptor deprecated

func (*GetChangelogBySchemaVersionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetChangelogBySchemaVersionResponse.ProtoReflect.Descriptor instead.

func (*GetChangelogBySchemaVersionResponse) GetChangelog

func (*GetChangelogBySchemaVersionResponse) GetResponse

func (*GetChangelogBySchemaVersionResponse) ProtoMessage

func (*GetChangelogBySchemaVersionResponse) ProtoMessage()

func (*GetChangelogBySchemaVersionResponse) ProtoReflect

func (*GetChangelogBySchemaVersionResponse) Reset

func (*GetChangelogBySchemaVersionResponse) String

type GetCheckOperationsRequest

type GetCheckOperationsRequest struct {
	CheckId   string `protobuf:"bytes,1,opt,name=check_id,json=checkId,proto3" json:"check_id,omitempty"`
	GraphName string `protobuf:"bytes,2,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCheckOperationsRequest) Descriptor deprecated

func (*GetCheckOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCheckOperationsRequest.ProtoReflect.Descriptor instead.

func (*GetCheckOperationsRequest) GetCheckId

func (x *GetCheckOperationsRequest) GetCheckId() string

func (*GetCheckOperationsRequest) GetGraphName

func (x *GetCheckOperationsRequest) GetGraphName() string

func (*GetCheckOperationsRequest) GetNamespace

func (x *GetCheckOperationsRequest) GetNamespace() string

func (*GetCheckOperationsRequest) ProtoMessage

func (*GetCheckOperationsRequest) ProtoMessage()

func (*GetCheckOperationsRequest) ProtoReflect

func (*GetCheckOperationsRequest) Reset

func (x *GetCheckOperationsRequest) Reset()

func (*GetCheckOperationsRequest) String

func (x *GetCheckOperationsRequest) String() string

type GetCheckOperationsResponse

type GetCheckOperationsResponse struct {
	Response         *Response                                    `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Operations       []*GetCheckOperationsResponse_CheckOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"`
	TrafficCheckDays int32                                        `protobuf:"varint,3,opt,name=traffic_check_days,json=trafficCheckDays,proto3" json:"traffic_check_days,omitempty"`
	CreatedAt        string                                       `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCheckOperationsResponse) Descriptor deprecated

func (*GetCheckOperationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCheckOperationsResponse.ProtoReflect.Descriptor instead.

func (*GetCheckOperationsResponse) GetCreatedAt

func (x *GetCheckOperationsResponse) GetCreatedAt() string

func (*GetCheckOperationsResponse) GetOperations

func (*GetCheckOperationsResponse) GetResponse

func (x *GetCheckOperationsResponse) GetResponse() *Response

func (*GetCheckOperationsResponse) GetTrafficCheckDays

func (x *GetCheckOperationsResponse) GetTrafficCheckDays() int32

func (*GetCheckOperationsResponse) ProtoMessage

func (*GetCheckOperationsResponse) ProtoMessage()

func (*GetCheckOperationsResponse) ProtoReflect

func (*GetCheckOperationsResponse) Reset

func (x *GetCheckOperationsResponse) Reset()

func (*GetCheckOperationsResponse) String

func (x *GetCheckOperationsResponse) String() string

type GetCheckOperationsResponse_CheckOperation

type GetCheckOperationsResponse_CheckOperation struct {
	Hash                 string          `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Name                 string          `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type                 string          `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	FirstSeenAt          string          `protobuf:"bytes,4,opt,name=first_seen_at,json=firstSeenAt,proto3" json:"first_seen_at,omitempty"`
	LastSeenAt           string          `protobuf:"bytes,5,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,omitempty"`
	ImpactingChanges     []*SchemaChange `protobuf:"bytes,6,rep,name=impacting_changes,json=impactingChanges,proto3" json:"impacting_changes,omitempty"`
	IsSafe               bool            `protobuf:"varint,7,opt,name=is_safe,json=isSafe,proto3" json:"is_safe,omitempty"`
	HasIgnoreAllOverride bool            `protobuf:"varint,8,opt,name=hasIgnoreAllOverride,proto3" json:"hasIgnoreAllOverride,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCheckOperationsResponse_CheckOperation) Descriptor deprecated

func (*GetCheckOperationsResponse_CheckOperation) Descriptor() ([]byte, []int)

Deprecated: Use GetCheckOperationsResponse_CheckOperation.ProtoReflect.Descriptor instead.

func (*GetCheckOperationsResponse_CheckOperation) GetFirstSeenAt

func (*GetCheckOperationsResponse_CheckOperation) GetHasIgnoreAllOverride

func (x *GetCheckOperationsResponse_CheckOperation) GetHasIgnoreAllOverride() bool

func (*GetCheckOperationsResponse_CheckOperation) GetHash

func (*GetCheckOperationsResponse_CheckOperation) GetImpactingChanges

func (x *GetCheckOperationsResponse_CheckOperation) GetImpactingChanges() []*SchemaChange

func (*GetCheckOperationsResponse_CheckOperation) GetIsSafe

func (*GetCheckOperationsResponse_CheckOperation) GetLastSeenAt

func (*GetCheckOperationsResponse_CheckOperation) GetName

func (*GetCheckOperationsResponse_CheckOperation) GetType

func (*GetCheckOperationsResponse_CheckOperation) ProtoMessage

func (*GetCheckOperationsResponse_CheckOperation) ProtoReflect

func (*GetCheckOperationsResponse_CheckOperation) Reset

func (*GetCheckOperationsResponse_CheckOperation) String

type GetCheckSummaryRequest

type GetCheckSummaryRequest struct {
	CheckId   string `protobuf:"bytes,1,opt,name=check_id,json=checkId,proto3" json:"check_id,omitempty"`
	GraphName string `protobuf:"bytes,2,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCheckSummaryRequest) Descriptor deprecated

func (*GetCheckSummaryRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCheckSummaryRequest.ProtoReflect.Descriptor instead.

func (*GetCheckSummaryRequest) GetCheckId

func (x *GetCheckSummaryRequest) GetCheckId() string

func (*GetCheckSummaryRequest) GetGraphName

func (x *GetCheckSummaryRequest) GetGraphName() string

func (*GetCheckSummaryRequest) GetNamespace

func (x *GetCheckSummaryRequest) GetNamespace() string

func (*GetCheckSummaryRequest) ProtoMessage

func (*GetCheckSummaryRequest) ProtoMessage()

func (*GetCheckSummaryRequest) ProtoReflect

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

func (*GetCheckSummaryRequest) Reset

func (x *GetCheckSummaryRequest) Reset()

func (*GetCheckSummaryRequest) String

func (x *GetCheckSummaryRequest) String() string

type GetCheckSummaryResponse

type GetCheckSummaryResponse struct {
	Response                  *Response                                `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Check                     *SchemaCheck                             `protobuf:"bytes,2,opt,name=check,proto3" json:"check,omitempty"`
	AffectedGraphs            []*GetCheckSummaryResponse_AffectedGraph `protobuf:"bytes,3,rep,name=affected_graphs,json=affectedGraphs,proto3" json:"affected_graphs,omitempty"`
	ProposedSubgraphSchemaSDL *string                                  `protobuf:"bytes,4,opt,name=proposedSubgraphSchemaSDL,proto3,oneof" json:"proposedSubgraphSchemaSDL,omitempty"`
	Changes                   []*SchemaChange                          `protobuf:"bytes,6,rep,name=changes,proto3" json:"changes,omitempty"`
	CompositionErrors         []string                                 `protobuf:"bytes,7,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	TrafficCheckDays          int32                                    `protobuf:"varint,8,opt,name=traffic_check_days,json=trafficCheckDays,proto3" json:"traffic_check_days,omitempty"`
	LintIssues                []*LintIssue                             `protobuf:"bytes,9,rep,name=lintIssues,proto3" json:"lintIssues,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCheckSummaryResponse) Descriptor deprecated

func (*GetCheckSummaryResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCheckSummaryResponse.ProtoReflect.Descriptor instead.

func (*GetCheckSummaryResponse) GetAffectedGraphs

func (*GetCheckSummaryResponse) GetChanges

func (x *GetCheckSummaryResponse) GetChanges() []*SchemaChange

func (*GetCheckSummaryResponse) GetCheck

func (x *GetCheckSummaryResponse) GetCheck() *SchemaCheck

func (*GetCheckSummaryResponse) GetCompositionErrors

func (x *GetCheckSummaryResponse) GetCompositionErrors() []string

func (*GetCheckSummaryResponse) GetLintIssues

func (x *GetCheckSummaryResponse) GetLintIssues() []*LintIssue

func (*GetCheckSummaryResponse) GetProposedSubgraphSchemaSDL

func (x *GetCheckSummaryResponse) GetProposedSubgraphSchemaSDL() string

func (*GetCheckSummaryResponse) GetResponse

func (x *GetCheckSummaryResponse) GetResponse() *Response

func (*GetCheckSummaryResponse) GetTrafficCheckDays

func (x *GetCheckSummaryResponse) GetTrafficCheckDays() int32

func (*GetCheckSummaryResponse) ProtoMessage

func (*GetCheckSummaryResponse) ProtoMessage()

func (*GetCheckSummaryResponse) ProtoReflect

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

func (*GetCheckSummaryResponse) Reset

func (x *GetCheckSummaryResponse) Reset()

func (*GetCheckSummaryResponse) String

func (x *GetCheckSummaryResponse) String() string

type GetCheckSummaryResponse_AffectedGraph

type GetCheckSummaryResponse_AffectedGraph struct {
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TrafficCheckDays int32  `protobuf:"varint,2,opt,name=traffic_check_days,json=trafficCheckDays,proto3" json:"traffic_check_days,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCheckSummaryResponse_AffectedGraph) Descriptor deprecated

func (*GetCheckSummaryResponse_AffectedGraph) Descriptor() ([]byte, []int)

Deprecated: Use GetCheckSummaryResponse_AffectedGraph.ProtoReflect.Descriptor instead.

func (*GetCheckSummaryResponse_AffectedGraph) GetId

func (*GetCheckSummaryResponse_AffectedGraph) GetTrafficCheckDays

func (x *GetCheckSummaryResponse_AffectedGraph) GetTrafficCheckDays() int32

func (*GetCheckSummaryResponse_AffectedGraph) ProtoMessage

func (*GetCheckSummaryResponse_AffectedGraph) ProtoMessage()

func (*GetCheckSummaryResponse_AffectedGraph) ProtoReflect

func (*GetCheckSummaryResponse_AffectedGraph) Reset

func (*GetCheckSummaryResponse_AffectedGraph) String

type GetChecksByFederatedGraphNameRequest

type GetChecksByFederatedGraphNameRequest struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Limit     int32  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset    int32  `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	StartDate string `protobuf:"bytes,4,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate   string `protobuf:"bytes,5,opt,name=endDate,proto3" json:"endDate,omitempty"`
	Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChecksByFederatedGraphNameRequest) Descriptor deprecated

func (*GetChecksByFederatedGraphNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetChecksByFederatedGraphNameRequest.ProtoReflect.Descriptor instead.

func (*GetChecksByFederatedGraphNameRequest) GetEndDate

func (*GetChecksByFederatedGraphNameRequest) GetLimit

func (*GetChecksByFederatedGraphNameRequest) GetName

func (*GetChecksByFederatedGraphNameRequest) GetNamespace

func (x *GetChecksByFederatedGraphNameRequest) GetNamespace() string

func (*GetChecksByFederatedGraphNameRequest) GetOffset

func (*GetChecksByFederatedGraphNameRequest) GetStartDate

func (x *GetChecksByFederatedGraphNameRequest) GetStartDate() string

func (*GetChecksByFederatedGraphNameRequest) ProtoMessage

func (*GetChecksByFederatedGraphNameRequest) ProtoMessage()

func (*GetChecksByFederatedGraphNameRequest) ProtoReflect

func (*GetChecksByFederatedGraphNameRequest) Reset

func (*GetChecksByFederatedGraphNameRequest) String

type GetChecksByFederatedGraphNameResponse

type GetChecksByFederatedGraphNameResponse struct {
	Response                    *Response      `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Checks                      []*SchemaCheck `protobuf:"bytes,2,rep,name=checks,proto3" json:"checks,omitempty"`
	ChecksCountBasedOnDateRange int32          `protobuf:"varint,3,opt,name=checksCountBasedOnDateRange,proto3" json:"checksCountBasedOnDateRange,omitempty"`
	TotalChecksCount            int32          `protobuf:"varint,4,opt,name=totalChecksCount,proto3" json:"totalChecksCount,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChecksByFederatedGraphNameResponse) Descriptor deprecated

func (*GetChecksByFederatedGraphNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetChecksByFederatedGraphNameResponse.ProtoReflect.Descriptor instead.

func (*GetChecksByFederatedGraphNameResponse) GetChecks

func (*GetChecksByFederatedGraphNameResponse) GetChecksCountBasedOnDateRange

func (x *GetChecksByFederatedGraphNameResponse) GetChecksCountBasedOnDateRange() int32

func (*GetChecksByFederatedGraphNameResponse) GetResponse

func (*GetChecksByFederatedGraphNameResponse) GetTotalChecksCount

func (x *GetChecksByFederatedGraphNameResponse) GetTotalChecksCount() int32

func (*GetChecksByFederatedGraphNameResponse) ProtoMessage

func (*GetChecksByFederatedGraphNameResponse) ProtoMessage()

func (*GetChecksByFederatedGraphNameResponse) ProtoReflect

func (*GetChecksByFederatedGraphNameResponse) Reset

func (*GetChecksByFederatedGraphNameResponse) String

type GetClientsRequest

type GetClientsRequest struct {
	FedGraphName string `protobuf:"bytes,1,opt,name=fedGraphName,proto3" json:"fedGraphName,omitempty"`
	Namespace    string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetClientsRequest) Descriptor deprecated

func (*GetClientsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetClientsRequest.ProtoReflect.Descriptor instead.

func (*GetClientsRequest) GetFedGraphName

func (x *GetClientsRequest) GetFedGraphName() string

func (*GetClientsRequest) GetNamespace

func (x *GetClientsRequest) GetNamespace() string

func (*GetClientsRequest) ProtoMessage

func (*GetClientsRequest) ProtoMessage()

func (*GetClientsRequest) ProtoReflect

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

func (*GetClientsRequest) Reset

func (x *GetClientsRequest) Reset()

func (*GetClientsRequest) String

func (x *GetClientsRequest) String() string

type GetClientsResponse

type GetClientsResponse struct {
	Response *Response     `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Clients  []*ClientInfo `protobuf:"bytes,2,rep,name=clients,proto3" json:"clients,omitempty"`
	// contains filtered or unexported fields
}

func (*GetClientsResponse) Descriptor deprecated

func (*GetClientsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetClientsResponse.ProtoReflect.Descriptor instead.

func (*GetClientsResponse) GetClients

func (x *GetClientsResponse) GetClients() []*ClientInfo

func (*GetClientsResponse) GetResponse

func (x *GetClientsResponse) GetResponse() *Response

func (*GetClientsResponse) ProtoMessage

func (*GetClientsResponse) ProtoMessage()

func (*GetClientsResponse) ProtoReflect

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

func (*GetClientsResponse) Reset

func (x *GetClientsResponse) Reset()

func (*GetClientsResponse) String

func (x *GetClientsResponse) String() string

type GetCompositionDetailsRequest

type GetCompositionDetailsRequest struct {
	CompositionId string `protobuf:"bytes,1,opt,name=compositionId,proto3" json:"compositionId,omitempty"`
	Namespace     string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCompositionDetailsRequest) Descriptor deprecated

func (*GetCompositionDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCompositionDetailsRequest.ProtoReflect.Descriptor instead.

func (*GetCompositionDetailsRequest) GetCompositionId

func (x *GetCompositionDetailsRequest) GetCompositionId() string

func (*GetCompositionDetailsRequest) GetNamespace

func (x *GetCompositionDetailsRequest) GetNamespace() string

func (*GetCompositionDetailsRequest) ProtoMessage

func (*GetCompositionDetailsRequest) ProtoMessage()

func (*GetCompositionDetailsRequest) ProtoReflect

func (*GetCompositionDetailsRequest) Reset

func (x *GetCompositionDetailsRequest) Reset()

func (*GetCompositionDetailsRequest) String

type GetCompositionDetailsResponse

type GetCompositionDetailsResponse struct {
	Response                *Response                   `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Composition             *GraphComposition           `protobuf:"bytes,2,opt,name=composition,proto3" json:"composition,omitempty"`
	CompositionSubgraphs    []*GraphCompositionSubgraph `protobuf:"bytes,3,rep,name=compositionSubgraphs,proto3" json:"compositionSubgraphs,omitempty"`
	ChangeCounts            *ChangeCounts               `protobuf:"bytes,4,opt,name=changeCounts,proto3" json:"changeCounts,omitempty"`
	FeatureFlagCompositions []*FeatureFlagComposition   `protobuf:"bytes,5,rep,name=featureFlagCompositions,proto3" json:"featureFlagCompositions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCompositionDetailsResponse) Descriptor deprecated

func (*GetCompositionDetailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCompositionDetailsResponse.ProtoReflect.Descriptor instead.

func (*GetCompositionDetailsResponse) GetChangeCounts

func (x *GetCompositionDetailsResponse) GetChangeCounts() *ChangeCounts

func (*GetCompositionDetailsResponse) GetComposition

func (x *GetCompositionDetailsResponse) GetComposition() *GraphComposition

func (*GetCompositionDetailsResponse) GetCompositionSubgraphs

func (x *GetCompositionDetailsResponse) GetCompositionSubgraphs() []*GraphCompositionSubgraph

func (*GetCompositionDetailsResponse) GetFeatureFlagCompositions

func (x *GetCompositionDetailsResponse) GetFeatureFlagCompositions() []*FeatureFlagComposition

func (*GetCompositionDetailsResponse) GetResponse

func (x *GetCompositionDetailsResponse) GetResponse() *Response

func (*GetCompositionDetailsResponse) ProtoMessage

func (*GetCompositionDetailsResponse) ProtoMessage()

func (*GetCompositionDetailsResponse) ProtoReflect

func (*GetCompositionDetailsResponse) Reset

func (x *GetCompositionDetailsResponse) Reset()

func (*GetCompositionDetailsResponse) String

type GetCompositionsRequest

type GetCompositionsRequest struct {
	FedGraphName                   string `protobuf:"bytes,1,opt,name=fedGraphName,proto3" json:"fedGraphName,omitempty"`
	Limit                          int32  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset                         int32  `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	StartDate                      string `protobuf:"bytes,4,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate                        string `protobuf:"bytes,5,opt,name=endDate,proto3" json:"endDate,omitempty"`
	Namespace                      string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"`
	ExcludeFeatureFlagCompositions bool   `protobuf:"varint,7,opt,name=excludeFeatureFlagCompositions,proto3" json:"excludeFeatureFlagCompositions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCompositionsRequest) Descriptor deprecated

func (*GetCompositionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCompositionsRequest.ProtoReflect.Descriptor instead.

func (*GetCompositionsRequest) GetEndDate

func (x *GetCompositionsRequest) GetEndDate() string

func (*GetCompositionsRequest) GetExcludeFeatureFlagCompositions

func (x *GetCompositionsRequest) GetExcludeFeatureFlagCompositions() bool

func (*GetCompositionsRequest) GetFedGraphName

func (x *GetCompositionsRequest) GetFedGraphName() string

func (*GetCompositionsRequest) GetLimit

func (x *GetCompositionsRequest) GetLimit() int32

func (*GetCompositionsRequest) GetNamespace

func (x *GetCompositionsRequest) GetNamespace() string

func (*GetCompositionsRequest) GetOffset

func (x *GetCompositionsRequest) GetOffset() int32

func (*GetCompositionsRequest) GetStartDate

func (x *GetCompositionsRequest) GetStartDate() string

func (*GetCompositionsRequest) ProtoMessage

func (*GetCompositionsRequest) ProtoMessage()

func (*GetCompositionsRequest) ProtoReflect

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

func (*GetCompositionsRequest) Reset

func (x *GetCompositionsRequest) Reset()

func (*GetCompositionsRequest) String

func (x *GetCompositionsRequest) String() string

type GetCompositionsResponse

type GetCompositionsResponse struct {
	Response     *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Compositions []*GraphComposition `protobuf:"bytes,2,rep,name=compositions,proto3" json:"compositions,omitempty"`
	Count        int32               `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCompositionsResponse) Descriptor deprecated

func (*GetCompositionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCompositionsResponse.ProtoReflect.Descriptor instead.

func (*GetCompositionsResponse) GetCompositions

func (x *GetCompositionsResponse) GetCompositions() []*GraphComposition

func (*GetCompositionsResponse) GetCount

func (x *GetCompositionsResponse) GetCount() int32

func (*GetCompositionsResponse) GetResponse

func (x *GetCompositionsResponse) GetResponse() *Response

func (*GetCompositionsResponse) ProtoMessage

func (*GetCompositionsResponse) ProtoMessage()

func (*GetCompositionsResponse) ProtoReflect

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

func (*GetCompositionsResponse) Reset

func (x *GetCompositionsResponse) Reset()

func (*GetCompositionsResponse) String

func (x *GetCompositionsResponse) String() string

type GetDashboardAnalyticsViewRequest

type GetDashboardAnalyticsViewRequest struct {
	FederatedGraphName string `protobuf:"bytes,1,opt,name=federatedGraphName,proto3" json:"federatedGraphName,omitempty"`
	StartDate          string `protobuf:"bytes,2,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate            string `protobuf:"bytes,3,opt,name=endDate,proto3" json:"endDate,omitempty"`
	Range              int32  `protobuf:"varint,4,opt,name=range,proto3" json:"range,omitempty"`
	Namespace          string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDashboardAnalyticsViewRequest) Descriptor deprecated

func (*GetDashboardAnalyticsViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDashboardAnalyticsViewRequest.ProtoReflect.Descriptor instead.

func (*GetDashboardAnalyticsViewRequest) GetEndDate

func (x *GetDashboardAnalyticsViewRequest) GetEndDate() string

func (*GetDashboardAnalyticsViewRequest) GetFederatedGraphName

func (x *GetDashboardAnalyticsViewRequest) GetFederatedGraphName() string

func (*GetDashboardAnalyticsViewRequest) GetNamespace

func (x *GetDashboardAnalyticsViewRequest) GetNamespace() string

func (*GetDashboardAnalyticsViewRequest) GetRange

func (*GetDashboardAnalyticsViewRequest) GetStartDate

func (x *GetDashboardAnalyticsViewRequest) GetStartDate() string

func (*GetDashboardAnalyticsViewRequest) ProtoMessage

func (*GetDashboardAnalyticsViewRequest) ProtoMessage()

func (*GetDashboardAnalyticsViewRequest) ProtoReflect

func (*GetDashboardAnalyticsViewRequest) Reset

func (*GetDashboardAnalyticsViewRequest) String

type GetDashboardAnalyticsViewResponse

type GetDashboardAnalyticsViewResponse struct {
	Response                *Response                `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	RequestSeries           []*RequestSeriesItem     `protobuf:"bytes,2,rep,name=requestSeries,proto3" json:"requestSeries,omitempty"`
	MostRequestedOperations []*OperationRequestCount `protobuf:"bytes,3,rep,name=mostRequestedOperations,proto3" json:"mostRequestedOperations,omitempty"`
	SubgraphMetrics         []*SubgraphMetrics       `protobuf:"bytes,4,rep,name=subgraphMetrics,proto3" json:"subgraphMetrics,omitempty"`
	FederatedGraphMetrics   *FederatedGraphMetrics   `protobuf:"bytes,5,opt,name=federatedGraphMetrics,proto3" json:"federatedGraphMetrics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDashboardAnalyticsViewResponse) Descriptor deprecated

func (*GetDashboardAnalyticsViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDashboardAnalyticsViewResponse.ProtoReflect.Descriptor instead.

func (*GetDashboardAnalyticsViewResponse) GetFederatedGraphMetrics

func (x *GetDashboardAnalyticsViewResponse) GetFederatedGraphMetrics() *FederatedGraphMetrics

func (*GetDashboardAnalyticsViewResponse) GetMostRequestedOperations

func (x *GetDashboardAnalyticsViewResponse) GetMostRequestedOperations() []*OperationRequestCount

func (*GetDashboardAnalyticsViewResponse) GetRequestSeries

func (x *GetDashboardAnalyticsViewResponse) GetRequestSeries() []*RequestSeriesItem

func (*GetDashboardAnalyticsViewResponse) GetResponse

func (x *GetDashboardAnalyticsViewResponse) GetResponse() *Response

func (*GetDashboardAnalyticsViewResponse) GetSubgraphMetrics

func (x *GetDashboardAnalyticsViewResponse) GetSubgraphMetrics() []*SubgraphMetrics

func (*GetDashboardAnalyticsViewResponse) ProtoMessage

func (*GetDashboardAnalyticsViewResponse) ProtoMessage()

func (*GetDashboardAnalyticsViewResponse) ProtoReflect

func (*GetDashboardAnalyticsViewResponse) Reset

func (*GetDashboardAnalyticsViewResponse) String

type GetDiscussionRequest

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

func (*GetDiscussionRequest) Descriptor deprecated

func (*GetDiscussionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscussionRequest.ProtoReflect.Descriptor instead.

func (*GetDiscussionRequest) GetDiscussionId

func (x *GetDiscussionRequest) GetDiscussionId() string

func (*GetDiscussionRequest) ProtoMessage

func (*GetDiscussionRequest) ProtoMessage()

func (*GetDiscussionRequest) ProtoReflect

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

func (*GetDiscussionRequest) Reset

func (x *GetDiscussionRequest) Reset()

func (*GetDiscussionRequest) String

func (x *GetDiscussionRequest) String() string

type GetDiscussionResponse

type GetDiscussionResponse struct {
	Response   *Response            `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Discussion *Discussion          `protobuf:"bytes,2,opt,name=discussion,proto3" json:"discussion,omitempty"`
	Comments   []*DiscussionComment `protobuf:"bytes,3,rep,name=comments,proto3" json:"comments,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDiscussionResponse) Descriptor deprecated

func (*GetDiscussionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscussionResponse.ProtoReflect.Descriptor instead.

func (*GetDiscussionResponse) GetComments

func (x *GetDiscussionResponse) GetComments() []*DiscussionComment

func (*GetDiscussionResponse) GetDiscussion

func (x *GetDiscussionResponse) GetDiscussion() *Discussion

func (*GetDiscussionResponse) GetResponse

func (x *GetDiscussionResponse) GetResponse() *Response

func (*GetDiscussionResponse) ProtoMessage

func (*GetDiscussionResponse) ProtoMessage()

func (*GetDiscussionResponse) ProtoReflect

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

func (*GetDiscussionResponse) Reset

func (x *GetDiscussionResponse) Reset()

func (*GetDiscussionResponse) String

func (x *GetDiscussionResponse) String() string

type GetDiscussionSchemasRequest

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

func (*GetDiscussionSchemasRequest) Descriptor deprecated

func (*GetDiscussionSchemasRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscussionSchemasRequest.ProtoReflect.Descriptor instead.

func (*GetDiscussionSchemasRequest) GetDiscussionId

func (x *GetDiscussionSchemasRequest) GetDiscussionId() string

func (*GetDiscussionSchemasRequest) ProtoMessage

func (*GetDiscussionSchemasRequest) ProtoMessage()

func (*GetDiscussionSchemasRequest) ProtoReflect

func (*GetDiscussionSchemasRequest) Reset

func (x *GetDiscussionSchemasRequest) Reset()

func (*GetDiscussionSchemasRequest) String

func (x *GetDiscussionSchemasRequest) String() string

type GetDiscussionSchemasResponse

type GetDiscussionSchemasResponse struct {
	Response *Response                             `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Schemas  *GetDiscussionSchemasResponse_Schemas `protobuf:"bytes,4,opt,name=schemas,proto3" json:"schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDiscussionSchemasResponse) Descriptor deprecated

func (*GetDiscussionSchemasResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscussionSchemasResponse.ProtoReflect.Descriptor instead.

func (*GetDiscussionSchemasResponse) GetResponse

func (x *GetDiscussionSchemasResponse) GetResponse() *Response

func (*GetDiscussionSchemasResponse) GetSchemas

func (*GetDiscussionSchemasResponse) ProtoMessage

func (*GetDiscussionSchemasResponse) ProtoMessage()

func (*GetDiscussionSchemasResponse) ProtoReflect

func (*GetDiscussionSchemasResponse) Reset

func (x *GetDiscussionSchemasResponse) Reset()

func (*GetDiscussionSchemasResponse) String

type GetDiscussionSchemasResponse_Schemas

type GetDiscussionSchemasResponse_Schemas struct {
	Reference string `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	Latest    string `protobuf:"bytes,2,opt,name=latest,proto3" json:"latest,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDiscussionSchemasResponse_Schemas) Descriptor deprecated

func (*GetDiscussionSchemasResponse_Schemas) Descriptor() ([]byte, []int)

Deprecated: Use GetDiscussionSchemasResponse_Schemas.ProtoReflect.Descriptor instead.

func (*GetDiscussionSchemasResponse_Schemas) GetLatest

func (*GetDiscussionSchemasResponse_Schemas) GetReference

func (x *GetDiscussionSchemasResponse_Schemas) GetReference() string

func (*GetDiscussionSchemasResponse_Schemas) ProtoMessage

func (*GetDiscussionSchemasResponse_Schemas) ProtoMessage()

func (*GetDiscussionSchemasResponse_Schemas) ProtoReflect

func (*GetDiscussionSchemasResponse_Schemas) Reset

func (*GetDiscussionSchemasResponse_Schemas) String

type GetFeatureFlagByNameRequest

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

func (*GetFeatureFlagByNameRequest) Descriptor deprecated

func (*GetFeatureFlagByNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureFlagByNameRequest.ProtoReflect.Descriptor instead.

func (*GetFeatureFlagByNameRequest) GetName

func (x *GetFeatureFlagByNameRequest) GetName() string

func (*GetFeatureFlagByNameRequest) GetNamespace

func (x *GetFeatureFlagByNameRequest) GetNamespace() string

func (*GetFeatureFlagByNameRequest) ProtoMessage

func (*GetFeatureFlagByNameRequest) ProtoMessage()

func (*GetFeatureFlagByNameRequest) ProtoReflect

func (*GetFeatureFlagByNameRequest) Reset

func (x *GetFeatureFlagByNameRequest) Reset()

func (*GetFeatureFlagByNameRequest) String

func (x *GetFeatureFlagByNameRequest) String() string

type GetFeatureFlagByNameResponse

type GetFeatureFlagByNameResponse struct {
	Response         *Response                                        `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	FeatureFlag      *FeatureFlag                                     `protobuf:"bytes,2,opt,name=feature_flag,json=featureFlag,proto3" json:"feature_flag,omitempty"`
	FederatedGraphs  []*GetFeatureFlagByNameResponse_FfFederatedGraph `protobuf:"bytes,3,rep,name=federated_graphs,json=federatedGraphs,proto3" json:"federated_graphs,omitempty"`
	FeatureSubgraphs []*Subgraph                                      `protobuf:"bytes,4,rep,name=feature_subgraphs,json=featureSubgraphs,proto3" json:"feature_subgraphs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureFlagByNameResponse) Descriptor deprecated

func (*GetFeatureFlagByNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureFlagByNameResponse.ProtoReflect.Descriptor instead.

func (*GetFeatureFlagByNameResponse) GetFeatureFlag

func (x *GetFeatureFlagByNameResponse) GetFeatureFlag() *FeatureFlag

func (*GetFeatureFlagByNameResponse) GetFeatureSubgraphs

func (x *GetFeatureFlagByNameResponse) GetFeatureSubgraphs() []*Subgraph

func (*GetFeatureFlagByNameResponse) GetFederatedGraphs

func (*GetFeatureFlagByNameResponse) GetResponse

func (x *GetFeatureFlagByNameResponse) GetResponse() *Response

func (*GetFeatureFlagByNameResponse) ProtoMessage

func (*GetFeatureFlagByNameResponse) ProtoMessage()

func (*GetFeatureFlagByNameResponse) ProtoReflect

func (*GetFeatureFlagByNameResponse) Reset

func (x *GetFeatureFlagByNameResponse) Reset()

func (*GetFeatureFlagByNameResponse) String

type GetFeatureFlagByNameResponse_FfFederatedGraph

type GetFeatureFlagByNameResponse_FfFederatedGraph struct {
	FederatedGraph *FederatedGraph `protobuf:"bytes,1,opt,name=federated_graph,json=federatedGraph,proto3" json:"federated_graph,omitempty"`
	IsConnected    bool            `protobuf:"varint,2,opt,name=is_connected,json=isConnected,proto3" json:"is_connected,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureFlagByNameResponse_FfFederatedGraph) Descriptor deprecated

Deprecated: Use GetFeatureFlagByNameResponse_FfFederatedGraph.ProtoReflect.Descriptor instead.

func (*GetFeatureFlagByNameResponse_FfFederatedGraph) GetFederatedGraph

func (*GetFeatureFlagByNameResponse_FfFederatedGraph) GetIsConnected

func (*GetFeatureFlagByNameResponse_FfFederatedGraph) ProtoMessage

func (*GetFeatureFlagByNameResponse_FfFederatedGraph) ProtoReflect

func (*GetFeatureFlagByNameResponse_FfFederatedGraph) Reset

func (*GetFeatureFlagByNameResponse_FfFederatedGraph) String

type GetFeatureFlagsByFederatedGraphRequest

type GetFeatureFlagsByFederatedGraphRequest struct {
	FederatedGraphName string  `protobuf:"bytes,1,opt,name=federated_graph_name,json=federatedGraphName,proto3" json:"federated_graph_name,omitempty"`
	Limit              int32   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset             int32   `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Namespace          string  `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Query              *string `protobuf:"bytes,5,opt,name=query,proto3,oneof" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureFlagsByFederatedGraphRequest) Descriptor deprecated

func (*GetFeatureFlagsByFederatedGraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureFlagsByFederatedGraphRequest.ProtoReflect.Descriptor instead.

func (*GetFeatureFlagsByFederatedGraphRequest) GetFederatedGraphName

func (x *GetFeatureFlagsByFederatedGraphRequest) GetFederatedGraphName() string

func (*GetFeatureFlagsByFederatedGraphRequest) GetLimit

func (*GetFeatureFlagsByFederatedGraphRequest) GetNamespace

func (*GetFeatureFlagsByFederatedGraphRequest) GetOffset

func (*GetFeatureFlagsByFederatedGraphRequest) GetQuery

func (*GetFeatureFlagsByFederatedGraphRequest) ProtoMessage

func (*GetFeatureFlagsByFederatedGraphRequest) ProtoReflect

func (*GetFeatureFlagsByFederatedGraphRequest) Reset

func (*GetFeatureFlagsByFederatedGraphRequest) String

type GetFeatureFlagsByFederatedGraphResponse

type GetFeatureFlagsByFederatedGraphResponse struct {
	Response     *Response      `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	FeatureFlags []*FeatureFlag `protobuf:"bytes,2,rep,name=feature_flags,json=featureFlags,proto3" json:"feature_flags,omitempty"`
	TotalCount   int32          `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureFlagsByFederatedGraphResponse) Descriptor deprecated

func (*GetFeatureFlagsByFederatedGraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureFlagsByFederatedGraphResponse.ProtoReflect.Descriptor instead.

func (*GetFeatureFlagsByFederatedGraphResponse) GetFeatureFlags

func (x *GetFeatureFlagsByFederatedGraphResponse) GetFeatureFlags() []*FeatureFlag

func (*GetFeatureFlagsByFederatedGraphResponse) GetResponse

func (*GetFeatureFlagsByFederatedGraphResponse) GetTotalCount

func (*GetFeatureFlagsByFederatedGraphResponse) ProtoMessage

func (*GetFeatureFlagsByFederatedGraphResponse) ProtoReflect

func (*GetFeatureFlagsByFederatedGraphResponse) Reset

func (*GetFeatureFlagsByFederatedGraphResponse) String

type GetFeatureFlagsRequest

type GetFeatureFlagsRequest struct {
	Limit     int32   `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset    int32   `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Namespace string  `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Query     *string `protobuf:"bytes,4,opt,name=query,proto3,oneof" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureFlagsRequest) Descriptor deprecated

func (*GetFeatureFlagsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureFlagsRequest.ProtoReflect.Descriptor instead.

func (*GetFeatureFlagsRequest) GetLimit

func (x *GetFeatureFlagsRequest) GetLimit() int32

func (*GetFeatureFlagsRequest) GetNamespace

func (x *GetFeatureFlagsRequest) GetNamespace() string

func (*GetFeatureFlagsRequest) GetOffset

func (x *GetFeatureFlagsRequest) GetOffset() int32

func (*GetFeatureFlagsRequest) GetQuery

func (x *GetFeatureFlagsRequest) GetQuery() string

func (*GetFeatureFlagsRequest) ProtoMessage

func (*GetFeatureFlagsRequest) ProtoMessage()

func (*GetFeatureFlagsRequest) ProtoReflect

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

func (*GetFeatureFlagsRequest) Reset

func (x *GetFeatureFlagsRequest) Reset()

func (*GetFeatureFlagsRequest) String

func (x *GetFeatureFlagsRequest) String() string

type GetFeatureFlagsResponse

type GetFeatureFlagsResponse struct {
	Response     *Response      `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	FeatureFlags []*FeatureFlag `protobuf:"bytes,2,rep,name=feature_flags,json=featureFlags,proto3" json:"feature_flags,omitempty"`
	TotalCount   int32          `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureFlagsResponse) Descriptor deprecated

func (*GetFeatureFlagsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureFlagsResponse.ProtoReflect.Descriptor instead.

func (*GetFeatureFlagsResponse) GetFeatureFlags

func (x *GetFeatureFlagsResponse) GetFeatureFlags() []*FeatureFlag

func (*GetFeatureFlagsResponse) GetResponse

func (x *GetFeatureFlagsResponse) GetResponse() *Response

func (*GetFeatureFlagsResponse) GetTotalCount

func (x *GetFeatureFlagsResponse) GetTotalCount() int32

func (*GetFeatureFlagsResponse) ProtoMessage

func (*GetFeatureFlagsResponse) ProtoMessage()

func (*GetFeatureFlagsResponse) ProtoReflect

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

func (*GetFeatureFlagsResponse) Reset

func (x *GetFeatureFlagsResponse) Reset()

func (*GetFeatureFlagsResponse) String

func (x *GetFeatureFlagsResponse) String() string

type GetFeatureSubgraphsByFeatureFlagRequest

type GetFeatureSubgraphsByFeatureFlagRequest struct {
	FeatureFlagName string `protobuf:"bytes,1,opt,name=feature_flag_name,json=featureFlagName,proto3" json:"feature_flag_name,omitempty"`
	Namespace       string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureSubgraphsByFeatureFlagRequest) Descriptor deprecated

func (*GetFeatureSubgraphsByFeatureFlagRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureSubgraphsByFeatureFlagRequest.ProtoReflect.Descriptor instead.

func (*GetFeatureSubgraphsByFeatureFlagRequest) GetFeatureFlagName

func (x *GetFeatureSubgraphsByFeatureFlagRequest) GetFeatureFlagName() string

func (*GetFeatureSubgraphsByFeatureFlagRequest) GetNamespace

func (*GetFeatureSubgraphsByFeatureFlagRequest) ProtoMessage

func (*GetFeatureSubgraphsByFeatureFlagRequest) ProtoReflect

func (*GetFeatureSubgraphsByFeatureFlagRequest) Reset

func (*GetFeatureSubgraphsByFeatureFlagRequest) String

type GetFeatureSubgraphsByFeatureFlagResponse

type GetFeatureSubgraphsByFeatureFlagResponse struct {
	Response         *Response   `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	FeatureSubgraphs []*Subgraph `protobuf:"bytes,2,rep,name=feature_subgraphs,json=featureSubgraphs,proto3" json:"feature_subgraphs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureSubgraphsByFeatureFlagResponse) Descriptor deprecated

func (*GetFeatureSubgraphsByFeatureFlagResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureSubgraphsByFeatureFlagResponse.ProtoReflect.Descriptor instead.

func (*GetFeatureSubgraphsByFeatureFlagResponse) GetFeatureSubgraphs

func (x *GetFeatureSubgraphsByFeatureFlagResponse) GetFeatureSubgraphs() []*Subgraph

func (*GetFeatureSubgraphsByFeatureFlagResponse) GetResponse

func (*GetFeatureSubgraphsByFeatureFlagResponse) ProtoMessage

func (*GetFeatureSubgraphsByFeatureFlagResponse) ProtoReflect

func (*GetFeatureSubgraphsByFeatureFlagResponse) Reset

func (*GetFeatureSubgraphsByFeatureFlagResponse) String

type GetFeatureSubgraphsRequest

type GetFeatureSubgraphsRequest struct {
	Limit     int32   `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset    int32   `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Namespace string  `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Query     *string `protobuf:"bytes,4,opt,name=query,proto3,oneof" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureSubgraphsRequest) Descriptor deprecated

func (*GetFeatureSubgraphsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureSubgraphsRequest.ProtoReflect.Descriptor instead.

func (*GetFeatureSubgraphsRequest) GetLimit

func (x *GetFeatureSubgraphsRequest) GetLimit() int32

func (*GetFeatureSubgraphsRequest) GetNamespace

func (x *GetFeatureSubgraphsRequest) GetNamespace() string

func (*GetFeatureSubgraphsRequest) GetOffset

func (x *GetFeatureSubgraphsRequest) GetOffset() int32

func (*GetFeatureSubgraphsRequest) GetQuery

func (x *GetFeatureSubgraphsRequest) GetQuery() string

func (*GetFeatureSubgraphsRequest) ProtoMessage

func (*GetFeatureSubgraphsRequest) ProtoMessage()

func (*GetFeatureSubgraphsRequest) ProtoReflect

func (*GetFeatureSubgraphsRequest) Reset

func (x *GetFeatureSubgraphsRequest) Reset()

func (*GetFeatureSubgraphsRequest) String

func (x *GetFeatureSubgraphsRequest) String() string

type GetFeatureSubgraphsResponse

type GetFeatureSubgraphsResponse struct {
	Response         *Response   `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	FeatureSubgraphs []*Subgraph `protobuf:"bytes,2,rep,name=feature_subgraphs,json=featureSubgraphs,proto3" json:"feature_subgraphs,omitempty"`
	Count            int32       `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureSubgraphsResponse) Descriptor deprecated

func (*GetFeatureSubgraphsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureSubgraphsResponse.ProtoReflect.Descriptor instead.

func (*GetFeatureSubgraphsResponse) GetCount

func (x *GetFeatureSubgraphsResponse) GetCount() int32

func (*GetFeatureSubgraphsResponse) GetFeatureSubgraphs

func (x *GetFeatureSubgraphsResponse) GetFeatureSubgraphs() []*Subgraph

func (*GetFeatureSubgraphsResponse) GetResponse

func (x *GetFeatureSubgraphsResponse) GetResponse() *Response

func (*GetFeatureSubgraphsResponse) ProtoMessage

func (*GetFeatureSubgraphsResponse) ProtoMessage()

func (*GetFeatureSubgraphsResponse) ProtoReflect

func (*GetFeatureSubgraphsResponse) Reset

func (x *GetFeatureSubgraphsResponse) Reset()

func (*GetFeatureSubgraphsResponse) String

func (x *GetFeatureSubgraphsResponse) String() string

type GetFederatedGraphByNameRequest

type GetFederatedGraphByNameRequest struct {
	Name           string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IncludeMetrics bool   `protobuf:"varint,2,opt,name=includeMetrics,proto3" json:"includeMetrics,omitempty"`
	Namespace      string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphByNameRequest) Descriptor deprecated

func (*GetFederatedGraphByNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphByNameRequest.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphByNameRequest) GetIncludeMetrics

func (x *GetFederatedGraphByNameRequest) GetIncludeMetrics() bool

func (*GetFederatedGraphByNameRequest) GetName

func (*GetFederatedGraphByNameRequest) GetNamespace

func (x *GetFederatedGraphByNameRequest) GetNamespace() string

func (*GetFederatedGraphByNameRequest) ProtoMessage

func (*GetFederatedGraphByNameRequest) ProtoMessage()

func (*GetFederatedGraphByNameRequest) ProtoReflect

func (*GetFederatedGraphByNameRequest) Reset

func (x *GetFederatedGraphByNameRequest) Reset()

func (*GetFederatedGraphByNameRequest) String

type GetFederatedGraphByNameResponse

type GetFederatedGraphByNameResponse struct {
	Response                             *Response       `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Graph                                *FederatedGraph `protobuf:"bytes,2,opt,name=graph,proto3" json:"graph,omitempty"`
	Subgraphs                            []*Subgraph     `protobuf:"bytes,3,rep,name=subgraphs,proto3" json:"subgraphs,omitempty"`
	GraphRequestToken                    string          `protobuf:"bytes,4,opt,name=graphRequestToken,proto3" json:"graphRequestToken,omitempty"`
	FeatureFlagsInLatestValidComposition []*FeatureFlag  `protobuf:"bytes,5,rep,name=featureFlagsInLatestValidComposition,proto3" json:"featureFlagsInLatestValidComposition,omitempty"`
	// includes all the feature subgraphs that are part of the federated graph,
	// even the ones that are not part of the latest composition
	FeatureSubgraphs []*Subgraph `protobuf:"bytes,6,rep,name=featureSubgraphs,proto3" json:"featureSubgraphs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphByNameResponse) Descriptor deprecated

func (*GetFederatedGraphByNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphByNameResponse.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphByNameResponse) GetFeatureFlagsInLatestValidComposition

func (x *GetFederatedGraphByNameResponse) GetFeatureFlagsInLatestValidComposition() []*FeatureFlag

func (*GetFederatedGraphByNameResponse) GetFeatureSubgraphs

func (x *GetFederatedGraphByNameResponse) GetFeatureSubgraphs() []*Subgraph

func (*GetFederatedGraphByNameResponse) GetGraph

func (*GetFederatedGraphByNameResponse) GetGraphRequestToken

func (x *GetFederatedGraphByNameResponse) GetGraphRequestToken() string

func (*GetFederatedGraphByNameResponse) GetResponse

func (x *GetFederatedGraphByNameResponse) GetResponse() *Response

func (*GetFederatedGraphByNameResponse) GetSubgraphs

func (x *GetFederatedGraphByNameResponse) GetSubgraphs() []*Subgraph

func (*GetFederatedGraphByNameResponse) ProtoMessage

func (*GetFederatedGraphByNameResponse) ProtoMessage()

func (*GetFederatedGraphByNameResponse) ProtoReflect

func (*GetFederatedGraphByNameResponse) Reset

func (*GetFederatedGraphByNameResponse) String

type GetFederatedGraphChangelogRequest

type GetFederatedGraphChangelogRequest struct {
	Name       string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	DateRange  *DateRange  `protobuf:"bytes,3,opt,name=dateRange,proto3" json:"dateRange,omitempty"`
	Namespace  string      `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphChangelogRequest) Descriptor deprecated

func (*GetFederatedGraphChangelogRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphChangelogRequest.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphChangelogRequest) GetDateRange

func (x *GetFederatedGraphChangelogRequest) GetDateRange() *DateRange

func (*GetFederatedGraphChangelogRequest) GetName

func (*GetFederatedGraphChangelogRequest) GetNamespace

func (x *GetFederatedGraphChangelogRequest) GetNamespace() string

func (*GetFederatedGraphChangelogRequest) GetPagination

func (x *GetFederatedGraphChangelogRequest) GetPagination() *Pagination

func (*GetFederatedGraphChangelogRequest) ProtoMessage

func (*GetFederatedGraphChangelogRequest) ProtoMessage()

func (*GetFederatedGraphChangelogRequest) ProtoReflect

func (*GetFederatedGraphChangelogRequest) Reset

func (*GetFederatedGraphChangelogRequest) String

type GetFederatedGraphChangelogResponse

type GetFederatedGraphChangelogResponse struct {
	Response                      *Response                        `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	FederatedGraphChangelogOutput []*FederatedGraphChangelogOutput `protobuf:"bytes,2,rep,name=federatedGraphChangelogOutput,proto3" json:"federatedGraphChangelogOutput,omitempty"`
	HasNextPage                   bool                             `protobuf:"varint,3,opt,name=hasNextPage,proto3" json:"hasNextPage,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphChangelogResponse) Descriptor deprecated

func (*GetFederatedGraphChangelogResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphChangelogResponse.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphChangelogResponse) GetFederatedGraphChangelogOutput

func (x *GetFederatedGraphChangelogResponse) GetFederatedGraphChangelogOutput() []*FederatedGraphChangelogOutput

func (*GetFederatedGraphChangelogResponse) GetHasNextPage

func (x *GetFederatedGraphChangelogResponse) GetHasNextPage() bool

func (*GetFederatedGraphChangelogResponse) GetResponse

func (x *GetFederatedGraphChangelogResponse) GetResponse() *Response

func (*GetFederatedGraphChangelogResponse) ProtoMessage

func (*GetFederatedGraphChangelogResponse) ProtoMessage()

func (*GetFederatedGraphChangelogResponse) ProtoReflect

func (*GetFederatedGraphChangelogResponse) Reset

func (*GetFederatedGraphChangelogResponse) String

type GetFederatedGraphSDLByNameRequest

type GetFederatedGraphSDLByNameRequest struct {
	Name            string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace       string  `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FeatureFlagName *string `protobuf:"bytes,3,opt,name=feature_flag_name,json=featureFlagName,proto3,oneof" json:"feature_flag_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphSDLByNameRequest) Descriptor deprecated

func (*GetFederatedGraphSDLByNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphSDLByNameRequest.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphSDLByNameRequest) GetFeatureFlagName

func (x *GetFederatedGraphSDLByNameRequest) GetFeatureFlagName() string

func (*GetFederatedGraphSDLByNameRequest) GetName

func (*GetFederatedGraphSDLByNameRequest) GetNamespace

func (x *GetFederatedGraphSDLByNameRequest) GetNamespace() string

func (*GetFederatedGraphSDLByNameRequest) ProtoMessage

func (*GetFederatedGraphSDLByNameRequest) ProtoMessage()

func (*GetFederatedGraphSDLByNameRequest) ProtoReflect

func (*GetFederatedGraphSDLByNameRequest) Reset

func (*GetFederatedGraphSDLByNameRequest) String

type GetFederatedGraphSDLByNameResponse

type GetFederatedGraphSDLByNameResponse struct {
	Response     *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Sdl          *string   `protobuf:"bytes,2,opt,name=sdl,proto3,oneof" json:"sdl,omitempty"`
	VersionId    *string   `protobuf:"bytes,3,opt,name=version_id,json=versionId,proto3,oneof" json:"version_id,omitempty"`
	ClientSchema *string   `protobuf:"bytes,4,opt,name=client_schema,json=clientSchema,proto3,oneof" json:"client_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphSDLByNameResponse) Descriptor deprecated

func (*GetFederatedGraphSDLByNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphSDLByNameResponse.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphSDLByNameResponse) GetClientSchema

func (x *GetFederatedGraphSDLByNameResponse) GetClientSchema() string

func (*GetFederatedGraphSDLByNameResponse) GetResponse

func (x *GetFederatedGraphSDLByNameResponse) GetResponse() *Response

func (*GetFederatedGraphSDLByNameResponse) GetSdl

func (*GetFederatedGraphSDLByNameResponse) GetVersionId

func (x *GetFederatedGraphSDLByNameResponse) GetVersionId() string

func (*GetFederatedGraphSDLByNameResponse) ProtoMessage

func (*GetFederatedGraphSDLByNameResponse) ProtoMessage()

func (*GetFederatedGraphSDLByNameResponse) ProtoReflect

func (*GetFederatedGraphSDLByNameResponse) Reset

func (*GetFederatedGraphSDLByNameResponse) String

type GetFederatedGraphsBySubgraphLabelsRequest

type GetFederatedGraphsBySubgraphLabelsRequest struct {
	SubgraphName string `protobuf:"bytes,1,opt,name=subgraphName,proto3" json:"subgraphName,omitempty"`
	Namespace    string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphsBySubgraphLabelsRequest) Descriptor deprecated

func (*GetFederatedGraphsBySubgraphLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphsBySubgraphLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphsBySubgraphLabelsRequest) GetNamespace

func (*GetFederatedGraphsBySubgraphLabelsRequest) GetSubgraphName

func (*GetFederatedGraphsBySubgraphLabelsRequest) ProtoMessage

func (*GetFederatedGraphsBySubgraphLabelsRequest) ProtoReflect

func (*GetFederatedGraphsBySubgraphLabelsRequest) Reset

func (*GetFederatedGraphsBySubgraphLabelsRequest) String

type GetFederatedGraphsBySubgraphLabelsResponse

type GetFederatedGraphsBySubgraphLabelsResponse struct {
	Response *Response         `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Graphs   []*FederatedGraph `protobuf:"bytes,2,rep,name=graphs,proto3" json:"graphs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphsBySubgraphLabelsResponse) Descriptor deprecated

Deprecated: Use GetFederatedGraphsBySubgraphLabelsResponse.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphsBySubgraphLabelsResponse) GetGraphs

func (*GetFederatedGraphsBySubgraphLabelsResponse) GetResponse

func (*GetFederatedGraphsBySubgraphLabelsResponse) ProtoMessage

func (*GetFederatedGraphsBySubgraphLabelsResponse) ProtoReflect

func (*GetFederatedGraphsBySubgraphLabelsResponse) Reset

func (*GetFederatedGraphsBySubgraphLabelsResponse) String

type GetFederatedGraphsRequest

type GetFederatedGraphsRequest struct {
	Limit              int32  `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset             int32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	IncludeMetrics     bool   `protobuf:"varint,3,opt,name=includeMetrics,proto3" json:"includeMetrics,omitempty"`
	Namespace          string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	SupportsFederation *bool  `protobuf:"varint,5,opt,name=supports_federation,json=supportsFederation,proto3,oneof" json:"supports_federation,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphsRequest) Descriptor deprecated

func (*GetFederatedGraphsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphsRequest.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphsRequest) GetIncludeMetrics

func (x *GetFederatedGraphsRequest) GetIncludeMetrics() bool

func (*GetFederatedGraphsRequest) GetLimit

func (x *GetFederatedGraphsRequest) GetLimit() int32

func (*GetFederatedGraphsRequest) GetNamespace

func (x *GetFederatedGraphsRequest) GetNamespace() string

func (*GetFederatedGraphsRequest) GetOffset

func (x *GetFederatedGraphsRequest) GetOffset() int32

func (*GetFederatedGraphsRequest) GetSupportsFederation

func (x *GetFederatedGraphsRequest) GetSupportsFederation() bool

func (*GetFederatedGraphsRequest) ProtoMessage

func (*GetFederatedGraphsRequest) ProtoMessage()

func (*GetFederatedGraphsRequest) ProtoReflect

func (*GetFederatedGraphsRequest) Reset

func (x *GetFederatedGraphsRequest) Reset()

func (*GetFederatedGraphsRequest) String

func (x *GetFederatedGraphsRequest) String() string

type GetFederatedGraphsResponse

type GetFederatedGraphsResponse struct {
	Response *Response         `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Graphs   []*FederatedGraph `protobuf:"bytes,2,rep,name=graphs,proto3" json:"graphs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedGraphsResponse) Descriptor deprecated

func (*GetFederatedGraphsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedGraphsResponse.ProtoReflect.Descriptor instead.

func (*GetFederatedGraphsResponse) GetGraphs

func (x *GetFederatedGraphsResponse) GetGraphs() []*FederatedGraph

func (*GetFederatedGraphsResponse) GetResponse

func (x *GetFederatedGraphsResponse) GetResponse() *Response

func (*GetFederatedGraphsResponse) ProtoMessage

func (*GetFederatedGraphsResponse) ProtoMessage()

func (*GetFederatedGraphsResponse) ProtoReflect

func (*GetFederatedGraphsResponse) Reset

func (x *GetFederatedGraphsResponse) Reset()

func (*GetFederatedGraphsResponse) String

func (x *GetFederatedGraphsResponse) String() string

type GetFederatedResponse

type GetFederatedResponse struct {
	Response           *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	FederatedSchemaSDL string    `protobuf:"bytes,2,opt,name=FederatedSchemaSDL,proto3" json:"FederatedSchemaSDL,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFederatedResponse) Descriptor deprecated

func (*GetFederatedResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFederatedResponse.ProtoReflect.Descriptor instead.

func (*GetFederatedResponse) GetFederatedSchemaSDL

func (x *GetFederatedResponse) GetFederatedSchemaSDL() string

func (*GetFederatedResponse) GetResponse

func (x *GetFederatedResponse) GetResponse() *Response

func (*GetFederatedResponse) ProtoMessage

func (*GetFederatedResponse) ProtoMessage()

func (*GetFederatedResponse) ProtoReflect

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

func (*GetFederatedResponse) Reset

func (x *GetFederatedResponse) Reset()

func (*GetFederatedResponse) String

func (x *GetFederatedResponse) String() string

type GetFieldUsageRequest

type GetFieldUsageRequest struct {
	GraphName       string     `protobuf:"bytes,1,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	NamedType       *string    `protobuf:"bytes,2,opt,name=namedType,proto3,oneof" json:"namedType,omitempty"`
	Typename        *string    `protobuf:"bytes,3,opt,name=typename,proto3,oneof" json:"typename,omitempty"`
	Field           *string    `protobuf:"bytes,4,opt,name=field,proto3,oneof" json:"field,omitempty"`
	Range           *int32     `protobuf:"varint,5,opt,name=range,proto3,oneof" json:"range,omitempty"`
	DateRange       *DateRange `protobuf:"bytes,6,opt,name=dateRange,proto3" json:"dateRange,omitempty"`
	Namespace       string     `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FeatureFlagName *string    `protobuf:"bytes,8,opt,name=feature_flag_name,json=featureFlagName,proto3,oneof" json:"feature_flag_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFieldUsageRequest) Descriptor deprecated

func (*GetFieldUsageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFieldUsageRequest.ProtoReflect.Descriptor instead.

func (*GetFieldUsageRequest) GetDateRange

func (x *GetFieldUsageRequest) GetDateRange() *DateRange

func (*GetFieldUsageRequest) GetFeatureFlagName

func (x *GetFieldUsageRequest) GetFeatureFlagName() string

func (*GetFieldUsageRequest) GetField

func (x *GetFieldUsageRequest) GetField() string

func (*GetFieldUsageRequest) GetGraphName

func (x *GetFieldUsageRequest) GetGraphName() string

func (*GetFieldUsageRequest) GetNamedType

func (x *GetFieldUsageRequest) GetNamedType() string

func (*GetFieldUsageRequest) GetNamespace

func (x *GetFieldUsageRequest) GetNamespace() string

func (*GetFieldUsageRequest) GetRange

func (x *GetFieldUsageRequest) GetRange() int32

func (*GetFieldUsageRequest) GetTypename

func (x *GetFieldUsageRequest) GetTypename() string

func (*GetFieldUsageRequest) ProtoMessage

func (*GetFieldUsageRequest) ProtoMessage()

func (*GetFieldUsageRequest) ProtoReflect

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

func (*GetFieldUsageRequest) Reset

func (x *GetFieldUsageRequest) Reset()

func (*GetFieldUsageRequest) String

func (x *GetFieldUsageRequest) String() string

type GetFieldUsageResponse

type GetFieldUsageResponse struct {
	Response      *Response               `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	RequestSeries []*RequestSeriesItem    `protobuf:"bytes,2,rep,name=request_series,json=requestSeries,proto3" json:"request_series,omitempty"`
	Clients       []*ClientWithOperations `protobuf:"bytes,3,rep,name=clients,proto3" json:"clients,omitempty"`
	Meta          *FieldUsageMeta         `protobuf:"bytes,4,opt,name=meta,proto3" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFieldUsageResponse) Descriptor deprecated

func (*GetFieldUsageResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFieldUsageResponse.ProtoReflect.Descriptor instead.

func (*GetFieldUsageResponse) GetClients

func (x *GetFieldUsageResponse) GetClients() []*ClientWithOperations

func (*GetFieldUsageResponse) GetMeta

func (x *GetFieldUsageResponse) GetMeta() *FieldUsageMeta

func (*GetFieldUsageResponse) GetRequestSeries

func (x *GetFieldUsageResponse) GetRequestSeries() []*RequestSeriesItem

func (*GetFieldUsageResponse) GetResponse

func (x *GetFieldUsageResponse) GetResponse() *Response

func (*GetFieldUsageResponse) ProtoMessage

func (*GetFieldUsageResponse) ProtoMessage()

func (*GetFieldUsageResponse) ProtoReflect

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

func (*GetFieldUsageResponse) Reset

func (x *GetFieldUsageResponse) Reset()

func (*GetFieldUsageResponse) String

func (x *GetFieldUsageResponse) String() string

type GetGraphMetricsRequest

type GetGraphMetricsRequest struct {
	FederatedGraphName string             `protobuf:"bytes,1,opt,name=federatedGraphName,proto3" json:"federatedGraphName,omitempty"`
	Range              int32              `protobuf:"varint,2,opt,name=range,proto3" json:"range,omitempty"`
	DateRange          *DateRange         `protobuf:"bytes,3,opt,name=dateRange,proto3" json:"dateRange,omitempty"`
	Filters            []*AnalyticsFilter `protobuf:"bytes,4,rep,name=filters,proto3" json:"filters,omitempty"`
	Namespace          string             `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

* MetricsDashboard

func (*GetGraphMetricsRequest) Descriptor deprecated

func (*GetGraphMetricsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGraphMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetGraphMetricsRequest) GetDateRange

func (x *GetGraphMetricsRequest) GetDateRange() *DateRange

func (*GetGraphMetricsRequest) GetFederatedGraphName

func (x *GetGraphMetricsRequest) GetFederatedGraphName() string

func (*GetGraphMetricsRequest) GetFilters

func (x *GetGraphMetricsRequest) GetFilters() []*AnalyticsFilter

func (*GetGraphMetricsRequest) GetNamespace

func (x *GetGraphMetricsRequest) GetNamespace() string

func (*GetGraphMetricsRequest) GetRange

func (x *GetGraphMetricsRequest) GetRange() int32

func (*GetGraphMetricsRequest) ProtoMessage

func (*GetGraphMetricsRequest) ProtoMessage()

func (*GetGraphMetricsRequest) ProtoReflect

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

func (*GetGraphMetricsRequest) Reset

func (x *GetGraphMetricsRequest) Reset()

func (*GetGraphMetricsRequest) String

func (x *GetGraphMetricsRequest) String() string

type GetGraphMetricsResponse

type GetGraphMetricsResponse struct {
	Response   *Response                    `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Requests   *MetricsDashboardMetric      `protobuf:"bytes,2,opt,name=requests,proto3" json:"requests,omitempty"`
	Latency    *MetricsDashboardMetric      `protobuf:"bytes,3,opt,name=latency,proto3" json:"latency,omitempty"`
	Errors     *MetricsDashboardMetric      `protobuf:"bytes,4,opt,name=errors,proto3" json:"errors,omitempty"`
	Filters    []*AnalyticsViewResultFilter `protobuf:"bytes,5,rep,name=filters,proto3" json:"filters,omitempty"`
	Resolution *string                      `protobuf:"bytes,6,opt,name=resolution,proto3,oneof" json:"resolution,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGraphMetricsResponse) Descriptor deprecated

func (*GetGraphMetricsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetGraphMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetGraphMetricsResponse) GetErrors

func (*GetGraphMetricsResponse) GetFilters

func (*GetGraphMetricsResponse) GetLatency

func (*GetGraphMetricsResponse) GetRequests

func (*GetGraphMetricsResponse) GetResolution

func (x *GetGraphMetricsResponse) GetResolution() string

func (*GetGraphMetricsResponse) GetResponse

func (x *GetGraphMetricsResponse) GetResponse() *Response

func (*GetGraphMetricsResponse) ProtoMessage

func (*GetGraphMetricsResponse) ProtoMessage()

func (*GetGraphMetricsResponse) ProtoReflect

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

func (*GetGraphMetricsResponse) Reset

func (x *GetGraphMetricsResponse) Reset()

func (*GetGraphMetricsResponse) String

func (x *GetGraphMetricsResponse) String() string

type GetInvitationsRequest

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

func (*GetInvitationsRequest) Descriptor deprecated

func (*GetInvitationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInvitationsRequest.ProtoReflect.Descriptor instead.

func (*GetInvitationsRequest) ProtoMessage

func (*GetInvitationsRequest) ProtoMessage()

func (*GetInvitationsRequest) ProtoReflect

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

func (*GetInvitationsRequest) Reset

func (x *GetInvitationsRequest) Reset()

func (*GetInvitationsRequest) String

func (x *GetInvitationsRequest) String() string

type GetInvitationsResponse

type GetInvitationsResponse struct {
	Response    *Response             `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Invitations []*OrganizationInvite `protobuf:"bytes,2,rep,name=invitations,proto3" json:"invitations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInvitationsResponse) Descriptor deprecated

func (*GetInvitationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetInvitationsResponse.ProtoReflect.Descriptor instead.

func (*GetInvitationsResponse) GetInvitations

func (x *GetInvitationsResponse) GetInvitations() []*OrganizationInvite

func (*GetInvitationsResponse) GetResponse

func (x *GetInvitationsResponse) GetResponse() *Response

func (*GetInvitationsResponse) ProtoMessage

func (*GetInvitationsResponse) ProtoMessage()

func (*GetInvitationsResponse) ProtoReflect

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

func (*GetInvitationsResponse) Reset

func (x *GetInvitationsResponse) Reset()

func (*GetInvitationsResponse) String

func (x *GetInvitationsResponse) String() string

type GetLatestSubgraphSDLRequest

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

func (*GetLatestSubgraphSDLRequest) Descriptor deprecated

func (*GetLatestSubgraphSDLRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLatestSubgraphSDLRequest.ProtoReflect.Descriptor instead.

func (*GetLatestSubgraphSDLRequest) GetName

func (x *GetLatestSubgraphSDLRequest) GetName() string

func (*GetLatestSubgraphSDLRequest) GetNamespace

func (x *GetLatestSubgraphSDLRequest) GetNamespace() string

func (*GetLatestSubgraphSDLRequest) ProtoMessage

func (*GetLatestSubgraphSDLRequest) ProtoMessage()

func (*GetLatestSubgraphSDLRequest) ProtoReflect

func (*GetLatestSubgraphSDLRequest) Reset

func (x *GetLatestSubgraphSDLRequest) Reset()

func (*GetLatestSubgraphSDLRequest) String

func (x *GetLatestSubgraphSDLRequest) String() string

type GetLatestSubgraphSDLResponse

type GetLatestSubgraphSDLResponse struct {
	Response  *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Sdl       *string   `protobuf:"bytes,2,opt,name=sdl,proto3,oneof" json:"sdl,omitempty"`
	VersionId *string   `protobuf:"bytes,3,opt,name=version_id,json=versionId,proto3,oneof" json:"version_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestSubgraphSDLResponse) Descriptor deprecated

func (*GetLatestSubgraphSDLResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLatestSubgraphSDLResponse.ProtoReflect.Descriptor instead.

func (*GetLatestSubgraphSDLResponse) GetResponse

func (x *GetLatestSubgraphSDLResponse) GetResponse() *Response

func (*GetLatestSubgraphSDLResponse) GetSdl

func (*GetLatestSubgraphSDLResponse) GetVersionId

func (x *GetLatestSubgraphSDLResponse) GetVersionId() string

func (*GetLatestSubgraphSDLResponse) ProtoMessage

func (*GetLatestSubgraphSDLResponse) ProtoMessage()

func (*GetLatestSubgraphSDLResponse) ProtoReflect

func (*GetLatestSubgraphSDLResponse) Reset

func (x *GetLatestSubgraphSDLResponse) Reset()

func (*GetLatestSubgraphSDLResponse) String

type GetMetricsErrorRateRequest

type GetMetricsErrorRateRequest struct {
	FederatedGraphName string             `protobuf:"bytes,1,opt,name=federatedGraphName,proto3" json:"federatedGraphName,omitempty"`
	Range              int32              `protobuf:"varint,2,opt,name=range,proto3" json:"range,omitempty"`
	DateRange          *DateRange         `protobuf:"bytes,3,opt,name=dateRange,proto3" json:"dateRange,omitempty"`
	Filters            []*AnalyticsFilter `protobuf:"bytes,4,rep,name=filters,proto3" json:"filters,omitempty"`
	Namespace          string             `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetricsErrorRateRequest) Descriptor deprecated

func (*GetMetricsErrorRateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricsErrorRateRequest.ProtoReflect.Descriptor instead.

func (*GetMetricsErrorRateRequest) GetDateRange

func (x *GetMetricsErrorRateRequest) GetDateRange() *DateRange

func (*GetMetricsErrorRateRequest) GetFederatedGraphName

func (x *GetMetricsErrorRateRequest) GetFederatedGraphName() string

func (*GetMetricsErrorRateRequest) GetFilters

func (x *GetMetricsErrorRateRequest) GetFilters() []*AnalyticsFilter

func (*GetMetricsErrorRateRequest) GetNamespace

func (x *GetMetricsErrorRateRequest) GetNamespace() string

func (*GetMetricsErrorRateRequest) GetRange

func (x *GetMetricsErrorRateRequest) GetRange() int32

func (*GetMetricsErrorRateRequest) ProtoMessage

func (*GetMetricsErrorRateRequest) ProtoMessage()

func (*GetMetricsErrorRateRequest) ProtoReflect

func (*GetMetricsErrorRateRequest) Reset

func (x *GetMetricsErrorRateRequest) Reset()

func (*GetMetricsErrorRateRequest) String

func (x *GetMetricsErrorRateRequest) String() string

type GetMetricsErrorRateResponse

type GetMetricsErrorRateResponse struct {
	Response   *Response                     `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Series     []*MetricsErrorRateSeriesItem `protobuf:"bytes,2,rep,name=series,proto3" json:"series,omitempty"`
	Resolution *string                       `protobuf:"bytes,3,opt,name=resolution,proto3,oneof" json:"resolution,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetricsErrorRateResponse) Descriptor deprecated

func (*GetMetricsErrorRateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricsErrorRateResponse.ProtoReflect.Descriptor instead.

func (*GetMetricsErrorRateResponse) GetResolution

func (x *GetMetricsErrorRateResponse) GetResolution() string

func (*GetMetricsErrorRateResponse) GetResponse

func (x *GetMetricsErrorRateResponse) GetResponse() *Response

func (*GetMetricsErrorRateResponse) GetSeries

func (*GetMetricsErrorRateResponse) ProtoMessage

func (*GetMetricsErrorRateResponse) ProtoMessage()

func (*GetMetricsErrorRateResponse) ProtoReflect

func (*GetMetricsErrorRateResponse) Reset

func (x *GetMetricsErrorRateResponse) Reset()

func (*GetMetricsErrorRateResponse) String

func (x *GetMetricsErrorRateResponse) String() string

type GetNamespaceLintConfigRequest

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

func (*GetNamespaceLintConfigRequest) Descriptor deprecated

func (*GetNamespaceLintConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNamespaceLintConfigRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceLintConfigRequest) GetNamespace

func (x *GetNamespaceLintConfigRequest) GetNamespace() string

func (*GetNamespaceLintConfigRequest) ProtoMessage

func (*GetNamespaceLintConfigRequest) ProtoMessage()

func (*GetNamespaceLintConfigRequest) ProtoReflect

func (*GetNamespaceLintConfigRequest) Reset

func (x *GetNamespaceLintConfigRequest) Reset()

func (*GetNamespaceLintConfigRequest) String

type GetNamespaceLintConfigResponse

type GetNamespaceLintConfigResponse struct {
	Response      *Response     `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	LinterEnabled bool          `protobuf:"varint,2,opt,name=linterEnabled,proto3" json:"linterEnabled,omitempty"`
	Configs       []*LintConfig `protobuf:"bytes,3,rep,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceLintConfigResponse) Descriptor deprecated

func (*GetNamespaceLintConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetNamespaceLintConfigResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceLintConfigResponse) GetConfigs

func (x *GetNamespaceLintConfigResponse) GetConfigs() []*LintConfig

func (*GetNamespaceLintConfigResponse) GetLinterEnabled

func (x *GetNamespaceLintConfigResponse) GetLinterEnabled() bool

func (*GetNamespaceLintConfigResponse) GetResponse

func (x *GetNamespaceLintConfigResponse) GetResponse() *Response

func (*GetNamespaceLintConfigResponse) ProtoMessage

func (*GetNamespaceLintConfigResponse) ProtoMessage()

func (*GetNamespaceLintConfigResponse) ProtoReflect

func (*GetNamespaceLintConfigResponse) Reset

func (x *GetNamespaceLintConfigResponse) Reset()

func (*GetNamespaceLintConfigResponse) String

type GetNamespacesRequest

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

func (*GetNamespacesRequest) Descriptor deprecated

func (*GetNamespacesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNamespacesRequest.ProtoReflect.Descriptor instead.

func (*GetNamespacesRequest) ProtoMessage

func (*GetNamespacesRequest) ProtoMessage()

func (*GetNamespacesRequest) ProtoReflect

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

func (*GetNamespacesRequest) Reset

func (x *GetNamespacesRequest) Reset()

func (*GetNamespacesRequest) String

func (x *GetNamespacesRequest) String() string

type GetNamespacesResponse

type GetNamespacesResponse struct {
	Response   *Response    `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Namespaces []*Namespace `protobuf:"bytes,2,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespacesResponse) Descriptor deprecated

func (*GetNamespacesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetNamespacesResponse.ProtoReflect.Descriptor instead.

func (*GetNamespacesResponse) GetNamespaces

func (x *GetNamespacesResponse) GetNamespaces() []*Namespace

func (*GetNamespacesResponse) GetResponse

func (x *GetNamespacesResponse) GetResponse() *Response

func (*GetNamespacesResponse) ProtoMessage

func (*GetNamespacesResponse) ProtoMessage()

func (*GetNamespacesResponse) ProtoReflect

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

func (*GetNamespacesResponse) Reset

func (x *GetNamespacesResponse) Reset()

func (*GetNamespacesResponse) String

func (x *GetNamespacesResponse) String() string

type GetOIDCProviderRequest

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

func (*GetOIDCProviderRequest) Descriptor deprecated

func (*GetOIDCProviderRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOIDCProviderRequest.ProtoReflect.Descriptor instead.

func (*GetOIDCProviderRequest) ProtoMessage

func (*GetOIDCProviderRequest) ProtoMessage()

func (*GetOIDCProviderRequest) ProtoReflect

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

func (*GetOIDCProviderRequest) Reset

func (x *GetOIDCProviderRequest) Reset()

func (*GetOIDCProviderRequest) String

func (x *GetOIDCProviderRequest) String() string

type GetOIDCProviderResponse

type GetOIDCProviderResponse struct {
	Response           *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Name               string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Endpoint           string    `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	LoginURL           string    `protobuf:"bytes,4,opt,name=loginURL,proto3" json:"loginURL,omitempty"`
	SignInRedirectURL  string    `protobuf:"bytes,5,opt,name=signInRedirectURL,proto3" json:"signInRedirectURL,omitempty"`
	SignOutRedirectURL string    `protobuf:"bytes,6,opt,name=signOutRedirectURL,proto3" json:"signOutRedirectURL,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOIDCProviderResponse) Descriptor deprecated

func (*GetOIDCProviderResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOIDCProviderResponse.ProtoReflect.Descriptor instead.

func (*GetOIDCProviderResponse) GetEndpoint

func (x *GetOIDCProviderResponse) GetEndpoint() string

func (*GetOIDCProviderResponse) GetLoginURL

func (x *GetOIDCProviderResponse) GetLoginURL() string

func (*GetOIDCProviderResponse) GetName

func (x *GetOIDCProviderResponse) GetName() string

func (*GetOIDCProviderResponse) GetResponse

func (x *GetOIDCProviderResponse) GetResponse() *Response

func (*GetOIDCProviderResponse) GetSignInRedirectURL

func (x *GetOIDCProviderResponse) GetSignInRedirectURL() string

func (*GetOIDCProviderResponse) GetSignOutRedirectURL

func (x *GetOIDCProviderResponse) GetSignOutRedirectURL() string

func (*GetOIDCProviderResponse) ProtoMessage

func (*GetOIDCProviderResponse) ProtoMessage()

func (*GetOIDCProviderResponse) ProtoReflect

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

func (*GetOIDCProviderResponse) Reset

func (x *GetOIDCProviderResponse) Reset()

func (*GetOIDCProviderResponse) String

func (x *GetOIDCProviderResponse) String() string

type GetOperationContentRequest

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

func (*GetOperationContentRequest) Descriptor deprecated

func (*GetOperationContentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOperationContentRequest.ProtoReflect.Descriptor instead.

func (*GetOperationContentRequest) GetHash

func (x *GetOperationContentRequest) GetHash() string

func (*GetOperationContentRequest) ProtoMessage

func (*GetOperationContentRequest) ProtoMessage()

func (*GetOperationContentRequest) ProtoReflect

func (*GetOperationContentRequest) Reset

func (x *GetOperationContentRequest) Reset()

func (*GetOperationContentRequest) String

func (x *GetOperationContentRequest) String() string

type GetOperationContentResponse

type GetOperationContentResponse struct {
	Response         *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	OperationContent string    `protobuf:"bytes,2,opt,name=operation_content,json=operationContent,proto3" json:"operation_content,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOperationContentResponse) Descriptor deprecated

func (*GetOperationContentResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOperationContentResponse.ProtoReflect.Descriptor instead.

func (*GetOperationContentResponse) GetOperationContent

func (x *GetOperationContentResponse) GetOperationContent() string

func (*GetOperationContentResponse) GetResponse

func (x *GetOperationContentResponse) GetResponse() *Response

func (*GetOperationContentResponse) ProtoMessage

func (*GetOperationContentResponse) ProtoMessage()

func (*GetOperationContentResponse) ProtoReflect

func (*GetOperationContentResponse) Reset

func (x *GetOperationContentResponse) Reset()

func (*GetOperationContentResponse) String

func (x *GetOperationContentResponse) String() string

type GetOperationOverridesRequest

type GetOperationOverridesRequest struct {
	GraphName     string `protobuf:"bytes,1,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace     string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	OperationHash string `protobuf:"bytes,3,opt,name=operation_hash,json=operationHash,proto3" json:"operation_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOperationOverridesRequest) Descriptor deprecated

func (*GetOperationOverridesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOperationOverridesRequest.ProtoReflect.Descriptor instead.

func (*GetOperationOverridesRequest) GetGraphName

func (x *GetOperationOverridesRequest) GetGraphName() string

func (*GetOperationOverridesRequest) GetNamespace

func (x *GetOperationOverridesRequest) GetNamespace() string

func (*GetOperationOverridesRequest) GetOperationHash

func (x *GetOperationOverridesRequest) GetOperationHash() string

func (*GetOperationOverridesRequest) ProtoMessage

func (*GetOperationOverridesRequest) ProtoMessage()

func (*GetOperationOverridesRequest) ProtoReflect

func (*GetOperationOverridesRequest) Reset

func (x *GetOperationOverridesRequest) Reset()

func (*GetOperationOverridesRequest) String

type GetOperationOverridesResponse

type GetOperationOverridesResponse struct {
	Response  *Response         `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Changes   []*OverrideChange `protobuf:"bytes,2,rep,name=changes,proto3" json:"changes,omitempty"`
	IgnoreAll bool              `protobuf:"varint,3,opt,name=ignore_all,json=ignoreAll,proto3" json:"ignore_all,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOperationOverridesResponse) Descriptor deprecated

func (*GetOperationOverridesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOperationOverridesResponse.ProtoReflect.Descriptor instead.

func (*GetOperationOverridesResponse) GetChanges

func (x *GetOperationOverridesResponse) GetChanges() []*OverrideChange

func (*GetOperationOverridesResponse) GetIgnoreAll

func (x *GetOperationOverridesResponse) GetIgnoreAll() bool

func (*GetOperationOverridesResponse) GetResponse

func (x *GetOperationOverridesResponse) GetResponse() *Response

func (*GetOperationOverridesResponse) ProtoMessage

func (*GetOperationOverridesResponse) ProtoMessage()

func (*GetOperationOverridesResponse) ProtoReflect

func (*GetOperationOverridesResponse) Reset

func (x *GetOperationOverridesResponse) Reset()

func (*GetOperationOverridesResponse) String

type GetOrganizationIntegrationsRequest

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

func (*GetOrganizationIntegrationsRequest) Descriptor deprecated

func (*GetOrganizationIntegrationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationIntegrationsRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationIntegrationsRequest) ProtoMessage

func (*GetOrganizationIntegrationsRequest) ProtoMessage()

func (*GetOrganizationIntegrationsRequest) ProtoReflect

func (*GetOrganizationIntegrationsRequest) Reset

func (*GetOrganizationIntegrationsRequest) String

type GetOrganizationIntegrationsResponse

type GetOrganizationIntegrationsResponse struct {
	Response     *Response      `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Integrations []*Integration `protobuf:"bytes,2,rep,name=integrations,proto3" json:"integrations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationIntegrationsResponse) Descriptor deprecated

func (*GetOrganizationIntegrationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationIntegrationsResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationIntegrationsResponse) GetIntegrations

func (x *GetOrganizationIntegrationsResponse) GetIntegrations() []*Integration

func (*GetOrganizationIntegrationsResponse) GetResponse

func (*GetOrganizationIntegrationsResponse) ProtoMessage

func (*GetOrganizationIntegrationsResponse) ProtoMessage()

func (*GetOrganizationIntegrationsResponse) ProtoReflect

func (*GetOrganizationIntegrationsResponse) Reset

func (*GetOrganizationIntegrationsResponse) String

type GetOrganizationMembersRequest

type GetOrganizationMembersRequest struct {
	Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Search     *string     `protobuf:"bytes,2,opt,name=search,proto3,oneof" json:"search,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationMembersRequest) Descriptor deprecated

func (*GetOrganizationMembersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationMembersRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationMembersRequest) GetPagination

func (x *GetOrganizationMembersRequest) GetPagination() *Pagination

func (*GetOrganizationMembersRequest) GetSearch

func (x *GetOrganizationMembersRequest) GetSearch() string

func (*GetOrganizationMembersRequest) ProtoMessage

func (*GetOrganizationMembersRequest) ProtoMessage()

func (*GetOrganizationMembersRequest) ProtoReflect

func (*GetOrganizationMembersRequest) Reset

func (x *GetOrganizationMembersRequest) Reset()

func (*GetOrganizationMembersRequest) String

type GetOrganizationMembersResponse

type GetOrganizationMembersResponse struct {
	Response   *Response    `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Members    []*OrgMember `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
	TotalCount int32        `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationMembersResponse) Descriptor deprecated

func (*GetOrganizationMembersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationMembersResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationMembersResponse) GetMembers

func (x *GetOrganizationMembersResponse) GetMembers() []*OrgMember

func (*GetOrganizationMembersResponse) GetResponse

func (x *GetOrganizationMembersResponse) GetResponse() *Response

func (*GetOrganizationMembersResponse) GetTotalCount

func (x *GetOrganizationMembersResponse) GetTotalCount() int32

func (*GetOrganizationMembersResponse) ProtoMessage

func (*GetOrganizationMembersResponse) ProtoMessage()

func (*GetOrganizationMembersResponse) ProtoReflect

func (*GetOrganizationMembersResponse) Reset

func (x *GetOrganizationMembersResponse) Reset()

func (*GetOrganizationMembersResponse) String

type GetOrganizationRequestsCountRequest

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

func (*GetOrganizationRequestsCountRequest) Descriptor deprecated

func (*GetOrganizationRequestsCountRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationRequestsCountRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequestsCountRequest) ProtoMessage

func (*GetOrganizationRequestsCountRequest) ProtoMessage()

func (*GetOrganizationRequestsCountRequest) ProtoReflect

func (*GetOrganizationRequestsCountRequest) Reset

func (*GetOrganizationRequestsCountRequest) String

type GetOrganizationRequestsCountResponse

type GetOrganizationRequestsCountResponse struct {
	Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Count    int64     `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationRequestsCountResponse) Descriptor deprecated

func (*GetOrganizationRequestsCountResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationRequestsCountResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequestsCountResponse) GetCount

func (*GetOrganizationRequestsCountResponse) GetResponse

func (*GetOrganizationRequestsCountResponse) ProtoMessage

func (*GetOrganizationRequestsCountResponse) ProtoMessage()

func (*GetOrganizationRequestsCountResponse) ProtoReflect

func (*GetOrganizationRequestsCountResponse) Reset

func (*GetOrganizationRequestsCountResponse) String

type GetOrganizationWebhookConfigsRequest

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

func (*GetOrganizationWebhookConfigsRequest) Descriptor deprecated

func (*GetOrganizationWebhookConfigsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationWebhookConfigsRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationWebhookConfigsRequest) ProtoMessage

func (*GetOrganizationWebhookConfigsRequest) ProtoMessage()

func (*GetOrganizationWebhookConfigsRequest) ProtoReflect

func (*GetOrganizationWebhookConfigsRequest) Reset

func (*GetOrganizationWebhookConfigsRequest) String

type GetOrganizationWebhookConfigsResponse

type GetOrganizationWebhookConfigsResponse struct {
	Response *Response                                       `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Configs  []*GetOrganizationWebhookConfigsResponse_Config `protobuf:"bytes,2,rep,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationWebhookConfigsResponse) Descriptor deprecated

func (*GetOrganizationWebhookConfigsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationWebhookConfigsResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationWebhookConfigsResponse) GetConfigs

func (*GetOrganizationWebhookConfigsResponse) GetResponse

func (*GetOrganizationWebhookConfigsResponse) ProtoMessage

func (*GetOrganizationWebhookConfigsResponse) ProtoMessage()

func (*GetOrganizationWebhookConfigsResponse) ProtoReflect

func (*GetOrganizationWebhookConfigsResponse) Reset

func (*GetOrganizationWebhookConfigsResponse) String

type GetOrganizationWebhookConfigsResponse_Config

type GetOrganizationWebhookConfigsResponse_Config struct {
	Id       string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Endpoint string   `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Events   []string `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationWebhookConfigsResponse_Config) Descriptor deprecated

Deprecated: Use GetOrganizationWebhookConfigsResponse_Config.ProtoReflect.Descriptor instead.

func (*GetOrganizationWebhookConfigsResponse_Config) GetEndpoint

func (*GetOrganizationWebhookConfigsResponse_Config) GetEvents

func (*GetOrganizationWebhookConfigsResponse_Config) GetId

func (*GetOrganizationWebhookConfigsResponse_Config) ProtoMessage

func (*GetOrganizationWebhookConfigsResponse_Config) ProtoReflect

func (*GetOrganizationWebhookConfigsResponse_Config) Reset

func (*GetOrganizationWebhookConfigsResponse_Config) String

type GetOrganizationWebhookMetaRequest

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

func (*GetOrganizationWebhookMetaRequest) Descriptor deprecated

func (*GetOrganizationWebhookMetaRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationWebhookMetaRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationWebhookMetaRequest) GetId

func (*GetOrganizationWebhookMetaRequest) ProtoMessage

func (*GetOrganizationWebhookMetaRequest) ProtoMessage()

func (*GetOrganizationWebhookMetaRequest) ProtoReflect

func (*GetOrganizationWebhookMetaRequest) Reset

func (*GetOrganizationWebhookMetaRequest) String

type GetOrganizationWebhookMetaResponse

type GetOrganizationWebhookMetaResponse struct {
	Response   *Response                  `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	EventsMeta []*notifications.EventMeta `protobuf:"bytes,2,rep,name=events_meta,json=eventsMeta,proto3" json:"events_meta,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationWebhookMetaResponse) Descriptor deprecated

func (*GetOrganizationWebhookMetaResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationWebhookMetaResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationWebhookMetaResponse) GetEventsMeta

func (*GetOrganizationWebhookMetaResponse) GetResponse

func (x *GetOrganizationWebhookMetaResponse) GetResponse() *Response

func (*GetOrganizationWebhookMetaResponse) ProtoMessage

func (*GetOrganizationWebhookMetaResponse) ProtoMessage()

func (*GetOrganizationWebhookMetaResponse) ProtoReflect

func (*GetOrganizationWebhookMetaResponse) Reset

func (*GetOrganizationWebhookMetaResponse) String

type GetPendingOrganizationMembersRequest

type GetPendingOrganizationMembersRequest struct {
	Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Search     *string     `protobuf:"bytes,2,opt,name=search,proto3,oneof" json:"search,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPendingOrganizationMembersRequest) Descriptor deprecated

func (*GetPendingOrganizationMembersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPendingOrganizationMembersRequest.ProtoReflect.Descriptor instead.

func (*GetPendingOrganizationMembersRequest) GetPagination

func (*GetPendingOrganizationMembersRequest) GetSearch

func (*GetPendingOrganizationMembersRequest) ProtoMessage

func (*GetPendingOrganizationMembersRequest) ProtoMessage()

func (*GetPendingOrganizationMembersRequest) ProtoReflect

func (*GetPendingOrganizationMembersRequest) Reset

func (*GetPendingOrganizationMembersRequest) String

type GetPendingOrganizationMembersResponse

type GetPendingOrganizationMembersResponse struct {
	Response           *Response               `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	PendingInvitations []*PendingOrgInvitation `protobuf:"bytes,2,rep,name=pendingInvitations,proto3" json:"pendingInvitations,omitempty"`
	TotalCount         int32                   `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPendingOrganizationMembersResponse) Descriptor deprecated

func (*GetPendingOrganizationMembersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPendingOrganizationMembersResponse.ProtoReflect.Descriptor instead.

func (*GetPendingOrganizationMembersResponse) GetPendingInvitations

func (x *GetPendingOrganizationMembersResponse) GetPendingInvitations() []*PendingOrgInvitation

func (*GetPendingOrganizationMembersResponse) GetResponse

func (*GetPendingOrganizationMembersResponse) GetTotalCount

func (x *GetPendingOrganizationMembersResponse) GetTotalCount() int32

func (*GetPendingOrganizationMembersResponse) ProtoMessage

func (*GetPendingOrganizationMembersResponse) ProtoMessage()

func (*GetPendingOrganizationMembersResponse) ProtoReflect

func (*GetPendingOrganizationMembersResponse) Reset

func (*GetPendingOrganizationMembersResponse) String

type GetPersistedOperationsRequest

type GetPersistedOperationsRequest struct {
	FederatedGraphName string `protobuf:"bytes,1,opt,name=federated_graph_name,json=federatedGraphName,proto3" json:"federated_graph_name,omitempty"`
	ClientId           string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	Namespace          string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersistedOperationsRequest) Descriptor deprecated

func (*GetPersistedOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPersistedOperationsRequest.ProtoReflect.Descriptor instead.

func (*GetPersistedOperationsRequest) GetClientId

func (x *GetPersistedOperationsRequest) GetClientId() string

func (*GetPersistedOperationsRequest) GetFederatedGraphName

func (x *GetPersistedOperationsRequest) GetFederatedGraphName() string

func (*GetPersistedOperationsRequest) GetNamespace

func (x *GetPersistedOperationsRequest) GetNamespace() string

func (*GetPersistedOperationsRequest) ProtoMessage

func (*GetPersistedOperationsRequest) ProtoMessage()

func (*GetPersistedOperationsRequest) ProtoReflect

func (*GetPersistedOperationsRequest) Reset

func (x *GetPersistedOperationsRequest) Reset()

func (*GetPersistedOperationsRequest) String

type GetPersistedOperationsResponse

type GetPersistedOperationsResponse struct {
	Response   *Response                                   `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Operations []*GetPersistedOperationsResponse_Operation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersistedOperationsResponse) Descriptor deprecated

func (*GetPersistedOperationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPersistedOperationsResponse.ProtoReflect.Descriptor instead.

func (*GetPersistedOperationsResponse) GetOperations

func (*GetPersistedOperationsResponse) GetResponse

func (x *GetPersistedOperationsResponse) GetResponse() *Response

func (*GetPersistedOperationsResponse) ProtoMessage

func (*GetPersistedOperationsResponse) ProtoMessage()

func (*GetPersistedOperationsResponse) ProtoReflect

func (*GetPersistedOperationsResponse) Reset

func (x *GetPersistedOperationsResponse) Reset()

func (*GetPersistedOperationsResponse) String

type GetPersistedOperationsResponse_Operation

type GetPersistedOperationsResponse_Operation struct {
	Id             string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Contents       string   `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
	CreatedAt      string   `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastUpdatedAt  string   `protobuf:"bytes,4,opt,name=last_updated_at,json=lastUpdatedAt,proto3" json:"last_updated_at,omitempty"`
	OperationNames []string `protobuf:"bytes,5,rep,name=operation_names,json=operationNames,proto3" json:"operation_names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersistedOperationsResponse_Operation) Descriptor deprecated

func (*GetPersistedOperationsResponse_Operation) Descriptor() ([]byte, []int)

Deprecated: Use GetPersistedOperationsResponse_Operation.ProtoReflect.Descriptor instead.

func (*GetPersistedOperationsResponse_Operation) GetContents

func (*GetPersistedOperationsResponse_Operation) GetCreatedAt

func (*GetPersistedOperationsResponse_Operation) GetId

func (*GetPersistedOperationsResponse_Operation) GetLastUpdatedAt

func (x *GetPersistedOperationsResponse_Operation) GetLastUpdatedAt() string

func (*GetPersistedOperationsResponse_Operation) GetOperationNames

func (x *GetPersistedOperationsResponse_Operation) GetOperationNames() []string

func (*GetPersistedOperationsResponse_Operation) ProtoMessage

func (*GetPersistedOperationsResponse_Operation) ProtoReflect

func (*GetPersistedOperationsResponse_Operation) Reset

func (*GetPersistedOperationsResponse_Operation) String

type GetRouterTokensRequest

type GetRouterTokensRequest struct {
	FedGraphName string `protobuf:"bytes,1,opt,name=fedGraphName,proto3" json:"fedGraphName,omitempty"`
	Namespace    string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRouterTokensRequest) Descriptor deprecated

func (*GetRouterTokensRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRouterTokensRequest.ProtoReflect.Descriptor instead.

func (*GetRouterTokensRequest) GetFedGraphName

func (x *GetRouterTokensRequest) GetFedGraphName() string

func (*GetRouterTokensRequest) GetNamespace

func (x *GetRouterTokensRequest) GetNamespace() string

func (*GetRouterTokensRequest) ProtoMessage

func (*GetRouterTokensRequest) ProtoMessage()

func (*GetRouterTokensRequest) ProtoReflect

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

func (*GetRouterTokensRequest) Reset

func (x *GetRouterTokensRequest) Reset()

func (*GetRouterTokensRequest) String

func (x *GetRouterTokensRequest) String() string

type GetRouterTokensResponse

type GetRouterTokensResponse struct {
	Response *Response      `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Tokens   []*RouterToken `protobuf:"bytes,2,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRouterTokensResponse) Descriptor deprecated

func (*GetRouterTokensResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRouterTokensResponse.ProtoReflect.Descriptor instead.

func (*GetRouterTokensResponse) GetResponse

func (x *GetRouterTokensResponse) GetResponse() *Response

func (*GetRouterTokensResponse) GetTokens

func (x *GetRouterTokensResponse) GetTokens() []*RouterToken

func (*GetRouterTokensResponse) ProtoMessage

func (*GetRouterTokensResponse) ProtoMessage()

func (*GetRouterTokensResponse) ProtoReflect

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

func (*GetRouterTokensResponse) Reset

func (x *GetRouterTokensResponse) Reset()

func (*GetRouterTokensResponse) String

func (x *GetRouterTokensResponse) String() string

type GetRoutersRequest

type GetRoutersRequest struct {
	FedGraphName string `protobuf:"bytes,1,opt,name=fedGraphName,proto3" json:"fedGraphName,omitempty"`
	Namespace    string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoutersRequest) Descriptor deprecated

func (*GetRoutersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRoutersRequest.ProtoReflect.Descriptor instead.

func (*GetRoutersRequest) GetFedGraphName

func (x *GetRoutersRequest) GetFedGraphName() string

func (*GetRoutersRequest) GetNamespace

func (x *GetRoutersRequest) GetNamespace() string

func (*GetRoutersRequest) ProtoMessage

func (*GetRoutersRequest) ProtoMessage()

func (*GetRoutersRequest) ProtoReflect

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

func (*GetRoutersRequest) Reset

func (x *GetRoutersRequest) Reset()

func (*GetRoutersRequest) String

func (x *GetRoutersRequest) String() string

type GetRoutersResponse

type GetRoutersResponse struct {
	Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Routers  []*Router `protobuf:"bytes,2,rep,name=routers,proto3" json:"routers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoutersResponse) Descriptor deprecated

func (*GetRoutersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRoutersResponse.ProtoReflect.Descriptor instead.

func (*GetRoutersResponse) GetResponse

func (x *GetRoutersResponse) GetResponse() *Response

func (*GetRoutersResponse) GetRouters

func (x *GetRoutersResponse) GetRouters() []*Router

func (*GetRoutersResponse) ProtoMessage

func (*GetRoutersResponse) ProtoMessage()

func (*GetRoutersResponse) ProtoReflect

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

func (*GetRoutersResponse) Reset

func (x *GetRoutersResponse) Reset()

func (*GetRoutersResponse) String

func (x *GetRoutersResponse) String() string

type GetSdlBySchemaVersionRequest

type GetSdlBySchemaVersionRequest struct {
	SchemaVersionId string `protobuf:"bytes,1,opt,name=schemaVersionId,proto3" json:"schemaVersionId,omitempty"`
	TargetId        string `protobuf:"bytes,2,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSdlBySchemaVersionRequest) Descriptor deprecated

func (*GetSdlBySchemaVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSdlBySchemaVersionRequest.ProtoReflect.Descriptor instead.

func (*GetSdlBySchemaVersionRequest) GetSchemaVersionId

func (x *GetSdlBySchemaVersionRequest) GetSchemaVersionId() string

func (*GetSdlBySchemaVersionRequest) GetTargetId

func (x *GetSdlBySchemaVersionRequest) GetTargetId() string

func (*GetSdlBySchemaVersionRequest) ProtoMessage

func (*GetSdlBySchemaVersionRequest) ProtoMessage()

func (*GetSdlBySchemaVersionRequest) ProtoReflect

func (*GetSdlBySchemaVersionRequest) Reset

func (x *GetSdlBySchemaVersionRequest) Reset()

func (*GetSdlBySchemaVersionRequest) String

type GetSdlBySchemaVersionResponse

type GetSdlBySchemaVersionResponse struct {
	Response     *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Sdl          string    `protobuf:"bytes,2,opt,name=sdl,proto3" json:"sdl,omitempty"`
	ClientSchema string    `protobuf:"bytes,3,opt,name=client_schema,json=clientSchema,proto3" json:"client_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSdlBySchemaVersionResponse) Descriptor deprecated

func (*GetSdlBySchemaVersionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSdlBySchemaVersionResponse.ProtoReflect.Descriptor instead.

func (*GetSdlBySchemaVersionResponse) GetClientSchema

func (x *GetSdlBySchemaVersionResponse) GetClientSchema() string

func (*GetSdlBySchemaVersionResponse) GetResponse

func (x *GetSdlBySchemaVersionResponse) GetResponse() *Response

func (*GetSdlBySchemaVersionResponse) GetSdl

func (*GetSdlBySchemaVersionResponse) ProtoMessage

func (*GetSdlBySchemaVersionResponse) ProtoMessage()

func (*GetSdlBySchemaVersionResponse) ProtoReflect

func (*GetSdlBySchemaVersionResponse) Reset

func (x *GetSdlBySchemaVersionResponse) Reset()

func (*GetSdlBySchemaVersionResponse) String

type GetSubgraphByNameRequest

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

func (*GetSubgraphByNameRequest) Descriptor deprecated

func (*GetSubgraphByNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphByNameRequest.ProtoReflect.Descriptor instead.

func (*GetSubgraphByNameRequest) GetName

func (x *GetSubgraphByNameRequest) GetName() string

func (*GetSubgraphByNameRequest) GetNamespace

func (x *GetSubgraphByNameRequest) GetNamespace() string

func (*GetSubgraphByNameRequest) ProtoMessage

func (*GetSubgraphByNameRequest) ProtoMessage()

func (*GetSubgraphByNameRequest) ProtoReflect

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

func (*GetSubgraphByNameRequest) Reset

func (x *GetSubgraphByNameRequest) Reset()

func (*GetSubgraphByNameRequest) String

func (x *GetSubgraphByNameRequest) String() string

type GetSubgraphByNameResponse

type GetSubgraphByNameResponse struct {
	Response *Response         `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Graph    *Subgraph         `protobuf:"bytes,2,opt,name=graph,proto3" json:"graph,omitempty"`
	Members  []*SubgraphMember `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphByNameResponse) Descriptor deprecated

func (*GetSubgraphByNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphByNameResponse.ProtoReflect.Descriptor instead.

func (*GetSubgraphByNameResponse) GetGraph

func (x *GetSubgraphByNameResponse) GetGraph() *Subgraph

func (*GetSubgraphByNameResponse) GetMembers

func (x *GetSubgraphByNameResponse) GetMembers() []*SubgraphMember

func (*GetSubgraphByNameResponse) GetResponse

func (x *GetSubgraphByNameResponse) GetResponse() *Response

func (*GetSubgraphByNameResponse) ProtoMessage

func (*GetSubgraphByNameResponse) ProtoMessage()

func (*GetSubgraphByNameResponse) ProtoReflect

func (*GetSubgraphByNameResponse) Reset

func (x *GetSubgraphByNameResponse) Reset()

func (*GetSubgraphByNameResponse) String

func (x *GetSubgraphByNameResponse) String() string

type GetSubgraphMembersRequest

type GetSubgraphMembersRequest struct {
	SubgraphName string `protobuf:"bytes,1,opt,name=subgraphName,proto3" json:"subgraphName,omitempty"`
	Namespace    string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphMembersRequest) Descriptor deprecated

func (*GetSubgraphMembersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphMembersRequest.ProtoReflect.Descriptor instead.

func (*GetSubgraphMembersRequest) GetNamespace

func (x *GetSubgraphMembersRequest) GetNamespace() string

func (*GetSubgraphMembersRequest) GetSubgraphName

func (x *GetSubgraphMembersRequest) GetSubgraphName() string

func (*GetSubgraphMembersRequest) ProtoMessage

func (*GetSubgraphMembersRequest) ProtoMessage()

func (*GetSubgraphMembersRequest) ProtoReflect

func (*GetSubgraphMembersRequest) Reset

func (x *GetSubgraphMembersRequest) Reset()

func (*GetSubgraphMembersRequest) String

func (x *GetSubgraphMembersRequest) String() string

type GetSubgraphMembersResponse

type GetSubgraphMembersResponse struct {
	Response *Response         `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Members  []*SubgraphMember `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphMembersResponse) Descriptor deprecated

func (*GetSubgraphMembersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphMembersResponse.ProtoReflect.Descriptor instead.

func (*GetSubgraphMembersResponse) GetMembers

func (x *GetSubgraphMembersResponse) GetMembers() []*SubgraphMember

func (*GetSubgraphMembersResponse) GetResponse

func (x *GetSubgraphMembersResponse) GetResponse() *Response

func (*GetSubgraphMembersResponse) ProtoMessage

func (*GetSubgraphMembersResponse) ProtoMessage()

func (*GetSubgraphMembersResponse) ProtoReflect

func (*GetSubgraphMembersResponse) Reset

func (x *GetSubgraphMembersResponse) Reset()

func (*GetSubgraphMembersResponse) String

func (x *GetSubgraphMembersResponse) String() string

type GetSubgraphMetricsErrorRateRequest

type GetSubgraphMetricsErrorRateRequest struct {
	SubgraphName string             `protobuf:"bytes,1,opt,name=subgraphName,proto3" json:"subgraphName,omitempty"`
	Namespace    string             `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Range        int32              `protobuf:"varint,4,opt,name=range,proto3" json:"range,omitempty"`
	DateRange    *DateRange         `protobuf:"bytes,5,opt,name=dateRange,proto3" json:"dateRange,omitempty"`
	Filters      []*AnalyticsFilter `protobuf:"bytes,6,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphMetricsErrorRateRequest) Descriptor deprecated

func (*GetSubgraphMetricsErrorRateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphMetricsErrorRateRequest.ProtoReflect.Descriptor instead.

func (*GetSubgraphMetricsErrorRateRequest) GetDateRange

func (x *GetSubgraphMetricsErrorRateRequest) GetDateRange() *DateRange

func (*GetSubgraphMetricsErrorRateRequest) GetFilters

func (*GetSubgraphMetricsErrorRateRequest) GetNamespace

func (x *GetSubgraphMetricsErrorRateRequest) GetNamespace() string

func (*GetSubgraphMetricsErrorRateRequest) GetRange

func (*GetSubgraphMetricsErrorRateRequest) GetSubgraphName

func (x *GetSubgraphMetricsErrorRateRequest) GetSubgraphName() string

func (*GetSubgraphMetricsErrorRateRequest) ProtoMessage

func (*GetSubgraphMetricsErrorRateRequest) ProtoMessage()

func (*GetSubgraphMetricsErrorRateRequest) ProtoReflect

func (*GetSubgraphMetricsErrorRateRequest) Reset

func (*GetSubgraphMetricsErrorRateRequest) String

type GetSubgraphMetricsErrorRateResponse

type GetSubgraphMetricsErrorRateResponse struct {
	Response   *Response                     `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Series     []*MetricsErrorRateSeriesItem `protobuf:"bytes,2,rep,name=series,proto3" json:"series,omitempty"`
	Resolution *string                       `protobuf:"bytes,3,opt,name=resolution,proto3,oneof" json:"resolution,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphMetricsErrorRateResponse) Descriptor deprecated

func (*GetSubgraphMetricsErrorRateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphMetricsErrorRateResponse.ProtoReflect.Descriptor instead.

func (*GetSubgraphMetricsErrorRateResponse) GetResolution

func (x *GetSubgraphMetricsErrorRateResponse) GetResolution() string

func (*GetSubgraphMetricsErrorRateResponse) GetResponse

func (*GetSubgraphMetricsErrorRateResponse) GetSeries

func (*GetSubgraphMetricsErrorRateResponse) ProtoMessage

func (*GetSubgraphMetricsErrorRateResponse) ProtoMessage()

func (*GetSubgraphMetricsErrorRateResponse) ProtoReflect

func (*GetSubgraphMetricsErrorRateResponse) Reset

func (*GetSubgraphMetricsErrorRateResponse) String

type GetSubgraphMetricsRequest

type GetSubgraphMetricsRequest struct {
	SubgraphName string             `protobuf:"bytes,1,opt,name=subgraphName,proto3" json:"subgraphName,omitempty"`
	Namespace    string             `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Range        int32              `protobuf:"varint,4,opt,name=range,proto3" json:"range,omitempty"`
	DateRange    *DateRange         `protobuf:"bytes,5,opt,name=dateRange,proto3" json:"dateRange,omitempty"`
	Filters      []*AnalyticsFilter `protobuf:"bytes,6,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphMetricsRequest) Descriptor deprecated

func (*GetSubgraphMetricsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetSubgraphMetricsRequest) GetDateRange

func (x *GetSubgraphMetricsRequest) GetDateRange() *DateRange

func (*GetSubgraphMetricsRequest) GetFilters

func (x *GetSubgraphMetricsRequest) GetFilters() []*AnalyticsFilter

func (*GetSubgraphMetricsRequest) GetNamespace

func (x *GetSubgraphMetricsRequest) GetNamespace() string

func (*GetSubgraphMetricsRequest) GetRange

func (x *GetSubgraphMetricsRequest) GetRange() int32

func (*GetSubgraphMetricsRequest) GetSubgraphName

func (x *GetSubgraphMetricsRequest) GetSubgraphName() string

func (*GetSubgraphMetricsRequest) ProtoMessage

func (*GetSubgraphMetricsRequest) ProtoMessage()

func (*GetSubgraphMetricsRequest) ProtoReflect

func (*GetSubgraphMetricsRequest) Reset

func (x *GetSubgraphMetricsRequest) Reset()

func (*GetSubgraphMetricsRequest) String

func (x *GetSubgraphMetricsRequest) String() string

type GetSubgraphMetricsResponse

type GetSubgraphMetricsResponse struct {
	Response   *Response                    `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Requests   *MetricsDashboardMetric      `protobuf:"bytes,2,opt,name=requests,proto3" json:"requests,omitempty"`
	Latency    *MetricsDashboardMetric      `protobuf:"bytes,3,opt,name=latency,proto3" json:"latency,omitempty"`
	Errors     *MetricsDashboardMetric      `protobuf:"bytes,4,opt,name=errors,proto3" json:"errors,omitempty"`
	Filters    []*AnalyticsViewResultFilter `protobuf:"bytes,5,rep,name=filters,proto3" json:"filters,omitempty"`
	Resolution *string                      `protobuf:"bytes,6,opt,name=resolution,proto3,oneof" json:"resolution,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphMetricsResponse) Descriptor deprecated

func (*GetSubgraphMetricsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetSubgraphMetricsResponse) GetErrors

func (*GetSubgraphMetricsResponse) GetFilters

func (*GetSubgraphMetricsResponse) GetLatency

func (*GetSubgraphMetricsResponse) GetRequests

func (*GetSubgraphMetricsResponse) GetResolution

func (x *GetSubgraphMetricsResponse) GetResolution() string

func (*GetSubgraphMetricsResponse) GetResponse

func (x *GetSubgraphMetricsResponse) GetResponse() *Response

func (*GetSubgraphMetricsResponse) ProtoMessage

func (*GetSubgraphMetricsResponse) ProtoMessage()

func (*GetSubgraphMetricsResponse) ProtoReflect

func (*GetSubgraphMetricsResponse) Reset

func (x *GetSubgraphMetricsResponse) Reset()

func (*GetSubgraphMetricsResponse) String

func (x *GetSubgraphMetricsResponse) String() string

type GetSubgraphSDLFromLatestCompositionRequest

type GetSubgraphSDLFromLatestCompositionRequest struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	FedGraphName string `protobuf:"bytes,2,opt,name=fedGraphName,proto3" json:"fedGraphName,omitempty"`
	Namespace    string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphSDLFromLatestCompositionRequest) Descriptor deprecated

Deprecated: Use GetSubgraphSDLFromLatestCompositionRequest.ProtoReflect.Descriptor instead.

func (*GetSubgraphSDLFromLatestCompositionRequest) GetFedGraphName

func (*GetSubgraphSDLFromLatestCompositionRequest) GetName

func (*GetSubgraphSDLFromLatestCompositionRequest) GetNamespace

func (*GetSubgraphSDLFromLatestCompositionRequest) ProtoMessage

func (*GetSubgraphSDLFromLatestCompositionRequest) ProtoReflect

func (*GetSubgraphSDLFromLatestCompositionRequest) Reset

func (*GetSubgraphSDLFromLatestCompositionRequest) String

type GetSubgraphSDLFromLatestCompositionResponse

type GetSubgraphSDLFromLatestCompositionResponse struct {
	Response  *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Sdl       *string   `protobuf:"bytes,2,opt,name=sdl,proto3,oneof" json:"sdl,omitempty"`
	VersionId *string   `protobuf:"bytes,3,opt,name=version_id,json=versionId,proto3,oneof" json:"version_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphSDLFromLatestCompositionResponse) Descriptor deprecated

Deprecated: Use GetSubgraphSDLFromLatestCompositionResponse.ProtoReflect.Descriptor instead.

func (*GetSubgraphSDLFromLatestCompositionResponse) GetResponse

func (*GetSubgraphSDLFromLatestCompositionResponse) GetSdl

func (*GetSubgraphSDLFromLatestCompositionResponse) GetVersionId

func (*GetSubgraphSDLFromLatestCompositionResponse) ProtoMessage

func (*GetSubgraphSDLFromLatestCompositionResponse) ProtoReflect

func (*GetSubgraphSDLFromLatestCompositionResponse) Reset

func (*GetSubgraphSDLFromLatestCompositionResponse) String

type GetSubgraphsRequest

type GetSubgraphsRequest struct {
	Limit                   int32   `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset                  int32   `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Namespace               string  `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Query                   *string `protobuf:"bytes,4,opt,name=query,proto3,oneof" json:"query,omitempty"`
	ExcludeFeatureSubgraphs bool    `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSubgraphsRequest) Descriptor deprecated

func (*GetSubgraphsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphsRequest.ProtoReflect.Descriptor instead.

func (*GetSubgraphsRequest) GetExcludeFeatureSubgraphs

func (x *GetSubgraphsRequest) GetExcludeFeatureSubgraphs() bool

func (*GetSubgraphsRequest) GetLimit

func (x *GetSubgraphsRequest) GetLimit() int32

func (*GetSubgraphsRequest) GetNamespace

func (x *GetSubgraphsRequest) GetNamespace() string

func (*GetSubgraphsRequest) GetOffset

func (x *GetSubgraphsRequest) GetOffset() int32

func (*GetSubgraphsRequest) GetQuery

func (x *GetSubgraphsRequest) GetQuery() string

func (*GetSubgraphsRequest) ProtoMessage

func (*GetSubgraphsRequest) ProtoMessage()

func (*GetSubgraphsRequest) ProtoReflect

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

func (*GetSubgraphsRequest) Reset

func (x *GetSubgraphsRequest) Reset()

func (*GetSubgraphsRequest) String

func (x *GetSubgraphsRequest) String() string

type GetSubgraphsResponse

type GetSubgraphsResponse struct {
	Response *Response   `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Graphs   []*Subgraph `protobuf:"bytes,2,rep,name=graphs,proto3" json:"graphs,omitempty"`
	Count    int32       `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubgraphsResponse) Descriptor deprecated

func (*GetSubgraphsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSubgraphsResponse.ProtoReflect.Descriptor instead.

func (*GetSubgraphsResponse) GetCount

func (x *GetSubgraphsResponse) GetCount() int32

func (*GetSubgraphsResponse) GetGraphs

func (x *GetSubgraphsResponse) GetGraphs() []*Subgraph

func (*GetSubgraphsResponse) GetResponse

func (x *GetSubgraphsResponse) GetResponse() *Response

func (*GetSubgraphsResponse) ProtoMessage

func (*GetSubgraphsResponse) ProtoMessage()

func (*GetSubgraphsResponse) ProtoReflect

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

func (*GetSubgraphsResponse) Reset

func (x *GetSubgraphsResponse) Reset()

func (*GetSubgraphsResponse) String

func (x *GetSubgraphsResponse) String() string

type GetTraceRequest

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

func (*GetTraceRequest) Descriptor deprecated

func (*GetTraceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTraceRequest.ProtoReflect.Descriptor instead.

func (*GetTraceRequest) GetId

func (x *GetTraceRequest) GetId() string

func (*GetTraceRequest) ProtoMessage

func (*GetTraceRequest) ProtoMessage()

func (*GetTraceRequest) ProtoReflect

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

func (*GetTraceRequest) Reset

func (x *GetTraceRequest) Reset()

func (*GetTraceRequest) String

func (x *GetTraceRequest) String() string

type GetTraceResponse

type GetTraceResponse struct {
	Response *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Spans    []*Span   `protobuf:"bytes,2,rep,name=spans,proto3" json:"spans,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTraceResponse) Descriptor deprecated

func (*GetTraceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTraceResponse.ProtoReflect.Descriptor instead.

func (*GetTraceResponse) GetResponse

func (x *GetTraceResponse) GetResponse() *Response

func (*GetTraceResponse) GetSpans

func (x *GetTraceResponse) GetSpans() []*Span

func (*GetTraceResponse) ProtoMessage

func (*GetTraceResponse) ProtoMessage()

func (*GetTraceResponse) ProtoReflect

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

func (*GetTraceResponse) Reset

func (x *GetTraceResponse) Reset()

func (*GetTraceResponse) String

func (x *GetTraceResponse) String() string

type GetUserAccessiblePermissionsRequest

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

func (*GetUserAccessiblePermissionsRequest) Descriptor deprecated

func (*GetUserAccessiblePermissionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserAccessiblePermissionsRequest.ProtoReflect.Descriptor instead.

func (*GetUserAccessiblePermissionsRequest) ProtoMessage

func (*GetUserAccessiblePermissionsRequest) ProtoMessage()

func (*GetUserAccessiblePermissionsRequest) ProtoReflect

func (*GetUserAccessiblePermissionsRequest) Reset

func (*GetUserAccessiblePermissionsRequest) String

type GetUserAccessiblePermissionsResponse

type GetUserAccessiblePermissionsResponse struct {
	Response    *Response     `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Permissions []*Permission `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserAccessiblePermissionsResponse) Descriptor deprecated

func (*GetUserAccessiblePermissionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserAccessiblePermissionsResponse.ProtoReflect.Descriptor instead.

func (*GetUserAccessiblePermissionsResponse) GetPermissions

func (x *GetUserAccessiblePermissionsResponse) GetPermissions() []*Permission

func (*GetUserAccessiblePermissionsResponse) GetResponse

func (*GetUserAccessiblePermissionsResponse) ProtoMessage

func (*GetUserAccessiblePermissionsResponse) ProtoMessage()

func (*GetUserAccessiblePermissionsResponse) ProtoReflect

func (*GetUserAccessiblePermissionsResponse) Reset

func (*GetUserAccessiblePermissionsResponse) String

type GetUserAccessibleResourcesRequest

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

func (*GetUserAccessibleResourcesRequest) Descriptor deprecated

func (*GetUserAccessibleResourcesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserAccessibleResourcesRequest.ProtoReflect.Descriptor instead.

func (*GetUserAccessibleResourcesRequest) ProtoMessage

func (*GetUserAccessibleResourcesRequest) ProtoMessage()

func (*GetUserAccessibleResourcesRequest) ProtoReflect

func (*GetUserAccessibleResourcesRequest) Reset

func (*GetUserAccessibleResourcesRequest) String

type GetUserAccessibleResourcesResponse

type GetUserAccessibleResourcesResponse struct {
	Response        *Response                                   `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	FederatedGraphs []*GetUserAccessibleResourcesResponse_Graph `protobuf:"bytes,2,rep,name=federatedGraphs,proto3" json:"federatedGraphs,omitempty"`
	Subgraphs       []*GetUserAccessibleResourcesResponse_Graph `protobuf:"bytes,3,rep,name=subgraphs,proto3" json:"subgraphs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserAccessibleResourcesResponse) Descriptor deprecated

func (*GetUserAccessibleResourcesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserAccessibleResourcesResponse.ProtoReflect.Descriptor instead.

func (*GetUserAccessibleResourcesResponse) GetFederatedGraphs

func (*GetUserAccessibleResourcesResponse) GetResponse

func (x *GetUserAccessibleResourcesResponse) GetResponse() *Response

func (*GetUserAccessibleResourcesResponse) GetSubgraphs

func (*GetUserAccessibleResourcesResponse) ProtoMessage

func (*GetUserAccessibleResourcesResponse) ProtoMessage()

func (*GetUserAccessibleResourcesResponse) ProtoReflect

func (*GetUserAccessibleResourcesResponse) Reset

func (*GetUserAccessibleResourcesResponse) String

type GetUserAccessibleResourcesResponse_Graph

type GetUserAccessibleResourcesResponse_Graph struct {
	TargetId  string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserAccessibleResourcesResponse_Graph) Descriptor deprecated

func (*GetUserAccessibleResourcesResponse_Graph) Descriptor() ([]byte, []int)

Deprecated: Use GetUserAccessibleResourcesResponse_Graph.ProtoReflect.Descriptor instead.

func (*GetUserAccessibleResourcesResponse_Graph) GetName

func (*GetUserAccessibleResourcesResponse_Graph) GetNamespace

func (*GetUserAccessibleResourcesResponse_Graph) GetTargetId

func (*GetUserAccessibleResourcesResponse_Graph) ProtoMessage

func (*GetUserAccessibleResourcesResponse_Graph) ProtoReflect

func (*GetUserAccessibleResourcesResponse_Graph) Reset

func (*GetUserAccessibleResourcesResponse_Graph) String

type GitInfo

type GitInfo struct {
	CommitSha      string `protobuf:"bytes,1,opt,name=commit_sha,json=commitSha,proto3" json:"commit_sha,omitempty"`
	AccountId      string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	OwnerSlug      string `protobuf:"bytes,3,opt,name=owner_slug,json=ownerSlug,proto3" json:"owner_slug,omitempty"`
	RepositorySlug string `protobuf:"bytes,4,opt,name=repository_slug,json=repositorySlug,proto3" json:"repository_slug,omitempty"`
	// contains filtered or unexported fields
}

func (*GitInfo) Descriptor deprecated

func (*GitInfo) Descriptor() ([]byte, []int)

Deprecated: Use GitInfo.ProtoReflect.Descriptor instead.

func (*GitInfo) GetAccountId

func (x *GitInfo) GetAccountId() string

func (*GitInfo) GetCommitSha

func (x *GitInfo) GetCommitSha() string

func (*GitInfo) GetOwnerSlug

func (x *GitInfo) GetOwnerSlug() string

func (*GitInfo) GetRepositorySlug

func (x *GitInfo) GetRepositorySlug() string

func (*GitInfo) ProtoMessage

func (*GitInfo) ProtoMessage()

func (*GitInfo) ProtoReflect

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

func (*GitInfo) Reset

func (x *GitInfo) Reset()

func (*GitInfo) String

func (x *GitInfo) String() string

type GraphComposition

type GraphComposition struct {
	Id                    string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SchemaVersionId       string  `protobuf:"bytes,2,opt,name=schemaVersionId,proto3" json:"schemaVersionId,omitempty"`
	CreatedAt             string  `protobuf:"bytes,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	IsComposable          bool    `protobuf:"varint,4,opt,name=isComposable,proto3" json:"isComposable,omitempty"`
	CompositionErrors     *string `protobuf:"bytes,5,opt,name=compositionErrors,proto3,oneof" json:"compositionErrors,omitempty"`
	CreatedBy             *string `protobuf:"bytes,6,opt,name=createdBy,proto3,oneof" json:"createdBy,omitempty"`
	IsLatestValid         bool    `protobuf:"varint,7,opt,name=isLatestValid,proto3" json:"isLatestValid,omitempty"`
	RouterConfigSignature *string `protobuf:"bytes,8,opt,name=routerConfigSignature,proto3,oneof" json:"routerConfigSignature,omitempty"`
	AdmissionError        *string `protobuf:"bytes,9,opt,name=admissionError,proto3,oneof" json:"admissionError,omitempty"`
	DeploymentError       *string `protobuf:"bytes,10,opt,name=deploymentError,proto3,oneof" json:"deploymentError,omitempty"`
	// contains filtered or unexported fields
}

func (*GraphComposition) Descriptor deprecated

func (*GraphComposition) Descriptor() ([]byte, []int)

Deprecated: Use GraphComposition.ProtoReflect.Descriptor instead.

func (*GraphComposition) GetAdmissionError

func (x *GraphComposition) GetAdmissionError() string

func (*GraphComposition) GetCompositionErrors

func (x *GraphComposition) GetCompositionErrors() string

func (*GraphComposition) GetCreatedAt

func (x *GraphComposition) GetCreatedAt() string

func (*GraphComposition) GetCreatedBy

func (x *GraphComposition) GetCreatedBy() string

func (*GraphComposition) GetDeploymentError

func (x *GraphComposition) GetDeploymentError() string

func (*GraphComposition) GetId

func (x *GraphComposition) GetId() string

func (*GraphComposition) GetIsComposable

func (x *GraphComposition) GetIsComposable() bool

func (*GraphComposition) GetIsLatestValid

func (x *GraphComposition) GetIsLatestValid() bool

func (*GraphComposition) GetRouterConfigSignature

func (x *GraphComposition) GetRouterConfigSignature() string

func (*GraphComposition) GetSchemaVersionId

func (x *GraphComposition) GetSchemaVersionId() string

func (*GraphComposition) ProtoMessage

func (*GraphComposition) ProtoMessage()

func (*GraphComposition) ProtoReflect

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

func (*GraphComposition) Reset

func (x *GraphComposition) Reset()

func (*GraphComposition) String

func (x *GraphComposition) String() string

type GraphCompositionSubgraph

type GraphCompositionSubgraph struct {
	Id                string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SchemaVersionId   string `protobuf:"bytes,2,opt,name=schemaVersionId,proto3" json:"schemaVersionId,omitempty"`
	Name              string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	TargetId          string `protobuf:"bytes,4,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	IsFeatureSubgraph bool   `protobuf:"varint,5,opt,name=isFeatureSubgraph,proto3" json:"isFeatureSubgraph,omitempty"`
	// contains filtered or unexported fields
}

func (*GraphCompositionSubgraph) Descriptor deprecated

func (*GraphCompositionSubgraph) Descriptor() ([]byte, []int)

Deprecated: Use GraphCompositionSubgraph.ProtoReflect.Descriptor instead.

func (*GraphCompositionSubgraph) GetId

func (x *GraphCompositionSubgraph) GetId() string

func (*GraphCompositionSubgraph) GetIsFeatureSubgraph

func (x *GraphCompositionSubgraph) GetIsFeatureSubgraph() bool

func (*GraphCompositionSubgraph) GetName

func (x *GraphCompositionSubgraph) GetName() string

func (*GraphCompositionSubgraph) GetSchemaVersionId

func (x *GraphCompositionSubgraph) GetSchemaVersionId() string

func (*GraphCompositionSubgraph) GetTargetId

func (x *GraphCompositionSubgraph) GetTargetId() string

func (*GraphCompositionSubgraph) ProtoMessage

func (*GraphCompositionSubgraph) ProtoMessage()

func (*GraphCompositionSubgraph) ProtoReflect

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

func (*GraphCompositionSubgraph) Reset

func (x *GraphCompositionSubgraph) Reset()

func (*GraphCompositionSubgraph) String

func (x *GraphCompositionSubgraph) String() string

type GroupMapper

type GroupMapper struct {
	Role     string `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	SsoGroup string `protobuf:"bytes,2,opt,name=ssoGroup,proto3" json:"ssoGroup,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMapper) Descriptor deprecated

func (*GroupMapper) Descriptor() ([]byte, []int)

Deprecated: Use GroupMapper.ProtoReflect.Descriptor instead.

func (*GroupMapper) GetRole

func (x *GroupMapper) GetRole() string

func (*GroupMapper) GetSsoGroup

func (x *GroupMapper) GetSsoGroup() string

func (*GroupMapper) ProtoMessage

func (*GroupMapper) ProtoMessage()

func (*GroupMapper) ProtoReflect

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

func (*GroupMapper) Reset

func (x *GroupMapper) Reset()

func (*GroupMapper) String

func (x *GroupMapper) String() string
type Header struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Header) Descriptor deprecated

func (*Header) Descriptor() ([]byte, []int)

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetKey

func (x *Header) GetKey() string

func (*Header) GetValue

func (x *Header) GetValue() string

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) ProtoReflect

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

func (*Header) Reset

func (x *Header) Reset()

func (*Header) String

func (x *Header) String() string

type Integration

type Integration struct {
	Id                string                     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name              string                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type              string                     `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Events            []string                   `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"`
	IntegrationConfig *IntegrationConfig         `protobuf:"bytes,5,opt,name=integrationConfig,proto3" json:"integrationConfig,omitempty"`
	EventsMeta        []*notifications.EventMeta `protobuf:"bytes,6,rep,name=eventsMeta,proto3" json:"eventsMeta,omitempty"`
	// contains filtered or unexported fields
}

func (*Integration) Descriptor deprecated

func (*Integration) Descriptor() ([]byte, []int)

Deprecated: Use Integration.ProtoReflect.Descriptor instead.

func (*Integration) GetEvents

func (x *Integration) GetEvents() []string

func (*Integration) GetEventsMeta

func (x *Integration) GetEventsMeta() []*notifications.EventMeta

func (*Integration) GetId

func (x *Integration) GetId() string

func (*Integration) GetIntegrationConfig

func (x *Integration) GetIntegrationConfig() *IntegrationConfig

func (*Integration) GetName

func (x *Integration) GetName() string

func (*Integration) GetType

func (x *Integration) GetType() string

func (*Integration) ProtoMessage

func (*Integration) ProtoMessage()

func (*Integration) ProtoReflect

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

func (*Integration) Reset

func (x *Integration) Reset()

func (*Integration) String

func (x *Integration) String() string

type IntegrationConfig

type IntegrationConfig struct {
	Type IntegrationType `protobuf:"varint,1,opt,name=type,proto3,enum=wg.cosmo.platform.v1.IntegrationType" json:"type,omitempty"`
	// Types that are assignable to Config:
	//
	//	*IntegrationConfig_SlackIntegrationConfig
	Config isIntegrationConfig_Config `protobuf_oneof:"config"`
	// contains filtered or unexported fields
}

func (*IntegrationConfig) Descriptor deprecated

func (*IntegrationConfig) Descriptor() ([]byte, []int)

Deprecated: Use IntegrationConfig.ProtoReflect.Descriptor instead.

func (*IntegrationConfig) GetConfig

func (m *IntegrationConfig) GetConfig() isIntegrationConfig_Config

func (*IntegrationConfig) GetSlackIntegrationConfig

func (x *IntegrationConfig) GetSlackIntegrationConfig() *SlackIntegrationConfig

func (*IntegrationConfig) GetType

func (x *IntegrationConfig) GetType() IntegrationType

func (*IntegrationConfig) ProtoMessage

func (*IntegrationConfig) ProtoMessage()

func (*IntegrationConfig) ProtoReflect

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

func (*IntegrationConfig) Reset

func (x *IntegrationConfig) Reset()

func (*IntegrationConfig) String

func (x *IntegrationConfig) String() string

type IntegrationConfig_SlackIntegrationConfig

type IntegrationConfig_SlackIntegrationConfig struct {
	SlackIntegrationConfig *SlackIntegrationConfig `protobuf:"bytes,2,opt,name=slackIntegrationConfig,proto3,oneof"`
}

type IntegrationType

type IntegrationType int32
const (
	IntegrationType_SLACK IntegrationType = 0
)

func (IntegrationType) Descriptor

func (IntegrationType) Enum

func (x IntegrationType) Enum() *IntegrationType

func (IntegrationType) EnumDescriptor deprecated

func (IntegrationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IntegrationType.Descriptor instead.

func (IntegrationType) Number

func (IntegrationType) String

func (x IntegrationType) String() string

func (IntegrationType) Type

type InviteUserRequest

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

func (*InviteUserRequest) Descriptor deprecated

func (*InviteUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use InviteUserRequest.ProtoReflect.Descriptor instead.

func (*InviteUserRequest) GetEmail

func (x *InviteUserRequest) GetEmail() string

func (*InviteUserRequest) ProtoMessage

func (*InviteUserRequest) ProtoMessage()

func (*InviteUserRequest) ProtoReflect

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

func (*InviteUserRequest) Reset

func (x *InviteUserRequest) Reset()

func (*InviteUserRequest) String

func (x *InviteUserRequest) String() string

type InviteUserResponse

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

func (*InviteUserResponse) Descriptor deprecated

func (*InviteUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use InviteUserResponse.ProtoReflect.Descriptor instead.

func (*InviteUserResponse) GetResponse

func (x *InviteUserResponse) GetResponse() *Response

func (*InviteUserResponse) ProtoMessage

func (*InviteUserResponse) ProtoMessage()

func (*InviteUserResponse) ProtoReflect

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

func (*InviteUserResponse) Reset

func (x *InviteUserResponse) Reset()

func (*InviteUserResponse) String

func (x *InviteUserResponse) String() string

type IsGitHubAppInstalledRequest

type IsGitHubAppInstalledRequest struct {
	GitInfo *GitInfo `protobuf:"bytes,1,opt,name=git_info,json=gitInfo,proto3" json:"git_info,omitempty"`
	// contains filtered or unexported fields
}

func (*IsGitHubAppInstalledRequest) Descriptor deprecated

func (*IsGitHubAppInstalledRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsGitHubAppInstalledRequest.ProtoReflect.Descriptor instead.

func (*IsGitHubAppInstalledRequest) GetGitInfo

func (x *IsGitHubAppInstalledRequest) GetGitInfo() *GitInfo

func (*IsGitHubAppInstalledRequest) ProtoMessage

func (*IsGitHubAppInstalledRequest) ProtoMessage()

func (*IsGitHubAppInstalledRequest) ProtoReflect

func (*IsGitHubAppInstalledRequest) Reset

func (x *IsGitHubAppInstalledRequest) Reset()

func (*IsGitHubAppInstalledRequest) String

func (x *IsGitHubAppInstalledRequest) String() string

type IsGitHubAppInstalledResponse

type IsGitHubAppInstalledResponse struct {
	Response    *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	IsInstalled bool      `protobuf:"varint,2,opt,name=is_installed,json=isInstalled,proto3" json:"is_installed,omitempty"`
	// contains filtered or unexported fields
}

func (*IsGitHubAppInstalledResponse) Descriptor deprecated

func (*IsGitHubAppInstalledResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsGitHubAppInstalledResponse.ProtoReflect.Descriptor instead.

func (*IsGitHubAppInstalledResponse) GetIsInstalled

func (x *IsGitHubAppInstalledResponse) GetIsInstalled() bool

func (*IsGitHubAppInstalledResponse) GetResponse

func (x *IsGitHubAppInstalledResponse) GetResponse() *Response

func (*IsGitHubAppInstalledResponse) ProtoMessage

func (*IsGitHubAppInstalledResponse) ProtoMessage()

func (*IsGitHubAppInstalledResponse) ProtoReflect

func (*IsGitHubAppInstalledResponse) Reset

func (x *IsGitHubAppInstalledResponse) Reset()

func (*IsGitHubAppInstalledResponse) String

type IsMemberLimitReachedRequest

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

func (*IsMemberLimitReachedRequest) Descriptor deprecated

func (*IsMemberLimitReachedRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsMemberLimitReachedRequest.ProtoReflect.Descriptor instead.

func (*IsMemberLimitReachedRequest) ProtoMessage

func (*IsMemberLimitReachedRequest) ProtoMessage()

func (*IsMemberLimitReachedRequest) ProtoReflect

func (*IsMemberLimitReachedRequest) Reset

func (x *IsMemberLimitReachedRequest) Reset()

func (*IsMemberLimitReachedRequest) String

func (x *IsMemberLimitReachedRequest) String() string

type IsMemberLimitReachedResponse

type IsMemberLimitReachedResponse struct {
	Response     *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	LimitReached bool      `protobuf:"varint,2,opt,name=limit_reached,json=limitReached,proto3" json:"limit_reached,omitempty"`
	MemberCount  int32     `protobuf:"varint,3,opt,name=member_count,json=memberCount,proto3" json:"member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*IsMemberLimitReachedResponse) Descriptor deprecated

func (*IsMemberLimitReachedResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsMemberLimitReachedResponse.ProtoReflect.Descriptor instead.

func (*IsMemberLimitReachedResponse) GetLimitReached

func (x *IsMemberLimitReachedResponse) GetLimitReached() bool

func (*IsMemberLimitReachedResponse) GetMemberCount

func (x *IsMemberLimitReachedResponse) GetMemberCount() int32

func (*IsMemberLimitReachedResponse) GetResponse

func (x *IsMemberLimitReachedResponse) GetResponse() *Response

func (*IsMemberLimitReachedResponse) ProtoMessage

func (*IsMemberLimitReachedResponse) ProtoMessage()

func (*IsMemberLimitReachedResponse) ProtoReflect

func (*IsMemberLimitReachedResponse) Reset

func (x *IsMemberLimitReachedResponse) Reset()

func (*IsMemberLimitReachedResponse) String

type Label

type Label struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Label) Descriptor deprecated

func (*Label) Descriptor() ([]byte, []int)

Deprecated: Use Label.ProtoReflect.Descriptor instead.

func (*Label) GetKey

func (x *Label) GetKey() string

func (*Label) GetValue

func (x *Label) GetValue() string

func (*Label) ProtoMessage

func (*Label) ProtoMessage()

func (*Label) ProtoReflect

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

func (*Label) Reset

func (x *Label) Reset()

func (*Label) String

func (x *Label) String() string

type LeaveOrganizationRequest

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

func (*LeaveOrganizationRequest) Descriptor deprecated

func (*LeaveOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use LeaveOrganizationRequest.ProtoReflect.Descriptor instead.

func (*LeaveOrganizationRequest) GetUserID

func (x *LeaveOrganizationRequest) GetUserID() string

func (*LeaveOrganizationRequest) ProtoMessage

func (*LeaveOrganizationRequest) ProtoMessage()

func (*LeaveOrganizationRequest) ProtoReflect

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

func (*LeaveOrganizationRequest) Reset

func (x *LeaveOrganizationRequest) Reset()

func (*LeaveOrganizationRequest) String

func (x *LeaveOrganizationRequest) String() string

type LeaveOrganizationResponse

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

func (*LeaveOrganizationResponse) Descriptor deprecated

func (*LeaveOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use LeaveOrganizationResponse.ProtoReflect.Descriptor instead.

func (*LeaveOrganizationResponse) GetResponse

func (x *LeaveOrganizationResponse) GetResponse() *Response

func (*LeaveOrganizationResponse) ProtoMessage

func (*LeaveOrganizationResponse) ProtoMessage()

func (*LeaveOrganizationResponse) ProtoReflect

func (*LeaveOrganizationResponse) Reset

func (x *LeaveOrganizationResponse) Reset()

func (*LeaveOrganizationResponse) String

func (x *LeaveOrganizationResponse) String() string

type LintConfig

type LintConfig struct {
	RuleName      string       `protobuf:"bytes,1,opt,name=ruleName,proto3" json:"ruleName,omitempty"`
	SeverityLevel LintSeverity `protobuf:"varint,2,opt,name=severityLevel,proto3,enum=wg.cosmo.platform.v1.LintSeverity" json:"severityLevel,omitempty"`
	// contains filtered or unexported fields
}

func (*LintConfig) Descriptor deprecated

func (*LintConfig) Descriptor() ([]byte, []int)

Deprecated: Use LintConfig.ProtoReflect.Descriptor instead.

func (*LintConfig) GetRuleName

func (x *LintConfig) GetRuleName() string

func (*LintConfig) GetSeverityLevel

func (x *LintConfig) GetSeverityLevel() LintSeverity

func (*LintConfig) ProtoMessage

func (*LintConfig) ProtoMessage()

func (*LintConfig) ProtoReflect

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

func (*LintConfig) Reset

func (x *LintConfig) Reset()

func (*LintConfig) String

func (x *LintConfig) String() string

type LintIssue

type LintIssue struct {
	LintRuleType  *string       `protobuf:"bytes,1,opt,name=lintRuleType,proto3,oneof" json:"lintRuleType,omitempty"`
	Severity      LintSeverity  `protobuf:"varint,2,opt,name=severity,proto3,enum=wg.cosmo.platform.v1.LintSeverity" json:"severity,omitempty"`
	Message       string        `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	IssueLocation *LintLocation `protobuf:"bytes,4,opt,name=issueLocation,proto3" json:"issueLocation,omitempty"`
	// contains filtered or unexported fields
}

func (*LintIssue) Descriptor deprecated

func (*LintIssue) Descriptor() ([]byte, []int)

Deprecated: Use LintIssue.ProtoReflect.Descriptor instead.

func (*LintIssue) GetIssueLocation

func (x *LintIssue) GetIssueLocation() *LintLocation

func (*LintIssue) GetLintRuleType

func (x *LintIssue) GetLintRuleType() string

func (*LintIssue) GetMessage

func (x *LintIssue) GetMessage() string

func (*LintIssue) GetSeverity

func (x *LintIssue) GetSeverity() LintSeverity

func (*LintIssue) ProtoMessage

func (*LintIssue) ProtoMessage()

func (*LintIssue) ProtoReflect

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

func (*LintIssue) Reset

func (x *LintIssue) Reset()

func (*LintIssue) String

func (x *LintIssue) String() string

type LintLocation

type LintLocation struct {
	Line      uint32  `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	Column    uint32  `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
	EndLine   *uint32 `protobuf:"varint,3,opt,name=endLine,proto3,oneof" json:"endLine,omitempty"`
	EndColumn *uint32 `protobuf:"varint,4,opt,name=endColumn,proto3,oneof" json:"endColumn,omitempty"`
	// contains filtered or unexported fields
}

func (*LintLocation) Descriptor deprecated

func (*LintLocation) Descriptor() ([]byte, []int)

Deprecated: Use LintLocation.ProtoReflect.Descriptor instead.

func (*LintLocation) GetColumn

func (x *LintLocation) GetColumn() uint32

func (*LintLocation) GetEndColumn

func (x *LintLocation) GetEndColumn() uint32

func (*LintLocation) GetEndLine

func (x *LintLocation) GetEndLine() uint32

func (*LintLocation) GetLine

func (x *LintLocation) GetLine() uint32

func (*LintLocation) ProtoMessage

func (*LintLocation) ProtoMessage()

func (*LintLocation) ProtoReflect

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

func (*LintLocation) Reset

func (x *LintLocation) Reset()

func (*LintLocation) String

func (x *LintLocation) String() string

type LintSeverity

type LintSeverity int32
const (
	LintSeverity_warn  LintSeverity = 0
	LintSeverity_error LintSeverity = 1
)

func (LintSeverity) Descriptor

func (LintSeverity) Enum

func (x LintSeverity) Enum() *LintSeverity

func (LintSeverity) EnumDescriptor deprecated

func (LintSeverity) EnumDescriptor() ([]byte, []int)

Deprecated: Use LintSeverity.Descriptor instead.

func (LintSeverity) Number

func (LintSeverity) String

func (x LintSeverity) String() string

func (LintSeverity) Type

type MetricsDashboard

type MetricsDashboard struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Type     string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Unit     *Unit  `protobuf:"varint,4,opt,name=unit,proto3,enum=wg.cosmo.platform.v1.Unit,oneof" json:"unit,omitempty"`
	IsHidden *bool  `protobuf:"varint,5,opt,name=is_hidden,json=isHidden,proto3,oneof" json:"is_hidden,omitempty"`
	IsCta    *bool  `protobuf:"varint,6,opt,name=is_cta,json=isCta,proto3,oneof" json:"is_cta,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsDashboard) Descriptor deprecated

func (*MetricsDashboard) Descriptor() ([]byte, []int)

Deprecated: Use MetricsDashboard.ProtoReflect.Descriptor instead.

func (*MetricsDashboard) GetIsCta

func (x *MetricsDashboard) GetIsCta() bool

func (*MetricsDashboard) GetIsHidden

func (x *MetricsDashboard) GetIsHidden() bool

func (*MetricsDashboard) GetName

func (x *MetricsDashboard) GetName() string

func (*MetricsDashboard) GetTitle

func (x *MetricsDashboard) GetTitle() string

func (*MetricsDashboard) GetType

func (x *MetricsDashboard) GetType() string

func (*MetricsDashboard) GetUnit

func (x *MetricsDashboard) GetUnit() Unit

func (*MetricsDashboard) ProtoMessage

func (*MetricsDashboard) ProtoMessage()

func (*MetricsDashboard) ProtoReflect

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

func (*MetricsDashboard) Reset

func (x *MetricsDashboard) Reset()

func (*MetricsDashboard) String

func (x *MetricsDashboard) String() string

type MetricsDashboardMetric

type MetricsDashboardMetric struct {
	Value         string               `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	PreviousValue *string              `protobuf:"bytes,2,opt,name=previousValue,proto3,oneof" json:"previousValue,omitempty"`
	Top           []*MetricsTopItem    `protobuf:"bytes,3,rep,name=top,proto3" json:"top,omitempty"`
	Series        []*MetricsSeriesItem `protobuf:"bytes,4,rep,name=series,proto3" json:"series,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsDashboardMetric) Descriptor deprecated

func (*MetricsDashboardMetric) Descriptor() ([]byte, []int)

Deprecated: Use MetricsDashboardMetric.ProtoReflect.Descriptor instead.

func (*MetricsDashboardMetric) GetPreviousValue

func (x *MetricsDashboardMetric) GetPreviousValue() string

func (*MetricsDashboardMetric) GetSeries

func (x *MetricsDashboardMetric) GetSeries() []*MetricsSeriesItem

func (*MetricsDashboardMetric) GetTop

func (x *MetricsDashboardMetric) GetTop() []*MetricsTopItem

func (*MetricsDashboardMetric) GetValue

func (x *MetricsDashboardMetric) GetValue() string

func (*MetricsDashboardMetric) ProtoMessage

func (*MetricsDashboardMetric) ProtoMessage()

func (*MetricsDashboardMetric) ProtoReflect

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

func (*MetricsDashboardMetric) Reset

func (x *MetricsDashboardMetric) Reset()

func (*MetricsDashboardMetric) String

func (x *MetricsDashboardMetric) String() string

type MetricsErrorRateSeriesItem

type MetricsErrorRateSeriesItem struct {
	Timestamp   string  `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	RequestRate float32 `protobuf:"fixed32,2,opt,name=requestRate,proto3" json:"requestRate,omitempty"`
	ErrorRate   float32 `protobuf:"fixed32,3,opt,name=errorRate,proto3" json:"errorRate,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsErrorRateSeriesItem) Descriptor deprecated

func (*MetricsErrorRateSeriesItem) Descriptor() ([]byte, []int)

Deprecated: Use MetricsErrorRateSeriesItem.ProtoReflect.Descriptor instead.

func (*MetricsErrorRateSeriesItem) GetErrorRate

func (x *MetricsErrorRateSeriesItem) GetErrorRate() float32

func (*MetricsErrorRateSeriesItem) GetRequestRate

func (x *MetricsErrorRateSeriesItem) GetRequestRate() float32

func (*MetricsErrorRateSeriesItem) GetTimestamp

func (x *MetricsErrorRateSeriesItem) GetTimestamp() string

func (*MetricsErrorRateSeriesItem) ProtoMessage

func (*MetricsErrorRateSeriesItem) ProtoMessage()

func (*MetricsErrorRateSeriesItem) ProtoReflect

func (*MetricsErrorRateSeriesItem) Reset

func (x *MetricsErrorRateSeriesItem) Reset()

func (*MetricsErrorRateSeriesItem) String

func (x *MetricsErrorRateSeriesItem) String() string

type MetricsSeriesItem

type MetricsSeriesItem struct {
	Timestamp     string  `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Value         string  `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	PreviousValue *string `protobuf:"bytes,3,opt,name=previousValue,proto3,oneof" json:"previousValue,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsSeriesItem) Descriptor deprecated

func (*MetricsSeriesItem) Descriptor() ([]byte, []int)

Deprecated: Use MetricsSeriesItem.ProtoReflect.Descriptor instead.

func (*MetricsSeriesItem) GetPreviousValue

func (x *MetricsSeriesItem) GetPreviousValue() string

func (*MetricsSeriesItem) GetTimestamp

func (x *MetricsSeriesItem) GetTimestamp() string

func (*MetricsSeriesItem) GetValue

func (x *MetricsSeriesItem) GetValue() string

func (*MetricsSeriesItem) ProtoMessage

func (*MetricsSeriesItem) ProtoMessage()

func (*MetricsSeriesItem) ProtoReflect

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

func (*MetricsSeriesItem) Reset

func (x *MetricsSeriesItem) Reset()

func (*MetricsSeriesItem) String

func (x *MetricsSeriesItem) String() string

type MetricsTopItem

type MetricsTopItem struct {
	Hash        string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Value       string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	IsPersisted bool   `protobuf:"varint,4,opt,name=isPersisted,proto3" json:"isPersisted,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsTopItem) Descriptor deprecated

func (*MetricsTopItem) Descriptor() ([]byte, []int)

Deprecated: Use MetricsTopItem.ProtoReflect.Descriptor instead.

func (*MetricsTopItem) GetHash

func (x *MetricsTopItem) GetHash() string

func (*MetricsTopItem) GetIsPersisted

func (x *MetricsTopItem) GetIsPersisted() bool

func (*MetricsTopItem) GetName

func (x *MetricsTopItem) GetName() string

func (*MetricsTopItem) GetValue

func (x *MetricsTopItem) GetValue() string

func (*MetricsTopItem) ProtoMessage

func (*MetricsTopItem) ProtoMessage()

func (*MetricsTopItem) ProtoReflect

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

func (*MetricsTopItem) Reset

func (x *MetricsTopItem) Reset()

func (*MetricsTopItem) String

func (x *MetricsTopItem) String() string

type MigrateFromApolloRequest

type MigrateFromApolloRequest struct {
	ApiKey      string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
	VariantName string `protobuf:"bytes,2,opt,name=variantName,proto3" json:"variantName,omitempty"`
	Namespace   string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrateFromApolloRequest) Descriptor deprecated

func (*MigrateFromApolloRequest) Descriptor() ([]byte, []int)

Deprecated: Use MigrateFromApolloRequest.ProtoReflect.Descriptor instead.

func (*MigrateFromApolloRequest) GetApiKey

func (x *MigrateFromApolloRequest) GetApiKey() string

func (*MigrateFromApolloRequest) GetNamespace

func (x *MigrateFromApolloRequest) GetNamespace() string

func (*MigrateFromApolloRequest) GetVariantName

func (x *MigrateFromApolloRequest) GetVariantName() string

func (*MigrateFromApolloRequest) ProtoMessage

func (*MigrateFromApolloRequest) ProtoMessage()

func (*MigrateFromApolloRequest) ProtoReflect

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

func (*MigrateFromApolloRequest) Reset

func (x *MigrateFromApolloRequest) Reset()

func (*MigrateFromApolloRequest) String

func (x *MigrateFromApolloRequest) String() string

type MigrateFromApolloResponse

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

func (*MigrateFromApolloResponse) Descriptor deprecated

func (*MigrateFromApolloResponse) Descriptor() ([]byte, []int)

Deprecated: Use MigrateFromApolloResponse.ProtoReflect.Descriptor instead.

func (*MigrateFromApolloResponse) GetResponse

func (x *MigrateFromApolloResponse) GetResponse() *Response

func (*MigrateFromApolloResponse) GetToken

func (x *MigrateFromApolloResponse) GetToken() string

func (*MigrateFromApolloResponse) ProtoMessage

func (*MigrateFromApolloResponse) ProtoMessage()

func (*MigrateFromApolloResponse) ProtoReflect

func (*MigrateFromApolloResponse) Reset

func (x *MigrateFromApolloResponse) Reset()

func (*MigrateFromApolloResponse) String

func (x *MigrateFromApolloResponse) String() string

type MigrateMonographRequest

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

func (*MigrateMonographRequest) Descriptor deprecated

func (*MigrateMonographRequest) Descriptor() ([]byte, []int)

Deprecated: Use MigrateMonographRequest.ProtoReflect.Descriptor instead.

func (*MigrateMonographRequest) GetName

func (x *MigrateMonographRequest) GetName() string

func (*MigrateMonographRequest) GetNamespace

func (x *MigrateMonographRequest) GetNamespace() string

func (*MigrateMonographRequest) ProtoMessage

func (*MigrateMonographRequest) ProtoMessage()

func (*MigrateMonographRequest) ProtoReflect

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

func (*MigrateMonographRequest) Reset

func (x *MigrateMonographRequest) Reset()

func (*MigrateMonographRequest) String

func (x *MigrateMonographRequest) String() string

type MigrateMonographResponse

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

func (*MigrateMonographResponse) Descriptor deprecated

func (*MigrateMonographResponse) Descriptor() ([]byte, []int)

Deprecated: Use MigrateMonographResponse.ProtoReflect.Descriptor instead.

func (*MigrateMonographResponse) GetResponse

func (x *MigrateMonographResponse) GetResponse() *Response

func (*MigrateMonographResponse) ProtoMessage

func (*MigrateMonographResponse) ProtoMessage()

func (*MigrateMonographResponse) ProtoReflect

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

func (*MigrateMonographResponse) Reset

func (x *MigrateMonographResponse) Reset()

func (*MigrateMonographResponse) String

func (x *MigrateMonographResponse) String() string

type MoveGraphRequest

type MoveGraphRequest struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace    string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	NewNamespace string `protobuf:"bytes,3,opt,name=new_namespace,json=newNamespace,proto3" json:"new_namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveGraphRequest) Descriptor deprecated

func (*MoveGraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use MoveGraphRequest.ProtoReflect.Descriptor instead.

func (*MoveGraphRequest) GetName

func (x *MoveGraphRequest) GetName() string

func (*MoveGraphRequest) GetNamespace

func (x *MoveGraphRequest) GetNamespace() string

func (*MoveGraphRequest) GetNewNamespace

func (x *MoveGraphRequest) GetNewNamespace() string

func (*MoveGraphRequest) ProtoMessage

func (*MoveGraphRequest) ProtoMessage()

func (*MoveGraphRequest) ProtoReflect

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

func (*MoveGraphRequest) Reset

func (x *MoveGraphRequest) Reset()

func (*MoveGraphRequest) String

func (x *MoveGraphRequest) String() string

type MoveGraphResponse

type MoveGraphResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveGraphResponse) Descriptor deprecated

func (*MoveGraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use MoveGraphResponse.ProtoReflect.Descriptor instead.

func (*MoveGraphResponse) GetCompositionErrors

func (x *MoveGraphResponse) GetCompositionErrors() []*CompositionError

func (*MoveGraphResponse) GetDeploymentErrors

func (x *MoveGraphResponse) GetDeploymentErrors() []*DeploymentError

func (*MoveGraphResponse) GetResponse

func (x *MoveGraphResponse) GetResponse() *Response

func (*MoveGraphResponse) ProtoMessage

func (*MoveGraphResponse) ProtoMessage()

func (*MoveGraphResponse) ProtoReflect

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

func (*MoveGraphResponse) Reset

func (x *MoveGraphResponse) Reset()

func (*MoveGraphResponse) String

func (x *MoveGraphResponse) String() string

type Namespace

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

func (*Namespace) Descriptor deprecated

func (*Namespace) Descriptor() ([]byte, []int)

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetId

func (x *Namespace) GetId() string

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

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

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

type OperationRequestCount

type OperationRequestCount struct {
	OperationHash string `protobuf:"bytes,1,opt,name=operationHash,proto3" json:"operationHash,omitempty"`
	OperationName string `protobuf:"bytes,2,opt,name=operationName,proto3" json:"operationName,omitempty"`
	TotalRequests int32  `protobuf:"varint,3,opt,name=totalRequests,proto3" json:"totalRequests,omitempty"`
	// contains filtered or unexported fields
}

func (*OperationRequestCount) Descriptor deprecated

func (*OperationRequestCount) Descriptor() ([]byte, []int)

Deprecated: Use OperationRequestCount.ProtoReflect.Descriptor instead.

func (*OperationRequestCount) GetOperationHash

func (x *OperationRequestCount) GetOperationHash() string

func (*OperationRequestCount) GetOperationName

func (x *OperationRequestCount) GetOperationName() string

func (*OperationRequestCount) GetTotalRequests

func (x *OperationRequestCount) GetTotalRequests() int32

func (*OperationRequestCount) ProtoMessage

func (*OperationRequestCount) ProtoMessage()

func (*OperationRequestCount) ProtoReflect

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

func (*OperationRequestCount) Reset

func (x *OperationRequestCount) Reset()

func (*OperationRequestCount) String

func (x *OperationRequestCount) String() string

type OrgMember

type OrgMember struct {
	UserID      string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	Email       string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Roles       []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	OrgMemberID string   `protobuf:"bytes,4,opt,name=orgMemberID,proto3" json:"orgMemberID,omitempty"`
	Active      bool     `protobuf:"varint,5,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgMember) Descriptor deprecated

func (*OrgMember) Descriptor() ([]byte, []int)

Deprecated: Use OrgMember.ProtoReflect.Descriptor instead.

func (*OrgMember) GetActive

func (x *OrgMember) GetActive() bool

func (*OrgMember) GetEmail

func (x *OrgMember) GetEmail() string

func (*OrgMember) GetOrgMemberID

func (x *OrgMember) GetOrgMemberID() string

func (*OrgMember) GetRoles

func (x *OrgMember) GetRoles() []string

func (*OrgMember) GetUserID

func (x *OrgMember) GetUserID() string

func (*OrgMember) ProtoMessage

func (*OrgMember) ProtoMessage()

func (*OrgMember) ProtoReflect

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

func (*OrgMember) Reset

func (x *OrgMember) Reset()

func (*OrgMember) String

func (x *OrgMember) String() string

type Organization

type Organization struct {
	Id            string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Slug          string  `protobuf:"bytes,3,opt,name=slug,proto3" json:"slug,omitempty"`
	CreatorUserId *string `protobuf:"bytes,4,opt,name=creatorUserId,proto3,oneof" json:"creatorUserId,omitempty"`
	CreatedAt     string  `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

func (*Organization) Descriptor() ([]byte, []int)

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetCreatedAt

func (x *Organization) GetCreatedAt() string

func (*Organization) GetCreatorUserId

func (x *Organization) GetCreatorUserId() string

func (*Organization) GetId

func (x *Organization) GetId() string

func (*Organization) GetName

func (x *Organization) GetName() string

func (*Organization) GetSlug

func (x *Organization) GetSlug() string

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

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

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type OrganizationInvite

type OrganizationInvite struct {
	Id            string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Slug          string  `protobuf:"bytes,3,opt,name=slug,proto3" json:"slug,omitempty"`
	CreatorUserId *string `protobuf:"bytes,4,opt,name=creatorUserId,proto3,oneof" json:"creatorUserId,omitempty"`
	CreatedAt     string  `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	InvitedBy     *string `protobuf:"bytes,6,opt,name=invitedBy,proto3,oneof" json:"invitedBy,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationInvite) Descriptor deprecated

func (*OrganizationInvite) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationInvite.ProtoReflect.Descriptor instead.

func (*OrganizationInvite) GetCreatedAt

func (x *OrganizationInvite) GetCreatedAt() string

func (*OrganizationInvite) GetCreatorUserId

func (x *OrganizationInvite) GetCreatorUserId() string

func (*OrganizationInvite) GetId

func (x *OrganizationInvite) GetId() string

func (*OrganizationInvite) GetInvitedBy

func (x *OrganizationInvite) GetInvitedBy() string

func (*OrganizationInvite) GetName

func (x *OrganizationInvite) GetName() string

func (*OrganizationInvite) GetSlug

func (x *OrganizationInvite) GetSlug() string

func (*OrganizationInvite) ProtoMessage

func (*OrganizationInvite) ProtoMessage()

func (*OrganizationInvite) ProtoReflect

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

func (*OrganizationInvite) Reset

func (x *OrganizationInvite) Reset()

func (*OrganizationInvite) String

func (x *OrganizationInvite) String() string

type OverrideChange

type OverrideChange struct {
	ChangeType string  `protobuf:"bytes,1,opt,name=changeType,proto3" json:"changeType,omitempty"`
	Path       *string `protobuf:"bytes,2,opt,name=path,proto3,oneof" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*OverrideChange) Descriptor deprecated

func (*OverrideChange) Descriptor() ([]byte, []int)

Deprecated: Use OverrideChange.ProtoReflect.Descriptor instead.

func (*OverrideChange) GetChangeType

func (x *OverrideChange) GetChangeType() string

func (*OverrideChange) GetPath

func (x *OverrideChange) GetPath() string

func (*OverrideChange) ProtoMessage

func (*OverrideChange) ProtoMessage()

func (*OverrideChange) ProtoReflect

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

func (*OverrideChange) Reset

func (x *OverrideChange) Reset()

func (*OverrideChange) String

func (x *OverrideChange) String() string

type Pagination

type Pagination struct {
	Limit  int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*Pagination) Descriptor deprecated

func (*Pagination) Descriptor() ([]byte, []int)

Deprecated: Use Pagination.ProtoReflect.Descriptor instead.

func (*Pagination) GetLimit

func (x *Pagination) GetLimit() int32

func (*Pagination) GetOffset

func (x *Pagination) GetOffset() int32

func (*Pagination) ProtoMessage

func (*Pagination) ProtoMessage()

func (*Pagination) ProtoReflect

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

func (*Pagination) Reset

func (x *Pagination) Reset()

func (*Pagination) String

func (x *Pagination) String() string

type PendingOrgInvitation

type PendingOrgInvitation struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	Email  string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingOrgInvitation) Descriptor deprecated

func (*PendingOrgInvitation) Descriptor() ([]byte, []int)

Deprecated: Use PendingOrgInvitation.ProtoReflect.Descriptor instead.

func (*PendingOrgInvitation) GetEmail

func (x *PendingOrgInvitation) GetEmail() string

func (*PendingOrgInvitation) GetUserID

func (x *PendingOrgInvitation) GetUserID() string

func (*PendingOrgInvitation) ProtoMessage

func (*PendingOrgInvitation) ProtoMessage()

func (*PendingOrgInvitation) ProtoReflect

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

func (*PendingOrgInvitation) Reset

func (x *PendingOrgInvitation) Reset()

func (*PendingOrgInvitation) String

func (x *PendingOrgInvitation) String() string

type Permission

type Permission struct {
	DisplayName string `protobuf:"bytes,1,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Value       string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Permission) Descriptor deprecated

func (*Permission) Descriptor() ([]byte, []int)

Deprecated: Use Permission.ProtoReflect.Descriptor instead.

func (*Permission) GetDisplayName

func (x *Permission) GetDisplayName() string

func (*Permission) GetValue

func (x *Permission) GetValue() string

func (*Permission) ProtoMessage

func (*Permission) ProtoMessage()

func (*Permission) ProtoReflect

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

func (*Permission) Reset

func (x *Permission) Reset()

func (*Permission) String

func (x *Permission) String() string

type PersistedOperation

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

func (*PersistedOperation) Descriptor deprecated

func (*PersistedOperation) Descriptor() ([]byte, []int)

Deprecated: Use PersistedOperation.ProtoReflect.Descriptor instead.

func (*PersistedOperation) GetContents

func (x *PersistedOperation) GetContents() string

func (*PersistedOperation) GetId

func (x *PersistedOperation) GetId() string

func (*PersistedOperation) ProtoMessage

func (*PersistedOperation) ProtoMessage()

func (*PersistedOperation) ProtoReflect

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

func (*PersistedOperation) Reset

func (x *PersistedOperation) Reset()

func (*PersistedOperation) String

func (x *PersistedOperation) String() string

type PublishFederatedSubgraphRequest

type PublishFederatedSubgraphRequest struct {

	// The FQDN of the subgraph to be published e.g. "wg.team1.orders"
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The string representation of the schema, the content of the file
	Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// The routing_url is the URL of the service which will be used to route the requests to the subgraph.
	RoutingUrl *string `protobuf:"bytes,3,opt,name=routing_url,json=routingUrl,proto3,oneof" json:"routing_url,omitempty"`
	// The labels are the labels of the services which will form the federated graph. If the proposed is not valid, the service will be rejected.
	Labels []*Label `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"`
	// The subscription protocol to use when subscribing to this subgraph
	SubscriptionProtocol *common.GraphQLSubscriptionProtocol `` /* 177-byte string literal not displayed */
	// The url used for subscriptions
	SubscriptionUrl *string `protobuf:"bytes,7,opt,name=subscription_url,json=subscriptionUrl,proto3,oneof" json:"subscription_url,omitempty"`
	// The namespace of the subgraph
	Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The subscription subprotocol to use when subscribing to this subgraph
	WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PublishFederatedSubgraphRequest) Descriptor deprecated

func (*PublishFederatedSubgraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use PublishFederatedSubgraphRequest.ProtoReflect.Descriptor instead.

func (*PublishFederatedSubgraphRequest) GetLabels

func (x *PublishFederatedSubgraphRequest) GetLabels() []*Label

func (*PublishFederatedSubgraphRequest) GetName

func (*PublishFederatedSubgraphRequest) GetNamespace

func (x *PublishFederatedSubgraphRequest) GetNamespace() string

func (*PublishFederatedSubgraphRequest) GetRoutingUrl

func (x *PublishFederatedSubgraphRequest) GetRoutingUrl() string

func (*PublishFederatedSubgraphRequest) GetSchema

func (x *PublishFederatedSubgraphRequest) GetSchema() string

func (*PublishFederatedSubgraphRequest) GetSubscriptionProtocol

func (*PublishFederatedSubgraphRequest) GetSubscriptionUrl

func (x *PublishFederatedSubgraphRequest) GetSubscriptionUrl() string

func (*PublishFederatedSubgraphRequest) GetWebsocketSubprotocol

func (*PublishFederatedSubgraphRequest) ProtoMessage

func (*PublishFederatedSubgraphRequest) ProtoMessage()

func (*PublishFederatedSubgraphRequest) ProtoReflect

func (*PublishFederatedSubgraphRequest) Reset

func (*PublishFederatedSubgraphRequest) String

type PublishFederatedSubgraphResponse

type PublishFederatedSubgraphResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	HasChanged        *bool               `protobuf:"varint,4,opt,name=hasChanged,proto3,oneof" json:"hasChanged,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishFederatedSubgraphResponse) Descriptor deprecated

func (*PublishFederatedSubgraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use PublishFederatedSubgraphResponse.ProtoReflect.Descriptor instead.

func (*PublishFederatedSubgraphResponse) GetCompositionErrors

func (x *PublishFederatedSubgraphResponse) GetCompositionErrors() []*CompositionError

func (*PublishFederatedSubgraphResponse) GetDeploymentErrors

func (x *PublishFederatedSubgraphResponse) GetDeploymentErrors() []*DeploymentError

func (*PublishFederatedSubgraphResponse) GetHasChanged

func (x *PublishFederatedSubgraphResponse) GetHasChanged() bool

func (*PublishFederatedSubgraphResponse) GetResponse

func (x *PublishFederatedSubgraphResponse) GetResponse() *Response

func (*PublishFederatedSubgraphResponse) ProtoMessage

func (*PublishFederatedSubgraphResponse) ProtoMessage()

func (*PublishFederatedSubgraphResponse) ProtoReflect

func (*PublishFederatedSubgraphResponse) Reset

func (*PublishFederatedSubgraphResponse) String

type PublishMonographRequest

type PublishMonographRequest struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Schema    string `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishMonographRequest) Descriptor deprecated

func (*PublishMonographRequest) Descriptor() ([]byte, []int)

Deprecated: Use PublishMonographRequest.ProtoReflect.Descriptor instead.

func (*PublishMonographRequest) GetName

func (x *PublishMonographRequest) GetName() string

func (*PublishMonographRequest) GetNamespace

func (x *PublishMonographRequest) GetNamespace() string

func (*PublishMonographRequest) GetSchema

func (x *PublishMonographRequest) GetSchema() string

func (*PublishMonographRequest) ProtoMessage

func (*PublishMonographRequest) ProtoMessage()

func (*PublishMonographRequest) ProtoReflect

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

func (*PublishMonographRequest) Reset

func (x *PublishMonographRequest) Reset()

func (*PublishMonographRequest) String

func (x *PublishMonographRequest) String() string

type PublishMonographResponse

type PublishMonographResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishMonographResponse) Descriptor deprecated

func (*PublishMonographResponse) Descriptor() ([]byte, []int)

Deprecated: Use PublishMonographResponse.ProtoReflect.Descriptor instead.

func (*PublishMonographResponse) GetCompositionErrors

func (x *PublishMonographResponse) GetCompositionErrors() []*CompositionError

func (*PublishMonographResponse) GetDeploymentErrors

func (x *PublishMonographResponse) GetDeploymentErrors() []*DeploymentError

func (*PublishMonographResponse) GetResponse

func (x *PublishMonographResponse) GetResponse() *Response

func (*PublishMonographResponse) ProtoMessage

func (*PublishMonographResponse) ProtoMessage()

func (*PublishMonographResponse) ProtoReflect

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

func (*PublishMonographResponse) Reset

func (x *PublishMonographResponse) Reset()

func (*PublishMonographResponse) String

func (x *PublishMonographResponse) String() string

type PublishPersistedOperationsRequest

type PublishPersistedOperationsRequest struct {
	FedGraphName string                `protobuf:"bytes,1,opt,name=fedGraphName,proto3" json:"fedGraphName,omitempty"`
	ClientName   string                `protobuf:"bytes,2,opt,name=clientName,proto3" json:"clientName,omitempty"`
	Operations   []*PersistedOperation `protobuf:"bytes,3,rep,name=operations,proto3" json:"operations,omitempty"`
	Namespace    string                `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishPersistedOperationsRequest) Descriptor deprecated

func (*PublishPersistedOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use PublishPersistedOperationsRequest.ProtoReflect.Descriptor instead.

func (*PublishPersistedOperationsRequest) GetClientName

func (x *PublishPersistedOperationsRequest) GetClientName() string

func (*PublishPersistedOperationsRequest) GetFedGraphName

func (x *PublishPersistedOperationsRequest) GetFedGraphName() string

func (*PublishPersistedOperationsRequest) GetNamespace

func (x *PublishPersistedOperationsRequest) GetNamespace() string

func (*PublishPersistedOperationsRequest) GetOperations

func (*PublishPersistedOperationsRequest) ProtoMessage

func (*PublishPersistedOperationsRequest) ProtoMessage()

func (*PublishPersistedOperationsRequest) ProtoReflect

func (*PublishPersistedOperationsRequest) Reset

func (*PublishPersistedOperationsRequest) String

type PublishPersistedOperationsResponse

type PublishPersistedOperationsResponse struct {
	Response   *Response             `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	Operations []*PublishedOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishPersistedOperationsResponse) Descriptor deprecated

func (*PublishPersistedOperationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use PublishPersistedOperationsResponse.ProtoReflect.Descriptor instead.

func (*PublishPersistedOperationsResponse) GetOperations

func (*PublishPersistedOperationsResponse) GetResponse

func (x *PublishPersistedOperationsResponse) GetResponse() *Response

func (*PublishPersistedOperationsResponse) ProtoMessage

func (*PublishPersistedOperationsResponse) ProtoMessage()

func (*PublishPersistedOperationsResponse) ProtoReflect

func (*PublishPersistedOperationsResponse) Reset

func (*PublishPersistedOperationsResponse) String

type PublishedOperation

type PublishedOperation struct {
	Id             string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Hash           string                   `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	Status         PublishedOperationStatus `protobuf:"varint,3,opt,name=status,proto3,enum=wg.cosmo.platform.v1.PublishedOperationStatus" json:"status,omitempty"`
	OperationNames []string                 `protobuf:"bytes,4,rep,name=operationNames,proto3" json:"operationNames,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishedOperation) Descriptor deprecated

func (*PublishedOperation) Descriptor() ([]byte, []int)

Deprecated: Use PublishedOperation.ProtoReflect.Descriptor instead.

func (*PublishedOperation) GetHash

func (x *PublishedOperation) GetHash() string

func (*PublishedOperation) GetId

func (x *PublishedOperation) GetId() string

func (*PublishedOperation) GetOperationNames

func (x *PublishedOperation) GetOperationNames() []string

func (*PublishedOperation) GetStatus

func (*PublishedOperation) ProtoMessage

func (*PublishedOperation) ProtoMessage()

func (*PublishedOperation) ProtoReflect

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

func (*PublishedOperation) Reset

func (x *PublishedOperation) Reset()

func (*PublishedOperation) String

func (x *PublishedOperation) String() string

type PublishedOperationStatus

type PublishedOperationStatus int32
const (
	PublishedOperationStatus_UP_TO_DATE PublishedOperationStatus = 0
	PublishedOperationStatus_CREATED    PublishedOperationStatus = 1
	PublishedOperationStatus_CONFLICT   PublishedOperationStatus = 2
)

func (PublishedOperationStatus) Descriptor

func (PublishedOperationStatus) Enum

func (PublishedOperationStatus) EnumDescriptor deprecated

func (PublishedOperationStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use PublishedOperationStatus.Descriptor instead.

func (PublishedOperationStatus) Number

func (PublishedOperationStatus) String

func (x PublishedOperationStatus) String() string

func (PublishedOperationStatus) Type

type RemoveInvitationRequest

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

func (*RemoveInvitationRequest) Descriptor deprecated

func (*RemoveInvitationRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveInvitationRequest.ProtoReflect.Descriptor instead.

func (*RemoveInvitationRequest) GetEmail

func (x *RemoveInvitationRequest) GetEmail() string

func (*RemoveInvitationRequest) ProtoMessage

func (*RemoveInvitationRequest) ProtoMessage()

func (*RemoveInvitationRequest) ProtoReflect

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

func (*RemoveInvitationRequest) Reset

func (x *RemoveInvitationRequest) Reset()

func (*RemoveInvitationRequest) String

func (x *RemoveInvitationRequest) String() string

type RemoveInvitationResponse

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

func (*RemoveInvitationResponse) Descriptor deprecated

func (*RemoveInvitationResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveInvitationResponse.ProtoReflect.Descriptor instead.

func (*RemoveInvitationResponse) GetResponse

func (x *RemoveInvitationResponse) GetResponse() *Response

func (*RemoveInvitationResponse) ProtoMessage

func (*RemoveInvitationResponse) ProtoMessage()

func (*RemoveInvitationResponse) ProtoReflect

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

func (*RemoveInvitationResponse) Reset

func (x *RemoveInvitationResponse) Reset()

func (*RemoveInvitationResponse) String

func (x *RemoveInvitationResponse) String() string

type RemoveOperationIgnoreAllOverrideRequest

type RemoveOperationIgnoreAllOverrideRequest struct {
	GraphName     string `protobuf:"bytes,1,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace     string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	OperationHash string `protobuf:"bytes,3,opt,name=operation_hash,json=operationHash,proto3" json:"operation_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOperationIgnoreAllOverrideRequest) Descriptor deprecated

func (*RemoveOperationIgnoreAllOverrideRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOperationIgnoreAllOverrideRequest.ProtoReflect.Descriptor instead.

func (*RemoveOperationIgnoreAllOverrideRequest) GetGraphName

func (*RemoveOperationIgnoreAllOverrideRequest) GetNamespace

func (*RemoveOperationIgnoreAllOverrideRequest) GetOperationHash

func (x *RemoveOperationIgnoreAllOverrideRequest) GetOperationHash() string

func (*RemoveOperationIgnoreAllOverrideRequest) ProtoMessage

func (*RemoveOperationIgnoreAllOverrideRequest) ProtoReflect

func (*RemoveOperationIgnoreAllOverrideRequest) Reset

func (*RemoveOperationIgnoreAllOverrideRequest) String

type RemoveOperationIgnoreAllOverrideResponse

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

func (*RemoveOperationIgnoreAllOverrideResponse) Descriptor deprecated

func (*RemoveOperationIgnoreAllOverrideResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOperationIgnoreAllOverrideResponse.ProtoReflect.Descriptor instead.

func (*RemoveOperationIgnoreAllOverrideResponse) GetResponse

func (*RemoveOperationIgnoreAllOverrideResponse) ProtoMessage

func (*RemoveOperationIgnoreAllOverrideResponse) ProtoReflect

func (*RemoveOperationIgnoreAllOverrideResponse) Reset

func (*RemoveOperationIgnoreAllOverrideResponse) String

type RemoveOperationOverridesRequest

type RemoveOperationOverridesRequest struct {
	GraphName     string            `protobuf:"bytes,1,opt,name=graph_name,json=graphName,proto3" json:"graph_name,omitempty"`
	Namespace     string            `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	OperationHash string            `protobuf:"bytes,3,opt,name=operation_hash,json=operationHash,proto3" json:"operation_hash,omitempty"`
	Changes       []*OverrideChange `protobuf:"bytes,4,rep,name=changes,proto3" json:"changes,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOperationOverridesRequest) Descriptor deprecated

func (*RemoveOperationOverridesRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOperationOverridesRequest.ProtoReflect.Descriptor instead.

func (*RemoveOperationOverridesRequest) GetChanges

func (*RemoveOperationOverridesRequest) GetGraphName

func (x *RemoveOperationOverridesRequest) GetGraphName() string

func (*RemoveOperationOverridesRequest) GetNamespace

func (x *RemoveOperationOverridesRequest) GetNamespace() string

func (*RemoveOperationOverridesRequest) GetOperationHash

func (x *RemoveOperationOverridesRequest) GetOperationHash() string

func (*RemoveOperationOverridesRequest) ProtoMessage

func (*RemoveOperationOverridesRequest) ProtoMessage()

func (*RemoveOperationOverridesRequest) ProtoReflect

func (*RemoveOperationOverridesRequest) Reset

func (*RemoveOperationOverridesRequest) String

type RemoveOperationOverridesResponse

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

func (*RemoveOperationOverridesResponse) Descriptor deprecated

func (*RemoveOperationOverridesResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOperationOverridesResponse.ProtoReflect.Descriptor instead.

func (*RemoveOperationOverridesResponse) GetResponse

func (x *RemoveOperationOverridesResponse) GetResponse() *Response

func (*RemoveOperationOverridesResponse) ProtoMessage

func (*RemoveOperationOverridesResponse) ProtoMessage()

func (*RemoveOperationOverridesResponse) ProtoReflect

func (*RemoveOperationOverridesResponse) Reset

func (*RemoveOperationOverridesResponse) String

type RemoveOrganizationMemberRequest

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

func (*RemoveOrganizationMemberRequest) Descriptor deprecated

func (*RemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrganizationMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationMemberRequest) GetEmail

func (*RemoveOrganizationMemberRequest) ProtoMessage

func (*RemoveOrganizationMemberRequest) ProtoMessage()

func (*RemoveOrganizationMemberRequest) ProtoReflect

func (*RemoveOrganizationMemberRequest) Reset

func (*RemoveOrganizationMemberRequest) String

type RemoveOrganizationMemberResponse

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

func (*RemoveOrganizationMemberResponse) Descriptor deprecated

func (*RemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrganizationMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationMemberResponse) GetResponse

func (x *RemoveOrganizationMemberResponse) GetResponse() *Response

func (*RemoveOrganizationMemberResponse) ProtoMessage

func (*RemoveOrganizationMemberResponse) ProtoMessage()

func (*RemoveOrganizationMemberResponse) ProtoReflect

func (*RemoveOrganizationMemberResponse) Reset

func (*RemoveOrganizationMemberResponse) String

type RemoveSubgraphMemberRequest

type RemoveSubgraphMemberRequest struct {
	SubgraphName     string `protobuf:"bytes,1,opt,name=subgraphName,proto3" json:"subgraphName,omitempty"`
	SubgraphMemberId string `protobuf:"bytes,2,opt,name=subgraphMemberId,proto3" json:"subgraphMemberId,omitempty"`
	Namespace        string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSubgraphMemberRequest) Descriptor deprecated

func (*RemoveSubgraphMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveSubgraphMemberRequest.ProtoReflect.Descriptor instead.

func (*RemoveSubgraphMemberRequest) GetNamespace

func (x *RemoveSubgraphMemberRequest) GetNamespace() string

func (*RemoveSubgraphMemberRequest) GetSubgraphMemberId

func (x *RemoveSubgraphMemberRequest) GetSubgraphMemberId() string

func (*RemoveSubgraphMemberRequest) GetSubgraphName

func (x *RemoveSubgraphMemberRequest) GetSubgraphName() string

func (*RemoveSubgraphMemberRequest) ProtoMessage

func (*RemoveSubgraphMemberRequest) ProtoMessage()

func (*RemoveSubgraphMemberRequest) ProtoReflect

func (*RemoveSubgraphMemberRequest) Reset

func (x *RemoveSubgraphMemberRequest) Reset()

func (*RemoveSubgraphMemberRequest) String

func (x *RemoveSubgraphMemberRequest) String() string

type RemoveSubgraphMemberResponse

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

func (*RemoveSubgraphMemberResponse) Descriptor deprecated

func (*RemoveSubgraphMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveSubgraphMemberResponse.ProtoReflect.Descriptor instead.

func (*RemoveSubgraphMemberResponse) GetResponse

func (x *RemoveSubgraphMemberResponse) GetResponse() *Response

func (*RemoveSubgraphMemberResponse) ProtoMessage

func (*RemoveSubgraphMemberResponse) ProtoMessage()

func (*RemoveSubgraphMemberResponse) ProtoReflect

func (*RemoveSubgraphMemberResponse) Reset

func (x *RemoveSubgraphMemberResponse) Reset()

func (*RemoveSubgraphMemberResponse) String

type RenameNamespaceRequest

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

func (*RenameNamespaceRequest) Descriptor deprecated

func (*RenameNamespaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use RenameNamespaceRequest.ProtoReflect.Descriptor instead.

func (*RenameNamespaceRequest) GetName

func (x *RenameNamespaceRequest) GetName() string

func (*RenameNamespaceRequest) GetNewName

func (x *RenameNamespaceRequest) GetNewName() string

func (*RenameNamespaceRequest) ProtoMessage

func (*RenameNamespaceRequest) ProtoMessage()

func (*RenameNamespaceRequest) ProtoReflect

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

func (*RenameNamespaceRequest) Reset

func (x *RenameNamespaceRequest) Reset()

func (*RenameNamespaceRequest) String

func (x *RenameNamespaceRequest) String() string

type RenameNamespaceResponse

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

func (*RenameNamespaceResponse) Descriptor deprecated

func (*RenameNamespaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use RenameNamespaceResponse.ProtoReflect.Descriptor instead.

func (*RenameNamespaceResponse) GetResponse

func (x *RenameNamespaceResponse) GetResponse() *Response

func (*RenameNamespaceResponse) ProtoMessage

func (*RenameNamespaceResponse) ProtoMessage()

func (*RenameNamespaceResponse) ProtoReflect

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

func (*RenameNamespaceResponse) Reset

func (x *RenameNamespaceResponse) Reset()

func (*RenameNamespaceResponse) String

func (x *RenameNamespaceResponse) String() string

type ReplyToDiscussionRequest

type ReplyToDiscussionRequest struct {
	DiscussionId    string `protobuf:"bytes,2,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"`
	ContentMarkdown string `protobuf:"bytes,3,opt,name=content_markdown,json=contentMarkdown,proto3" json:"content_markdown,omitempty"`
	ContentJson     string `protobuf:"bytes,4,opt,name=content_json,json=contentJson,proto3" json:"content_json,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplyToDiscussionRequest) Descriptor deprecated

func (*ReplyToDiscussionRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReplyToDiscussionRequest.ProtoReflect.Descriptor instead.

func (*ReplyToDiscussionRequest) GetContentJson

func (x *ReplyToDiscussionRequest) GetContentJson() string

func (*ReplyToDiscussionRequest) GetContentMarkdown

func (x *ReplyToDiscussionRequest) GetContentMarkdown() string

func (*ReplyToDiscussionRequest) GetDiscussionId

func (x *ReplyToDiscussionRequest) GetDiscussionId() string

func (*ReplyToDiscussionRequest) ProtoMessage

func (*ReplyToDiscussionRequest) ProtoMessage()

func (*ReplyToDiscussionRequest) ProtoReflect

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

func (*ReplyToDiscussionRequest) Reset

func (x *ReplyToDiscussionRequest) Reset()

func (*ReplyToDiscussionRequest) String

func (x *ReplyToDiscussionRequest) String() string

type ReplyToDiscussionResponse

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

func (*ReplyToDiscussionResponse) Descriptor deprecated

func (*ReplyToDiscussionResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReplyToDiscussionResponse.ProtoReflect.Descriptor instead.

func (*ReplyToDiscussionResponse) GetResponse

func (x *ReplyToDiscussionResponse) GetResponse() *Response

func (*ReplyToDiscussionResponse) ProtoMessage

func (*ReplyToDiscussionResponse) ProtoMessage()

func (*ReplyToDiscussionResponse) ProtoReflect

func (*ReplyToDiscussionResponse) Reset

func (x *ReplyToDiscussionResponse) Reset()

func (*ReplyToDiscussionResponse) String

func (x *ReplyToDiscussionResponse) String() string

type RequestSeriesItem

type RequestSeriesItem struct {
	Timestamp       string `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TotalRequests   int32  `protobuf:"varint,2,opt,name=totalRequests,proto3" json:"totalRequests,omitempty"`
	ErroredRequests int32  `protobuf:"varint,3,opt,name=erroredRequests,proto3" json:"erroredRequests,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestSeriesItem) Descriptor deprecated

func (*RequestSeriesItem) Descriptor() ([]byte, []int)

Deprecated: Use RequestSeriesItem.ProtoReflect.Descriptor instead.

func (*RequestSeriesItem) GetErroredRequests

func (x *RequestSeriesItem) GetErroredRequests() int32

func (*RequestSeriesItem) GetTimestamp

func (x *RequestSeriesItem) GetTimestamp() string

func (*RequestSeriesItem) GetTotalRequests

func (x *RequestSeriesItem) GetTotalRequests() int32

func (*RequestSeriesItem) ProtoMessage

func (*RequestSeriesItem) ProtoMessage()

func (*RequestSeriesItem) ProtoReflect

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

func (*RequestSeriesItem) Reset

func (x *RequestSeriesItem) Reset()

func (*RequestSeriesItem) String

func (x *RequestSeriesItem) String() string

type Response

type Response struct {
	Code common.EnumStatusCode `protobuf:"varint,1,opt,name=code,proto3,enum=wg.cosmo.common.EnumStatusCode" json:"code,omitempty"`
	// details is an optional field which can be used to provide more details about the error.
	Details *string `protobuf:"bytes,2,opt,name=details,proto3,oneof" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*Response) Descriptor deprecated

func (*Response) Descriptor() ([]byte, []int)

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetCode

func (x *Response) GetCode() common.EnumStatusCode

func (*Response) GetDetails

func (x *Response) GetDetails() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

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

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type ResponseStatus

type ResponseStatus struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseStatus) Descriptor deprecated

func (*ResponseStatus) Descriptor() ([]byte, []int)

Deprecated: Use ResponseStatus.ProtoReflect.Descriptor instead.

func (*ResponseStatus) GetCode

func (x *ResponseStatus) GetCode() int32

func (*ResponseStatus) GetMessage

func (x *ResponseStatus) GetMessage() string

func (*ResponseStatus) ProtoMessage

func (*ResponseStatus) ProtoMessage()

func (*ResponseStatus) ProtoReflect

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

func (*ResponseStatus) Reset

func (x *ResponseStatus) Reset()

func (*ResponseStatus) String

func (x *ResponseStatus) String() string

type Router

type Router struct {
	Hostname                 string  `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	ClusterName              string  `protobuf:"bytes,2,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	ServiceName              string  `protobuf:"bytes,3,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
	ServiceVersion           string  `protobuf:"bytes,4,opt,name=serviceVersion,proto3" json:"serviceVersion,omitempty"`
	ServiceInstanceId        string  `protobuf:"bytes,5,opt,name=serviceInstanceId,proto3" json:"serviceInstanceId,omitempty"`
	UptimeSeconds            string  `protobuf:"bytes,6,opt,name=uptimeSeconds,proto3" json:"uptimeSeconds,omitempty"`
	ServerUptimeSeconds      string  `protobuf:"bytes,7,opt,name=serverUptimeSeconds,proto3" json:"serverUptimeSeconds,omitempty"`
	CompositionId            string  `protobuf:"bytes,8,opt,name=compositionId,proto3" json:"compositionId,omitempty"`
	OnLatestComposition      bool    `protobuf:"varint,9,opt,name=onLatestComposition,proto3" json:"onLatestComposition,omitempty"`
	ProcessId                string  `protobuf:"bytes,10,opt,name=processId,proto3" json:"processId,omitempty"`
	MemoryUsageMb            float32 `protobuf:"fixed32,11,opt,name=memoryUsageMb,proto3" json:"memoryUsageMb,omitempty"`
	MemoryUsageChangePercent float32 `protobuf:"fixed32,12,opt,name=memoryUsageChangePercent,proto3" json:"memoryUsageChangePercent,omitempty"`
	CpuUsagePercent          float32 `protobuf:"fixed32,13,opt,name=cpuUsagePercent,proto3" json:"cpuUsagePercent,omitempty"`
	CpuUsageChangePercent    float32 `protobuf:"fixed32,14,opt,name=cpuUsageChangePercent,proto3" json:"cpuUsageChangePercent,omitempty"`
	// contains filtered or unexported fields
}

func (*Router) Descriptor deprecated

func (*Router) Descriptor() ([]byte, []int)

Deprecated: Use Router.ProtoReflect.Descriptor instead.

func (*Router) GetClusterName

func (x *Router) GetClusterName() string

func (*Router) GetCompositionId

func (x *Router) GetCompositionId() string

func (*Router) GetCpuUsageChangePercent

func (x *Router) GetCpuUsageChangePercent() float32

func (*Router) GetCpuUsagePercent

func (x *Router) GetCpuUsagePercent() float32

func (*Router) GetHostname

func (x *Router) GetHostname() string

func (*Router) GetMemoryUsageChangePercent

func (x *Router) GetMemoryUsageChangePercent() float32

func (*Router) GetMemoryUsageMb

func (x *Router) GetMemoryUsageMb() float32

func (*Router) GetOnLatestComposition

func (x *Router) GetOnLatestComposition() bool

func (*Router) GetProcessId

func (x *Router) GetProcessId() string

func (*Router) GetServerUptimeSeconds

func (x *Router) GetServerUptimeSeconds() string

func (*Router) GetServiceInstanceId

func (x *Router) GetServiceInstanceId() string

func (*Router) GetServiceName

func (x *Router) GetServiceName() string

func (*Router) GetServiceVersion

func (x *Router) GetServiceVersion() string

func (*Router) GetUptimeSeconds

func (x *Router) GetUptimeSeconds() string

func (*Router) ProtoMessage

func (*Router) ProtoMessage()

func (*Router) ProtoReflect

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

func (*Router) Reset

func (x *Router) Reset()

func (*Router) String

func (x *Router) String() string

type RouterToken

type RouterToken struct {
	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt    string `protobuf:"bytes,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	LastUsedAt   string `protobuf:"bytes,4,opt,name=lastUsedAt,proto3" json:"lastUsedAt,omitempty"`
	CreatorEmail string `protobuf:"bytes,5,opt,name=creatorEmail,proto3" json:"creatorEmail,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterToken) Descriptor deprecated

func (*RouterToken) Descriptor() ([]byte, []int)

Deprecated: Use RouterToken.ProtoReflect.Descriptor instead.

func (*RouterToken) GetCreatedAt

func (x *RouterToken) GetCreatedAt() string

func (*RouterToken) GetCreatorEmail

func (x *RouterToken) GetCreatorEmail() string

func (*RouterToken) GetId

func (x *RouterToken) GetId() string

func (*RouterToken) GetLastUsedAt

func (x *RouterToken) GetLastUsedAt() string

func (*RouterToken) GetName

func (x *RouterToken) GetName() string

func (*RouterToken) ProtoMessage

func (*RouterToken) ProtoMessage()

func (*RouterToken) ProtoReflect

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

func (*RouterToken) Reset

func (x *RouterToken) Reset()

func (*RouterToken) String

func (x *RouterToken) String() string

type SchemaChange

type SchemaChange struct {
	Message     string  `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	ChangeType  string  `protobuf:"bytes,2,opt,name=changeType,proto3" json:"changeType,omitempty"`
	Path        *string `protobuf:"bytes,3,opt,name=path,proto3,oneof" json:"path,omitempty"`
	IsBreaking  bool    `protobuf:"varint,4,opt,name=isBreaking,proto3" json:"isBreaking,omitempty"`
	HasOverride *bool   `protobuf:"varint,5,opt,name=hasOverride,proto3,oneof" json:"hasOverride,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemaChange) Descriptor deprecated

func (*SchemaChange) Descriptor() ([]byte, []int)

Deprecated: Use SchemaChange.ProtoReflect.Descriptor instead.

func (*SchemaChange) GetChangeType

func (x *SchemaChange) GetChangeType() string

func (*SchemaChange) GetHasOverride

func (x *SchemaChange) GetHasOverride() bool

func (*SchemaChange) GetIsBreaking

func (x *SchemaChange) GetIsBreaking() bool

func (*SchemaChange) GetMessage

func (x *SchemaChange) GetMessage() string

func (*SchemaChange) GetPath

func (x *SchemaChange) GetPath() string

func (*SchemaChange) ProtoMessage

func (*SchemaChange) ProtoMessage()

func (*SchemaChange) ProtoReflect

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

func (*SchemaChange) Reset

func (x *SchemaChange) Reset()

func (*SchemaChange) String

func (x *SchemaChange) String() string

type SchemaCheck

type SchemaCheck struct {
	Id               string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TargetID         string                 `protobuf:"bytes,2,opt,name=targetID,proto3" json:"targetID,omitempty"`
	SubgraphName     string                 `protobuf:"bytes,3,opt,name=subgraphName,proto3" json:"subgraphName,omitempty"`
	Timestamp        string                 `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	IsComposable     bool                   `protobuf:"varint,5,opt,name=isComposable,proto3" json:"isComposable,omitempty"`
	IsBreaking       bool                   `protobuf:"varint,6,opt,name=isBreaking,proto3" json:"isBreaking,omitempty"`
	HasClientTraffic bool                   `protobuf:"varint,7,opt,name=hasClientTraffic,proto3" json:"hasClientTraffic,omitempty"`
	IsForcedSuccess  bool                   `protobuf:"varint,8,opt,name=isForcedSuccess,proto3" json:"isForcedSuccess,omitempty"`
	IsDeleted        bool                   `protobuf:"varint,9,opt,name=isDeleted,proto3" json:"isDeleted,omitempty"`
	GhDetails        *SchemaCheck_GhDetails `protobuf:"bytes,10,opt,name=ghDetails,proto3,oneof" json:"ghDetails,omitempty"`
	HasLintErrors    bool                   `protobuf:"varint,11,opt,name=hasLintErrors,proto3" json:"hasLintErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemaCheck) Descriptor deprecated

func (*SchemaCheck) Descriptor() ([]byte, []int)

Deprecated: Use SchemaCheck.ProtoReflect.Descriptor instead.

func (*SchemaCheck) GetGhDetails

func (x *SchemaCheck) GetGhDetails() *SchemaCheck_GhDetails

func (*SchemaCheck) GetHasClientTraffic

func (x *SchemaCheck) GetHasClientTraffic() bool

func (*SchemaCheck) GetHasLintErrors

func (x *SchemaCheck) GetHasLintErrors() bool

func (*SchemaCheck) GetId

func (x *SchemaCheck) GetId() string

func (*SchemaCheck) GetIsBreaking

func (x *SchemaCheck) GetIsBreaking() bool

func (*SchemaCheck) GetIsComposable

func (x *SchemaCheck) GetIsComposable() bool

func (*SchemaCheck) GetIsDeleted

func (x *SchemaCheck) GetIsDeleted() bool

func (*SchemaCheck) GetIsForcedSuccess

func (x *SchemaCheck) GetIsForcedSuccess() bool

func (*SchemaCheck) GetSubgraphName

func (x *SchemaCheck) GetSubgraphName() string

func (*SchemaCheck) GetTargetID

func (x *SchemaCheck) GetTargetID() string

func (*SchemaCheck) GetTimestamp

func (x *SchemaCheck) GetTimestamp() string

func (*SchemaCheck) ProtoMessage

func (*SchemaCheck) ProtoMessage()

func (*SchemaCheck) ProtoReflect

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

func (*SchemaCheck) Reset

func (x *SchemaCheck) Reset()

func (*SchemaCheck) String

func (x *SchemaCheck) String() string

type SchemaCheck_GhDetails

type SchemaCheck_GhDetails struct {
	CommitSha      string `protobuf:"bytes,1,opt,name=commitSha,proto3" json:"commitSha,omitempty"`
	OwnerSlug      string `protobuf:"bytes,2,opt,name=ownerSlug,proto3" json:"ownerSlug,omitempty"`
	RepositorySlug string `protobuf:"bytes,3,opt,name=repositorySlug,proto3" json:"repositorySlug,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemaCheck_GhDetails) Descriptor deprecated

func (*SchemaCheck_GhDetails) Descriptor() ([]byte, []int)

Deprecated: Use SchemaCheck_GhDetails.ProtoReflect.Descriptor instead.

func (*SchemaCheck_GhDetails) GetCommitSha

func (x *SchemaCheck_GhDetails) GetCommitSha() string

func (*SchemaCheck_GhDetails) GetOwnerSlug

func (x *SchemaCheck_GhDetails) GetOwnerSlug() string

func (*SchemaCheck_GhDetails) GetRepositorySlug

func (x *SchemaCheck_GhDetails) GetRepositorySlug() string

func (*SchemaCheck_GhDetails) ProtoMessage

func (*SchemaCheck_GhDetails) ProtoMessage()

func (*SchemaCheck_GhDetails) ProtoReflect

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

func (*SchemaCheck_GhDetails) Reset

func (x *SchemaCheck_GhDetails) Reset()

func (*SchemaCheck_GhDetails) String

func (x *SchemaCheck_GhDetails) String() string

type SetDiscussionResolutionRequest

type SetDiscussionResolutionRequest struct {
	DiscussionId string `protobuf:"bytes,1,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"`
	IsResolved   bool   `protobuf:"varint,2,opt,name=is_resolved,json=isResolved,proto3" json:"is_resolved,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDiscussionResolutionRequest) Descriptor deprecated

func (*SetDiscussionResolutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDiscussionResolutionRequest.ProtoReflect.Descriptor instead.

func (*SetDiscussionResolutionRequest) GetDiscussionId

func (x *SetDiscussionResolutionRequest) GetDiscussionId() string

func (*SetDiscussionResolutionRequest) GetIsResolved

func (x *SetDiscussionResolutionRequest) GetIsResolved() bool

func (*SetDiscussionResolutionRequest) ProtoMessage

func (*SetDiscussionResolutionRequest) ProtoMessage()

func (*SetDiscussionResolutionRequest) ProtoReflect

func (*SetDiscussionResolutionRequest) Reset

func (x *SetDiscussionResolutionRequest) Reset()

func (*SetDiscussionResolutionRequest) String

type SetDiscussionResolutionResponse

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

func (*SetDiscussionResolutionResponse) Descriptor deprecated

func (*SetDiscussionResolutionResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDiscussionResolutionResponse.ProtoReflect.Descriptor instead.

func (*SetDiscussionResolutionResponse) GetResponse

func (x *SetDiscussionResolutionResponse) GetResponse() *Response

func (*SetDiscussionResolutionResponse) ProtoMessage

func (*SetDiscussionResolutionResponse) ProtoMessage()

func (*SetDiscussionResolutionResponse) ProtoReflect

func (*SetDiscussionResolutionResponse) Reset

func (*SetDiscussionResolutionResponse) String

type SlackIntegrationConfig

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

func (*SlackIntegrationConfig) Descriptor deprecated

func (*SlackIntegrationConfig) Descriptor() ([]byte, []int)

Deprecated: Use SlackIntegrationConfig.ProtoReflect.Descriptor instead.

func (*SlackIntegrationConfig) GetEndpoint

func (x *SlackIntegrationConfig) GetEndpoint() string

func (*SlackIntegrationConfig) ProtoMessage

func (*SlackIntegrationConfig) ProtoMessage()

func (*SlackIntegrationConfig) ProtoReflect

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

func (*SlackIntegrationConfig) Reset

func (x *SlackIntegrationConfig) Reset()

func (*SlackIntegrationConfig) String

func (x *SlackIntegrationConfig) String() string

type Sort

type Sort struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc bool   `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*Sort) Descriptor deprecated

func (*Sort) Descriptor() ([]byte, []int)

Deprecated: Use Sort.ProtoReflect.Descriptor instead.

func (*Sort) GetDesc

func (x *Sort) GetDesc() bool

func (*Sort) GetId

func (x *Sort) GetId() string

func (*Sort) ProtoMessage

func (*Sort) ProtoMessage()

func (*Sort) ProtoReflect

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

func (*Sort) Reset

func (x *Sort) Reset()

func (*Sort) String

func (x *Sort) String() string

type Span

type Span struct {
	Timestamp     int64             `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	ScopeName     string            `protobuf:"bytes,2,opt,name=scopeName,proto3" json:"scopeName,omitempty"`
	TraceID       string            `protobuf:"bytes,3,opt,name=traceID,proto3" json:"traceID,omitempty"`
	SpanID        string            `protobuf:"bytes,4,opt,name=spanID,proto3" json:"spanID,omitempty"`
	ParentSpanID  string            `protobuf:"bytes,5,opt,name=parentSpanID,proto3" json:"parentSpanID,omitempty"`
	SpanName      string            `protobuf:"bytes,6,opt,name=spanName,proto3" json:"spanName,omitempty"`
	SpanKind      string            `protobuf:"bytes,7,opt,name=spanKind,proto3" json:"spanKind,omitempty"`
	Duration      int64             `protobuf:"varint,8,opt,name=duration,proto3" json:"duration,omitempty"`
	ServiceName   string            `protobuf:"bytes,9,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
	StatusCode    string            `protobuf:"bytes,10,opt,name=statusCode,proto3" json:"statusCode,omitempty"`
	StatusMessage string            `protobuf:"bytes,11,opt,name=statusMessage,proto3" json:"statusMessage,omitempty"`
	Attributes    map[string]string `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Span) Descriptor deprecated

func (*Span) Descriptor() ([]byte, []int)

Deprecated: Use Span.ProtoReflect.Descriptor instead.

func (*Span) GetAttributes

func (x *Span) GetAttributes() map[string]string

func (*Span) GetDuration

func (x *Span) GetDuration() int64

func (*Span) GetParentSpanID

func (x *Span) GetParentSpanID() string

func (*Span) GetScopeName

func (x *Span) GetScopeName() string

func (*Span) GetServiceName

func (x *Span) GetServiceName() string

func (*Span) GetSpanID

func (x *Span) GetSpanID() string

func (*Span) GetSpanKind

func (x *Span) GetSpanKind() string

func (*Span) GetSpanName

func (x *Span) GetSpanName() string

func (*Span) GetStatusCode

func (x *Span) GetStatusCode() string

func (*Span) GetStatusMessage

func (x *Span) GetStatusMessage() string

func (*Span) GetTimestamp

func (x *Span) GetTimestamp() int64

func (*Span) GetTraceID

func (x *Span) GetTraceID() string

func (*Span) ProtoMessage

func (*Span) ProtoMessage()

func (*Span) ProtoReflect

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

func (*Span) Reset

func (x *Span) Reset()

func (*Span) String

func (x *Span) String() string

type Subgraph

type Subgraph struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	RoutingURL           string   `protobuf:"bytes,3,opt,name=routingURL,proto3" json:"routingURL,omitempty"`
	LastUpdatedAt        string   `protobuf:"bytes,4,opt,name=lastUpdatedAt,proto3" json:"lastUpdatedAt,omitempty"`
	Labels               []*Label `protobuf:"bytes,5,rep,name=labels,proto3" json:"labels,omitempty"`
	CreatorUserId        *string  `protobuf:"bytes,6,opt,name=creatorUserId,proto3,oneof" json:"creatorUserId,omitempty"`
	Readme               *string  `protobuf:"bytes,7,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	SubscriptionUrl      string   `protobuf:"bytes,8,opt,name=subscriptionUrl,proto3" json:"subscriptionUrl,omitempty"`
	TargetId             string   `protobuf:"bytes,9,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	Namespace            string   `protobuf:"bytes,10,opt,name=namespace,proto3" json:"namespace,omitempty"`
	SubscriptionProtocol string   `protobuf:"bytes,11,opt,name=subscriptionProtocol,proto3" json:"subscriptionProtocol,omitempty"`
	IsV2Graph            *bool    `protobuf:"varint,12,opt,name=isV2Graph,proto3,oneof" json:"isV2Graph,omitempty"`
	IsEventDrivenGraph   bool     `protobuf:"varint,13,opt,name=isEventDrivenGraph,proto3" json:"isEventDrivenGraph,omitempty"`
	WebsocketSubprotocol string   `protobuf:"bytes,14,opt,name=websocketSubprotocol,proto3" json:"websocketSubprotocol,omitempty"`
	IsFeatureSubgraph    bool     `protobuf:"varint,15,opt,name=isFeatureSubgraph,proto3" json:"isFeatureSubgraph,omitempty"`
	BaseSubgraphName     *string  `protobuf:"bytes,16,opt,name=baseSubgraphName,proto3,oneof" json:"baseSubgraphName,omitempty"`
	BaseSubgraphId       *string  `protobuf:"bytes,17,opt,name=baseSubgraphId,proto3,oneof" json:"baseSubgraphId,omitempty"`
	// contains filtered or unexported fields
}

func (*Subgraph) Descriptor deprecated

func (*Subgraph) Descriptor() ([]byte, []int)

Deprecated: Use Subgraph.ProtoReflect.Descriptor instead.

func (*Subgraph) GetBaseSubgraphId

func (x *Subgraph) GetBaseSubgraphId() string

func (*Subgraph) GetBaseSubgraphName

func (x *Subgraph) GetBaseSubgraphName() string

func (*Subgraph) GetCreatorUserId

func (x *Subgraph) GetCreatorUserId() string

func (*Subgraph) GetId

func (x *Subgraph) GetId() string

func (*Subgraph) GetIsEventDrivenGraph

func (x *Subgraph) GetIsEventDrivenGraph() bool

func (*Subgraph) GetIsFeatureSubgraph

func (x *Subgraph) GetIsFeatureSubgraph() bool

func (*Subgraph) GetIsV2Graph

func (x *Subgraph) GetIsV2Graph() bool

func (*Subgraph) GetLabels

func (x *Subgraph) GetLabels() []*Label

func (*Subgraph) GetLastUpdatedAt

func (x *Subgraph) GetLastUpdatedAt() string

func (*Subgraph) GetName

func (x *Subgraph) GetName() string

func (*Subgraph) GetNamespace

func (x *Subgraph) GetNamespace() string

func (*Subgraph) GetReadme

func (x *Subgraph) GetReadme() string

func (*Subgraph) GetRoutingURL

func (x *Subgraph) GetRoutingURL() string

func (*Subgraph) GetSubscriptionProtocol

func (x *Subgraph) GetSubscriptionProtocol() string

func (*Subgraph) GetSubscriptionUrl

func (x *Subgraph) GetSubscriptionUrl() string

func (*Subgraph) GetTargetId

func (x *Subgraph) GetTargetId() string

func (*Subgraph) GetWebsocketSubprotocol

func (x *Subgraph) GetWebsocketSubprotocol() string

func (*Subgraph) ProtoMessage

func (*Subgraph) ProtoMessage()

func (*Subgraph) ProtoReflect

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

func (*Subgraph) Reset

func (x *Subgraph) Reset()

func (*Subgraph) String

func (x *Subgraph) String() string

type SubgraphMember

type SubgraphMember struct {
	UserId           string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Email            string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	SubgraphMemberId string `protobuf:"bytes,4,opt,name=subgraphMemberId,proto3" json:"subgraphMemberId,omitempty"`
	// contains filtered or unexported fields
}

func (*SubgraphMember) Descriptor deprecated

func (*SubgraphMember) Descriptor() ([]byte, []int)

Deprecated: Use SubgraphMember.ProtoReflect.Descriptor instead.

func (*SubgraphMember) GetEmail

func (x *SubgraphMember) GetEmail() string

func (*SubgraphMember) GetSubgraphMemberId

func (x *SubgraphMember) GetSubgraphMemberId() string

func (*SubgraphMember) GetUserId

func (x *SubgraphMember) GetUserId() string

func (*SubgraphMember) ProtoMessage

func (*SubgraphMember) ProtoMessage()

func (*SubgraphMember) ProtoReflect

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

func (*SubgraphMember) Reset

func (x *SubgraphMember) Reset()

func (*SubgraphMember) String

func (x *SubgraphMember) String() string

type SubgraphMetrics

type SubgraphMetrics struct {
	SubgraphID  string  `protobuf:"bytes,1,opt,name=subgraphID,proto3" json:"subgraphID,omitempty"`
	RequestRate float32 `protobuf:"fixed32,2,opt,name=requestRate,proto3" json:"requestRate,omitempty"`
	ErrorRate   float32 `protobuf:"fixed32,3,opt,name=errorRate,proto3" json:"errorRate,omitempty"`
	Latency     float32 `protobuf:"fixed32,4,opt,name=latency,proto3" json:"latency,omitempty"`
	// contains filtered or unexported fields
}

func (*SubgraphMetrics) Descriptor deprecated

func (*SubgraphMetrics) Descriptor() ([]byte, []int)

Deprecated: Use SubgraphMetrics.ProtoReflect.Descriptor instead.

func (*SubgraphMetrics) GetErrorRate

func (x *SubgraphMetrics) GetErrorRate() float32

func (*SubgraphMetrics) GetLatency

func (x *SubgraphMetrics) GetLatency() float32

func (*SubgraphMetrics) GetRequestRate

func (x *SubgraphMetrics) GetRequestRate() float32

func (*SubgraphMetrics) GetSubgraphID

func (x *SubgraphMetrics) GetSubgraphID() string

func (*SubgraphMetrics) ProtoMessage

func (*SubgraphMetrics) ProtoMessage()

func (*SubgraphMetrics) ProtoReflect

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

func (*SubgraphMetrics) Reset

func (x *SubgraphMetrics) Reset()

func (*SubgraphMetrics) String

func (x *SubgraphMetrics) String() string

type Unit

type Unit int32
const (
	Unit_Unspecified   Unit = 0
	Unit_Nanoseconds   Unit = 1
	Unit_UnixTimestamp Unit = 2
	Unit_Bytes         Unit = 3
	Unit_CodeBlock     Unit = 4
	Unit_StatusCode    Unit = 5
	Unit_TraceID       Unit = 6
)

func (Unit) Descriptor

func (Unit) Descriptor() protoreflect.EnumDescriptor

func (Unit) Enum

func (x Unit) Enum() *Unit

func (Unit) EnumDescriptor deprecated

func (Unit) EnumDescriptor() ([]byte, []int)

Deprecated: Use Unit.Descriptor instead.

func (Unit) Number

func (x Unit) Number() protoreflect.EnumNumber

func (Unit) String

func (x Unit) String() string

func (Unit) Type

func (Unit) Type() protoreflect.EnumType

type UpdateContractRequest

type UpdateContractRequest struct {
	Name        string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace   string   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	ExcludeTags []string `protobuf:"bytes,3,rep,name=exclude_tags,json=excludeTags,proto3" json:"exclude_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateContractRequest) Descriptor deprecated

func (*UpdateContractRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateContractRequest.ProtoReflect.Descriptor instead.

func (*UpdateContractRequest) GetExcludeTags

func (x *UpdateContractRequest) GetExcludeTags() []string

func (*UpdateContractRequest) GetName

func (x *UpdateContractRequest) GetName() string

func (*UpdateContractRequest) GetNamespace

func (x *UpdateContractRequest) GetNamespace() string

func (*UpdateContractRequest) ProtoMessage

func (*UpdateContractRequest) ProtoMessage()

func (*UpdateContractRequest) ProtoReflect

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

func (*UpdateContractRequest) Reset

func (x *UpdateContractRequest) Reset()

func (*UpdateContractRequest) String

func (x *UpdateContractRequest) String() string

type UpdateContractResponse

type UpdateContractResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateContractResponse) Descriptor deprecated

func (*UpdateContractResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateContractResponse.ProtoReflect.Descriptor instead.

func (*UpdateContractResponse) GetCompositionErrors

func (x *UpdateContractResponse) GetCompositionErrors() []*CompositionError

func (*UpdateContractResponse) GetDeploymentErrors

func (x *UpdateContractResponse) GetDeploymentErrors() []*DeploymentError

func (*UpdateContractResponse) GetResponse

func (x *UpdateContractResponse) GetResponse() *Response

func (*UpdateContractResponse) ProtoMessage

func (*UpdateContractResponse) ProtoMessage()

func (*UpdateContractResponse) ProtoReflect

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

func (*UpdateContractResponse) Reset

func (x *UpdateContractResponse) Reset()

func (*UpdateContractResponse) String

func (x *UpdateContractResponse) String() string

type UpdateDiscussionCommentRequest

type UpdateDiscussionCommentRequest struct {
	DiscussionId    string `protobuf:"bytes,1,opt,name=discussion_id,json=discussionId,proto3" json:"discussion_id,omitempty"`
	CommentId       string `protobuf:"bytes,2,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"`
	ContentMarkdown string `protobuf:"bytes,3,opt,name=content_markdown,json=contentMarkdown,proto3" json:"content_markdown,omitempty"`
	ContentJson     string `protobuf:"bytes,4,opt,name=content_json,json=contentJson,proto3" json:"content_json,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDiscussionCommentRequest) Descriptor deprecated

func (*UpdateDiscussionCommentRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDiscussionCommentRequest.ProtoReflect.Descriptor instead.

func (*UpdateDiscussionCommentRequest) GetCommentId

func (x *UpdateDiscussionCommentRequest) GetCommentId() string

func (*UpdateDiscussionCommentRequest) GetContentJson

func (x *UpdateDiscussionCommentRequest) GetContentJson() string

func (*UpdateDiscussionCommentRequest) GetContentMarkdown

func (x *UpdateDiscussionCommentRequest) GetContentMarkdown() string

func (*UpdateDiscussionCommentRequest) GetDiscussionId

func (x *UpdateDiscussionCommentRequest) GetDiscussionId() string

func (*UpdateDiscussionCommentRequest) ProtoMessage

func (*UpdateDiscussionCommentRequest) ProtoMessage()

func (*UpdateDiscussionCommentRequest) ProtoReflect

func (*UpdateDiscussionCommentRequest) Reset

func (x *UpdateDiscussionCommentRequest) Reset()

func (*UpdateDiscussionCommentRequest) String

type UpdateDiscussionCommentResponse

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

func (*UpdateDiscussionCommentResponse) Descriptor deprecated

func (*UpdateDiscussionCommentResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDiscussionCommentResponse.ProtoReflect.Descriptor instead.

func (*UpdateDiscussionCommentResponse) GetResponse

func (x *UpdateDiscussionCommentResponse) GetResponse() *Response

func (*UpdateDiscussionCommentResponse) ProtoMessage

func (*UpdateDiscussionCommentResponse) ProtoMessage()

func (*UpdateDiscussionCommentResponse) ProtoReflect

func (*UpdateDiscussionCommentResponse) Reset

func (*UpdateDiscussionCommentResponse) String

type UpdateFeatureFlagRequest

type UpdateFeatureFlagRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace            string   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels               []*Label `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
	FeatureSubgraphNames []string `protobuf:"bytes,4,rep,name=feature_subgraph_names,json=featureSubgraphNames,proto3" json:"feature_subgraph_names,omitempty"`
	UnsetLabels          bool     `protobuf:"varint,5,opt,name=unset_labels,json=unsetLabels,proto3" json:"unset_labels,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFeatureFlagRequest) Descriptor deprecated

func (*UpdateFeatureFlagRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFeatureFlagRequest.ProtoReflect.Descriptor instead.

func (*UpdateFeatureFlagRequest) GetFeatureSubgraphNames

func (x *UpdateFeatureFlagRequest) GetFeatureSubgraphNames() []string

func (*UpdateFeatureFlagRequest) GetLabels

func (x *UpdateFeatureFlagRequest) GetLabels() []*Label

func (*UpdateFeatureFlagRequest) GetName

func (x *UpdateFeatureFlagRequest) GetName() string

func (*UpdateFeatureFlagRequest) GetNamespace

func (x *UpdateFeatureFlagRequest) GetNamespace() string

func (*UpdateFeatureFlagRequest) GetUnsetLabels

func (x *UpdateFeatureFlagRequest) GetUnsetLabels() bool

func (*UpdateFeatureFlagRequest) ProtoMessage

func (*UpdateFeatureFlagRequest) ProtoMessage()

func (*UpdateFeatureFlagRequest) ProtoReflect

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

func (*UpdateFeatureFlagRequest) Reset

func (x *UpdateFeatureFlagRequest) Reset()

func (*UpdateFeatureFlagRequest) String

func (x *UpdateFeatureFlagRequest) String() string

type UpdateFeatureFlagResponse

type UpdateFeatureFlagResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=composition_errors,json=compositionErrors,proto3" json:"composition_errors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deployment_errors,json=deploymentErrors,proto3" json:"deployment_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFeatureFlagResponse) Descriptor deprecated

func (*UpdateFeatureFlagResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFeatureFlagResponse.ProtoReflect.Descriptor instead.

func (*UpdateFeatureFlagResponse) GetCompositionErrors

func (x *UpdateFeatureFlagResponse) GetCompositionErrors() []*CompositionError

func (*UpdateFeatureFlagResponse) GetDeploymentErrors

func (x *UpdateFeatureFlagResponse) GetDeploymentErrors() []*DeploymentError

func (*UpdateFeatureFlagResponse) GetResponse

func (x *UpdateFeatureFlagResponse) GetResponse() *Response

func (*UpdateFeatureFlagResponse) ProtoMessage

func (*UpdateFeatureFlagResponse) ProtoMessage()

func (*UpdateFeatureFlagResponse) ProtoReflect

func (*UpdateFeatureFlagResponse) Reset

func (x *UpdateFeatureFlagResponse) Reset()

func (*UpdateFeatureFlagResponse) String

func (x *UpdateFeatureFlagResponse) String() string

type UpdateFeatureSettingsRequest

type UpdateFeatureSettingsRequest struct {
	Enable    bool    `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	FeatureId Feature `protobuf:"varint,2,opt,name=featureId,proto3,enum=wg.cosmo.platform.v1.Feature" json:"featureId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFeatureSettingsRequest) Descriptor deprecated

func (*UpdateFeatureSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFeatureSettingsRequest.ProtoReflect.Descriptor instead.

func (*UpdateFeatureSettingsRequest) GetEnable

func (x *UpdateFeatureSettingsRequest) GetEnable() bool

func (*UpdateFeatureSettingsRequest) GetFeatureId

func (x *UpdateFeatureSettingsRequest) GetFeatureId() Feature

func (*UpdateFeatureSettingsRequest) ProtoMessage

func (*UpdateFeatureSettingsRequest) ProtoMessage()

func (*UpdateFeatureSettingsRequest) ProtoReflect

func (*UpdateFeatureSettingsRequest) Reset

func (x *UpdateFeatureSettingsRequest) Reset()

func (*UpdateFeatureSettingsRequest) String

type UpdateFeatureSettingsResponse

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

func (*UpdateFeatureSettingsResponse) Descriptor deprecated

func (*UpdateFeatureSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFeatureSettingsResponse.ProtoReflect.Descriptor instead.

func (*UpdateFeatureSettingsResponse) GetResponse

func (x *UpdateFeatureSettingsResponse) GetResponse() *Response

func (*UpdateFeatureSettingsResponse) ProtoMessage

func (*UpdateFeatureSettingsResponse) ProtoMessage()

func (*UpdateFeatureSettingsResponse) ProtoReflect

func (*UpdateFeatureSettingsResponse) Reset

func (x *UpdateFeatureSettingsResponse) Reset()

func (*UpdateFeatureSettingsResponse) String

type UpdateFederatedGraphRequest

type UpdateFederatedGraphRequest struct {
	Name                   string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RoutingUrl             string   `protobuf:"bytes,2,opt,name=routing_url,json=routingUrl,proto3" json:"routing_url,omitempty"`
	LabelMatchers          []string `protobuf:"bytes,3,rep,name=label_matchers,json=labelMatchers,proto3" json:"label_matchers,omitempty"`
	Readme                 *string  `protobuf:"bytes,4,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	Namespace              string   `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	UnsetLabelMatchers     *bool    `protobuf:"varint,6,opt,name=unset_label_matchers,json=unsetLabelMatchers,proto3,oneof" json:"unset_label_matchers,omitempty"`
	AdmissionWebhookURL    *string  `protobuf:"bytes,7,opt,name=admissionWebhookURL,proto3,oneof" json:"admissionWebhookURL,omitempty"`
	AdmissionWebhookSecret *string  `protobuf:"bytes,8,opt,name=admissionWebhookSecret,proto3,oneof" json:"admissionWebhookSecret,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFederatedGraphRequest) Descriptor deprecated

func (*UpdateFederatedGraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFederatedGraphRequest.ProtoReflect.Descriptor instead.

func (*UpdateFederatedGraphRequest) GetAdmissionWebhookSecret

func (x *UpdateFederatedGraphRequest) GetAdmissionWebhookSecret() string

func (*UpdateFederatedGraphRequest) GetAdmissionWebhookURL

func (x *UpdateFederatedGraphRequest) GetAdmissionWebhookURL() string

func (*UpdateFederatedGraphRequest) GetLabelMatchers

func (x *UpdateFederatedGraphRequest) GetLabelMatchers() []string

func (*UpdateFederatedGraphRequest) GetName

func (x *UpdateFederatedGraphRequest) GetName() string

func (*UpdateFederatedGraphRequest) GetNamespace

func (x *UpdateFederatedGraphRequest) GetNamespace() string

func (*UpdateFederatedGraphRequest) GetReadme

func (x *UpdateFederatedGraphRequest) GetReadme() string

func (*UpdateFederatedGraphRequest) GetRoutingUrl

func (x *UpdateFederatedGraphRequest) GetRoutingUrl() string

func (*UpdateFederatedGraphRequest) GetUnsetLabelMatchers

func (x *UpdateFederatedGraphRequest) GetUnsetLabelMatchers() bool

func (*UpdateFederatedGraphRequest) ProtoMessage

func (*UpdateFederatedGraphRequest) ProtoMessage()

func (*UpdateFederatedGraphRequest) ProtoReflect

func (*UpdateFederatedGraphRequest) Reset

func (x *UpdateFederatedGraphRequest) Reset()

func (*UpdateFederatedGraphRequest) String

func (x *UpdateFederatedGraphRequest) String() string

type UpdateFederatedGraphResponse

type UpdateFederatedGraphResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFederatedGraphResponse) Descriptor deprecated

func (*UpdateFederatedGraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFederatedGraphResponse.ProtoReflect.Descriptor instead.

func (*UpdateFederatedGraphResponse) GetCompositionErrors

func (x *UpdateFederatedGraphResponse) GetCompositionErrors() []*CompositionError

func (*UpdateFederatedGraphResponse) GetDeploymentErrors

func (x *UpdateFederatedGraphResponse) GetDeploymentErrors() []*DeploymentError

func (*UpdateFederatedGraphResponse) GetResponse

func (x *UpdateFederatedGraphResponse) GetResponse() *Response

func (*UpdateFederatedGraphResponse) ProtoMessage

func (*UpdateFederatedGraphResponse) ProtoMessage()

func (*UpdateFederatedGraphResponse) ProtoReflect

func (*UpdateFederatedGraphResponse) Reset

func (x *UpdateFederatedGraphResponse) Reset()

func (*UpdateFederatedGraphResponse) String

type UpdateIntegrationConfigRequest

type UpdateIntegrationConfigRequest struct {
	Id         string                     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Endpoint   string                     `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Events     []string                   `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	EventsMeta []*notifications.EventMeta `protobuf:"bytes,4,rep,name=events_meta,json=eventsMeta,proto3" json:"events_meta,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIntegrationConfigRequest) Descriptor deprecated

func (*UpdateIntegrationConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateIntegrationConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateIntegrationConfigRequest) GetEndpoint

func (x *UpdateIntegrationConfigRequest) GetEndpoint() string

func (*UpdateIntegrationConfigRequest) GetEvents

func (x *UpdateIntegrationConfigRequest) GetEvents() []string

func (*UpdateIntegrationConfigRequest) GetEventsMeta

func (*UpdateIntegrationConfigRequest) GetId

func (*UpdateIntegrationConfigRequest) ProtoMessage

func (*UpdateIntegrationConfigRequest) ProtoMessage()

func (*UpdateIntegrationConfigRequest) ProtoReflect

func (*UpdateIntegrationConfigRequest) Reset

func (x *UpdateIntegrationConfigRequest) Reset()

func (*UpdateIntegrationConfigRequest) String

type UpdateIntegrationConfigResponse

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

func (*UpdateIntegrationConfigResponse) Descriptor deprecated

func (*UpdateIntegrationConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateIntegrationConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateIntegrationConfigResponse) GetResponse

func (x *UpdateIntegrationConfigResponse) GetResponse() *Response

func (*UpdateIntegrationConfigResponse) ProtoMessage

func (*UpdateIntegrationConfigResponse) ProtoMessage()

func (*UpdateIntegrationConfigResponse) ProtoReflect

func (*UpdateIntegrationConfigResponse) Reset

func (*UpdateIntegrationConfigResponse) String

type UpdateMonographRequest

type UpdateMonographRequest struct {
	Name                   string                              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace              string                              `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	RoutingUrl             string                              `protobuf:"bytes,3,opt,name=routing_url,json=routingUrl,proto3" json:"routing_url,omitempty"`
	GraphUrl               string                              `protobuf:"bytes,4,opt,name=graph_url,json=graphUrl,proto3" json:"graph_url,omitempty"`
	SubscriptionProtocol   *common.GraphQLSubscriptionProtocol `` /* 177-byte string literal not displayed */
	SubscriptionUrl        *string                             `protobuf:"bytes,6,opt,name=subscription_url,json=subscriptionUrl,proto3,oneof" json:"subscription_url,omitempty"`
	Readme                 *string                             `protobuf:"bytes,7,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	WebsocketSubprotocol   *common.GraphQLWebsocketSubprotocol `` /* 177-byte string literal not displayed */
	AdmissionWebhookURL    *string                             `protobuf:"bytes,9,opt,name=admissionWebhookURL,proto3,oneof" json:"admissionWebhookURL,omitempty"`
	AdmissionWebhookSecret *string                             `protobuf:"bytes,10,opt,name=admissionWebhookSecret,proto3,oneof" json:"admissionWebhookSecret,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMonographRequest) Descriptor deprecated

func (*UpdateMonographRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMonographRequest.ProtoReflect.Descriptor instead.

func (*UpdateMonographRequest) GetAdmissionWebhookSecret

func (x *UpdateMonographRequest) GetAdmissionWebhookSecret() string

func (*UpdateMonographRequest) GetAdmissionWebhookURL

func (x *UpdateMonographRequest) GetAdmissionWebhookURL() string

func (*UpdateMonographRequest) GetGraphUrl

func (x *UpdateMonographRequest) GetGraphUrl() string

func (*UpdateMonographRequest) GetName

func (x *UpdateMonographRequest) GetName() string

func (*UpdateMonographRequest) GetNamespace

func (x *UpdateMonographRequest) GetNamespace() string

func (*UpdateMonographRequest) GetReadme

func (x *UpdateMonographRequest) GetReadme() string

func (*UpdateMonographRequest) GetRoutingUrl

func (x *UpdateMonographRequest) GetRoutingUrl() string

func (*UpdateMonographRequest) GetSubscriptionProtocol

func (x *UpdateMonographRequest) GetSubscriptionProtocol() common.GraphQLSubscriptionProtocol

func (*UpdateMonographRequest) GetSubscriptionUrl

func (x *UpdateMonographRequest) GetSubscriptionUrl() string

func (*UpdateMonographRequest) GetWebsocketSubprotocol

func (x *UpdateMonographRequest) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol

func (*UpdateMonographRequest) ProtoMessage

func (*UpdateMonographRequest) ProtoMessage()

func (*UpdateMonographRequest) ProtoReflect

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

func (*UpdateMonographRequest) Reset

func (x *UpdateMonographRequest) Reset()

func (*UpdateMonographRequest) String

func (x *UpdateMonographRequest) String() string

type UpdateMonographResponse

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

func (*UpdateMonographResponse) Descriptor deprecated

func (*UpdateMonographResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMonographResponse.ProtoReflect.Descriptor instead.

func (*UpdateMonographResponse) GetResponse

func (x *UpdateMonographResponse) GetResponse() *Response

func (*UpdateMonographResponse) ProtoMessage

func (*UpdateMonographResponse) ProtoMessage()

func (*UpdateMonographResponse) ProtoReflect

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

func (*UpdateMonographResponse) Reset

func (x *UpdateMonographResponse) Reset()

func (*UpdateMonographResponse) String

func (x *UpdateMonographResponse) String() string

type UpdateOrgMemberRoleRequest

type UpdateOrgMemberRoleRequest struct {
	UserID          string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	OrgMemberUserID string `protobuf:"bytes,2,opt,name=orgMemberUserID,proto3" json:"orgMemberUserID,omitempty"`
	Role            string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrgMemberRoleRequest) Descriptor deprecated

func (*UpdateOrgMemberRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgMemberRoleRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrgMemberRoleRequest) GetOrgMemberUserID

func (x *UpdateOrgMemberRoleRequest) GetOrgMemberUserID() string

func (*UpdateOrgMemberRoleRequest) GetRole

func (x *UpdateOrgMemberRoleRequest) GetRole() string

func (*UpdateOrgMemberRoleRequest) GetUserID

func (x *UpdateOrgMemberRoleRequest) GetUserID() string

func (*UpdateOrgMemberRoleRequest) ProtoMessage

func (*UpdateOrgMemberRoleRequest) ProtoMessage()

func (*UpdateOrgMemberRoleRequest) ProtoReflect

func (*UpdateOrgMemberRoleRequest) Reset

func (x *UpdateOrgMemberRoleRequest) Reset()

func (*UpdateOrgMemberRoleRequest) String

func (x *UpdateOrgMemberRoleRequest) String() string

type UpdateOrgMemberRoleResponse

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

func (*UpdateOrgMemberRoleResponse) Descriptor deprecated

func (*UpdateOrgMemberRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrgMemberRoleResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrgMemberRoleResponse) GetResponse

func (x *UpdateOrgMemberRoleResponse) GetResponse() *Response

func (*UpdateOrgMemberRoleResponse) ProtoMessage

func (*UpdateOrgMemberRoleResponse) ProtoMessage()

func (*UpdateOrgMemberRoleResponse) ProtoReflect

func (*UpdateOrgMemberRoleResponse) Reset

func (x *UpdateOrgMemberRoleResponse) Reset()

func (*UpdateOrgMemberRoleResponse) String

func (x *UpdateOrgMemberRoleResponse) String() string

type UpdateOrganizationDetailsRequest

type UpdateOrganizationDetailsRequest struct {
	UserID           string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	OrganizationName string `protobuf:"bytes,2,opt,name=organizationName,proto3" json:"organizationName,omitempty"`
	OrganizationSlug string `protobuf:"bytes,3,opt,name=organizationSlug,proto3" json:"organizationSlug,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationDetailsRequest) Descriptor deprecated

func (*UpdateOrganizationDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationDetailsRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationDetailsRequest) GetOrganizationName

func (x *UpdateOrganizationDetailsRequest) GetOrganizationName() string

func (*UpdateOrganizationDetailsRequest) GetOrganizationSlug

func (x *UpdateOrganizationDetailsRequest) GetOrganizationSlug() string

func (*UpdateOrganizationDetailsRequest) GetUserID

func (*UpdateOrganizationDetailsRequest) ProtoMessage

func (*UpdateOrganizationDetailsRequest) ProtoMessage()

func (*UpdateOrganizationDetailsRequest) ProtoReflect

func (*UpdateOrganizationDetailsRequest) Reset

func (*UpdateOrganizationDetailsRequest) String

type UpdateOrganizationDetailsResponse

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

func (*UpdateOrganizationDetailsResponse) Descriptor deprecated

func (*UpdateOrganizationDetailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationDetailsResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationDetailsResponse) GetResponse

func (x *UpdateOrganizationDetailsResponse) GetResponse() *Response

func (*UpdateOrganizationDetailsResponse) ProtoMessage

func (*UpdateOrganizationDetailsResponse) ProtoMessage()

func (*UpdateOrganizationDetailsResponse) ProtoReflect

func (*UpdateOrganizationDetailsResponse) Reset

func (*UpdateOrganizationDetailsResponse) String

type UpdateOrganizationWebhookConfigRequest

type UpdateOrganizationWebhookConfigRequest struct {
	Id              string                     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Endpoint        string                     `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Key             string                     `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	Events          []string                   `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"`
	EventsMeta      []*notifications.EventMeta `protobuf:"bytes,5,rep,name=events_meta,json=eventsMeta,proto3" json:"events_meta,omitempty"`
	ShouldUpdateKey bool                       `protobuf:"varint,6,opt,name=should_update_key,json=shouldUpdateKey,proto3" json:"should_update_key,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationWebhookConfigRequest) Descriptor deprecated

func (*UpdateOrganizationWebhookConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationWebhookConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationWebhookConfigRequest) GetEndpoint

func (*UpdateOrganizationWebhookConfigRequest) GetEvents

func (*UpdateOrganizationWebhookConfigRequest) GetEventsMeta

func (*UpdateOrganizationWebhookConfigRequest) GetId

func (*UpdateOrganizationWebhookConfigRequest) GetKey

func (*UpdateOrganizationWebhookConfigRequest) GetShouldUpdateKey

func (x *UpdateOrganizationWebhookConfigRequest) GetShouldUpdateKey() bool

func (*UpdateOrganizationWebhookConfigRequest) ProtoMessage

func (*UpdateOrganizationWebhookConfigRequest) ProtoReflect

func (*UpdateOrganizationWebhookConfigRequest) Reset

func (*UpdateOrganizationWebhookConfigRequest) String

type UpdateOrganizationWebhookConfigResponse

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

func (*UpdateOrganizationWebhookConfigResponse) Descriptor deprecated

func (*UpdateOrganizationWebhookConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationWebhookConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationWebhookConfigResponse) GetResponse

func (*UpdateOrganizationWebhookConfigResponse) ProtoMessage

func (*UpdateOrganizationWebhookConfigResponse) ProtoReflect

func (*UpdateOrganizationWebhookConfigResponse) Reset

func (*UpdateOrganizationWebhookConfigResponse) String

type UpdateSubgraphRequest

type UpdateSubgraphRequest struct {
	Name       string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RoutingUrl *string  `protobuf:"bytes,2,opt,name=routing_url,json=routingUrl,proto3,oneof" json:"routing_url,omitempty"`
	Labels     []*Label `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
	Headers    []string `protobuf:"bytes,4,rep,name=headers,proto3" json:"headers,omitempty"`
	// subscription protocol to use when subscribing to this subgraph
	SubscriptionProtocol *common.GraphQLSubscriptionProtocol `` /* 177-byte string literal not displayed */
	// url used for subscriptions
	SubscriptionUrl      *string                             `protobuf:"bytes,6,opt,name=subscription_url,json=subscriptionUrl,proto3,oneof" json:"subscription_url,omitempty"`
	Readme               *string                             `protobuf:"bytes,7,opt,name=readme,proto3,oneof" json:"readme,omitempty"`
	Namespace            string                              `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"`
	UnsetLabels          *bool                               `protobuf:"varint,9,opt,name=unset_labels,json=unsetLabels,proto3,oneof" json:"unset_labels,omitempty"`
	WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateSubgraphRequest) Descriptor deprecated

func (*UpdateSubgraphRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubgraphRequest.ProtoReflect.Descriptor instead.

func (*UpdateSubgraphRequest) GetHeaders

func (x *UpdateSubgraphRequest) GetHeaders() []string

func (*UpdateSubgraphRequest) GetLabels

func (x *UpdateSubgraphRequest) GetLabels() []*Label

func (*UpdateSubgraphRequest) GetName

func (x *UpdateSubgraphRequest) GetName() string

func (*UpdateSubgraphRequest) GetNamespace

func (x *UpdateSubgraphRequest) GetNamespace() string

func (*UpdateSubgraphRequest) GetReadme

func (x *UpdateSubgraphRequest) GetReadme() string

func (*UpdateSubgraphRequest) GetRoutingUrl

func (x *UpdateSubgraphRequest) GetRoutingUrl() string

func (*UpdateSubgraphRequest) GetSubscriptionProtocol

func (x *UpdateSubgraphRequest) GetSubscriptionProtocol() common.GraphQLSubscriptionProtocol

func (*UpdateSubgraphRequest) GetSubscriptionUrl

func (x *UpdateSubgraphRequest) GetSubscriptionUrl() string

func (*UpdateSubgraphRequest) GetUnsetLabels

func (x *UpdateSubgraphRequest) GetUnsetLabels() bool

func (*UpdateSubgraphRequest) GetWebsocketSubprotocol

func (x *UpdateSubgraphRequest) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol

func (*UpdateSubgraphRequest) ProtoMessage

func (*UpdateSubgraphRequest) ProtoMessage()

func (*UpdateSubgraphRequest) ProtoReflect

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

func (*UpdateSubgraphRequest) Reset

func (x *UpdateSubgraphRequest) Reset()

func (*UpdateSubgraphRequest) String

func (x *UpdateSubgraphRequest) String() string

type UpdateSubgraphResponse

type UpdateSubgraphResponse struct {
	Response          *Response           `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	CompositionErrors []*CompositionError `protobuf:"bytes,2,rep,name=compositionErrors,proto3" json:"compositionErrors,omitempty"`
	DeploymentErrors  []*DeploymentError  `protobuf:"bytes,3,rep,name=deploymentErrors,proto3" json:"deploymentErrors,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubgraphResponse) Descriptor deprecated

func (*UpdateSubgraphResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubgraphResponse.ProtoReflect.Descriptor instead.

func (*UpdateSubgraphResponse) GetCompositionErrors

func (x *UpdateSubgraphResponse) GetCompositionErrors() []*CompositionError

func (*UpdateSubgraphResponse) GetDeploymentErrors

func (x *UpdateSubgraphResponse) GetDeploymentErrors() []*DeploymentError

func (*UpdateSubgraphResponse) GetResponse

func (x *UpdateSubgraphResponse) GetResponse() *Response

func (*UpdateSubgraphResponse) ProtoMessage

func (*UpdateSubgraphResponse) ProtoMessage()

func (*UpdateSubgraphResponse) ProtoReflect

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

func (*UpdateSubgraphResponse) Reset

func (x *UpdateSubgraphResponse) Reset()

func (*UpdateSubgraphResponse) String

func (x *UpdateSubgraphResponse) String() string

type UpgradePlanRequest

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

func (*UpgradePlanRequest) Descriptor deprecated

func (*UpgradePlanRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpgradePlanRequest.ProtoReflect.Descriptor instead.

func (*UpgradePlanRequest) GetPlan

func (x *UpgradePlanRequest) GetPlan() string

func (*UpgradePlanRequest) ProtoMessage

func (*UpgradePlanRequest) ProtoMessage()

func (*UpgradePlanRequest) ProtoReflect

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

func (*UpgradePlanRequest) Reset

func (x *UpgradePlanRequest) Reset()

func (*UpgradePlanRequest) String

func (x *UpgradePlanRequest) String() string

type UpgradePlanResponse

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

func (*UpgradePlanResponse) Descriptor deprecated

func (*UpgradePlanResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpgradePlanResponse.ProtoReflect.Descriptor instead.

func (*UpgradePlanResponse) GetResponse

func (x *UpgradePlanResponse) GetResponse() *Response

func (*UpgradePlanResponse) ProtoMessage

func (*UpgradePlanResponse) ProtoMessage()

func (*UpgradePlanResponse) ProtoReflect

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

func (*UpgradePlanResponse) Reset

func (x *UpgradePlanResponse) Reset()

func (*UpgradePlanResponse) String

func (x *UpgradePlanResponse) String() string

type WhoAmIRequest

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

func (*WhoAmIRequest) Descriptor deprecated

func (*WhoAmIRequest) Descriptor() ([]byte, []int)

Deprecated: Use WhoAmIRequest.ProtoReflect.Descriptor instead.

func (*WhoAmIRequest) ProtoMessage

func (*WhoAmIRequest) ProtoMessage()

func (*WhoAmIRequest) ProtoReflect

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

func (*WhoAmIRequest) Reset

func (x *WhoAmIRequest) Reset()

func (*WhoAmIRequest) String

func (x *WhoAmIRequest) String() string

type WhoAmIResponse

type WhoAmIResponse struct {
	Response         *Response `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	OrganizationName string    `protobuf:"bytes,2,opt,name=organizationName,proto3" json:"organizationName,omitempty"`
	UserEmail        *string   `protobuf:"bytes,3,opt,name=userEmail,proto3,oneof" json:"userEmail,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAmIResponse) Descriptor deprecated

func (*WhoAmIResponse) Descriptor() ([]byte, []int)

Deprecated: Use WhoAmIResponse.ProtoReflect.Descriptor instead.

func (*WhoAmIResponse) GetOrganizationName

func (x *WhoAmIResponse) GetOrganizationName() string

func (*WhoAmIResponse) GetResponse

func (x *WhoAmIResponse) GetResponse() *Response

func (*WhoAmIResponse) GetUserEmail

func (x *WhoAmIResponse) GetUserEmail() string

func (*WhoAmIResponse) ProtoMessage

func (*WhoAmIResponse) ProtoMessage()

func (*WhoAmIResponse) ProtoReflect

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

func (*WhoAmIResponse) Reset

func (x *WhoAmIResponse) Reset()

func (*WhoAmIResponse) String

func (x *WhoAmIResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL