Documentation ¶
Index ¶
- Variables
- func RegisterAPIKeyManagerServer(s *grpc.Server, srv APIKeyManagerServer)
- func RegisterArtifactTrackerServer(s *grpc.Server, srv ArtifactTrackerServer)
- func RegisterAuthServiceServer(s *grpc.Server, srv AuthServiceServer)
- func RegisterAutocompleteServiceServer(s *grpc.Server, srv AutocompleteServiceServer)
- func RegisterConfigServiceServer(s *grpc.Server, srv ConfigServiceServer)
- func RegisterOrganizationServiceServer(s *grpc.Server, srv OrganizationServiceServer)
- func RegisterPluginServiceServer(s *grpc.Server, srv PluginServiceServer)
- func RegisterScriptMgrServer(s *grpc.Server, srv ScriptMgrServer)
- func RegisterUserServiceServer(s *grpc.Server, srv UserServiceServer)
- func RegisterVizierClusterInfoServer(s *grpc.Server, srv VizierClusterInfoServer)
- func RegisterVizierDeploymentKeyManagerServer(s *grpc.Server, srv VizierDeploymentKeyManagerServer)
- func RegisterVizierImageAuthorizationServer(s *grpc.Server, srv VizierImageAuthorizationServer)
- type APIKey
- func (*APIKey) Descriptor() ([]byte, []int)
- func (this *APIKey) Equal(that interface{}) bool
- func (m *APIKey) GetCreatedAt() *types.Timestamp
- func (m *APIKey) GetDesc() string
- func (m *APIKey) GetID() *uuidpb.UUID
- func (m *APIKey) GetKey() string
- func (m *APIKey) GetOrgID() *uuidpb.UUID
- func (m *APIKey) GetUserID() *uuidpb.UUID
- func (this *APIKey) GoString() string
- func (m *APIKey) Marshal() (dAtA []byte, err error)
- func (m *APIKey) MarshalTo(dAtA []byte) (int, error)
- func (m *APIKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*APIKey) ProtoMessage()
- func (m *APIKey) Reset()
- func (m *APIKey) Size() (n int)
- func (this *APIKey) String() string
- func (m *APIKey) Unmarshal(dAtA []byte) error
- func (m *APIKey) XXX_DiscardUnknown()
- func (m *APIKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *APIKey) XXX_Merge(src proto.Message)
- func (m *APIKey) XXX_Size() int
- func (m *APIKey) XXX_Unmarshal(b []byte) error
- type APIKeyManagerClient
- type APIKeyManagerServer
- type APIKeyMetadata
- func (*APIKeyMetadata) Descriptor() ([]byte, []int)
- func (this *APIKeyMetadata) Equal(that interface{}) bool
- func (m *APIKeyMetadata) GetCreatedAt() *types.Timestamp
- func (m *APIKeyMetadata) GetDesc() string
- func (m *APIKeyMetadata) GetID() *uuidpb.UUID
- func (m *APIKeyMetadata) GetOrgID() *uuidpb.UUID
- func (m *APIKeyMetadata) GetUserID() *uuidpb.UUID
- func (this *APIKeyMetadata) GoString() string
- func (m *APIKeyMetadata) Marshal() (dAtA []byte, err error)
- func (m *APIKeyMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *APIKeyMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*APIKeyMetadata) ProtoMessage()
- func (m *APIKeyMetadata) Reset()
- func (m *APIKeyMetadata) Size() (n int)
- func (this *APIKeyMetadata) String() string
- func (m *APIKeyMetadata) Unmarshal(dAtA []byte) error
- func (m *APIKeyMetadata) XXX_DiscardUnknown()
- func (m *APIKeyMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *APIKeyMetadata) XXX_Merge(src proto.Message)
- func (m *APIKeyMetadata) XXX_Size() int
- func (m *APIKeyMetadata) XXX_Unmarshal(b []byte) error
- type AddOrgIDEConfigRequest
- func (*AddOrgIDEConfigRequest) Descriptor() ([]byte, []int)
- func (this *AddOrgIDEConfigRequest) Equal(that interface{}) bool
- func (m *AddOrgIDEConfigRequest) GetConfig() *IDEConfig
- func (m *AddOrgIDEConfigRequest) GetOrgID() *uuidpb.UUID
- func (this *AddOrgIDEConfigRequest) GoString() string
- func (m *AddOrgIDEConfigRequest) Marshal() (dAtA []byte, err error)
- func (m *AddOrgIDEConfigRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *AddOrgIDEConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AddOrgIDEConfigRequest) ProtoMessage()
- func (m *AddOrgIDEConfigRequest) Reset()
- func (m *AddOrgIDEConfigRequest) Size() (n int)
- func (this *AddOrgIDEConfigRequest) String() string
- func (m *AddOrgIDEConfigRequest) Unmarshal(dAtA []byte) error
- func (m *AddOrgIDEConfigRequest) XXX_DiscardUnknown()
- func (m *AddOrgIDEConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddOrgIDEConfigRequest) XXX_Merge(src proto.Message)
- func (m *AddOrgIDEConfigRequest) XXX_Size() int
- func (m *AddOrgIDEConfigRequest) XXX_Unmarshal(b []byte) error
- type AddOrgIDEConfigResponse
- func (*AddOrgIDEConfigResponse) Descriptor() ([]byte, []int)
- func (this *AddOrgIDEConfigResponse) Equal(that interface{}) bool
- func (m *AddOrgIDEConfigResponse) GetConfig() *IDEConfig
- func (this *AddOrgIDEConfigResponse) GoString() string
- func (m *AddOrgIDEConfigResponse) Marshal() (dAtA []byte, err error)
- func (m *AddOrgIDEConfigResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *AddOrgIDEConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AddOrgIDEConfigResponse) ProtoMessage()
- func (m *AddOrgIDEConfigResponse) Reset()
- func (m *AddOrgIDEConfigResponse) Size() (n int)
- func (this *AddOrgIDEConfigResponse) String() string
- func (m *AddOrgIDEConfigResponse) Unmarshal(dAtA []byte) error
- func (m *AddOrgIDEConfigResponse) XXX_DiscardUnknown()
- func (m *AddOrgIDEConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddOrgIDEConfigResponse) XXX_Merge(src proto.Message)
- func (m *AddOrgIDEConfigResponse) XXX_Size() int
- func (m *AddOrgIDEConfigResponse) XXX_Unmarshal(b []byte) error
- type Artifact
- func (*Artifact) Descriptor() ([]byte, []int)
- func (this *Artifact) Equal(that interface{}) bool
- func (m *Artifact) GetAvailableArtifactMirrors() []*ArtifactMirrors
- func (m *Artifact) GetAvailableArtifacts() []ArtifactTypedeprecated
- func (m *Artifact) GetChangelog() string
- func (m *Artifact) GetCommitHash() string
- func (m *Artifact) GetTimestamp() *types.Timestamp
- func (m *Artifact) GetVersionStr() string
- func (this *Artifact) GoString() string
- func (m *Artifact) Marshal() (dAtA []byte, err error)
- func (m *Artifact) MarshalTo(dAtA []byte) (int, error)
- func (m *Artifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Artifact) ProtoMessage()
- func (m *Artifact) Reset()
- func (m *Artifact) Size() (n int)
- func (this *Artifact) String() string
- func (m *Artifact) Unmarshal(dAtA []byte) error
- func (m *Artifact) XXX_DiscardUnknown()
- func (m *Artifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Artifact) XXX_Merge(src proto.Message)
- func (m *Artifact) XXX_Size() int
- func (m *Artifact) XXX_Unmarshal(b []byte) error
- type ArtifactMirrors
- func (*ArtifactMirrors) Descriptor() ([]byte, []int)
- func (this *ArtifactMirrors) Equal(that interface{}) bool
- func (m *ArtifactMirrors) GetArtifactType() ArtifactType
- func (m *ArtifactMirrors) GetSHA256() string
- func (m *ArtifactMirrors) GetURLs() []string
- func (this *ArtifactMirrors) GoString() string
- func (m *ArtifactMirrors) Marshal() (dAtA []byte, err error)
- func (m *ArtifactMirrors) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactMirrors) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactMirrors) ProtoMessage()
- func (m *ArtifactMirrors) Reset()
- func (m *ArtifactMirrors) Size() (n int)
- func (this *ArtifactMirrors) String() string
- func (m *ArtifactMirrors) Unmarshal(dAtA []byte) error
- func (m *ArtifactMirrors) XXX_DiscardUnknown()
- func (m *ArtifactMirrors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactMirrors) XXX_Merge(src proto.Message)
- func (m *ArtifactMirrors) XXX_Size() int
- func (m *ArtifactMirrors) XXX_Unmarshal(b []byte) error
- type ArtifactSet
- func (*ArtifactSet) Descriptor() ([]byte, []int)
- func (this *ArtifactSet) Equal(that interface{}) bool
- func (m *ArtifactSet) GetArtifact() []*Artifact
- func (m *ArtifactSet) GetName() string
- func (this *ArtifactSet) GoString() string
- func (m *ArtifactSet) Marshal() (dAtA []byte, err error)
- func (m *ArtifactSet) MarshalTo(dAtA []byte) (int, error)
- func (m *ArtifactSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ArtifactSet) ProtoMessage()
- func (m *ArtifactSet) Reset()
- func (m *ArtifactSet) Size() (n int)
- func (this *ArtifactSet) String() string
- func (m *ArtifactSet) Unmarshal(dAtA []byte) error
- func (m *ArtifactSet) XXX_DiscardUnknown()
- func (m *ArtifactSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ArtifactSet) XXX_Merge(src proto.Message)
- func (m *ArtifactSet) XXX_Size() int
- func (m *ArtifactSet) XXX_Unmarshal(b []byte) error
- type ArtifactTrackerClient
- type ArtifactTrackerServer
- type ArtifactType
- type AuthServiceClient
- type AuthServiceServer
- type AutocompleteActionType
- type AutocompleteEntityKind
- type AutocompleteEntityState
- type AutocompleteFieldRequest
- func (*AutocompleteFieldRequest) Descriptor() ([]byte, []int)
- func (this *AutocompleteFieldRequest) Equal(that interface{}) bool
- func (m *AutocompleteFieldRequest) GetClusterUID() string
- func (m *AutocompleteFieldRequest) GetFieldType() AutocompleteEntityKind
- func (m *AutocompleteFieldRequest) GetInput() string
- func (m *AutocompleteFieldRequest) GetRequiredArgTypes() []AutocompleteEntityKind
- func (this *AutocompleteFieldRequest) GoString() string
- func (m *AutocompleteFieldRequest) Marshal() (dAtA []byte, err error)
- func (m *AutocompleteFieldRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *AutocompleteFieldRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AutocompleteFieldRequest) ProtoMessage()
- func (m *AutocompleteFieldRequest) Reset()
- func (m *AutocompleteFieldRequest) Size() (n int)
- func (this *AutocompleteFieldRequest) String() string
- func (m *AutocompleteFieldRequest) Unmarshal(dAtA []byte) error
- func (m *AutocompleteFieldRequest) XXX_DiscardUnknown()
- func (m *AutocompleteFieldRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AutocompleteFieldRequest) XXX_Merge(src proto.Message)
- func (m *AutocompleteFieldRequest) XXX_Size() int
- func (m *AutocompleteFieldRequest) XXX_Unmarshal(b []byte) error
- type AutocompleteFieldResponse
- func (*AutocompleteFieldResponse) Descriptor() ([]byte, []int)
- func (this *AutocompleteFieldResponse) Equal(that interface{}) bool
- func (m *AutocompleteFieldResponse) GetHasAdditionalMatches() bool
- func (m *AutocompleteFieldResponse) GetSuggestions() []*AutocompleteSuggestion
- func (this *AutocompleteFieldResponse) GoString() string
- func (m *AutocompleteFieldResponse) Marshal() (dAtA []byte, err error)
- func (m *AutocompleteFieldResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *AutocompleteFieldResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AutocompleteFieldResponse) ProtoMessage()
- func (m *AutocompleteFieldResponse) Reset()
- func (m *AutocompleteFieldResponse) Size() (n int)
- func (this *AutocompleteFieldResponse) String() string
- func (m *AutocompleteFieldResponse) Unmarshal(dAtA []byte) error
- func (m *AutocompleteFieldResponse) XXX_DiscardUnknown()
- func (m *AutocompleteFieldResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AutocompleteFieldResponse) XXX_Merge(src proto.Message)
- func (m *AutocompleteFieldResponse) XXX_Size() int
- func (m *AutocompleteFieldResponse) XXX_Unmarshal(b []byte) error
- type AutocompleteRequest
- func (*AutocompleteRequest) Descriptor() ([]byte, []int)
- func (this *AutocompleteRequest) Equal(that interface{}) bool
- func (m *AutocompleteRequest) GetAction() AutocompleteActionType
- func (m *AutocompleteRequest) GetClusterUID() string
- func (m *AutocompleteRequest) GetCursorPos() int64
- func (m *AutocompleteRequest) GetInput() string
- func (this *AutocompleteRequest) GoString() string
- func (m *AutocompleteRequest) Marshal() (dAtA []byte, err error)
- func (m *AutocompleteRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *AutocompleteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AutocompleteRequest) ProtoMessage()
- func (m *AutocompleteRequest) Reset()
- func (m *AutocompleteRequest) Size() (n int)
- func (this *AutocompleteRequest) String() string
- func (m *AutocompleteRequest) Unmarshal(dAtA []byte) error
- func (m *AutocompleteRequest) XXX_DiscardUnknown()
- func (m *AutocompleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AutocompleteRequest) XXX_Merge(src proto.Message)
- func (m *AutocompleteRequest) XXX_Size() int
- func (m *AutocompleteRequest) XXX_Unmarshal(b []byte) error
- type AutocompleteResponse
- func (*AutocompleteResponse) Descriptor() ([]byte, []int)
- func (this *AutocompleteResponse) Equal(that interface{}) bool
- func (m *AutocompleteResponse) GetFormattedInput() string
- func (m *AutocompleteResponse) GetIsExecutable() bool
- func (m *AutocompleteResponse) GetTabSuggestions() []*TabSuggestion
- func (this *AutocompleteResponse) GoString() string
- func (m *AutocompleteResponse) Marshal() (dAtA []byte, err error)
- func (m *AutocompleteResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *AutocompleteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AutocompleteResponse) ProtoMessage()
- func (m *AutocompleteResponse) Reset()
- func (m *AutocompleteResponse) Size() (n int)
- func (this *AutocompleteResponse) String() string
- func (m *AutocompleteResponse) Unmarshal(dAtA []byte) error
- func (m *AutocompleteResponse) XXX_DiscardUnknown()
- func (m *AutocompleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AutocompleteResponse) XXX_Merge(src proto.Message)
- func (m *AutocompleteResponse) XXX_Size() int
- func (m *AutocompleteResponse) XXX_Unmarshal(b []byte) error
- type AutocompleteServiceClient
- type AutocompleteServiceServer
- type AutocompleteSuggestion
- func (*AutocompleteSuggestion) Descriptor() ([]byte, []int)
- func (this *AutocompleteSuggestion) Equal(that interface{}) bool
- func (m *AutocompleteSuggestion) GetDescription() string
- func (m *AutocompleteSuggestion) GetKind() AutocompleteEntityKind
- func (m *AutocompleteSuggestion) GetMatchedIndexes() []int64
- func (m *AutocompleteSuggestion) GetName() string
- func (m *AutocompleteSuggestion) GetState() AutocompleteEntityState
- func (this *AutocompleteSuggestion) GoString() string
- func (m *AutocompleteSuggestion) Marshal() (dAtA []byte, err error)
- func (m *AutocompleteSuggestion) MarshalTo(dAtA []byte) (int, error)
- func (m *AutocompleteSuggestion) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AutocompleteSuggestion) ProtoMessage()
- func (m *AutocompleteSuggestion) Reset()
- func (m *AutocompleteSuggestion) Size() (n int)
- func (this *AutocompleteSuggestion) String() string
- func (m *AutocompleteSuggestion) Unmarshal(dAtA []byte) error
- func (m *AutocompleteSuggestion) XXX_DiscardUnknown()
- func (m *AutocompleteSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AutocompleteSuggestion) XXX_Merge(src proto.Message)
- func (m *AutocompleteSuggestion) XXX_Size() int
- func (m *AutocompleteSuggestion) XXX_Unmarshal(b []byte) error
- type ClusterInfo
- func (*ClusterInfo) Descriptor() ([]byte, []int)
- func (this *ClusterInfo) Equal(that interface{}) bool
- func (m *ClusterInfo) GetClusterName() string
- func (m *ClusterInfo) GetClusterUID() string
- func (m *ClusterInfo) GetClusterVersion() string
- func (m *ClusterInfo) GetConfig() *VizierConfig
- func (m *ClusterInfo) GetControlPlanePodStatuses() map[string]*PodStatus
- func (m *ClusterInfo) GetID() *uuidpb.UUID
- func (m *ClusterInfo) GetLastHeartbeatNs() int64
- func (m *ClusterInfo) GetNumInstrumentedNodes() int32
- func (m *ClusterInfo) GetNumNodes() int32
- func (m *ClusterInfo) GetOperatorVersion() string
- func (m *ClusterInfo) GetPrettyClusterName() string
- func (m *ClusterInfo) GetPreviousStatus() ClusterStatus
- func (m *ClusterInfo) GetPreviousStatusTime() *types.Timestamp
- func (m *ClusterInfo) GetStatus() ClusterStatus
- func (m *ClusterInfo) GetStatusMessage() string
- func (m *ClusterInfo) GetUnhealthyDataPlanePodStatuses() map[string]*PodStatus
- func (m *ClusterInfo) GetVizierVersion() string
- func (this *ClusterInfo) GoString() string
- func (m *ClusterInfo) Marshal() (dAtA []byte, err error)
- func (m *ClusterInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ClusterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClusterInfo) ProtoMessage()
- func (m *ClusterInfo) Reset()
- func (m *ClusterInfo) Size() (n int)
- func (this *ClusterInfo) String() string
- func (m *ClusterInfo) Unmarshal(dAtA []byte) error
- func (m *ClusterInfo) XXX_DiscardUnknown()
- func (m *ClusterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterInfo) XXX_Merge(src proto.Message)
- func (m *ClusterInfo) XXX_Size() int
- func (m *ClusterInfo) XXX_Unmarshal(b []byte) error
- type ClusterStatus
- type ConfigForOperatorRequest
- func (*ConfigForOperatorRequest) Descriptor() ([]byte, []int)
- func (this *ConfigForOperatorRequest) Equal(that interface{}) bool
- func (this *ConfigForOperatorRequest) GoString() string
- func (m *ConfigForOperatorRequest) Marshal() (dAtA []byte, err error)
- func (m *ConfigForOperatorRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ConfigForOperatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConfigForOperatorRequest) ProtoMessage()
- func (m *ConfigForOperatorRequest) Reset()
- func (m *ConfigForOperatorRequest) Size() (n int)
- func (this *ConfigForOperatorRequest) String() string
- func (m *ConfigForOperatorRequest) Unmarshal(dAtA []byte) error
- func (m *ConfigForOperatorRequest) XXX_DiscardUnknown()
- func (m *ConfigForOperatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigForOperatorRequest) XXX_Merge(src proto.Message)
- func (m *ConfigForOperatorRequest) XXX_Size() int
- func (m *ConfigForOperatorRequest) XXX_Unmarshal(b []byte) error
- type ConfigForOperatorResponse
- func (*ConfigForOperatorResponse) Descriptor() ([]byte, []int)
- func (this *ConfigForOperatorResponse) Equal(that interface{}) bool
- func (m *ConfigForOperatorResponse) GetSentryOperatorDSN() string
- func (this *ConfigForOperatorResponse) GoString() string
- func (m *ConfigForOperatorResponse) Marshal() (dAtA []byte, err error)
- func (m *ConfigForOperatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ConfigForOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConfigForOperatorResponse) ProtoMessage()
- func (m *ConfigForOperatorResponse) Reset()
- func (m *ConfigForOperatorResponse) Size() (n int)
- func (this *ConfigForOperatorResponse) String() string
- func (m *ConfigForOperatorResponse) Unmarshal(dAtA []byte) error
- func (m *ConfigForOperatorResponse) XXX_DiscardUnknown()
- func (m *ConfigForOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigForOperatorResponse) XXX_Merge(src proto.Message)
- func (m *ConfigForOperatorResponse) XXX_Size() int
- func (m *ConfigForOperatorResponse) XXX_Unmarshal(b []byte) error
- type ConfigForVizierRequest
- func (*ConfigForVizierRequest) Descriptor() ([]byte, []int)
- func (this *ConfigForVizierRequest) Equal(that interface{}) bool
- func (m *ConfigForVizierRequest) GetK8sVersion() string
- func (m *ConfigForVizierRequest) GetNamespace() string
- func (m *ConfigForVizierRequest) GetVizierID() *uuidpb.UUID
- func (m *ConfigForVizierRequest) GetVzSpec() *vizierconfigpb.VizierSpec
- func (this *ConfigForVizierRequest) GoString() string
- func (m *ConfigForVizierRequest) Marshal() (dAtA []byte, err error)
- func (m *ConfigForVizierRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ConfigForVizierRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConfigForVizierRequest) ProtoMessage()
- func (m *ConfigForVizierRequest) Reset()
- func (m *ConfigForVizierRequest) Size() (n int)
- func (this *ConfigForVizierRequest) String() string
- func (m *ConfigForVizierRequest) Unmarshal(dAtA []byte) error
- func (m *ConfigForVizierRequest) XXX_DiscardUnknown()
- func (m *ConfigForVizierRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigForVizierRequest) XXX_Merge(src proto.Message)
- func (m *ConfigForVizierRequest) XXX_Size() int
- func (m *ConfigForVizierRequest) XXX_Unmarshal(b []byte) error
- type ConfigForVizierResponse
- func (*ConfigForVizierResponse) Descriptor() ([]byte, []int)
- func (this *ConfigForVizierResponse) Equal(that interface{}) bool
- func (m *ConfigForVizierResponse) GetNameToYamlContent() map[string]string
- func (m *ConfigForVizierResponse) GetSentryDSN() string
- func (this *ConfigForVizierResponse) GoString() string
- func (m *ConfigForVizierResponse) Marshal() (dAtA []byte, err error)
- func (m *ConfigForVizierResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ConfigForVizierResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConfigForVizierResponse) ProtoMessage()
- func (m *ConfigForVizierResponse) Reset()
- func (m *ConfigForVizierResponse) Size() (n int)
- func (this *ConfigForVizierResponse) String() string
- func (m *ConfigForVizierResponse) Unmarshal(dAtA []byte) error
- func (m *ConfigForVizierResponse) XXX_DiscardUnknown()
- func (m *ConfigForVizierResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigForVizierResponse) XXX_Merge(src proto.Message)
- func (m *ConfigForVizierResponse) XXX_Size() int
- func (m *ConfigForVizierResponse) XXX_Unmarshal(b []byte) error
- type ConfigServiceClient
- type ConfigServiceServer
- type ContainerState
- type ContainerStatus
- func (*ContainerStatus) Descriptor() ([]byte, []int)
- func (this *ContainerStatus) Equal(that interface{}) bool
- func (m *ContainerStatus) GetCreatedAt() *types.Timestamp
- func (m *ContainerStatus) GetMessage() string
- func (m *ContainerStatus) GetName() string
- func (m *ContainerStatus) GetReason() string
- func (m *ContainerStatus) GetRestartCount() int64
- func (m *ContainerStatus) GetState() ContainerState
- func (this *ContainerStatus) GoString() string
- func (m *ContainerStatus) Marshal() (dAtA []byte, err error)
- func (m *ContainerStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ContainerStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContainerStatus) ProtoMessage()
- func (m *ContainerStatus) Reset()
- func (m *ContainerStatus) Size() (n int)
- func (this *ContainerStatus) String() string
- func (m *ContainerStatus) Unmarshal(dAtA []byte) error
- func (m *ContainerStatus) XXX_DiscardUnknown()
- func (m *ContainerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerStatus) XXX_Merge(src proto.Message)
- func (m *ContainerStatus) XXX_Size() int
- func (m *ContainerStatus) XXX_Unmarshal(b []byte) error
- type CreateAPIKeyRequest
- func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *CreateAPIKeyRequest) Equal(that interface{}) bool
- func (m *CreateAPIKeyRequest) GetDesc() string
- func (this *CreateAPIKeyRequest) GoString() string
- func (m *CreateAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateAPIKeyRequest) ProtoMessage()
- func (m *CreateAPIKeyRequest) Reset()
- func (m *CreateAPIKeyRequest) Size() (n int)
- func (this *CreateAPIKeyRequest) String() string
- func (m *CreateAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *CreateAPIKeyRequest) XXX_DiscardUnknown()
- func (m *CreateAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *CreateAPIKeyRequest) XXX_Size() int
- func (m *CreateAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type CreateClusterRequest
- func (*CreateClusterRequest) Descriptor() ([]byte, []int)
- func (this *CreateClusterRequest) Equal(that interface{}) bool
- func (this *CreateClusterRequest) GoString() string
- func (m *CreateClusterRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateClusterRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateClusterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateClusterRequest) ProtoMessage()
- func (m *CreateClusterRequest) Reset()
- func (m *CreateClusterRequest) Size() (n int)
- func (this *CreateClusterRequest) String() string
- func (m *CreateClusterRequest) Unmarshal(dAtA []byte) error
- func (m *CreateClusterRequest) XXX_DiscardUnknown()
- func (m *CreateClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateClusterRequest) XXX_Merge(src proto.Message)
- func (m *CreateClusterRequest) XXX_Size() int
- func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error
- type CreateClusterResponse
- func (*CreateClusterResponse) Descriptor() ([]byte, []int)
- func (this *CreateClusterResponse) Equal(that interface{}) bool
- func (m *CreateClusterResponse) GetClusterID() *uuidpb.UUID
- func (this *CreateClusterResponse) GoString() string
- func (m *CreateClusterResponse) Marshal() (dAtA []byte, err error)
- func (m *CreateClusterResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateClusterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateClusterResponse) ProtoMessage()
- func (m *CreateClusterResponse) Reset()
- func (m *CreateClusterResponse) Size() (n int)
- func (this *CreateClusterResponse) String() string
- func (m *CreateClusterResponse) Unmarshal(dAtA []byte) error
- func (m *CreateClusterResponse) XXX_DiscardUnknown()
- func (m *CreateClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateClusterResponse) XXX_Merge(src proto.Message)
- func (m *CreateClusterResponse) XXX_Size() int
- func (m *CreateClusterResponse) XXX_Unmarshal(b []byte) error
- type CreateDeploymentKeyRequest
- func (*CreateDeploymentKeyRequest) Descriptor() ([]byte, []int)
- func (this *CreateDeploymentKeyRequest) Equal(that interface{}) bool
- func (m *CreateDeploymentKeyRequest) GetDesc() string
- func (this *CreateDeploymentKeyRequest) GoString() string
- func (m *CreateDeploymentKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateDeploymentKeyRequest) ProtoMessage()
- func (m *CreateDeploymentKeyRequest) Reset()
- func (m *CreateDeploymentKeyRequest) Size() (n int)
- func (this *CreateDeploymentKeyRequest) String() string
- func (m *CreateDeploymentKeyRequest) Unmarshal(dAtA []byte) error
- func (m *CreateDeploymentKeyRequest) XXX_DiscardUnknown()
- func (m *CreateDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateDeploymentKeyRequest) XXX_Merge(src proto.Message)
- func (m *CreateDeploymentKeyRequest) XXX_Size() int
- func (m *CreateDeploymentKeyRequest) XXX_Unmarshal(b []byte) error
- type CreateInviteTokenRequest
- func (*CreateInviteTokenRequest) Descriptor() ([]byte, []int)
- func (this *CreateInviteTokenRequest) Equal(that interface{}) bool
- func (m *CreateInviteTokenRequest) GetOrgID() *uuidpb.UUID
- func (this *CreateInviteTokenRequest) GoString() string
- func (m *CreateInviteTokenRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateInviteTokenRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateInviteTokenRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateInviteTokenRequest) ProtoMessage()
- func (m *CreateInviteTokenRequest) Reset()
- func (m *CreateInviteTokenRequest) Size() (n int)
- func (this *CreateInviteTokenRequest) String() string
- func (m *CreateInviteTokenRequest) Unmarshal(dAtA []byte) error
- func (m *CreateInviteTokenRequest) XXX_DiscardUnknown()
- func (m *CreateInviteTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateInviteTokenRequest) XXX_Merge(src proto.Message)
- func (m *CreateInviteTokenRequest) XXX_Size() int
- func (m *CreateInviteTokenRequest) XXX_Unmarshal(b []byte) error
- type CreateOrgRequest
- func (*CreateOrgRequest) Descriptor() ([]byte, []int)
- func (this *CreateOrgRequest) Equal(that interface{}) bool
- func (m *CreateOrgRequest) GetOrgName() string
- func (this *CreateOrgRequest) GoString() string
- func (m *CreateOrgRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateOrgRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateOrgRequest) ProtoMessage()
- func (m *CreateOrgRequest) Reset()
- func (m *CreateOrgRequest) Size() (n int)
- func (this *CreateOrgRequest) String() string
- func (m *CreateOrgRequest) Unmarshal(dAtA []byte) error
- func (m *CreateOrgRequest) XXX_DiscardUnknown()
- func (m *CreateOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateOrgRequest) XXX_Merge(src proto.Message)
- func (m *CreateOrgRequest) XXX_Size() int
- func (m *CreateOrgRequest) XXX_Unmarshal(b []byte) error
- type CreateRetentionScriptRequest
- func (*CreateRetentionScriptRequest) Descriptor() ([]byte, []int)
- func (this *CreateRetentionScriptRequest) Equal(that interface{}) bool
- func (m *CreateRetentionScriptRequest) GetClusterIDs() []*uuidpb.UUID
- func (m *CreateRetentionScriptRequest) GetContents() string
- func (m *CreateRetentionScriptRequest) GetDescription() string
- func (m *CreateRetentionScriptRequest) GetDisabled() bool
- func (m *CreateRetentionScriptRequest) GetExportUrl() string
- func (m *CreateRetentionScriptRequest) GetFrequencyS() int64
- func (m *CreateRetentionScriptRequest) GetPluginId() string
- func (m *CreateRetentionScriptRequest) GetScriptName() string
- func (this *CreateRetentionScriptRequest) GoString() string
- func (m *CreateRetentionScriptRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateRetentionScriptRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateRetentionScriptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateRetentionScriptRequest) ProtoMessage()
- func (m *CreateRetentionScriptRequest) Reset()
- func (m *CreateRetentionScriptRequest) Size() (n int)
- func (this *CreateRetentionScriptRequest) String() string
- func (m *CreateRetentionScriptRequest) Unmarshal(dAtA []byte) error
- func (m *CreateRetentionScriptRequest) XXX_DiscardUnknown()
- func (m *CreateRetentionScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRetentionScriptRequest) XXX_Merge(src proto.Message)
- func (m *CreateRetentionScriptRequest) XXX_Size() int
- func (m *CreateRetentionScriptRequest) XXX_Unmarshal(b []byte) error
- type CreateRetentionScriptResponse
- func (*CreateRetentionScriptResponse) Descriptor() ([]byte, []int)
- func (this *CreateRetentionScriptResponse) Equal(that interface{}) bool
- func (m *CreateRetentionScriptResponse) GetID() *uuidpb.UUID
- func (this *CreateRetentionScriptResponse) GoString() string
- func (m *CreateRetentionScriptResponse) Marshal() (dAtA []byte, err error)
- func (m *CreateRetentionScriptResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateRetentionScriptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateRetentionScriptResponse) ProtoMessage()
- func (m *CreateRetentionScriptResponse) Reset()
- func (m *CreateRetentionScriptResponse) Size() (n int)
- func (this *CreateRetentionScriptResponse) String() string
- func (m *CreateRetentionScriptResponse) Unmarshal(dAtA []byte) error
- func (m *CreateRetentionScriptResponse) XXX_DiscardUnknown()
- func (m *CreateRetentionScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRetentionScriptResponse) XXX_Merge(src proto.Message)
- func (m *CreateRetentionScriptResponse) XXX_Size() int
- func (m *CreateRetentionScriptResponse) XXX_Unmarshal(b []byte) error
- type DeleteOrgIDEConfigRequest
- func (*DeleteOrgIDEConfigRequest) Descriptor() ([]byte, []int)
- func (this *DeleteOrgIDEConfigRequest) Equal(that interface{}) bool
- func (m *DeleteOrgIDEConfigRequest) GetIDEName() string
- func (m *DeleteOrgIDEConfigRequest) GetOrgID() *uuidpb.UUID
- func (this *DeleteOrgIDEConfigRequest) GoString() string
- func (m *DeleteOrgIDEConfigRequest) Marshal() (dAtA []byte, err error)
- func (m *DeleteOrgIDEConfigRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteOrgIDEConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteOrgIDEConfigRequest) ProtoMessage()
- func (m *DeleteOrgIDEConfigRequest) Reset()
- func (m *DeleteOrgIDEConfigRequest) Size() (n int)
- func (this *DeleteOrgIDEConfigRequest) String() string
- func (m *DeleteOrgIDEConfigRequest) Unmarshal(dAtA []byte) error
- func (m *DeleteOrgIDEConfigRequest) XXX_DiscardUnknown()
- func (m *DeleteOrgIDEConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteOrgIDEConfigRequest) XXX_Merge(src proto.Message)
- func (m *DeleteOrgIDEConfigRequest) XXX_Size() int
- func (m *DeleteOrgIDEConfigRequest) XXX_Unmarshal(b []byte) error
- type DeleteOrgIDEConfigResponse
- func (*DeleteOrgIDEConfigResponse) Descriptor() ([]byte, []int)
- func (this *DeleteOrgIDEConfigResponse) Equal(that interface{}) bool
- func (this *DeleteOrgIDEConfigResponse) GoString() string
- func (m *DeleteOrgIDEConfigResponse) Marshal() (dAtA []byte, err error)
- func (m *DeleteOrgIDEConfigResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteOrgIDEConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteOrgIDEConfigResponse) ProtoMessage()
- func (m *DeleteOrgIDEConfigResponse) Reset()
- func (m *DeleteOrgIDEConfigResponse) Size() (n int)
- func (this *DeleteOrgIDEConfigResponse) String() string
- func (m *DeleteOrgIDEConfigResponse) Unmarshal(dAtA []byte) error
- func (m *DeleteOrgIDEConfigResponse) XXX_DiscardUnknown()
- func (m *DeleteOrgIDEConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteOrgIDEConfigResponse) XXX_Merge(src proto.Message)
- func (m *DeleteOrgIDEConfigResponse) XXX_Size() int
- func (m *DeleteOrgIDEConfigResponse) XXX_Unmarshal(b []byte) error
- type DeleteRetentionScriptRequest
- func (*DeleteRetentionScriptRequest) Descriptor() ([]byte, []int)
- func (this *DeleteRetentionScriptRequest) Equal(that interface{}) bool
- func (m *DeleteRetentionScriptRequest) GetID() *uuidpb.UUID
- func (this *DeleteRetentionScriptRequest) GoString() string
- func (m *DeleteRetentionScriptRequest) Marshal() (dAtA []byte, err error)
- func (m *DeleteRetentionScriptRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteRetentionScriptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteRetentionScriptRequest) ProtoMessage()
- func (m *DeleteRetentionScriptRequest) Reset()
- func (m *DeleteRetentionScriptRequest) Size() (n int)
- func (this *DeleteRetentionScriptRequest) String() string
- func (m *DeleteRetentionScriptRequest) Unmarshal(dAtA []byte) error
- func (m *DeleteRetentionScriptRequest) XXX_DiscardUnknown()
- func (m *DeleteRetentionScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteRetentionScriptRequest) XXX_Merge(src proto.Message)
- func (m *DeleteRetentionScriptRequest) XXX_Size() int
- func (m *DeleteRetentionScriptRequest) XXX_Unmarshal(b []byte) error
- type DeleteRetentionScriptResponse
- func (*DeleteRetentionScriptResponse) Descriptor() ([]byte, []int)
- func (this *DeleteRetentionScriptResponse) Equal(that interface{}) bool
- func (this *DeleteRetentionScriptResponse) GoString() string
- func (m *DeleteRetentionScriptResponse) Marshal() (dAtA []byte, err error)
- func (m *DeleteRetentionScriptResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteRetentionScriptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteRetentionScriptResponse) ProtoMessage()
- func (m *DeleteRetentionScriptResponse) Reset()
- func (m *DeleteRetentionScriptResponse) Size() (n int)
- func (this *DeleteRetentionScriptResponse) String() string
- func (m *DeleteRetentionScriptResponse) Unmarshal(dAtA []byte) error
- func (m *DeleteRetentionScriptResponse) XXX_DiscardUnknown()
- func (m *DeleteRetentionScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteRetentionScriptResponse) XXX_Merge(src proto.Message)
- func (m *DeleteRetentionScriptResponse) XXX_Size() int
- func (m *DeleteRetentionScriptResponse) XXX_Unmarshal(b []byte) error
- type DeleteUserRequest
- func (*DeleteUserRequest) Descriptor() ([]byte, []int)
- func (this *DeleteUserRequest) Equal(that interface{}) bool
- func (m *DeleteUserRequest) GetID() *uuidpb.UUID
- func (this *DeleteUserRequest) GoString() string
- func (m *DeleteUserRequest) Marshal() (dAtA []byte, err error)
- func (m *DeleteUserRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteUserRequest) ProtoMessage()
- func (m *DeleteUserRequest) Reset()
- func (m *DeleteUserRequest) Size() (n int)
- func (this *DeleteUserRequest) String() string
- func (m *DeleteUserRequest) Unmarshal(dAtA []byte) error
- func (m *DeleteUserRequest) XXX_DiscardUnknown()
- func (m *DeleteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteUserRequest) XXX_Merge(src proto.Message)
- func (m *DeleteUserRequest) XXX_Size() int
- func (m *DeleteUserRequest) XXX_Unmarshal(b []byte) error
- type DeleteUserResponse
- func (*DeleteUserResponse) Descriptor() ([]byte, []int)
- func (this *DeleteUserResponse) Equal(that interface{}) bool
- func (this *DeleteUserResponse) GoString() string
- func (m *DeleteUserResponse) Marshal() (dAtA []byte, err error)
- func (m *DeleteUserResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteUserResponse) ProtoMessage()
- func (m *DeleteUserResponse) Reset()
- func (m *DeleteUserResponse) Size() (n int)
- func (this *DeleteUserResponse) String() string
- func (m *DeleteUserResponse) Unmarshal(dAtA []byte) error
- func (m *DeleteUserResponse) XXX_DiscardUnknown()
- func (m *DeleteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteUserResponse) XXX_Merge(src proto.Message)
- func (m *DeleteUserResponse) XXX_Size() int
- func (m *DeleteUserResponse) XXX_Unmarshal(b []byte) error
- type DeploymentKey
- func (*DeploymentKey) Descriptor() ([]byte, []int)
- func (this *DeploymentKey) Equal(that interface{}) bool
- func (m *DeploymentKey) GetCreatedAt() *types.Timestamp
- func (m *DeploymentKey) GetDesc() string
- func (m *DeploymentKey) GetID() *uuidpb.UUID
- func (m *DeploymentKey) GetKey() string
- func (m *DeploymentKey) GetOrgID() *uuidpb.UUID
- func (m *DeploymentKey) GetUserID() *uuidpb.UUID
- func (this *DeploymentKey) GoString() string
- func (m *DeploymentKey) Marshal() (dAtA []byte, err error)
- func (m *DeploymentKey) MarshalTo(dAtA []byte) (int, error)
- func (m *DeploymentKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeploymentKey) ProtoMessage()
- func (m *DeploymentKey) Reset()
- func (m *DeploymentKey) Size() (n int)
- func (this *DeploymentKey) String() string
- func (m *DeploymentKey) Unmarshal(dAtA []byte) error
- func (m *DeploymentKey) XXX_DiscardUnknown()
- func (m *DeploymentKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeploymentKey) XXX_Merge(src proto.Message)
- func (m *DeploymentKey) XXX_Size() int
- func (m *DeploymentKey) XXX_Unmarshal(b []byte) error
- type DeploymentKeyMetadata
- func (*DeploymentKeyMetadata) Descriptor() ([]byte, []int)
- func (this *DeploymentKeyMetadata) Equal(that interface{}) bool
- func (m *DeploymentKeyMetadata) GetCreatedAt() *types.Timestamp
- func (m *DeploymentKeyMetadata) GetDesc() string
- func (m *DeploymentKeyMetadata) GetID() *uuidpb.UUID
- func (m *DeploymentKeyMetadata) GetOrgID() *uuidpb.UUID
- func (m *DeploymentKeyMetadata) GetUserID() *uuidpb.UUID
- func (this *DeploymentKeyMetadata) GoString() string
- func (m *DeploymentKeyMetadata) Marshal() (dAtA []byte, err error)
- func (m *DeploymentKeyMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *DeploymentKeyMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeploymentKeyMetadata) ProtoMessage()
- func (m *DeploymentKeyMetadata) Reset()
- func (m *DeploymentKeyMetadata) Size() (n int)
- func (this *DeploymentKeyMetadata) String() string
- func (m *DeploymentKeyMetadata) Unmarshal(dAtA []byte) error
- func (m *DeploymentKeyMetadata) XXX_DiscardUnknown()
- func (m *DeploymentKeyMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeploymentKeyMetadata) XXX_Merge(src proto.Message)
- func (m *DeploymentKeyMetadata) XXX_Size() int
- func (m *DeploymentKeyMetadata) XXX_Unmarshal(b []byte) error
- type GetAPIKeyRequest
- func (*GetAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *GetAPIKeyRequest) Equal(that interface{}) bool
- func (m *GetAPIKeyRequest) GetID() *uuidpb.UUID
- func (this *GetAPIKeyRequest) GoString() string
- func (m *GetAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *GetAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAPIKeyRequest) ProtoMessage()
- func (m *GetAPIKeyRequest) Reset()
- func (m *GetAPIKeyRequest) Size() (n int)
- func (this *GetAPIKeyRequest) String() string
- func (m *GetAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *GetAPIKeyRequest) XXX_DiscardUnknown()
- func (m *GetAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *GetAPIKeyRequest) XXX_Size() int
- func (m *GetAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type GetAPIKeyResponse
- func (*GetAPIKeyResponse) Descriptor() ([]byte, []int)
- func (this *GetAPIKeyResponse) Equal(that interface{}) bool
- func (m *GetAPIKeyResponse) GetKey() *APIKey
- func (this *GetAPIKeyResponse) GoString() string
- func (m *GetAPIKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *GetAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAPIKeyResponse) ProtoMessage()
- func (m *GetAPIKeyResponse) Reset()
- func (m *GetAPIKeyResponse) Size() (n int)
- func (this *GetAPIKeyResponse) String() string
- func (m *GetAPIKeyResponse) Unmarshal(dAtA []byte) error
- func (m *GetAPIKeyResponse) XXX_DiscardUnknown()
- func (m *GetAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAPIKeyResponse) XXX_Merge(src proto.Message)
- func (m *GetAPIKeyResponse) XXX_Size() int
- func (m *GetAPIKeyResponse) XXX_Unmarshal(b []byte) error
- type GetArtifactListRequest
- func (*GetArtifactListRequest) Descriptor() ([]byte, []int)
- func (this *GetArtifactListRequest) Equal(that interface{}) bool
- func (m *GetArtifactListRequest) GetArtifactName() string
- func (m *GetArtifactListRequest) GetArtifactType() ArtifactType
- func (m *GetArtifactListRequest) GetLimit() int64
- func (this *GetArtifactListRequest) GoString() string
- func (m *GetArtifactListRequest) Marshal() (dAtA []byte, err error)
- func (m *GetArtifactListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetArtifactListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetArtifactListRequest) ProtoMessage()
- func (m *GetArtifactListRequest) Reset()
- func (m *GetArtifactListRequest) Size() (n int)
- func (this *GetArtifactListRequest) String() string
- func (m *GetArtifactListRequest) Unmarshal(dAtA []byte) error
- func (m *GetArtifactListRequest) XXX_DiscardUnknown()
- func (m *GetArtifactListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetArtifactListRequest) XXX_Merge(src proto.Message)
- func (m *GetArtifactListRequest) XXX_Size() int
- func (m *GetArtifactListRequest) XXX_Unmarshal(b []byte) error
- type GetClusterConnectionInfoRequest
- func (*GetClusterConnectionInfoRequest) Descriptor() ([]byte, []int)
- func (this *GetClusterConnectionInfoRequest) Equal(that interface{}) bool
- func (m *GetClusterConnectionInfoRequest) GetID() *uuidpb.UUID
- func (this *GetClusterConnectionInfoRequest) GoString() string
- func (m *GetClusterConnectionInfoRequest) Marshal() (dAtA []byte, err error)
- func (m *GetClusterConnectionInfoRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetClusterConnectionInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetClusterConnectionInfoRequest) ProtoMessage()
- func (m *GetClusterConnectionInfoRequest) Reset()
- func (m *GetClusterConnectionInfoRequest) Size() (n int)
- func (this *GetClusterConnectionInfoRequest) String() string
- func (m *GetClusterConnectionInfoRequest) Unmarshal(dAtA []byte) error
- func (m *GetClusterConnectionInfoRequest) XXX_DiscardUnknown()
- func (m *GetClusterConnectionInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClusterConnectionInfoRequest) XXX_Merge(src proto.Message)
- func (m *GetClusterConnectionInfoRequest) XXX_Size() int
- func (m *GetClusterConnectionInfoRequest) XXX_Unmarshal(b []byte) error
- type GetClusterConnectionInfoResponse
- func (*GetClusterConnectionInfoResponse) Descriptor() ([]byte, []int)
- func (this *GetClusterConnectionInfoResponse) Equal(that interface{}) bool
- func (m *GetClusterConnectionInfoResponse) GetToken() string
- func (this *GetClusterConnectionInfoResponse) GoString() string
- func (m *GetClusterConnectionInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *GetClusterConnectionInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetClusterConnectionInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetClusterConnectionInfoResponse) ProtoMessage()
- func (m *GetClusterConnectionInfoResponse) Reset()
- func (m *GetClusterConnectionInfoResponse) Size() (n int)
- func (this *GetClusterConnectionInfoResponse) String() string
- func (m *GetClusterConnectionInfoResponse) Unmarshal(dAtA []byte) error
- func (m *GetClusterConnectionInfoResponse) XXX_DiscardUnknown()
- func (m *GetClusterConnectionInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClusterConnectionInfoResponse) XXX_Merge(src proto.Message)
- func (m *GetClusterConnectionInfoResponse) XXX_Size() int
- func (m *GetClusterConnectionInfoResponse) XXX_Unmarshal(b []byte) error
- type GetClusterInfoRequest
- func (*GetClusterInfoRequest) Descriptor() ([]byte, []int)
- func (this *GetClusterInfoRequest) Equal(that interface{}) bool
- func (m *GetClusterInfoRequest) GetID() *uuidpb.UUID
- func (this *GetClusterInfoRequest) GoString() string
- func (m *GetClusterInfoRequest) Marshal() (dAtA []byte, err error)
- func (m *GetClusterInfoRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetClusterInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetClusterInfoRequest) ProtoMessage()
- func (m *GetClusterInfoRequest) Reset()
- func (m *GetClusterInfoRequest) Size() (n int)
- func (this *GetClusterInfoRequest) String() string
- func (m *GetClusterInfoRequest) Unmarshal(dAtA []byte) error
- func (m *GetClusterInfoRequest) XXX_DiscardUnknown()
- func (m *GetClusterInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClusterInfoRequest) XXX_Merge(src proto.Message)
- func (m *GetClusterInfoRequest) XXX_Size() int
- func (m *GetClusterInfoRequest) XXX_Unmarshal(b []byte) error
- type GetClusterInfoResponse
- func (*GetClusterInfoResponse) Descriptor() ([]byte, []int)
- func (this *GetClusterInfoResponse) Equal(that interface{}) bool
- func (m *GetClusterInfoResponse) GetClusters() []*ClusterInfo
- func (this *GetClusterInfoResponse) GoString() string
- func (m *GetClusterInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *GetClusterInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetClusterInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetClusterInfoResponse) ProtoMessage()
- func (m *GetClusterInfoResponse) Reset()
- func (m *GetClusterInfoResponse) Size() (n int)
- func (this *GetClusterInfoResponse) String() string
- func (m *GetClusterInfoResponse) Unmarshal(dAtA []byte) error
- func (m *GetClusterInfoResponse) XXX_DiscardUnknown()
- func (m *GetClusterInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClusterInfoResponse) XXX_Merge(src proto.Message)
- func (m *GetClusterInfoResponse) XXX_Size() int
- func (m *GetClusterInfoResponse) XXX_Unmarshal(b []byte) error
- type GetDeploymentKeyRequest
- func (*GetDeploymentKeyRequest) Descriptor() ([]byte, []int)
- func (this *GetDeploymentKeyRequest) Equal(that interface{}) bool
- func (m *GetDeploymentKeyRequest) GetID() *uuidpb.UUID
- func (this *GetDeploymentKeyRequest) GoString() string
- func (m *GetDeploymentKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *GetDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetDeploymentKeyRequest) ProtoMessage()
- func (m *GetDeploymentKeyRequest) Reset()
- func (m *GetDeploymentKeyRequest) Size() (n int)
- func (this *GetDeploymentKeyRequest) String() string
- func (m *GetDeploymentKeyRequest) Unmarshal(dAtA []byte) error
- func (m *GetDeploymentKeyRequest) XXX_DiscardUnknown()
- func (m *GetDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetDeploymentKeyRequest) XXX_Merge(src proto.Message)
- func (m *GetDeploymentKeyRequest) XXX_Size() int
- func (m *GetDeploymentKeyRequest) XXX_Unmarshal(b []byte) error
- type GetDeploymentKeyResponse
- func (*GetDeploymentKeyResponse) Descriptor() ([]byte, []int)
- func (this *GetDeploymentKeyResponse) Equal(that interface{}) bool
- func (m *GetDeploymentKeyResponse) GetKey() *DeploymentKey
- func (this *GetDeploymentKeyResponse) GoString() string
- func (m *GetDeploymentKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *GetDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetDeploymentKeyResponse) ProtoMessage()
- func (m *GetDeploymentKeyResponse) Reset()
- func (m *GetDeploymentKeyResponse) Size() (n int)
- func (this *GetDeploymentKeyResponse) String() string
- func (m *GetDeploymentKeyResponse) Unmarshal(dAtA []byte) error
- func (m *GetDeploymentKeyResponse) XXX_DiscardUnknown()
- func (m *GetDeploymentKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetDeploymentKeyResponse) XXX_Merge(src proto.Message)
- func (m *GetDeploymentKeyResponse) XXX_Size() int
- func (m *GetDeploymentKeyResponse) XXX_Unmarshal(b []byte) error
- type GetDownloadLinkRequest
- func (*GetDownloadLinkRequest) Descriptor() ([]byte, []int)
- func (this *GetDownloadLinkRequest) Equal(that interface{}) bool
- func (m *GetDownloadLinkRequest) GetArtifactName() string
- func (m *GetDownloadLinkRequest) GetArtifactType() ArtifactType
- func (m *GetDownloadLinkRequest) GetVersionStr() string
- func (this *GetDownloadLinkRequest) GoString() string
- func (m *GetDownloadLinkRequest) Marshal() (dAtA []byte, err error)
- func (m *GetDownloadLinkRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetDownloadLinkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetDownloadLinkRequest) ProtoMessage()
- func (m *GetDownloadLinkRequest) Reset()
- func (m *GetDownloadLinkRequest) Size() (n int)
- func (this *GetDownloadLinkRequest) String() string
- func (m *GetDownloadLinkRequest) Unmarshal(dAtA []byte) error
- func (m *GetDownloadLinkRequest) XXX_DiscardUnknown()
- func (m *GetDownloadLinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetDownloadLinkRequest) XXX_Merge(src proto.Message)
- func (m *GetDownloadLinkRequest) XXX_Size() int
- func (m *GetDownloadLinkRequest) XXX_Unmarshal(b []byte) error
- type GetDownloadLinkResponse
- func (*GetDownloadLinkResponse) Descriptor() ([]byte, []int)
- func (this *GetDownloadLinkResponse) Equal(that interface{}) bool
- func (m *GetDownloadLinkResponse) GetSHA256() string
- func (m *GetDownloadLinkResponse) GetUrl() string
- func (m *GetDownloadLinkResponse) GetValidUntil() *types.Timestamp
- func (this *GetDownloadLinkResponse) GoString() string
- func (m *GetDownloadLinkResponse) Marshal() (dAtA []byte, err error)
- func (m *GetDownloadLinkResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetDownloadLinkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetDownloadLinkResponse) ProtoMessage()
- func (m *GetDownloadLinkResponse) Reset()
- func (m *GetDownloadLinkResponse) Size() (n int)
- func (this *GetDownloadLinkResponse) String() string
- func (m *GetDownloadLinkResponse) Unmarshal(dAtA []byte) error
- func (m *GetDownloadLinkResponse) XXX_DiscardUnknown()
- func (m *GetDownloadLinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetDownloadLinkResponse) XXX_Merge(src proto.Message)
- func (m *GetDownloadLinkResponse) XXX_Size() int
- func (m *GetDownloadLinkResponse) XXX_Unmarshal(b []byte) error
- type GetImageCredentialsRequest
- func (*GetImageCredentialsRequest) Descriptor() ([]byte, []int)
- func (this *GetImageCredentialsRequest) Equal(that interface{}) bool
- func (this *GetImageCredentialsRequest) GoString() string
- func (m *GetImageCredentialsRequest) Marshal() (dAtA []byte, err error)
- func (m *GetImageCredentialsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetImageCredentialsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetImageCredentialsRequest) ProtoMessage()
- func (m *GetImageCredentialsRequest) Reset()
- func (m *GetImageCredentialsRequest) Size() (n int)
- func (this *GetImageCredentialsRequest) String() string
- func (m *GetImageCredentialsRequest) Unmarshal(dAtA []byte) error
- func (m *GetImageCredentialsRequest) XXX_DiscardUnknown()
- func (m *GetImageCredentialsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetImageCredentialsRequest) XXX_Merge(src proto.Message)
- func (m *GetImageCredentialsRequest) XXX_Size() int
- func (m *GetImageCredentialsRequest) XXX_Unmarshal(b []byte) error
- type GetImageCredentialsResponse
- func (*GetImageCredentialsResponse) Descriptor() ([]byte, []int)
- func (this *GetImageCredentialsResponse) Equal(that interface{}) bool
- func (m *GetImageCredentialsResponse) GetCreds() string
- func (this *GetImageCredentialsResponse) GoString() string
- func (m *GetImageCredentialsResponse) Marshal() (dAtA []byte, err error)
- func (m *GetImageCredentialsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetImageCredentialsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetImageCredentialsResponse) ProtoMessage()
- func (m *GetImageCredentialsResponse) Reset()
- func (m *GetImageCredentialsResponse) Size() (n int)
- func (this *GetImageCredentialsResponse) String() string
- func (m *GetImageCredentialsResponse) Unmarshal(dAtA []byte) error
- func (m *GetImageCredentialsResponse) XXX_DiscardUnknown()
- func (m *GetImageCredentialsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetImageCredentialsResponse) XXX_Merge(src proto.Message)
- func (m *GetImageCredentialsResponse) XXX_Size() int
- func (m *GetImageCredentialsResponse) XXX_Unmarshal(b []byte) error
- type GetLiveViewContentsReq
- func (*GetLiveViewContentsReq) Descriptor() ([]byte, []int)
- func (this *GetLiveViewContentsReq) Equal(that interface{}) bool
- func (m *GetLiveViewContentsReq) GetLiveViewID() string
- func (this *GetLiveViewContentsReq) GoString() string
- func (m *GetLiveViewContentsReq) Marshal() (dAtA []byte, err error)
- func (m *GetLiveViewContentsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *GetLiveViewContentsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetLiveViewContentsReq) ProtoMessage()
- func (m *GetLiveViewContentsReq) Reset()
- func (m *GetLiveViewContentsReq) Size() (n int)
- func (this *GetLiveViewContentsReq) String() string
- func (m *GetLiveViewContentsReq) Unmarshal(dAtA []byte) error
- func (m *GetLiveViewContentsReq) XXX_DiscardUnknown()
- func (m *GetLiveViewContentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetLiveViewContentsReq) XXX_Merge(src proto.Message)
- func (m *GetLiveViewContentsReq) XXX_Size() int
- func (m *GetLiveViewContentsReq) XXX_Unmarshal(b []byte) error
- type GetLiveViewContentsResp
- func (*GetLiveViewContentsResp) Descriptor() ([]byte, []int)
- func (this *GetLiveViewContentsResp) Equal(that interface{}) bool
- func (m *GetLiveViewContentsResp) GetMetadata() *LiveViewMetadata
- func (m *GetLiveViewContentsResp) GetPxlContents() string
- func (m *GetLiveViewContentsResp) GetVis() *vispb.Vis
- func (this *GetLiveViewContentsResp) GoString() string
- func (m *GetLiveViewContentsResp) Marshal() (dAtA []byte, err error)
- func (m *GetLiveViewContentsResp) MarshalTo(dAtA []byte) (int, error)
- func (m *GetLiveViewContentsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetLiveViewContentsResp) ProtoMessage()
- func (m *GetLiveViewContentsResp) Reset()
- func (m *GetLiveViewContentsResp) Size() (n int)
- func (this *GetLiveViewContentsResp) String() string
- func (m *GetLiveViewContentsResp) Unmarshal(dAtA []byte) error
- func (m *GetLiveViewContentsResp) XXX_DiscardUnknown()
- func (m *GetLiveViewContentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetLiveViewContentsResp) XXX_Merge(src proto.Message)
- func (m *GetLiveViewContentsResp) XXX_Size() int
- func (m *GetLiveViewContentsResp) XXX_Unmarshal(b []byte) error
- type GetLiveViewsReq
- func (*GetLiveViewsReq) Descriptor() ([]byte, []int)
- func (this *GetLiveViewsReq) Equal(that interface{}) bool
- func (this *GetLiveViewsReq) GoString() string
- func (m *GetLiveViewsReq) Marshal() (dAtA []byte, err error)
- func (m *GetLiveViewsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *GetLiveViewsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetLiveViewsReq) ProtoMessage()
- func (m *GetLiveViewsReq) Reset()
- func (m *GetLiveViewsReq) Size() (n int)
- func (this *GetLiveViewsReq) String() string
- func (m *GetLiveViewsReq) Unmarshal(dAtA []byte) error
- func (m *GetLiveViewsReq) XXX_DiscardUnknown()
- func (m *GetLiveViewsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetLiveViewsReq) XXX_Merge(src proto.Message)
- func (m *GetLiveViewsReq) XXX_Size() int
- func (m *GetLiveViewsReq) XXX_Unmarshal(b []byte) error
- type GetLiveViewsResp
- func (*GetLiveViewsResp) Descriptor() ([]byte, []int)
- func (this *GetLiveViewsResp) Equal(that interface{}) bool
- func (m *GetLiveViewsResp) GetLiveViews() []*LiveViewMetadata
- func (this *GetLiveViewsResp) GoString() string
- func (m *GetLiveViewsResp) Marshal() (dAtA []byte, err error)
- func (m *GetLiveViewsResp) MarshalTo(dAtA []byte) (int, error)
- func (m *GetLiveViewsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetLiveViewsResp) ProtoMessage()
- func (m *GetLiveViewsResp) Reset()
- func (m *GetLiveViewsResp) Size() (n int)
- func (this *GetLiveViewsResp) String() string
- func (m *GetLiveViewsResp) Unmarshal(dAtA []byte) error
- func (m *GetLiveViewsResp) XXX_DiscardUnknown()
- func (m *GetLiveViewsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetLiveViewsResp) XXX_Merge(src proto.Message)
- func (m *GetLiveViewsResp) XXX_Size() int
- func (m *GetLiveViewsResp) XXX_Unmarshal(b []byte) error
- type GetOrgIDEConfigsRequest
- func (*GetOrgIDEConfigsRequest) Descriptor() ([]byte, []int)
- func (this *GetOrgIDEConfigsRequest) Equal(that interface{}) bool
- func (m *GetOrgIDEConfigsRequest) GetIDEName() string
- func (m *GetOrgIDEConfigsRequest) GetOrgID() *uuidpb.UUID
- func (this *GetOrgIDEConfigsRequest) GoString() string
- func (m *GetOrgIDEConfigsRequest) Marshal() (dAtA []byte, err error)
- func (m *GetOrgIDEConfigsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetOrgIDEConfigsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetOrgIDEConfigsRequest) ProtoMessage()
- func (m *GetOrgIDEConfigsRequest) Reset()
- func (m *GetOrgIDEConfigsRequest) Size() (n int)
- func (this *GetOrgIDEConfigsRequest) String() string
- func (m *GetOrgIDEConfigsRequest) Unmarshal(dAtA []byte) error
- func (m *GetOrgIDEConfigsRequest) XXX_DiscardUnknown()
- func (m *GetOrgIDEConfigsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrgIDEConfigsRequest) XXX_Merge(src proto.Message)
- func (m *GetOrgIDEConfigsRequest) XXX_Size() int
- func (m *GetOrgIDEConfigsRequest) XXX_Unmarshal(b []byte) error
- type GetOrgIDEConfigsResponse
- func (*GetOrgIDEConfigsResponse) Descriptor() ([]byte, []int)
- func (this *GetOrgIDEConfigsResponse) Equal(that interface{}) bool
- func (m *GetOrgIDEConfigsResponse) GetConfigs() []*IDEConfig
- func (this *GetOrgIDEConfigsResponse) GoString() string
- func (m *GetOrgIDEConfigsResponse) Marshal() (dAtA []byte, err error)
- func (m *GetOrgIDEConfigsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetOrgIDEConfigsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetOrgIDEConfigsResponse) ProtoMessage()
- func (m *GetOrgIDEConfigsResponse) Reset()
- func (m *GetOrgIDEConfigsResponse) Size() (n int)
- func (this *GetOrgIDEConfigsResponse) String() string
- func (m *GetOrgIDEConfigsResponse) Unmarshal(dAtA []byte) error
- func (m *GetOrgIDEConfigsResponse) XXX_DiscardUnknown()
- func (m *GetOrgIDEConfigsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrgIDEConfigsResponse) XXX_Merge(src proto.Message)
- func (m *GetOrgIDEConfigsResponse) XXX_Size() int
- func (m *GetOrgIDEConfigsResponse) XXX_Unmarshal(b []byte) error
- type GetOrgRetentionPluginConfigRequest
- func (*GetOrgRetentionPluginConfigRequest) Descriptor() ([]byte, []int)
- func (this *GetOrgRetentionPluginConfigRequest) Equal(that interface{}) bool
- func (m *GetOrgRetentionPluginConfigRequest) GetPluginId() string
- func (this *GetOrgRetentionPluginConfigRequest) GoString() string
- func (m *GetOrgRetentionPluginConfigRequest) Marshal() (dAtA []byte, err error)
- func (m *GetOrgRetentionPluginConfigRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetOrgRetentionPluginConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetOrgRetentionPluginConfigRequest) ProtoMessage()
- func (m *GetOrgRetentionPluginConfigRequest) Reset()
- func (m *GetOrgRetentionPluginConfigRequest) Size() (n int)
- func (this *GetOrgRetentionPluginConfigRequest) String() string
- func (m *GetOrgRetentionPluginConfigRequest) Unmarshal(dAtA []byte) error
- func (m *GetOrgRetentionPluginConfigRequest) XXX_DiscardUnknown()
- func (m *GetOrgRetentionPluginConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrgRetentionPluginConfigRequest) XXX_Merge(src proto.Message)
- func (m *GetOrgRetentionPluginConfigRequest) XXX_Size() int
- func (m *GetOrgRetentionPluginConfigRequest) XXX_Unmarshal(b []byte) error
- type GetOrgRetentionPluginConfigResponse
- func (*GetOrgRetentionPluginConfigResponse) Descriptor() ([]byte, []int)
- func (this *GetOrgRetentionPluginConfigResponse) Equal(that interface{}) bool
- func (m *GetOrgRetentionPluginConfigResponse) GetConfigs() map[string]string
- func (m *GetOrgRetentionPluginConfigResponse) GetCustomExportUrl() string
- func (m *GetOrgRetentionPluginConfigResponse) GetInsecureTLS() bool
- func (this *GetOrgRetentionPluginConfigResponse) GoString() string
- func (m *GetOrgRetentionPluginConfigResponse) Marshal() (dAtA []byte, err error)
- func (m *GetOrgRetentionPluginConfigResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetOrgRetentionPluginConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetOrgRetentionPluginConfigResponse) ProtoMessage()
- func (m *GetOrgRetentionPluginConfigResponse) Reset()
- func (m *GetOrgRetentionPluginConfigResponse) Size() (n int)
- func (this *GetOrgRetentionPluginConfigResponse) String() string
- func (m *GetOrgRetentionPluginConfigResponse) Unmarshal(dAtA []byte) error
- func (m *GetOrgRetentionPluginConfigResponse) XXX_DiscardUnknown()
- func (m *GetOrgRetentionPluginConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOrgRetentionPluginConfigResponse) XXX_Merge(src proto.Message)
- func (m *GetOrgRetentionPluginConfigResponse) XXX_Size() int
- func (m *GetOrgRetentionPluginConfigResponse) XXX_Unmarshal(b []byte) error
- type GetPluginsRequest
- func (*GetPluginsRequest) Descriptor() ([]byte, []int)
- func (this *GetPluginsRequest) Equal(that interface{}) bool
- func (m *GetPluginsRequest) GetKind() PluginKind
- func (this *GetPluginsRequest) GoString() string
- func (m *GetPluginsRequest) Marshal() (dAtA []byte, err error)
- func (m *GetPluginsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetPluginsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetPluginsRequest) ProtoMessage()
- func (m *GetPluginsRequest) Reset()
- func (m *GetPluginsRequest) Size() (n int)
- func (this *GetPluginsRequest) String() string
- func (m *GetPluginsRequest) Unmarshal(dAtA []byte) error
- func (m *GetPluginsRequest) XXX_DiscardUnknown()
- func (m *GetPluginsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetPluginsRequest) XXX_Merge(src proto.Message)
- func (m *GetPluginsRequest) XXX_Size() int
- func (m *GetPluginsRequest) XXX_Unmarshal(b []byte) error
- type GetPluginsResponse
- func (*GetPluginsResponse) Descriptor() ([]byte, []int)
- func (this *GetPluginsResponse) Equal(that interface{}) bool
- func (m *GetPluginsResponse) GetPlugins() []*Plugin
- func (this *GetPluginsResponse) GoString() string
- func (m *GetPluginsResponse) Marshal() (dAtA []byte, err error)
- func (m *GetPluginsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetPluginsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetPluginsResponse) ProtoMessage()
- func (m *GetPluginsResponse) Reset()
- func (m *GetPluginsResponse) Size() (n int)
- func (this *GetPluginsResponse) String() string
- func (m *GetPluginsResponse) Unmarshal(dAtA []byte) error
- func (m *GetPluginsResponse) XXX_DiscardUnknown()
- func (m *GetPluginsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetPluginsResponse) XXX_Merge(src proto.Message)
- func (m *GetPluginsResponse) XXX_Size() int
- func (m *GetPluginsResponse) XXX_Unmarshal(b []byte) error
- type GetRetentionPluginInfoRequest
- func (*GetRetentionPluginInfoRequest) Descriptor() ([]byte, []int)
- func (this *GetRetentionPluginInfoRequest) Equal(that interface{}) bool
- func (m *GetRetentionPluginInfoRequest) GetPluginId() string
- func (m *GetRetentionPluginInfoRequest) GetVersion() string
- func (this *GetRetentionPluginInfoRequest) GoString() string
- func (m *GetRetentionPluginInfoRequest) Marshal() (dAtA []byte, err error)
- func (m *GetRetentionPluginInfoRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetRetentionPluginInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetRetentionPluginInfoRequest) ProtoMessage()
- func (m *GetRetentionPluginInfoRequest) Reset()
- func (m *GetRetentionPluginInfoRequest) Size() (n int)
- func (this *GetRetentionPluginInfoRequest) String() string
- func (m *GetRetentionPluginInfoRequest) Unmarshal(dAtA []byte) error
- func (m *GetRetentionPluginInfoRequest) XXX_DiscardUnknown()
- func (m *GetRetentionPluginInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRetentionPluginInfoRequest) XXX_Merge(src proto.Message)
- func (m *GetRetentionPluginInfoRequest) XXX_Size() int
- func (m *GetRetentionPluginInfoRequest) XXX_Unmarshal(b []byte) error
- type GetRetentionPluginInfoResponse
- func (*GetRetentionPluginInfoResponse) Descriptor() ([]byte, []int)
- func (this *GetRetentionPluginInfoResponse) Equal(that interface{}) bool
- func (m *GetRetentionPluginInfoResponse) GetAllowCustomExportURL() bool
- func (m *GetRetentionPluginInfoResponse) GetAllowInsecureTLS() bool
- func (m *GetRetentionPluginInfoResponse) GetConfigs() map[string]string
- func (m *GetRetentionPluginInfoResponse) GetDefaultExportURL() string
- func (this *GetRetentionPluginInfoResponse) GoString() string
- func (m *GetRetentionPluginInfoResponse) Marshal() (dAtA []byte, err error)
- func (m *GetRetentionPluginInfoResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetRetentionPluginInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetRetentionPluginInfoResponse) ProtoMessage()
- func (m *GetRetentionPluginInfoResponse) Reset()
- func (m *GetRetentionPluginInfoResponse) Size() (n int)
- func (this *GetRetentionPluginInfoResponse) String() string
- func (m *GetRetentionPluginInfoResponse) Unmarshal(dAtA []byte) error
- func (m *GetRetentionPluginInfoResponse) XXX_DiscardUnknown()
- func (m *GetRetentionPluginInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRetentionPluginInfoResponse) XXX_Merge(src proto.Message)
- func (m *GetRetentionPluginInfoResponse) XXX_Size() int
- func (m *GetRetentionPluginInfoResponse) XXX_Unmarshal(b []byte) error
- type GetRetentionScriptRequest
- func (*GetRetentionScriptRequest) Descriptor() ([]byte, []int)
- func (this *GetRetentionScriptRequest) Equal(that interface{}) bool
- func (m *GetRetentionScriptRequest) GetID() *uuidpb.UUID
- func (this *GetRetentionScriptRequest) GoString() string
- func (m *GetRetentionScriptRequest) Marshal() (dAtA []byte, err error)
- func (m *GetRetentionScriptRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetRetentionScriptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetRetentionScriptRequest) ProtoMessage()
- func (m *GetRetentionScriptRequest) Reset()
- func (m *GetRetentionScriptRequest) Size() (n int)
- func (this *GetRetentionScriptRequest) String() string
- func (m *GetRetentionScriptRequest) Unmarshal(dAtA []byte) error
- func (m *GetRetentionScriptRequest) XXX_DiscardUnknown()
- func (m *GetRetentionScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRetentionScriptRequest) XXX_Merge(src proto.Message)
- func (m *GetRetentionScriptRequest) XXX_Size() int
- func (m *GetRetentionScriptRequest) XXX_Unmarshal(b []byte) error
- type GetRetentionScriptResponse
- func (*GetRetentionScriptResponse) Descriptor() ([]byte, []int)
- func (this *GetRetentionScriptResponse) Equal(that interface{}) bool
- func (m *GetRetentionScriptResponse) GetContents() string
- func (m *GetRetentionScriptResponse) GetExportURL() string
- func (m *GetRetentionScriptResponse) GetScript() *RetentionScript
- func (this *GetRetentionScriptResponse) GoString() string
- func (m *GetRetentionScriptResponse) Marshal() (dAtA []byte, err error)
- func (m *GetRetentionScriptResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetRetentionScriptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetRetentionScriptResponse) ProtoMessage()
- func (m *GetRetentionScriptResponse) Reset()
- func (m *GetRetentionScriptResponse) Size() (n int)
- func (this *GetRetentionScriptResponse) String() string
- func (m *GetRetentionScriptResponse) Unmarshal(dAtA []byte) error
- func (m *GetRetentionScriptResponse) XXX_DiscardUnknown()
- func (m *GetRetentionScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRetentionScriptResponse) XXX_Merge(src proto.Message)
- func (m *GetRetentionScriptResponse) XXX_Size() int
- func (m *GetRetentionScriptResponse) XXX_Unmarshal(b []byte) error
- type GetRetentionScriptsRequest
- func (*GetRetentionScriptsRequest) Descriptor() ([]byte, []int)
- func (this *GetRetentionScriptsRequest) Equal(that interface{}) bool
- func (this *GetRetentionScriptsRequest) GoString() string
- func (m *GetRetentionScriptsRequest) Marshal() (dAtA []byte, err error)
- func (m *GetRetentionScriptsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetRetentionScriptsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetRetentionScriptsRequest) ProtoMessage()
- func (m *GetRetentionScriptsRequest) Reset()
- func (m *GetRetentionScriptsRequest) Size() (n int)
- func (this *GetRetentionScriptsRequest) String() string
- func (m *GetRetentionScriptsRequest) Unmarshal(dAtA []byte) error
- func (m *GetRetentionScriptsRequest) XXX_DiscardUnknown()
- func (m *GetRetentionScriptsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRetentionScriptsRequest) XXX_Merge(src proto.Message)
- func (m *GetRetentionScriptsRequest) XXX_Size() int
- func (m *GetRetentionScriptsRequest) XXX_Unmarshal(b []byte) error
- type GetRetentionScriptsResponse
- func (*GetRetentionScriptsResponse) Descriptor() ([]byte, []int)
- func (this *GetRetentionScriptsResponse) Equal(that interface{}) bool
- func (m *GetRetentionScriptsResponse) GetScripts() []*RetentionScript
- func (this *GetRetentionScriptsResponse) GoString() string
- func (m *GetRetentionScriptsResponse) Marshal() (dAtA []byte, err error)
- func (m *GetRetentionScriptsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetRetentionScriptsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetRetentionScriptsResponse) ProtoMessage()
- func (m *GetRetentionScriptsResponse) Reset()
- func (m *GetRetentionScriptsResponse) Size() (n int)
- func (this *GetRetentionScriptsResponse) String() string
- func (m *GetRetentionScriptsResponse) Unmarshal(dAtA []byte) error
- func (m *GetRetentionScriptsResponse) XXX_DiscardUnknown()
- func (m *GetRetentionScriptsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRetentionScriptsResponse) XXX_Merge(src proto.Message)
- func (m *GetRetentionScriptsResponse) XXX_Size() int
- func (m *GetRetentionScriptsResponse) XXX_Unmarshal(b []byte) error
- type GetScriptContentsReq
- func (*GetScriptContentsReq) Descriptor() ([]byte, []int)
- func (this *GetScriptContentsReq) Equal(that interface{}) bool
- func (m *GetScriptContentsReq) GetScriptID() string
- func (this *GetScriptContentsReq) GoString() string
- func (m *GetScriptContentsReq) Marshal() (dAtA []byte, err error)
- func (m *GetScriptContentsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *GetScriptContentsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetScriptContentsReq) ProtoMessage()
- func (m *GetScriptContentsReq) Reset()
- func (m *GetScriptContentsReq) Size() (n int)
- func (this *GetScriptContentsReq) String() string
- func (m *GetScriptContentsReq) Unmarshal(dAtA []byte) error
- func (m *GetScriptContentsReq) XXX_DiscardUnknown()
- func (m *GetScriptContentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetScriptContentsReq) XXX_Merge(src proto.Message)
- func (m *GetScriptContentsReq) XXX_Size() int
- func (m *GetScriptContentsReq) XXX_Unmarshal(b []byte) error
- type GetScriptContentsResp
- func (*GetScriptContentsResp) Descriptor() ([]byte, []int)
- func (this *GetScriptContentsResp) Equal(that interface{}) bool
- func (m *GetScriptContentsResp) GetContents() string
- func (m *GetScriptContentsResp) GetMetadata() *ScriptMetadata
- func (this *GetScriptContentsResp) GoString() string
- func (m *GetScriptContentsResp) Marshal() (dAtA []byte, err error)
- func (m *GetScriptContentsResp) MarshalTo(dAtA []byte) (int, error)
- func (m *GetScriptContentsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetScriptContentsResp) ProtoMessage()
- func (m *GetScriptContentsResp) Reset()
- func (m *GetScriptContentsResp) Size() (n int)
- func (this *GetScriptContentsResp) String() string
- func (m *GetScriptContentsResp) Unmarshal(dAtA []byte) error
- func (m *GetScriptContentsResp) XXX_DiscardUnknown()
- func (m *GetScriptContentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetScriptContentsResp) XXX_Merge(src proto.Message)
- func (m *GetScriptContentsResp) XXX_Size() int
- func (m *GetScriptContentsResp) XXX_Unmarshal(b []byte) error
- type GetScriptsReq
- func (*GetScriptsReq) Descriptor() ([]byte, []int)
- func (this *GetScriptsReq) Equal(that interface{}) bool
- func (this *GetScriptsReq) GoString() string
- func (m *GetScriptsReq) Marshal() (dAtA []byte, err error)
- func (m *GetScriptsReq) MarshalTo(dAtA []byte) (int, error)
- func (m *GetScriptsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetScriptsReq) ProtoMessage()
- func (m *GetScriptsReq) Reset()
- func (m *GetScriptsReq) Size() (n int)
- func (this *GetScriptsReq) String() string
- func (m *GetScriptsReq) Unmarshal(dAtA []byte) error
- func (m *GetScriptsReq) XXX_DiscardUnknown()
- func (m *GetScriptsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetScriptsReq) XXX_Merge(src proto.Message)
- func (m *GetScriptsReq) XXX_Size() int
- func (m *GetScriptsReq) XXX_Unmarshal(b []byte) error
- type GetScriptsResp
- func (*GetScriptsResp) Descriptor() ([]byte, []int)
- func (this *GetScriptsResp) Equal(that interface{}) bool
- func (m *GetScriptsResp) GetScripts() []*ScriptMetadata
- func (this *GetScriptsResp) GoString() string
- func (m *GetScriptsResp) Marshal() (dAtA []byte, err error)
- func (m *GetScriptsResp) MarshalTo(dAtA []byte) (int, error)
- func (m *GetScriptsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetScriptsResp) ProtoMessage()
- func (m *GetScriptsResp) Reset()
- func (m *GetScriptsResp) Size() (n int)
- func (this *GetScriptsResp) String() string
- func (m *GetScriptsResp) Unmarshal(dAtA []byte) error
- func (m *GetScriptsResp) XXX_DiscardUnknown()
- func (m *GetScriptsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetScriptsResp) XXX_Merge(src proto.Message)
- func (m *GetScriptsResp) XXX_Size() int
- func (m *GetScriptsResp) XXX_Unmarshal(b []byte) error
- type GetUserAttributesRequest
- func (*GetUserAttributesRequest) Descriptor() ([]byte, []int)
- func (this *GetUserAttributesRequest) Equal(that interface{}) bool
- func (m *GetUserAttributesRequest) GetID() *uuidpb.UUID
- func (this *GetUserAttributesRequest) GoString() string
- func (m *GetUserAttributesRequest) Marshal() (dAtA []byte, err error)
- func (m *GetUserAttributesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUserAttributesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUserAttributesRequest) ProtoMessage()
- func (m *GetUserAttributesRequest) Reset()
- func (m *GetUserAttributesRequest) Size() (n int)
- func (this *GetUserAttributesRequest) String() string
- func (m *GetUserAttributesRequest) Unmarshal(dAtA []byte) error
- func (m *GetUserAttributesRequest) XXX_DiscardUnknown()
- func (m *GetUserAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUserAttributesRequest) XXX_Merge(src proto.Message)
- func (m *GetUserAttributesRequest) XXX_Size() int
- func (m *GetUserAttributesRequest) XXX_Unmarshal(b []byte) error
- type GetUserAttributesResponse
- func (*GetUserAttributesResponse) Descriptor() ([]byte, []int)
- func (this *GetUserAttributesResponse) Equal(that interface{}) bool
- func (m *GetUserAttributesResponse) GetTourSeen() bool
- func (this *GetUserAttributesResponse) GoString() string
- func (m *GetUserAttributesResponse) Marshal() (dAtA []byte, err error)
- func (m *GetUserAttributesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUserAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUserAttributesResponse) ProtoMessage()
- func (m *GetUserAttributesResponse) Reset()
- func (m *GetUserAttributesResponse) Size() (n int)
- func (this *GetUserAttributesResponse) String() string
- func (m *GetUserAttributesResponse) Unmarshal(dAtA []byte) error
- func (m *GetUserAttributesResponse) XXX_DiscardUnknown()
- func (m *GetUserAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUserAttributesResponse) XXX_Merge(src proto.Message)
- func (m *GetUserAttributesResponse) XXX_Size() int
- func (m *GetUserAttributesResponse) XXX_Unmarshal(b []byte) error
- type GetUserSettingsRequest
- func (*GetUserSettingsRequest) Descriptor() ([]byte, []int)
- func (this *GetUserSettingsRequest) Equal(that interface{}) bool
- func (m *GetUserSettingsRequest) GetID() *uuidpb.UUID
- func (this *GetUserSettingsRequest) GoString() string
- func (m *GetUserSettingsRequest) Marshal() (dAtA []byte, err error)
- func (m *GetUserSettingsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUserSettingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUserSettingsRequest) ProtoMessage()
- func (m *GetUserSettingsRequest) Reset()
- func (m *GetUserSettingsRequest) Size() (n int)
- func (this *GetUserSettingsRequest) String() string
- func (m *GetUserSettingsRequest) Unmarshal(dAtA []byte) error
- func (m *GetUserSettingsRequest) XXX_DiscardUnknown()
- func (m *GetUserSettingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUserSettingsRequest) XXX_Merge(src proto.Message)
- func (m *GetUserSettingsRequest) XXX_Size() int
- func (m *GetUserSettingsRequest) XXX_Unmarshal(b []byte) error
- type GetUserSettingsResponse
- func (*GetUserSettingsResponse) Descriptor() ([]byte, []int)
- func (this *GetUserSettingsResponse) Equal(that interface{}) bool
- func (m *GetUserSettingsResponse) GetAnalyticsOptout() bool
- func (this *GetUserSettingsResponse) GoString() string
- func (m *GetUserSettingsResponse) Marshal() (dAtA []byte, err error)
- func (m *GetUserSettingsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUserSettingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUserSettingsResponse) ProtoMessage()
- func (m *GetUserSettingsResponse) Reset()
- func (m *GetUserSettingsResponse) Size() (n int)
- func (this *GetUserSettingsResponse) String() string
- func (m *GetUserSettingsResponse) Unmarshal(dAtA []byte) error
- func (m *GetUserSettingsResponse) XXX_DiscardUnknown()
- func (m *GetUserSettingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUserSettingsResponse) XXX_Merge(src proto.Message)
- func (m *GetUserSettingsResponse) XXX_Size() int
- func (m *GetUserSettingsResponse) XXX_Unmarshal(b []byte) error
- type GetUsersInOrgRequest
- func (*GetUsersInOrgRequest) Descriptor() ([]byte, []int)
- func (this *GetUsersInOrgRequest) Equal(that interface{}) bool
- func (m *GetUsersInOrgRequest) GetOrgID() *uuidpb.UUID
- func (this *GetUsersInOrgRequest) GoString() string
- func (m *GetUsersInOrgRequest) Marshal() (dAtA []byte, err error)
- func (m *GetUsersInOrgRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUsersInOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUsersInOrgRequest) ProtoMessage()
- func (m *GetUsersInOrgRequest) Reset()
- func (m *GetUsersInOrgRequest) Size() (n int)
- func (this *GetUsersInOrgRequest) String() string
- func (m *GetUsersInOrgRequest) Unmarshal(dAtA []byte) error
- func (m *GetUsersInOrgRequest) XXX_DiscardUnknown()
- func (m *GetUsersInOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUsersInOrgRequest) XXX_Merge(src proto.Message)
- func (m *GetUsersInOrgRequest) XXX_Size() int
- func (m *GetUsersInOrgRequest) XXX_Unmarshal(b []byte) error
- type GetUsersInOrgResponse
- func (*GetUsersInOrgResponse) Descriptor() ([]byte, []int)
- func (this *GetUsersInOrgResponse) Equal(that interface{}) bool
- func (m *GetUsersInOrgResponse) GetUsers() []*UserInfo
- func (this *GetUsersInOrgResponse) GoString() string
- func (m *GetUsersInOrgResponse) Marshal() (dAtA []byte, err error)
- func (m *GetUsersInOrgResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUsersInOrgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUsersInOrgResponse) ProtoMessage()
- func (m *GetUsersInOrgResponse) Reset()
- func (m *GetUsersInOrgResponse) Size() (n int)
- func (this *GetUsersInOrgResponse) String() string
- func (m *GetUsersInOrgResponse) Unmarshal(dAtA []byte) error
- func (m *GetUsersInOrgResponse) XXX_DiscardUnknown()
- func (m *GetUsersInOrgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUsersInOrgResponse) XXX_Merge(src proto.Message)
- func (m *GetUsersInOrgResponse) XXX_Size() int
- func (m *GetUsersInOrgResponse) XXX_Unmarshal(b []byte) error
- type IDEConfig
- func (*IDEConfig) Descriptor() ([]byte, []int)
- func (this *IDEConfig) Equal(that interface{}) bool
- func (m *IDEConfig) GetIDEName() string
- func (m *IDEConfig) GetPath() string
- func (this *IDEConfig) GoString() string
- func (m *IDEConfig) Marshal() (dAtA []byte, err error)
- func (m *IDEConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *IDEConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IDEConfig) ProtoMessage()
- func (m *IDEConfig) Reset()
- func (m *IDEConfig) Size() (n int)
- func (this *IDEConfig) String() string
- func (m *IDEConfig) Unmarshal(dAtA []byte) error
- func (m *IDEConfig) XXX_DiscardUnknown()
- func (m *IDEConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IDEConfig) XXX_Merge(src proto.Message)
- func (m *IDEConfig) XXX_Size() int
- func (m *IDEConfig) XXX_Unmarshal(b []byte) error
- type InviteToken
- func (*InviteToken) Descriptor() ([]byte, []int)
- func (this *InviteToken) Equal(that interface{}) bool
- func (m *InviteToken) GetSignedClaims() string
- func (this *InviteToken) GoString() string
- func (m *InviteToken) Marshal() (dAtA []byte, err error)
- func (m *InviteToken) MarshalTo(dAtA []byte) (int, error)
- func (m *InviteToken) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InviteToken) ProtoMessage()
- func (m *InviteToken) Reset()
- func (m *InviteToken) Size() (n int)
- func (this *InviteToken) String() string
- func (m *InviteToken) Unmarshal(dAtA []byte) error
- func (m *InviteToken) XXX_DiscardUnknown()
- func (m *InviteToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InviteToken) XXX_Merge(src proto.Message)
- func (m *InviteToken) XXX_Size() int
- func (m *InviteToken) XXX_Unmarshal(b []byte) error
- type InviteUserRequest
- func (*InviteUserRequest) Descriptor() ([]byte, []int)
- func (this *InviteUserRequest) Equal(that interface{}) bool
- func (m *InviteUserRequest) GetEmail() string
- func (m *InviteUserRequest) GetFirstName() string
- func (m *InviteUserRequest) GetLastName() string
- func (this *InviteUserRequest) GoString() string
- func (m *InviteUserRequest) Marshal() (dAtA []byte, err error)
- func (m *InviteUserRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *InviteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InviteUserRequest) ProtoMessage()
- func (m *InviteUserRequest) Reset()
- func (m *InviteUserRequest) Size() (n int)
- func (this *InviteUserRequest) String() string
- func (m *InviteUserRequest) Unmarshal(dAtA []byte) error
- func (m *InviteUserRequest) XXX_DiscardUnknown()
- func (m *InviteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InviteUserRequest) XXX_Merge(src proto.Message)
- func (m *InviteUserRequest) XXX_Size() int
- func (m *InviteUserRequest) XXX_Unmarshal(b []byte) error
- type InviteUserResponse
- func (*InviteUserResponse) Descriptor() ([]byte, []int)
- func (this *InviteUserResponse) Equal(that interface{}) bool
- func (m *InviteUserResponse) GetEmail() string
- func (m *InviteUserResponse) GetInviteLink() string
- func (this *InviteUserResponse) GoString() string
- func (m *InviteUserResponse) Marshal() (dAtA []byte, err error)
- func (m *InviteUserResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *InviteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InviteUserResponse) ProtoMessage()
- func (m *InviteUserResponse) Reset()
- func (m *InviteUserResponse) Size() (n int)
- func (this *InviteUserResponse) String() string
- func (m *InviteUserResponse) Unmarshal(dAtA []byte) error
- func (m *InviteUserResponse) XXX_DiscardUnknown()
- func (m *InviteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InviteUserResponse) XXX_Merge(src proto.Message)
- func (m *InviteUserResponse) XXX_Size() int
- func (m *InviteUserResponse) XXX_Unmarshal(b []byte) error
- type K8SEvent
- func (*K8SEvent) Descriptor() ([]byte, []int)
- func (this *K8SEvent) Equal(that interface{}) bool
- func (m *K8SEvent) GetFirstTime() *types.Timestamp
- func (m *K8SEvent) GetLastTime() *types.Timestamp
- func (m *K8SEvent) GetMessage() string
- func (this *K8SEvent) GoString() string
- func (m *K8SEvent) Marshal() (dAtA []byte, err error)
- func (m *K8SEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *K8SEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*K8SEvent) ProtoMessage()
- func (m *K8SEvent) Reset()
- func (m *K8SEvent) Size() (n int)
- func (this *K8SEvent) String() string
- func (m *K8SEvent) Unmarshal(dAtA []byte) error
- func (m *K8SEvent) XXX_DiscardUnknown()
- func (m *K8SEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *K8SEvent) XXX_Merge(src proto.Message)
- func (m *K8SEvent) XXX_Size() int
- func (m *K8SEvent) XXX_Unmarshal(b []byte) error
- type ListAPIKeyRequest
- func (*ListAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *ListAPIKeyRequest) Equal(that interface{}) bool
- func (this *ListAPIKeyRequest) GoString() string
- func (m *ListAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *ListAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAPIKeyRequest) ProtoMessage()
- func (m *ListAPIKeyRequest) Reset()
- func (m *ListAPIKeyRequest) Size() (n int)
- func (this *ListAPIKeyRequest) String() string
- func (m *ListAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *ListAPIKeyRequest) XXX_DiscardUnknown()
- func (m *ListAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *ListAPIKeyRequest) XXX_Size() int
- func (m *ListAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type ListAPIKeyResponse
- func (*ListAPIKeyResponse) Descriptor() ([]byte, []int)
- func (this *ListAPIKeyResponse) Equal(that interface{}) bool
- func (m *ListAPIKeyResponse) GetKeys() []*APIKeyMetadata
- func (this *ListAPIKeyResponse) GoString() string
- func (m *ListAPIKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *ListAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAPIKeyResponse) ProtoMessage()
- func (m *ListAPIKeyResponse) Reset()
- func (m *ListAPIKeyResponse) Size() (n int)
- func (this *ListAPIKeyResponse) String() string
- func (m *ListAPIKeyResponse) Unmarshal(dAtA []byte) error
- func (m *ListAPIKeyResponse) XXX_DiscardUnknown()
- func (m *ListAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAPIKeyResponse) XXX_Merge(src proto.Message)
- func (m *ListAPIKeyResponse) XXX_Size() int
- func (m *ListAPIKeyResponse) XXX_Unmarshal(b []byte) error
- type ListDeploymentKeyRequest
- func (*ListDeploymentKeyRequest) Descriptor() ([]byte, []int)
- func (this *ListDeploymentKeyRequest) Equal(that interface{}) bool
- func (this *ListDeploymentKeyRequest) GoString() string
- func (m *ListDeploymentKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *ListDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListDeploymentKeyRequest) ProtoMessage()
- func (m *ListDeploymentKeyRequest) Reset()
- func (m *ListDeploymentKeyRequest) Size() (n int)
- func (this *ListDeploymentKeyRequest) String() string
- func (m *ListDeploymentKeyRequest) Unmarshal(dAtA []byte) error
- func (m *ListDeploymentKeyRequest) XXX_DiscardUnknown()
- func (m *ListDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListDeploymentKeyRequest) XXX_Merge(src proto.Message)
- func (m *ListDeploymentKeyRequest) XXX_Size() int
- func (m *ListDeploymentKeyRequest) XXX_Unmarshal(b []byte) error
- type ListDeploymentKeyResponse
- func (*ListDeploymentKeyResponse) Descriptor() ([]byte, []int)
- func (this *ListDeploymentKeyResponse) Equal(that interface{}) bool
- func (m *ListDeploymentKeyResponse) GetKeys() []*DeploymentKeyMetadata
- func (this *ListDeploymentKeyResponse) GoString() string
- func (m *ListDeploymentKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *ListDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListDeploymentKeyResponse) ProtoMessage()
- func (m *ListDeploymentKeyResponse) Reset()
- func (m *ListDeploymentKeyResponse) Size() (n int)
- func (this *ListDeploymentKeyResponse) String() string
- func (m *ListDeploymentKeyResponse) Unmarshal(dAtA []byte) error
- func (m *ListDeploymentKeyResponse) XXX_DiscardUnknown()
- func (m *ListDeploymentKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListDeploymentKeyResponse) XXX_Merge(src proto.Message)
- func (m *ListDeploymentKeyResponse) XXX_Size() int
- func (m *ListDeploymentKeyResponse) XXX_Unmarshal(b []byte) error
- type LiveViewMetadata
- func (*LiveViewMetadata) Descriptor() ([]byte, []int)
- func (this *LiveViewMetadata) Equal(that interface{}) bool
- func (m *LiveViewMetadata) GetDesc() string
- func (m *LiveViewMetadata) GetID() string
- func (m *LiveViewMetadata) GetName() string
- func (this *LiveViewMetadata) GoString() string
- func (m *LiveViewMetadata) Marshal() (dAtA []byte, err error)
- func (m *LiveViewMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *LiveViewMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LiveViewMetadata) ProtoMessage()
- func (m *LiveViewMetadata) Reset()
- func (m *LiveViewMetadata) Size() (n int)
- func (this *LiveViewMetadata) String() string
- func (m *LiveViewMetadata) Unmarshal(dAtA []byte) error
- func (m *LiveViewMetadata) XXX_DiscardUnknown()
- func (m *LiveViewMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiveViewMetadata) XXX_Merge(src proto.Message)
- func (m *LiveViewMetadata) XXX_Size() int
- func (m *LiveViewMetadata) XXX_Unmarshal(b []byte) error
- type LoginReply
- func (*LoginReply) Descriptor() ([]byte, []int)
- func (this *LoginReply) Equal(that interface{}) bool
- func (m *LoginReply) GetExpiresAt() int64
- func (m *LoginReply) GetToken() string
- func (this *LoginReply) GoString() string
- func (m *LoginReply) Marshal() (dAtA []byte, err error)
- func (m *LoginReply) MarshalTo(dAtA []byte) (int, error)
- func (m *LoginReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LoginReply) ProtoMessage()
- func (m *LoginReply) Reset()
- func (m *LoginReply) Size() (n int)
- func (this *LoginReply) String() string
- func (m *LoginReply) Unmarshal(dAtA []byte) error
- func (m *LoginReply) XXX_DiscardUnknown()
- func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LoginReply) XXX_Merge(src proto.Message)
- func (m *LoginReply) XXX_Size() int
- func (m *LoginReply) XXX_Unmarshal(b []byte) error
- type LoginRequest
- func (*LoginRequest) Descriptor() ([]byte, []int)
- func (this *LoginRequest) Equal(that interface{}) bool
- func (m *LoginRequest) GetAccessToken() string
- func (this *LoginRequest) GoString() string
- func (m *LoginRequest) Marshal() (dAtA []byte, err error)
- func (m *LoginRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *LoginRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LoginRequest) ProtoMessage()
- func (m *LoginRequest) Reset()
- func (m *LoginRequest) Size() (n int)
- func (this *LoginRequest) String() string
- func (m *LoginRequest) Unmarshal(dAtA []byte) error
- func (m *LoginRequest) XXX_DiscardUnknown()
- func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LoginRequest) XXX_Merge(src proto.Message)
- func (m *LoginRequest) XXX_Size() int
- func (m *LoginRequest) XXX_Unmarshal(b []byte) error
- type LookupAPIKeyRequest
- func (*LookupAPIKeyRequest) Descriptor() ([]byte, []int)
- func (this *LookupAPIKeyRequest) Equal(that interface{}) bool
- func (m *LookupAPIKeyRequest) GetKey() string
- func (this *LookupAPIKeyRequest) GoString() string
- func (m *LookupAPIKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *LookupAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *LookupAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LookupAPIKeyRequest) ProtoMessage()
- func (m *LookupAPIKeyRequest) Reset()
- func (m *LookupAPIKeyRequest) Size() (n int)
- func (this *LookupAPIKeyRequest) String() string
- func (m *LookupAPIKeyRequest) Unmarshal(dAtA []byte) error
- func (m *LookupAPIKeyRequest) XXX_DiscardUnknown()
- func (m *LookupAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LookupAPIKeyRequest) XXX_Merge(src proto.Message)
- func (m *LookupAPIKeyRequest) XXX_Size() int
- func (m *LookupAPIKeyRequest) XXX_Unmarshal(b []byte) error
- type LookupAPIKeyResponse
- func (*LookupAPIKeyResponse) Descriptor() ([]byte, []int)
- func (this *LookupAPIKeyResponse) Equal(that interface{}) bool
- func (m *LookupAPIKeyResponse) GetKey() *APIKey
- func (this *LookupAPIKeyResponse) GoString() string
- func (m *LookupAPIKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *LookupAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *LookupAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LookupAPIKeyResponse) ProtoMessage()
- func (m *LookupAPIKeyResponse) Reset()
- func (m *LookupAPIKeyResponse) Size() (n int)
- func (this *LookupAPIKeyResponse) String() string
- func (m *LookupAPIKeyResponse) Unmarshal(dAtA []byte) error
- func (m *LookupAPIKeyResponse) XXX_DiscardUnknown()
- func (m *LookupAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LookupAPIKeyResponse) XXX_Merge(src proto.Message)
- func (m *LookupAPIKeyResponse) XXX_Size() int
- func (m *LookupAPIKeyResponse) XXX_Unmarshal(b []byte) error
- type LookupDeploymentKeyRequest
- func (*LookupDeploymentKeyRequest) Descriptor() ([]byte, []int)
- func (this *LookupDeploymentKeyRequest) Equal(that interface{}) bool
- func (m *LookupDeploymentKeyRequest) GetKey() string
- func (this *LookupDeploymentKeyRequest) GoString() string
- func (m *LookupDeploymentKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *LookupDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *LookupDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LookupDeploymentKeyRequest) ProtoMessage()
- func (m *LookupDeploymentKeyRequest) Reset()
- func (m *LookupDeploymentKeyRequest) Size() (n int)
- func (this *LookupDeploymentKeyRequest) String() string
- func (m *LookupDeploymentKeyRequest) Unmarshal(dAtA []byte) error
- func (m *LookupDeploymentKeyRequest) XXX_DiscardUnknown()
- func (m *LookupDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LookupDeploymentKeyRequest) XXX_Merge(src proto.Message)
- func (m *LookupDeploymentKeyRequest) XXX_Size() int
- func (m *LookupDeploymentKeyRequest) XXX_Unmarshal(b []byte) error
- type LookupDeploymentKeyResponse
- func (*LookupDeploymentKeyResponse) Descriptor() ([]byte, []int)
- func (this *LookupDeploymentKeyResponse) Equal(that interface{}) bool
- func (m *LookupDeploymentKeyResponse) GetKey() *DeploymentKey
- func (this *LookupDeploymentKeyResponse) GoString() string
- func (m *LookupDeploymentKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *LookupDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *LookupDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LookupDeploymentKeyResponse) ProtoMessage()
- func (m *LookupDeploymentKeyResponse) Reset()
- func (m *LookupDeploymentKeyResponse) Size() (n int)
- func (this *LookupDeploymentKeyResponse) String() string
- func (m *LookupDeploymentKeyResponse) Unmarshal(dAtA []byte) error
- func (m *LookupDeploymentKeyResponse) XXX_DiscardUnknown()
- func (m *LookupDeploymentKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LookupDeploymentKeyResponse) XXX_Merge(src proto.Message)
- func (m *LookupDeploymentKeyResponse) XXX_Size() int
- func (m *LookupDeploymentKeyResponse) XXX_Unmarshal(b []byte) error
- type OrgInfo
- func (*OrgInfo) Descriptor() ([]byte, []int)
- func (this *OrgInfo) Equal(that interface{}) bool
- func (m *OrgInfo) GetDomainName() string
- func (m *OrgInfo) GetEnableApprovals() bool
- func (m *OrgInfo) GetID() *uuidpb.UUID
- func (m *OrgInfo) GetOrgName() string
- func (this *OrgInfo) GoString() string
- func (m *OrgInfo) Marshal() (dAtA []byte, err error)
- func (m *OrgInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *OrgInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrgInfo) ProtoMessage()
- func (m *OrgInfo) Reset()
- func (m *OrgInfo) Size() (n int)
- func (this *OrgInfo) String() string
- func (m *OrgInfo) Unmarshal(dAtA []byte) error
- func (m *OrgInfo) XXX_DiscardUnknown()
- func (m *OrgInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrgInfo) XXX_Merge(src proto.Message)
- func (m *OrgInfo) XXX_Size() int
- func (m *OrgInfo) XXX_Unmarshal(b []byte) error
- type OrganizationServiceClient
- type OrganizationServiceServer
- type Plugin
- func (*Plugin) Descriptor() ([]byte, []int)
- func (this *Plugin) Equal(that interface{}) bool
- func (m *Plugin) GetDescription() string
- func (m *Plugin) GetEnabledVersion() string
- func (m *Plugin) GetId() string
- func (m *Plugin) GetLatestVersion() string
- func (m *Plugin) GetLogo() string
- func (m *Plugin) GetName() string
- func (m *Plugin) GetRetentionEnabled() bool
- func (m *Plugin) GetRetentionSupported() bool
- func (this *Plugin) GoString() string
- func (m *Plugin) Marshal() (dAtA []byte, err error)
- func (m *Plugin) MarshalTo(dAtA []byte) (int, error)
- func (m *Plugin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Plugin) ProtoMessage()
- func (m *Plugin) Reset()
- func (m *Plugin) Size() (n int)
- func (this *Plugin) String() string
- func (m *Plugin) Unmarshal(dAtA []byte) error
- func (m *Plugin) XXX_DiscardUnknown()
- func (m *Plugin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Plugin) XXX_Merge(src proto.Message)
- func (m *Plugin) XXX_Size() int
- func (m *Plugin) XXX_Unmarshal(b []byte) error
- type PluginKind
- type PluginServiceClient
- type PluginServiceServer
- type PodPhase
- type PodStatus
- func (*PodStatus) Descriptor() ([]byte, []int)
- func (this *PodStatus) Equal(that interface{}) bool
- func (m *PodStatus) GetContainers() []*ContainerStatus
- func (m *PodStatus) GetCreatedAt() *types.Timestamp
- func (m *PodStatus) GetEvents() []*K8SEvent
- func (m *PodStatus) GetName() string
- func (m *PodStatus) GetReason() string
- func (m *PodStatus) GetRestartCount() int64
- func (m *PodStatus) GetStatus() PodPhase
- func (m *PodStatus) GetStatusMessage() string
- func (this *PodStatus) GoString() string
- func (m *PodStatus) Marshal() (dAtA []byte, err error)
- func (m *PodStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *PodStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PodStatus) ProtoMessage()
- func (m *PodStatus) Reset()
- func (m *PodStatus) Size() (n int)
- func (this *PodStatus) String() string
- func (m *PodStatus) Unmarshal(dAtA []byte) error
- func (m *PodStatus) XXX_DiscardUnknown()
- func (m *PodStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PodStatus) XXX_Merge(src proto.Message)
- func (m *PodStatus) XXX_Size() int
- func (m *PodStatus) XXX_Unmarshal(b []byte) error
- type RemoveUserFromOrgRequest
- func (*RemoveUserFromOrgRequest) Descriptor() ([]byte, []int)
- func (this *RemoveUserFromOrgRequest) Equal(that interface{}) bool
- func (m *RemoveUserFromOrgRequest) GetUserID() *uuidpb.UUID
- func (this *RemoveUserFromOrgRequest) GoString() string
- func (m *RemoveUserFromOrgRequest) Marshal() (dAtA []byte, err error)
- func (m *RemoveUserFromOrgRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RemoveUserFromOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemoveUserFromOrgRequest) ProtoMessage()
- func (m *RemoveUserFromOrgRequest) Reset()
- func (m *RemoveUserFromOrgRequest) Size() (n int)
- func (this *RemoveUserFromOrgRequest) String() string
- func (m *RemoveUserFromOrgRequest) Unmarshal(dAtA []byte) error
- func (m *RemoveUserFromOrgRequest) XXX_DiscardUnknown()
- func (m *RemoveUserFromOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveUserFromOrgRequest) XXX_Merge(src proto.Message)
- func (m *RemoveUserFromOrgRequest) XXX_Size() int
- func (m *RemoveUserFromOrgRequest) XXX_Unmarshal(b []byte) error
- type RemoveUserFromOrgResponse
- func (*RemoveUserFromOrgResponse) Descriptor() ([]byte, []int)
- func (this *RemoveUserFromOrgResponse) Equal(that interface{}) bool
- func (m *RemoveUserFromOrgResponse) GetSuccess() bool
- func (this *RemoveUserFromOrgResponse) GoString() string
- func (m *RemoveUserFromOrgResponse) Marshal() (dAtA []byte, err error)
- func (m *RemoveUserFromOrgResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *RemoveUserFromOrgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RemoveUserFromOrgResponse) ProtoMessage()
- func (m *RemoveUserFromOrgResponse) Reset()
- func (m *RemoveUserFromOrgResponse) Size() (n int)
- func (this *RemoveUserFromOrgResponse) String() string
- func (m *RemoveUserFromOrgResponse) Unmarshal(dAtA []byte) error
- func (m *RemoveUserFromOrgResponse) XXX_DiscardUnknown()
- func (m *RemoveUserFromOrgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveUserFromOrgResponse) XXX_Merge(src proto.Message)
- func (m *RemoveUserFromOrgResponse) XXX_Size() int
- func (m *RemoveUserFromOrgResponse) XXX_Unmarshal(b []byte) error
- type RetentionScript
- func (*RetentionScript) Descriptor() ([]byte, []int)
- func (this *RetentionScript) Equal(that interface{}) bool
- func (m *RetentionScript) GetClusterIDs() []*uuidpb.UUID
- func (m *RetentionScript) GetDescription() string
- func (m *RetentionScript) GetEnabled() bool
- func (m *RetentionScript) GetFrequencyS() int64
- func (m *RetentionScript) GetIsPreset() bool
- func (m *RetentionScript) GetPluginId() string
- func (m *RetentionScript) GetScriptID() *uuidpb.UUID
- func (m *RetentionScript) GetScriptName() string
- func (this *RetentionScript) GoString() string
- func (m *RetentionScript) Marshal() (dAtA []byte, err error)
- func (m *RetentionScript) MarshalTo(dAtA []byte) (int, error)
- func (m *RetentionScript) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RetentionScript) ProtoMessage()
- func (m *RetentionScript) Reset()
- func (m *RetentionScript) Size() (n int)
- func (this *RetentionScript) String() string
- func (m *RetentionScript) Unmarshal(dAtA []byte) error
- func (m *RetentionScript) XXX_DiscardUnknown()
- func (m *RetentionScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RetentionScript) XXX_Merge(src proto.Message)
- func (m *RetentionScript) XXX_Size() int
- func (m *RetentionScript) XXX_Unmarshal(b []byte) error
- type ScriptMetadata
- func (*ScriptMetadata) Descriptor() ([]byte, []int)
- func (this *ScriptMetadata) Equal(that interface{}) bool
- func (m *ScriptMetadata) GetDesc() string
- func (m *ScriptMetadata) GetHasLiveView() bool
- func (m *ScriptMetadata) GetID() string
- func (m *ScriptMetadata) GetName() string
- func (this *ScriptMetadata) GoString() string
- func (m *ScriptMetadata) Marshal() (dAtA []byte, err error)
- func (m *ScriptMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *ScriptMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ScriptMetadata) ProtoMessage()
- func (m *ScriptMetadata) Reset()
- func (m *ScriptMetadata) Size() (n int)
- func (this *ScriptMetadata) String() string
- func (m *ScriptMetadata) Unmarshal(dAtA []byte) error
- func (m *ScriptMetadata) XXX_DiscardUnknown()
- func (m *ScriptMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ScriptMetadata) XXX_Merge(src proto.Message)
- func (m *ScriptMetadata) XXX_Size() int
- func (m *ScriptMetadata) XXX_Unmarshal(b []byte) error
- type ScriptMgrClient
- type ScriptMgrServer
- type SetUserAttributesRequest
- func (*SetUserAttributesRequest) Descriptor() ([]byte, []int)
- func (this *SetUserAttributesRequest) Equal(that interface{}) bool
- func (m *SetUserAttributesRequest) GetID() *uuidpb.UUID
- func (m *SetUserAttributesRequest) GetTourSeen() *types.BoolValue
- func (this *SetUserAttributesRequest) GoString() string
- func (m *SetUserAttributesRequest) Marshal() (dAtA []byte, err error)
- func (m *SetUserAttributesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SetUserAttributesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SetUserAttributesRequest) ProtoMessage()
- func (m *SetUserAttributesRequest) Reset()
- func (m *SetUserAttributesRequest) Size() (n int)
- func (this *SetUserAttributesRequest) String() string
- func (m *SetUserAttributesRequest) Unmarshal(dAtA []byte) error
- func (m *SetUserAttributesRequest) XXX_DiscardUnknown()
- func (m *SetUserAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetUserAttributesRequest) XXX_Merge(src proto.Message)
- func (m *SetUserAttributesRequest) XXX_Size() int
- func (m *SetUserAttributesRequest) XXX_Unmarshal(b []byte) error
- type SetUserAttributesResponse
- func (*SetUserAttributesResponse) Descriptor() ([]byte, []int)
- func (this *SetUserAttributesResponse) Equal(that interface{}) bool
- func (this *SetUserAttributesResponse) GoString() string
- func (m *SetUserAttributesResponse) Marshal() (dAtA []byte, err error)
- func (m *SetUserAttributesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SetUserAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SetUserAttributesResponse) ProtoMessage()
- func (m *SetUserAttributesResponse) Reset()
- func (m *SetUserAttributesResponse) Size() (n int)
- func (this *SetUserAttributesResponse) String() string
- func (m *SetUserAttributesResponse) Unmarshal(dAtA []byte) error
- func (m *SetUserAttributesResponse) XXX_DiscardUnknown()
- func (m *SetUserAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetUserAttributesResponse) XXX_Merge(src proto.Message)
- func (m *SetUserAttributesResponse) XXX_Size() int
- func (m *SetUserAttributesResponse) XXX_Unmarshal(b []byte) error
- type TabSuggestion
- func (*TabSuggestion) Descriptor() ([]byte, []int)
- func (this *TabSuggestion) Equal(that interface{}) bool
- func (m *TabSuggestion) GetExecutableAfterSelect() bool
- func (m *TabSuggestion) GetSuggestions() []*AutocompleteSuggestion
- func (m *TabSuggestion) GetTabIndex() int64
- func (this *TabSuggestion) GoString() string
- func (m *TabSuggestion) Marshal() (dAtA []byte, err error)
- func (m *TabSuggestion) MarshalTo(dAtA []byte) (int, error)
- func (m *TabSuggestion) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TabSuggestion) ProtoMessage()
- func (m *TabSuggestion) Reset()
- func (m *TabSuggestion) Size() (n int)
- func (this *TabSuggestion) String() string
- func (m *TabSuggestion) Unmarshal(dAtA []byte) error
- func (m *TabSuggestion) XXX_DiscardUnknown()
- func (m *TabSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TabSuggestion) XXX_Merge(src proto.Message)
- func (m *TabSuggestion) XXX_Size() int
- func (m *TabSuggestion) XXX_Unmarshal(b []byte) error
- type UnimplementedAPIKeyManagerServer
- func (*UnimplementedAPIKeyManagerServer) Create(ctx context.Context, req *CreateAPIKeyRequest) (*APIKey, error)
- func (*UnimplementedAPIKeyManagerServer) Delete(ctx context.Context, req *uuidpb.UUID) (*types.Empty, error)
- func (*UnimplementedAPIKeyManagerServer) Get(ctx context.Context, req *GetAPIKeyRequest) (*GetAPIKeyResponse, error)
- func (*UnimplementedAPIKeyManagerServer) List(ctx context.Context, req *ListAPIKeyRequest) (*ListAPIKeyResponse, error)
- func (*UnimplementedAPIKeyManagerServer) LookupAPIKey(ctx context.Context, req *LookupAPIKeyRequest) (*LookupAPIKeyResponse, error)
- type UnimplementedArtifactTrackerServer
- type UnimplementedAuthServiceServer
- type UnimplementedAutocompleteServiceServer
- type UnimplementedConfigServiceServer
- type UnimplementedOrganizationServiceServer
- func (*UnimplementedOrganizationServiceServer) AddOrgIDEConfig(ctx context.Context, req *AddOrgIDEConfigRequest) (*AddOrgIDEConfigResponse, error)
- func (*UnimplementedOrganizationServiceServer) CreateInviteToken(ctx context.Context, req *CreateInviteTokenRequest) (*InviteToken, error)
- func (*UnimplementedOrganizationServiceServer) CreateOrg(ctx context.Context, req *CreateOrgRequest) (*uuidpb.UUID, error)
- func (*UnimplementedOrganizationServiceServer) DeleteOrgIDEConfig(ctx context.Context, req *DeleteOrgIDEConfigRequest) (*DeleteOrgIDEConfigResponse, error)
- func (*UnimplementedOrganizationServiceServer) GetOrg(ctx context.Context, req *uuidpb.UUID) (*OrgInfo, error)
- func (*UnimplementedOrganizationServiceServer) GetOrgIDEConfigs(ctx context.Context, req *GetOrgIDEConfigsRequest) (*GetOrgIDEConfigsResponse, error)
- func (*UnimplementedOrganizationServiceServer) GetUsersInOrg(ctx context.Context, req *GetUsersInOrgRequest) (*GetUsersInOrgResponse, error)
- func (*UnimplementedOrganizationServiceServer) InviteUser(ctx context.Context, req *InviteUserRequest) (*InviteUserResponse, error)
- func (*UnimplementedOrganizationServiceServer) RemoveUserFromOrg(ctx context.Context, req *RemoveUserFromOrgRequest) (*RemoveUserFromOrgResponse, error)
- func (*UnimplementedOrganizationServiceServer) RevokeAllInviteTokens(ctx context.Context, req *uuidpb.UUID) (*types.Empty, error)
- func (*UnimplementedOrganizationServiceServer) UpdateOrg(ctx context.Context, req *UpdateOrgRequest) (*OrgInfo, error)
- func (*UnimplementedOrganizationServiceServer) VerifyInviteToken(ctx context.Context, req *InviteToken) (*VerifyInviteTokenResponse, error)
- type UnimplementedPluginServiceServer
- func (*UnimplementedPluginServiceServer) CreateRetentionScript(ctx context.Context, req *CreateRetentionScriptRequest) (*CreateRetentionScriptResponse, error)
- func (*UnimplementedPluginServiceServer) DeleteRetentionScript(ctx context.Context, req *DeleteRetentionScriptRequest) (*DeleteRetentionScriptResponse, error)
- func (*UnimplementedPluginServiceServer) GetOrgRetentionPluginConfig(ctx context.Context, req *GetOrgRetentionPluginConfigRequest) (*GetOrgRetentionPluginConfigResponse, error)
- func (*UnimplementedPluginServiceServer) GetPlugins(ctx context.Context, req *GetPluginsRequest) (*GetPluginsResponse, error)
- func (*UnimplementedPluginServiceServer) GetRetentionPluginInfo(ctx context.Context, req *GetRetentionPluginInfoRequest) (*GetRetentionPluginInfoResponse, error)
- func (*UnimplementedPluginServiceServer) GetRetentionScript(ctx context.Context, req *GetRetentionScriptRequest) (*GetRetentionScriptResponse, error)
- func (*UnimplementedPluginServiceServer) GetRetentionScripts(ctx context.Context, req *GetRetentionScriptsRequest) (*GetRetentionScriptsResponse, error)
- func (*UnimplementedPluginServiceServer) UpdateRetentionPluginConfig(ctx context.Context, req *UpdateRetentionPluginConfigRequest) (*UpdateRetentionPluginConfigResponse, error)
- func (*UnimplementedPluginServiceServer) UpdateRetentionScript(ctx context.Context, req *UpdateRetentionScriptRequest) (*UpdateRetentionScriptResponse, error)
- type UnimplementedScriptMgrServer
- func (*UnimplementedScriptMgrServer) GetLiveViewContents(ctx context.Context, req *GetLiveViewContentsReq) (*GetLiveViewContentsResp, error)
- func (*UnimplementedScriptMgrServer) GetLiveViews(ctx context.Context, req *GetLiveViewsReq) (*GetLiveViewsResp, error)
- func (*UnimplementedScriptMgrServer) GetScriptContents(ctx context.Context, req *GetScriptContentsReq) (*GetScriptContentsResp, error)
- func (*UnimplementedScriptMgrServer) GetScripts(ctx context.Context, req *GetScriptsReq) (*GetScriptsResp, error)
- type UnimplementedUserServiceServer
- func (*UnimplementedUserServiceServer) DeleteUser(ctx context.Context, req *DeleteUserRequest) (*DeleteUserResponse, error)
- func (*UnimplementedUserServiceServer) GetUser(ctx context.Context, req *uuidpb.UUID) (*UserInfo, error)
- func (*UnimplementedUserServiceServer) GetUserAttributes(ctx context.Context, req *GetUserAttributesRequest) (*GetUserAttributesResponse, error)
- func (*UnimplementedUserServiceServer) GetUserSettings(ctx context.Context, req *GetUserSettingsRequest) (*GetUserSettingsResponse, error)
- func (*UnimplementedUserServiceServer) SetUserAttributes(ctx context.Context, req *SetUserAttributesRequest) (*SetUserAttributesResponse, error)
- func (*UnimplementedUserServiceServer) UpdateUser(ctx context.Context, req *UpdateUserRequest) (*UserInfo, error)
- func (*UnimplementedUserServiceServer) UpdateUserSettings(ctx context.Context, req *UpdateUserSettingsRequest) (*UpdateUserSettingsResponse, error)
- type UnimplementedVizierClusterInfoServer
- func (*UnimplementedVizierClusterInfoServer) CreateCluster(ctx context.Context, req *CreateClusterRequest) (*CreateClusterResponse, error)
- func (*UnimplementedVizierClusterInfoServer) GetClusterConnectionInfo(ctx context.Context, req *GetClusterConnectionInfoRequest) (*GetClusterConnectionInfoResponse, error)
- func (*UnimplementedVizierClusterInfoServer) GetClusterInfo(ctx context.Context, req *GetClusterInfoRequest) (*GetClusterInfoResponse, error)
- func (*UnimplementedVizierClusterInfoServer) UpdateClusterVizierConfig(ctx context.Context, req *UpdateClusterVizierConfigRequest) (*UpdateClusterVizierConfigResponse, error)
- func (*UnimplementedVizierClusterInfoServer) UpdateOrInstallCluster(ctx context.Context, req *UpdateOrInstallClusterRequest) (*UpdateOrInstallClusterResponse, error)
- type UnimplementedVizierDeploymentKeyManagerServer
- func (*UnimplementedVizierDeploymentKeyManagerServer) Create(ctx context.Context, req *CreateDeploymentKeyRequest) (*DeploymentKey, error)
- func (*UnimplementedVizierDeploymentKeyManagerServer) Delete(ctx context.Context, req *uuidpb.UUID) (*types.Empty, error)
- func (*UnimplementedVizierDeploymentKeyManagerServer) Get(ctx context.Context, req *GetDeploymentKeyRequest) (*GetDeploymentKeyResponse, error)
- func (*UnimplementedVizierDeploymentKeyManagerServer) List(ctx context.Context, req *ListDeploymentKeyRequest) (*ListDeploymentKeyResponse, error)
- func (*UnimplementedVizierDeploymentKeyManagerServer) LookupDeploymentKey(ctx context.Context, req *LookupDeploymentKeyRequest) (*LookupDeploymentKeyResponse, error)
- type UnimplementedVizierImageAuthorizationServer
- type UpdateClusterVizierConfigRequest
- func (*UpdateClusterVizierConfigRequest) Descriptor() ([]byte, []int)
- func (this *UpdateClusterVizierConfigRequest) Equal(that interface{}) bool
- func (m *UpdateClusterVizierConfigRequest) GetConfigUpdate() *VizierConfigUpdate
- func (m *UpdateClusterVizierConfigRequest) GetID() *uuidpb.UUID
- func (this *UpdateClusterVizierConfigRequest) GoString() string
- func (m *UpdateClusterVizierConfigRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateClusterVizierConfigRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateClusterVizierConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateClusterVizierConfigRequest) ProtoMessage()
- func (m *UpdateClusterVizierConfigRequest) Reset()
- func (m *UpdateClusterVizierConfigRequest) Size() (n int)
- func (this *UpdateClusterVizierConfigRequest) String() string
- func (m *UpdateClusterVizierConfigRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateClusterVizierConfigRequest) XXX_DiscardUnknown()
- func (m *UpdateClusterVizierConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateClusterVizierConfigRequest) XXX_Merge(src proto.Message)
- func (m *UpdateClusterVizierConfigRequest) XXX_Size() int
- func (m *UpdateClusterVizierConfigRequest) XXX_Unmarshal(b []byte) error
- type UpdateClusterVizierConfigResponse
- func (*UpdateClusterVizierConfigResponse) Descriptor() ([]byte, []int)
- func (this *UpdateClusterVizierConfigResponse) Equal(that interface{}) bool
- func (this *UpdateClusterVizierConfigResponse) GoString() string
- func (m *UpdateClusterVizierConfigResponse) Marshal() (dAtA []byte, err error)
- func (m *UpdateClusterVizierConfigResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateClusterVizierConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateClusterVizierConfigResponse) ProtoMessage()
- func (m *UpdateClusterVizierConfigResponse) Reset()
- func (m *UpdateClusterVizierConfigResponse) Size() (n int)
- func (this *UpdateClusterVizierConfigResponse) String() string
- func (m *UpdateClusterVizierConfigResponse) Unmarshal(dAtA []byte) error
- func (m *UpdateClusterVizierConfigResponse) XXX_DiscardUnknown()
- func (m *UpdateClusterVizierConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateClusterVizierConfigResponse) XXX_Merge(src proto.Message)
- func (m *UpdateClusterVizierConfigResponse) XXX_Size() int
- func (m *UpdateClusterVizierConfigResponse) XXX_Unmarshal(b []byte) error
- type UpdateOrInstallClusterRequest
- func (*UpdateOrInstallClusterRequest) Descriptor() ([]byte, []int)
- func (this *UpdateOrInstallClusterRequest) Equal(that interface{}) bool
- func (m *UpdateOrInstallClusterRequest) GetClusterID() *uuidpb.UUID
- func (m *UpdateOrInstallClusterRequest) GetRedeployEtcd() bool
- func (m *UpdateOrInstallClusterRequest) GetVersion() string
- func (this *UpdateOrInstallClusterRequest) GoString() string
- func (m *UpdateOrInstallClusterRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateOrInstallClusterRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateOrInstallClusterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateOrInstallClusterRequest) ProtoMessage()
- func (m *UpdateOrInstallClusterRequest) Reset()
- func (m *UpdateOrInstallClusterRequest) Size() (n int)
- func (this *UpdateOrInstallClusterRequest) String() string
- func (m *UpdateOrInstallClusterRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateOrInstallClusterRequest) XXX_DiscardUnknown()
- func (m *UpdateOrInstallClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateOrInstallClusterRequest) XXX_Merge(src proto.Message)
- func (m *UpdateOrInstallClusterRequest) XXX_Size() int
- func (m *UpdateOrInstallClusterRequest) XXX_Unmarshal(b []byte) error
- type UpdateOrInstallClusterResponse
- func (*UpdateOrInstallClusterResponse) Descriptor() ([]byte, []int)
- func (this *UpdateOrInstallClusterResponse) Equal(that interface{}) bool
- func (m *UpdateOrInstallClusterResponse) GetUpdateStarted() bool
- func (this *UpdateOrInstallClusterResponse) GoString() string
- func (m *UpdateOrInstallClusterResponse) Marshal() (dAtA []byte, err error)
- func (m *UpdateOrInstallClusterResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateOrInstallClusterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateOrInstallClusterResponse) ProtoMessage()
- func (m *UpdateOrInstallClusterResponse) Reset()
- func (m *UpdateOrInstallClusterResponse) Size() (n int)
- func (this *UpdateOrInstallClusterResponse) String() string
- func (m *UpdateOrInstallClusterResponse) Unmarshal(dAtA []byte) error
- func (m *UpdateOrInstallClusterResponse) XXX_DiscardUnknown()
- func (m *UpdateOrInstallClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateOrInstallClusterResponse) XXX_Merge(src proto.Message)
- func (m *UpdateOrInstallClusterResponse) XXX_Size() int
- func (m *UpdateOrInstallClusterResponse) XXX_Unmarshal(b []byte) error
- type UpdateOrgRequest
- func (*UpdateOrgRequest) Descriptor() ([]byte, []int)
- func (this *UpdateOrgRequest) Equal(that interface{}) bool
- func (m *UpdateOrgRequest) GetEnableApprovals() *types.BoolValue
- func (m *UpdateOrgRequest) GetID() *uuidpb.UUID
- func (this *UpdateOrgRequest) GoString() string
- func (m *UpdateOrgRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateOrgRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateOrgRequest) ProtoMessage()
- func (m *UpdateOrgRequest) Reset()
- func (m *UpdateOrgRequest) Size() (n int)
- func (this *UpdateOrgRequest) String() string
- func (m *UpdateOrgRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateOrgRequest) XXX_DiscardUnknown()
- func (m *UpdateOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateOrgRequest) XXX_Merge(src proto.Message)
- func (m *UpdateOrgRequest) XXX_Size() int
- func (m *UpdateOrgRequest) XXX_Unmarshal(b []byte) error
- type UpdateRetentionPluginConfigRequest
- func (*UpdateRetentionPluginConfigRequest) Descriptor() ([]byte, []int)
- func (this *UpdateRetentionPluginConfigRequest) Equal(that interface{}) bool
- func (m *UpdateRetentionPluginConfigRequest) GetConfigs() map[string]string
- func (m *UpdateRetentionPluginConfigRequest) GetCustomExportUrl() *types.StringValue
- func (m *UpdateRetentionPluginConfigRequest) GetDisablePresets() *types.BoolValue
- func (m *UpdateRetentionPluginConfigRequest) GetEnabled() *types.BoolValue
- func (m *UpdateRetentionPluginConfigRequest) GetInsecureTLS() *types.BoolValue
- func (m *UpdateRetentionPluginConfigRequest) GetPluginId() string
- func (m *UpdateRetentionPluginConfigRequest) GetVersion() *types.StringValue
- func (this *UpdateRetentionPluginConfigRequest) GoString() string
- func (m *UpdateRetentionPluginConfigRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateRetentionPluginConfigRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateRetentionPluginConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateRetentionPluginConfigRequest) ProtoMessage()
- func (m *UpdateRetentionPluginConfigRequest) Reset()
- func (m *UpdateRetentionPluginConfigRequest) Size() (n int)
- func (this *UpdateRetentionPluginConfigRequest) String() string
- func (m *UpdateRetentionPluginConfigRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateRetentionPluginConfigRequest) XXX_DiscardUnknown()
- func (m *UpdateRetentionPluginConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRetentionPluginConfigRequest) XXX_Merge(src proto.Message)
- func (m *UpdateRetentionPluginConfigRequest) XXX_Size() int
- func (m *UpdateRetentionPluginConfigRequest) XXX_Unmarshal(b []byte) error
- type UpdateRetentionPluginConfigResponse
- func (*UpdateRetentionPluginConfigResponse) Descriptor() ([]byte, []int)
- func (this *UpdateRetentionPluginConfigResponse) Equal(that interface{}) bool
- func (this *UpdateRetentionPluginConfigResponse) GoString() string
- func (m *UpdateRetentionPluginConfigResponse) Marshal() (dAtA []byte, err error)
- func (m *UpdateRetentionPluginConfigResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateRetentionPluginConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateRetentionPluginConfigResponse) ProtoMessage()
- func (m *UpdateRetentionPluginConfigResponse) Reset()
- func (m *UpdateRetentionPluginConfigResponse) Size() (n int)
- func (this *UpdateRetentionPluginConfigResponse) String() string
- func (m *UpdateRetentionPluginConfigResponse) Unmarshal(dAtA []byte) error
- func (m *UpdateRetentionPluginConfigResponse) XXX_DiscardUnknown()
- func (m *UpdateRetentionPluginConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRetentionPluginConfigResponse) XXX_Merge(src proto.Message)
- func (m *UpdateRetentionPluginConfigResponse) XXX_Size() int
- func (m *UpdateRetentionPluginConfigResponse) XXX_Unmarshal(b []byte) error
- type UpdateRetentionScriptRequest
- func (*UpdateRetentionScriptRequest) Descriptor() ([]byte, []int)
- func (this *UpdateRetentionScriptRequest) Equal(that interface{}) bool
- func (m *UpdateRetentionScriptRequest) GetClusterIDs() []*uuidpb.UUID
- func (m *UpdateRetentionScriptRequest) GetContents() *types.StringValue
- func (m *UpdateRetentionScriptRequest) GetDescription() *types.StringValue
- func (m *UpdateRetentionScriptRequest) GetEnabled() *types.BoolValue
- func (m *UpdateRetentionScriptRequest) GetExportUrl() *types.StringValue
- func (m *UpdateRetentionScriptRequest) GetFrequencyS() *types.Int64Value
- func (m *UpdateRetentionScriptRequest) GetID() *uuidpb.UUID
- func (m *UpdateRetentionScriptRequest) GetScriptName() *types.StringValue
- func (this *UpdateRetentionScriptRequest) GoString() string
- func (m *UpdateRetentionScriptRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateRetentionScriptRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateRetentionScriptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateRetentionScriptRequest) ProtoMessage()
- func (m *UpdateRetentionScriptRequest) Reset()
- func (m *UpdateRetentionScriptRequest) Size() (n int)
- func (this *UpdateRetentionScriptRequest) String() string
- func (m *UpdateRetentionScriptRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateRetentionScriptRequest) XXX_DiscardUnknown()
- func (m *UpdateRetentionScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRetentionScriptRequest) XXX_Merge(src proto.Message)
- func (m *UpdateRetentionScriptRequest) XXX_Size() int
- func (m *UpdateRetentionScriptRequest) XXX_Unmarshal(b []byte) error
- type UpdateRetentionScriptResponse
- func (*UpdateRetentionScriptResponse) Descriptor() ([]byte, []int)
- func (this *UpdateRetentionScriptResponse) Equal(that interface{}) bool
- func (this *UpdateRetentionScriptResponse) GoString() string
- func (m *UpdateRetentionScriptResponse) Marshal() (dAtA []byte, err error)
- func (m *UpdateRetentionScriptResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateRetentionScriptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateRetentionScriptResponse) ProtoMessage()
- func (m *UpdateRetentionScriptResponse) Reset()
- func (m *UpdateRetentionScriptResponse) Size() (n int)
- func (this *UpdateRetentionScriptResponse) String() string
- func (m *UpdateRetentionScriptResponse) Unmarshal(dAtA []byte) error
- func (m *UpdateRetentionScriptResponse) XXX_DiscardUnknown()
- func (m *UpdateRetentionScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRetentionScriptResponse) XXX_Merge(src proto.Message)
- func (m *UpdateRetentionScriptResponse) XXX_Size() int
- func (m *UpdateRetentionScriptResponse) XXX_Unmarshal(b []byte) error
- type UpdateUserRequest
- func (*UpdateUserRequest) Descriptor() ([]byte, []int)
- func (this *UpdateUserRequest) Equal(that interface{}) bool
- func (m *UpdateUserRequest) GetDisplayPicture() *types.StringValue
- func (m *UpdateUserRequest) GetID() *uuidpb.UUID
- func (m *UpdateUserRequest) GetIsApproved() *types.BoolValue
- func (this *UpdateUserRequest) GoString() string
- func (m *UpdateUserRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateUserRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateUserRequest) ProtoMessage()
- func (m *UpdateUserRequest) Reset()
- func (m *UpdateUserRequest) Size() (n int)
- func (this *UpdateUserRequest) String() string
- func (m *UpdateUserRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateUserRequest) XXX_DiscardUnknown()
- func (m *UpdateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateUserRequest) XXX_Merge(src proto.Message)
- func (m *UpdateUserRequest) XXX_Size() int
- func (m *UpdateUserRequest) XXX_Unmarshal(b []byte) error
- type UpdateUserSettingsRequest
- func (*UpdateUserSettingsRequest) Descriptor() ([]byte, []int)
- func (this *UpdateUserSettingsRequest) Equal(that interface{}) bool
- func (m *UpdateUserSettingsRequest) GetAnalyticsOptout() *types.BoolValue
- func (m *UpdateUserSettingsRequest) GetID() *uuidpb.UUID
- func (this *UpdateUserSettingsRequest) GoString() string
- func (m *UpdateUserSettingsRequest) Marshal() (dAtA []byte, err error)
- func (m *UpdateUserSettingsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateUserSettingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateUserSettingsRequest) ProtoMessage()
- func (m *UpdateUserSettingsRequest) Reset()
- func (m *UpdateUserSettingsRequest) Size() (n int)
- func (this *UpdateUserSettingsRequest) String() string
- func (m *UpdateUserSettingsRequest) Unmarshal(dAtA []byte) error
- func (m *UpdateUserSettingsRequest) XXX_DiscardUnknown()
- func (m *UpdateUserSettingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateUserSettingsRequest) XXX_Merge(src proto.Message)
- func (m *UpdateUserSettingsRequest) XXX_Size() int
- func (m *UpdateUserSettingsRequest) XXX_Unmarshal(b []byte) error
- type UpdateUserSettingsResponse
- func (*UpdateUserSettingsResponse) Descriptor() ([]byte, []int)
- func (this *UpdateUserSettingsResponse) Equal(that interface{}) bool
- func (this *UpdateUserSettingsResponse) GoString() string
- func (m *UpdateUserSettingsResponse) Marshal() (dAtA []byte, err error)
- func (m *UpdateUserSettingsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateUserSettingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateUserSettingsResponse) ProtoMessage()
- func (m *UpdateUserSettingsResponse) Reset()
- func (m *UpdateUserSettingsResponse) Size() (n int)
- func (this *UpdateUserSettingsResponse) String() string
- func (m *UpdateUserSettingsResponse) Unmarshal(dAtA []byte) error
- func (m *UpdateUserSettingsResponse) XXX_DiscardUnknown()
- func (m *UpdateUserSettingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateUserSettingsResponse) XXX_Merge(src proto.Message)
- func (m *UpdateUserSettingsResponse) XXX_Size() int
- func (m *UpdateUserSettingsResponse) XXX_Unmarshal(b []byte) error
- type UserInfo
- func (*UserInfo) Descriptor() ([]byte, []int)
- func (this *UserInfo) Equal(that interface{}) bool
- func (m *UserInfo) GetEmail() string
- func (m *UserInfo) GetFirstName() string
- func (m *UserInfo) GetID() *uuidpb.UUID
- func (m *UserInfo) GetIsApproved() bool
- func (m *UserInfo) GetLastName() string
- func (m *UserInfo) GetOrgID() *uuidpb.UUID
- func (m *UserInfo) GetProfilePicture() string
- func (this *UserInfo) GoString() string
- func (m *UserInfo) Marshal() (dAtA []byte, err error)
- func (m *UserInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *UserInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UserInfo) ProtoMessage()
- func (m *UserInfo) Reset()
- func (m *UserInfo) Size() (n int)
- func (this *UserInfo) String() string
- func (m *UserInfo) Unmarshal(dAtA []byte) error
- func (m *UserInfo) XXX_DiscardUnknown()
- func (m *UserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UserInfo) XXX_Merge(src proto.Message)
- func (m *UserInfo) XXX_Size() int
- func (m *UserInfo) XXX_Unmarshal(b []byte) error
- type UserServiceClient
- type UserServiceServer
- type VerifyInviteTokenResponse
- func (*VerifyInviteTokenResponse) Descriptor() ([]byte, []int)
- func (this *VerifyInviteTokenResponse) Equal(that interface{}) bool
- func (m *VerifyInviteTokenResponse) GetValid() bool
- func (this *VerifyInviteTokenResponse) GoString() string
- func (m *VerifyInviteTokenResponse) Marshal() (dAtA []byte, err error)
- func (m *VerifyInviteTokenResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *VerifyInviteTokenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VerifyInviteTokenResponse) ProtoMessage()
- func (m *VerifyInviteTokenResponse) Reset()
- func (m *VerifyInviteTokenResponse) Size() (n int)
- func (this *VerifyInviteTokenResponse) String() string
- func (m *VerifyInviteTokenResponse) Unmarshal(dAtA []byte) error
- func (m *VerifyInviteTokenResponse) XXX_DiscardUnknown()
- func (m *VerifyInviteTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VerifyInviteTokenResponse) XXX_Merge(src proto.Message)
- func (m *VerifyInviteTokenResponse) XXX_Size() int
- func (m *VerifyInviteTokenResponse) XXX_Unmarshal(b []byte) error
- type VizierClusterInfoClient
- type VizierClusterInfoServer
- type VizierConfig
- func (*VizierConfig) Descriptor() ([]byte, []int)
- func (this *VizierConfig) Equal(that interface{}) bool
- func (m *VizierConfig) GetPassthroughEnabled() bool
- func (this *VizierConfig) GoString() string
- func (m *VizierConfig) Marshal() (dAtA []byte, err error)
- func (m *VizierConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *VizierConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VizierConfig) ProtoMessage()
- func (m *VizierConfig) Reset()
- func (m *VizierConfig) Size() (n int)
- func (this *VizierConfig) String() string
- func (m *VizierConfig) Unmarshal(dAtA []byte) error
- func (m *VizierConfig) XXX_DiscardUnknown()
- func (m *VizierConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VizierConfig) XXX_Merge(src proto.Message)
- func (m *VizierConfig) XXX_Size() int
- func (m *VizierConfig) XXX_Unmarshal(b []byte) error
- type VizierConfigUpdate
- func (*VizierConfigUpdate) Descriptor() ([]byte, []int)
- func (this *VizierConfigUpdate) Equal(that interface{}) bool
- func (this *VizierConfigUpdate) GoString() string
- func (m *VizierConfigUpdate) Marshal() (dAtA []byte, err error)
- func (m *VizierConfigUpdate) MarshalTo(dAtA []byte) (int, error)
- func (m *VizierConfigUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VizierConfigUpdate) ProtoMessage()
- func (m *VizierConfigUpdate) Reset()
- func (m *VizierConfigUpdate) Size() (n int)
- func (this *VizierConfigUpdate) String() string
- func (m *VizierConfigUpdate) Unmarshal(dAtA []byte) error
- func (m *VizierConfigUpdate) XXX_DiscardUnknown()
- func (m *VizierConfigUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VizierConfigUpdate) XXX_Merge(src proto.Message)
- func (m *VizierConfigUpdate) XXX_Size() int
- func (m *VizierConfigUpdate) XXX_Unmarshal(b []byte) error
- type VizierDeploymentKeyManagerClient
- type VizierDeploymentKeyManagerServer
- type VizierImageAuthorizationClient
- type VizierImageAuthorizationServer
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthCloudapi = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCloudapi = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupCloudapi = fmt.Errorf("proto: unexpected end of group") )
var ArtifactType_name = map[int32]string{
0: "AT_UNKNOWN",
1: "AT_LINUX_AMD64",
2: "AT_DARWIN_AMD64",
50: "AT_CONTAINER_SET_YAMLS",
60: "AT_CONTAINER_SET_TEMPLATE_YAMLS",
100: "AT_CONTAINER_SET_LINUX_AMD64",
}
var ArtifactType_value = map[string]int32{
"AT_UNKNOWN": 0,
"AT_LINUX_AMD64": 1,
"AT_DARWIN_AMD64": 2,
"AT_CONTAINER_SET_YAMLS": 50,
"AT_CONTAINER_SET_TEMPLATE_YAMLS": 60,
"AT_CONTAINER_SET_LINUX_AMD64": 100,
}
var AutocompleteActionType_name = map[int32]string{
0: "AAT_UNKNOWN",
1: "AAT_EDIT",
2: "AAT_SELECT",
}
var AutocompleteActionType_value = map[string]int32{
"AAT_UNKNOWN": 0,
"AAT_EDIT": 1,
"AAT_SELECT": 2,
}
var AutocompleteEntityKind_name = map[int32]string{
0: "AEK_UNKNOWN",
1: "AEK_POD",
2: "AEK_SVC",
3: "AEK_SCRIPT",
4: "AEK_NAMESPACE",
5: "AEK_NODE",
}
var AutocompleteEntityKind_value = map[string]int32{
"AEK_UNKNOWN": 0,
"AEK_POD": 1,
"AEK_SVC": 2,
"AEK_SCRIPT": 3,
"AEK_NAMESPACE": 4,
"AEK_NODE": 5,
}
var AutocompleteEntityState_name = map[int32]string{
0: "AES_UNKNOWN",
1: "AES_PENDING",
2: "AES_RUNNING",
3: "AES_FAILED",
4: "AES_TERMINATED",
}
var AutocompleteEntityState_value = map[string]int32{
"AES_UNKNOWN": 0,
"AES_PENDING": 1,
"AES_RUNNING": 2,
"AES_FAILED": 3,
"AES_TERMINATED": 4,
}
var ClusterStatus_name = map[int32]string{
0: "CS_UNKNOWN",
1: "CS_HEALTHY",
2: "CS_UNHEALTHY",
3: "CS_DISCONNECTED",
4: "CS_UPDATING",
5: "CS_CONNECTED",
6: "CS_UPDATE_FAILED",
7: "CS_DEGRADED",
}
var ClusterStatus_value = map[string]int32{
"CS_UNKNOWN": 0,
"CS_HEALTHY": 1,
"CS_UNHEALTHY": 2,
"CS_DISCONNECTED": 3,
"CS_UPDATING": 4,
"CS_CONNECTED": 5,
"CS_UPDATE_FAILED": 6,
"CS_DEGRADED": 7,
}
var ContainerState_name = map[int32]string{
0: "CONTAINER_STATE_UNKNOWN",
1: "CONTAINER_STATE_RUNNING",
2: "CONTAINER_STATE_TERMINATED",
3: "CONTAINER_STATE_WAITING",
}
var ContainerState_value = map[string]int32{
"CONTAINER_STATE_UNKNOWN": 0,
"CONTAINER_STATE_RUNNING": 1,
"CONTAINER_STATE_TERMINATED": 2,
"CONTAINER_STATE_WAITING": 3,
}
var PluginKind_name = map[int32]string{
0: "PK_UNKNOWN",
1: "PK_RETENTION",
}
var PluginKind_value = map[string]int32{
"PK_UNKNOWN": 0,
"PK_RETENTION": 1,
}
var PodPhase_name = map[int32]string{
0: "PHASE_UNKNOWN",
1: "PENDING",
2: "RUNNING",
3: "SUCCEEDED",
4: "FAILED",
5: "TERMINATED",
}
var PodPhase_value = map[string]int32{
"PHASE_UNKNOWN": 0,
"PENDING": 1,
"RUNNING": 2,
"SUCCEEDED": 3,
"FAILED": 4,
"TERMINATED": 5,
}
Functions ¶
func RegisterAPIKeyManagerServer ¶
func RegisterAPIKeyManagerServer(s *grpc.Server, srv APIKeyManagerServer)
func RegisterArtifactTrackerServer ¶
func RegisterArtifactTrackerServer(s *grpc.Server, srv ArtifactTrackerServer)
func RegisterAuthServiceServer ¶
func RegisterAuthServiceServer(s *grpc.Server, srv AuthServiceServer)
func RegisterAutocompleteServiceServer ¶
func RegisterAutocompleteServiceServer(s *grpc.Server, srv AutocompleteServiceServer)
func RegisterConfigServiceServer ¶
func RegisterConfigServiceServer(s *grpc.Server, srv ConfigServiceServer)
func RegisterOrganizationServiceServer ¶
func RegisterOrganizationServiceServer(s *grpc.Server, srv OrganizationServiceServer)
func RegisterPluginServiceServer ¶
func RegisterPluginServiceServer(s *grpc.Server, srv PluginServiceServer)
func RegisterScriptMgrServer ¶
func RegisterScriptMgrServer(s *grpc.Server, srv ScriptMgrServer)
func RegisterUserServiceServer ¶
func RegisterUserServiceServer(s *grpc.Server, srv UserServiceServer)
func RegisterVizierClusterInfoServer ¶
func RegisterVizierClusterInfoServer(s *grpc.Server, srv VizierClusterInfoServer)
func RegisterVizierDeploymentKeyManagerServer ¶
func RegisterVizierDeploymentKeyManagerServer(s *grpc.Server, srv VizierDeploymentKeyManagerServer)
func RegisterVizierImageAuthorizationServer ¶
func RegisterVizierImageAuthorizationServer(s *grpc.Server, srv VizierImageAuthorizationServer)
Types ¶
type APIKey ¶
type APIKey struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserID *uuidpb.UUID `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` }
func (*APIKey) Descriptor ¶
func (*APIKey) GetCreatedAt ¶
func (*APIKey) MarshalToSizedBuffer ¶
func (*APIKey) ProtoMessage ¶
func (*APIKey) ProtoMessage()
func (*APIKey) XXX_DiscardUnknown ¶
func (m *APIKey) XXX_DiscardUnknown()
func (*APIKey) XXX_Marshal ¶
func (*APIKey) XXX_Unmarshal ¶
type APIKeyManagerClient ¶
type APIKeyManagerClient interface { Create(ctx context.Context, in *CreateAPIKeyRequest, opts ...grpc.CallOption) (*APIKey, error) List(ctx context.Context, in *ListAPIKeyRequest, opts ...grpc.CallOption) (*ListAPIKeyResponse, error) Get(ctx context.Context, in *GetAPIKeyRequest, opts ...grpc.CallOption) (*GetAPIKeyResponse, error) Delete(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error) LookupAPIKey(ctx context.Context, in *LookupAPIKeyRequest, opts ...grpc.CallOption) (*LookupAPIKeyResponse, error) }
APIKeyManagerClient is the client API for APIKeyManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAPIKeyManagerClient ¶
func NewAPIKeyManagerClient(cc *grpc.ClientConn) APIKeyManagerClient
type APIKeyManagerServer ¶
type APIKeyManagerServer interface { Create(context.Context, *CreateAPIKeyRequest) (*APIKey, error) List(context.Context, *ListAPIKeyRequest) (*ListAPIKeyResponse, error) Get(context.Context, *GetAPIKeyRequest) (*GetAPIKeyResponse, error) Delete(context.Context, *uuidpb.UUID) (*types.Empty, error) LookupAPIKey(context.Context, *LookupAPIKeyRequest) (*LookupAPIKeyResponse, error) }
APIKeyManagerServer is the server API for APIKeyManager service.
type APIKeyMetadata ¶
type APIKeyMetadata struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserID *uuidpb.UUID `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` }
func (*APIKeyMetadata) Descriptor ¶
func (*APIKeyMetadata) Descriptor() ([]byte, []int)
func (*APIKeyMetadata) Equal ¶
func (this *APIKeyMetadata) Equal(that interface{}) bool
func (*APIKeyMetadata) GetCreatedAt ¶
func (m *APIKeyMetadata) GetCreatedAt() *types.Timestamp
func (*APIKeyMetadata) GetDesc ¶
func (m *APIKeyMetadata) GetDesc() string
func (*APIKeyMetadata) GetID ¶
func (m *APIKeyMetadata) GetID() *uuidpb.UUID
func (*APIKeyMetadata) GetOrgID ¶
func (m *APIKeyMetadata) GetOrgID() *uuidpb.UUID
func (*APIKeyMetadata) GetUserID ¶
func (m *APIKeyMetadata) GetUserID() *uuidpb.UUID
func (*APIKeyMetadata) GoString ¶
func (this *APIKeyMetadata) GoString() string
func (*APIKeyMetadata) Marshal ¶
func (m *APIKeyMetadata) Marshal() (dAtA []byte, err error)
func (*APIKeyMetadata) MarshalToSizedBuffer ¶
func (m *APIKeyMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*APIKeyMetadata) ProtoMessage ¶
func (*APIKeyMetadata) ProtoMessage()
func (*APIKeyMetadata) Reset ¶
func (m *APIKeyMetadata) Reset()
func (*APIKeyMetadata) Size ¶
func (m *APIKeyMetadata) Size() (n int)
func (*APIKeyMetadata) String ¶
func (this *APIKeyMetadata) String() string
func (*APIKeyMetadata) Unmarshal ¶
func (m *APIKeyMetadata) Unmarshal(dAtA []byte) error
func (*APIKeyMetadata) XXX_DiscardUnknown ¶
func (m *APIKeyMetadata) XXX_DiscardUnknown()
func (*APIKeyMetadata) XXX_Marshal ¶
func (m *APIKeyMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*APIKeyMetadata) XXX_Merge ¶
func (m *APIKeyMetadata) XXX_Merge(src proto.Message)
func (*APIKeyMetadata) XXX_Size ¶
func (m *APIKeyMetadata) XXX_Size() int
func (*APIKeyMetadata) XXX_Unmarshal ¶
func (m *APIKeyMetadata) XXX_Unmarshal(b []byte) error
type AddOrgIDEConfigRequest ¶
type AddOrgIDEConfigRequest struct { OrgID *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` Config *IDEConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` }
func (*AddOrgIDEConfigRequest) Descriptor ¶
func (*AddOrgIDEConfigRequest) Descriptor() ([]byte, []int)
func (*AddOrgIDEConfigRequest) Equal ¶
func (this *AddOrgIDEConfigRequest) Equal(that interface{}) bool
func (*AddOrgIDEConfigRequest) GetConfig ¶
func (m *AddOrgIDEConfigRequest) GetConfig() *IDEConfig
func (*AddOrgIDEConfigRequest) GetOrgID ¶
func (m *AddOrgIDEConfigRequest) GetOrgID() *uuidpb.UUID
func (*AddOrgIDEConfigRequest) GoString ¶
func (this *AddOrgIDEConfigRequest) GoString() string
func (*AddOrgIDEConfigRequest) Marshal ¶
func (m *AddOrgIDEConfigRequest) Marshal() (dAtA []byte, err error)
func (*AddOrgIDEConfigRequest) MarshalTo ¶
func (m *AddOrgIDEConfigRequest) MarshalTo(dAtA []byte) (int, error)
func (*AddOrgIDEConfigRequest) MarshalToSizedBuffer ¶
func (m *AddOrgIDEConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AddOrgIDEConfigRequest) ProtoMessage ¶
func (*AddOrgIDEConfigRequest) ProtoMessage()
func (*AddOrgIDEConfigRequest) Reset ¶
func (m *AddOrgIDEConfigRequest) Reset()
func (*AddOrgIDEConfigRequest) Size ¶
func (m *AddOrgIDEConfigRequest) Size() (n int)
func (*AddOrgIDEConfigRequest) String ¶
func (this *AddOrgIDEConfigRequest) String() string
func (*AddOrgIDEConfigRequest) Unmarshal ¶
func (m *AddOrgIDEConfigRequest) Unmarshal(dAtA []byte) error
func (*AddOrgIDEConfigRequest) XXX_DiscardUnknown ¶
func (m *AddOrgIDEConfigRequest) XXX_DiscardUnknown()
func (*AddOrgIDEConfigRequest) XXX_Marshal ¶
func (m *AddOrgIDEConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddOrgIDEConfigRequest) XXX_Merge ¶
func (m *AddOrgIDEConfigRequest) XXX_Merge(src proto.Message)
func (*AddOrgIDEConfigRequest) XXX_Size ¶
func (m *AddOrgIDEConfigRequest) XXX_Size() int
func (*AddOrgIDEConfigRequest) XXX_Unmarshal ¶
func (m *AddOrgIDEConfigRequest) XXX_Unmarshal(b []byte) error
type AddOrgIDEConfigResponse ¶
type AddOrgIDEConfigResponse struct {
Config *IDEConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
}
func (*AddOrgIDEConfigResponse) Descriptor ¶
func (*AddOrgIDEConfigResponse) Descriptor() ([]byte, []int)
func (*AddOrgIDEConfigResponse) Equal ¶
func (this *AddOrgIDEConfigResponse) Equal(that interface{}) bool
func (*AddOrgIDEConfigResponse) GetConfig ¶
func (m *AddOrgIDEConfigResponse) GetConfig() *IDEConfig
func (*AddOrgIDEConfigResponse) GoString ¶
func (this *AddOrgIDEConfigResponse) GoString() string
func (*AddOrgIDEConfigResponse) Marshal ¶
func (m *AddOrgIDEConfigResponse) Marshal() (dAtA []byte, err error)
func (*AddOrgIDEConfigResponse) MarshalTo ¶
func (m *AddOrgIDEConfigResponse) MarshalTo(dAtA []byte) (int, error)
func (*AddOrgIDEConfigResponse) MarshalToSizedBuffer ¶
func (m *AddOrgIDEConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AddOrgIDEConfigResponse) ProtoMessage ¶
func (*AddOrgIDEConfigResponse) ProtoMessage()
func (*AddOrgIDEConfigResponse) Reset ¶
func (m *AddOrgIDEConfigResponse) Reset()
func (*AddOrgIDEConfigResponse) Size ¶
func (m *AddOrgIDEConfigResponse) Size() (n int)
func (*AddOrgIDEConfigResponse) String ¶
func (this *AddOrgIDEConfigResponse) String() string
func (*AddOrgIDEConfigResponse) Unmarshal ¶
func (m *AddOrgIDEConfigResponse) Unmarshal(dAtA []byte) error
func (*AddOrgIDEConfigResponse) XXX_DiscardUnknown ¶
func (m *AddOrgIDEConfigResponse) XXX_DiscardUnknown()
func (*AddOrgIDEConfigResponse) XXX_Marshal ¶
func (m *AddOrgIDEConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddOrgIDEConfigResponse) XXX_Merge ¶
func (m *AddOrgIDEConfigResponse) XXX_Merge(src proto.Message)
func (*AddOrgIDEConfigResponse) XXX_Size ¶
func (m *AddOrgIDEConfigResponse) XXX_Size() int
func (*AddOrgIDEConfigResponse) XXX_Unmarshal ¶
func (m *AddOrgIDEConfigResponse) XXX_Unmarshal(b []byte) error
type Artifact ¶
type Artifact struct { Timestamp *types.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` CommitHash string `protobuf:"bytes,2,opt,name=commit_hash,json=commitHash,proto3" json:"commit_hash,omitempty"` VersionStr string `protobuf:"bytes,3,opt,name=version_str,json=versionStr,proto3" json:"version_str,omitempty"` AvailableArtifacts []ArtifactType `` // Deprecated: Do not use. /* 153-byte string literal not displayed */ Changelog string `protobuf:"bytes,5,opt,name=changelog,proto3" json:"changelog,omitempty"` AvailableArtifactMirrors []*ArtifactMirrors `` /* 135-byte string literal not displayed */ }
func (*Artifact) Descriptor ¶
func (*Artifact) GetAvailableArtifactMirrors ¶
func (m *Artifact) GetAvailableArtifactMirrors() []*ArtifactMirrors
func (*Artifact) GetAvailableArtifacts
deprecated
func (m *Artifact) GetAvailableArtifacts() []ArtifactType
Deprecated: Do not use.
func (*Artifact) GetChangelog ¶
func (*Artifact) GetCommitHash ¶
func (*Artifact) GetTimestamp ¶
func (*Artifact) GetVersionStr ¶
func (*Artifact) MarshalToSizedBuffer ¶
func (*Artifact) ProtoMessage ¶
func (*Artifact) ProtoMessage()
func (*Artifact) XXX_DiscardUnknown ¶
func (m *Artifact) XXX_DiscardUnknown()
func (*Artifact) XXX_Marshal ¶
func (*Artifact) XXX_Unmarshal ¶
type ArtifactMirrors ¶
type ArtifactMirrors struct { ArtifactType ArtifactType `` /* 128-byte string literal not displayed */ SHA256 string `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,omitempty"` URLs []string `protobuf:"bytes,3,rep,name=urls,proto3" json:"urls,omitempty"` }
func (*ArtifactMirrors) Descriptor ¶
func (*ArtifactMirrors) Descriptor() ([]byte, []int)
func (*ArtifactMirrors) Equal ¶
func (this *ArtifactMirrors) Equal(that interface{}) bool
func (*ArtifactMirrors) GetArtifactType ¶
func (m *ArtifactMirrors) GetArtifactType() ArtifactType
func (*ArtifactMirrors) GetSHA256 ¶
func (m *ArtifactMirrors) GetSHA256() string
func (*ArtifactMirrors) GetURLs ¶
func (m *ArtifactMirrors) GetURLs() []string
func (*ArtifactMirrors) GoString ¶
func (this *ArtifactMirrors) GoString() string
func (*ArtifactMirrors) Marshal ¶
func (m *ArtifactMirrors) Marshal() (dAtA []byte, err error)
func (*ArtifactMirrors) MarshalToSizedBuffer ¶
func (m *ArtifactMirrors) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ArtifactMirrors) ProtoMessage ¶
func (*ArtifactMirrors) ProtoMessage()
func (*ArtifactMirrors) Reset ¶
func (m *ArtifactMirrors) Reset()
func (*ArtifactMirrors) Size ¶
func (m *ArtifactMirrors) Size() (n int)
func (*ArtifactMirrors) String ¶
func (this *ArtifactMirrors) String() string
func (*ArtifactMirrors) Unmarshal ¶
func (m *ArtifactMirrors) Unmarshal(dAtA []byte) error
func (*ArtifactMirrors) XXX_DiscardUnknown ¶
func (m *ArtifactMirrors) XXX_DiscardUnknown()
func (*ArtifactMirrors) XXX_Marshal ¶
func (m *ArtifactMirrors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ArtifactMirrors) XXX_Merge ¶
func (m *ArtifactMirrors) XXX_Merge(src proto.Message)
func (*ArtifactMirrors) XXX_Size ¶
func (m *ArtifactMirrors) XXX_Size() int
func (*ArtifactMirrors) XXX_Unmarshal ¶
func (m *ArtifactMirrors) XXX_Unmarshal(b []byte) error
type ArtifactSet ¶
type ArtifactSet struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Artifact []*Artifact `protobuf:"bytes,2,rep,name=artifact,proto3" json:"artifact,omitempty"` }
func (*ArtifactSet) Descriptor ¶
func (*ArtifactSet) Descriptor() ([]byte, []int)
func (*ArtifactSet) Equal ¶
func (this *ArtifactSet) Equal(that interface{}) bool
func (*ArtifactSet) GetArtifact ¶
func (m *ArtifactSet) GetArtifact() []*Artifact
func (*ArtifactSet) GetName ¶
func (m *ArtifactSet) GetName() string
func (*ArtifactSet) GoString ¶
func (this *ArtifactSet) GoString() string
func (*ArtifactSet) Marshal ¶
func (m *ArtifactSet) Marshal() (dAtA []byte, err error)
func (*ArtifactSet) MarshalToSizedBuffer ¶
func (m *ArtifactSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ArtifactSet) ProtoMessage ¶
func (*ArtifactSet) ProtoMessage()
func (*ArtifactSet) Reset ¶
func (m *ArtifactSet) Reset()
func (*ArtifactSet) Size ¶
func (m *ArtifactSet) Size() (n int)
func (*ArtifactSet) String ¶
func (this *ArtifactSet) String() string
func (*ArtifactSet) Unmarshal ¶
func (m *ArtifactSet) Unmarshal(dAtA []byte) error
func (*ArtifactSet) XXX_DiscardUnknown ¶
func (m *ArtifactSet) XXX_DiscardUnknown()
func (*ArtifactSet) XXX_Marshal ¶
func (m *ArtifactSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ArtifactSet) XXX_Merge ¶
func (m *ArtifactSet) XXX_Merge(src proto.Message)
func (*ArtifactSet) XXX_Size ¶
func (m *ArtifactSet) XXX_Size() int
func (*ArtifactSet) XXX_Unmarshal ¶
func (m *ArtifactSet) XXX_Unmarshal(b []byte) error
type ArtifactTrackerClient ¶
type ArtifactTrackerClient interface { GetArtifactList(ctx context.Context, in *GetArtifactListRequest, opts ...grpc.CallOption) (*ArtifactSet, error) GetDownloadLink(ctx context.Context, in *GetDownloadLinkRequest, opts ...grpc.CallOption) (*GetDownloadLinkResponse, error) }
ArtifactTrackerClient is the client API for ArtifactTracker service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewArtifactTrackerClient ¶
func NewArtifactTrackerClient(cc *grpc.ClientConn) ArtifactTrackerClient
type ArtifactTrackerServer ¶
type ArtifactTrackerServer interface { GetArtifactList(context.Context, *GetArtifactListRequest) (*ArtifactSet, error) GetDownloadLink(context.Context, *GetDownloadLinkRequest) (*GetDownloadLinkResponse, error) }
ArtifactTrackerServer is the server API for ArtifactTracker service.
type ArtifactType ¶
type ArtifactType int32
const ( AT_UNKNOWN ArtifactType = 0 AT_LINUX_AMD64 ArtifactType = 1 AT_DARWIN_AMD64 ArtifactType = 2 AT_CONTAINER_SET_YAMLS ArtifactType = 50 AT_CONTAINER_SET_TEMPLATE_YAMLS ArtifactType = 60 AT_CONTAINER_SET_LINUX_AMD64 ArtifactType = 100 )
func (ArtifactType) EnumDescriptor ¶
func (ArtifactType) EnumDescriptor() ([]byte, []int)
func (ArtifactType) String ¶
func (x ArtifactType) String() string
type AuthServiceClient ¶
type AuthServiceClient interface {
Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginReply, error)
}
AuthServiceClient is the client API for AuthService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAuthServiceClient ¶
func NewAuthServiceClient(cc *grpc.ClientConn) AuthServiceClient
type AuthServiceServer ¶
type AuthServiceServer interface {
Login(context.Context, *LoginRequest) (*LoginReply, error)
}
AuthServiceServer is the server API for AuthService service.
type AutocompleteActionType ¶
type AutocompleteActionType int32
const ( AAT_UNKNOWN AutocompleteActionType = 0 AAT_EDIT AutocompleteActionType = 1 AAT_SELECT AutocompleteActionType = 2 )
func (AutocompleteActionType) EnumDescriptor ¶
func (AutocompleteActionType) EnumDescriptor() ([]byte, []int)
func (AutocompleteActionType) String ¶
func (x AutocompleteActionType) String() string
type AutocompleteEntityKind ¶
type AutocompleteEntityKind int32
const ( AEK_UNKNOWN AutocompleteEntityKind = 0 AEK_POD AutocompleteEntityKind = 1 AEK_SVC AutocompleteEntityKind = 2 AEK_SCRIPT AutocompleteEntityKind = 3 AEK_NAMESPACE AutocompleteEntityKind = 4 AEK_NODE AutocompleteEntityKind = 5 )
func (AutocompleteEntityKind) EnumDescriptor ¶
func (AutocompleteEntityKind) EnumDescriptor() ([]byte, []int)
func (AutocompleteEntityKind) String ¶
func (x AutocompleteEntityKind) String() string
type AutocompleteEntityState ¶
type AutocompleteEntityState int32
const ( AES_UNKNOWN AutocompleteEntityState = 0 AES_PENDING AutocompleteEntityState = 1 AES_RUNNING AutocompleteEntityState = 2 AES_FAILED AutocompleteEntityState = 3 AES_TERMINATED AutocompleteEntityState = 4 )
func (AutocompleteEntityState) EnumDescriptor ¶
func (AutocompleteEntityState) EnumDescriptor() ([]byte, []int)
func (AutocompleteEntityState) String ¶
func (x AutocompleteEntityState) String() string
type AutocompleteFieldRequest ¶
type AutocompleteFieldRequest struct { Input string `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"` FieldType AutocompleteEntityKind `` /* 129-byte string literal not displayed */ RequiredArgTypes []AutocompleteEntityKind `` /* 159-byte string literal not displayed */ ClusterUID string `protobuf:"bytes,4,opt,name=cluster_uid,json=clusterUid,proto3" json:"cluster_uid,omitempty"` }
func (*AutocompleteFieldRequest) Descriptor ¶
func (*AutocompleteFieldRequest) Descriptor() ([]byte, []int)
func (*AutocompleteFieldRequest) Equal ¶
func (this *AutocompleteFieldRequest) Equal(that interface{}) bool
func (*AutocompleteFieldRequest) GetClusterUID ¶
func (m *AutocompleteFieldRequest) GetClusterUID() string
func (*AutocompleteFieldRequest) GetFieldType ¶
func (m *AutocompleteFieldRequest) GetFieldType() AutocompleteEntityKind
func (*AutocompleteFieldRequest) GetInput ¶
func (m *AutocompleteFieldRequest) GetInput() string
func (*AutocompleteFieldRequest) GetRequiredArgTypes ¶
func (m *AutocompleteFieldRequest) GetRequiredArgTypes() []AutocompleteEntityKind
func (*AutocompleteFieldRequest) GoString ¶
func (this *AutocompleteFieldRequest) GoString() string
func (*AutocompleteFieldRequest) Marshal ¶
func (m *AutocompleteFieldRequest) Marshal() (dAtA []byte, err error)
func (*AutocompleteFieldRequest) MarshalTo ¶
func (m *AutocompleteFieldRequest) MarshalTo(dAtA []byte) (int, error)
func (*AutocompleteFieldRequest) MarshalToSizedBuffer ¶
func (m *AutocompleteFieldRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AutocompleteFieldRequest) ProtoMessage ¶
func (*AutocompleteFieldRequest) ProtoMessage()
func (*AutocompleteFieldRequest) Reset ¶
func (m *AutocompleteFieldRequest) Reset()
func (*AutocompleteFieldRequest) Size ¶
func (m *AutocompleteFieldRequest) Size() (n int)
func (*AutocompleteFieldRequest) String ¶
func (this *AutocompleteFieldRequest) String() string
func (*AutocompleteFieldRequest) Unmarshal ¶
func (m *AutocompleteFieldRequest) Unmarshal(dAtA []byte) error
func (*AutocompleteFieldRequest) XXX_DiscardUnknown ¶
func (m *AutocompleteFieldRequest) XXX_DiscardUnknown()
func (*AutocompleteFieldRequest) XXX_Marshal ¶
func (m *AutocompleteFieldRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AutocompleteFieldRequest) XXX_Merge ¶
func (m *AutocompleteFieldRequest) XXX_Merge(src proto.Message)
func (*AutocompleteFieldRequest) XXX_Size ¶
func (m *AutocompleteFieldRequest) XXX_Size() int
func (*AutocompleteFieldRequest) XXX_Unmarshal ¶
func (m *AutocompleteFieldRequest) XXX_Unmarshal(b []byte) error
type AutocompleteFieldResponse ¶
type AutocompleteFieldResponse struct { Suggestions []*AutocompleteSuggestion `protobuf:"bytes,1,rep,name=suggestions,proto3" json:"suggestions,omitempty"` HasAdditionalMatches bool `protobuf:"varint,2,opt,name=has_additional_matches,json=hasAdditionalMatches,proto3" json:"has_additional_matches,omitempty"` }
func (*AutocompleteFieldResponse) Descriptor ¶
func (*AutocompleteFieldResponse) Descriptor() ([]byte, []int)
func (*AutocompleteFieldResponse) Equal ¶
func (this *AutocompleteFieldResponse) Equal(that interface{}) bool
func (*AutocompleteFieldResponse) GetHasAdditionalMatches ¶
func (m *AutocompleteFieldResponse) GetHasAdditionalMatches() bool
func (*AutocompleteFieldResponse) GetSuggestions ¶
func (m *AutocompleteFieldResponse) GetSuggestions() []*AutocompleteSuggestion
func (*AutocompleteFieldResponse) GoString ¶
func (this *AutocompleteFieldResponse) GoString() string
func (*AutocompleteFieldResponse) Marshal ¶
func (m *AutocompleteFieldResponse) Marshal() (dAtA []byte, err error)
func (*AutocompleteFieldResponse) MarshalTo ¶
func (m *AutocompleteFieldResponse) MarshalTo(dAtA []byte) (int, error)
func (*AutocompleteFieldResponse) MarshalToSizedBuffer ¶
func (m *AutocompleteFieldResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AutocompleteFieldResponse) ProtoMessage ¶
func (*AutocompleteFieldResponse) ProtoMessage()
func (*AutocompleteFieldResponse) Reset ¶
func (m *AutocompleteFieldResponse) Reset()
func (*AutocompleteFieldResponse) Size ¶
func (m *AutocompleteFieldResponse) Size() (n int)
func (*AutocompleteFieldResponse) String ¶
func (this *AutocompleteFieldResponse) String() string
func (*AutocompleteFieldResponse) Unmarshal ¶
func (m *AutocompleteFieldResponse) Unmarshal(dAtA []byte) error
func (*AutocompleteFieldResponse) XXX_DiscardUnknown ¶
func (m *AutocompleteFieldResponse) XXX_DiscardUnknown()
func (*AutocompleteFieldResponse) XXX_Marshal ¶
func (m *AutocompleteFieldResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AutocompleteFieldResponse) XXX_Merge ¶
func (m *AutocompleteFieldResponse) XXX_Merge(src proto.Message)
func (*AutocompleteFieldResponse) XXX_Size ¶
func (m *AutocompleteFieldResponse) XXX_Size() int
func (*AutocompleteFieldResponse) XXX_Unmarshal ¶
func (m *AutocompleteFieldResponse) XXX_Unmarshal(b []byte) error
type AutocompleteRequest ¶
type AutocompleteRequest struct { Input string `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"` CursorPos int64 `protobuf:"varint,2,opt,name=cursor_pos,json=cursorPos,proto3" json:"cursor_pos,omitempty"` Action AutocompleteActionType `protobuf:"varint,3,opt,name=action,proto3,enum=px.cloudapi.AutocompleteActionType" json:"action,omitempty"` ClusterUID string `protobuf:"bytes,4,opt,name=cluster_uid,json=clusterUid,proto3" json:"cluster_uid,omitempty"` }
func (*AutocompleteRequest) Descriptor ¶
func (*AutocompleteRequest) Descriptor() ([]byte, []int)
func (*AutocompleteRequest) Equal ¶
func (this *AutocompleteRequest) Equal(that interface{}) bool
func (*AutocompleteRequest) GetAction ¶
func (m *AutocompleteRequest) GetAction() AutocompleteActionType
func (*AutocompleteRequest) GetClusterUID ¶
func (m *AutocompleteRequest) GetClusterUID() string
func (*AutocompleteRequest) GetCursorPos ¶
func (m *AutocompleteRequest) GetCursorPos() int64
func (*AutocompleteRequest) GetInput ¶
func (m *AutocompleteRequest) GetInput() string
func (*AutocompleteRequest) GoString ¶
func (this *AutocompleteRequest) GoString() string
func (*AutocompleteRequest) Marshal ¶
func (m *AutocompleteRequest) Marshal() (dAtA []byte, err error)
func (*AutocompleteRequest) MarshalTo ¶
func (m *AutocompleteRequest) MarshalTo(dAtA []byte) (int, error)
func (*AutocompleteRequest) MarshalToSizedBuffer ¶
func (m *AutocompleteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AutocompleteRequest) ProtoMessage ¶
func (*AutocompleteRequest) ProtoMessage()
func (*AutocompleteRequest) Reset ¶
func (m *AutocompleteRequest) Reset()
func (*AutocompleteRequest) Size ¶
func (m *AutocompleteRequest) Size() (n int)
func (*AutocompleteRequest) String ¶
func (this *AutocompleteRequest) String() string
func (*AutocompleteRequest) Unmarshal ¶
func (m *AutocompleteRequest) Unmarshal(dAtA []byte) error
func (*AutocompleteRequest) XXX_DiscardUnknown ¶
func (m *AutocompleteRequest) XXX_DiscardUnknown()
func (*AutocompleteRequest) XXX_Marshal ¶
func (m *AutocompleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AutocompleteRequest) XXX_Merge ¶
func (m *AutocompleteRequest) XXX_Merge(src proto.Message)
func (*AutocompleteRequest) XXX_Size ¶
func (m *AutocompleteRequest) XXX_Size() int
func (*AutocompleteRequest) XXX_Unmarshal ¶
func (m *AutocompleteRequest) XXX_Unmarshal(b []byte) error
type AutocompleteResponse ¶
type AutocompleteResponse struct { FormattedInput string `protobuf:"bytes,1,opt,name=formatted_input,json=formattedInput,proto3" json:"formatted_input,omitempty"` IsExecutable bool `protobuf:"varint,2,opt,name=is_executable,json=isExecutable,proto3" json:"is_executable,omitempty"` TabSuggestions []*TabSuggestion `protobuf:"bytes,3,rep,name=tabSuggestions,proto3" json:"tabSuggestions,omitempty"` }
func (*AutocompleteResponse) Descriptor ¶
func (*AutocompleteResponse) Descriptor() ([]byte, []int)
func (*AutocompleteResponse) Equal ¶
func (this *AutocompleteResponse) Equal(that interface{}) bool
func (*AutocompleteResponse) GetFormattedInput ¶
func (m *AutocompleteResponse) GetFormattedInput() string
func (*AutocompleteResponse) GetIsExecutable ¶
func (m *AutocompleteResponse) GetIsExecutable() bool
func (*AutocompleteResponse) GetTabSuggestions ¶
func (m *AutocompleteResponse) GetTabSuggestions() []*TabSuggestion
func (*AutocompleteResponse) GoString ¶
func (this *AutocompleteResponse) GoString() string
func (*AutocompleteResponse) Marshal ¶
func (m *AutocompleteResponse) Marshal() (dAtA []byte, err error)
func (*AutocompleteResponse) MarshalTo ¶
func (m *AutocompleteResponse) MarshalTo(dAtA []byte) (int, error)
func (*AutocompleteResponse) MarshalToSizedBuffer ¶
func (m *AutocompleteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AutocompleteResponse) ProtoMessage ¶
func (*AutocompleteResponse) ProtoMessage()
func (*AutocompleteResponse) Reset ¶
func (m *AutocompleteResponse) Reset()
func (*AutocompleteResponse) Size ¶
func (m *AutocompleteResponse) Size() (n int)
func (*AutocompleteResponse) String ¶
func (this *AutocompleteResponse) String() string
func (*AutocompleteResponse) Unmarshal ¶
func (m *AutocompleteResponse) Unmarshal(dAtA []byte) error
func (*AutocompleteResponse) XXX_DiscardUnknown ¶
func (m *AutocompleteResponse) XXX_DiscardUnknown()
func (*AutocompleteResponse) XXX_Marshal ¶
func (m *AutocompleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AutocompleteResponse) XXX_Merge ¶
func (m *AutocompleteResponse) XXX_Merge(src proto.Message)
func (*AutocompleteResponse) XXX_Size ¶
func (m *AutocompleteResponse) XXX_Size() int
func (*AutocompleteResponse) XXX_Unmarshal ¶
func (m *AutocompleteResponse) XXX_Unmarshal(b []byte) error
type AutocompleteServiceClient ¶
type AutocompleteServiceClient interface { Autocomplete(ctx context.Context, in *AutocompleteRequest, opts ...grpc.CallOption) (*AutocompleteResponse, error) AutocompleteField(ctx context.Context, in *AutocompleteFieldRequest, opts ...grpc.CallOption) (*AutocompleteFieldResponse, error) }
AutocompleteServiceClient is the client API for AutocompleteService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAutocompleteServiceClient ¶
func NewAutocompleteServiceClient(cc *grpc.ClientConn) AutocompleteServiceClient
type AutocompleteServiceServer ¶
type AutocompleteServiceServer interface { Autocomplete(context.Context, *AutocompleteRequest) (*AutocompleteResponse, error) AutocompleteField(context.Context, *AutocompleteFieldRequest) (*AutocompleteFieldResponse, error) }
AutocompleteServiceServer is the server API for AutocompleteService service.
type AutocompleteSuggestion ¶
type AutocompleteSuggestion struct { Kind AutocompleteEntityKind `protobuf:"varint,1,opt,name=kind,proto3,enum=px.cloudapi.AutocompleteEntityKind" json:"kind,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` MatchedIndexes []int64 `protobuf:"varint,4,rep,packed,name=matched_indexes,json=matchedIndexes,proto3" json:"matched_indexes,omitempty"` State AutocompleteEntityState `protobuf:"varint,5,opt,name=state,proto3,enum=px.cloudapi.AutocompleteEntityState" json:"state,omitempty"` }
func (*AutocompleteSuggestion) Descriptor ¶
func (*AutocompleteSuggestion) Descriptor() ([]byte, []int)
func (*AutocompleteSuggestion) Equal ¶
func (this *AutocompleteSuggestion) Equal(that interface{}) bool
func (*AutocompleteSuggestion) GetDescription ¶
func (m *AutocompleteSuggestion) GetDescription() string
func (*AutocompleteSuggestion) GetKind ¶
func (m *AutocompleteSuggestion) GetKind() AutocompleteEntityKind
func (*AutocompleteSuggestion) GetMatchedIndexes ¶
func (m *AutocompleteSuggestion) GetMatchedIndexes() []int64
func (*AutocompleteSuggestion) GetName ¶
func (m *AutocompleteSuggestion) GetName() string
func (*AutocompleteSuggestion) GetState ¶
func (m *AutocompleteSuggestion) GetState() AutocompleteEntityState
func (*AutocompleteSuggestion) GoString ¶
func (this *AutocompleteSuggestion) GoString() string
func (*AutocompleteSuggestion) Marshal ¶
func (m *AutocompleteSuggestion) Marshal() (dAtA []byte, err error)
func (*AutocompleteSuggestion) MarshalTo ¶
func (m *AutocompleteSuggestion) MarshalTo(dAtA []byte) (int, error)
func (*AutocompleteSuggestion) MarshalToSizedBuffer ¶
func (m *AutocompleteSuggestion) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AutocompleteSuggestion) ProtoMessage ¶
func (*AutocompleteSuggestion) ProtoMessage()
func (*AutocompleteSuggestion) Reset ¶
func (m *AutocompleteSuggestion) Reset()
func (*AutocompleteSuggestion) Size ¶
func (m *AutocompleteSuggestion) Size() (n int)
func (*AutocompleteSuggestion) String ¶
func (this *AutocompleteSuggestion) String() string
func (*AutocompleteSuggestion) Unmarshal ¶
func (m *AutocompleteSuggestion) Unmarshal(dAtA []byte) error
func (*AutocompleteSuggestion) XXX_DiscardUnknown ¶
func (m *AutocompleteSuggestion) XXX_DiscardUnknown()
func (*AutocompleteSuggestion) XXX_Marshal ¶
func (m *AutocompleteSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AutocompleteSuggestion) XXX_Merge ¶
func (m *AutocompleteSuggestion) XXX_Merge(src proto.Message)
func (*AutocompleteSuggestion) XXX_Size ¶
func (m *AutocompleteSuggestion) XXX_Size() int
func (*AutocompleteSuggestion) XXX_Unmarshal ¶
func (m *AutocompleteSuggestion) XXX_Unmarshal(b []byte) error
type ClusterInfo ¶
type ClusterInfo struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Status ClusterStatus `protobuf:"varint,2,opt,name=status,proto3,enum=px.cloudapi.ClusterStatus" json:"status,omitempty"` LastHeartbeatNs int64 `protobuf:"varint,3,opt,name=lastHeartbeatNs,proto3" json:"lastHeartbeatNs,omitempty"` Config *VizierConfig `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"` ClusterUID string `protobuf:"bytes,5,opt,name=cluster_uid,json=clusterUid,proto3" json:"cluster_uid,omitempty"` ClusterName string `protobuf:"bytes,6,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"` PrettyClusterName string `protobuf:"bytes,9,opt,name=pretty_cluster_name,json=prettyClusterName,proto3" json:"pretty_cluster_name,omitempty"` ClusterVersion string `protobuf:"bytes,7,opt,name=cluster_version,json=clusterVersion,proto3" json:"cluster_version,omitempty"` OperatorVersion string `protobuf:"bytes,17,opt,name=operator_version,json=operatorVersion,proto3" json:"operator_version,omitempty"` VizierVersion string `protobuf:"bytes,8,opt,name=vizier_version,json=vizierVersion,proto3" json:"vizier_version,omitempty"` ControlPlanePodStatuses map[string]*PodStatus `` /* 223-byte string literal not displayed */ UnhealthyDataPlanePodStatuses map[string]*PodStatus `` /* 243-byte string literal not displayed */ NumNodes int32 `protobuf:"varint,11,opt,name=num_nodes,json=numNodes,proto3" json:"num_nodes,omitempty"` NumInstrumentedNodes int32 `protobuf:"varint,12,opt,name=num_instrumented_nodes,json=numInstrumentedNodes,proto3" json:"num_instrumented_nodes,omitempty"` StatusMessage string `protobuf:"bytes,13,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"` PreviousStatus ClusterStatus `` /* 136-byte string literal not displayed */ PreviousStatusTime *types.Timestamp `protobuf:"bytes,16,opt,name=previous_status_time,json=previousStatusTime,proto3" json:"previous_status_time,omitempty"` }
func (*ClusterInfo) Descriptor ¶
func (*ClusterInfo) Descriptor() ([]byte, []int)
func (*ClusterInfo) Equal ¶
func (this *ClusterInfo) Equal(that interface{}) bool
func (*ClusterInfo) GetClusterName ¶
func (m *ClusterInfo) GetClusterName() string
func (*ClusterInfo) GetClusterUID ¶
func (m *ClusterInfo) GetClusterUID() string
func (*ClusterInfo) GetClusterVersion ¶
func (m *ClusterInfo) GetClusterVersion() string
func (*ClusterInfo) GetConfig ¶
func (m *ClusterInfo) GetConfig() *VizierConfig
func (*ClusterInfo) GetControlPlanePodStatuses ¶
func (m *ClusterInfo) GetControlPlanePodStatuses() map[string]*PodStatus
func (*ClusterInfo) GetID ¶
func (m *ClusterInfo) GetID() *uuidpb.UUID
func (*ClusterInfo) GetLastHeartbeatNs ¶
func (m *ClusterInfo) GetLastHeartbeatNs() int64
func (*ClusterInfo) GetNumInstrumentedNodes ¶
func (m *ClusterInfo) GetNumInstrumentedNodes() int32
func (*ClusterInfo) GetNumNodes ¶
func (m *ClusterInfo) GetNumNodes() int32
func (*ClusterInfo) GetOperatorVersion ¶
func (m *ClusterInfo) GetOperatorVersion() string
func (*ClusterInfo) GetPrettyClusterName ¶
func (m *ClusterInfo) GetPrettyClusterName() string
func (*ClusterInfo) GetPreviousStatus ¶
func (m *ClusterInfo) GetPreviousStatus() ClusterStatus
func (*ClusterInfo) GetPreviousStatusTime ¶
func (m *ClusterInfo) GetPreviousStatusTime() *types.Timestamp
func (*ClusterInfo) GetStatus ¶
func (m *ClusterInfo) GetStatus() ClusterStatus
func (*ClusterInfo) GetStatusMessage ¶
func (m *ClusterInfo) GetStatusMessage() string
func (*ClusterInfo) GetUnhealthyDataPlanePodStatuses ¶
func (m *ClusterInfo) GetUnhealthyDataPlanePodStatuses() map[string]*PodStatus
func (*ClusterInfo) GetVizierVersion ¶
func (m *ClusterInfo) GetVizierVersion() string
func (*ClusterInfo) GoString ¶
func (this *ClusterInfo) GoString() string
func (*ClusterInfo) Marshal ¶
func (m *ClusterInfo) Marshal() (dAtA []byte, err error)
func (*ClusterInfo) MarshalToSizedBuffer ¶
func (m *ClusterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ClusterInfo) ProtoMessage ¶
func (*ClusterInfo) ProtoMessage()
func (*ClusterInfo) Reset ¶
func (m *ClusterInfo) Reset()
func (*ClusterInfo) Size ¶
func (m *ClusterInfo) Size() (n int)
func (*ClusterInfo) String ¶
func (this *ClusterInfo) String() string
func (*ClusterInfo) Unmarshal ¶
func (m *ClusterInfo) Unmarshal(dAtA []byte) error
func (*ClusterInfo) XXX_DiscardUnknown ¶
func (m *ClusterInfo) XXX_DiscardUnknown()
func (*ClusterInfo) XXX_Marshal ¶
func (m *ClusterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClusterInfo) XXX_Merge ¶
func (m *ClusterInfo) XXX_Merge(src proto.Message)
func (*ClusterInfo) XXX_Size ¶
func (m *ClusterInfo) XXX_Size() int
func (*ClusterInfo) XXX_Unmarshal ¶
func (m *ClusterInfo) XXX_Unmarshal(b []byte) error
type ClusterStatus ¶
type ClusterStatus int32
const ( CS_UNKNOWN ClusterStatus = 0 CS_HEALTHY ClusterStatus = 1 CS_UNHEALTHY ClusterStatus = 2 CS_DISCONNECTED ClusterStatus = 3 CS_UPDATING ClusterStatus = 4 CS_CONNECTED ClusterStatus = 5 CS_UPDATE_FAILED ClusterStatus = 6 CS_DEGRADED ClusterStatus = 7 )
func (ClusterStatus) EnumDescriptor ¶
func (ClusterStatus) EnumDescriptor() ([]byte, []int)
func (ClusterStatus) String ¶
func (x ClusterStatus) String() string
type ConfigForOperatorRequest ¶
type ConfigForOperatorRequest struct { }
func (*ConfigForOperatorRequest) Descriptor ¶
func (*ConfigForOperatorRequest) Descriptor() ([]byte, []int)
func (*ConfigForOperatorRequest) Equal ¶
func (this *ConfigForOperatorRequest) Equal(that interface{}) bool
func (*ConfigForOperatorRequest) GoString ¶
func (this *ConfigForOperatorRequest) GoString() string
func (*ConfigForOperatorRequest) Marshal ¶
func (m *ConfigForOperatorRequest) Marshal() (dAtA []byte, err error)
func (*ConfigForOperatorRequest) MarshalTo ¶
func (m *ConfigForOperatorRequest) MarshalTo(dAtA []byte) (int, error)
func (*ConfigForOperatorRequest) MarshalToSizedBuffer ¶
func (m *ConfigForOperatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ConfigForOperatorRequest) ProtoMessage ¶
func (*ConfigForOperatorRequest) ProtoMessage()
func (*ConfigForOperatorRequest) Reset ¶
func (m *ConfigForOperatorRequest) Reset()
func (*ConfigForOperatorRequest) Size ¶
func (m *ConfigForOperatorRequest) Size() (n int)
func (*ConfigForOperatorRequest) String ¶
func (this *ConfigForOperatorRequest) String() string
func (*ConfigForOperatorRequest) Unmarshal ¶
func (m *ConfigForOperatorRequest) Unmarshal(dAtA []byte) error
func (*ConfigForOperatorRequest) XXX_DiscardUnknown ¶
func (m *ConfigForOperatorRequest) XXX_DiscardUnknown()
func (*ConfigForOperatorRequest) XXX_Marshal ¶
func (m *ConfigForOperatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigForOperatorRequest) XXX_Merge ¶
func (m *ConfigForOperatorRequest) XXX_Merge(src proto.Message)
func (*ConfigForOperatorRequest) XXX_Size ¶
func (m *ConfigForOperatorRequest) XXX_Size() int
func (*ConfigForOperatorRequest) XXX_Unmarshal ¶
func (m *ConfigForOperatorRequest) XXX_Unmarshal(b []byte) error
type ConfigForOperatorResponse ¶
type ConfigForOperatorResponse struct {
SentryOperatorDSN string `protobuf:"bytes,1,opt,name=sentry_operator_dsn,json=sentryOperatorDsn,proto3" json:"sentry_operator_dsn,omitempty"`
}
func (*ConfigForOperatorResponse) Descriptor ¶
func (*ConfigForOperatorResponse) Descriptor() ([]byte, []int)
func (*ConfigForOperatorResponse) Equal ¶
func (this *ConfigForOperatorResponse) Equal(that interface{}) bool
func (*ConfigForOperatorResponse) GetSentryOperatorDSN ¶
func (m *ConfigForOperatorResponse) GetSentryOperatorDSN() string
func (*ConfigForOperatorResponse) GoString ¶
func (this *ConfigForOperatorResponse) GoString() string
func (*ConfigForOperatorResponse) Marshal ¶
func (m *ConfigForOperatorResponse) Marshal() (dAtA []byte, err error)
func (*ConfigForOperatorResponse) MarshalTo ¶
func (m *ConfigForOperatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*ConfigForOperatorResponse) MarshalToSizedBuffer ¶
func (m *ConfigForOperatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ConfigForOperatorResponse) ProtoMessage ¶
func (*ConfigForOperatorResponse) ProtoMessage()
func (*ConfigForOperatorResponse) Reset ¶
func (m *ConfigForOperatorResponse) Reset()
func (*ConfigForOperatorResponse) Size ¶
func (m *ConfigForOperatorResponse) Size() (n int)
func (*ConfigForOperatorResponse) String ¶
func (this *ConfigForOperatorResponse) String() string
func (*ConfigForOperatorResponse) Unmarshal ¶
func (m *ConfigForOperatorResponse) Unmarshal(dAtA []byte) error
func (*ConfigForOperatorResponse) XXX_DiscardUnknown ¶
func (m *ConfigForOperatorResponse) XXX_DiscardUnknown()
func (*ConfigForOperatorResponse) XXX_Marshal ¶
func (m *ConfigForOperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigForOperatorResponse) XXX_Merge ¶
func (m *ConfigForOperatorResponse) XXX_Merge(src proto.Message)
func (*ConfigForOperatorResponse) XXX_Size ¶
func (m *ConfigForOperatorResponse) XXX_Size() int
func (*ConfigForOperatorResponse) XXX_Unmarshal ¶
func (m *ConfigForOperatorResponse) XXX_Unmarshal(b []byte) error
type ConfigForVizierRequest ¶
type ConfigForVizierRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` VzSpec *vizierconfigpb.VizierSpec `protobuf:"bytes,2,opt,name=vz_spec,json=vzSpec,proto3" json:"vz_spec,omitempty"` K8sVersion string `protobuf:"bytes,3,opt,name=k8s_version,json=k8sVersion,proto3" json:"k8s_version,omitempty"` VizierID *uuidpb.UUID `protobuf:"bytes,4,opt,name=vizier_id,json=vizierId,proto3" json:"vizier_id,omitempty"` }
func (*ConfigForVizierRequest) Descriptor ¶
func (*ConfigForVizierRequest) Descriptor() ([]byte, []int)
func (*ConfigForVizierRequest) Equal ¶
func (this *ConfigForVizierRequest) Equal(that interface{}) bool
func (*ConfigForVizierRequest) GetK8sVersion ¶
func (m *ConfigForVizierRequest) GetK8sVersion() string
func (*ConfigForVizierRequest) GetNamespace ¶
func (m *ConfigForVizierRequest) GetNamespace() string
func (*ConfigForVizierRequest) GetVizierID ¶
func (m *ConfigForVizierRequest) GetVizierID() *uuidpb.UUID
func (*ConfigForVizierRequest) GetVzSpec ¶
func (m *ConfigForVizierRequest) GetVzSpec() *vizierconfigpb.VizierSpec
func (*ConfigForVizierRequest) GoString ¶
func (this *ConfigForVizierRequest) GoString() string
func (*ConfigForVizierRequest) Marshal ¶
func (m *ConfigForVizierRequest) Marshal() (dAtA []byte, err error)
func (*ConfigForVizierRequest) MarshalTo ¶
func (m *ConfigForVizierRequest) MarshalTo(dAtA []byte) (int, error)
func (*ConfigForVizierRequest) MarshalToSizedBuffer ¶
func (m *ConfigForVizierRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ConfigForVizierRequest) ProtoMessage ¶
func (*ConfigForVizierRequest) ProtoMessage()
func (*ConfigForVizierRequest) Reset ¶
func (m *ConfigForVizierRequest) Reset()
func (*ConfigForVizierRequest) Size ¶
func (m *ConfigForVizierRequest) Size() (n int)
func (*ConfigForVizierRequest) String ¶
func (this *ConfigForVizierRequest) String() string
func (*ConfigForVizierRequest) Unmarshal ¶
func (m *ConfigForVizierRequest) Unmarshal(dAtA []byte) error
func (*ConfigForVizierRequest) XXX_DiscardUnknown ¶
func (m *ConfigForVizierRequest) XXX_DiscardUnknown()
func (*ConfigForVizierRequest) XXX_Marshal ¶
func (m *ConfigForVizierRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigForVizierRequest) XXX_Merge ¶
func (m *ConfigForVizierRequest) XXX_Merge(src proto.Message)
func (*ConfigForVizierRequest) XXX_Size ¶
func (m *ConfigForVizierRequest) XXX_Size() int
func (*ConfigForVizierRequest) XXX_Unmarshal ¶
func (m *ConfigForVizierRequest) XXX_Unmarshal(b []byte) error
type ConfigForVizierResponse ¶
type ConfigForVizierResponse struct { NameToYamlContent map[string]string `` /* 175-byte string literal not displayed */ SentryDSN string `protobuf:"bytes,2,opt,name=sentry_dsn,json=sentryDsn,proto3" json:"sentry_dsn,omitempty"` }
func (*ConfigForVizierResponse) Descriptor ¶
func (*ConfigForVizierResponse) Descriptor() ([]byte, []int)
func (*ConfigForVizierResponse) Equal ¶
func (this *ConfigForVizierResponse) Equal(that interface{}) bool
func (*ConfigForVizierResponse) GetNameToYamlContent ¶
func (m *ConfigForVizierResponse) GetNameToYamlContent() map[string]string
func (*ConfigForVizierResponse) GetSentryDSN ¶
func (m *ConfigForVizierResponse) GetSentryDSN() string
func (*ConfigForVizierResponse) GoString ¶
func (this *ConfigForVizierResponse) GoString() string
func (*ConfigForVizierResponse) Marshal ¶
func (m *ConfigForVizierResponse) Marshal() (dAtA []byte, err error)
func (*ConfigForVizierResponse) MarshalTo ¶
func (m *ConfigForVizierResponse) MarshalTo(dAtA []byte) (int, error)
func (*ConfigForVizierResponse) MarshalToSizedBuffer ¶
func (m *ConfigForVizierResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ConfigForVizierResponse) ProtoMessage ¶
func (*ConfigForVizierResponse) ProtoMessage()
func (*ConfigForVizierResponse) Reset ¶
func (m *ConfigForVizierResponse) Reset()
func (*ConfigForVizierResponse) Size ¶
func (m *ConfigForVizierResponse) Size() (n int)
func (*ConfigForVizierResponse) String ¶
func (this *ConfigForVizierResponse) String() string
func (*ConfigForVizierResponse) Unmarshal ¶
func (m *ConfigForVizierResponse) Unmarshal(dAtA []byte) error
func (*ConfigForVizierResponse) XXX_DiscardUnknown ¶
func (m *ConfigForVizierResponse) XXX_DiscardUnknown()
func (*ConfigForVizierResponse) XXX_Marshal ¶
func (m *ConfigForVizierResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigForVizierResponse) XXX_Merge ¶
func (m *ConfigForVizierResponse) XXX_Merge(src proto.Message)
func (*ConfigForVizierResponse) XXX_Size ¶
func (m *ConfigForVizierResponse) XXX_Size() int
func (*ConfigForVizierResponse) XXX_Unmarshal ¶
func (m *ConfigForVizierResponse) XXX_Unmarshal(b []byte) error
type ConfigServiceClient ¶
type ConfigServiceClient interface { GetConfigForVizier(ctx context.Context, in *ConfigForVizierRequest, opts ...grpc.CallOption) (*ConfigForVizierResponse, error) GetConfigForOperator(ctx context.Context, in *ConfigForOperatorRequest, opts ...grpc.CallOption) (*ConfigForOperatorResponse, error) }
ConfigServiceClient is the client API for ConfigService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewConfigServiceClient ¶
func NewConfigServiceClient(cc *grpc.ClientConn) ConfigServiceClient
type ConfigServiceServer ¶
type ConfigServiceServer interface { GetConfigForVizier(context.Context, *ConfigForVizierRequest) (*ConfigForVizierResponse, error) GetConfigForOperator(context.Context, *ConfigForOperatorRequest) (*ConfigForOperatorResponse, error) }
ConfigServiceServer is the server API for ConfigService service.
type ContainerState ¶
type ContainerState int32
const ( CONTAINER_STATE_UNKNOWN ContainerState = 0 CONTAINER_STATE_RUNNING ContainerState = 1 CONTAINER_STATE_TERMINATED ContainerState = 2 CONTAINER_STATE_WAITING ContainerState = 3 )
func (ContainerState) EnumDescriptor ¶
func (ContainerState) EnumDescriptor() ([]byte, []int)
func (ContainerState) String ¶
func (x ContainerState) String() string
type ContainerStatus ¶
type ContainerStatus struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` State ContainerState `protobuf:"varint,2,opt,name=state,proto3,enum=px.cloudapi.ContainerState" json:"state,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` CreatedAt *types.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` RestartCount int64 `protobuf:"varint,7,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"` }
func (*ContainerStatus) Descriptor ¶
func (*ContainerStatus) Descriptor() ([]byte, []int)
func (*ContainerStatus) Equal ¶
func (this *ContainerStatus) Equal(that interface{}) bool
func (*ContainerStatus) GetCreatedAt ¶
func (m *ContainerStatus) GetCreatedAt() *types.Timestamp
func (*ContainerStatus) GetMessage ¶
func (m *ContainerStatus) GetMessage() string
func (*ContainerStatus) GetName ¶
func (m *ContainerStatus) GetName() string
func (*ContainerStatus) GetReason ¶
func (m *ContainerStatus) GetReason() string
func (*ContainerStatus) GetRestartCount ¶
func (m *ContainerStatus) GetRestartCount() int64
func (*ContainerStatus) GetState ¶
func (m *ContainerStatus) GetState() ContainerState
func (*ContainerStatus) GoString ¶
func (this *ContainerStatus) GoString() string
func (*ContainerStatus) Marshal ¶
func (m *ContainerStatus) Marshal() (dAtA []byte, err error)
func (*ContainerStatus) MarshalToSizedBuffer ¶
func (m *ContainerStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContainerStatus) ProtoMessage ¶
func (*ContainerStatus) ProtoMessage()
func (*ContainerStatus) Reset ¶
func (m *ContainerStatus) Reset()
func (*ContainerStatus) Size ¶
func (m *ContainerStatus) Size() (n int)
func (*ContainerStatus) String ¶
func (this *ContainerStatus) String() string
func (*ContainerStatus) Unmarshal ¶
func (m *ContainerStatus) Unmarshal(dAtA []byte) error
func (*ContainerStatus) XXX_DiscardUnknown ¶
func (m *ContainerStatus) XXX_DiscardUnknown()
func (*ContainerStatus) XXX_Marshal ¶
func (m *ContainerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContainerStatus) XXX_Merge ¶
func (m *ContainerStatus) XXX_Merge(src proto.Message)
func (*ContainerStatus) XXX_Size ¶
func (m *ContainerStatus) XXX_Size() int
func (*ContainerStatus) XXX_Unmarshal ¶
func (m *ContainerStatus) XXX_Unmarshal(b []byte) error
type CreateAPIKeyRequest ¶
type CreateAPIKeyRequest struct {
Desc string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
}
func (*CreateAPIKeyRequest) Descriptor ¶
func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int)
func (*CreateAPIKeyRequest) Equal ¶
func (this *CreateAPIKeyRequest) Equal(that interface{}) bool
func (*CreateAPIKeyRequest) GetDesc ¶
func (m *CreateAPIKeyRequest) GetDesc() string
func (*CreateAPIKeyRequest) GoString ¶
func (this *CreateAPIKeyRequest) GoString() string
func (*CreateAPIKeyRequest) Marshal ¶
func (m *CreateAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*CreateAPIKeyRequest) MarshalTo ¶
func (m *CreateAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *CreateAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateAPIKeyRequest) ProtoMessage ¶
func (*CreateAPIKeyRequest) ProtoMessage()
func (*CreateAPIKeyRequest) Reset ¶
func (m *CreateAPIKeyRequest) Reset()
func (*CreateAPIKeyRequest) Size ¶
func (m *CreateAPIKeyRequest) Size() (n int)
func (*CreateAPIKeyRequest) String ¶
func (this *CreateAPIKeyRequest) String() string
func (*CreateAPIKeyRequest) Unmarshal ¶
func (m *CreateAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*CreateAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *CreateAPIKeyRequest) XXX_DiscardUnknown()
func (*CreateAPIKeyRequest) XXX_Marshal ¶
func (m *CreateAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAPIKeyRequest) XXX_Merge ¶
func (m *CreateAPIKeyRequest) XXX_Merge(src proto.Message)
func (*CreateAPIKeyRequest) XXX_Size ¶
func (m *CreateAPIKeyRequest) XXX_Size() int
func (*CreateAPIKeyRequest) XXX_Unmarshal ¶
func (m *CreateAPIKeyRequest) XXX_Unmarshal(b []byte) error
type CreateClusterRequest ¶
type CreateClusterRequest struct { }
func (*CreateClusterRequest) Descriptor ¶
func (*CreateClusterRequest) Descriptor() ([]byte, []int)
func (*CreateClusterRequest) Equal ¶
func (this *CreateClusterRequest) Equal(that interface{}) bool
func (*CreateClusterRequest) GoString ¶
func (this *CreateClusterRequest) GoString() string
func (*CreateClusterRequest) Marshal ¶
func (m *CreateClusterRequest) Marshal() (dAtA []byte, err error)
func (*CreateClusterRequest) MarshalTo ¶
func (m *CreateClusterRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateClusterRequest) MarshalToSizedBuffer ¶
func (m *CreateClusterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateClusterRequest) ProtoMessage ¶
func (*CreateClusterRequest) ProtoMessage()
func (*CreateClusterRequest) Reset ¶
func (m *CreateClusterRequest) Reset()
func (*CreateClusterRequest) Size ¶
func (m *CreateClusterRequest) Size() (n int)
func (*CreateClusterRequest) String ¶
func (this *CreateClusterRequest) String() string
func (*CreateClusterRequest) Unmarshal ¶
func (m *CreateClusterRequest) Unmarshal(dAtA []byte) error
func (*CreateClusterRequest) XXX_DiscardUnknown ¶
func (m *CreateClusterRequest) XXX_DiscardUnknown()
func (*CreateClusterRequest) XXX_Marshal ¶
func (m *CreateClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateClusterRequest) XXX_Merge ¶
func (m *CreateClusterRequest) XXX_Merge(src proto.Message)
func (*CreateClusterRequest) XXX_Size ¶
func (m *CreateClusterRequest) XXX_Size() int
func (*CreateClusterRequest) XXX_Unmarshal ¶
func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error
type CreateClusterResponse ¶
type CreateClusterResponse struct {
ClusterID *uuidpb.UUID `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
}
func (*CreateClusterResponse) Descriptor ¶
func (*CreateClusterResponse) Descriptor() ([]byte, []int)
func (*CreateClusterResponse) Equal ¶
func (this *CreateClusterResponse) Equal(that interface{}) bool
func (*CreateClusterResponse) GetClusterID ¶
func (m *CreateClusterResponse) GetClusterID() *uuidpb.UUID
func (*CreateClusterResponse) GoString ¶
func (this *CreateClusterResponse) GoString() string
func (*CreateClusterResponse) Marshal ¶
func (m *CreateClusterResponse) Marshal() (dAtA []byte, err error)
func (*CreateClusterResponse) MarshalTo ¶
func (m *CreateClusterResponse) MarshalTo(dAtA []byte) (int, error)
func (*CreateClusterResponse) MarshalToSizedBuffer ¶
func (m *CreateClusterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateClusterResponse) ProtoMessage ¶
func (*CreateClusterResponse) ProtoMessage()
func (*CreateClusterResponse) Reset ¶
func (m *CreateClusterResponse) Reset()
func (*CreateClusterResponse) Size ¶
func (m *CreateClusterResponse) Size() (n int)
func (*CreateClusterResponse) String ¶
func (this *CreateClusterResponse) String() string
func (*CreateClusterResponse) Unmarshal ¶
func (m *CreateClusterResponse) Unmarshal(dAtA []byte) error
func (*CreateClusterResponse) XXX_DiscardUnknown ¶
func (m *CreateClusterResponse) XXX_DiscardUnknown()
func (*CreateClusterResponse) XXX_Marshal ¶
func (m *CreateClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateClusterResponse) XXX_Merge ¶
func (m *CreateClusterResponse) XXX_Merge(src proto.Message)
func (*CreateClusterResponse) XXX_Size ¶
func (m *CreateClusterResponse) XXX_Size() int
func (*CreateClusterResponse) XXX_Unmarshal ¶
func (m *CreateClusterResponse) XXX_Unmarshal(b []byte) error
type CreateDeploymentKeyRequest ¶
type CreateDeploymentKeyRequest struct {
Desc string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
}
func (*CreateDeploymentKeyRequest) Descriptor ¶
func (*CreateDeploymentKeyRequest) Descriptor() ([]byte, []int)
func (*CreateDeploymentKeyRequest) Equal ¶
func (this *CreateDeploymentKeyRequest) Equal(that interface{}) bool
func (*CreateDeploymentKeyRequest) GetDesc ¶
func (m *CreateDeploymentKeyRequest) GetDesc() string
func (*CreateDeploymentKeyRequest) GoString ¶
func (this *CreateDeploymentKeyRequest) GoString() string
func (*CreateDeploymentKeyRequest) Marshal ¶
func (m *CreateDeploymentKeyRequest) Marshal() (dAtA []byte, err error)
func (*CreateDeploymentKeyRequest) MarshalTo ¶
func (m *CreateDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateDeploymentKeyRequest) MarshalToSizedBuffer ¶
func (m *CreateDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateDeploymentKeyRequest) ProtoMessage ¶
func (*CreateDeploymentKeyRequest) ProtoMessage()
func (*CreateDeploymentKeyRequest) Reset ¶
func (m *CreateDeploymentKeyRequest) Reset()
func (*CreateDeploymentKeyRequest) Size ¶
func (m *CreateDeploymentKeyRequest) Size() (n int)
func (*CreateDeploymentKeyRequest) String ¶
func (this *CreateDeploymentKeyRequest) String() string
func (*CreateDeploymentKeyRequest) Unmarshal ¶
func (m *CreateDeploymentKeyRequest) Unmarshal(dAtA []byte) error
func (*CreateDeploymentKeyRequest) XXX_DiscardUnknown ¶
func (m *CreateDeploymentKeyRequest) XXX_DiscardUnknown()
func (*CreateDeploymentKeyRequest) XXX_Marshal ¶
func (m *CreateDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateDeploymentKeyRequest) XXX_Merge ¶
func (m *CreateDeploymentKeyRequest) XXX_Merge(src proto.Message)
func (*CreateDeploymentKeyRequest) XXX_Size ¶
func (m *CreateDeploymentKeyRequest) XXX_Size() int
func (*CreateDeploymentKeyRequest) XXX_Unmarshal ¶
func (m *CreateDeploymentKeyRequest) XXX_Unmarshal(b []byte) error
type CreateInviteTokenRequest ¶
type CreateInviteTokenRequest struct {
OrgID *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
}
func (*CreateInviteTokenRequest) Descriptor ¶
func (*CreateInviteTokenRequest) Descriptor() ([]byte, []int)
func (*CreateInviteTokenRequest) Equal ¶
func (this *CreateInviteTokenRequest) Equal(that interface{}) bool
func (*CreateInviteTokenRequest) GetOrgID ¶
func (m *CreateInviteTokenRequest) GetOrgID() *uuidpb.UUID
func (*CreateInviteTokenRequest) GoString ¶
func (this *CreateInviteTokenRequest) GoString() string
func (*CreateInviteTokenRequest) Marshal ¶
func (m *CreateInviteTokenRequest) Marshal() (dAtA []byte, err error)
func (*CreateInviteTokenRequest) MarshalTo ¶
func (m *CreateInviteTokenRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateInviteTokenRequest) MarshalToSizedBuffer ¶
func (m *CreateInviteTokenRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateInviteTokenRequest) ProtoMessage ¶
func (*CreateInviteTokenRequest) ProtoMessage()
func (*CreateInviteTokenRequest) Reset ¶
func (m *CreateInviteTokenRequest) Reset()
func (*CreateInviteTokenRequest) Size ¶
func (m *CreateInviteTokenRequest) Size() (n int)
func (*CreateInviteTokenRequest) String ¶
func (this *CreateInviteTokenRequest) String() string
func (*CreateInviteTokenRequest) Unmarshal ¶
func (m *CreateInviteTokenRequest) Unmarshal(dAtA []byte) error
func (*CreateInviteTokenRequest) XXX_DiscardUnknown ¶
func (m *CreateInviteTokenRequest) XXX_DiscardUnknown()
func (*CreateInviteTokenRequest) XXX_Marshal ¶
func (m *CreateInviteTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateInviteTokenRequest) XXX_Merge ¶
func (m *CreateInviteTokenRequest) XXX_Merge(src proto.Message)
func (*CreateInviteTokenRequest) XXX_Size ¶
func (m *CreateInviteTokenRequest) XXX_Size() int
func (*CreateInviteTokenRequest) XXX_Unmarshal ¶
func (m *CreateInviteTokenRequest) XXX_Unmarshal(b []byte) error
type CreateOrgRequest ¶
type CreateOrgRequest struct {
OrgName string `protobuf:"bytes,1,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
}
func (*CreateOrgRequest) Descriptor ¶
func (*CreateOrgRequest) Descriptor() ([]byte, []int)
func (*CreateOrgRequest) Equal ¶
func (this *CreateOrgRequest) Equal(that interface{}) bool
func (*CreateOrgRequest) GetOrgName ¶
func (m *CreateOrgRequest) GetOrgName() string
func (*CreateOrgRequest) GoString ¶
func (this *CreateOrgRequest) GoString() string
func (*CreateOrgRequest) Marshal ¶
func (m *CreateOrgRequest) Marshal() (dAtA []byte, err error)
func (*CreateOrgRequest) MarshalToSizedBuffer ¶
func (m *CreateOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateOrgRequest) ProtoMessage ¶
func (*CreateOrgRequest) ProtoMessage()
func (*CreateOrgRequest) Reset ¶
func (m *CreateOrgRequest) Reset()
func (*CreateOrgRequest) Size ¶
func (m *CreateOrgRequest) Size() (n int)
func (*CreateOrgRequest) String ¶
func (this *CreateOrgRequest) String() string
func (*CreateOrgRequest) Unmarshal ¶
func (m *CreateOrgRequest) Unmarshal(dAtA []byte) error
func (*CreateOrgRequest) XXX_DiscardUnknown ¶
func (m *CreateOrgRequest) XXX_DiscardUnknown()
func (*CreateOrgRequest) XXX_Marshal ¶
func (m *CreateOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateOrgRequest) XXX_Merge ¶
func (m *CreateOrgRequest) XXX_Merge(src proto.Message)
func (*CreateOrgRequest) XXX_Size ¶
func (m *CreateOrgRequest) XXX_Size() int
func (*CreateOrgRequest) XXX_Unmarshal ¶
func (m *CreateOrgRequest) XXX_Unmarshal(b []byte) error
type CreateRetentionScriptRequest ¶
type CreateRetentionScriptRequest struct { ScriptName string `protobuf:"bytes,2,opt,name=script_name,json=scriptName,proto3" json:"script_name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` FrequencyS int64 `protobuf:"varint,5,opt,name=frequency_s,json=frequencyS,proto3" json:"frequency_s,omitempty"` Contents string `protobuf:"bytes,6,opt,name=contents,proto3" json:"contents,omitempty"` ExportUrl string `protobuf:"bytes,7,opt,name=export_url,json=exportUrl,proto3" json:"export_url,omitempty"` ClusterIDs []*uuidpb.UUID `protobuf:"bytes,8,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"` PluginId string `protobuf:"bytes,9,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` Disabled bool `protobuf:"varint,10,opt,name=disabled,proto3" json:"disabled,omitempty"` }
func (*CreateRetentionScriptRequest) Descriptor ¶
func (*CreateRetentionScriptRequest) Descriptor() ([]byte, []int)
func (*CreateRetentionScriptRequest) Equal ¶
func (this *CreateRetentionScriptRequest) Equal(that interface{}) bool
func (*CreateRetentionScriptRequest) GetClusterIDs ¶
func (m *CreateRetentionScriptRequest) GetClusterIDs() []*uuidpb.UUID
func (*CreateRetentionScriptRequest) GetContents ¶
func (m *CreateRetentionScriptRequest) GetContents() string
func (*CreateRetentionScriptRequest) GetDescription ¶
func (m *CreateRetentionScriptRequest) GetDescription() string
func (*CreateRetentionScriptRequest) GetDisabled ¶
func (m *CreateRetentionScriptRequest) GetDisabled() bool
func (*CreateRetentionScriptRequest) GetExportUrl ¶
func (m *CreateRetentionScriptRequest) GetExportUrl() string
func (*CreateRetentionScriptRequest) GetFrequencyS ¶
func (m *CreateRetentionScriptRequest) GetFrequencyS() int64
func (*CreateRetentionScriptRequest) GetPluginId ¶
func (m *CreateRetentionScriptRequest) GetPluginId() string
func (*CreateRetentionScriptRequest) GetScriptName ¶
func (m *CreateRetentionScriptRequest) GetScriptName() string
func (*CreateRetentionScriptRequest) GoString ¶
func (this *CreateRetentionScriptRequest) GoString() string
func (*CreateRetentionScriptRequest) Marshal ¶
func (m *CreateRetentionScriptRequest) Marshal() (dAtA []byte, err error)
func (*CreateRetentionScriptRequest) MarshalTo ¶
func (m *CreateRetentionScriptRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateRetentionScriptRequest) MarshalToSizedBuffer ¶
func (m *CreateRetentionScriptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateRetentionScriptRequest) ProtoMessage ¶
func (*CreateRetentionScriptRequest) ProtoMessage()
func (*CreateRetentionScriptRequest) Reset ¶
func (m *CreateRetentionScriptRequest) Reset()
func (*CreateRetentionScriptRequest) Size ¶
func (m *CreateRetentionScriptRequest) Size() (n int)
func (*CreateRetentionScriptRequest) String ¶
func (this *CreateRetentionScriptRequest) String() string
func (*CreateRetentionScriptRequest) Unmarshal ¶
func (m *CreateRetentionScriptRequest) Unmarshal(dAtA []byte) error
func (*CreateRetentionScriptRequest) XXX_DiscardUnknown ¶
func (m *CreateRetentionScriptRequest) XXX_DiscardUnknown()
func (*CreateRetentionScriptRequest) XXX_Marshal ¶
func (m *CreateRetentionScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateRetentionScriptRequest) XXX_Merge ¶
func (m *CreateRetentionScriptRequest) XXX_Merge(src proto.Message)
func (*CreateRetentionScriptRequest) XXX_Size ¶
func (m *CreateRetentionScriptRequest) XXX_Size() int
func (*CreateRetentionScriptRequest) XXX_Unmarshal ¶
func (m *CreateRetentionScriptRequest) XXX_Unmarshal(b []byte) error
type CreateRetentionScriptResponse ¶
type CreateRetentionScriptResponse struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*CreateRetentionScriptResponse) Descriptor ¶
func (*CreateRetentionScriptResponse) Descriptor() ([]byte, []int)
func (*CreateRetentionScriptResponse) Equal ¶
func (this *CreateRetentionScriptResponse) Equal(that interface{}) bool
func (*CreateRetentionScriptResponse) GetID ¶
func (m *CreateRetentionScriptResponse) GetID() *uuidpb.UUID
func (*CreateRetentionScriptResponse) GoString ¶
func (this *CreateRetentionScriptResponse) GoString() string
func (*CreateRetentionScriptResponse) Marshal ¶
func (m *CreateRetentionScriptResponse) Marshal() (dAtA []byte, err error)
func (*CreateRetentionScriptResponse) MarshalTo ¶
func (m *CreateRetentionScriptResponse) MarshalTo(dAtA []byte) (int, error)
func (*CreateRetentionScriptResponse) MarshalToSizedBuffer ¶
func (m *CreateRetentionScriptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateRetentionScriptResponse) ProtoMessage ¶
func (*CreateRetentionScriptResponse) ProtoMessage()
func (*CreateRetentionScriptResponse) Reset ¶
func (m *CreateRetentionScriptResponse) Reset()
func (*CreateRetentionScriptResponse) Size ¶
func (m *CreateRetentionScriptResponse) Size() (n int)
func (*CreateRetentionScriptResponse) String ¶
func (this *CreateRetentionScriptResponse) String() string
func (*CreateRetentionScriptResponse) Unmarshal ¶
func (m *CreateRetentionScriptResponse) Unmarshal(dAtA []byte) error
func (*CreateRetentionScriptResponse) XXX_DiscardUnknown ¶
func (m *CreateRetentionScriptResponse) XXX_DiscardUnknown()
func (*CreateRetentionScriptResponse) XXX_Marshal ¶
func (m *CreateRetentionScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateRetentionScriptResponse) XXX_Merge ¶
func (m *CreateRetentionScriptResponse) XXX_Merge(src proto.Message)
func (*CreateRetentionScriptResponse) XXX_Size ¶
func (m *CreateRetentionScriptResponse) XXX_Size() int
func (*CreateRetentionScriptResponse) XXX_Unmarshal ¶
func (m *CreateRetentionScriptResponse) XXX_Unmarshal(b []byte) error
type DeleteOrgIDEConfigRequest ¶
type DeleteOrgIDEConfigRequest struct { OrgID *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` IDEName string `protobuf:"bytes,2,opt,name=ide_name,json=ideName,proto3" json:"ide_name,omitempty"` }
func (*DeleteOrgIDEConfigRequest) Descriptor ¶
func (*DeleteOrgIDEConfigRequest) Descriptor() ([]byte, []int)
func (*DeleteOrgIDEConfigRequest) Equal ¶
func (this *DeleteOrgIDEConfigRequest) Equal(that interface{}) bool
func (*DeleteOrgIDEConfigRequest) GetIDEName ¶
func (m *DeleteOrgIDEConfigRequest) GetIDEName() string
func (*DeleteOrgIDEConfigRequest) GetOrgID ¶
func (m *DeleteOrgIDEConfigRequest) GetOrgID() *uuidpb.UUID
func (*DeleteOrgIDEConfigRequest) GoString ¶
func (this *DeleteOrgIDEConfigRequest) GoString() string
func (*DeleteOrgIDEConfigRequest) Marshal ¶
func (m *DeleteOrgIDEConfigRequest) Marshal() (dAtA []byte, err error)
func (*DeleteOrgIDEConfigRequest) MarshalTo ¶
func (m *DeleteOrgIDEConfigRequest) MarshalTo(dAtA []byte) (int, error)
func (*DeleteOrgIDEConfigRequest) MarshalToSizedBuffer ¶
func (m *DeleteOrgIDEConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteOrgIDEConfigRequest) ProtoMessage ¶
func (*DeleteOrgIDEConfigRequest) ProtoMessage()
func (*DeleteOrgIDEConfigRequest) Reset ¶
func (m *DeleteOrgIDEConfigRequest) Reset()
func (*DeleteOrgIDEConfigRequest) Size ¶
func (m *DeleteOrgIDEConfigRequest) Size() (n int)
func (*DeleteOrgIDEConfigRequest) String ¶
func (this *DeleteOrgIDEConfigRequest) String() string
func (*DeleteOrgIDEConfigRequest) Unmarshal ¶
func (m *DeleteOrgIDEConfigRequest) Unmarshal(dAtA []byte) error
func (*DeleteOrgIDEConfigRequest) XXX_DiscardUnknown ¶
func (m *DeleteOrgIDEConfigRequest) XXX_DiscardUnknown()
func (*DeleteOrgIDEConfigRequest) XXX_Marshal ¶
func (m *DeleteOrgIDEConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteOrgIDEConfigRequest) XXX_Merge ¶
func (m *DeleteOrgIDEConfigRequest) XXX_Merge(src proto.Message)
func (*DeleteOrgIDEConfigRequest) XXX_Size ¶
func (m *DeleteOrgIDEConfigRequest) XXX_Size() int
func (*DeleteOrgIDEConfigRequest) XXX_Unmarshal ¶
func (m *DeleteOrgIDEConfigRequest) XXX_Unmarshal(b []byte) error
type DeleteOrgIDEConfigResponse ¶
type DeleteOrgIDEConfigResponse struct { }
func (*DeleteOrgIDEConfigResponse) Descriptor ¶
func (*DeleteOrgIDEConfigResponse) Descriptor() ([]byte, []int)
func (*DeleteOrgIDEConfigResponse) Equal ¶
func (this *DeleteOrgIDEConfigResponse) Equal(that interface{}) bool
func (*DeleteOrgIDEConfigResponse) GoString ¶
func (this *DeleteOrgIDEConfigResponse) GoString() string
func (*DeleteOrgIDEConfigResponse) Marshal ¶
func (m *DeleteOrgIDEConfigResponse) Marshal() (dAtA []byte, err error)
func (*DeleteOrgIDEConfigResponse) MarshalTo ¶
func (m *DeleteOrgIDEConfigResponse) MarshalTo(dAtA []byte) (int, error)
func (*DeleteOrgIDEConfigResponse) MarshalToSizedBuffer ¶
func (m *DeleteOrgIDEConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteOrgIDEConfigResponse) ProtoMessage ¶
func (*DeleteOrgIDEConfigResponse) ProtoMessage()
func (*DeleteOrgIDEConfigResponse) Reset ¶
func (m *DeleteOrgIDEConfigResponse) Reset()
func (*DeleteOrgIDEConfigResponse) Size ¶
func (m *DeleteOrgIDEConfigResponse) Size() (n int)
func (*DeleteOrgIDEConfigResponse) String ¶
func (this *DeleteOrgIDEConfigResponse) String() string
func (*DeleteOrgIDEConfigResponse) Unmarshal ¶
func (m *DeleteOrgIDEConfigResponse) Unmarshal(dAtA []byte) error
func (*DeleteOrgIDEConfigResponse) XXX_DiscardUnknown ¶
func (m *DeleteOrgIDEConfigResponse) XXX_DiscardUnknown()
func (*DeleteOrgIDEConfigResponse) XXX_Marshal ¶
func (m *DeleteOrgIDEConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteOrgIDEConfigResponse) XXX_Merge ¶
func (m *DeleteOrgIDEConfigResponse) XXX_Merge(src proto.Message)
func (*DeleteOrgIDEConfigResponse) XXX_Size ¶
func (m *DeleteOrgIDEConfigResponse) XXX_Size() int
func (*DeleteOrgIDEConfigResponse) XXX_Unmarshal ¶
func (m *DeleteOrgIDEConfigResponse) XXX_Unmarshal(b []byte) error
type DeleteRetentionScriptRequest ¶
type DeleteRetentionScriptRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*DeleteRetentionScriptRequest) Descriptor ¶
func (*DeleteRetentionScriptRequest) Descriptor() ([]byte, []int)
func (*DeleteRetentionScriptRequest) Equal ¶
func (this *DeleteRetentionScriptRequest) Equal(that interface{}) bool
func (*DeleteRetentionScriptRequest) GetID ¶
func (m *DeleteRetentionScriptRequest) GetID() *uuidpb.UUID
func (*DeleteRetentionScriptRequest) GoString ¶
func (this *DeleteRetentionScriptRequest) GoString() string
func (*DeleteRetentionScriptRequest) Marshal ¶
func (m *DeleteRetentionScriptRequest) Marshal() (dAtA []byte, err error)
func (*DeleteRetentionScriptRequest) MarshalTo ¶
func (m *DeleteRetentionScriptRequest) MarshalTo(dAtA []byte) (int, error)
func (*DeleteRetentionScriptRequest) MarshalToSizedBuffer ¶
func (m *DeleteRetentionScriptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteRetentionScriptRequest) ProtoMessage ¶
func (*DeleteRetentionScriptRequest) ProtoMessage()
func (*DeleteRetentionScriptRequest) Reset ¶
func (m *DeleteRetentionScriptRequest) Reset()
func (*DeleteRetentionScriptRequest) Size ¶
func (m *DeleteRetentionScriptRequest) Size() (n int)
func (*DeleteRetentionScriptRequest) String ¶
func (this *DeleteRetentionScriptRequest) String() string
func (*DeleteRetentionScriptRequest) Unmarshal ¶
func (m *DeleteRetentionScriptRequest) Unmarshal(dAtA []byte) error
func (*DeleteRetentionScriptRequest) XXX_DiscardUnknown ¶
func (m *DeleteRetentionScriptRequest) XXX_DiscardUnknown()
func (*DeleteRetentionScriptRequest) XXX_Marshal ¶
func (m *DeleteRetentionScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteRetentionScriptRequest) XXX_Merge ¶
func (m *DeleteRetentionScriptRequest) XXX_Merge(src proto.Message)
func (*DeleteRetentionScriptRequest) XXX_Size ¶
func (m *DeleteRetentionScriptRequest) XXX_Size() int
func (*DeleteRetentionScriptRequest) XXX_Unmarshal ¶
func (m *DeleteRetentionScriptRequest) XXX_Unmarshal(b []byte) error
type DeleteRetentionScriptResponse ¶
type DeleteRetentionScriptResponse struct { }
func (*DeleteRetentionScriptResponse) Descriptor ¶
func (*DeleteRetentionScriptResponse) Descriptor() ([]byte, []int)
func (*DeleteRetentionScriptResponse) Equal ¶
func (this *DeleteRetentionScriptResponse) Equal(that interface{}) bool
func (*DeleteRetentionScriptResponse) GoString ¶
func (this *DeleteRetentionScriptResponse) GoString() string
func (*DeleteRetentionScriptResponse) Marshal ¶
func (m *DeleteRetentionScriptResponse) Marshal() (dAtA []byte, err error)
func (*DeleteRetentionScriptResponse) MarshalTo ¶
func (m *DeleteRetentionScriptResponse) MarshalTo(dAtA []byte) (int, error)
func (*DeleteRetentionScriptResponse) MarshalToSizedBuffer ¶
func (m *DeleteRetentionScriptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteRetentionScriptResponse) ProtoMessage ¶
func (*DeleteRetentionScriptResponse) ProtoMessage()
func (*DeleteRetentionScriptResponse) Reset ¶
func (m *DeleteRetentionScriptResponse) Reset()
func (*DeleteRetentionScriptResponse) Size ¶
func (m *DeleteRetentionScriptResponse) Size() (n int)
func (*DeleteRetentionScriptResponse) String ¶
func (this *DeleteRetentionScriptResponse) String() string
func (*DeleteRetentionScriptResponse) Unmarshal ¶
func (m *DeleteRetentionScriptResponse) Unmarshal(dAtA []byte) error
func (*DeleteRetentionScriptResponse) XXX_DiscardUnknown ¶
func (m *DeleteRetentionScriptResponse) XXX_DiscardUnknown()
func (*DeleteRetentionScriptResponse) XXX_Marshal ¶
func (m *DeleteRetentionScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteRetentionScriptResponse) XXX_Merge ¶
func (m *DeleteRetentionScriptResponse) XXX_Merge(src proto.Message)
func (*DeleteRetentionScriptResponse) XXX_Size ¶
func (m *DeleteRetentionScriptResponse) XXX_Size() int
func (*DeleteRetentionScriptResponse) XXX_Unmarshal ¶
func (m *DeleteRetentionScriptResponse) XXX_Unmarshal(b []byte) error
type DeleteUserRequest ¶
type DeleteUserRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*DeleteUserRequest) Descriptor ¶
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
func (*DeleteUserRequest) Equal ¶
func (this *DeleteUserRequest) Equal(that interface{}) bool
func (*DeleteUserRequest) GetID ¶
func (m *DeleteUserRequest) GetID() *uuidpb.UUID
func (*DeleteUserRequest) GoString ¶
func (this *DeleteUserRequest) GoString() string
func (*DeleteUserRequest) Marshal ¶
func (m *DeleteUserRequest) Marshal() (dAtA []byte, err error)
func (*DeleteUserRequest) MarshalTo ¶
func (m *DeleteUserRequest) MarshalTo(dAtA []byte) (int, error)
func (*DeleteUserRequest) MarshalToSizedBuffer ¶
func (m *DeleteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) Reset ¶
func (m *DeleteUserRequest) Reset()
func (*DeleteUserRequest) Size ¶
func (m *DeleteUserRequest) Size() (n int)
func (*DeleteUserRequest) String ¶
func (this *DeleteUserRequest) String() string
func (*DeleteUserRequest) Unmarshal ¶
func (m *DeleteUserRequest) Unmarshal(dAtA []byte) error
func (*DeleteUserRequest) XXX_DiscardUnknown ¶
func (m *DeleteUserRequest) XXX_DiscardUnknown()
func (*DeleteUserRequest) XXX_Marshal ¶
func (m *DeleteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteUserRequest) XXX_Merge ¶
func (m *DeleteUserRequest) XXX_Merge(src proto.Message)
func (*DeleteUserRequest) XXX_Size ¶
func (m *DeleteUserRequest) XXX_Size() int
func (*DeleteUserRequest) XXX_Unmarshal ¶
func (m *DeleteUserRequest) XXX_Unmarshal(b []byte) error
type DeleteUserResponse ¶
type DeleteUserResponse struct { }
func (*DeleteUserResponse) Descriptor ¶
func (*DeleteUserResponse) Descriptor() ([]byte, []int)
func (*DeleteUserResponse) Equal ¶
func (this *DeleteUserResponse) Equal(that interface{}) bool
func (*DeleteUserResponse) GoString ¶
func (this *DeleteUserResponse) GoString() string
func (*DeleteUserResponse) Marshal ¶
func (m *DeleteUserResponse) Marshal() (dAtA []byte, err error)
func (*DeleteUserResponse) MarshalTo ¶
func (m *DeleteUserResponse) MarshalTo(dAtA []byte) (int, error)
func (*DeleteUserResponse) MarshalToSizedBuffer ¶
func (m *DeleteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) Reset ¶
func (m *DeleteUserResponse) Reset()
func (*DeleteUserResponse) Size ¶
func (m *DeleteUserResponse) Size() (n int)
func (*DeleteUserResponse) String ¶
func (this *DeleteUserResponse) String() string
func (*DeleteUserResponse) Unmarshal ¶
func (m *DeleteUserResponse) Unmarshal(dAtA []byte) error
func (*DeleteUserResponse) XXX_DiscardUnknown ¶
func (m *DeleteUserResponse) XXX_DiscardUnknown()
func (*DeleteUserResponse) XXX_Marshal ¶
func (m *DeleteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteUserResponse) XXX_Merge ¶
func (m *DeleteUserResponse) XXX_Merge(src proto.Message)
func (*DeleteUserResponse) XXX_Size ¶
func (m *DeleteUserResponse) XXX_Size() int
func (*DeleteUserResponse) XXX_Unmarshal ¶
func (m *DeleteUserResponse) XXX_Unmarshal(b []byte) error
type DeploymentKey ¶
type DeploymentKey struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserID *uuidpb.UUID `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` }
func (*DeploymentKey) Descriptor ¶
func (*DeploymentKey) Descriptor() ([]byte, []int)
func (*DeploymentKey) Equal ¶
func (this *DeploymentKey) Equal(that interface{}) bool
func (*DeploymentKey) GetCreatedAt ¶
func (m *DeploymentKey) GetCreatedAt() *types.Timestamp
func (*DeploymentKey) GetDesc ¶
func (m *DeploymentKey) GetDesc() string
func (*DeploymentKey) GetID ¶
func (m *DeploymentKey) GetID() *uuidpb.UUID
func (*DeploymentKey) GetKey ¶
func (m *DeploymentKey) GetKey() string
func (*DeploymentKey) GetOrgID ¶
func (m *DeploymentKey) GetOrgID() *uuidpb.UUID
func (*DeploymentKey) GetUserID ¶
func (m *DeploymentKey) GetUserID() *uuidpb.UUID
func (*DeploymentKey) GoString ¶
func (this *DeploymentKey) GoString() string
func (*DeploymentKey) Marshal ¶
func (m *DeploymentKey) Marshal() (dAtA []byte, err error)
func (*DeploymentKey) MarshalToSizedBuffer ¶
func (m *DeploymentKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeploymentKey) ProtoMessage ¶
func (*DeploymentKey) ProtoMessage()
func (*DeploymentKey) Reset ¶
func (m *DeploymentKey) Reset()
func (*DeploymentKey) Size ¶
func (m *DeploymentKey) Size() (n int)
func (*DeploymentKey) String ¶
func (this *DeploymentKey) String() string
func (*DeploymentKey) Unmarshal ¶
func (m *DeploymentKey) Unmarshal(dAtA []byte) error
func (*DeploymentKey) XXX_DiscardUnknown ¶
func (m *DeploymentKey) XXX_DiscardUnknown()
func (*DeploymentKey) XXX_Marshal ¶
func (m *DeploymentKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeploymentKey) XXX_Merge ¶
func (m *DeploymentKey) XXX_Merge(src proto.Message)
func (*DeploymentKey) XXX_Size ¶
func (m *DeploymentKey) XXX_Size() int
func (*DeploymentKey) XXX_Unmarshal ¶
func (m *DeploymentKey) XXX_Unmarshal(b []byte) error
type DeploymentKeyMetadata ¶
type DeploymentKeyMetadata struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserID *uuidpb.UUID `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` }
func (*DeploymentKeyMetadata) Descriptor ¶
func (*DeploymentKeyMetadata) Descriptor() ([]byte, []int)
func (*DeploymentKeyMetadata) Equal ¶
func (this *DeploymentKeyMetadata) Equal(that interface{}) bool
func (*DeploymentKeyMetadata) GetCreatedAt ¶
func (m *DeploymentKeyMetadata) GetCreatedAt() *types.Timestamp
func (*DeploymentKeyMetadata) GetDesc ¶
func (m *DeploymentKeyMetadata) GetDesc() string
func (*DeploymentKeyMetadata) GetID ¶
func (m *DeploymentKeyMetadata) GetID() *uuidpb.UUID
func (*DeploymentKeyMetadata) GetOrgID ¶
func (m *DeploymentKeyMetadata) GetOrgID() *uuidpb.UUID
func (*DeploymentKeyMetadata) GetUserID ¶
func (m *DeploymentKeyMetadata) GetUserID() *uuidpb.UUID
func (*DeploymentKeyMetadata) GoString ¶
func (this *DeploymentKeyMetadata) GoString() string
func (*DeploymentKeyMetadata) Marshal ¶
func (m *DeploymentKeyMetadata) Marshal() (dAtA []byte, err error)
func (*DeploymentKeyMetadata) MarshalTo ¶
func (m *DeploymentKeyMetadata) MarshalTo(dAtA []byte) (int, error)
func (*DeploymentKeyMetadata) MarshalToSizedBuffer ¶
func (m *DeploymentKeyMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeploymentKeyMetadata) ProtoMessage ¶
func (*DeploymentKeyMetadata) ProtoMessage()
func (*DeploymentKeyMetadata) Reset ¶
func (m *DeploymentKeyMetadata) Reset()
func (*DeploymentKeyMetadata) Size ¶
func (m *DeploymentKeyMetadata) Size() (n int)
func (*DeploymentKeyMetadata) String ¶
func (this *DeploymentKeyMetadata) String() string
func (*DeploymentKeyMetadata) Unmarshal ¶
func (m *DeploymentKeyMetadata) Unmarshal(dAtA []byte) error
func (*DeploymentKeyMetadata) XXX_DiscardUnknown ¶
func (m *DeploymentKeyMetadata) XXX_DiscardUnknown()
func (*DeploymentKeyMetadata) XXX_Marshal ¶
func (m *DeploymentKeyMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeploymentKeyMetadata) XXX_Merge ¶
func (m *DeploymentKeyMetadata) XXX_Merge(src proto.Message)
func (*DeploymentKeyMetadata) XXX_Size ¶
func (m *DeploymentKeyMetadata) XXX_Size() int
func (*DeploymentKeyMetadata) XXX_Unmarshal ¶
func (m *DeploymentKeyMetadata) XXX_Unmarshal(b []byte) error
type GetAPIKeyRequest ¶
type GetAPIKeyRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetAPIKeyRequest) Descriptor ¶
func (*GetAPIKeyRequest) Descriptor() ([]byte, []int)
func (*GetAPIKeyRequest) Equal ¶
func (this *GetAPIKeyRequest) Equal(that interface{}) bool
func (*GetAPIKeyRequest) GetID ¶
func (m *GetAPIKeyRequest) GetID() *uuidpb.UUID
func (*GetAPIKeyRequest) GoString ¶
func (this *GetAPIKeyRequest) GoString() string
func (*GetAPIKeyRequest) Marshal ¶
func (m *GetAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*GetAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *GetAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAPIKeyRequest) ProtoMessage ¶
func (*GetAPIKeyRequest) ProtoMessage()
func (*GetAPIKeyRequest) Reset ¶
func (m *GetAPIKeyRequest) Reset()
func (*GetAPIKeyRequest) Size ¶
func (m *GetAPIKeyRequest) Size() (n int)
func (*GetAPIKeyRequest) String ¶
func (this *GetAPIKeyRequest) String() string
func (*GetAPIKeyRequest) Unmarshal ¶
func (m *GetAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*GetAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *GetAPIKeyRequest) XXX_DiscardUnknown()
func (*GetAPIKeyRequest) XXX_Marshal ¶
func (m *GetAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAPIKeyRequest) XXX_Merge ¶
func (m *GetAPIKeyRequest) XXX_Merge(src proto.Message)
func (*GetAPIKeyRequest) XXX_Size ¶
func (m *GetAPIKeyRequest) XXX_Size() int
func (*GetAPIKeyRequest) XXX_Unmarshal ¶
func (m *GetAPIKeyRequest) XXX_Unmarshal(b []byte) error
type GetAPIKeyResponse ¶
type GetAPIKeyResponse struct {
Key *APIKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*GetAPIKeyResponse) Descriptor ¶
func (*GetAPIKeyResponse) Descriptor() ([]byte, []int)
func (*GetAPIKeyResponse) Equal ¶
func (this *GetAPIKeyResponse) Equal(that interface{}) bool
func (*GetAPIKeyResponse) GetKey ¶
func (m *GetAPIKeyResponse) GetKey() *APIKey
func (*GetAPIKeyResponse) GoString ¶
func (this *GetAPIKeyResponse) GoString() string
func (*GetAPIKeyResponse) Marshal ¶
func (m *GetAPIKeyResponse) Marshal() (dAtA []byte, err error)
func (*GetAPIKeyResponse) MarshalTo ¶
func (m *GetAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetAPIKeyResponse) MarshalToSizedBuffer ¶
func (m *GetAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAPIKeyResponse) ProtoMessage ¶
func (*GetAPIKeyResponse) ProtoMessage()
func (*GetAPIKeyResponse) Reset ¶
func (m *GetAPIKeyResponse) Reset()
func (*GetAPIKeyResponse) Size ¶
func (m *GetAPIKeyResponse) Size() (n int)
func (*GetAPIKeyResponse) String ¶
func (this *GetAPIKeyResponse) String() string
func (*GetAPIKeyResponse) Unmarshal ¶
func (m *GetAPIKeyResponse) Unmarshal(dAtA []byte) error
func (*GetAPIKeyResponse) XXX_DiscardUnknown ¶
func (m *GetAPIKeyResponse) XXX_DiscardUnknown()
func (*GetAPIKeyResponse) XXX_Marshal ¶
func (m *GetAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAPIKeyResponse) XXX_Merge ¶
func (m *GetAPIKeyResponse) XXX_Merge(src proto.Message)
func (*GetAPIKeyResponse) XXX_Size ¶
func (m *GetAPIKeyResponse) XXX_Size() int
func (*GetAPIKeyResponse) XXX_Unmarshal ¶
func (m *GetAPIKeyResponse) XXX_Unmarshal(b []byte) error
type GetArtifactListRequest ¶
type GetArtifactListRequest struct { ArtifactName string `protobuf:"bytes,1,opt,name=artifact_name,json=artifactName,proto3" json:"artifact_name,omitempty"` ArtifactType ArtifactType `` /* 128-byte string literal not displayed */ Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` }
func (*GetArtifactListRequest) Descriptor ¶
func (*GetArtifactListRequest) Descriptor() ([]byte, []int)
func (*GetArtifactListRequest) Equal ¶
func (this *GetArtifactListRequest) Equal(that interface{}) bool
func (*GetArtifactListRequest) GetArtifactName ¶
func (m *GetArtifactListRequest) GetArtifactName() string
func (*GetArtifactListRequest) GetArtifactType ¶
func (m *GetArtifactListRequest) GetArtifactType() ArtifactType
func (*GetArtifactListRequest) GetLimit ¶
func (m *GetArtifactListRequest) GetLimit() int64
func (*GetArtifactListRequest) GoString ¶
func (this *GetArtifactListRequest) GoString() string
func (*GetArtifactListRequest) Marshal ¶
func (m *GetArtifactListRequest) Marshal() (dAtA []byte, err error)
func (*GetArtifactListRequest) MarshalTo ¶
func (m *GetArtifactListRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetArtifactListRequest) MarshalToSizedBuffer ¶
func (m *GetArtifactListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetArtifactListRequest) ProtoMessage ¶
func (*GetArtifactListRequest) ProtoMessage()
func (*GetArtifactListRequest) Reset ¶
func (m *GetArtifactListRequest) Reset()
func (*GetArtifactListRequest) Size ¶
func (m *GetArtifactListRequest) Size() (n int)
func (*GetArtifactListRequest) String ¶
func (this *GetArtifactListRequest) String() string
func (*GetArtifactListRequest) Unmarshal ¶
func (m *GetArtifactListRequest) Unmarshal(dAtA []byte) error
func (*GetArtifactListRequest) XXX_DiscardUnknown ¶
func (m *GetArtifactListRequest) XXX_DiscardUnknown()
func (*GetArtifactListRequest) XXX_Marshal ¶
func (m *GetArtifactListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetArtifactListRequest) XXX_Merge ¶
func (m *GetArtifactListRequest) XXX_Merge(src proto.Message)
func (*GetArtifactListRequest) XXX_Size ¶
func (m *GetArtifactListRequest) XXX_Size() int
func (*GetArtifactListRequest) XXX_Unmarshal ¶
func (m *GetArtifactListRequest) XXX_Unmarshal(b []byte) error
type GetClusterConnectionInfoRequest ¶
type GetClusterConnectionInfoRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetClusterConnectionInfoRequest) Descriptor ¶
func (*GetClusterConnectionInfoRequest) Descriptor() ([]byte, []int)
func (*GetClusterConnectionInfoRequest) Equal ¶
func (this *GetClusterConnectionInfoRequest) Equal(that interface{}) bool
func (*GetClusterConnectionInfoRequest) GetID ¶
func (m *GetClusterConnectionInfoRequest) GetID() *uuidpb.UUID
func (*GetClusterConnectionInfoRequest) GoString ¶
func (this *GetClusterConnectionInfoRequest) GoString() string
func (*GetClusterConnectionInfoRequest) Marshal ¶
func (m *GetClusterConnectionInfoRequest) Marshal() (dAtA []byte, err error)
func (*GetClusterConnectionInfoRequest) MarshalTo ¶
func (m *GetClusterConnectionInfoRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetClusterConnectionInfoRequest) MarshalToSizedBuffer ¶
func (m *GetClusterConnectionInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetClusterConnectionInfoRequest) ProtoMessage ¶
func (*GetClusterConnectionInfoRequest) ProtoMessage()
func (*GetClusterConnectionInfoRequest) Reset ¶
func (m *GetClusterConnectionInfoRequest) Reset()
func (*GetClusterConnectionInfoRequest) Size ¶
func (m *GetClusterConnectionInfoRequest) Size() (n int)
func (*GetClusterConnectionInfoRequest) String ¶
func (this *GetClusterConnectionInfoRequest) String() string
func (*GetClusterConnectionInfoRequest) Unmarshal ¶
func (m *GetClusterConnectionInfoRequest) Unmarshal(dAtA []byte) error
func (*GetClusterConnectionInfoRequest) XXX_DiscardUnknown ¶
func (m *GetClusterConnectionInfoRequest) XXX_DiscardUnknown()
func (*GetClusterConnectionInfoRequest) XXX_Marshal ¶
func (m *GetClusterConnectionInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClusterConnectionInfoRequest) XXX_Merge ¶
func (m *GetClusterConnectionInfoRequest) XXX_Merge(src proto.Message)
func (*GetClusterConnectionInfoRequest) XXX_Size ¶
func (m *GetClusterConnectionInfoRequest) XXX_Size() int
func (*GetClusterConnectionInfoRequest) XXX_Unmarshal ¶
func (m *GetClusterConnectionInfoRequest) XXX_Unmarshal(b []byte) error
type GetClusterConnectionInfoResponse ¶
type GetClusterConnectionInfoResponse struct {
Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
}
func (*GetClusterConnectionInfoResponse) Descriptor ¶
func (*GetClusterConnectionInfoResponse) Descriptor() ([]byte, []int)
func (*GetClusterConnectionInfoResponse) Equal ¶
func (this *GetClusterConnectionInfoResponse) Equal(that interface{}) bool
func (*GetClusterConnectionInfoResponse) GetToken ¶
func (m *GetClusterConnectionInfoResponse) GetToken() string
func (*GetClusterConnectionInfoResponse) GoString ¶
func (this *GetClusterConnectionInfoResponse) GoString() string
func (*GetClusterConnectionInfoResponse) Marshal ¶
func (m *GetClusterConnectionInfoResponse) Marshal() (dAtA []byte, err error)
func (*GetClusterConnectionInfoResponse) MarshalTo ¶
func (m *GetClusterConnectionInfoResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetClusterConnectionInfoResponse) MarshalToSizedBuffer ¶
func (m *GetClusterConnectionInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetClusterConnectionInfoResponse) ProtoMessage ¶
func (*GetClusterConnectionInfoResponse) ProtoMessage()
func (*GetClusterConnectionInfoResponse) Reset ¶
func (m *GetClusterConnectionInfoResponse) Reset()
func (*GetClusterConnectionInfoResponse) Size ¶
func (m *GetClusterConnectionInfoResponse) Size() (n int)
func (*GetClusterConnectionInfoResponse) String ¶
func (this *GetClusterConnectionInfoResponse) String() string
func (*GetClusterConnectionInfoResponse) Unmarshal ¶
func (m *GetClusterConnectionInfoResponse) Unmarshal(dAtA []byte) error
func (*GetClusterConnectionInfoResponse) XXX_DiscardUnknown ¶
func (m *GetClusterConnectionInfoResponse) XXX_DiscardUnknown()
func (*GetClusterConnectionInfoResponse) XXX_Marshal ¶
func (m *GetClusterConnectionInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClusterConnectionInfoResponse) XXX_Merge ¶
func (m *GetClusterConnectionInfoResponse) XXX_Merge(src proto.Message)
func (*GetClusterConnectionInfoResponse) XXX_Size ¶
func (m *GetClusterConnectionInfoResponse) XXX_Size() int
func (*GetClusterConnectionInfoResponse) XXX_Unmarshal ¶
func (m *GetClusterConnectionInfoResponse) XXX_Unmarshal(b []byte) error
type GetClusterInfoRequest ¶
type GetClusterInfoRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetClusterInfoRequest) Descriptor ¶
func (*GetClusterInfoRequest) Descriptor() ([]byte, []int)
func (*GetClusterInfoRequest) Equal ¶
func (this *GetClusterInfoRequest) Equal(that interface{}) bool
func (*GetClusterInfoRequest) GetID ¶
func (m *GetClusterInfoRequest) GetID() *uuidpb.UUID
func (*GetClusterInfoRequest) GoString ¶
func (this *GetClusterInfoRequest) GoString() string
func (*GetClusterInfoRequest) Marshal ¶
func (m *GetClusterInfoRequest) Marshal() (dAtA []byte, err error)
func (*GetClusterInfoRequest) MarshalTo ¶
func (m *GetClusterInfoRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetClusterInfoRequest) MarshalToSizedBuffer ¶
func (m *GetClusterInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetClusterInfoRequest) ProtoMessage ¶
func (*GetClusterInfoRequest) ProtoMessage()
func (*GetClusterInfoRequest) Reset ¶
func (m *GetClusterInfoRequest) Reset()
func (*GetClusterInfoRequest) Size ¶
func (m *GetClusterInfoRequest) Size() (n int)
func (*GetClusterInfoRequest) String ¶
func (this *GetClusterInfoRequest) String() string
func (*GetClusterInfoRequest) Unmarshal ¶
func (m *GetClusterInfoRequest) Unmarshal(dAtA []byte) error
func (*GetClusterInfoRequest) XXX_DiscardUnknown ¶
func (m *GetClusterInfoRequest) XXX_DiscardUnknown()
func (*GetClusterInfoRequest) XXX_Marshal ¶
func (m *GetClusterInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClusterInfoRequest) XXX_Merge ¶
func (m *GetClusterInfoRequest) XXX_Merge(src proto.Message)
func (*GetClusterInfoRequest) XXX_Size ¶
func (m *GetClusterInfoRequest) XXX_Size() int
func (*GetClusterInfoRequest) XXX_Unmarshal ¶
func (m *GetClusterInfoRequest) XXX_Unmarshal(b []byte) error
type GetClusterInfoResponse ¶
type GetClusterInfoResponse struct {
Clusters []*ClusterInfo `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"`
}
func (*GetClusterInfoResponse) Descriptor ¶
func (*GetClusterInfoResponse) Descriptor() ([]byte, []int)
func (*GetClusterInfoResponse) Equal ¶
func (this *GetClusterInfoResponse) Equal(that interface{}) bool
func (*GetClusterInfoResponse) GetClusters ¶
func (m *GetClusterInfoResponse) GetClusters() []*ClusterInfo
func (*GetClusterInfoResponse) GoString ¶
func (this *GetClusterInfoResponse) GoString() string
func (*GetClusterInfoResponse) Marshal ¶
func (m *GetClusterInfoResponse) Marshal() (dAtA []byte, err error)
func (*GetClusterInfoResponse) MarshalTo ¶
func (m *GetClusterInfoResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetClusterInfoResponse) MarshalToSizedBuffer ¶
func (m *GetClusterInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetClusterInfoResponse) ProtoMessage ¶
func (*GetClusterInfoResponse) ProtoMessage()
func (*GetClusterInfoResponse) Reset ¶
func (m *GetClusterInfoResponse) Reset()
func (*GetClusterInfoResponse) Size ¶
func (m *GetClusterInfoResponse) Size() (n int)
func (*GetClusterInfoResponse) String ¶
func (this *GetClusterInfoResponse) String() string
func (*GetClusterInfoResponse) Unmarshal ¶
func (m *GetClusterInfoResponse) Unmarshal(dAtA []byte) error
func (*GetClusterInfoResponse) XXX_DiscardUnknown ¶
func (m *GetClusterInfoResponse) XXX_DiscardUnknown()
func (*GetClusterInfoResponse) XXX_Marshal ¶
func (m *GetClusterInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClusterInfoResponse) XXX_Merge ¶
func (m *GetClusterInfoResponse) XXX_Merge(src proto.Message)
func (*GetClusterInfoResponse) XXX_Size ¶
func (m *GetClusterInfoResponse) XXX_Size() int
func (*GetClusterInfoResponse) XXX_Unmarshal ¶
func (m *GetClusterInfoResponse) XXX_Unmarshal(b []byte) error
type GetDeploymentKeyRequest ¶
type GetDeploymentKeyRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetDeploymentKeyRequest) Descriptor ¶
func (*GetDeploymentKeyRequest) Descriptor() ([]byte, []int)
func (*GetDeploymentKeyRequest) Equal ¶
func (this *GetDeploymentKeyRequest) Equal(that interface{}) bool
func (*GetDeploymentKeyRequest) GetID ¶
func (m *GetDeploymentKeyRequest) GetID() *uuidpb.UUID
func (*GetDeploymentKeyRequest) GoString ¶
func (this *GetDeploymentKeyRequest) GoString() string
func (*GetDeploymentKeyRequest) Marshal ¶
func (m *GetDeploymentKeyRequest) Marshal() (dAtA []byte, err error)
func (*GetDeploymentKeyRequest) MarshalTo ¶
func (m *GetDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetDeploymentKeyRequest) MarshalToSizedBuffer ¶
func (m *GetDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetDeploymentKeyRequest) ProtoMessage ¶
func (*GetDeploymentKeyRequest) ProtoMessage()
func (*GetDeploymentKeyRequest) Reset ¶
func (m *GetDeploymentKeyRequest) Reset()
func (*GetDeploymentKeyRequest) Size ¶
func (m *GetDeploymentKeyRequest) Size() (n int)
func (*GetDeploymentKeyRequest) String ¶
func (this *GetDeploymentKeyRequest) String() string
func (*GetDeploymentKeyRequest) Unmarshal ¶
func (m *GetDeploymentKeyRequest) Unmarshal(dAtA []byte) error
func (*GetDeploymentKeyRequest) XXX_DiscardUnknown ¶
func (m *GetDeploymentKeyRequest) XXX_DiscardUnknown()
func (*GetDeploymentKeyRequest) XXX_Marshal ¶
func (m *GetDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetDeploymentKeyRequest) XXX_Merge ¶
func (m *GetDeploymentKeyRequest) XXX_Merge(src proto.Message)
func (*GetDeploymentKeyRequest) XXX_Size ¶
func (m *GetDeploymentKeyRequest) XXX_Size() int
func (*GetDeploymentKeyRequest) XXX_Unmarshal ¶
func (m *GetDeploymentKeyRequest) XXX_Unmarshal(b []byte) error
type GetDeploymentKeyResponse ¶
type GetDeploymentKeyResponse struct {
Key *DeploymentKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*GetDeploymentKeyResponse) Descriptor ¶
func (*GetDeploymentKeyResponse) Descriptor() ([]byte, []int)
func (*GetDeploymentKeyResponse) Equal ¶
func (this *GetDeploymentKeyResponse) Equal(that interface{}) bool
func (*GetDeploymentKeyResponse) GetKey ¶
func (m *GetDeploymentKeyResponse) GetKey() *DeploymentKey
func (*GetDeploymentKeyResponse) GoString ¶
func (this *GetDeploymentKeyResponse) GoString() string
func (*GetDeploymentKeyResponse) Marshal ¶
func (m *GetDeploymentKeyResponse) Marshal() (dAtA []byte, err error)
func (*GetDeploymentKeyResponse) MarshalTo ¶
func (m *GetDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetDeploymentKeyResponse) MarshalToSizedBuffer ¶
func (m *GetDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetDeploymentKeyResponse) ProtoMessage ¶
func (*GetDeploymentKeyResponse) ProtoMessage()
func (*GetDeploymentKeyResponse) Reset ¶
func (m *GetDeploymentKeyResponse) Reset()
func (*GetDeploymentKeyResponse) Size ¶
func (m *GetDeploymentKeyResponse) Size() (n int)
func (*GetDeploymentKeyResponse) String ¶
func (this *GetDeploymentKeyResponse) String() string
func (*GetDeploymentKeyResponse) Unmarshal ¶
func (m *GetDeploymentKeyResponse) Unmarshal(dAtA []byte) error
func (*GetDeploymentKeyResponse) XXX_DiscardUnknown ¶
func (m *GetDeploymentKeyResponse) XXX_DiscardUnknown()
func (*GetDeploymentKeyResponse) XXX_Marshal ¶
func (m *GetDeploymentKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetDeploymentKeyResponse) XXX_Merge ¶
func (m *GetDeploymentKeyResponse) XXX_Merge(src proto.Message)
func (*GetDeploymentKeyResponse) XXX_Size ¶
func (m *GetDeploymentKeyResponse) XXX_Size() int
func (*GetDeploymentKeyResponse) XXX_Unmarshal ¶
func (m *GetDeploymentKeyResponse) XXX_Unmarshal(b []byte) error
type GetDownloadLinkRequest ¶
type GetDownloadLinkRequest struct { ArtifactName string `protobuf:"bytes,1,opt,name=artifact_name,json=artifactName,proto3" json:"artifact_name,omitempty"` VersionStr string `protobuf:"bytes,2,opt,name=version_str,json=versionStr,proto3" json:"version_str,omitempty"` ArtifactType ArtifactType `` /* 128-byte string literal not displayed */ }
func (*GetDownloadLinkRequest) Descriptor ¶
func (*GetDownloadLinkRequest) Descriptor() ([]byte, []int)
func (*GetDownloadLinkRequest) Equal ¶
func (this *GetDownloadLinkRequest) Equal(that interface{}) bool
func (*GetDownloadLinkRequest) GetArtifactName ¶
func (m *GetDownloadLinkRequest) GetArtifactName() string
func (*GetDownloadLinkRequest) GetArtifactType ¶
func (m *GetDownloadLinkRequest) GetArtifactType() ArtifactType
func (*GetDownloadLinkRequest) GetVersionStr ¶
func (m *GetDownloadLinkRequest) GetVersionStr() string
func (*GetDownloadLinkRequest) GoString ¶
func (this *GetDownloadLinkRequest) GoString() string
func (*GetDownloadLinkRequest) Marshal ¶
func (m *GetDownloadLinkRequest) Marshal() (dAtA []byte, err error)
func (*GetDownloadLinkRequest) MarshalTo ¶
func (m *GetDownloadLinkRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetDownloadLinkRequest) MarshalToSizedBuffer ¶
func (m *GetDownloadLinkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetDownloadLinkRequest) ProtoMessage ¶
func (*GetDownloadLinkRequest) ProtoMessage()
func (*GetDownloadLinkRequest) Reset ¶
func (m *GetDownloadLinkRequest) Reset()
func (*GetDownloadLinkRequest) Size ¶
func (m *GetDownloadLinkRequest) Size() (n int)
func (*GetDownloadLinkRequest) String ¶
func (this *GetDownloadLinkRequest) String() string
func (*GetDownloadLinkRequest) Unmarshal ¶
func (m *GetDownloadLinkRequest) Unmarshal(dAtA []byte) error
func (*GetDownloadLinkRequest) XXX_DiscardUnknown ¶
func (m *GetDownloadLinkRequest) XXX_DiscardUnknown()
func (*GetDownloadLinkRequest) XXX_Marshal ¶
func (m *GetDownloadLinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetDownloadLinkRequest) XXX_Merge ¶
func (m *GetDownloadLinkRequest) XXX_Merge(src proto.Message)
func (*GetDownloadLinkRequest) XXX_Size ¶
func (m *GetDownloadLinkRequest) XXX_Size() int
func (*GetDownloadLinkRequest) XXX_Unmarshal ¶
func (m *GetDownloadLinkRequest) XXX_Unmarshal(b []byte) error
type GetDownloadLinkResponse ¶
type GetDownloadLinkResponse struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` SHA256 string `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,omitempty"` ValidUntil *types.Timestamp `protobuf:"bytes,3,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"` }
func (*GetDownloadLinkResponse) Descriptor ¶
func (*GetDownloadLinkResponse) Descriptor() ([]byte, []int)
func (*GetDownloadLinkResponse) Equal ¶
func (this *GetDownloadLinkResponse) Equal(that interface{}) bool
func (*GetDownloadLinkResponse) GetSHA256 ¶
func (m *GetDownloadLinkResponse) GetSHA256() string
func (*GetDownloadLinkResponse) GetUrl ¶
func (m *GetDownloadLinkResponse) GetUrl() string
func (*GetDownloadLinkResponse) GetValidUntil ¶
func (m *GetDownloadLinkResponse) GetValidUntil() *types.Timestamp
func (*GetDownloadLinkResponse) GoString ¶
func (this *GetDownloadLinkResponse) GoString() string
func (*GetDownloadLinkResponse) Marshal ¶
func (m *GetDownloadLinkResponse) Marshal() (dAtA []byte, err error)
func (*GetDownloadLinkResponse) MarshalTo ¶
func (m *GetDownloadLinkResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetDownloadLinkResponse) MarshalToSizedBuffer ¶
func (m *GetDownloadLinkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetDownloadLinkResponse) ProtoMessage ¶
func (*GetDownloadLinkResponse) ProtoMessage()
func (*GetDownloadLinkResponse) Reset ¶
func (m *GetDownloadLinkResponse) Reset()
func (*GetDownloadLinkResponse) Size ¶
func (m *GetDownloadLinkResponse) Size() (n int)
func (*GetDownloadLinkResponse) String ¶
func (this *GetDownloadLinkResponse) String() string
func (*GetDownloadLinkResponse) Unmarshal ¶
func (m *GetDownloadLinkResponse) Unmarshal(dAtA []byte) error
func (*GetDownloadLinkResponse) XXX_DiscardUnknown ¶
func (m *GetDownloadLinkResponse) XXX_DiscardUnknown()
func (*GetDownloadLinkResponse) XXX_Marshal ¶
func (m *GetDownloadLinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetDownloadLinkResponse) XXX_Merge ¶
func (m *GetDownloadLinkResponse) XXX_Merge(src proto.Message)
func (*GetDownloadLinkResponse) XXX_Size ¶
func (m *GetDownloadLinkResponse) XXX_Size() int
func (*GetDownloadLinkResponse) XXX_Unmarshal ¶
func (m *GetDownloadLinkResponse) XXX_Unmarshal(b []byte) error
type GetImageCredentialsRequest ¶
type GetImageCredentialsRequest struct { }
func (*GetImageCredentialsRequest) Descriptor ¶
func (*GetImageCredentialsRequest) Descriptor() ([]byte, []int)
func (*GetImageCredentialsRequest) Equal ¶
func (this *GetImageCredentialsRequest) Equal(that interface{}) bool
func (*GetImageCredentialsRequest) GoString ¶
func (this *GetImageCredentialsRequest) GoString() string
func (*GetImageCredentialsRequest) Marshal ¶
func (m *GetImageCredentialsRequest) Marshal() (dAtA []byte, err error)
func (*GetImageCredentialsRequest) MarshalTo ¶
func (m *GetImageCredentialsRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetImageCredentialsRequest) MarshalToSizedBuffer ¶
func (m *GetImageCredentialsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetImageCredentialsRequest) ProtoMessage ¶
func (*GetImageCredentialsRequest) ProtoMessage()
func (*GetImageCredentialsRequest) Reset ¶
func (m *GetImageCredentialsRequest) Reset()
func (*GetImageCredentialsRequest) Size ¶
func (m *GetImageCredentialsRequest) Size() (n int)
func (*GetImageCredentialsRequest) String ¶
func (this *GetImageCredentialsRequest) String() string
func (*GetImageCredentialsRequest) Unmarshal ¶
func (m *GetImageCredentialsRequest) Unmarshal(dAtA []byte) error
func (*GetImageCredentialsRequest) XXX_DiscardUnknown ¶
func (m *GetImageCredentialsRequest) XXX_DiscardUnknown()
func (*GetImageCredentialsRequest) XXX_Marshal ¶
func (m *GetImageCredentialsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetImageCredentialsRequest) XXX_Merge ¶
func (m *GetImageCredentialsRequest) XXX_Merge(src proto.Message)
func (*GetImageCredentialsRequest) XXX_Size ¶
func (m *GetImageCredentialsRequest) XXX_Size() int
func (*GetImageCredentialsRequest) XXX_Unmarshal ¶
func (m *GetImageCredentialsRequest) XXX_Unmarshal(b []byte) error
type GetImageCredentialsResponse ¶
type GetImageCredentialsResponse struct {
Creds string `protobuf:"bytes,1,opt,name=creds,proto3" json:"creds,omitempty"`
}
func (*GetImageCredentialsResponse) Descriptor ¶
func (*GetImageCredentialsResponse) Descriptor() ([]byte, []int)
func (*GetImageCredentialsResponse) Equal ¶
func (this *GetImageCredentialsResponse) Equal(that interface{}) bool
func (*GetImageCredentialsResponse) GetCreds ¶
func (m *GetImageCredentialsResponse) GetCreds() string
func (*GetImageCredentialsResponse) GoString ¶
func (this *GetImageCredentialsResponse) GoString() string
func (*GetImageCredentialsResponse) Marshal ¶
func (m *GetImageCredentialsResponse) Marshal() (dAtA []byte, err error)
func (*GetImageCredentialsResponse) MarshalTo ¶
func (m *GetImageCredentialsResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetImageCredentialsResponse) MarshalToSizedBuffer ¶
func (m *GetImageCredentialsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetImageCredentialsResponse) ProtoMessage ¶
func (*GetImageCredentialsResponse) ProtoMessage()
func (*GetImageCredentialsResponse) Reset ¶
func (m *GetImageCredentialsResponse) Reset()
func (*GetImageCredentialsResponse) Size ¶
func (m *GetImageCredentialsResponse) Size() (n int)
func (*GetImageCredentialsResponse) String ¶
func (this *GetImageCredentialsResponse) String() string
func (*GetImageCredentialsResponse) Unmarshal ¶
func (m *GetImageCredentialsResponse) Unmarshal(dAtA []byte) error
func (*GetImageCredentialsResponse) XXX_DiscardUnknown ¶
func (m *GetImageCredentialsResponse) XXX_DiscardUnknown()
func (*GetImageCredentialsResponse) XXX_Marshal ¶
func (m *GetImageCredentialsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetImageCredentialsResponse) XXX_Merge ¶
func (m *GetImageCredentialsResponse) XXX_Merge(src proto.Message)
func (*GetImageCredentialsResponse) XXX_Size ¶
func (m *GetImageCredentialsResponse) XXX_Size() int
func (*GetImageCredentialsResponse) XXX_Unmarshal ¶
func (m *GetImageCredentialsResponse) XXX_Unmarshal(b []byte) error
type GetLiveViewContentsReq ¶
type GetLiveViewContentsReq struct {
LiveViewID string `protobuf:"bytes,1,opt,name=live_view_id,json=liveViewId,proto3" json:"live_view_id,omitempty"`
}
func (*GetLiveViewContentsReq) Descriptor ¶
func (*GetLiveViewContentsReq) Descriptor() ([]byte, []int)
func (*GetLiveViewContentsReq) Equal ¶
func (this *GetLiveViewContentsReq) Equal(that interface{}) bool
func (*GetLiveViewContentsReq) GetLiveViewID ¶
func (m *GetLiveViewContentsReq) GetLiveViewID() string
func (*GetLiveViewContentsReq) GoString ¶
func (this *GetLiveViewContentsReq) GoString() string
func (*GetLiveViewContentsReq) Marshal ¶
func (m *GetLiveViewContentsReq) Marshal() (dAtA []byte, err error)
func (*GetLiveViewContentsReq) MarshalTo ¶
func (m *GetLiveViewContentsReq) MarshalTo(dAtA []byte) (int, error)
func (*GetLiveViewContentsReq) MarshalToSizedBuffer ¶
func (m *GetLiveViewContentsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetLiveViewContentsReq) ProtoMessage ¶
func (*GetLiveViewContentsReq) ProtoMessage()
func (*GetLiveViewContentsReq) Reset ¶
func (m *GetLiveViewContentsReq) Reset()
func (*GetLiveViewContentsReq) Size ¶
func (m *GetLiveViewContentsReq) Size() (n int)
func (*GetLiveViewContentsReq) String ¶
func (this *GetLiveViewContentsReq) String() string
func (*GetLiveViewContentsReq) Unmarshal ¶
func (m *GetLiveViewContentsReq) Unmarshal(dAtA []byte) error
func (*GetLiveViewContentsReq) XXX_DiscardUnknown ¶
func (m *GetLiveViewContentsReq) XXX_DiscardUnknown()
func (*GetLiveViewContentsReq) XXX_Marshal ¶
func (m *GetLiveViewContentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetLiveViewContentsReq) XXX_Merge ¶
func (m *GetLiveViewContentsReq) XXX_Merge(src proto.Message)
func (*GetLiveViewContentsReq) XXX_Size ¶
func (m *GetLiveViewContentsReq) XXX_Size() int
func (*GetLiveViewContentsReq) XXX_Unmarshal ¶
func (m *GetLiveViewContentsReq) XXX_Unmarshal(b []byte) error
type GetLiveViewContentsResp ¶
type GetLiveViewContentsResp struct { Metadata *LiveViewMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` PxlContents string `protobuf:"bytes,2,opt,name=pxl_contents,json=pxlContents,proto3" json:"pxl_contents,omitempty"` Vis *vispb.Vis `protobuf:"bytes,3,opt,name=vis,proto3" json:"vis,omitempty"` }
func (*GetLiveViewContentsResp) Descriptor ¶
func (*GetLiveViewContentsResp) Descriptor() ([]byte, []int)
func (*GetLiveViewContentsResp) Equal ¶
func (this *GetLiveViewContentsResp) Equal(that interface{}) bool
func (*GetLiveViewContentsResp) GetMetadata ¶
func (m *GetLiveViewContentsResp) GetMetadata() *LiveViewMetadata
func (*GetLiveViewContentsResp) GetPxlContents ¶
func (m *GetLiveViewContentsResp) GetPxlContents() string
func (*GetLiveViewContentsResp) GetVis ¶
func (m *GetLiveViewContentsResp) GetVis() *vispb.Vis
func (*GetLiveViewContentsResp) GoString ¶
func (this *GetLiveViewContentsResp) GoString() string
func (*GetLiveViewContentsResp) Marshal ¶
func (m *GetLiveViewContentsResp) Marshal() (dAtA []byte, err error)
func (*GetLiveViewContentsResp) MarshalTo ¶
func (m *GetLiveViewContentsResp) MarshalTo(dAtA []byte) (int, error)
func (*GetLiveViewContentsResp) MarshalToSizedBuffer ¶
func (m *GetLiveViewContentsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetLiveViewContentsResp) ProtoMessage ¶
func (*GetLiveViewContentsResp) ProtoMessage()
func (*GetLiveViewContentsResp) Reset ¶
func (m *GetLiveViewContentsResp) Reset()
func (*GetLiveViewContentsResp) Size ¶
func (m *GetLiveViewContentsResp) Size() (n int)
func (*GetLiveViewContentsResp) String ¶
func (this *GetLiveViewContentsResp) String() string
func (*GetLiveViewContentsResp) Unmarshal ¶
func (m *GetLiveViewContentsResp) Unmarshal(dAtA []byte) error
func (*GetLiveViewContentsResp) XXX_DiscardUnknown ¶
func (m *GetLiveViewContentsResp) XXX_DiscardUnknown()
func (*GetLiveViewContentsResp) XXX_Marshal ¶
func (m *GetLiveViewContentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetLiveViewContentsResp) XXX_Merge ¶
func (m *GetLiveViewContentsResp) XXX_Merge(src proto.Message)
func (*GetLiveViewContentsResp) XXX_Size ¶
func (m *GetLiveViewContentsResp) XXX_Size() int
func (*GetLiveViewContentsResp) XXX_Unmarshal ¶
func (m *GetLiveViewContentsResp) XXX_Unmarshal(b []byte) error
type GetLiveViewsReq ¶
type GetLiveViewsReq struct { }
func (*GetLiveViewsReq) Descriptor ¶
func (*GetLiveViewsReq) Descriptor() ([]byte, []int)
func (*GetLiveViewsReq) Equal ¶
func (this *GetLiveViewsReq) Equal(that interface{}) bool
func (*GetLiveViewsReq) GoString ¶
func (this *GetLiveViewsReq) GoString() string
func (*GetLiveViewsReq) Marshal ¶
func (m *GetLiveViewsReq) Marshal() (dAtA []byte, err error)
func (*GetLiveViewsReq) MarshalToSizedBuffer ¶
func (m *GetLiveViewsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetLiveViewsReq) ProtoMessage ¶
func (*GetLiveViewsReq) ProtoMessage()
func (*GetLiveViewsReq) Reset ¶
func (m *GetLiveViewsReq) Reset()
func (*GetLiveViewsReq) Size ¶
func (m *GetLiveViewsReq) Size() (n int)
func (*GetLiveViewsReq) String ¶
func (this *GetLiveViewsReq) String() string
func (*GetLiveViewsReq) Unmarshal ¶
func (m *GetLiveViewsReq) Unmarshal(dAtA []byte) error
func (*GetLiveViewsReq) XXX_DiscardUnknown ¶
func (m *GetLiveViewsReq) XXX_DiscardUnknown()
func (*GetLiveViewsReq) XXX_Marshal ¶
func (m *GetLiveViewsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetLiveViewsReq) XXX_Merge ¶
func (m *GetLiveViewsReq) XXX_Merge(src proto.Message)
func (*GetLiveViewsReq) XXX_Size ¶
func (m *GetLiveViewsReq) XXX_Size() int
func (*GetLiveViewsReq) XXX_Unmarshal ¶
func (m *GetLiveViewsReq) XXX_Unmarshal(b []byte) error
type GetLiveViewsResp ¶
type GetLiveViewsResp struct {
LiveViews []*LiveViewMetadata `protobuf:"bytes,1,rep,name=live_views,json=liveViews,proto3" json:"live_views,omitempty"`
}
func (*GetLiveViewsResp) Descriptor ¶
func (*GetLiveViewsResp) Descriptor() ([]byte, []int)
func (*GetLiveViewsResp) Equal ¶
func (this *GetLiveViewsResp) Equal(that interface{}) bool
func (*GetLiveViewsResp) GetLiveViews ¶
func (m *GetLiveViewsResp) GetLiveViews() []*LiveViewMetadata
func (*GetLiveViewsResp) GoString ¶
func (this *GetLiveViewsResp) GoString() string
func (*GetLiveViewsResp) Marshal ¶
func (m *GetLiveViewsResp) Marshal() (dAtA []byte, err error)
func (*GetLiveViewsResp) MarshalToSizedBuffer ¶
func (m *GetLiveViewsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetLiveViewsResp) ProtoMessage ¶
func (*GetLiveViewsResp) ProtoMessage()
func (*GetLiveViewsResp) Reset ¶
func (m *GetLiveViewsResp) Reset()
func (*GetLiveViewsResp) Size ¶
func (m *GetLiveViewsResp) Size() (n int)
func (*GetLiveViewsResp) String ¶
func (this *GetLiveViewsResp) String() string
func (*GetLiveViewsResp) Unmarshal ¶
func (m *GetLiveViewsResp) Unmarshal(dAtA []byte) error
func (*GetLiveViewsResp) XXX_DiscardUnknown ¶
func (m *GetLiveViewsResp) XXX_DiscardUnknown()
func (*GetLiveViewsResp) XXX_Marshal ¶
func (m *GetLiveViewsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetLiveViewsResp) XXX_Merge ¶
func (m *GetLiveViewsResp) XXX_Merge(src proto.Message)
func (*GetLiveViewsResp) XXX_Size ¶
func (m *GetLiveViewsResp) XXX_Size() int
func (*GetLiveViewsResp) XXX_Unmarshal ¶
func (m *GetLiveViewsResp) XXX_Unmarshal(b []byte) error
type GetOrgIDEConfigsRequest ¶
type GetOrgIDEConfigsRequest struct { OrgID *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` IDEName string `protobuf:"bytes,2,opt,name=ide_name,json=ideName,proto3" json:"ide_name,omitempty"` }
func (*GetOrgIDEConfigsRequest) Descriptor ¶
func (*GetOrgIDEConfigsRequest) Descriptor() ([]byte, []int)
func (*GetOrgIDEConfigsRequest) Equal ¶
func (this *GetOrgIDEConfigsRequest) Equal(that interface{}) bool
func (*GetOrgIDEConfigsRequest) GetIDEName ¶
func (m *GetOrgIDEConfigsRequest) GetIDEName() string
func (*GetOrgIDEConfigsRequest) GetOrgID ¶
func (m *GetOrgIDEConfigsRequest) GetOrgID() *uuidpb.UUID
func (*GetOrgIDEConfigsRequest) GoString ¶
func (this *GetOrgIDEConfigsRequest) GoString() string
func (*GetOrgIDEConfigsRequest) Marshal ¶
func (m *GetOrgIDEConfigsRequest) Marshal() (dAtA []byte, err error)
func (*GetOrgIDEConfigsRequest) MarshalTo ¶
func (m *GetOrgIDEConfigsRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetOrgIDEConfigsRequest) MarshalToSizedBuffer ¶
func (m *GetOrgIDEConfigsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetOrgIDEConfigsRequest) ProtoMessage ¶
func (*GetOrgIDEConfigsRequest) ProtoMessage()
func (*GetOrgIDEConfigsRequest) Reset ¶
func (m *GetOrgIDEConfigsRequest) Reset()
func (*GetOrgIDEConfigsRequest) Size ¶
func (m *GetOrgIDEConfigsRequest) Size() (n int)
func (*GetOrgIDEConfigsRequest) String ¶
func (this *GetOrgIDEConfigsRequest) String() string
func (*GetOrgIDEConfigsRequest) Unmarshal ¶
func (m *GetOrgIDEConfigsRequest) Unmarshal(dAtA []byte) error
func (*GetOrgIDEConfigsRequest) XXX_DiscardUnknown ¶
func (m *GetOrgIDEConfigsRequest) XXX_DiscardUnknown()
func (*GetOrgIDEConfigsRequest) XXX_Marshal ¶
func (m *GetOrgIDEConfigsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrgIDEConfigsRequest) XXX_Merge ¶
func (m *GetOrgIDEConfigsRequest) XXX_Merge(src proto.Message)
func (*GetOrgIDEConfigsRequest) XXX_Size ¶
func (m *GetOrgIDEConfigsRequest) XXX_Size() int
func (*GetOrgIDEConfigsRequest) XXX_Unmarshal ¶
func (m *GetOrgIDEConfigsRequest) XXX_Unmarshal(b []byte) error
type GetOrgIDEConfigsResponse ¶
type GetOrgIDEConfigsResponse struct {
Configs []*IDEConfig `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"`
}
func (*GetOrgIDEConfigsResponse) Descriptor ¶
func (*GetOrgIDEConfigsResponse) Descriptor() ([]byte, []int)
func (*GetOrgIDEConfigsResponse) Equal ¶
func (this *GetOrgIDEConfigsResponse) Equal(that interface{}) bool
func (*GetOrgIDEConfigsResponse) GetConfigs ¶
func (m *GetOrgIDEConfigsResponse) GetConfigs() []*IDEConfig
func (*GetOrgIDEConfigsResponse) GoString ¶
func (this *GetOrgIDEConfigsResponse) GoString() string
func (*GetOrgIDEConfigsResponse) Marshal ¶
func (m *GetOrgIDEConfigsResponse) Marshal() (dAtA []byte, err error)
func (*GetOrgIDEConfigsResponse) MarshalTo ¶
func (m *GetOrgIDEConfigsResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetOrgIDEConfigsResponse) MarshalToSizedBuffer ¶
func (m *GetOrgIDEConfigsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetOrgIDEConfigsResponse) ProtoMessage ¶
func (*GetOrgIDEConfigsResponse) ProtoMessage()
func (*GetOrgIDEConfigsResponse) Reset ¶
func (m *GetOrgIDEConfigsResponse) Reset()
func (*GetOrgIDEConfigsResponse) Size ¶
func (m *GetOrgIDEConfigsResponse) Size() (n int)
func (*GetOrgIDEConfigsResponse) String ¶
func (this *GetOrgIDEConfigsResponse) String() string
func (*GetOrgIDEConfigsResponse) Unmarshal ¶
func (m *GetOrgIDEConfigsResponse) Unmarshal(dAtA []byte) error
func (*GetOrgIDEConfigsResponse) XXX_DiscardUnknown ¶
func (m *GetOrgIDEConfigsResponse) XXX_DiscardUnknown()
func (*GetOrgIDEConfigsResponse) XXX_Marshal ¶
func (m *GetOrgIDEConfigsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrgIDEConfigsResponse) XXX_Merge ¶
func (m *GetOrgIDEConfigsResponse) XXX_Merge(src proto.Message)
func (*GetOrgIDEConfigsResponse) XXX_Size ¶
func (m *GetOrgIDEConfigsResponse) XXX_Size() int
func (*GetOrgIDEConfigsResponse) XXX_Unmarshal ¶
func (m *GetOrgIDEConfigsResponse) XXX_Unmarshal(b []byte) error
type GetOrgRetentionPluginConfigRequest ¶
type GetOrgRetentionPluginConfigRequest struct {
PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"`
}
func (*GetOrgRetentionPluginConfigRequest) Descriptor ¶
func (*GetOrgRetentionPluginConfigRequest) Descriptor() ([]byte, []int)
func (*GetOrgRetentionPluginConfigRequest) Equal ¶
func (this *GetOrgRetentionPluginConfigRequest) Equal(that interface{}) bool
func (*GetOrgRetentionPluginConfigRequest) GetPluginId ¶
func (m *GetOrgRetentionPluginConfigRequest) GetPluginId() string
func (*GetOrgRetentionPluginConfigRequest) GoString ¶
func (this *GetOrgRetentionPluginConfigRequest) GoString() string
func (*GetOrgRetentionPluginConfigRequest) Marshal ¶
func (m *GetOrgRetentionPluginConfigRequest) Marshal() (dAtA []byte, err error)
func (*GetOrgRetentionPluginConfigRequest) MarshalTo ¶
func (m *GetOrgRetentionPluginConfigRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetOrgRetentionPluginConfigRequest) MarshalToSizedBuffer ¶
func (m *GetOrgRetentionPluginConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetOrgRetentionPluginConfigRequest) ProtoMessage ¶
func (*GetOrgRetentionPluginConfigRequest) ProtoMessage()
func (*GetOrgRetentionPluginConfigRequest) Reset ¶
func (m *GetOrgRetentionPluginConfigRequest) Reset()
func (*GetOrgRetentionPluginConfigRequest) Size ¶
func (m *GetOrgRetentionPluginConfigRequest) Size() (n int)
func (*GetOrgRetentionPluginConfigRequest) String ¶
func (this *GetOrgRetentionPluginConfigRequest) String() string
func (*GetOrgRetentionPluginConfigRequest) Unmarshal ¶
func (m *GetOrgRetentionPluginConfigRequest) Unmarshal(dAtA []byte) error
func (*GetOrgRetentionPluginConfigRequest) XXX_DiscardUnknown ¶
func (m *GetOrgRetentionPluginConfigRequest) XXX_DiscardUnknown()
func (*GetOrgRetentionPluginConfigRequest) XXX_Marshal ¶
func (m *GetOrgRetentionPluginConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrgRetentionPluginConfigRequest) XXX_Merge ¶
func (m *GetOrgRetentionPluginConfigRequest) XXX_Merge(src proto.Message)
func (*GetOrgRetentionPluginConfigRequest) XXX_Size ¶
func (m *GetOrgRetentionPluginConfigRequest) XXX_Size() int
func (*GetOrgRetentionPluginConfigRequest) XXX_Unmarshal ¶
func (m *GetOrgRetentionPluginConfigRequest) XXX_Unmarshal(b []byte) error
type GetOrgRetentionPluginConfigResponse ¶
type GetOrgRetentionPluginConfigResponse struct { Configs map[string]string `` /* 155-byte string literal not displayed */ CustomExportUrl string `protobuf:"bytes,2,opt,name=custom_export_url,json=customExportUrl,proto3" json:"custom_export_url,omitempty"` InsecureTLS bool `protobuf:"varint,3,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"` }
func (*GetOrgRetentionPluginConfigResponse) Descriptor ¶
func (*GetOrgRetentionPluginConfigResponse) Descriptor() ([]byte, []int)
func (*GetOrgRetentionPluginConfigResponse) Equal ¶
func (this *GetOrgRetentionPluginConfigResponse) Equal(that interface{}) bool
func (*GetOrgRetentionPluginConfigResponse) GetConfigs ¶
func (m *GetOrgRetentionPluginConfigResponse) GetConfigs() map[string]string
func (*GetOrgRetentionPluginConfigResponse) GetCustomExportUrl ¶
func (m *GetOrgRetentionPluginConfigResponse) GetCustomExportUrl() string
func (*GetOrgRetentionPluginConfigResponse) GetInsecureTLS ¶
func (m *GetOrgRetentionPluginConfigResponse) GetInsecureTLS() bool
func (*GetOrgRetentionPluginConfigResponse) GoString ¶
func (this *GetOrgRetentionPluginConfigResponse) GoString() string
func (*GetOrgRetentionPluginConfigResponse) Marshal ¶
func (m *GetOrgRetentionPluginConfigResponse) Marshal() (dAtA []byte, err error)
func (*GetOrgRetentionPluginConfigResponse) MarshalTo ¶
func (m *GetOrgRetentionPluginConfigResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetOrgRetentionPluginConfigResponse) MarshalToSizedBuffer ¶
func (m *GetOrgRetentionPluginConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetOrgRetentionPluginConfigResponse) ProtoMessage ¶
func (*GetOrgRetentionPluginConfigResponse) ProtoMessage()
func (*GetOrgRetentionPluginConfigResponse) Reset ¶
func (m *GetOrgRetentionPluginConfigResponse) Reset()
func (*GetOrgRetentionPluginConfigResponse) Size ¶
func (m *GetOrgRetentionPluginConfigResponse) Size() (n int)
func (*GetOrgRetentionPluginConfigResponse) String ¶
func (this *GetOrgRetentionPluginConfigResponse) String() string
func (*GetOrgRetentionPluginConfigResponse) Unmarshal ¶
func (m *GetOrgRetentionPluginConfigResponse) Unmarshal(dAtA []byte) error
func (*GetOrgRetentionPluginConfigResponse) XXX_DiscardUnknown ¶
func (m *GetOrgRetentionPluginConfigResponse) XXX_DiscardUnknown()
func (*GetOrgRetentionPluginConfigResponse) XXX_Marshal ¶
func (m *GetOrgRetentionPluginConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOrgRetentionPluginConfigResponse) XXX_Merge ¶
func (m *GetOrgRetentionPluginConfigResponse) XXX_Merge(src proto.Message)
func (*GetOrgRetentionPluginConfigResponse) XXX_Size ¶
func (m *GetOrgRetentionPluginConfigResponse) XXX_Size() int
func (*GetOrgRetentionPluginConfigResponse) XXX_Unmarshal ¶
func (m *GetOrgRetentionPluginConfigResponse) XXX_Unmarshal(b []byte) error
type GetPluginsRequest ¶
type GetPluginsRequest struct {
Kind PluginKind `protobuf:"varint,1,opt,name=kind,proto3,enum=px.cloudapi.PluginKind" json:"kind,omitempty"`
}
func (*GetPluginsRequest) Descriptor ¶
func (*GetPluginsRequest) Descriptor() ([]byte, []int)
func (*GetPluginsRequest) Equal ¶
func (this *GetPluginsRequest) Equal(that interface{}) bool
func (*GetPluginsRequest) GetKind ¶
func (m *GetPluginsRequest) GetKind() PluginKind
func (*GetPluginsRequest) GoString ¶
func (this *GetPluginsRequest) GoString() string
func (*GetPluginsRequest) Marshal ¶
func (m *GetPluginsRequest) Marshal() (dAtA []byte, err error)
func (*GetPluginsRequest) MarshalTo ¶
func (m *GetPluginsRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetPluginsRequest) MarshalToSizedBuffer ¶
func (m *GetPluginsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetPluginsRequest) ProtoMessage ¶
func (*GetPluginsRequest) ProtoMessage()
func (*GetPluginsRequest) Reset ¶
func (m *GetPluginsRequest) Reset()
func (*GetPluginsRequest) Size ¶
func (m *GetPluginsRequest) Size() (n int)
func (*GetPluginsRequest) String ¶
func (this *GetPluginsRequest) String() string
func (*GetPluginsRequest) Unmarshal ¶
func (m *GetPluginsRequest) Unmarshal(dAtA []byte) error
func (*GetPluginsRequest) XXX_DiscardUnknown ¶
func (m *GetPluginsRequest) XXX_DiscardUnknown()
func (*GetPluginsRequest) XXX_Marshal ¶
func (m *GetPluginsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPluginsRequest) XXX_Merge ¶
func (m *GetPluginsRequest) XXX_Merge(src proto.Message)
func (*GetPluginsRequest) XXX_Size ¶
func (m *GetPluginsRequest) XXX_Size() int
func (*GetPluginsRequest) XXX_Unmarshal ¶
func (m *GetPluginsRequest) XXX_Unmarshal(b []byte) error
type GetPluginsResponse ¶
type GetPluginsResponse struct {
Plugins []*Plugin `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"`
}
func (*GetPluginsResponse) Descriptor ¶
func (*GetPluginsResponse) Descriptor() ([]byte, []int)
func (*GetPluginsResponse) Equal ¶
func (this *GetPluginsResponse) Equal(that interface{}) bool
func (*GetPluginsResponse) GetPlugins ¶
func (m *GetPluginsResponse) GetPlugins() []*Plugin
func (*GetPluginsResponse) GoString ¶
func (this *GetPluginsResponse) GoString() string
func (*GetPluginsResponse) Marshal ¶
func (m *GetPluginsResponse) Marshal() (dAtA []byte, err error)
func (*GetPluginsResponse) MarshalTo ¶
func (m *GetPluginsResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetPluginsResponse) MarshalToSizedBuffer ¶
func (m *GetPluginsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetPluginsResponse) ProtoMessage ¶
func (*GetPluginsResponse) ProtoMessage()
func (*GetPluginsResponse) Reset ¶
func (m *GetPluginsResponse) Reset()
func (*GetPluginsResponse) Size ¶
func (m *GetPluginsResponse) Size() (n int)
func (*GetPluginsResponse) String ¶
func (this *GetPluginsResponse) String() string
func (*GetPluginsResponse) Unmarshal ¶
func (m *GetPluginsResponse) Unmarshal(dAtA []byte) error
func (*GetPluginsResponse) XXX_DiscardUnknown ¶
func (m *GetPluginsResponse) XXX_DiscardUnknown()
func (*GetPluginsResponse) XXX_Marshal ¶
func (m *GetPluginsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPluginsResponse) XXX_Merge ¶
func (m *GetPluginsResponse) XXX_Merge(src proto.Message)
func (*GetPluginsResponse) XXX_Size ¶
func (m *GetPluginsResponse) XXX_Size() int
func (*GetPluginsResponse) XXX_Unmarshal ¶
func (m *GetPluginsResponse) XXX_Unmarshal(b []byte) error
type GetRetentionPluginInfoRequest ¶
type GetRetentionPluginInfoRequest struct { PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` }
func (*GetRetentionPluginInfoRequest) Descriptor ¶
func (*GetRetentionPluginInfoRequest) Descriptor() ([]byte, []int)
func (*GetRetentionPluginInfoRequest) Equal ¶
func (this *GetRetentionPluginInfoRequest) Equal(that interface{}) bool
func (*GetRetentionPluginInfoRequest) GetPluginId ¶
func (m *GetRetentionPluginInfoRequest) GetPluginId() string
func (*GetRetentionPluginInfoRequest) GetVersion ¶
func (m *GetRetentionPluginInfoRequest) GetVersion() string
func (*GetRetentionPluginInfoRequest) GoString ¶
func (this *GetRetentionPluginInfoRequest) GoString() string
func (*GetRetentionPluginInfoRequest) Marshal ¶
func (m *GetRetentionPluginInfoRequest) Marshal() (dAtA []byte, err error)
func (*GetRetentionPluginInfoRequest) MarshalTo ¶
func (m *GetRetentionPluginInfoRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetRetentionPluginInfoRequest) MarshalToSizedBuffer ¶
func (m *GetRetentionPluginInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetRetentionPluginInfoRequest) ProtoMessage ¶
func (*GetRetentionPluginInfoRequest) ProtoMessage()
func (*GetRetentionPluginInfoRequest) Reset ¶
func (m *GetRetentionPluginInfoRequest) Reset()
func (*GetRetentionPluginInfoRequest) Size ¶
func (m *GetRetentionPluginInfoRequest) Size() (n int)
func (*GetRetentionPluginInfoRequest) String ¶
func (this *GetRetentionPluginInfoRequest) String() string
func (*GetRetentionPluginInfoRequest) Unmarshal ¶
func (m *GetRetentionPluginInfoRequest) Unmarshal(dAtA []byte) error
func (*GetRetentionPluginInfoRequest) XXX_DiscardUnknown ¶
func (m *GetRetentionPluginInfoRequest) XXX_DiscardUnknown()
func (*GetRetentionPluginInfoRequest) XXX_Marshal ¶
func (m *GetRetentionPluginInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRetentionPluginInfoRequest) XXX_Merge ¶
func (m *GetRetentionPluginInfoRequest) XXX_Merge(src proto.Message)
func (*GetRetentionPluginInfoRequest) XXX_Size ¶
func (m *GetRetentionPluginInfoRequest) XXX_Size() int
func (*GetRetentionPluginInfoRequest) XXX_Unmarshal ¶
func (m *GetRetentionPluginInfoRequest) XXX_Unmarshal(b []byte) error
type GetRetentionPluginInfoResponse ¶
type GetRetentionPluginInfoResponse struct { Configs map[string]string `` /* 155-byte string literal not displayed */ AllowCustomExportURL bool `` /* 126-byte string literal not displayed */ AllowInsecureTLS bool `protobuf:"varint,3,opt,name=allow_insecure_tls,json=allowInsecureTls,proto3" json:"allow_insecure_tls,omitempty"` DefaultExportURL string `protobuf:"bytes,4,opt,name=default_export_url,json=defaultExportUrl,proto3" json:"default_export_url,omitempty"` }
func (*GetRetentionPluginInfoResponse) Descriptor ¶
func (*GetRetentionPluginInfoResponse) Descriptor() ([]byte, []int)
func (*GetRetentionPluginInfoResponse) Equal ¶
func (this *GetRetentionPluginInfoResponse) Equal(that interface{}) bool
func (*GetRetentionPluginInfoResponse) GetAllowCustomExportURL ¶
func (m *GetRetentionPluginInfoResponse) GetAllowCustomExportURL() bool
func (*GetRetentionPluginInfoResponse) GetAllowInsecureTLS ¶
func (m *GetRetentionPluginInfoResponse) GetAllowInsecureTLS() bool
func (*GetRetentionPluginInfoResponse) GetConfigs ¶
func (m *GetRetentionPluginInfoResponse) GetConfigs() map[string]string
func (*GetRetentionPluginInfoResponse) GetDefaultExportURL ¶
func (m *GetRetentionPluginInfoResponse) GetDefaultExportURL() string
func (*GetRetentionPluginInfoResponse) GoString ¶
func (this *GetRetentionPluginInfoResponse) GoString() string
func (*GetRetentionPluginInfoResponse) Marshal ¶
func (m *GetRetentionPluginInfoResponse) Marshal() (dAtA []byte, err error)
func (*GetRetentionPluginInfoResponse) MarshalTo ¶
func (m *GetRetentionPluginInfoResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetRetentionPluginInfoResponse) MarshalToSizedBuffer ¶
func (m *GetRetentionPluginInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetRetentionPluginInfoResponse) ProtoMessage ¶
func (*GetRetentionPluginInfoResponse) ProtoMessage()
func (*GetRetentionPluginInfoResponse) Reset ¶
func (m *GetRetentionPluginInfoResponse) Reset()
func (*GetRetentionPluginInfoResponse) Size ¶
func (m *GetRetentionPluginInfoResponse) Size() (n int)
func (*GetRetentionPluginInfoResponse) String ¶
func (this *GetRetentionPluginInfoResponse) String() string
func (*GetRetentionPluginInfoResponse) Unmarshal ¶
func (m *GetRetentionPluginInfoResponse) Unmarshal(dAtA []byte) error
func (*GetRetentionPluginInfoResponse) XXX_DiscardUnknown ¶
func (m *GetRetentionPluginInfoResponse) XXX_DiscardUnknown()
func (*GetRetentionPluginInfoResponse) XXX_Marshal ¶
func (m *GetRetentionPluginInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRetentionPluginInfoResponse) XXX_Merge ¶
func (m *GetRetentionPluginInfoResponse) XXX_Merge(src proto.Message)
func (*GetRetentionPluginInfoResponse) XXX_Size ¶
func (m *GetRetentionPluginInfoResponse) XXX_Size() int
func (*GetRetentionPluginInfoResponse) XXX_Unmarshal ¶
func (m *GetRetentionPluginInfoResponse) XXX_Unmarshal(b []byte) error
type GetRetentionScriptRequest ¶
type GetRetentionScriptRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetRetentionScriptRequest) Descriptor ¶
func (*GetRetentionScriptRequest) Descriptor() ([]byte, []int)
func (*GetRetentionScriptRequest) Equal ¶
func (this *GetRetentionScriptRequest) Equal(that interface{}) bool
func (*GetRetentionScriptRequest) GetID ¶
func (m *GetRetentionScriptRequest) GetID() *uuidpb.UUID
func (*GetRetentionScriptRequest) GoString ¶
func (this *GetRetentionScriptRequest) GoString() string
func (*GetRetentionScriptRequest) Marshal ¶
func (m *GetRetentionScriptRequest) Marshal() (dAtA []byte, err error)
func (*GetRetentionScriptRequest) MarshalTo ¶
func (m *GetRetentionScriptRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetRetentionScriptRequest) MarshalToSizedBuffer ¶
func (m *GetRetentionScriptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetRetentionScriptRequest) ProtoMessage ¶
func (*GetRetentionScriptRequest) ProtoMessage()
func (*GetRetentionScriptRequest) Reset ¶
func (m *GetRetentionScriptRequest) Reset()
func (*GetRetentionScriptRequest) Size ¶
func (m *GetRetentionScriptRequest) Size() (n int)
func (*GetRetentionScriptRequest) String ¶
func (this *GetRetentionScriptRequest) String() string
func (*GetRetentionScriptRequest) Unmarshal ¶
func (m *GetRetentionScriptRequest) Unmarshal(dAtA []byte) error
func (*GetRetentionScriptRequest) XXX_DiscardUnknown ¶
func (m *GetRetentionScriptRequest) XXX_DiscardUnknown()
func (*GetRetentionScriptRequest) XXX_Marshal ¶
func (m *GetRetentionScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRetentionScriptRequest) XXX_Merge ¶
func (m *GetRetentionScriptRequest) XXX_Merge(src proto.Message)
func (*GetRetentionScriptRequest) XXX_Size ¶
func (m *GetRetentionScriptRequest) XXX_Size() int
func (*GetRetentionScriptRequest) XXX_Unmarshal ¶
func (m *GetRetentionScriptRequest) XXX_Unmarshal(b []byte) error
type GetRetentionScriptResponse ¶
type GetRetentionScriptResponse struct { Script *RetentionScript `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` Contents string `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"` ExportURL string `protobuf:"bytes,3,opt,name=export_url,json=exportUrl,proto3" json:"export_url,omitempty"` }
func (*GetRetentionScriptResponse) Descriptor ¶
func (*GetRetentionScriptResponse) Descriptor() ([]byte, []int)
func (*GetRetentionScriptResponse) Equal ¶
func (this *GetRetentionScriptResponse) Equal(that interface{}) bool
func (*GetRetentionScriptResponse) GetContents ¶
func (m *GetRetentionScriptResponse) GetContents() string
func (*GetRetentionScriptResponse) GetExportURL ¶
func (m *GetRetentionScriptResponse) GetExportURL() string
func (*GetRetentionScriptResponse) GetScript ¶
func (m *GetRetentionScriptResponse) GetScript() *RetentionScript
func (*GetRetentionScriptResponse) GoString ¶
func (this *GetRetentionScriptResponse) GoString() string
func (*GetRetentionScriptResponse) Marshal ¶
func (m *GetRetentionScriptResponse) Marshal() (dAtA []byte, err error)
func (*GetRetentionScriptResponse) MarshalTo ¶
func (m *GetRetentionScriptResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetRetentionScriptResponse) MarshalToSizedBuffer ¶
func (m *GetRetentionScriptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetRetentionScriptResponse) ProtoMessage ¶
func (*GetRetentionScriptResponse) ProtoMessage()
func (*GetRetentionScriptResponse) Reset ¶
func (m *GetRetentionScriptResponse) Reset()
func (*GetRetentionScriptResponse) Size ¶
func (m *GetRetentionScriptResponse) Size() (n int)
func (*GetRetentionScriptResponse) String ¶
func (this *GetRetentionScriptResponse) String() string
func (*GetRetentionScriptResponse) Unmarshal ¶
func (m *GetRetentionScriptResponse) Unmarshal(dAtA []byte) error
func (*GetRetentionScriptResponse) XXX_DiscardUnknown ¶
func (m *GetRetentionScriptResponse) XXX_DiscardUnknown()
func (*GetRetentionScriptResponse) XXX_Marshal ¶
func (m *GetRetentionScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRetentionScriptResponse) XXX_Merge ¶
func (m *GetRetentionScriptResponse) XXX_Merge(src proto.Message)
func (*GetRetentionScriptResponse) XXX_Size ¶
func (m *GetRetentionScriptResponse) XXX_Size() int
func (*GetRetentionScriptResponse) XXX_Unmarshal ¶
func (m *GetRetentionScriptResponse) XXX_Unmarshal(b []byte) error
type GetRetentionScriptsRequest ¶
type GetRetentionScriptsRequest struct { }
func (*GetRetentionScriptsRequest) Descriptor ¶
func (*GetRetentionScriptsRequest) Descriptor() ([]byte, []int)
func (*GetRetentionScriptsRequest) Equal ¶
func (this *GetRetentionScriptsRequest) Equal(that interface{}) bool
func (*GetRetentionScriptsRequest) GoString ¶
func (this *GetRetentionScriptsRequest) GoString() string
func (*GetRetentionScriptsRequest) Marshal ¶
func (m *GetRetentionScriptsRequest) Marshal() (dAtA []byte, err error)
func (*GetRetentionScriptsRequest) MarshalTo ¶
func (m *GetRetentionScriptsRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetRetentionScriptsRequest) MarshalToSizedBuffer ¶
func (m *GetRetentionScriptsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetRetentionScriptsRequest) ProtoMessage ¶
func (*GetRetentionScriptsRequest) ProtoMessage()
func (*GetRetentionScriptsRequest) Reset ¶
func (m *GetRetentionScriptsRequest) Reset()
func (*GetRetentionScriptsRequest) Size ¶
func (m *GetRetentionScriptsRequest) Size() (n int)
func (*GetRetentionScriptsRequest) String ¶
func (this *GetRetentionScriptsRequest) String() string
func (*GetRetentionScriptsRequest) Unmarshal ¶
func (m *GetRetentionScriptsRequest) Unmarshal(dAtA []byte) error
func (*GetRetentionScriptsRequest) XXX_DiscardUnknown ¶
func (m *GetRetentionScriptsRequest) XXX_DiscardUnknown()
func (*GetRetentionScriptsRequest) XXX_Marshal ¶
func (m *GetRetentionScriptsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRetentionScriptsRequest) XXX_Merge ¶
func (m *GetRetentionScriptsRequest) XXX_Merge(src proto.Message)
func (*GetRetentionScriptsRequest) XXX_Size ¶
func (m *GetRetentionScriptsRequest) XXX_Size() int
func (*GetRetentionScriptsRequest) XXX_Unmarshal ¶
func (m *GetRetentionScriptsRequest) XXX_Unmarshal(b []byte) error
type GetRetentionScriptsResponse ¶
type GetRetentionScriptsResponse struct {
Scripts []*RetentionScript `protobuf:"bytes,1,rep,name=scripts,proto3" json:"scripts,omitempty"`
}
func (*GetRetentionScriptsResponse) Descriptor ¶
func (*GetRetentionScriptsResponse) Descriptor() ([]byte, []int)
func (*GetRetentionScriptsResponse) Equal ¶
func (this *GetRetentionScriptsResponse) Equal(that interface{}) bool
func (*GetRetentionScriptsResponse) GetScripts ¶
func (m *GetRetentionScriptsResponse) GetScripts() []*RetentionScript
func (*GetRetentionScriptsResponse) GoString ¶
func (this *GetRetentionScriptsResponse) GoString() string
func (*GetRetentionScriptsResponse) Marshal ¶
func (m *GetRetentionScriptsResponse) Marshal() (dAtA []byte, err error)
func (*GetRetentionScriptsResponse) MarshalTo ¶
func (m *GetRetentionScriptsResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetRetentionScriptsResponse) MarshalToSizedBuffer ¶
func (m *GetRetentionScriptsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetRetentionScriptsResponse) ProtoMessage ¶
func (*GetRetentionScriptsResponse) ProtoMessage()
func (*GetRetentionScriptsResponse) Reset ¶
func (m *GetRetentionScriptsResponse) Reset()
func (*GetRetentionScriptsResponse) Size ¶
func (m *GetRetentionScriptsResponse) Size() (n int)
func (*GetRetentionScriptsResponse) String ¶
func (this *GetRetentionScriptsResponse) String() string
func (*GetRetentionScriptsResponse) Unmarshal ¶
func (m *GetRetentionScriptsResponse) Unmarshal(dAtA []byte) error
func (*GetRetentionScriptsResponse) XXX_DiscardUnknown ¶
func (m *GetRetentionScriptsResponse) XXX_DiscardUnknown()
func (*GetRetentionScriptsResponse) XXX_Marshal ¶
func (m *GetRetentionScriptsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRetentionScriptsResponse) XXX_Merge ¶
func (m *GetRetentionScriptsResponse) XXX_Merge(src proto.Message)
func (*GetRetentionScriptsResponse) XXX_Size ¶
func (m *GetRetentionScriptsResponse) XXX_Size() int
func (*GetRetentionScriptsResponse) XXX_Unmarshal ¶
func (m *GetRetentionScriptsResponse) XXX_Unmarshal(b []byte) error
type GetScriptContentsReq ¶
type GetScriptContentsReq struct {
ScriptID string `protobuf:"bytes,1,opt,name=script_id,json=scriptId,proto3" json:"script_id,omitempty"`
}
func (*GetScriptContentsReq) Descriptor ¶
func (*GetScriptContentsReq) Descriptor() ([]byte, []int)
func (*GetScriptContentsReq) Equal ¶
func (this *GetScriptContentsReq) Equal(that interface{}) bool
func (*GetScriptContentsReq) GetScriptID ¶
func (m *GetScriptContentsReq) GetScriptID() string
func (*GetScriptContentsReq) GoString ¶
func (this *GetScriptContentsReq) GoString() string
func (*GetScriptContentsReq) Marshal ¶
func (m *GetScriptContentsReq) Marshal() (dAtA []byte, err error)
func (*GetScriptContentsReq) MarshalTo ¶
func (m *GetScriptContentsReq) MarshalTo(dAtA []byte) (int, error)
func (*GetScriptContentsReq) MarshalToSizedBuffer ¶
func (m *GetScriptContentsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetScriptContentsReq) ProtoMessage ¶
func (*GetScriptContentsReq) ProtoMessage()
func (*GetScriptContentsReq) Reset ¶
func (m *GetScriptContentsReq) Reset()
func (*GetScriptContentsReq) Size ¶
func (m *GetScriptContentsReq) Size() (n int)
func (*GetScriptContentsReq) String ¶
func (this *GetScriptContentsReq) String() string
func (*GetScriptContentsReq) Unmarshal ¶
func (m *GetScriptContentsReq) Unmarshal(dAtA []byte) error
func (*GetScriptContentsReq) XXX_DiscardUnknown ¶
func (m *GetScriptContentsReq) XXX_DiscardUnknown()
func (*GetScriptContentsReq) XXX_Marshal ¶
func (m *GetScriptContentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetScriptContentsReq) XXX_Merge ¶
func (m *GetScriptContentsReq) XXX_Merge(src proto.Message)
func (*GetScriptContentsReq) XXX_Size ¶
func (m *GetScriptContentsReq) XXX_Size() int
func (*GetScriptContentsReq) XXX_Unmarshal ¶
func (m *GetScriptContentsReq) XXX_Unmarshal(b []byte) error
type GetScriptContentsResp ¶
type GetScriptContentsResp struct { Metadata *ScriptMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Contents string `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"` }
func (*GetScriptContentsResp) Descriptor ¶
func (*GetScriptContentsResp) Descriptor() ([]byte, []int)
func (*GetScriptContentsResp) Equal ¶
func (this *GetScriptContentsResp) Equal(that interface{}) bool
func (*GetScriptContentsResp) GetContents ¶
func (m *GetScriptContentsResp) GetContents() string
func (*GetScriptContentsResp) GetMetadata ¶
func (m *GetScriptContentsResp) GetMetadata() *ScriptMetadata
func (*GetScriptContentsResp) GoString ¶
func (this *GetScriptContentsResp) GoString() string
func (*GetScriptContentsResp) Marshal ¶
func (m *GetScriptContentsResp) Marshal() (dAtA []byte, err error)
func (*GetScriptContentsResp) MarshalTo ¶
func (m *GetScriptContentsResp) MarshalTo(dAtA []byte) (int, error)
func (*GetScriptContentsResp) MarshalToSizedBuffer ¶
func (m *GetScriptContentsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetScriptContentsResp) ProtoMessage ¶
func (*GetScriptContentsResp) ProtoMessage()
func (*GetScriptContentsResp) Reset ¶
func (m *GetScriptContentsResp) Reset()
func (*GetScriptContentsResp) Size ¶
func (m *GetScriptContentsResp) Size() (n int)
func (*GetScriptContentsResp) String ¶
func (this *GetScriptContentsResp) String() string
func (*GetScriptContentsResp) Unmarshal ¶
func (m *GetScriptContentsResp) Unmarshal(dAtA []byte) error
func (*GetScriptContentsResp) XXX_DiscardUnknown ¶
func (m *GetScriptContentsResp) XXX_DiscardUnknown()
func (*GetScriptContentsResp) XXX_Marshal ¶
func (m *GetScriptContentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetScriptContentsResp) XXX_Merge ¶
func (m *GetScriptContentsResp) XXX_Merge(src proto.Message)
func (*GetScriptContentsResp) XXX_Size ¶
func (m *GetScriptContentsResp) XXX_Size() int
func (*GetScriptContentsResp) XXX_Unmarshal ¶
func (m *GetScriptContentsResp) XXX_Unmarshal(b []byte) error
type GetScriptsReq ¶
type GetScriptsReq struct { }
func (*GetScriptsReq) Descriptor ¶
func (*GetScriptsReq) Descriptor() ([]byte, []int)
func (*GetScriptsReq) Equal ¶
func (this *GetScriptsReq) Equal(that interface{}) bool
func (*GetScriptsReq) GoString ¶
func (this *GetScriptsReq) GoString() string
func (*GetScriptsReq) Marshal ¶
func (m *GetScriptsReq) Marshal() (dAtA []byte, err error)
func (*GetScriptsReq) MarshalToSizedBuffer ¶
func (m *GetScriptsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetScriptsReq) ProtoMessage ¶
func (*GetScriptsReq) ProtoMessage()
func (*GetScriptsReq) Reset ¶
func (m *GetScriptsReq) Reset()
func (*GetScriptsReq) Size ¶
func (m *GetScriptsReq) Size() (n int)
func (*GetScriptsReq) String ¶
func (this *GetScriptsReq) String() string
func (*GetScriptsReq) Unmarshal ¶
func (m *GetScriptsReq) Unmarshal(dAtA []byte) error
func (*GetScriptsReq) XXX_DiscardUnknown ¶
func (m *GetScriptsReq) XXX_DiscardUnknown()
func (*GetScriptsReq) XXX_Marshal ¶
func (m *GetScriptsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetScriptsReq) XXX_Merge ¶
func (m *GetScriptsReq) XXX_Merge(src proto.Message)
func (*GetScriptsReq) XXX_Size ¶
func (m *GetScriptsReq) XXX_Size() int
func (*GetScriptsReq) XXX_Unmarshal ¶
func (m *GetScriptsReq) XXX_Unmarshal(b []byte) error
type GetScriptsResp ¶
type GetScriptsResp struct {
Scripts []*ScriptMetadata `protobuf:"bytes,1,rep,name=scripts,proto3" json:"scripts,omitempty"`
}
func (*GetScriptsResp) Descriptor ¶
func (*GetScriptsResp) Descriptor() ([]byte, []int)
func (*GetScriptsResp) Equal ¶
func (this *GetScriptsResp) Equal(that interface{}) bool
func (*GetScriptsResp) GetScripts ¶
func (m *GetScriptsResp) GetScripts() []*ScriptMetadata
func (*GetScriptsResp) GoString ¶
func (this *GetScriptsResp) GoString() string
func (*GetScriptsResp) Marshal ¶
func (m *GetScriptsResp) Marshal() (dAtA []byte, err error)
func (*GetScriptsResp) MarshalToSizedBuffer ¶
func (m *GetScriptsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetScriptsResp) ProtoMessage ¶
func (*GetScriptsResp) ProtoMessage()
func (*GetScriptsResp) Reset ¶
func (m *GetScriptsResp) Reset()
func (*GetScriptsResp) Size ¶
func (m *GetScriptsResp) Size() (n int)
func (*GetScriptsResp) String ¶
func (this *GetScriptsResp) String() string
func (*GetScriptsResp) Unmarshal ¶
func (m *GetScriptsResp) Unmarshal(dAtA []byte) error
func (*GetScriptsResp) XXX_DiscardUnknown ¶
func (m *GetScriptsResp) XXX_DiscardUnknown()
func (*GetScriptsResp) XXX_Marshal ¶
func (m *GetScriptsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetScriptsResp) XXX_Merge ¶
func (m *GetScriptsResp) XXX_Merge(src proto.Message)
func (*GetScriptsResp) XXX_Size ¶
func (m *GetScriptsResp) XXX_Size() int
func (*GetScriptsResp) XXX_Unmarshal ¶
func (m *GetScriptsResp) XXX_Unmarshal(b []byte) error
type GetUserAttributesRequest ¶
type GetUserAttributesRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetUserAttributesRequest) Descriptor ¶
func (*GetUserAttributesRequest) Descriptor() ([]byte, []int)
func (*GetUserAttributesRequest) Equal ¶
func (this *GetUserAttributesRequest) Equal(that interface{}) bool
func (*GetUserAttributesRequest) GetID ¶
func (m *GetUserAttributesRequest) GetID() *uuidpb.UUID
func (*GetUserAttributesRequest) GoString ¶
func (this *GetUserAttributesRequest) GoString() string
func (*GetUserAttributesRequest) Marshal ¶
func (m *GetUserAttributesRequest) Marshal() (dAtA []byte, err error)
func (*GetUserAttributesRequest) MarshalTo ¶
func (m *GetUserAttributesRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetUserAttributesRequest) MarshalToSizedBuffer ¶
func (m *GetUserAttributesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUserAttributesRequest) ProtoMessage ¶
func (*GetUserAttributesRequest) ProtoMessage()
func (*GetUserAttributesRequest) Reset ¶
func (m *GetUserAttributesRequest) Reset()
func (*GetUserAttributesRequest) Size ¶
func (m *GetUserAttributesRequest) Size() (n int)
func (*GetUserAttributesRequest) String ¶
func (this *GetUserAttributesRequest) String() string
func (*GetUserAttributesRequest) Unmarshal ¶
func (m *GetUserAttributesRequest) Unmarshal(dAtA []byte) error
func (*GetUserAttributesRequest) XXX_DiscardUnknown ¶
func (m *GetUserAttributesRequest) XXX_DiscardUnknown()
func (*GetUserAttributesRequest) XXX_Marshal ¶
func (m *GetUserAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUserAttributesRequest) XXX_Merge ¶
func (m *GetUserAttributesRequest) XXX_Merge(src proto.Message)
func (*GetUserAttributesRequest) XXX_Size ¶
func (m *GetUserAttributesRequest) XXX_Size() int
func (*GetUserAttributesRequest) XXX_Unmarshal ¶
func (m *GetUserAttributesRequest) XXX_Unmarshal(b []byte) error
type GetUserAttributesResponse ¶
type GetUserAttributesResponse struct {
TourSeen bool `protobuf:"varint,1,opt,name=tour_seen,json=tourSeen,proto3" json:"tour_seen,omitempty"`
}
func (*GetUserAttributesResponse) Descriptor ¶
func (*GetUserAttributesResponse) Descriptor() ([]byte, []int)
func (*GetUserAttributesResponse) Equal ¶
func (this *GetUserAttributesResponse) Equal(that interface{}) bool
func (*GetUserAttributesResponse) GetTourSeen ¶
func (m *GetUserAttributesResponse) GetTourSeen() bool
func (*GetUserAttributesResponse) GoString ¶
func (this *GetUserAttributesResponse) GoString() string
func (*GetUserAttributesResponse) Marshal ¶
func (m *GetUserAttributesResponse) Marshal() (dAtA []byte, err error)
func (*GetUserAttributesResponse) MarshalTo ¶
func (m *GetUserAttributesResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetUserAttributesResponse) MarshalToSizedBuffer ¶
func (m *GetUserAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUserAttributesResponse) ProtoMessage ¶
func (*GetUserAttributesResponse) ProtoMessage()
func (*GetUserAttributesResponse) Reset ¶
func (m *GetUserAttributesResponse) Reset()
func (*GetUserAttributesResponse) Size ¶
func (m *GetUserAttributesResponse) Size() (n int)
func (*GetUserAttributesResponse) String ¶
func (this *GetUserAttributesResponse) String() string
func (*GetUserAttributesResponse) Unmarshal ¶
func (m *GetUserAttributesResponse) Unmarshal(dAtA []byte) error
func (*GetUserAttributesResponse) XXX_DiscardUnknown ¶
func (m *GetUserAttributesResponse) XXX_DiscardUnknown()
func (*GetUserAttributesResponse) XXX_Marshal ¶
func (m *GetUserAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUserAttributesResponse) XXX_Merge ¶
func (m *GetUserAttributesResponse) XXX_Merge(src proto.Message)
func (*GetUserAttributesResponse) XXX_Size ¶
func (m *GetUserAttributesResponse) XXX_Size() int
func (*GetUserAttributesResponse) XXX_Unmarshal ¶
func (m *GetUserAttributesResponse) XXX_Unmarshal(b []byte) error
type GetUserSettingsRequest ¶
type GetUserSettingsRequest struct {
ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (*GetUserSettingsRequest) Descriptor ¶
func (*GetUserSettingsRequest) Descriptor() ([]byte, []int)
func (*GetUserSettingsRequest) Equal ¶
func (this *GetUserSettingsRequest) Equal(that interface{}) bool
func (*GetUserSettingsRequest) GetID ¶
func (m *GetUserSettingsRequest) GetID() *uuidpb.UUID
func (*GetUserSettingsRequest) GoString ¶
func (this *GetUserSettingsRequest) GoString() string
func (*GetUserSettingsRequest) Marshal ¶
func (m *GetUserSettingsRequest) Marshal() (dAtA []byte, err error)
func (*GetUserSettingsRequest) MarshalTo ¶
func (m *GetUserSettingsRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetUserSettingsRequest) MarshalToSizedBuffer ¶
func (m *GetUserSettingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUserSettingsRequest) ProtoMessage ¶
func (*GetUserSettingsRequest) ProtoMessage()
func (*GetUserSettingsRequest) Reset ¶
func (m *GetUserSettingsRequest) Reset()
func (*GetUserSettingsRequest) Size ¶
func (m *GetUserSettingsRequest) Size() (n int)
func (*GetUserSettingsRequest) String ¶
func (this *GetUserSettingsRequest) String() string
func (*GetUserSettingsRequest) Unmarshal ¶
func (m *GetUserSettingsRequest) Unmarshal(dAtA []byte) error
func (*GetUserSettingsRequest) XXX_DiscardUnknown ¶
func (m *GetUserSettingsRequest) XXX_DiscardUnknown()
func (*GetUserSettingsRequest) XXX_Marshal ¶
func (m *GetUserSettingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUserSettingsRequest) XXX_Merge ¶
func (m *GetUserSettingsRequest) XXX_Merge(src proto.Message)
func (*GetUserSettingsRequest) XXX_Size ¶
func (m *GetUserSettingsRequest) XXX_Size() int
func (*GetUserSettingsRequest) XXX_Unmarshal ¶
func (m *GetUserSettingsRequest) XXX_Unmarshal(b []byte) error
type GetUserSettingsResponse ¶
type GetUserSettingsResponse struct {
AnalyticsOptout bool `protobuf:"varint,2,opt,name=analytics_optout,json=analyticsOptout,proto3" json:"analytics_optout,omitempty"`
}
func (*GetUserSettingsResponse) Descriptor ¶
func (*GetUserSettingsResponse) Descriptor() ([]byte, []int)
func (*GetUserSettingsResponse) Equal ¶
func (this *GetUserSettingsResponse) Equal(that interface{}) bool
func (*GetUserSettingsResponse) GetAnalyticsOptout ¶
func (m *GetUserSettingsResponse) GetAnalyticsOptout() bool
func (*GetUserSettingsResponse) GoString ¶
func (this *GetUserSettingsResponse) GoString() string
func (*GetUserSettingsResponse) Marshal ¶
func (m *GetUserSettingsResponse) Marshal() (dAtA []byte, err error)
func (*GetUserSettingsResponse) MarshalTo ¶
func (m *GetUserSettingsResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetUserSettingsResponse) MarshalToSizedBuffer ¶
func (m *GetUserSettingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUserSettingsResponse) ProtoMessage ¶
func (*GetUserSettingsResponse) ProtoMessage()
func (*GetUserSettingsResponse) Reset ¶
func (m *GetUserSettingsResponse) Reset()
func (*GetUserSettingsResponse) Size ¶
func (m *GetUserSettingsResponse) Size() (n int)
func (*GetUserSettingsResponse) String ¶
func (this *GetUserSettingsResponse) String() string
func (*GetUserSettingsResponse) Unmarshal ¶
func (m *GetUserSettingsResponse) Unmarshal(dAtA []byte) error
func (*GetUserSettingsResponse) XXX_DiscardUnknown ¶
func (m *GetUserSettingsResponse) XXX_DiscardUnknown()
func (*GetUserSettingsResponse) XXX_Marshal ¶
func (m *GetUserSettingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUserSettingsResponse) XXX_Merge ¶
func (m *GetUserSettingsResponse) XXX_Merge(src proto.Message)
func (*GetUserSettingsResponse) XXX_Size ¶
func (m *GetUserSettingsResponse) XXX_Size() int
func (*GetUserSettingsResponse) XXX_Unmarshal ¶
func (m *GetUserSettingsResponse) XXX_Unmarshal(b []byte) error
type GetUsersInOrgRequest ¶
type GetUsersInOrgRequest struct {
OrgID *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
}
func (*GetUsersInOrgRequest) Descriptor ¶
func (*GetUsersInOrgRequest) Descriptor() ([]byte, []int)
func (*GetUsersInOrgRequest) Equal ¶
func (this *GetUsersInOrgRequest) Equal(that interface{}) bool
func (*GetUsersInOrgRequest) GetOrgID ¶
func (m *GetUsersInOrgRequest) GetOrgID() *uuidpb.UUID
func (*GetUsersInOrgRequest) GoString ¶
func (this *GetUsersInOrgRequest) GoString() string
func (*GetUsersInOrgRequest) Marshal ¶
func (m *GetUsersInOrgRequest) Marshal() (dAtA []byte, err error)
func (*GetUsersInOrgRequest) MarshalTo ¶
func (m *GetUsersInOrgRequest) MarshalTo(dAtA []byte) (int, error)
func (*GetUsersInOrgRequest) MarshalToSizedBuffer ¶
func (m *GetUsersInOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUsersInOrgRequest) ProtoMessage ¶
func (*GetUsersInOrgRequest) ProtoMessage()
func (*GetUsersInOrgRequest) Reset ¶
func (m *GetUsersInOrgRequest) Reset()
func (*GetUsersInOrgRequest) Size ¶
func (m *GetUsersInOrgRequest) Size() (n int)
func (*GetUsersInOrgRequest) String ¶
func (this *GetUsersInOrgRequest) String() string
func (*GetUsersInOrgRequest) Unmarshal ¶
func (m *GetUsersInOrgRequest) Unmarshal(dAtA []byte) error
func (*GetUsersInOrgRequest) XXX_DiscardUnknown ¶
func (m *GetUsersInOrgRequest) XXX_DiscardUnknown()
func (*GetUsersInOrgRequest) XXX_Marshal ¶
func (m *GetUsersInOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUsersInOrgRequest) XXX_Merge ¶
func (m *GetUsersInOrgRequest) XXX_Merge(src proto.Message)
func (*GetUsersInOrgRequest) XXX_Size ¶
func (m *GetUsersInOrgRequest) XXX_Size() int
func (*GetUsersInOrgRequest) XXX_Unmarshal ¶
func (m *GetUsersInOrgRequest) XXX_Unmarshal(b []byte) error
type GetUsersInOrgResponse ¶
type GetUsersInOrgResponse struct {
Users []*UserInfo `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
}
func (*GetUsersInOrgResponse) Descriptor ¶
func (*GetUsersInOrgResponse) Descriptor() ([]byte, []int)
func (*GetUsersInOrgResponse) Equal ¶
func (this *GetUsersInOrgResponse) Equal(that interface{}) bool
func (*GetUsersInOrgResponse) GetUsers ¶
func (m *GetUsersInOrgResponse) GetUsers() []*UserInfo
func (*GetUsersInOrgResponse) GoString ¶
func (this *GetUsersInOrgResponse) GoString() string
func (*GetUsersInOrgResponse) Marshal ¶
func (m *GetUsersInOrgResponse) Marshal() (dAtA []byte, err error)
func (*GetUsersInOrgResponse) MarshalTo ¶
func (m *GetUsersInOrgResponse) MarshalTo(dAtA []byte) (int, error)
func (*GetUsersInOrgResponse) MarshalToSizedBuffer ¶
func (m *GetUsersInOrgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUsersInOrgResponse) ProtoMessage ¶
func (*GetUsersInOrgResponse) ProtoMessage()
func (*GetUsersInOrgResponse) Reset ¶
func (m *GetUsersInOrgResponse) Reset()
func (*GetUsersInOrgResponse) Size ¶
func (m *GetUsersInOrgResponse) Size() (n int)
func (*GetUsersInOrgResponse) String ¶
func (this *GetUsersInOrgResponse) String() string
func (*GetUsersInOrgResponse) Unmarshal ¶
func (m *GetUsersInOrgResponse) Unmarshal(dAtA []byte) error
func (*GetUsersInOrgResponse) XXX_DiscardUnknown ¶
func (m *GetUsersInOrgResponse) XXX_DiscardUnknown()
func (*GetUsersInOrgResponse) XXX_Marshal ¶
func (m *GetUsersInOrgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUsersInOrgResponse) XXX_Merge ¶
func (m *GetUsersInOrgResponse) XXX_Merge(src proto.Message)
func (*GetUsersInOrgResponse) XXX_Size ¶
func (m *GetUsersInOrgResponse) XXX_Size() int
func (*GetUsersInOrgResponse) XXX_Unmarshal ¶
func (m *GetUsersInOrgResponse) XXX_Unmarshal(b []byte) error
type IDEConfig ¶
type IDEConfig struct { IDEName string `protobuf:"bytes,1,opt,name=ide_name,json=ideName,proto3" json:"ide_name,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` }
func (*IDEConfig) Descriptor ¶
func (*IDEConfig) GetIDEName ¶
func (*IDEConfig) MarshalToSizedBuffer ¶
func (*IDEConfig) ProtoMessage ¶
func (*IDEConfig) ProtoMessage()
func (*IDEConfig) XXX_DiscardUnknown ¶
func (m *IDEConfig) XXX_DiscardUnknown()
func (*IDEConfig) XXX_Marshal ¶
func (*IDEConfig) XXX_Unmarshal ¶
type InviteToken ¶
type InviteToken struct {
SignedClaims string `protobuf:"bytes,1,opt,name=signed_claims,json=signedClaims,proto3" json:"signed_claims,omitempty"`
}
func (*InviteToken) Descriptor ¶
func (*InviteToken) Descriptor() ([]byte, []int)
func (*InviteToken) Equal ¶
func (this *InviteToken) Equal(that interface{}) bool
func (*InviteToken) GetSignedClaims ¶
func (m *InviteToken) GetSignedClaims() string
func (*InviteToken) GoString ¶
func (this *InviteToken) GoString() string
func (*InviteToken) Marshal ¶
func (m *InviteToken) Marshal() (dAtA []byte, err error)
func (*InviteToken) MarshalToSizedBuffer ¶
func (m *InviteToken) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InviteToken) ProtoMessage ¶
func (*InviteToken) ProtoMessage()
func (*InviteToken) Reset ¶
func (m *InviteToken) Reset()
func (*InviteToken) Size ¶
func (m *InviteToken) Size() (n int)
func (*InviteToken) String ¶
func (this *InviteToken) String() string
func (*InviteToken) Unmarshal ¶
func (m *InviteToken) Unmarshal(dAtA []byte) error
func (*InviteToken) XXX_DiscardUnknown ¶
func (m *InviteToken) XXX_DiscardUnknown()
func (*InviteToken) XXX_Marshal ¶
func (m *InviteToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InviteToken) XXX_Merge ¶
func (m *InviteToken) XXX_Merge(src proto.Message)
func (*InviteToken) XXX_Size ¶
func (m *InviteToken) XXX_Size() int
func (*InviteToken) XXX_Unmarshal ¶
func (m *InviteToken) XXX_Unmarshal(b []byte) error
type InviteUserRequest ¶
type InviteUserRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"` LastName string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"` }
func (*InviteUserRequest) Descriptor ¶
func (*InviteUserRequest) Descriptor() ([]byte, []int)
func (*InviteUserRequest) Equal ¶
func (this *InviteUserRequest) Equal(that interface{}) bool
func (*InviteUserRequest) GetEmail ¶
func (m *InviteUserRequest) GetEmail() string
func (*InviteUserRequest) GetFirstName ¶
func (m *InviteUserRequest) GetFirstName() string
func (*InviteUserRequest) GetLastName ¶
func (m *InviteUserRequest) GetLastName() string
func (*InviteUserRequest) GoString ¶
func (this *InviteUserRequest) GoString() string
func (*InviteUserRequest) Marshal ¶
func (m *InviteUserRequest) Marshal() (dAtA []byte, err error)
func (*InviteUserRequest) MarshalTo ¶
func (m *InviteUserRequest) MarshalTo(dAtA []byte) (int, error)
func (*InviteUserRequest) MarshalToSizedBuffer ¶
func (m *InviteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InviteUserRequest) ProtoMessage ¶
func (*InviteUserRequest) ProtoMessage()
func (*InviteUserRequest) Reset ¶
func (m *InviteUserRequest) Reset()
func (*InviteUserRequest) Size ¶
func (m *InviteUserRequest) Size() (n int)
func (*InviteUserRequest) String ¶
func (this *InviteUserRequest) String() string
func (*InviteUserRequest) Unmarshal ¶
func (m *InviteUserRequest) Unmarshal(dAtA []byte) error
func (*InviteUserRequest) XXX_DiscardUnknown ¶
func (m *InviteUserRequest) XXX_DiscardUnknown()
func (*InviteUserRequest) XXX_Marshal ¶
func (m *InviteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InviteUserRequest) XXX_Merge ¶
func (m *InviteUserRequest) XXX_Merge(src proto.Message)
func (*InviteUserRequest) XXX_Size ¶
func (m *InviteUserRequest) XXX_Size() int
func (*InviteUserRequest) XXX_Unmarshal ¶
func (m *InviteUserRequest) XXX_Unmarshal(b []byte) error
type InviteUserResponse ¶
type InviteUserResponse struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` InviteLink string `protobuf:"bytes,2,opt,name=invite_link,json=inviteLink,proto3" json:"invite_link,omitempty"` }
func (*InviteUserResponse) Descriptor ¶
func (*InviteUserResponse) Descriptor() ([]byte, []int)
func (*InviteUserResponse) Equal ¶
func (this *InviteUserResponse) Equal(that interface{}) bool
func (*InviteUserResponse) GetEmail ¶
func (m *InviteUserResponse) GetEmail() string
func (*InviteUserResponse) GetInviteLink ¶
func (m *InviteUserResponse) GetInviteLink() string
func (*InviteUserResponse) GoString ¶
func (this *InviteUserResponse) GoString() string
func (*InviteUserResponse) Marshal ¶
func (m *InviteUserResponse) Marshal() (dAtA []byte, err error)
func (*InviteUserResponse) MarshalTo ¶
func (m *InviteUserResponse) MarshalTo(dAtA []byte) (int, error)
func (*InviteUserResponse) MarshalToSizedBuffer ¶
func (m *InviteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InviteUserResponse) ProtoMessage ¶
func (*InviteUserResponse) ProtoMessage()
func (*InviteUserResponse) Reset ¶
func (m *InviteUserResponse) Reset()
func (*InviteUserResponse) Size ¶
func (m *InviteUserResponse) Size() (n int)
func (*InviteUserResponse) String ¶
func (this *InviteUserResponse) String() string
func (*InviteUserResponse) Unmarshal ¶
func (m *InviteUserResponse) Unmarshal(dAtA []byte) error
func (*InviteUserResponse) XXX_DiscardUnknown ¶
func (m *InviteUserResponse) XXX_DiscardUnknown()
func (*InviteUserResponse) XXX_Marshal ¶
func (m *InviteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InviteUserResponse) XXX_Merge ¶
func (m *InviteUserResponse) XXX_Merge(src proto.Message)
func (*InviteUserResponse) XXX_Size ¶
func (m *InviteUserResponse) XXX_Size() int
func (*InviteUserResponse) XXX_Unmarshal ¶
func (m *InviteUserResponse) XXX_Unmarshal(b []byte) error
type K8SEvent ¶
type K8SEvent struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` FirstTime *types.Timestamp `protobuf:"bytes,2,opt,name=first_time,json=firstTime,proto3" json:"first_time,omitempty"` LastTime *types.Timestamp `protobuf:"bytes,3,opt,name=last_time,json=lastTime,proto3" json:"last_time,omitempty"` }
func (*K8SEvent) Descriptor ¶
func (*K8SEvent) GetFirstTime ¶
func (*K8SEvent) GetLastTime ¶
func (*K8SEvent) GetMessage ¶
func (*K8SEvent) MarshalToSizedBuffer ¶
func (*K8SEvent) ProtoMessage ¶
func (*K8SEvent) ProtoMessage()
func (*K8SEvent) XXX_DiscardUnknown ¶
func (m *K8SEvent) XXX_DiscardUnknown()
func (*K8SEvent) XXX_Marshal ¶
func (*K8SEvent) XXX_Unmarshal ¶
type ListAPIKeyRequest ¶
type ListAPIKeyRequest struct { }
func (*ListAPIKeyRequest) Descriptor ¶
func (*ListAPIKeyRequest) Descriptor() ([]byte, []int)
func (*ListAPIKeyRequest) Equal ¶
func (this *ListAPIKeyRequest) Equal(that interface{}) bool
func (*ListAPIKeyRequest) GoString ¶
func (this *ListAPIKeyRequest) GoString() string
func (*ListAPIKeyRequest) Marshal ¶
func (m *ListAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*ListAPIKeyRequest) MarshalTo ¶
func (m *ListAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*ListAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *ListAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAPIKeyRequest) ProtoMessage ¶
func (*ListAPIKeyRequest) ProtoMessage()
func (*ListAPIKeyRequest) Reset ¶
func (m *ListAPIKeyRequest) Reset()
func (*ListAPIKeyRequest) Size ¶
func (m *ListAPIKeyRequest) Size() (n int)
func (*ListAPIKeyRequest) String ¶
func (this *ListAPIKeyRequest) String() string
func (*ListAPIKeyRequest) Unmarshal ¶
func (m *ListAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*ListAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *ListAPIKeyRequest) XXX_DiscardUnknown()
func (*ListAPIKeyRequest) XXX_Marshal ¶
func (m *ListAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAPIKeyRequest) XXX_Merge ¶
func (m *ListAPIKeyRequest) XXX_Merge(src proto.Message)
func (*ListAPIKeyRequest) XXX_Size ¶
func (m *ListAPIKeyRequest) XXX_Size() int
func (*ListAPIKeyRequest) XXX_Unmarshal ¶
func (m *ListAPIKeyRequest) XXX_Unmarshal(b []byte) error
type ListAPIKeyResponse ¶
type ListAPIKeyResponse struct {
Keys []*APIKeyMetadata `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
}
func (*ListAPIKeyResponse) Descriptor ¶
func (*ListAPIKeyResponse) Descriptor() ([]byte, []int)
func (*ListAPIKeyResponse) Equal ¶
func (this *ListAPIKeyResponse) Equal(that interface{}) bool
func (*ListAPIKeyResponse) GetKeys ¶
func (m *ListAPIKeyResponse) GetKeys() []*APIKeyMetadata
func (*ListAPIKeyResponse) GoString ¶
func (this *ListAPIKeyResponse) GoString() string
func (*ListAPIKeyResponse) Marshal ¶
func (m *ListAPIKeyResponse) Marshal() (dAtA []byte, err error)
func (*ListAPIKeyResponse) MarshalTo ¶
func (m *ListAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*ListAPIKeyResponse) MarshalToSizedBuffer ¶
func (m *ListAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAPIKeyResponse) ProtoMessage ¶
func (*ListAPIKeyResponse) ProtoMessage()
func (*ListAPIKeyResponse) Reset ¶
func (m *ListAPIKeyResponse) Reset()
func (*ListAPIKeyResponse) Size ¶
func (m *ListAPIKeyResponse) Size() (n int)
func (*ListAPIKeyResponse) String ¶
func (this *ListAPIKeyResponse) String() string
func (*ListAPIKeyResponse) Unmarshal ¶
func (m *ListAPIKeyResponse) Unmarshal(dAtA []byte) error
func (*ListAPIKeyResponse) XXX_DiscardUnknown ¶
func (m *ListAPIKeyResponse) XXX_DiscardUnknown()
func (*ListAPIKeyResponse) XXX_Marshal ¶
func (m *ListAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAPIKeyResponse) XXX_Merge ¶
func (m *ListAPIKeyResponse) XXX_Merge(src proto.Message)
func (*ListAPIKeyResponse) XXX_Size ¶
func (m *ListAPIKeyResponse) XXX_Size() int
func (*ListAPIKeyResponse) XXX_Unmarshal ¶
func (m *ListAPIKeyResponse) XXX_Unmarshal(b []byte) error
type ListDeploymentKeyRequest ¶
type ListDeploymentKeyRequest struct { }
func (*ListDeploymentKeyRequest) Descriptor ¶
func (*ListDeploymentKeyRequest) Descriptor() ([]byte, []int)
func (*ListDeploymentKeyRequest) Equal ¶
func (this *ListDeploymentKeyRequest) Equal(that interface{}) bool
func (*ListDeploymentKeyRequest) GoString ¶
func (this *ListDeploymentKeyRequest) GoString() string
func (*ListDeploymentKeyRequest) Marshal ¶
func (m *ListDeploymentKeyRequest) Marshal() (dAtA []byte, err error)
func (*ListDeploymentKeyRequest) MarshalTo ¶
func (m *ListDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*ListDeploymentKeyRequest) MarshalToSizedBuffer ¶
func (m *ListDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListDeploymentKeyRequest) ProtoMessage ¶
func (*ListDeploymentKeyRequest) ProtoMessage()
func (*ListDeploymentKeyRequest) Reset ¶
func (m *ListDeploymentKeyRequest) Reset()
func (*ListDeploymentKeyRequest) Size ¶
func (m *ListDeploymentKeyRequest) Size() (n int)
func (*ListDeploymentKeyRequest) String ¶
func (this *ListDeploymentKeyRequest) String() string
func (*ListDeploymentKeyRequest) Unmarshal ¶
func (m *ListDeploymentKeyRequest) Unmarshal(dAtA []byte) error
func (*ListDeploymentKeyRequest) XXX_DiscardUnknown ¶
func (m *ListDeploymentKeyRequest) XXX_DiscardUnknown()
func (*ListDeploymentKeyRequest) XXX_Marshal ¶
func (m *ListDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListDeploymentKeyRequest) XXX_Merge ¶
func (m *ListDeploymentKeyRequest) XXX_Merge(src proto.Message)
func (*ListDeploymentKeyRequest) XXX_Size ¶
func (m *ListDeploymentKeyRequest) XXX_Size() int
func (*ListDeploymentKeyRequest) XXX_Unmarshal ¶
func (m *ListDeploymentKeyRequest) XXX_Unmarshal(b []byte) error
type ListDeploymentKeyResponse ¶
type ListDeploymentKeyResponse struct {
Keys []*DeploymentKeyMetadata `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
}
func (*ListDeploymentKeyResponse) Descriptor ¶
func (*ListDeploymentKeyResponse) Descriptor() ([]byte, []int)
func (*ListDeploymentKeyResponse) Equal ¶
func (this *ListDeploymentKeyResponse) Equal(that interface{}) bool
func (*ListDeploymentKeyResponse) GetKeys ¶
func (m *ListDeploymentKeyResponse) GetKeys() []*DeploymentKeyMetadata
func (*ListDeploymentKeyResponse) GoString ¶
func (this *ListDeploymentKeyResponse) GoString() string
func (*ListDeploymentKeyResponse) Marshal ¶
func (m *ListDeploymentKeyResponse) Marshal() (dAtA []byte, err error)
func (*ListDeploymentKeyResponse) MarshalTo ¶
func (m *ListDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*ListDeploymentKeyResponse) MarshalToSizedBuffer ¶
func (m *ListDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListDeploymentKeyResponse) ProtoMessage ¶
func (*ListDeploymentKeyResponse) ProtoMessage()
func (*ListDeploymentKeyResponse) Reset ¶
func (m *ListDeploymentKeyResponse) Reset()
func (*ListDeploymentKeyResponse) Size ¶
func (m *ListDeploymentKeyResponse) Size() (n int)
func (*ListDeploymentKeyResponse) String ¶
func (this *ListDeploymentKeyResponse) String() string
func (*ListDeploymentKeyResponse) Unmarshal ¶
func (m *ListDeploymentKeyResponse) Unmarshal(dAtA []byte) error
func (*ListDeploymentKeyResponse) XXX_DiscardUnknown ¶
func (m *ListDeploymentKeyResponse) XXX_DiscardUnknown()
func (*ListDeploymentKeyResponse) XXX_Marshal ¶
func (m *ListDeploymentKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListDeploymentKeyResponse) XXX_Merge ¶
func (m *ListDeploymentKeyResponse) XXX_Merge(src proto.Message)
func (*ListDeploymentKeyResponse) XXX_Size ¶
func (m *ListDeploymentKeyResponse) XXX_Size() int
func (*ListDeploymentKeyResponse) XXX_Unmarshal ¶
func (m *ListDeploymentKeyResponse) XXX_Unmarshal(b []byte) error
type LiveViewMetadata ¶
type LiveViewMetadata struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` }
func (*LiveViewMetadata) Descriptor ¶
func (*LiveViewMetadata) Descriptor() ([]byte, []int)
func (*LiveViewMetadata) Equal ¶
func (this *LiveViewMetadata) Equal(that interface{}) bool
func (*LiveViewMetadata) GetDesc ¶
func (m *LiveViewMetadata) GetDesc() string
func (*LiveViewMetadata) GetID ¶
func (m *LiveViewMetadata) GetID() string
func (*LiveViewMetadata) GetName ¶
func (m *LiveViewMetadata) GetName() string
func (*LiveViewMetadata) GoString ¶
func (this *LiveViewMetadata) GoString() string
func (*LiveViewMetadata) Marshal ¶
func (m *LiveViewMetadata) Marshal() (dAtA []byte, err error)
func (*LiveViewMetadata) MarshalToSizedBuffer ¶
func (m *LiveViewMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LiveViewMetadata) ProtoMessage ¶
func (*LiveViewMetadata) ProtoMessage()
func (*LiveViewMetadata) Reset ¶
func (m *LiveViewMetadata) Reset()
func (*LiveViewMetadata) Size ¶
func (m *LiveViewMetadata) Size() (n int)
func (*LiveViewMetadata) String ¶
func (this *LiveViewMetadata) String() string
func (*LiveViewMetadata) Unmarshal ¶
func (m *LiveViewMetadata) Unmarshal(dAtA []byte) error
func (*LiveViewMetadata) XXX_DiscardUnknown ¶
func (m *LiveViewMetadata) XXX_DiscardUnknown()
func (*LiveViewMetadata) XXX_Marshal ¶
func (m *LiveViewMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiveViewMetadata) XXX_Merge ¶
func (m *LiveViewMetadata) XXX_Merge(src proto.Message)
func (*LiveViewMetadata) XXX_Size ¶
func (m *LiveViewMetadata) XXX_Size() int
func (*LiveViewMetadata) XXX_Unmarshal ¶
func (m *LiveViewMetadata) XXX_Unmarshal(b []byte) error
type LoginReply ¶
type LoginReply struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` ExpiresAt int64 `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` }
func (*LoginReply) Descriptor ¶
func (*LoginReply) Descriptor() ([]byte, []int)
func (*LoginReply) Equal ¶
func (this *LoginReply) Equal(that interface{}) bool
func (*LoginReply) GetExpiresAt ¶
func (m *LoginReply) GetExpiresAt() int64
func (*LoginReply) GetToken ¶
func (m *LoginReply) GetToken() string
func (*LoginReply) GoString ¶
func (this *LoginReply) GoString() string
func (*LoginReply) Marshal ¶
func (m *LoginReply) Marshal() (dAtA []byte, err error)
func (*LoginReply) MarshalToSizedBuffer ¶
func (m *LoginReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LoginReply) ProtoMessage ¶
func (*LoginReply) ProtoMessage()
func (*LoginReply) Reset ¶
func (m *LoginReply) Reset()
func (*LoginReply) Size ¶
func (m *LoginReply) Size() (n int)
func (*LoginReply) String ¶
func (this *LoginReply) String() string
func (*LoginReply) Unmarshal ¶
func (m *LoginReply) Unmarshal(dAtA []byte) error
func (*LoginReply) XXX_DiscardUnknown ¶
func (m *LoginReply) XXX_DiscardUnknown()
func (*LoginReply) XXX_Marshal ¶
func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LoginReply) XXX_Merge ¶
func (m *LoginReply) XXX_Merge(src proto.Message)
func (*LoginReply) XXX_Size ¶
func (m *LoginReply) XXX_Size() int
func (*LoginReply) XXX_Unmarshal ¶
func (m *LoginReply) XXX_Unmarshal(b []byte) error
type LoginRequest ¶
type LoginRequest struct {
AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
}
func (*LoginRequest) Descriptor ¶
func (*LoginRequest) Descriptor() ([]byte, []int)
func (*LoginRequest) Equal ¶
func (this *LoginRequest) Equal(that interface{}) bool
func (*LoginRequest) GetAccessToken ¶
func (m *LoginRequest) GetAccessToken() string
func (*LoginRequest) GoString ¶
func (this *LoginRequest) GoString() string
func (*LoginRequest) Marshal ¶
func (m *LoginRequest) Marshal() (dAtA []byte, err error)
func (*LoginRequest) MarshalToSizedBuffer ¶
func (m *LoginRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LoginRequest) ProtoMessage ¶
func (*LoginRequest) ProtoMessage()
func (*LoginRequest) Reset ¶
func (m *LoginRequest) Reset()
func (*LoginRequest) Size ¶
func (m *LoginRequest) Size() (n int)
func (*LoginRequest) String ¶
func (this *LoginRequest) String() string
func (*LoginRequest) Unmarshal ¶
func (m *LoginRequest) Unmarshal(dAtA []byte) error
func (*LoginRequest) XXX_DiscardUnknown ¶
func (m *LoginRequest) XXX_DiscardUnknown()
func (*LoginRequest) XXX_Marshal ¶
func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LoginRequest) XXX_Merge ¶
func (m *LoginRequest) XXX_Merge(src proto.Message)
func (*LoginRequest) XXX_Size ¶
func (m *LoginRequest) XXX_Size() int
func (*LoginRequest) XXX_Unmarshal ¶
func (m *LoginRequest) XXX_Unmarshal(b []byte) error
type LookupAPIKeyRequest ¶
type LookupAPIKeyRequest struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*LookupAPIKeyRequest) Descriptor ¶
func (*LookupAPIKeyRequest) Descriptor() ([]byte, []int)
func (*LookupAPIKeyRequest) Equal ¶
func (this *LookupAPIKeyRequest) Equal(that interface{}) bool
func (*LookupAPIKeyRequest) GetKey ¶
func (m *LookupAPIKeyRequest) GetKey() string
func (*LookupAPIKeyRequest) GoString ¶
func (this *LookupAPIKeyRequest) GoString() string
func (*LookupAPIKeyRequest) Marshal ¶
func (m *LookupAPIKeyRequest) Marshal() (dAtA []byte, err error)
func (*LookupAPIKeyRequest) MarshalTo ¶
func (m *LookupAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*LookupAPIKeyRequest) MarshalToSizedBuffer ¶
func (m *LookupAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LookupAPIKeyRequest) ProtoMessage ¶
func (*LookupAPIKeyRequest) ProtoMessage()
func (*LookupAPIKeyRequest) Reset ¶
func (m *LookupAPIKeyRequest) Reset()
func (*LookupAPIKeyRequest) Size ¶
func (m *LookupAPIKeyRequest) Size() (n int)
func (*LookupAPIKeyRequest) String ¶
func (this *LookupAPIKeyRequest) String() string
func (*LookupAPIKeyRequest) Unmarshal ¶
func (m *LookupAPIKeyRequest) Unmarshal(dAtA []byte) error
func (*LookupAPIKeyRequest) XXX_DiscardUnknown ¶
func (m *LookupAPIKeyRequest) XXX_DiscardUnknown()
func (*LookupAPIKeyRequest) XXX_Marshal ¶
func (m *LookupAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LookupAPIKeyRequest) XXX_Merge ¶
func (m *LookupAPIKeyRequest) XXX_Merge(src proto.Message)
func (*LookupAPIKeyRequest) XXX_Size ¶
func (m *LookupAPIKeyRequest) XXX_Size() int
func (*LookupAPIKeyRequest) XXX_Unmarshal ¶
func (m *LookupAPIKeyRequest) XXX_Unmarshal(b []byte) error
type LookupAPIKeyResponse ¶
type LookupAPIKeyResponse struct {
Key *APIKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*LookupAPIKeyResponse) Descriptor ¶
func (*LookupAPIKeyResponse) Descriptor() ([]byte, []int)
func (*LookupAPIKeyResponse) Equal ¶
func (this *LookupAPIKeyResponse) Equal(that interface{}) bool
func (*LookupAPIKeyResponse) GetKey ¶
func (m *LookupAPIKeyResponse) GetKey() *APIKey
func (*LookupAPIKeyResponse) GoString ¶
func (this *LookupAPIKeyResponse) GoString() string
func (*LookupAPIKeyResponse) Marshal ¶
func (m *LookupAPIKeyResponse) Marshal() (dAtA []byte, err error)
func (*LookupAPIKeyResponse) MarshalTo ¶
func (m *LookupAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*LookupAPIKeyResponse) MarshalToSizedBuffer ¶
func (m *LookupAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LookupAPIKeyResponse) ProtoMessage ¶
func (*LookupAPIKeyResponse) ProtoMessage()
func (*LookupAPIKeyResponse) Reset ¶
func (m *LookupAPIKeyResponse) Reset()
func (*LookupAPIKeyResponse) Size ¶
func (m *LookupAPIKeyResponse) Size() (n int)
func (*LookupAPIKeyResponse) String ¶
func (this *LookupAPIKeyResponse) String() string
func (*LookupAPIKeyResponse) Unmarshal ¶
func (m *LookupAPIKeyResponse) Unmarshal(dAtA []byte) error
func (*LookupAPIKeyResponse) XXX_DiscardUnknown ¶
func (m *LookupAPIKeyResponse) XXX_DiscardUnknown()
func (*LookupAPIKeyResponse) XXX_Marshal ¶
func (m *LookupAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LookupAPIKeyResponse) XXX_Merge ¶
func (m *LookupAPIKeyResponse) XXX_Merge(src proto.Message)
func (*LookupAPIKeyResponse) XXX_Size ¶
func (m *LookupAPIKeyResponse) XXX_Size() int
func (*LookupAPIKeyResponse) XXX_Unmarshal ¶
func (m *LookupAPIKeyResponse) XXX_Unmarshal(b []byte) error
type LookupDeploymentKeyRequest ¶
type LookupDeploymentKeyRequest struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*LookupDeploymentKeyRequest) Descriptor ¶
func (*LookupDeploymentKeyRequest) Descriptor() ([]byte, []int)
func (*LookupDeploymentKeyRequest) Equal ¶
func (this *LookupDeploymentKeyRequest) Equal(that interface{}) bool
func (*LookupDeploymentKeyRequest) GetKey ¶
func (m *LookupDeploymentKeyRequest) GetKey() string
func (*LookupDeploymentKeyRequest) GoString ¶
func (this *LookupDeploymentKeyRequest) GoString() string
func (*LookupDeploymentKeyRequest) Marshal ¶
func (m *LookupDeploymentKeyRequest) Marshal() (dAtA []byte, err error)
func (*LookupDeploymentKeyRequest) MarshalTo ¶
func (m *LookupDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*LookupDeploymentKeyRequest) MarshalToSizedBuffer ¶
func (m *LookupDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LookupDeploymentKeyRequest) ProtoMessage ¶
func (*LookupDeploymentKeyRequest) ProtoMessage()
func (*LookupDeploymentKeyRequest) Reset ¶
func (m *LookupDeploymentKeyRequest) Reset()
func (*LookupDeploymentKeyRequest) Size ¶
func (m *LookupDeploymentKeyRequest) Size() (n int)
func (*LookupDeploymentKeyRequest) String ¶
func (this *LookupDeploymentKeyRequest) String() string
func (*LookupDeploymentKeyRequest) Unmarshal ¶
func (m *LookupDeploymentKeyRequest) Unmarshal(dAtA []byte) error
func (*LookupDeploymentKeyRequest) XXX_DiscardUnknown ¶
func (m *LookupDeploymentKeyRequest) XXX_DiscardUnknown()
func (*LookupDeploymentKeyRequest) XXX_Marshal ¶
func (m *LookupDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LookupDeploymentKeyRequest) XXX_Merge ¶
func (m *LookupDeploymentKeyRequest) XXX_Merge(src proto.Message)
func (*LookupDeploymentKeyRequest) XXX_Size ¶
func (m *LookupDeploymentKeyRequest) XXX_Size() int
func (*LookupDeploymentKeyRequest) XXX_Unmarshal ¶
func (m *LookupDeploymentKeyRequest) XXX_Unmarshal(b []byte) error
type LookupDeploymentKeyResponse ¶
type LookupDeploymentKeyResponse struct {
Key *DeploymentKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (*LookupDeploymentKeyResponse) Descriptor ¶
func (*LookupDeploymentKeyResponse) Descriptor() ([]byte, []int)
func (*LookupDeploymentKeyResponse) Equal ¶
func (this *LookupDeploymentKeyResponse) Equal(that interface{}) bool
func (*LookupDeploymentKeyResponse) GetKey ¶
func (m *LookupDeploymentKeyResponse) GetKey() *DeploymentKey
func (*LookupDeploymentKeyResponse) GoString ¶
func (this *LookupDeploymentKeyResponse) GoString() string
func (*LookupDeploymentKeyResponse) Marshal ¶
func (m *LookupDeploymentKeyResponse) Marshal() (dAtA []byte, err error)
func (*LookupDeploymentKeyResponse) MarshalTo ¶
func (m *LookupDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*LookupDeploymentKeyResponse) MarshalToSizedBuffer ¶
func (m *LookupDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LookupDeploymentKeyResponse) ProtoMessage ¶
func (*LookupDeploymentKeyResponse) ProtoMessage()
func (*LookupDeploymentKeyResponse) Reset ¶
func (m *LookupDeploymentKeyResponse) Reset()
func (*LookupDeploymentKeyResponse) Size ¶
func (m *LookupDeploymentKeyResponse) Size() (n int)
func (*LookupDeploymentKeyResponse) String ¶
func (this *LookupDeploymentKeyResponse) String() string
func (*LookupDeploymentKeyResponse) Unmarshal ¶
func (m *LookupDeploymentKeyResponse) Unmarshal(dAtA []byte) error
func (*LookupDeploymentKeyResponse) XXX_DiscardUnknown ¶
func (m *LookupDeploymentKeyResponse) XXX_DiscardUnknown()
func (*LookupDeploymentKeyResponse) XXX_Marshal ¶
func (m *LookupDeploymentKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LookupDeploymentKeyResponse) XXX_Merge ¶
func (m *LookupDeploymentKeyResponse) XXX_Merge(src proto.Message)
func (*LookupDeploymentKeyResponse) XXX_Size ¶
func (m *LookupDeploymentKeyResponse) XXX_Size() int
func (*LookupDeploymentKeyResponse) XXX_Unmarshal ¶
func (m *LookupDeploymentKeyResponse) XXX_Unmarshal(b []byte) error
type OrgInfo ¶
type OrgInfo struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` OrgName string `protobuf:"bytes,2,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"` DomainName string `protobuf:"bytes,3,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"` EnableApprovals bool `protobuf:"varint,4,opt,name=enable_approvals,json=enableApprovals,proto3" json:"enable_approvals,omitempty"` }
func (*OrgInfo) Descriptor ¶
func (*OrgInfo) GetDomainName ¶
func (*OrgInfo) GetEnableApprovals ¶
func (*OrgInfo) GetOrgName ¶
func (*OrgInfo) MarshalToSizedBuffer ¶
func (*OrgInfo) ProtoMessage ¶
func (*OrgInfo) ProtoMessage()
func (*OrgInfo) XXX_DiscardUnknown ¶
func (m *OrgInfo) XXX_DiscardUnknown()
func (*OrgInfo) XXX_Marshal ¶
func (*OrgInfo) XXX_Unmarshal ¶
type OrganizationServiceClient ¶
type OrganizationServiceClient interface { InviteUser(ctx context.Context, in *InviteUserRequest, opts ...grpc.CallOption) (*InviteUserResponse, error) GetOrg(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*OrgInfo, error) CreateOrg(ctx context.Context, in *CreateOrgRequest, opts ...grpc.CallOption) (*uuidpb.UUID, error) UpdateOrg(ctx context.Context, in *UpdateOrgRequest, opts ...grpc.CallOption) (*OrgInfo, error) GetUsersInOrg(ctx context.Context, in *GetUsersInOrgRequest, opts ...grpc.CallOption) (*GetUsersInOrgResponse, error) RemoveUserFromOrg(ctx context.Context, in *RemoveUserFromOrgRequest, opts ...grpc.CallOption) (*RemoveUserFromOrgResponse, error) AddOrgIDEConfig(ctx context.Context, in *AddOrgIDEConfigRequest, opts ...grpc.CallOption) (*AddOrgIDEConfigResponse, error) DeleteOrgIDEConfig(ctx context.Context, in *DeleteOrgIDEConfigRequest, opts ...grpc.CallOption) (*DeleteOrgIDEConfigResponse, error) GetOrgIDEConfigs(ctx context.Context, in *GetOrgIDEConfigsRequest, opts ...grpc.CallOption) (*GetOrgIDEConfigsResponse, error) CreateInviteToken(ctx context.Context, in *CreateInviteTokenRequest, opts ...grpc.CallOption) (*InviteToken, error) RevokeAllInviteTokens(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error) VerifyInviteToken(ctx context.Context, in *InviteToken, opts ...grpc.CallOption) (*VerifyInviteTokenResponse, error) }
OrganizationServiceClient is the client API for OrganizationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewOrganizationServiceClient ¶
func NewOrganizationServiceClient(cc *grpc.ClientConn) OrganizationServiceClient
type OrganizationServiceServer ¶
type OrganizationServiceServer interface { InviteUser(context.Context, *InviteUserRequest) (*InviteUserResponse, error) GetOrg(context.Context, *uuidpb.UUID) (*OrgInfo, error) CreateOrg(context.Context, *CreateOrgRequest) (*uuidpb.UUID, error) UpdateOrg(context.Context, *UpdateOrgRequest) (*OrgInfo, error) GetUsersInOrg(context.Context, *GetUsersInOrgRequest) (*GetUsersInOrgResponse, error) RemoveUserFromOrg(context.Context, *RemoveUserFromOrgRequest) (*RemoveUserFromOrgResponse, error) AddOrgIDEConfig(context.Context, *AddOrgIDEConfigRequest) (*AddOrgIDEConfigResponse, error) DeleteOrgIDEConfig(context.Context, *DeleteOrgIDEConfigRequest) (*DeleteOrgIDEConfigResponse, error) GetOrgIDEConfigs(context.Context, *GetOrgIDEConfigsRequest) (*GetOrgIDEConfigsResponse, error) CreateInviteToken(context.Context, *CreateInviteTokenRequest) (*InviteToken, error) RevokeAllInviteTokens(context.Context, *uuidpb.UUID) (*types.Empty, error) VerifyInviteToken(context.Context, *InviteToken) (*VerifyInviteTokenResponse, error) }
OrganizationServiceServer is the server API for OrganizationService service.
type Plugin ¶
type Plugin 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"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Logo string `protobuf:"bytes,4,opt,name=logo,proto3" json:"logo,omitempty"` LatestVersion string `protobuf:"bytes,5,opt,name=latest_version,json=latestVersion,proto3" json:"latest_version,omitempty"` RetentionSupported bool `protobuf:"varint,6,opt,name=retention_supported,json=retentionSupported,proto3" json:"retention_supported,omitempty"` RetentionEnabled bool `protobuf:"varint,7,opt,name=retention_enabled,json=retentionEnabled,proto3" json:"retention_enabled,omitempty"` EnabledVersion string `protobuf:"bytes,8,opt,name=enabled_version,json=enabledVersion,proto3" json:"enabled_version,omitempty"` }
func (*Plugin) Descriptor ¶
func (*Plugin) GetDescription ¶
func (*Plugin) GetEnabledVersion ¶
func (*Plugin) GetLatestVersion ¶
func (*Plugin) GetRetentionEnabled ¶
func (*Plugin) GetRetentionSupported ¶
func (*Plugin) MarshalToSizedBuffer ¶
func (*Plugin) ProtoMessage ¶
func (*Plugin) ProtoMessage()
func (*Plugin) XXX_DiscardUnknown ¶
func (m *Plugin) XXX_DiscardUnknown()
func (*Plugin) XXX_Marshal ¶
func (*Plugin) XXX_Unmarshal ¶
type PluginKind ¶
type PluginKind int32
const ( PK_UNKNOWN PluginKind = 0 PK_RETENTION PluginKind = 1 )
func (PluginKind) EnumDescriptor ¶
func (PluginKind) EnumDescriptor() ([]byte, []int)
func (PluginKind) String ¶
func (x PluginKind) String() string
type PluginServiceClient ¶
type PluginServiceClient interface { GetPlugins(ctx context.Context, in *GetPluginsRequest, opts ...grpc.CallOption) (*GetPluginsResponse, error) GetRetentionPluginInfo(ctx context.Context, in *GetRetentionPluginInfoRequest, opts ...grpc.CallOption) (*GetRetentionPluginInfoResponse, error) GetOrgRetentionPluginConfig(ctx context.Context, in *GetOrgRetentionPluginConfigRequest, opts ...grpc.CallOption) (*GetOrgRetentionPluginConfigResponse, error) UpdateRetentionPluginConfig(ctx context.Context, in *UpdateRetentionPluginConfigRequest, opts ...grpc.CallOption) (*UpdateRetentionPluginConfigResponse, error) GetRetentionScripts(ctx context.Context, in *GetRetentionScriptsRequest, opts ...grpc.CallOption) (*GetRetentionScriptsResponse, error) GetRetentionScript(ctx context.Context, in *GetRetentionScriptRequest, opts ...grpc.CallOption) (*GetRetentionScriptResponse, error) UpdateRetentionScript(ctx context.Context, in *UpdateRetentionScriptRequest, opts ...grpc.CallOption) (*UpdateRetentionScriptResponse, error) CreateRetentionScript(ctx context.Context, in *CreateRetentionScriptRequest, opts ...grpc.CallOption) (*CreateRetentionScriptResponse, error) DeleteRetentionScript(ctx context.Context, in *DeleteRetentionScriptRequest, opts ...grpc.CallOption) (*DeleteRetentionScriptResponse, error) }
PluginServiceClient is the client API for PluginService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewPluginServiceClient ¶
func NewPluginServiceClient(cc *grpc.ClientConn) PluginServiceClient
type PluginServiceServer ¶
type PluginServiceServer interface { GetPlugins(context.Context, *GetPluginsRequest) (*GetPluginsResponse, error) GetRetentionPluginInfo(context.Context, *GetRetentionPluginInfoRequest) (*GetRetentionPluginInfoResponse, error) GetOrgRetentionPluginConfig(context.Context, *GetOrgRetentionPluginConfigRequest) (*GetOrgRetentionPluginConfigResponse, error) UpdateRetentionPluginConfig(context.Context, *UpdateRetentionPluginConfigRequest) (*UpdateRetentionPluginConfigResponse, error) GetRetentionScripts(context.Context, *GetRetentionScriptsRequest) (*GetRetentionScriptsResponse, error) GetRetentionScript(context.Context, *GetRetentionScriptRequest) (*GetRetentionScriptResponse, error) UpdateRetentionScript(context.Context, *UpdateRetentionScriptRequest) (*UpdateRetentionScriptResponse, error) CreateRetentionScript(context.Context, *CreateRetentionScriptRequest) (*CreateRetentionScriptResponse, error) DeleteRetentionScript(context.Context, *DeleteRetentionScriptRequest) (*DeleteRetentionScriptResponse, error) }
PluginServiceServer is the server API for PluginService service.
type PodStatus ¶
type PodStatus struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Status PodPhase `protobuf:"varint,2,opt,name=status,proto3,enum=px.cloudapi.PodPhase" json:"status,omitempty"` StatusMessage string `protobuf:"bytes,3,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"` Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` Containers []*ContainerStatus `protobuf:"bytes,5,rep,name=containers,proto3" json:"containers,omitempty"` CreatedAt *types.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Events []*K8SEvent `protobuf:"bytes,7,rep,name=events,proto3" json:"events,omitempty"` RestartCount int64 `protobuf:"varint,8,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"` }
func (*PodStatus) Descriptor ¶
func (*PodStatus) GetContainers ¶
func (m *PodStatus) GetContainers() []*ContainerStatus
func (*PodStatus) GetCreatedAt ¶
func (*PodStatus) GetRestartCount ¶
func (*PodStatus) GetStatusMessage ¶
func (*PodStatus) MarshalToSizedBuffer ¶
func (*PodStatus) ProtoMessage ¶
func (*PodStatus) ProtoMessage()
func (*PodStatus) XXX_DiscardUnknown ¶
func (m *PodStatus) XXX_DiscardUnknown()
func (*PodStatus) XXX_Marshal ¶
func (*PodStatus) XXX_Unmarshal ¶
type RemoveUserFromOrgRequest ¶
type RemoveUserFromOrgRequest struct {
UserID *uuidpb.UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
}
func (*RemoveUserFromOrgRequest) Descriptor ¶
func (*RemoveUserFromOrgRequest) Descriptor() ([]byte, []int)
func (*RemoveUserFromOrgRequest) Equal ¶
func (this *RemoveUserFromOrgRequest) Equal(that interface{}) bool
func (*RemoveUserFromOrgRequest) GetUserID ¶
func (m *RemoveUserFromOrgRequest) GetUserID() *uuidpb.UUID
func (*RemoveUserFromOrgRequest) GoString ¶
func (this *RemoveUserFromOrgRequest) GoString() string
func (*RemoveUserFromOrgRequest) Marshal ¶
func (m *RemoveUserFromOrgRequest) Marshal() (dAtA []byte, err error)
func (*RemoveUserFromOrgRequest) MarshalTo ¶
func (m *RemoveUserFromOrgRequest) MarshalTo(dAtA []byte) (int, error)
func (*RemoveUserFromOrgRequest) MarshalToSizedBuffer ¶
func (m *RemoveUserFromOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RemoveUserFromOrgRequest) ProtoMessage ¶
func (*RemoveUserFromOrgRequest) ProtoMessage()
func (*RemoveUserFromOrgRequest) Reset ¶
func (m *RemoveUserFromOrgRequest) Reset()
func (*RemoveUserFromOrgRequest) Size ¶
func (m *RemoveUserFromOrgRequest) Size() (n int)
func (*RemoveUserFromOrgRequest) String ¶
func (this *RemoveUserFromOrgRequest) String() string
func (*RemoveUserFromOrgRequest) Unmarshal ¶
func (m *RemoveUserFromOrgRequest) Unmarshal(dAtA []byte) error
func (*RemoveUserFromOrgRequest) XXX_DiscardUnknown ¶
func (m *RemoveUserFromOrgRequest) XXX_DiscardUnknown()
func (*RemoveUserFromOrgRequest) XXX_Marshal ¶
func (m *RemoveUserFromOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveUserFromOrgRequest) XXX_Merge ¶
func (m *RemoveUserFromOrgRequest) XXX_Merge(src proto.Message)
func (*RemoveUserFromOrgRequest) XXX_Size ¶
func (m *RemoveUserFromOrgRequest) XXX_Size() int
func (*RemoveUserFromOrgRequest) XXX_Unmarshal ¶
func (m *RemoveUserFromOrgRequest) XXX_Unmarshal(b []byte) error
type RemoveUserFromOrgResponse ¶
type RemoveUserFromOrgResponse struct {
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
}
func (*RemoveUserFromOrgResponse) Descriptor ¶
func (*RemoveUserFromOrgResponse) Descriptor() ([]byte, []int)
func (*RemoveUserFromOrgResponse) Equal ¶
func (this *RemoveUserFromOrgResponse) Equal(that interface{}) bool
func (*RemoveUserFromOrgResponse) GetSuccess ¶
func (m *RemoveUserFromOrgResponse) GetSuccess() bool
func (*RemoveUserFromOrgResponse) GoString ¶
func (this *RemoveUserFromOrgResponse) GoString() string
func (*RemoveUserFromOrgResponse) Marshal ¶
func (m *RemoveUserFromOrgResponse) Marshal() (dAtA []byte, err error)
func (*RemoveUserFromOrgResponse) MarshalTo ¶
func (m *RemoveUserFromOrgResponse) MarshalTo(dAtA []byte) (int, error)
func (*RemoveUserFromOrgResponse) MarshalToSizedBuffer ¶
func (m *RemoveUserFromOrgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RemoveUserFromOrgResponse) ProtoMessage ¶
func (*RemoveUserFromOrgResponse) ProtoMessage()
func (*RemoveUserFromOrgResponse) Reset ¶
func (m *RemoveUserFromOrgResponse) Reset()
func (*RemoveUserFromOrgResponse) Size ¶
func (m *RemoveUserFromOrgResponse) Size() (n int)
func (*RemoveUserFromOrgResponse) String ¶
func (this *RemoveUserFromOrgResponse) String() string
func (*RemoveUserFromOrgResponse) Unmarshal ¶
func (m *RemoveUserFromOrgResponse) Unmarshal(dAtA []byte) error
func (*RemoveUserFromOrgResponse) XXX_DiscardUnknown ¶
func (m *RemoveUserFromOrgResponse) XXX_DiscardUnknown()
func (*RemoveUserFromOrgResponse) XXX_Marshal ¶
func (m *RemoveUserFromOrgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveUserFromOrgResponse) XXX_Merge ¶
func (m *RemoveUserFromOrgResponse) XXX_Merge(src proto.Message)
func (*RemoveUserFromOrgResponse) XXX_Size ¶
func (m *RemoveUserFromOrgResponse) XXX_Size() int
func (*RemoveUserFromOrgResponse) XXX_Unmarshal ¶
func (m *RemoveUserFromOrgResponse) XXX_Unmarshal(b []byte) error
type RetentionScript ¶
type RetentionScript struct { ScriptID *uuidpb.UUID `protobuf:"bytes,1,opt,name=script_id,json=scriptId,proto3" json:"script_id,omitempty"` ScriptName string `protobuf:"bytes,2,opt,name=script_name,json=scriptName,proto3" json:"script_name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` FrequencyS int64 `protobuf:"varint,4,opt,name=frequency_s,json=frequencyS,proto3" json:"frequency_s,omitempty"` ClusterIDs []*uuidpb.UUID `protobuf:"bytes,5,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"` PluginId string `protobuf:"bytes,6,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` Enabled bool `protobuf:"varint,7,opt,name=enabled,proto3" json:"enabled,omitempty"` IsPreset bool `protobuf:"varint,8,opt,name=is_preset,json=isPreset,proto3" json:"is_preset,omitempty"` }
func (*RetentionScript) Descriptor ¶
func (*RetentionScript) Descriptor() ([]byte, []int)
func (*RetentionScript) Equal ¶
func (this *RetentionScript) Equal(that interface{}) bool
func (*RetentionScript) GetClusterIDs ¶
func (m *RetentionScript) GetClusterIDs() []*uuidpb.UUID
func (*RetentionScript) GetDescription ¶
func (m *RetentionScript) GetDescription() string
func (*RetentionScript) GetEnabled ¶
func (m *RetentionScript) GetEnabled() bool
func (*RetentionScript) GetFrequencyS ¶
func (m *RetentionScript) GetFrequencyS() int64
func (*RetentionScript) GetIsPreset ¶
func (m *RetentionScript) GetIsPreset() bool
func (*RetentionScript) GetPluginId ¶
func (m *RetentionScript) GetPluginId() string
func (*RetentionScript) GetScriptID ¶
func (m *RetentionScript) GetScriptID() *uuidpb.UUID
func (*RetentionScript) GetScriptName ¶
func (m *RetentionScript) GetScriptName() string
func (*RetentionScript) GoString ¶
func (this *RetentionScript) GoString() string
func (*RetentionScript) Marshal ¶
func (m *RetentionScript) Marshal() (dAtA []byte, err error)
func (*RetentionScript) MarshalToSizedBuffer ¶
func (m *RetentionScript) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RetentionScript) ProtoMessage ¶
func (*RetentionScript) ProtoMessage()
func (*RetentionScript) Reset ¶
func (m *RetentionScript) Reset()
func (*RetentionScript) Size ¶
func (m *RetentionScript) Size() (n int)
func (*RetentionScript) String ¶
func (this *RetentionScript) String() string
func (*RetentionScript) Unmarshal ¶
func (m *RetentionScript) Unmarshal(dAtA []byte) error
func (*RetentionScript) XXX_DiscardUnknown ¶
func (m *RetentionScript) XXX_DiscardUnknown()
func (*RetentionScript) XXX_Marshal ¶
func (m *RetentionScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RetentionScript) XXX_Merge ¶
func (m *RetentionScript) XXX_Merge(src proto.Message)
func (*RetentionScript) XXX_Size ¶
func (m *RetentionScript) XXX_Size() int
func (*RetentionScript) XXX_Unmarshal ¶
func (m *RetentionScript) XXX_Unmarshal(b []byte) error
type ScriptMetadata ¶
type ScriptMetadata struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` HasLiveView bool `protobuf:"varint,4,opt,name=has_live_view,json=hasLiveView,proto3" json:"has_live_view,omitempty"` }
func (*ScriptMetadata) Descriptor ¶
func (*ScriptMetadata) Descriptor() ([]byte, []int)
func (*ScriptMetadata) Equal ¶
func (this *ScriptMetadata) Equal(that interface{}) bool
func (*ScriptMetadata) GetDesc ¶
func (m *ScriptMetadata) GetDesc() string
func (*ScriptMetadata) GetHasLiveView ¶
func (m *ScriptMetadata) GetHasLiveView() bool
func (*ScriptMetadata) GetID ¶
func (m *ScriptMetadata) GetID() string
func (*ScriptMetadata) GetName ¶
func (m *ScriptMetadata) GetName() string
func (*ScriptMetadata) GoString ¶
func (this *ScriptMetadata) GoString() string
func (*ScriptMetadata) Marshal ¶
func (m *ScriptMetadata) Marshal() (dAtA []byte, err error)
func (*ScriptMetadata) MarshalToSizedBuffer ¶
func (m *ScriptMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ScriptMetadata) ProtoMessage ¶
func (*ScriptMetadata) ProtoMessage()
func (*ScriptMetadata) Reset ¶
func (m *ScriptMetadata) Reset()
func (*ScriptMetadata) Size ¶
func (m *ScriptMetadata) Size() (n int)
func (*ScriptMetadata) String ¶
func (this *ScriptMetadata) String() string
func (*ScriptMetadata) Unmarshal ¶
func (m *ScriptMetadata) Unmarshal(dAtA []byte) error
func (*ScriptMetadata) XXX_DiscardUnknown ¶
func (m *ScriptMetadata) XXX_DiscardUnknown()
func (*ScriptMetadata) XXX_Marshal ¶
func (m *ScriptMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ScriptMetadata) XXX_Merge ¶
func (m *ScriptMetadata) XXX_Merge(src proto.Message)
func (*ScriptMetadata) XXX_Size ¶
func (m *ScriptMetadata) XXX_Size() int
func (*ScriptMetadata) XXX_Unmarshal ¶
func (m *ScriptMetadata) XXX_Unmarshal(b []byte) error
type ScriptMgrClient ¶
type ScriptMgrClient interface { GetLiveViews(ctx context.Context, in *GetLiveViewsReq, opts ...grpc.CallOption) (*GetLiveViewsResp, error) GetLiveViewContents(ctx context.Context, in *GetLiveViewContentsReq, opts ...grpc.CallOption) (*GetLiveViewContentsResp, error) GetScripts(ctx context.Context, in *GetScriptsReq, opts ...grpc.CallOption) (*GetScriptsResp, error) GetScriptContents(ctx context.Context, in *GetScriptContentsReq, opts ...grpc.CallOption) (*GetScriptContentsResp, error) }
ScriptMgrClient is the client API for ScriptMgr service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewScriptMgrClient ¶
func NewScriptMgrClient(cc *grpc.ClientConn) ScriptMgrClient
type ScriptMgrServer ¶
type ScriptMgrServer interface { GetLiveViews(context.Context, *GetLiveViewsReq) (*GetLiveViewsResp, error) GetLiveViewContents(context.Context, *GetLiveViewContentsReq) (*GetLiveViewContentsResp, error) GetScripts(context.Context, *GetScriptsReq) (*GetScriptsResp, error) GetScriptContents(context.Context, *GetScriptContentsReq) (*GetScriptContentsResp, error) }
ScriptMgrServer is the server API for ScriptMgr service.
type SetUserAttributesRequest ¶
type SetUserAttributesRequest struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` TourSeen *types.BoolValue `protobuf:"bytes,2,opt,name=tour_seen,json=tourSeen,proto3" json:"tour_seen,omitempty"` }
func (*SetUserAttributesRequest) Descriptor ¶
func (*SetUserAttributesRequest) Descriptor() ([]byte, []int)
func (*SetUserAttributesRequest) Equal ¶
func (this *SetUserAttributesRequest) Equal(that interface{}) bool
func (*SetUserAttributesRequest) GetID ¶
func (m *SetUserAttributesRequest) GetID() *uuidpb.UUID
func (*SetUserAttributesRequest) GetTourSeen ¶
func (m *SetUserAttributesRequest) GetTourSeen() *types.BoolValue
func (*SetUserAttributesRequest) GoString ¶
func (this *SetUserAttributesRequest) GoString() string
func (*SetUserAttributesRequest) Marshal ¶
func (m *SetUserAttributesRequest) Marshal() (dAtA []byte, err error)
func (*SetUserAttributesRequest) MarshalTo ¶
func (m *SetUserAttributesRequest) MarshalTo(dAtA []byte) (int, error)
func (*SetUserAttributesRequest) MarshalToSizedBuffer ¶
func (m *SetUserAttributesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SetUserAttributesRequest) ProtoMessage ¶
func (*SetUserAttributesRequest) ProtoMessage()
func (*SetUserAttributesRequest) Reset ¶
func (m *SetUserAttributesRequest) Reset()
func (*SetUserAttributesRequest) Size ¶
func (m *SetUserAttributesRequest) Size() (n int)
func (*SetUserAttributesRequest) String ¶
func (this *SetUserAttributesRequest) String() string
func (*SetUserAttributesRequest) Unmarshal ¶
func (m *SetUserAttributesRequest) Unmarshal(dAtA []byte) error
func (*SetUserAttributesRequest) XXX_DiscardUnknown ¶
func (m *SetUserAttributesRequest) XXX_DiscardUnknown()
func (*SetUserAttributesRequest) XXX_Marshal ¶
func (m *SetUserAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetUserAttributesRequest) XXX_Merge ¶
func (m *SetUserAttributesRequest) XXX_Merge(src proto.Message)
func (*SetUserAttributesRequest) XXX_Size ¶
func (m *SetUserAttributesRequest) XXX_Size() int
func (*SetUserAttributesRequest) XXX_Unmarshal ¶
func (m *SetUserAttributesRequest) XXX_Unmarshal(b []byte) error
type SetUserAttributesResponse ¶
type SetUserAttributesResponse struct { }
func (*SetUserAttributesResponse) Descriptor ¶
func (*SetUserAttributesResponse) Descriptor() ([]byte, []int)
func (*SetUserAttributesResponse) Equal ¶
func (this *SetUserAttributesResponse) Equal(that interface{}) bool
func (*SetUserAttributesResponse) GoString ¶
func (this *SetUserAttributesResponse) GoString() string
func (*SetUserAttributesResponse) Marshal ¶
func (m *SetUserAttributesResponse) Marshal() (dAtA []byte, err error)
func (*SetUserAttributesResponse) MarshalTo ¶
func (m *SetUserAttributesResponse) MarshalTo(dAtA []byte) (int, error)
func (*SetUserAttributesResponse) MarshalToSizedBuffer ¶
func (m *SetUserAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SetUserAttributesResponse) ProtoMessage ¶
func (*SetUserAttributesResponse) ProtoMessage()
func (*SetUserAttributesResponse) Reset ¶
func (m *SetUserAttributesResponse) Reset()
func (*SetUserAttributesResponse) Size ¶
func (m *SetUserAttributesResponse) Size() (n int)
func (*SetUserAttributesResponse) String ¶
func (this *SetUserAttributesResponse) String() string
func (*SetUserAttributesResponse) Unmarshal ¶
func (m *SetUserAttributesResponse) Unmarshal(dAtA []byte) error
func (*SetUserAttributesResponse) XXX_DiscardUnknown ¶
func (m *SetUserAttributesResponse) XXX_DiscardUnknown()
func (*SetUserAttributesResponse) XXX_Marshal ¶
func (m *SetUserAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetUserAttributesResponse) XXX_Merge ¶
func (m *SetUserAttributesResponse) XXX_Merge(src proto.Message)
func (*SetUserAttributesResponse) XXX_Size ¶
func (m *SetUserAttributesResponse) XXX_Size() int
func (*SetUserAttributesResponse) XXX_Unmarshal ¶
func (m *SetUserAttributesResponse) XXX_Unmarshal(b []byte) error
type TabSuggestion ¶
type TabSuggestion struct { TabIndex int64 `protobuf:"varint,1,opt,name=tab_index,json=tabIndex,proto3" json:"tab_index,omitempty"` ExecutableAfterSelect bool `` /* 127-byte string literal not displayed */ Suggestions []*AutocompleteSuggestion `protobuf:"bytes,3,rep,name=suggestions,proto3" json:"suggestions,omitempty"` }
func (*TabSuggestion) Descriptor ¶
func (*TabSuggestion) Descriptor() ([]byte, []int)
func (*TabSuggestion) Equal ¶
func (this *TabSuggestion) Equal(that interface{}) bool
func (*TabSuggestion) GetExecutableAfterSelect ¶
func (m *TabSuggestion) GetExecutableAfterSelect() bool
func (*TabSuggestion) GetSuggestions ¶
func (m *TabSuggestion) GetSuggestions() []*AutocompleteSuggestion
func (*TabSuggestion) GetTabIndex ¶
func (m *TabSuggestion) GetTabIndex() int64
func (*TabSuggestion) GoString ¶
func (this *TabSuggestion) GoString() string
func (*TabSuggestion) Marshal ¶
func (m *TabSuggestion) Marshal() (dAtA []byte, err error)
func (*TabSuggestion) MarshalToSizedBuffer ¶
func (m *TabSuggestion) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TabSuggestion) ProtoMessage ¶
func (*TabSuggestion) ProtoMessage()
func (*TabSuggestion) Reset ¶
func (m *TabSuggestion) Reset()
func (*TabSuggestion) Size ¶
func (m *TabSuggestion) Size() (n int)
func (*TabSuggestion) String ¶
func (this *TabSuggestion) String() string
func (*TabSuggestion) Unmarshal ¶
func (m *TabSuggestion) Unmarshal(dAtA []byte) error
func (*TabSuggestion) XXX_DiscardUnknown ¶
func (m *TabSuggestion) XXX_DiscardUnknown()
func (*TabSuggestion) XXX_Marshal ¶
func (m *TabSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TabSuggestion) XXX_Merge ¶
func (m *TabSuggestion) XXX_Merge(src proto.Message)
func (*TabSuggestion) XXX_Size ¶
func (m *TabSuggestion) XXX_Size() int
func (*TabSuggestion) XXX_Unmarshal ¶
func (m *TabSuggestion) XXX_Unmarshal(b []byte) error
type UnimplementedAPIKeyManagerServer ¶
type UnimplementedAPIKeyManagerServer struct { }
UnimplementedAPIKeyManagerServer can be embedded to have forward compatible implementations.
func (*UnimplementedAPIKeyManagerServer) Create ¶
func (*UnimplementedAPIKeyManagerServer) Create(ctx context.Context, req *CreateAPIKeyRequest) (*APIKey, error)
func (*UnimplementedAPIKeyManagerServer) Get ¶
func (*UnimplementedAPIKeyManagerServer) Get(ctx context.Context, req *GetAPIKeyRequest) (*GetAPIKeyResponse, error)
func (*UnimplementedAPIKeyManagerServer) List ¶
func (*UnimplementedAPIKeyManagerServer) List(ctx context.Context, req *ListAPIKeyRequest) (*ListAPIKeyResponse, error)
func (*UnimplementedAPIKeyManagerServer) LookupAPIKey ¶
func (*UnimplementedAPIKeyManagerServer) LookupAPIKey(ctx context.Context, req *LookupAPIKeyRequest) (*LookupAPIKeyResponse, error)
type UnimplementedArtifactTrackerServer ¶
type UnimplementedArtifactTrackerServer struct { }
UnimplementedArtifactTrackerServer can be embedded to have forward compatible implementations.
func (*UnimplementedArtifactTrackerServer) GetArtifactList ¶
func (*UnimplementedArtifactTrackerServer) GetArtifactList(ctx context.Context, req *GetArtifactListRequest) (*ArtifactSet, error)
func (*UnimplementedArtifactTrackerServer) GetDownloadLink ¶
func (*UnimplementedArtifactTrackerServer) GetDownloadLink(ctx context.Context, req *GetDownloadLinkRequest) (*GetDownloadLinkResponse, error)
type UnimplementedAuthServiceServer ¶
type UnimplementedAuthServiceServer struct { }
UnimplementedAuthServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAuthServiceServer) Login ¶
func (*UnimplementedAuthServiceServer) Login(ctx context.Context, req *LoginRequest) (*LoginReply, error)
type UnimplementedAutocompleteServiceServer ¶
type UnimplementedAutocompleteServiceServer struct { }
UnimplementedAutocompleteServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAutocompleteServiceServer) Autocomplete ¶
func (*UnimplementedAutocompleteServiceServer) Autocomplete(ctx context.Context, req *AutocompleteRequest) (*AutocompleteResponse, error)
func (*UnimplementedAutocompleteServiceServer) AutocompleteField ¶
func (*UnimplementedAutocompleteServiceServer) AutocompleteField(ctx context.Context, req *AutocompleteFieldRequest) (*AutocompleteFieldResponse, error)
type UnimplementedConfigServiceServer ¶
type UnimplementedConfigServiceServer struct { }
UnimplementedConfigServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedConfigServiceServer) GetConfigForOperator ¶
func (*UnimplementedConfigServiceServer) GetConfigForOperator(ctx context.Context, req *ConfigForOperatorRequest) (*ConfigForOperatorResponse, error)
func (*UnimplementedConfigServiceServer) GetConfigForVizier ¶
func (*UnimplementedConfigServiceServer) GetConfigForVizier(ctx context.Context, req *ConfigForVizierRequest) (*ConfigForVizierResponse, error)
type UnimplementedOrganizationServiceServer ¶
type UnimplementedOrganizationServiceServer struct { }
UnimplementedOrganizationServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedOrganizationServiceServer) AddOrgIDEConfig ¶
func (*UnimplementedOrganizationServiceServer) AddOrgIDEConfig(ctx context.Context, req *AddOrgIDEConfigRequest) (*AddOrgIDEConfigResponse, error)
func (*UnimplementedOrganizationServiceServer) CreateInviteToken ¶
func (*UnimplementedOrganizationServiceServer) CreateInviteToken(ctx context.Context, req *CreateInviteTokenRequest) (*InviteToken, error)
func (*UnimplementedOrganizationServiceServer) CreateOrg ¶
func (*UnimplementedOrganizationServiceServer) CreateOrg(ctx context.Context, req *CreateOrgRequest) (*uuidpb.UUID, error)
func (*UnimplementedOrganizationServiceServer) DeleteOrgIDEConfig ¶
func (*UnimplementedOrganizationServiceServer) DeleteOrgIDEConfig(ctx context.Context, req *DeleteOrgIDEConfigRequest) (*DeleteOrgIDEConfigResponse, error)
func (*UnimplementedOrganizationServiceServer) GetOrgIDEConfigs ¶
func (*UnimplementedOrganizationServiceServer) GetOrgIDEConfigs(ctx context.Context, req *GetOrgIDEConfigsRequest) (*GetOrgIDEConfigsResponse, error)
func (*UnimplementedOrganizationServiceServer) GetUsersInOrg ¶
func (*UnimplementedOrganizationServiceServer) GetUsersInOrg(ctx context.Context, req *GetUsersInOrgRequest) (*GetUsersInOrgResponse, error)
func (*UnimplementedOrganizationServiceServer) InviteUser ¶
func (*UnimplementedOrganizationServiceServer) InviteUser(ctx context.Context, req *InviteUserRequest) (*InviteUserResponse, error)
func (*UnimplementedOrganizationServiceServer) RemoveUserFromOrg ¶
func (*UnimplementedOrganizationServiceServer) RemoveUserFromOrg(ctx context.Context, req *RemoveUserFromOrgRequest) (*RemoveUserFromOrgResponse, error)
func (*UnimplementedOrganizationServiceServer) RevokeAllInviteTokens ¶
func (*UnimplementedOrganizationServiceServer) UpdateOrg ¶
func (*UnimplementedOrganizationServiceServer) UpdateOrg(ctx context.Context, req *UpdateOrgRequest) (*OrgInfo, error)
func (*UnimplementedOrganizationServiceServer) VerifyInviteToken ¶
func (*UnimplementedOrganizationServiceServer) VerifyInviteToken(ctx context.Context, req *InviteToken) (*VerifyInviteTokenResponse, error)
type UnimplementedPluginServiceServer ¶
type UnimplementedPluginServiceServer struct { }
UnimplementedPluginServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedPluginServiceServer) CreateRetentionScript ¶
func (*UnimplementedPluginServiceServer) CreateRetentionScript(ctx context.Context, req *CreateRetentionScriptRequest) (*CreateRetentionScriptResponse, error)
func (*UnimplementedPluginServiceServer) DeleteRetentionScript ¶
func (*UnimplementedPluginServiceServer) DeleteRetentionScript(ctx context.Context, req *DeleteRetentionScriptRequest) (*DeleteRetentionScriptResponse, error)
func (*UnimplementedPluginServiceServer) GetOrgRetentionPluginConfig ¶
func (*UnimplementedPluginServiceServer) GetOrgRetentionPluginConfig(ctx context.Context, req *GetOrgRetentionPluginConfigRequest) (*GetOrgRetentionPluginConfigResponse, error)
func (*UnimplementedPluginServiceServer) GetPlugins ¶
func (*UnimplementedPluginServiceServer) GetPlugins(ctx context.Context, req *GetPluginsRequest) (*GetPluginsResponse, error)
func (*UnimplementedPluginServiceServer) GetRetentionPluginInfo ¶
func (*UnimplementedPluginServiceServer) GetRetentionPluginInfo(ctx context.Context, req *GetRetentionPluginInfoRequest) (*GetRetentionPluginInfoResponse, error)
func (*UnimplementedPluginServiceServer) GetRetentionScript ¶
func (*UnimplementedPluginServiceServer) GetRetentionScript(ctx context.Context, req *GetRetentionScriptRequest) (*GetRetentionScriptResponse, error)
func (*UnimplementedPluginServiceServer) GetRetentionScripts ¶
func (*UnimplementedPluginServiceServer) GetRetentionScripts(ctx context.Context, req *GetRetentionScriptsRequest) (*GetRetentionScriptsResponse, error)
func (*UnimplementedPluginServiceServer) UpdateRetentionPluginConfig ¶
func (*UnimplementedPluginServiceServer) UpdateRetentionPluginConfig(ctx context.Context, req *UpdateRetentionPluginConfigRequest) (*UpdateRetentionPluginConfigResponse, error)
func (*UnimplementedPluginServiceServer) UpdateRetentionScript ¶
func (*UnimplementedPluginServiceServer) UpdateRetentionScript(ctx context.Context, req *UpdateRetentionScriptRequest) (*UpdateRetentionScriptResponse, error)
type UnimplementedScriptMgrServer ¶
type UnimplementedScriptMgrServer struct { }
UnimplementedScriptMgrServer can be embedded to have forward compatible implementations.
func (*UnimplementedScriptMgrServer) GetLiveViewContents ¶
func (*UnimplementedScriptMgrServer) GetLiveViewContents(ctx context.Context, req *GetLiveViewContentsReq) (*GetLiveViewContentsResp, error)
func (*UnimplementedScriptMgrServer) GetLiveViews ¶
func (*UnimplementedScriptMgrServer) GetLiveViews(ctx context.Context, req *GetLiveViewsReq) (*GetLiveViewsResp, error)
func (*UnimplementedScriptMgrServer) GetScriptContents ¶
func (*UnimplementedScriptMgrServer) GetScriptContents(ctx context.Context, req *GetScriptContentsReq) (*GetScriptContentsResp, error)
func (*UnimplementedScriptMgrServer) GetScripts ¶
func (*UnimplementedScriptMgrServer) GetScripts(ctx context.Context, req *GetScriptsReq) (*GetScriptsResp, error)
type UnimplementedUserServiceServer ¶
type UnimplementedUserServiceServer struct { }
UnimplementedUserServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedUserServiceServer) DeleteUser ¶
func (*UnimplementedUserServiceServer) DeleteUser(ctx context.Context, req *DeleteUserRequest) (*DeleteUserResponse, error)
func (*UnimplementedUserServiceServer) GetUserAttributes ¶
func (*UnimplementedUserServiceServer) GetUserAttributes(ctx context.Context, req *GetUserAttributesRequest) (*GetUserAttributesResponse, error)
func (*UnimplementedUserServiceServer) GetUserSettings ¶
func (*UnimplementedUserServiceServer) GetUserSettings(ctx context.Context, req *GetUserSettingsRequest) (*GetUserSettingsResponse, error)
func (*UnimplementedUserServiceServer) SetUserAttributes ¶
func (*UnimplementedUserServiceServer) SetUserAttributes(ctx context.Context, req *SetUserAttributesRequest) (*SetUserAttributesResponse, error)
func (*UnimplementedUserServiceServer) UpdateUser ¶
func (*UnimplementedUserServiceServer) UpdateUser(ctx context.Context, req *UpdateUserRequest) (*UserInfo, error)
func (*UnimplementedUserServiceServer) UpdateUserSettings ¶
func (*UnimplementedUserServiceServer) UpdateUserSettings(ctx context.Context, req *UpdateUserSettingsRequest) (*UpdateUserSettingsResponse, error)
type UnimplementedVizierClusterInfoServer ¶
type UnimplementedVizierClusterInfoServer struct { }
UnimplementedVizierClusterInfoServer can be embedded to have forward compatible implementations.
func (*UnimplementedVizierClusterInfoServer) CreateCluster ¶
func (*UnimplementedVizierClusterInfoServer) CreateCluster(ctx context.Context, req *CreateClusterRequest) (*CreateClusterResponse, error)
func (*UnimplementedVizierClusterInfoServer) GetClusterConnectionInfo ¶
func (*UnimplementedVizierClusterInfoServer) GetClusterConnectionInfo(ctx context.Context, req *GetClusterConnectionInfoRequest) (*GetClusterConnectionInfoResponse, error)
func (*UnimplementedVizierClusterInfoServer) GetClusterInfo ¶
func (*UnimplementedVizierClusterInfoServer) GetClusterInfo(ctx context.Context, req *GetClusterInfoRequest) (*GetClusterInfoResponse, error)
func (*UnimplementedVizierClusterInfoServer) UpdateClusterVizierConfig ¶
func (*UnimplementedVizierClusterInfoServer) UpdateClusterVizierConfig(ctx context.Context, req *UpdateClusterVizierConfigRequest) (*UpdateClusterVizierConfigResponse, error)
func (*UnimplementedVizierClusterInfoServer) UpdateOrInstallCluster ¶
func (*UnimplementedVizierClusterInfoServer) UpdateOrInstallCluster(ctx context.Context, req *UpdateOrInstallClusterRequest) (*UpdateOrInstallClusterResponse, error)
type UnimplementedVizierDeploymentKeyManagerServer ¶
type UnimplementedVizierDeploymentKeyManagerServer struct { }
UnimplementedVizierDeploymentKeyManagerServer can be embedded to have forward compatible implementations.
func (*UnimplementedVizierDeploymentKeyManagerServer) Create ¶
func (*UnimplementedVizierDeploymentKeyManagerServer) Create(ctx context.Context, req *CreateDeploymentKeyRequest) (*DeploymentKey, error)
func (*UnimplementedVizierDeploymentKeyManagerServer) Get ¶
func (*UnimplementedVizierDeploymentKeyManagerServer) Get(ctx context.Context, req *GetDeploymentKeyRequest) (*GetDeploymentKeyResponse, error)
func (*UnimplementedVizierDeploymentKeyManagerServer) List ¶
func (*UnimplementedVizierDeploymentKeyManagerServer) List(ctx context.Context, req *ListDeploymentKeyRequest) (*ListDeploymentKeyResponse, error)
func (*UnimplementedVizierDeploymentKeyManagerServer) LookupDeploymentKey ¶
func (*UnimplementedVizierDeploymentKeyManagerServer) LookupDeploymentKey(ctx context.Context, req *LookupDeploymentKeyRequest) (*LookupDeploymentKeyResponse, error)
type UnimplementedVizierImageAuthorizationServer ¶
type UnimplementedVizierImageAuthorizationServer struct { }
UnimplementedVizierImageAuthorizationServer can be embedded to have forward compatible implementations.
func (*UnimplementedVizierImageAuthorizationServer) GetImageCredentials ¶
func (*UnimplementedVizierImageAuthorizationServer) GetImageCredentials(ctx context.Context, req *GetImageCredentialsRequest) (*GetImageCredentialsResponse, error)
type UpdateClusterVizierConfigRequest ¶
type UpdateClusterVizierConfigRequest struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ConfigUpdate *VizierConfigUpdate `protobuf:"bytes,2,opt,name=config_update,json=configUpdate,proto3" json:"config_update,omitempty"` }
func (*UpdateClusterVizierConfigRequest) Descriptor ¶
func (*UpdateClusterVizierConfigRequest) Descriptor() ([]byte, []int)
func (*UpdateClusterVizierConfigRequest) Equal ¶
func (this *UpdateClusterVizierConfigRequest) Equal(that interface{}) bool
func (*UpdateClusterVizierConfigRequest) GetConfigUpdate ¶
func (m *UpdateClusterVizierConfigRequest) GetConfigUpdate() *VizierConfigUpdate
func (*UpdateClusterVizierConfigRequest) GetID ¶
func (m *UpdateClusterVizierConfigRequest) GetID() *uuidpb.UUID
func (*UpdateClusterVizierConfigRequest) GoString ¶
func (this *UpdateClusterVizierConfigRequest) GoString() string
func (*UpdateClusterVizierConfigRequest) Marshal ¶
func (m *UpdateClusterVizierConfigRequest) Marshal() (dAtA []byte, err error)
func (*UpdateClusterVizierConfigRequest) MarshalTo ¶
func (m *UpdateClusterVizierConfigRequest) MarshalTo(dAtA []byte) (int, error)
func (*UpdateClusterVizierConfigRequest) MarshalToSizedBuffer ¶
func (m *UpdateClusterVizierConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateClusterVizierConfigRequest) ProtoMessage ¶
func (*UpdateClusterVizierConfigRequest) ProtoMessage()
func (*UpdateClusterVizierConfigRequest) Reset ¶
func (m *UpdateClusterVizierConfigRequest) Reset()
func (*UpdateClusterVizierConfigRequest) Size ¶
func (m *UpdateClusterVizierConfigRequest) Size() (n int)
func (*UpdateClusterVizierConfigRequest) String ¶
func (this *UpdateClusterVizierConfigRequest) String() string
func (*UpdateClusterVizierConfigRequest) Unmarshal ¶
func (m *UpdateClusterVizierConfigRequest) Unmarshal(dAtA []byte) error
func (*UpdateClusterVizierConfigRequest) XXX_DiscardUnknown ¶
func (m *UpdateClusterVizierConfigRequest) XXX_DiscardUnknown()
func (*UpdateClusterVizierConfigRequest) XXX_Marshal ¶
func (m *UpdateClusterVizierConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateClusterVizierConfigRequest) XXX_Merge ¶
func (m *UpdateClusterVizierConfigRequest) XXX_Merge(src proto.Message)
func (*UpdateClusterVizierConfigRequest) XXX_Size ¶
func (m *UpdateClusterVizierConfigRequest) XXX_Size() int
func (*UpdateClusterVizierConfigRequest) XXX_Unmarshal ¶
func (m *UpdateClusterVizierConfigRequest) XXX_Unmarshal(b []byte) error
type UpdateClusterVizierConfigResponse ¶
type UpdateClusterVizierConfigResponse struct { }
func (*UpdateClusterVizierConfigResponse) Descriptor ¶
func (*UpdateClusterVizierConfigResponse) Descriptor() ([]byte, []int)
func (*UpdateClusterVizierConfigResponse) Equal ¶
func (this *UpdateClusterVizierConfigResponse) Equal(that interface{}) bool
func (*UpdateClusterVizierConfigResponse) GoString ¶
func (this *UpdateClusterVizierConfigResponse) GoString() string
func (*UpdateClusterVizierConfigResponse) Marshal ¶
func (m *UpdateClusterVizierConfigResponse) Marshal() (dAtA []byte, err error)
func (*UpdateClusterVizierConfigResponse) MarshalTo ¶
func (m *UpdateClusterVizierConfigResponse) MarshalTo(dAtA []byte) (int, error)
func (*UpdateClusterVizierConfigResponse) MarshalToSizedBuffer ¶
func (m *UpdateClusterVizierConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateClusterVizierConfigResponse) ProtoMessage ¶
func (*UpdateClusterVizierConfigResponse) ProtoMessage()
func (*UpdateClusterVizierConfigResponse) Reset ¶
func (m *UpdateClusterVizierConfigResponse) Reset()
func (*UpdateClusterVizierConfigResponse) Size ¶
func (m *UpdateClusterVizierConfigResponse) Size() (n int)
func (*UpdateClusterVizierConfigResponse) String ¶
func (this *UpdateClusterVizierConfigResponse) String() string
func (*UpdateClusterVizierConfigResponse) Unmarshal ¶
func (m *UpdateClusterVizierConfigResponse) Unmarshal(dAtA []byte) error
func (*UpdateClusterVizierConfigResponse) XXX_DiscardUnknown ¶
func (m *UpdateClusterVizierConfigResponse) XXX_DiscardUnknown()
func (*UpdateClusterVizierConfigResponse) XXX_Marshal ¶
func (m *UpdateClusterVizierConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateClusterVizierConfigResponse) XXX_Merge ¶
func (m *UpdateClusterVizierConfigResponse) XXX_Merge(src proto.Message)
func (*UpdateClusterVizierConfigResponse) XXX_Size ¶
func (m *UpdateClusterVizierConfigResponse) XXX_Size() int
func (*UpdateClusterVizierConfigResponse) XXX_Unmarshal ¶
func (m *UpdateClusterVizierConfigResponse) XXX_Unmarshal(b []byte) error
type UpdateOrInstallClusterRequest ¶
type UpdateOrInstallClusterRequest struct { ClusterID *uuidpb.UUID `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` RedeployEtcd bool `protobuf:"varint,3,opt,name=redeploy_etcd,json=redeployEtcd,proto3" json:"redeploy_etcd,omitempty"` }
func (*UpdateOrInstallClusterRequest) Descriptor ¶
func (*UpdateOrInstallClusterRequest) Descriptor() ([]byte, []int)
func (*UpdateOrInstallClusterRequest) Equal ¶
func (this *UpdateOrInstallClusterRequest) Equal(that interface{}) bool
func (*UpdateOrInstallClusterRequest) GetClusterID ¶
func (m *UpdateOrInstallClusterRequest) GetClusterID() *uuidpb.UUID
func (*UpdateOrInstallClusterRequest) GetRedeployEtcd ¶
func (m *UpdateOrInstallClusterRequest) GetRedeployEtcd() bool
func (*UpdateOrInstallClusterRequest) GetVersion ¶
func (m *UpdateOrInstallClusterRequest) GetVersion() string
func (*UpdateOrInstallClusterRequest) GoString ¶
func (this *UpdateOrInstallClusterRequest) GoString() string
func (*UpdateOrInstallClusterRequest) Marshal ¶
func (m *UpdateOrInstallClusterRequest) Marshal() (dAtA []byte, err error)
func (*UpdateOrInstallClusterRequest) MarshalTo ¶
func (m *UpdateOrInstallClusterRequest) MarshalTo(dAtA []byte) (int, error)
func (*UpdateOrInstallClusterRequest) MarshalToSizedBuffer ¶
func (m *UpdateOrInstallClusterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateOrInstallClusterRequest) ProtoMessage ¶
func (*UpdateOrInstallClusterRequest) ProtoMessage()
func (*UpdateOrInstallClusterRequest) Reset ¶
func (m *UpdateOrInstallClusterRequest) Reset()
func (*UpdateOrInstallClusterRequest) Size ¶
func (m *UpdateOrInstallClusterRequest) Size() (n int)
func (*UpdateOrInstallClusterRequest) String ¶
func (this *UpdateOrInstallClusterRequest) String() string
func (*UpdateOrInstallClusterRequest) Unmarshal ¶
func (m *UpdateOrInstallClusterRequest) Unmarshal(dAtA []byte) error
func (*UpdateOrInstallClusterRequest) XXX_DiscardUnknown ¶
func (m *UpdateOrInstallClusterRequest) XXX_DiscardUnknown()
func (*UpdateOrInstallClusterRequest) XXX_Marshal ¶
func (m *UpdateOrInstallClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateOrInstallClusterRequest) XXX_Merge ¶
func (m *UpdateOrInstallClusterRequest) XXX_Merge(src proto.Message)
func (*UpdateOrInstallClusterRequest) XXX_Size ¶
func (m *UpdateOrInstallClusterRequest) XXX_Size() int
func (*UpdateOrInstallClusterRequest) XXX_Unmarshal ¶
func (m *UpdateOrInstallClusterRequest) XXX_Unmarshal(b []byte) error
type UpdateOrInstallClusterResponse ¶
type UpdateOrInstallClusterResponse struct {
UpdateStarted bool `protobuf:"varint,1,opt,name=update_started,json=updateStarted,proto3" json:"update_started,omitempty"`
}
func (*UpdateOrInstallClusterResponse) Descriptor ¶
func (*UpdateOrInstallClusterResponse) Descriptor() ([]byte, []int)
func (*UpdateOrInstallClusterResponse) Equal ¶
func (this *UpdateOrInstallClusterResponse) Equal(that interface{}) bool
func (*UpdateOrInstallClusterResponse) GetUpdateStarted ¶
func (m *UpdateOrInstallClusterResponse) GetUpdateStarted() bool
func (*UpdateOrInstallClusterResponse) GoString ¶
func (this *UpdateOrInstallClusterResponse) GoString() string
func (*UpdateOrInstallClusterResponse) Marshal ¶
func (m *UpdateOrInstallClusterResponse) Marshal() (dAtA []byte, err error)
func (*UpdateOrInstallClusterResponse) MarshalTo ¶
func (m *UpdateOrInstallClusterResponse) MarshalTo(dAtA []byte) (int, error)
func (*UpdateOrInstallClusterResponse) MarshalToSizedBuffer ¶
func (m *UpdateOrInstallClusterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateOrInstallClusterResponse) ProtoMessage ¶
func (*UpdateOrInstallClusterResponse) ProtoMessage()
func (*UpdateOrInstallClusterResponse) Reset ¶
func (m *UpdateOrInstallClusterResponse) Reset()
func (*UpdateOrInstallClusterResponse) Size ¶
func (m *UpdateOrInstallClusterResponse) Size() (n int)
func (*UpdateOrInstallClusterResponse) String ¶
func (this *UpdateOrInstallClusterResponse) String() string
func (*UpdateOrInstallClusterResponse) Unmarshal ¶
func (m *UpdateOrInstallClusterResponse) Unmarshal(dAtA []byte) error
func (*UpdateOrInstallClusterResponse) XXX_DiscardUnknown ¶
func (m *UpdateOrInstallClusterResponse) XXX_DiscardUnknown()
func (*UpdateOrInstallClusterResponse) XXX_Marshal ¶
func (m *UpdateOrInstallClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateOrInstallClusterResponse) XXX_Merge ¶
func (m *UpdateOrInstallClusterResponse) XXX_Merge(src proto.Message)
func (*UpdateOrInstallClusterResponse) XXX_Size ¶
func (m *UpdateOrInstallClusterResponse) XXX_Size() int
func (*UpdateOrInstallClusterResponse) XXX_Unmarshal ¶
func (m *UpdateOrInstallClusterResponse) XXX_Unmarshal(b []byte) error
type UpdateOrgRequest ¶
type UpdateOrgRequest struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` EnableApprovals *types.BoolValue `protobuf:"bytes,2,opt,name=enable_approvals,json=enableApprovals,proto3" json:"enable_approvals,omitempty"` }
func (*UpdateOrgRequest) Descriptor ¶
func (*UpdateOrgRequest) Descriptor() ([]byte, []int)
func (*UpdateOrgRequest) Equal ¶
func (this *UpdateOrgRequest) Equal(that interface{}) bool
func (*UpdateOrgRequest) GetEnableApprovals ¶
func (m *UpdateOrgRequest) GetEnableApprovals() *types.BoolValue
func (*UpdateOrgRequest) GetID ¶
func (m *UpdateOrgRequest) GetID() *uuidpb.UUID
func (*UpdateOrgRequest) GoString ¶
func (this *UpdateOrgRequest) GoString() string
func (*UpdateOrgRequest) Marshal ¶
func (m *UpdateOrgRequest) Marshal() (dAtA []byte, err error)
func (*UpdateOrgRequest) MarshalToSizedBuffer ¶
func (m *UpdateOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateOrgRequest) ProtoMessage ¶
func (*UpdateOrgRequest) ProtoMessage()
func (*UpdateOrgRequest) Reset ¶
func (m *UpdateOrgRequest) Reset()
func (*UpdateOrgRequest) Size ¶
func (m *UpdateOrgRequest) Size() (n int)
func (*UpdateOrgRequest) String ¶
func (this *UpdateOrgRequest) String() string
func (*UpdateOrgRequest) Unmarshal ¶
func (m *UpdateOrgRequest) Unmarshal(dAtA []byte) error
func (*UpdateOrgRequest) XXX_DiscardUnknown ¶
func (m *UpdateOrgRequest) XXX_DiscardUnknown()
func (*UpdateOrgRequest) XXX_Marshal ¶
func (m *UpdateOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateOrgRequest) XXX_Merge ¶
func (m *UpdateOrgRequest) XXX_Merge(src proto.Message)
func (*UpdateOrgRequest) XXX_Size ¶
func (m *UpdateOrgRequest) XXX_Size() int
func (*UpdateOrgRequest) XXX_Unmarshal ¶
func (m *UpdateOrgRequest) XXX_Unmarshal(b []byte) error
type UpdateRetentionPluginConfigRequest ¶
type UpdateRetentionPluginConfigRequest struct { PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` Configs map[string]string `` /* 155-byte string literal not displayed */ Enabled *types.BoolValue `protobuf:"bytes,3,opt,name=enabled,proto3" json:"enabled,omitempty"` Version *types.StringValue `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"` CustomExportUrl *types.StringValue `protobuf:"bytes,5,opt,name=custom_export_url,json=customExportUrl,proto3" json:"custom_export_url,omitempty"` InsecureTLS *types.BoolValue `protobuf:"bytes,6,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"` DisablePresets *types.BoolValue `protobuf:"bytes,7,opt,name=disable_presets,json=disablePresets,proto3" json:"disable_presets,omitempty"` }
func (*UpdateRetentionPluginConfigRequest) Descriptor ¶
func (*UpdateRetentionPluginConfigRequest) Descriptor() ([]byte, []int)
func (*UpdateRetentionPluginConfigRequest) Equal ¶
func (this *UpdateRetentionPluginConfigRequest) Equal(that interface{}) bool
func (*UpdateRetentionPluginConfigRequest) GetConfigs ¶
func (m *UpdateRetentionPluginConfigRequest) GetConfigs() map[string]string
func (*UpdateRetentionPluginConfigRequest) GetCustomExportUrl ¶
func (m *UpdateRetentionPluginConfigRequest) GetCustomExportUrl() *types.StringValue
func (*UpdateRetentionPluginConfigRequest) GetDisablePresets ¶
func (m *UpdateRetentionPluginConfigRequest) GetDisablePresets() *types.BoolValue
func (*UpdateRetentionPluginConfigRequest) GetEnabled ¶
func (m *UpdateRetentionPluginConfigRequest) GetEnabled() *types.BoolValue
func (*UpdateRetentionPluginConfigRequest) GetInsecureTLS ¶
func (m *UpdateRetentionPluginConfigRequest) GetInsecureTLS() *types.BoolValue
func (*UpdateRetentionPluginConfigRequest) GetPluginId ¶
func (m *UpdateRetentionPluginConfigRequest) GetPluginId() string
func (*UpdateRetentionPluginConfigRequest) GetVersion ¶
func (m *UpdateRetentionPluginConfigRequest) GetVersion() *types.StringValue
func (*UpdateRetentionPluginConfigRequest) GoString ¶
func (this *UpdateRetentionPluginConfigRequest) GoString() string
func (*UpdateRetentionPluginConfigRequest) Marshal ¶
func (m *UpdateRetentionPluginConfigRequest) Marshal() (dAtA []byte, err error)
func (*UpdateRetentionPluginConfigRequest) MarshalTo ¶
func (m *UpdateRetentionPluginConfigRequest) MarshalTo(dAtA []byte) (int, error)
func (*UpdateRetentionPluginConfigRequest) MarshalToSizedBuffer ¶
func (m *UpdateRetentionPluginConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateRetentionPluginConfigRequest) ProtoMessage ¶
func (*UpdateRetentionPluginConfigRequest) ProtoMessage()
func (*UpdateRetentionPluginConfigRequest) Reset ¶
func (m *UpdateRetentionPluginConfigRequest) Reset()
func (*UpdateRetentionPluginConfigRequest) Size ¶
func (m *UpdateRetentionPluginConfigRequest) Size() (n int)
func (*UpdateRetentionPluginConfigRequest) String ¶
func (this *UpdateRetentionPluginConfigRequest) String() string
func (*UpdateRetentionPluginConfigRequest) Unmarshal ¶
func (m *UpdateRetentionPluginConfigRequest) Unmarshal(dAtA []byte) error
func (*UpdateRetentionPluginConfigRequest) XXX_DiscardUnknown ¶
func (m *UpdateRetentionPluginConfigRequest) XXX_DiscardUnknown()
func (*UpdateRetentionPluginConfigRequest) XXX_Marshal ¶
func (m *UpdateRetentionPluginConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateRetentionPluginConfigRequest) XXX_Merge ¶
func (m *UpdateRetentionPluginConfigRequest) XXX_Merge(src proto.Message)
func (*UpdateRetentionPluginConfigRequest) XXX_Size ¶
func (m *UpdateRetentionPluginConfigRequest) XXX_Size() int
func (*UpdateRetentionPluginConfigRequest) XXX_Unmarshal ¶
func (m *UpdateRetentionPluginConfigRequest) XXX_Unmarshal(b []byte) error
type UpdateRetentionPluginConfigResponse ¶
type UpdateRetentionPluginConfigResponse struct { }
func (*UpdateRetentionPluginConfigResponse) Descriptor ¶
func (*UpdateRetentionPluginConfigResponse) Descriptor() ([]byte, []int)
func (*UpdateRetentionPluginConfigResponse) Equal ¶
func (this *UpdateRetentionPluginConfigResponse) Equal(that interface{}) bool
func (*UpdateRetentionPluginConfigResponse) GoString ¶
func (this *UpdateRetentionPluginConfigResponse) GoString() string
func (*UpdateRetentionPluginConfigResponse) Marshal ¶
func (m *UpdateRetentionPluginConfigResponse) Marshal() (dAtA []byte, err error)
func (*UpdateRetentionPluginConfigResponse) MarshalTo ¶
func (m *UpdateRetentionPluginConfigResponse) MarshalTo(dAtA []byte) (int, error)
func (*UpdateRetentionPluginConfigResponse) MarshalToSizedBuffer ¶
func (m *UpdateRetentionPluginConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateRetentionPluginConfigResponse) ProtoMessage ¶
func (*UpdateRetentionPluginConfigResponse) ProtoMessage()
func (*UpdateRetentionPluginConfigResponse) Reset ¶
func (m *UpdateRetentionPluginConfigResponse) Reset()
func (*UpdateRetentionPluginConfigResponse) Size ¶
func (m *UpdateRetentionPluginConfigResponse) Size() (n int)
func (*UpdateRetentionPluginConfigResponse) String ¶
func (this *UpdateRetentionPluginConfigResponse) String() string
func (*UpdateRetentionPluginConfigResponse) Unmarshal ¶
func (m *UpdateRetentionPluginConfigResponse) Unmarshal(dAtA []byte) error
func (*UpdateRetentionPluginConfigResponse) XXX_DiscardUnknown ¶
func (m *UpdateRetentionPluginConfigResponse) XXX_DiscardUnknown()
func (*UpdateRetentionPluginConfigResponse) XXX_Marshal ¶
func (m *UpdateRetentionPluginConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateRetentionPluginConfigResponse) XXX_Merge ¶
func (m *UpdateRetentionPluginConfigResponse) XXX_Merge(src proto.Message)
func (*UpdateRetentionPluginConfigResponse) XXX_Size ¶
func (m *UpdateRetentionPluginConfigResponse) XXX_Size() int
func (*UpdateRetentionPluginConfigResponse) XXX_Unmarshal ¶
func (m *UpdateRetentionPluginConfigResponse) XXX_Unmarshal(b []byte) error
type UpdateRetentionScriptRequest ¶
type UpdateRetentionScriptRequest struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ScriptName *types.StringValue `protobuf:"bytes,2,opt,name=script_name,json=scriptName,proto3" json:"script_name,omitempty"` Description *types.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Enabled *types.BoolValue `protobuf:"bytes,4,opt,name=enabled,proto3" json:"enabled,omitempty"` FrequencyS *types.Int64Value `protobuf:"bytes,5,opt,name=frequency_s,json=frequencyS,proto3" json:"frequency_s,omitempty"` Contents *types.StringValue `protobuf:"bytes,6,opt,name=contents,proto3" json:"contents,omitempty"` ExportUrl *types.StringValue `protobuf:"bytes,7,opt,name=export_url,json=exportUrl,proto3" json:"export_url,omitempty"` ClusterIDs []*uuidpb.UUID `protobuf:"bytes,8,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"` }
func (*UpdateRetentionScriptRequest) Descriptor ¶
func (*UpdateRetentionScriptRequest) Descriptor() ([]byte, []int)
func (*UpdateRetentionScriptRequest) Equal ¶
func (this *UpdateRetentionScriptRequest) Equal(that interface{}) bool
func (*UpdateRetentionScriptRequest) GetClusterIDs ¶
func (m *UpdateRetentionScriptRequest) GetClusterIDs() []*uuidpb.UUID
func (*UpdateRetentionScriptRequest) GetContents ¶
func (m *UpdateRetentionScriptRequest) GetContents() *types.StringValue
func (*UpdateRetentionScriptRequest) GetDescription ¶
func (m *UpdateRetentionScriptRequest) GetDescription() *types.StringValue
func (*UpdateRetentionScriptRequest) GetEnabled ¶
func (m *UpdateRetentionScriptRequest) GetEnabled() *types.BoolValue
func (*UpdateRetentionScriptRequest) GetExportUrl ¶
func (m *UpdateRetentionScriptRequest) GetExportUrl() *types.StringValue
func (*UpdateRetentionScriptRequest) GetFrequencyS ¶
func (m *UpdateRetentionScriptRequest) GetFrequencyS() *types.Int64Value
func (*UpdateRetentionScriptRequest) GetID ¶
func (m *UpdateRetentionScriptRequest) GetID() *uuidpb.UUID
func (*UpdateRetentionScriptRequest) GetScriptName ¶
func (m *UpdateRetentionScriptRequest) GetScriptName() *types.StringValue
func (*UpdateRetentionScriptRequest) GoString ¶
func (this *UpdateRetentionScriptRequest) GoString() string
func (*UpdateRetentionScriptRequest) Marshal ¶
func (m *UpdateRetentionScriptRequest) Marshal() (dAtA []byte, err error)
func (*UpdateRetentionScriptRequest) MarshalTo ¶
func (m *UpdateRetentionScriptRequest) MarshalTo(dAtA []byte) (int, error)
func (*UpdateRetentionScriptRequest) MarshalToSizedBuffer ¶
func (m *UpdateRetentionScriptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateRetentionScriptRequest) ProtoMessage ¶
func (*UpdateRetentionScriptRequest) ProtoMessage()
func (*UpdateRetentionScriptRequest) Reset ¶
func (m *UpdateRetentionScriptRequest) Reset()
func (*UpdateRetentionScriptRequest) Size ¶
func (m *UpdateRetentionScriptRequest) Size() (n int)
func (*UpdateRetentionScriptRequest) String ¶
func (this *UpdateRetentionScriptRequest) String() string
func (*UpdateRetentionScriptRequest) Unmarshal ¶
func (m *UpdateRetentionScriptRequest) Unmarshal(dAtA []byte) error
func (*UpdateRetentionScriptRequest) XXX_DiscardUnknown ¶
func (m *UpdateRetentionScriptRequest) XXX_DiscardUnknown()
func (*UpdateRetentionScriptRequest) XXX_Marshal ¶
func (m *UpdateRetentionScriptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateRetentionScriptRequest) XXX_Merge ¶
func (m *UpdateRetentionScriptRequest) XXX_Merge(src proto.Message)
func (*UpdateRetentionScriptRequest) XXX_Size ¶
func (m *UpdateRetentionScriptRequest) XXX_Size() int
func (*UpdateRetentionScriptRequest) XXX_Unmarshal ¶
func (m *UpdateRetentionScriptRequest) XXX_Unmarshal(b []byte) error
type UpdateRetentionScriptResponse ¶
type UpdateRetentionScriptResponse struct { }
func (*UpdateRetentionScriptResponse) Descriptor ¶
func (*UpdateRetentionScriptResponse) Descriptor() ([]byte, []int)
func (*UpdateRetentionScriptResponse) Equal ¶
func (this *UpdateRetentionScriptResponse) Equal(that interface{}) bool
func (*UpdateRetentionScriptResponse) GoString ¶
func (this *UpdateRetentionScriptResponse) GoString() string
func (*UpdateRetentionScriptResponse) Marshal ¶
func (m *UpdateRetentionScriptResponse) Marshal() (dAtA []byte, err error)
func (*UpdateRetentionScriptResponse) MarshalTo ¶
func (m *UpdateRetentionScriptResponse) MarshalTo(dAtA []byte) (int, error)
func (*UpdateRetentionScriptResponse) MarshalToSizedBuffer ¶
func (m *UpdateRetentionScriptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateRetentionScriptResponse) ProtoMessage ¶
func (*UpdateRetentionScriptResponse) ProtoMessage()
func (*UpdateRetentionScriptResponse) Reset ¶
func (m *UpdateRetentionScriptResponse) Reset()
func (*UpdateRetentionScriptResponse) Size ¶
func (m *UpdateRetentionScriptResponse) Size() (n int)
func (*UpdateRetentionScriptResponse) String ¶
func (this *UpdateRetentionScriptResponse) String() string
func (*UpdateRetentionScriptResponse) Unmarshal ¶
func (m *UpdateRetentionScriptResponse) Unmarshal(dAtA []byte) error
func (*UpdateRetentionScriptResponse) XXX_DiscardUnknown ¶
func (m *UpdateRetentionScriptResponse) XXX_DiscardUnknown()
func (*UpdateRetentionScriptResponse) XXX_Marshal ¶
func (m *UpdateRetentionScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateRetentionScriptResponse) XXX_Merge ¶
func (m *UpdateRetentionScriptResponse) XXX_Merge(src proto.Message)
func (*UpdateRetentionScriptResponse) XXX_Size ¶
func (m *UpdateRetentionScriptResponse) XXX_Size() int
func (*UpdateRetentionScriptResponse) XXX_Unmarshal ¶
func (m *UpdateRetentionScriptResponse) XXX_Unmarshal(b []byte) error
type UpdateUserRequest ¶
type UpdateUserRequest struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DisplayPicture *types.StringValue `protobuf:"bytes,2,opt,name=display_picture,json=displayPicture,proto3" json:"display_picture,omitempty"` IsApproved *types.BoolValue `protobuf:"bytes,3,opt,name=is_approved,json=isApproved,proto3" json:"is_approved,omitempty"` }
func (*UpdateUserRequest) Descriptor ¶
func (*UpdateUserRequest) Descriptor() ([]byte, []int)
func (*UpdateUserRequest) Equal ¶
func (this *UpdateUserRequest) Equal(that interface{}) bool
func (*UpdateUserRequest) GetDisplayPicture ¶
func (m *UpdateUserRequest) GetDisplayPicture() *types.StringValue
func (*UpdateUserRequest) GetID ¶
func (m *UpdateUserRequest) GetID() *uuidpb.UUID
func (*UpdateUserRequest) GetIsApproved ¶
func (m *UpdateUserRequest) GetIsApproved() *types.BoolValue
func (*UpdateUserRequest) GoString ¶
func (this *UpdateUserRequest) GoString() string
func (*UpdateUserRequest) Marshal ¶
func (m *UpdateUserRequest) Marshal() (dAtA []byte, err error)
func (*UpdateUserRequest) MarshalTo ¶
func (m *UpdateUserRequest) MarshalTo(dAtA []byte) (int, error)
func (*UpdateUserRequest) MarshalToSizedBuffer ¶
func (m *UpdateUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateUserRequest) ProtoMessage ¶
func (*UpdateUserRequest) ProtoMessage()
func (*UpdateUserRequest) Reset ¶
func (m *UpdateUserRequest) Reset()
func (*UpdateUserRequest) Size ¶
func (m *UpdateUserRequest) Size() (n int)
func (*UpdateUserRequest) String ¶
func (this *UpdateUserRequest) String() string
func (*UpdateUserRequest) Unmarshal ¶
func (m *UpdateUserRequest) Unmarshal(dAtA []byte) error
func (*UpdateUserRequest) XXX_DiscardUnknown ¶
func (m *UpdateUserRequest) XXX_DiscardUnknown()
func (*UpdateUserRequest) XXX_Marshal ¶
func (m *UpdateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateUserRequest) XXX_Merge ¶
func (m *UpdateUserRequest) XXX_Merge(src proto.Message)
func (*UpdateUserRequest) XXX_Size ¶
func (m *UpdateUserRequest) XXX_Size() int
func (*UpdateUserRequest) XXX_Unmarshal ¶
func (m *UpdateUserRequest) XXX_Unmarshal(b []byte) error
type UpdateUserSettingsRequest ¶
type UpdateUserSettingsRequest struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` AnalyticsOptout *types.BoolValue `protobuf:"bytes,3,opt,name=analytics_optout,json=analyticsOptout,proto3" json:"analytics_optout,omitempty"` }
func (*UpdateUserSettingsRequest) Descriptor ¶
func (*UpdateUserSettingsRequest) Descriptor() ([]byte, []int)
func (*UpdateUserSettingsRequest) Equal ¶
func (this *UpdateUserSettingsRequest) Equal(that interface{}) bool
func (*UpdateUserSettingsRequest) GetAnalyticsOptout ¶
func (m *UpdateUserSettingsRequest) GetAnalyticsOptout() *types.BoolValue
func (*UpdateUserSettingsRequest) GetID ¶
func (m *UpdateUserSettingsRequest) GetID() *uuidpb.UUID
func (*UpdateUserSettingsRequest) GoString ¶
func (this *UpdateUserSettingsRequest) GoString() string
func (*UpdateUserSettingsRequest) Marshal ¶
func (m *UpdateUserSettingsRequest) Marshal() (dAtA []byte, err error)
func (*UpdateUserSettingsRequest) MarshalTo ¶
func (m *UpdateUserSettingsRequest) MarshalTo(dAtA []byte) (int, error)
func (*UpdateUserSettingsRequest) MarshalToSizedBuffer ¶
func (m *UpdateUserSettingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateUserSettingsRequest) ProtoMessage ¶
func (*UpdateUserSettingsRequest) ProtoMessage()
func (*UpdateUserSettingsRequest) Reset ¶
func (m *UpdateUserSettingsRequest) Reset()
func (*UpdateUserSettingsRequest) Size ¶
func (m *UpdateUserSettingsRequest) Size() (n int)
func (*UpdateUserSettingsRequest) String ¶
func (this *UpdateUserSettingsRequest) String() string
func (*UpdateUserSettingsRequest) Unmarshal ¶
func (m *UpdateUserSettingsRequest) Unmarshal(dAtA []byte) error
func (*UpdateUserSettingsRequest) XXX_DiscardUnknown ¶
func (m *UpdateUserSettingsRequest) XXX_DiscardUnknown()
func (*UpdateUserSettingsRequest) XXX_Marshal ¶
func (m *UpdateUserSettingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateUserSettingsRequest) XXX_Merge ¶
func (m *UpdateUserSettingsRequest) XXX_Merge(src proto.Message)
func (*UpdateUserSettingsRequest) XXX_Size ¶
func (m *UpdateUserSettingsRequest) XXX_Size() int
func (*UpdateUserSettingsRequest) XXX_Unmarshal ¶
func (m *UpdateUserSettingsRequest) XXX_Unmarshal(b []byte) error
type UpdateUserSettingsResponse ¶
type UpdateUserSettingsResponse struct { }
func (*UpdateUserSettingsResponse) Descriptor ¶
func (*UpdateUserSettingsResponse) Descriptor() ([]byte, []int)
func (*UpdateUserSettingsResponse) Equal ¶
func (this *UpdateUserSettingsResponse) Equal(that interface{}) bool
func (*UpdateUserSettingsResponse) GoString ¶
func (this *UpdateUserSettingsResponse) GoString() string
func (*UpdateUserSettingsResponse) Marshal ¶
func (m *UpdateUserSettingsResponse) Marshal() (dAtA []byte, err error)
func (*UpdateUserSettingsResponse) MarshalTo ¶
func (m *UpdateUserSettingsResponse) MarshalTo(dAtA []byte) (int, error)
func (*UpdateUserSettingsResponse) MarshalToSizedBuffer ¶
func (m *UpdateUserSettingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateUserSettingsResponse) ProtoMessage ¶
func (*UpdateUserSettingsResponse) ProtoMessage()
func (*UpdateUserSettingsResponse) Reset ¶
func (m *UpdateUserSettingsResponse) Reset()
func (*UpdateUserSettingsResponse) Size ¶
func (m *UpdateUserSettingsResponse) Size() (n int)
func (*UpdateUserSettingsResponse) String ¶
func (this *UpdateUserSettingsResponse) String() string
func (*UpdateUserSettingsResponse) Unmarshal ¶
func (m *UpdateUserSettingsResponse) Unmarshal(dAtA []byte) error
func (*UpdateUserSettingsResponse) XXX_DiscardUnknown ¶
func (m *UpdateUserSettingsResponse) XXX_DiscardUnknown()
func (*UpdateUserSettingsResponse) XXX_Marshal ¶
func (m *UpdateUserSettingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateUserSettingsResponse) XXX_Merge ¶
func (m *UpdateUserSettingsResponse) XXX_Merge(src proto.Message)
func (*UpdateUserSettingsResponse) XXX_Size ¶
func (m *UpdateUserSettingsResponse) XXX_Size() int
func (*UpdateUserSettingsResponse) XXX_Unmarshal ¶
func (m *UpdateUserSettingsResponse) XXX_Unmarshal(b []byte) error
type UserInfo ¶
type UserInfo struct { ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` OrgID *uuidpb.UUID `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` FirstName string `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"` LastName string `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"` Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"` ProfilePicture string `protobuf:"bytes,7,opt,name=profile_picture,json=profilePicture,proto3" json:"profile_picture,omitempty"` IsApproved bool `protobuf:"varint,8,opt,name=is_approved,json=isApproved,proto3" json:"is_approved,omitempty"` }
func (*UserInfo) Descriptor ¶
func (*UserInfo) GetFirstName ¶
func (*UserInfo) GetIsApproved ¶
func (*UserInfo) GetLastName ¶
func (*UserInfo) GetProfilePicture ¶
func (*UserInfo) MarshalToSizedBuffer ¶
func (*UserInfo) ProtoMessage ¶
func (*UserInfo) ProtoMessage()
func (*UserInfo) XXX_DiscardUnknown ¶
func (m *UserInfo) XXX_DiscardUnknown()
func (*UserInfo) XXX_Marshal ¶
func (*UserInfo) XXX_Unmarshal ¶
type UserServiceClient ¶
type UserServiceClient interface { GetUser(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*UserInfo, error) GetUserSettings(ctx context.Context, in *GetUserSettingsRequest, opts ...grpc.CallOption) (*GetUserSettingsResponse, error) UpdateUserSettings(ctx context.Context, in *UpdateUserSettingsRequest, opts ...grpc.CallOption) (*UpdateUserSettingsResponse, error) GetUserAttributes(ctx context.Context, in *GetUserAttributesRequest, opts ...grpc.CallOption) (*GetUserAttributesResponse, error) SetUserAttributes(ctx context.Context, in *SetUserAttributesRequest, opts ...grpc.CallOption) (*SetUserAttributesResponse, error) UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UserInfo, error) DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error) }
UserServiceClient is the client API for UserService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewUserServiceClient ¶
func NewUserServiceClient(cc *grpc.ClientConn) UserServiceClient
type UserServiceServer ¶
type UserServiceServer interface { GetUser(context.Context, *uuidpb.UUID) (*UserInfo, error) GetUserSettings(context.Context, *GetUserSettingsRequest) (*GetUserSettingsResponse, error) UpdateUserSettings(context.Context, *UpdateUserSettingsRequest) (*UpdateUserSettingsResponse, error) GetUserAttributes(context.Context, *GetUserAttributesRequest) (*GetUserAttributesResponse, error) SetUserAttributes(context.Context, *SetUserAttributesRequest) (*SetUserAttributesResponse, error) UpdateUser(context.Context, *UpdateUserRequest) (*UserInfo, error) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error) }
UserServiceServer is the server API for UserService service.
type VerifyInviteTokenResponse ¶
type VerifyInviteTokenResponse struct {
Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
}
func (*VerifyInviteTokenResponse) Descriptor ¶
func (*VerifyInviteTokenResponse) Descriptor() ([]byte, []int)
func (*VerifyInviteTokenResponse) Equal ¶
func (this *VerifyInviteTokenResponse) Equal(that interface{}) bool
func (*VerifyInviteTokenResponse) GetValid ¶
func (m *VerifyInviteTokenResponse) GetValid() bool
func (*VerifyInviteTokenResponse) GoString ¶
func (this *VerifyInviteTokenResponse) GoString() string
func (*VerifyInviteTokenResponse) Marshal ¶
func (m *VerifyInviteTokenResponse) Marshal() (dAtA []byte, err error)
func (*VerifyInviteTokenResponse) MarshalTo ¶
func (m *VerifyInviteTokenResponse) MarshalTo(dAtA []byte) (int, error)
func (*VerifyInviteTokenResponse) MarshalToSizedBuffer ¶
func (m *VerifyInviteTokenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VerifyInviteTokenResponse) ProtoMessage ¶
func (*VerifyInviteTokenResponse) ProtoMessage()
func (*VerifyInviteTokenResponse) Reset ¶
func (m *VerifyInviteTokenResponse) Reset()
func (*VerifyInviteTokenResponse) Size ¶
func (m *VerifyInviteTokenResponse) Size() (n int)
func (*VerifyInviteTokenResponse) String ¶
func (this *VerifyInviteTokenResponse) String() string
func (*VerifyInviteTokenResponse) Unmarshal ¶
func (m *VerifyInviteTokenResponse) Unmarshal(dAtA []byte) error
func (*VerifyInviteTokenResponse) XXX_DiscardUnknown ¶
func (m *VerifyInviteTokenResponse) XXX_DiscardUnknown()
func (*VerifyInviteTokenResponse) XXX_Marshal ¶
func (m *VerifyInviteTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VerifyInviteTokenResponse) XXX_Merge ¶
func (m *VerifyInviteTokenResponse) XXX_Merge(src proto.Message)
func (*VerifyInviteTokenResponse) XXX_Size ¶
func (m *VerifyInviteTokenResponse) XXX_Size() int
func (*VerifyInviteTokenResponse) XXX_Unmarshal ¶
func (m *VerifyInviteTokenResponse) XXX_Unmarshal(b []byte) error
type VizierClusterInfoClient ¶
type VizierClusterInfoClient interface { CreateCluster(ctx context.Context, in *CreateClusterRequest, opts ...grpc.CallOption) (*CreateClusterResponse, error) GetClusterInfo(ctx context.Context, in *GetClusterInfoRequest, opts ...grpc.CallOption) (*GetClusterInfoResponse, error) GetClusterConnectionInfo(ctx context.Context, in *GetClusterConnectionInfoRequest, opts ...grpc.CallOption) (*GetClusterConnectionInfoResponse, error) UpdateClusterVizierConfig(ctx context.Context, in *UpdateClusterVizierConfigRequest, opts ...grpc.CallOption) (*UpdateClusterVizierConfigResponse, error) UpdateOrInstallCluster(ctx context.Context, in *UpdateOrInstallClusterRequest, opts ...grpc.CallOption) (*UpdateOrInstallClusterResponse, error) }
VizierClusterInfoClient is the client API for VizierClusterInfo service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewVizierClusterInfoClient ¶
func NewVizierClusterInfoClient(cc *grpc.ClientConn) VizierClusterInfoClient
type VizierClusterInfoServer ¶
type VizierClusterInfoServer interface { CreateCluster(context.Context, *CreateClusterRequest) (*CreateClusterResponse, error) GetClusterInfo(context.Context, *GetClusterInfoRequest) (*GetClusterInfoResponse, error) GetClusterConnectionInfo(context.Context, *GetClusterConnectionInfoRequest) (*GetClusterConnectionInfoResponse, error) UpdateClusterVizierConfig(context.Context, *UpdateClusterVizierConfigRequest) (*UpdateClusterVizierConfigResponse, error) UpdateOrInstallCluster(context.Context, *UpdateOrInstallClusterRequest) (*UpdateOrInstallClusterResponse, error) }
VizierClusterInfoServer is the server API for VizierClusterInfo service.
type VizierConfig ¶
type VizierConfig struct {
PassthroughEnabled bool `protobuf:"varint,1,opt,name=passthrough_enabled,json=passthroughEnabled,proto3" json:"passthrough_enabled,omitempty"`
}
func (*VizierConfig) Descriptor ¶
func (*VizierConfig) Descriptor() ([]byte, []int)
func (*VizierConfig) Equal ¶
func (this *VizierConfig) Equal(that interface{}) bool
func (*VizierConfig) GetPassthroughEnabled ¶
func (m *VizierConfig) GetPassthroughEnabled() bool
func (*VizierConfig) GoString ¶
func (this *VizierConfig) GoString() string
func (*VizierConfig) Marshal ¶
func (m *VizierConfig) Marshal() (dAtA []byte, err error)
func (*VizierConfig) MarshalToSizedBuffer ¶
func (m *VizierConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VizierConfig) ProtoMessage ¶
func (*VizierConfig) ProtoMessage()
func (*VizierConfig) Reset ¶
func (m *VizierConfig) Reset()
func (*VizierConfig) Size ¶
func (m *VizierConfig) Size() (n int)
func (*VizierConfig) String ¶
func (this *VizierConfig) String() string
func (*VizierConfig) Unmarshal ¶
func (m *VizierConfig) Unmarshal(dAtA []byte) error
func (*VizierConfig) XXX_DiscardUnknown ¶
func (m *VizierConfig) XXX_DiscardUnknown()
func (*VizierConfig) XXX_Marshal ¶
func (m *VizierConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VizierConfig) XXX_Merge ¶
func (m *VizierConfig) XXX_Merge(src proto.Message)
func (*VizierConfig) XXX_Size ¶
func (m *VizierConfig) XXX_Size() int
func (*VizierConfig) XXX_Unmarshal ¶
func (m *VizierConfig) XXX_Unmarshal(b []byte) error
type VizierConfigUpdate ¶
type VizierConfigUpdate struct { }
func (*VizierConfigUpdate) Descriptor ¶
func (*VizierConfigUpdate) Descriptor() ([]byte, []int)
func (*VizierConfigUpdate) Equal ¶
func (this *VizierConfigUpdate) Equal(that interface{}) bool
func (*VizierConfigUpdate) GoString ¶
func (this *VizierConfigUpdate) GoString() string
func (*VizierConfigUpdate) Marshal ¶
func (m *VizierConfigUpdate) Marshal() (dAtA []byte, err error)
func (*VizierConfigUpdate) MarshalTo ¶
func (m *VizierConfigUpdate) MarshalTo(dAtA []byte) (int, error)
func (*VizierConfigUpdate) MarshalToSizedBuffer ¶
func (m *VizierConfigUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VizierConfigUpdate) ProtoMessage ¶
func (*VizierConfigUpdate) ProtoMessage()
func (*VizierConfigUpdate) Reset ¶
func (m *VizierConfigUpdate) Reset()
func (*VizierConfigUpdate) Size ¶
func (m *VizierConfigUpdate) Size() (n int)
func (*VizierConfigUpdate) String ¶
func (this *VizierConfigUpdate) String() string
func (*VizierConfigUpdate) Unmarshal ¶
func (m *VizierConfigUpdate) Unmarshal(dAtA []byte) error
func (*VizierConfigUpdate) XXX_DiscardUnknown ¶
func (m *VizierConfigUpdate) XXX_DiscardUnknown()
func (*VizierConfigUpdate) XXX_Marshal ¶
func (m *VizierConfigUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VizierConfigUpdate) XXX_Merge ¶
func (m *VizierConfigUpdate) XXX_Merge(src proto.Message)
func (*VizierConfigUpdate) XXX_Size ¶
func (m *VizierConfigUpdate) XXX_Size() int
func (*VizierConfigUpdate) XXX_Unmarshal ¶
func (m *VizierConfigUpdate) XXX_Unmarshal(b []byte) error
type VizierDeploymentKeyManagerClient ¶
type VizierDeploymentKeyManagerClient interface { Create(ctx context.Context, in *CreateDeploymentKeyRequest, opts ...grpc.CallOption) (*DeploymentKey, error) List(ctx context.Context, in *ListDeploymentKeyRequest, opts ...grpc.CallOption) (*ListDeploymentKeyResponse, error) Get(ctx context.Context, in *GetDeploymentKeyRequest, opts ...grpc.CallOption) (*GetDeploymentKeyResponse, error) Delete(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error) LookupDeploymentKey(ctx context.Context, in *LookupDeploymentKeyRequest, opts ...grpc.CallOption) (*LookupDeploymentKeyResponse, error) }
VizierDeploymentKeyManagerClient is the client API for VizierDeploymentKeyManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewVizierDeploymentKeyManagerClient ¶
func NewVizierDeploymentKeyManagerClient(cc *grpc.ClientConn) VizierDeploymentKeyManagerClient
type VizierDeploymentKeyManagerServer ¶
type VizierDeploymentKeyManagerServer interface { Create(context.Context, *CreateDeploymentKeyRequest) (*DeploymentKey, error) List(context.Context, *ListDeploymentKeyRequest) (*ListDeploymentKeyResponse, error) Get(context.Context, *GetDeploymentKeyRequest) (*GetDeploymentKeyResponse, error) Delete(context.Context, *uuidpb.UUID) (*types.Empty, error) LookupDeploymentKey(context.Context, *LookupDeploymentKeyRequest) (*LookupDeploymentKeyResponse, error) }
VizierDeploymentKeyManagerServer is the server API for VizierDeploymentKeyManager service.
type VizierImageAuthorizationClient ¶
type VizierImageAuthorizationClient interface {
GetImageCredentials(ctx context.Context, in *GetImageCredentialsRequest, opts ...grpc.CallOption) (*GetImageCredentialsResponse, error)
}
VizierImageAuthorizationClient is the client API for VizierImageAuthorization service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewVizierImageAuthorizationClient ¶
func NewVizierImageAuthorizationClient(cc *grpc.ClientConn) VizierImageAuthorizationClient
type VizierImageAuthorizationServer ¶
type VizierImageAuthorizationServer interface {
GetImageCredentials(context.Context, *GetImageCredentialsRequest) (*GetImageCredentialsResponse, error)
}
VizierImageAuthorizationServer is the server API for VizierImageAuthorization service.