Documentation ¶
Overview ¶
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- func RegisterAccountManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterAccountManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AccountManagerClient) error
- func RegisterAccountManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterAccountManagerServer(s *grpc.Server, srv AccountManagerServer)
- func RegisterAppManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterAppManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AppManagerClient) error
- func RegisterAppManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterAppManagerServer(s *grpc.Server, srv AppManagerServer)
- func RegisterCategoryManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCategoryManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CategoryManagerClient) error
- func RegisterCategoryManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCategoryManagerServer(s *grpc.Server, srv CategoryManagerServer)
- func RegisterClusterManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterClusterManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ClusterManagerClient) error
- func RegisterClusterManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterClusterManagerServer(s *grpc.Server, srv ClusterManagerServer)
- func RegisterJobManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterJobManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client JobManagerClient) error
- func RegisterJobManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterJobManagerServer(s *grpc.Server, srv JobManagerServer)
- func RegisterRepoIndexerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterRepoIndexerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RepoIndexerClient) error
- func RegisterRepoIndexerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterRepoIndexerServer(s *grpc.Server, srv RepoIndexerServer)
- func RegisterRepoManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterRepoManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RepoManagerClient) error
- func RegisterRepoManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterRepoManagerServer(s *grpc.Server, srv RepoManagerServer)
- func RegisterRuntimeManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterRuntimeManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RuntimeManagerClient) error
- func RegisterRuntimeManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterRuntimeManagerServer(s *grpc.Server, srv RuntimeManagerServer)
- func RegisterTaskManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterTaskManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TaskManagerClient) error
- func RegisterTaskManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterTaskManagerServer(s *grpc.Server, srv TaskManagerServer)
- func RegisterTokenManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterTokenManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TokenManagerClient) error
- func RegisterTokenManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterTokenManagerServer(s *grpc.Server, srv TokenManagerServer)
- type AccountManagerClient
- type AccountManagerServer
- type AddClusterNodesRequest
- func (*AddClusterNodesRequest) Descriptor() ([]byte, []int)
- func (m *AddClusterNodesRequest) GetAdvancedParam() []string
- func (m *AddClusterNodesRequest) GetClusterId() *wrappers.StringValue
- func (m *AddClusterNodesRequest) GetNodeCount() *wrappers.UInt32Value
- func (m *AddClusterNodesRequest) GetRole() *wrappers.StringValue
- func (*AddClusterNodesRequest) ProtoMessage()
- func (m *AddClusterNodesRequest) Reset()
- func (m *AddClusterNodesRequest) String() string
- func (m *AddClusterNodesRequest) XXX_DiscardUnknown()
- func (m *AddClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddClusterNodesRequest) XXX_Merge(src proto.Message)
- func (m *AddClusterNodesRequest) XXX_Size() int
- func (m *AddClusterNodesRequest) XXX_Unmarshal(b []byte) error
- type AddClusterNodesResponse
- func (*AddClusterNodesResponse) Descriptor() ([]byte, []int)
- func (m *AddClusterNodesResponse) GetClusterId() *wrappers.StringValue
- func (m *AddClusterNodesResponse) GetJobId() *wrappers.StringValue
- func (*AddClusterNodesResponse) ProtoMessage()
- func (m *AddClusterNodesResponse) Reset()
- func (m *AddClusterNodesResponse) String() string
- func (m *AddClusterNodesResponse) XXX_DiscardUnknown()
- func (m *AddClusterNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddClusterNodesResponse) XXX_Merge(src proto.Message)
- func (m *AddClusterNodesResponse) XXX_Size() int
- func (m *AddClusterNodesResponse) XXX_Unmarshal(b []byte) error
- type AddNodeKeyPairsRequest
- func (*AddNodeKeyPairsRequest) Descriptor() ([]byte, []int)
- func (m *AddNodeKeyPairsRequest) GetNodeKeyPair() []*NodeKeyPair
- func (*AddNodeKeyPairsRequest) ProtoMessage()
- func (m *AddNodeKeyPairsRequest) Reset()
- func (m *AddNodeKeyPairsRequest) String() string
- func (m *AddNodeKeyPairsRequest) XXX_DiscardUnknown()
- func (m *AddNodeKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddNodeKeyPairsRequest) XXX_Merge(src proto.Message)
- func (m *AddNodeKeyPairsRequest) XXX_Size() int
- func (m *AddNodeKeyPairsRequest) XXX_Unmarshal(b []byte) error
- type AddNodeKeyPairsResponse
- func (*AddNodeKeyPairsResponse) Descriptor() ([]byte, []int)
- func (*AddNodeKeyPairsResponse) ProtoMessage()
- func (m *AddNodeKeyPairsResponse) Reset()
- func (m *AddNodeKeyPairsResponse) String() string
- func (m *AddNodeKeyPairsResponse) XXX_DiscardUnknown()
- func (m *AddNodeKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddNodeKeyPairsResponse) XXX_Merge(src proto.Message)
- func (m *AddNodeKeyPairsResponse) XXX_Size() int
- func (m *AddNodeKeyPairsResponse) XXX_Unmarshal(b []byte) error
- type AddTableClusterNodesRequest
- func (*AddTableClusterNodesRequest) Descriptor() ([]byte, []int)
- func (m *AddTableClusterNodesRequest) GetClusterNodeSet() []*ClusterNode
- func (*AddTableClusterNodesRequest) ProtoMessage()
- func (m *AddTableClusterNodesRequest) Reset()
- func (m *AddTableClusterNodesRequest) String() string
- func (m *AddTableClusterNodesRequest) XXX_DiscardUnknown()
- func (m *AddTableClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddTableClusterNodesRequest) XXX_Merge(src proto.Message)
- func (m *AddTableClusterNodesRequest) XXX_Size() int
- func (m *AddTableClusterNodesRequest) XXX_Unmarshal(b []byte) error
- type App
- func (*App) Descriptor() ([]byte, []int)
- func (m *App) GetAppId() *wrappers.StringValue
- func (m *App) GetCategorySet() []*ResourceCategory
- func (m *App) GetChartName() *wrappers.StringValue
- func (m *App) GetCreateTime() *timestamp.Timestamp
- func (m *App) GetDescription() *wrappers.StringValue
- func (m *App) GetHome() *wrappers.StringValue
- func (m *App) GetIcon() *wrappers.StringValue
- func (m *App) GetKeywords() *wrappers.StringValue
- func (m *App) GetLatestAppVersion() *AppVersion
- func (m *App) GetMaintainers() *wrappers.StringValue
- func (m *App) GetName() *wrappers.StringValue
- func (m *App) GetOwner() *wrappers.StringValue
- func (m *App) GetReadme() *wrappers.StringValue
- func (m *App) GetRepoId() *wrappers.StringValue
- func (m *App) GetScreenshots() *wrappers.StringValue
- func (m *App) GetSources() *wrappers.StringValue
- func (m *App) GetStatus() *wrappers.StringValue
- func (m *App) GetStatusTime() *timestamp.Timestamp
- func (m *App) GetUpdateTime() *timestamp.Timestamp
- func (*App) ProtoMessage()
- func (m *App) Reset()
- func (m *App) String() string
- func (m *App) XXX_DiscardUnknown()
- func (m *App) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *App) XXX_Merge(src proto.Message)
- func (m *App) XXX_Size() int
- func (m *App) XXX_Unmarshal(b []byte) error
- type AppManagerClient
- type AppManagerServer
- type AppVersion
- func (*AppVersion) Descriptor() ([]byte, []int)
- func (m *AppVersion) GetAppId() *wrappers.StringValue
- func (m *AppVersion) GetCreateTime() *timestamp.Timestamp
- func (m *AppVersion) GetDescription() *wrappers.StringValue
- func (m *AppVersion) GetHome() *wrappers.StringValue
- func (m *AppVersion) GetIcon() *wrappers.StringValue
- func (m *AppVersion) GetKeywords() *wrappers.StringValue
- func (m *AppVersion) GetMaintainers() *wrappers.StringValue
- func (m *AppVersion) GetMessage() *wrappers.StringValue
- func (m *AppVersion) GetName() *wrappers.StringValue
- func (m *AppVersion) GetOwner() *wrappers.StringValue
- func (m *AppVersion) GetPackageName() *wrappers.StringValue
- func (m *AppVersion) GetReadme() *wrappers.StringValue
- func (m *AppVersion) GetScreenshots() *wrappers.StringValue
- func (m *AppVersion) GetSequence() *wrappers.UInt32Value
- func (m *AppVersion) GetSources() *wrappers.StringValue
- func (m *AppVersion) GetStatus() *wrappers.StringValue
- func (m *AppVersion) GetStatusTime() *timestamp.Timestamp
- func (m *AppVersion) GetUpdateTime() *timestamp.Timestamp
- func (m *AppVersion) GetVersionId() *wrappers.StringValue
- func (*AppVersion) ProtoMessage()
- func (m *AppVersion) Reset()
- func (m *AppVersion) String() string
- func (m *AppVersion) XXX_DiscardUnknown()
- func (m *AppVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppVersion) XXX_Merge(src proto.Message)
- func (m *AppVersion) XXX_Size() int
- func (m *AppVersion) XXX_Unmarshal(b []byte) error
- type AttachKeyPairsRequest
- func (*AttachKeyPairsRequest) Descriptor() ([]byte, []int)
- func (m *AttachKeyPairsRequest) GetKeyPairId() []string
- func (m *AttachKeyPairsRequest) GetNodeId() []string
- func (*AttachKeyPairsRequest) ProtoMessage()
- func (m *AttachKeyPairsRequest) Reset()
- func (m *AttachKeyPairsRequest) String() string
- func (m *AttachKeyPairsRequest) XXX_DiscardUnknown()
- func (m *AttachKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AttachKeyPairsRequest) XXX_Merge(src proto.Message)
- func (m *AttachKeyPairsRequest) XXX_Size() int
- func (m *AttachKeyPairsRequest) XXX_Unmarshal(b []byte) error
- type AttachKeyPairsResponse
- func (*AttachKeyPairsResponse) Descriptor() ([]byte, []int)
- func (m *AttachKeyPairsResponse) GetJobId() []string
- func (*AttachKeyPairsResponse) ProtoMessage()
- func (m *AttachKeyPairsResponse) Reset()
- func (m *AttachKeyPairsResponse) String() string
- func (m *AttachKeyPairsResponse) XXX_DiscardUnknown()
- func (m *AttachKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AttachKeyPairsResponse) XXX_Merge(src proto.Message)
- func (m *AttachKeyPairsResponse) XXX_Size() int
- func (m *AttachKeyPairsResponse) XXX_Unmarshal(b []byte) error
- type CancelAppVersionRequest
- func (*CancelAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *CancelAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*CancelAppVersionRequest) ProtoMessage()
- func (m *CancelAppVersionRequest) Reset()
- func (m *CancelAppVersionRequest) String() string
- func (m *CancelAppVersionRequest) XXX_DiscardUnknown()
- func (m *CancelAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CancelAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *CancelAppVersionRequest) XXX_Size() int
- func (m *CancelAppVersionRequest) XXX_Unmarshal(b []byte) error
- type CancelAppVersionResponse
- func (*CancelAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *CancelAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*CancelAppVersionResponse) ProtoMessage()
- func (m *CancelAppVersionResponse) Reset()
- func (m *CancelAppVersionResponse) String() string
- func (m *CancelAppVersionResponse) XXX_DiscardUnknown()
- func (m *CancelAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CancelAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *CancelAppVersionResponse) XXX_Size() int
- func (m *CancelAppVersionResponse) XXX_Unmarshal(b []byte) error
- type Category
- func (*Category) Descriptor() ([]byte, []int)
- func (m *Category) GetCategoryId() *wrappers.StringValue
- func (m *Category) GetCreateTime() *timestamp.Timestamp
- func (m *Category) GetDescription() *wrappers.StringValue
- func (m *Category) GetLocale() *wrappers.StringValue
- func (m *Category) GetName() *wrappers.StringValue
- func (m *Category) GetOwner() *wrappers.StringValue
- func (m *Category) GetUpdateTime() *timestamp.Timestamp
- func (*Category) ProtoMessage()
- func (m *Category) Reset()
- func (m *Category) String() string
- func (m *Category) XXX_DiscardUnknown()
- func (m *Category) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Category) XXX_Merge(src proto.Message)
- func (m *Category) XXX_Size() int
- func (m *Category) XXX_Unmarshal(b []byte) error
- type CategoryManagerClient
- type CategoryManagerServer
- type CeaseClustersRequest
- func (*CeaseClustersRequest) Descriptor() ([]byte, []int)
- func (m *CeaseClustersRequest) GetAdvancedParam() []string
- func (m *CeaseClustersRequest) GetClusterId() []string
- func (*CeaseClustersRequest) ProtoMessage()
- func (m *CeaseClustersRequest) Reset()
- func (m *CeaseClustersRequest) String() string
- func (m *CeaseClustersRequest) XXX_DiscardUnknown()
- func (m *CeaseClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CeaseClustersRequest) XXX_Merge(src proto.Message)
- func (m *CeaseClustersRequest) XXX_Size() int
- func (m *CeaseClustersRequest) XXX_Unmarshal(b []byte) error
- type CeaseClustersResponse
- func (*CeaseClustersResponse) Descriptor() ([]byte, []int)
- func (m *CeaseClustersResponse) GetClusterId() []string
- func (m *CeaseClustersResponse) GetJobId() []string
- func (*CeaseClustersResponse) ProtoMessage()
- func (m *CeaseClustersResponse) Reset()
- func (m *CeaseClustersResponse) String() string
- func (m *CeaseClustersResponse) XXX_DiscardUnknown()
- func (m *CeaseClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CeaseClustersResponse) XXX_Merge(src proto.Message)
- func (m *CeaseClustersResponse) XXX_Size() int
- func (m *CeaseClustersResponse) XXX_Unmarshal(b []byte) error
- type ChangePasswordRequest
- func (*ChangePasswordRequest) Descriptor() ([]byte, []int)
- func (m *ChangePasswordRequest) GetNewPassword() *wrappers.StringValue
- func (m *ChangePasswordRequest) GetResetId() *wrappers.StringValue
- func (*ChangePasswordRequest) ProtoMessage()
- func (m *ChangePasswordRequest) Reset()
- func (m *ChangePasswordRequest) String() string
- func (m *ChangePasswordRequest) XXX_DiscardUnknown()
- func (m *ChangePasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChangePasswordRequest) XXX_Merge(src proto.Message)
- func (m *ChangePasswordRequest) XXX_Size() int
- func (m *ChangePasswordRequest) XXX_Unmarshal(b []byte) error
- type ChangePasswordResponse
- func (*ChangePasswordResponse) Descriptor() ([]byte, []int)
- func (m *ChangePasswordResponse) GetUserId() *wrappers.StringValue
- func (*ChangePasswordResponse) ProtoMessage()
- func (m *ChangePasswordResponse) Reset()
- func (m *ChangePasswordResponse) String() string
- func (m *ChangePasswordResponse) XXX_DiscardUnknown()
- func (m *ChangePasswordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChangePasswordResponse) XXX_Merge(src proto.Message)
- func (m *ChangePasswordResponse) XXX_Size() int
- func (m *ChangePasswordResponse) XXX_Unmarshal(b []byte) error
- type Cluster
- func (*Cluster) Descriptor() ([]byte, []int)
- func (m *Cluster) GetAdditionalInfo() *wrappers.StringValue
- func (m *Cluster) GetAppId() *wrappers.StringValue
- func (m *Cluster) GetClusterCommonSet() []*ClusterCommon
- func (m *Cluster) GetClusterId() *wrappers.StringValue
- func (m *Cluster) GetClusterLinkSet() []*ClusterLink
- func (m *Cluster) GetClusterLoadbalancerSet() []*ClusterLoadbalancer
- func (m *Cluster) GetClusterNodeSet() []*ClusterNode
- func (m *Cluster) GetClusterRoleSet() []*ClusterRole
- func (m *Cluster) GetClusterType() *wrappers.UInt32Value
- func (m *Cluster) GetCreateTime() *timestamp.Timestamp
- func (m *Cluster) GetDescription() *wrappers.StringValue
- func (m *Cluster) GetEndpoints() *wrappers.StringValue
- func (m *Cluster) GetFrontgateId() *wrappers.StringValue
- func (m *Cluster) GetGlobalUuid() *wrappers.StringValue
- func (m *Cluster) GetMetadataRootAccess() *wrappers.BoolValue
- func (m *Cluster) GetName() *wrappers.StringValue
- func (m *Cluster) GetOwner() *wrappers.StringValue
- func (m *Cluster) GetRuntimeId() *wrappers.StringValue
- func (m *Cluster) GetStatus() *wrappers.StringValue
- func (m *Cluster) GetStatusTime() *timestamp.Timestamp
- func (m *Cluster) GetSubnetId() *wrappers.StringValue
- func (m *Cluster) GetTransitionStatus() *wrappers.StringValue
- func (m *Cluster) GetUpgradeStatus() *wrappers.StringValue
- func (m *Cluster) GetUpgradeTime() *timestamp.Timestamp
- func (m *Cluster) GetVersionId() *wrappers.StringValue
- func (m *Cluster) GetVpcId() *wrappers.StringValue
- func (*Cluster) ProtoMessage()
- func (m *Cluster) Reset()
- func (m *Cluster) String() string
- func (m *Cluster) XXX_DiscardUnknown()
- func (m *Cluster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Cluster) XXX_Merge(src proto.Message)
- func (m *Cluster) XXX_Size() int
- func (m *Cluster) XXX_Unmarshal(b []byte) error
- type ClusterCommon
- func (*ClusterCommon) Descriptor() ([]byte, []int)
- func (m *ClusterCommon) GetAdvancedActions() *wrappers.StringValue
- func (m *ClusterCommon) GetAgentInstalled() *wrappers.BoolValue
- func (m *ClusterCommon) GetBackupPolicy() *wrappers.StringValue
- func (m *ClusterCommon) GetBackupService() *wrappers.StringValue
- func (m *ClusterCommon) GetClusterId() *wrappers.StringValue
- func (m *ClusterCommon) GetCustomMetadataScript() *wrappers.StringValue
- func (m *ClusterCommon) GetCustomService() *wrappers.StringValue
- func (m *ClusterCommon) GetDeleteSnapshotService() *wrappers.StringValue
- func (m *ClusterCommon) GetDestroyService() *wrappers.StringValue
- func (m *ClusterCommon) GetHealthCheck() *wrappers.StringValue
- func (m *ClusterCommon) GetHypervisor() *wrappers.StringValue
- func (m *ClusterCommon) GetImageId() *wrappers.StringValue
- func (m *ClusterCommon) GetIncrementalBackupSupported() *wrappers.BoolValue
- func (m *ClusterCommon) GetInitService() *wrappers.StringValue
- func (m *ClusterCommon) GetMonitor() *wrappers.StringValue
- func (m *ClusterCommon) GetPassphraseless() *wrappers.StringValue
- func (m *ClusterCommon) GetRestartService() *wrappers.StringValue
- func (m *ClusterCommon) GetRestoreService() *wrappers.StringValue
- func (m *ClusterCommon) GetRole() *wrappers.StringValue
- func (m *ClusterCommon) GetScaleInService() *wrappers.StringValue
- func (m *ClusterCommon) GetScaleOutService() *wrappers.StringValue
- func (m *ClusterCommon) GetServerIdUpperBound() *wrappers.UInt32Value
- func (m *ClusterCommon) GetStartService() *wrappers.StringValue
- func (m *ClusterCommon) GetStopService() *wrappers.StringValue
- func (m *ClusterCommon) GetUpgradeService() *wrappers.StringValue
- func (m *ClusterCommon) GetVerticalScalingPolicy() *wrappers.StringValue
- func (*ClusterCommon) ProtoMessage()
- func (m *ClusterCommon) Reset()
- func (m *ClusterCommon) String() string
- func (m *ClusterCommon) XXX_DiscardUnknown()
- func (m *ClusterCommon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterCommon) XXX_Merge(src proto.Message)
- func (m *ClusterCommon) XXX_Size() int
- func (m *ClusterCommon) XXX_Unmarshal(b []byte) error
- type ClusterLink
- func (*ClusterLink) Descriptor() ([]byte, []int)
- func (m *ClusterLink) GetClusterId() *wrappers.StringValue
- func (m *ClusterLink) GetExternalClusterId() *wrappers.StringValue
- func (m *ClusterLink) GetName() *wrappers.StringValue
- func (m *ClusterLink) GetOwner() *wrappers.StringValue
- func (*ClusterLink) ProtoMessage()
- func (m *ClusterLink) Reset()
- func (m *ClusterLink) String() string
- func (m *ClusterLink) XXX_DiscardUnknown()
- func (m *ClusterLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterLink) XXX_Merge(src proto.Message)
- func (m *ClusterLink) XXX_Size() int
- func (m *ClusterLink) XXX_Unmarshal(b []byte) error
- type ClusterLoadbalancer
- func (*ClusterLoadbalancer) Descriptor() ([]byte, []int)
- func (m *ClusterLoadbalancer) GetClusterId() *wrappers.StringValue
- func (m *ClusterLoadbalancer) GetLoadbalancerListenerId() *wrappers.StringValue
- func (m *ClusterLoadbalancer) GetLoadbalancerPolicyId() *wrappers.StringValue
- func (m *ClusterLoadbalancer) GetLoadbalancerPort() *wrappers.UInt32Value
- func (m *ClusterLoadbalancer) GetRole() *wrappers.StringValue
- func (*ClusterLoadbalancer) ProtoMessage()
- func (m *ClusterLoadbalancer) Reset()
- func (m *ClusterLoadbalancer) String() string
- func (m *ClusterLoadbalancer) XXX_DiscardUnknown()
- func (m *ClusterLoadbalancer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterLoadbalancer) XXX_Merge(src proto.Message)
- func (m *ClusterLoadbalancer) XXX_Size() int
- func (m *ClusterLoadbalancer) XXX_Unmarshal(b []byte) error
- type ClusterManagerClient
- type ClusterManagerServer
- type ClusterNode
- func (*ClusterNode) Descriptor() ([]byte, []int)
- func (m *ClusterNode) GetAutoBackup() *wrappers.BoolValue
- func (m *ClusterNode) GetClusterCommon() *ClusterCommon
- func (m *ClusterNode) GetClusterId() *wrappers.StringValue
- func (m *ClusterNode) GetClusterRole() *ClusterRole
- func (m *ClusterNode) GetCreateTime() *timestamp.Timestamp
- func (m *ClusterNode) GetCustomMetadata() *wrappers.StringValue
- func (m *ClusterNode) GetDevice() *wrappers.StringValue
- func (m *ClusterNode) GetEip() *wrappers.StringValue
- func (m *ClusterNode) GetGlobalServerId() *wrappers.UInt32Value
- func (m *ClusterNode) GetGroupId() *wrappers.UInt32Value
- func (m *ClusterNode) GetHealthStatus() *wrappers.StringValue
- func (m *ClusterNode) GetHostId() *wrappers.StringValue
- func (m *ClusterNode) GetHostIp() *wrappers.StringValue
- func (m *ClusterNode) GetInstanceId() *wrappers.StringValue
- func (m *ClusterNode) GetIsBackup() *wrappers.BoolValue
- func (m *ClusterNode) GetKeyPairId() []string
- func (m *ClusterNode) GetName() *wrappers.StringValue
- func (m *ClusterNode) GetNodeId() *wrappers.StringValue
- func (m *ClusterNode) GetOwner() *wrappers.StringValue
- func (m *ClusterNode) GetPrivateIp() *wrappers.StringValue
- func (m *ClusterNode) GetPubKey() *wrappers.StringValue
- func (m *ClusterNode) GetRole() *wrappers.StringValue
- func (m *ClusterNode) GetServerId() *wrappers.UInt32Value
- func (m *ClusterNode) GetStatus() *wrappers.StringValue
- func (m *ClusterNode) GetStatusTime() *timestamp.Timestamp
- func (m *ClusterNode) GetSubnetId() *wrappers.StringValue
- func (m *ClusterNode) GetTransitionStatus() *wrappers.StringValue
- func (m *ClusterNode) GetVolumeId() *wrappers.StringValue
- func (*ClusterNode) ProtoMessage()
- func (m *ClusterNode) Reset()
- func (m *ClusterNode) String() string
- func (m *ClusterNode) XXX_DiscardUnknown()
- func (m *ClusterNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterNode) XXX_Merge(src proto.Message)
- func (m *ClusterNode) XXX_Size() int
- func (m *ClusterNode) XXX_Unmarshal(b []byte) error
- type ClusterRole
- func (*ClusterRole) Descriptor() ([]byte, []int)
- func (m *ClusterRole) GetApiVersion() *wrappers.StringValue
- func (m *ClusterRole) GetClusterId() *wrappers.StringValue
- func (m *ClusterRole) GetCpu() *wrappers.UInt32Value
- func (m *ClusterRole) GetEnv() *wrappers.StringValue
- func (m *ClusterRole) GetFileSystem() *wrappers.StringValue
- func (m *ClusterRole) GetGpu() *wrappers.UInt32Value
- func (m *ClusterRole) GetInstanceSize() *wrappers.UInt32Value
- func (m *ClusterRole) GetMemory() *wrappers.UInt32Value
- func (m *ClusterRole) GetMountOptions() *wrappers.StringValue
- func (m *ClusterRole) GetMountPoint() *wrappers.StringValue
- func (m *ClusterRole) GetReadyReplicas() *wrappers.UInt32Value
- func (m *ClusterRole) GetReplicas() *wrappers.UInt32Value
- func (m *ClusterRole) GetRole() *wrappers.StringValue
- func (m *ClusterRole) GetStorageSize() *wrappers.UInt32Value
- func (*ClusterRole) ProtoMessage()
- func (m *ClusterRole) Reset()
- func (m *ClusterRole) String() string
- func (m *ClusterRole) XXX_DiscardUnknown()
- func (m *ClusterRole) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterRole) XXX_Merge(src proto.Message)
- func (m *ClusterRole) XXX_Size() int
- func (m *ClusterRole) XXX_Unmarshal(b []byte) error
- type CreateAppRequest
- func (*CreateAppRequest) Descriptor() ([]byte, []int)
- func (m *CreateAppRequest) GetCategoryId() *wrappers.StringValue
- func (m *CreateAppRequest) GetChartName() *wrappers.StringValue
- func (m *CreateAppRequest) GetDescription() *wrappers.StringValue
- func (m *CreateAppRequest) GetHome() *wrappers.StringValue
- func (m *CreateAppRequest) GetIcon() *wrappers.StringValue
- func (m *CreateAppRequest) GetKeywords() *wrappers.StringValue
- func (m *CreateAppRequest) GetMaintainers() *wrappers.StringValue
- func (m *CreateAppRequest) GetName() *wrappers.StringValue
- func (m *CreateAppRequest) GetOwner() *wrappers.StringValue
- func (m *CreateAppRequest) GetPackage() *wrappers.BytesValue
- func (m *CreateAppRequest) GetReadme() *wrappers.StringValue
- func (m *CreateAppRequest) GetRepoId() *wrappers.StringValue
- func (m *CreateAppRequest) GetScreenshots() *wrappers.StringValue
- func (m *CreateAppRequest) GetSources() *wrappers.StringValue
- func (m *CreateAppRequest) GetStatus() *wrappers.StringValue
- func (*CreateAppRequest) ProtoMessage()
- func (m *CreateAppRequest) Reset()
- func (m *CreateAppRequest) String() string
- func (m *CreateAppRequest) XXX_DiscardUnknown()
- func (m *CreateAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAppRequest) XXX_Merge(src proto.Message)
- func (m *CreateAppRequest) XXX_Size() int
- func (m *CreateAppRequest) XXX_Unmarshal(b []byte) error
- type CreateAppResponse
- func (*CreateAppResponse) Descriptor() ([]byte, []int)
- func (m *CreateAppResponse) GetAppId() *wrappers.StringValue
- func (m *CreateAppResponse) GetVersionId() *wrappers.StringValue
- func (*CreateAppResponse) ProtoMessage()
- func (m *CreateAppResponse) Reset()
- func (m *CreateAppResponse) String() string
- func (m *CreateAppResponse) XXX_DiscardUnknown()
- func (m *CreateAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAppResponse) XXX_Merge(src proto.Message)
- func (m *CreateAppResponse) XXX_Size() int
- func (m *CreateAppResponse) XXX_Unmarshal(b []byte) error
- type CreateAppVersionRequest
- func (*CreateAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *CreateAppVersionRequest) GetAppId() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetDescription() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetHome() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetIcon() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetKeywords() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetMaintainers() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetName() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetOwner() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetPackage() *wrappers.BytesValue
- func (m *CreateAppVersionRequest) GetPackageName() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetReadme() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetScreenshots() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetSequence() *wrappers.UInt32Value
- func (m *CreateAppVersionRequest) GetSources() *wrappers.StringValue
- func (m *CreateAppVersionRequest) GetStatus() *wrappers.StringValue
- func (*CreateAppVersionRequest) ProtoMessage()
- func (m *CreateAppVersionRequest) Reset()
- func (m *CreateAppVersionRequest) String() string
- func (m *CreateAppVersionRequest) XXX_DiscardUnknown()
- func (m *CreateAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *CreateAppVersionRequest) XXX_Size() int
- func (m *CreateAppVersionRequest) XXX_Unmarshal(b []byte) error
- type CreateAppVersionResponse
- func (*CreateAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *CreateAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*CreateAppVersionResponse) ProtoMessage()
- func (m *CreateAppVersionResponse) Reset()
- func (m *CreateAppVersionResponse) String() string
- func (m *CreateAppVersionResponse) XXX_DiscardUnknown()
- func (m *CreateAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *CreateAppVersionResponse) XXX_Size() int
- func (m *CreateAppVersionResponse) XXX_Unmarshal(b []byte) error
- type CreateCategoryRequest
- func (*CreateCategoryRequest) Descriptor() ([]byte, []int)
- func (m *CreateCategoryRequest) GetDescription() *wrappers.StringValue
- func (m *CreateCategoryRequest) GetLocale() *wrappers.StringValue
- func (m *CreateCategoryRequest) GetName() *wrappers.StringValue
- func (*CreateCategoryRequest) ProtoMessage()
- func (m *CreateCategoryRequest) Reset()
- func (m *CreateCategoryRequest) String() string
- func (m *CreateCategoryRequest) XXX_DiscardUnknown()
- func (m *CreateCategoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateCategoryRequest) XXX_Merge(src proto.Message)
- func (m *CreateCategoryRequest) XXX_Size() int
- func (m *CreateCategoryRequest) XXX_Unmarshal(b []byte) error
- type CreateCategoryResponse
- func (*CreateCategoryResponse) Descriptor() ([]byte, []int)
- func (m *CreateCategoryResponse) GetCategoryId() *wrappers.StringValue
- func (*CreateCategoryResponse) ProtoMessage()
- func (m *CreateCategoryResponse) Reset()
- func (m *CreateCategoryResponse) String() string
- func (m *CreateCategoryResponse) XXX_DiscardUnknown()
- func (m *CreateCategoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateCategoryResponse) XXX_Merge(src proto.Message)
- func (m *CreateCategoryResponse) XXX_Size() int
- func (m *CreateCategoryResponse) XXX_Unmarshal(b []byte) error
- type CreateClientRequest
- func (*CreateClientRequest) Descriptor() ([]byte, []int)
- func (m *CreateClientRequest) GetUserId() string
- func (*CreateClientRequest) ProtoMessage()
- func (m *CreateClientRequest) Reset()
- func (m *CreateClientRequest) String() string
- func (m *CreateClientRequest) XXX_DiscardUnknown()
- func (m *CreateClientRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateClientRequest) XXX_Merge(src proto.Message)
- func (m *CreateClientRequest) XXX_Size() int
- func (m *CreateClientRequest) XXX_Unmarshal(b []byte) error
- type CreateClientResponse
- func (*CreateClientResponse) Descriptor() ([]byte, []int)
- func (m *CreateClientResponse) GetClientId() string
- func (m *CreateClientResponse) GetClientSecret() string
- func (m *CreateClientResponse) GetUserId() string
- func (*CreateClientResponse) ProtoMessage()
- func (m *CreateClientResponse) Reset()
- func (m *CreateClientResponse) String() string
- func (m *CreateClientResponse) XXX_DiscardUnknown()
- func (m *CreateClientResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateClientResponse) XXX_Merge(src proto.Message)
- func (m *CreateClientResponse) XXX_Size() int
- func (m *CreateClientResponse) XXX_Unmarshal(b []byte) error
- type CreateClusterRequest
- func (*CreateClusterRequest) Descriptor() ([]byte, []int)
- func (m *CreateClusterRequest) GetAdvancedParam() []string
- func (m *CreateClusterRequest) GetAppId() *wrappers.StringValue
- func (m *CreateClusterRequest) GetConf() *wrappers.StringValue
- func (m *CreateClusterRequest) GetRuntimeId() *wrappers.StringValue
- func (m *CreateClusterRequest) GetVersionId() *wrappers.StringValue
- func (*CreateClusterRequest) ProtoMessage()
- func (m *CreateClusterRequest) Reset()
- func (m *CreateClusterRequest) String() string
- 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 (m *CreateClusterResponse) GetClusterId() *wrappers.StringValue
- func (m *CreateClusterResponse) GetJobId() *wrappers.StringValue
- func (*CreateClusterResponse) ProtoMessage()
- func (m *CreateClusterResponse) Reset()
- func (m *CreateClusterResponse) String() string
- 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 CreateGroupRequest
- func (*CreateGroupRequest) Descriptor() ([]byte, []int)
- func (m *CreateGroupRequest) GetDescription() *wrappers.StringValue
- func (m *CreateGroupRequest) GetName() *wrappers.StringValue
- func (*CreateGroupRequest) ProtoMessage()
- func (m *CreateGroupRequest) Reset()
- func (m *CreateGroupRequest) String() string
- func (m *CreateGroupRequest) XXX_DiscardUnknown()
- func (m *CreateGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateGroupRequest) XXX_Merge(src proto.Message)
- func (m *CreateGroupRequest) XXX_Size() int
- func (m *CreateGroupRequest) XXX_Unmarshal(b []byte) error
- type CreateGroupResponse
- func (*CreateGroupResponse) Descriptor() ([]byte, []int)
- func (m *CreateGroupResponse) GetGroupId() *wrappers.StringValue
- func (*CreateGroupResponse) ProtoMessage()
- func (m *CreateGroupResponse) Reset()
- func (m *CreateGroupResponse) String() string
- func (m *CreateGroupResponse) XXX_DiscardUnknown()
- func (m *CreateGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateGroupResponse) XXX_Merge(src proto.Message)
- func (m *CreateGroupResponse) XXX_Size() int
- func (m *CreateGroupResponse) XXX_Unmarshal(b []byte) error
- type CreateJobRequest
- func (*CreateJobRequest) Descriptor() ([]byte, []int)
- func (m *CreateJobRequest) GetAppId() *wrappers.StringValue
- func (m *CreateJobRequest) GetClusterId() *wrappers.StringValue
- func (m *CreateJobRequest) GetDirective() *wrappers.StringValue
- func (m *CreateJobRequest) GetJobAction() *wrappers.StringValue
- func (m *CreateJobRequest) GetProvider() *wrappers.StringValue
- func (m *CreateJobRequest) GetRuntimeId() *wrappers.StringValue
- func (m *CreateJobRequest) GetVersionId() *wrappers.StringValue
- func (*CreateJobRequest) ProtoMessage()
- func (m *CreateJobRequest) Reset()
- func (m *CreateJobRequest) String() string
- func (m *CreateJobRequest) XXX_DiscardUnknown()
- func (m *CreateJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateJobRequest) XXX_Merge(src proto.Message)
- func (m *CreateJobRequest) XXX_Size() int
- func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error
- type CreateJobResponse
- func (*CreateJobResponse) Descriptor() ([]byte, []int)
- func (m *CreateJobResponse) GetAppId() *wrappers.StringValue
- func (m *CreateJobResponse) GetClusterId() *wrappers.StringValue
- func (m *CreateJobResponse) GetJobId() *wrappers.StringValue
- func (m *CreateJobResponse) GetRuntimeId() *wrappers.StringValue
- func (m *CreateJobResponse) GetVersionId() *wrappers.StringValue
- func (*CreateJobResponse) ProtoMessage()
- func (m *CreateJobResponse) Reset()
- func (m *CreateJobResponse) String() string
- func (m *CreateJobResponse) XXX_DiscardUnknown()
- func (m *CreateJobResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateJobResponse) XXX_Merge(src proto.Message)
- func (m *CreateJobResponse) XXX_Size() int
- func (m *CreateJobResponse) XXX_Unmarshal(b []byte) error
- type CreateKeyPairRequest
- func (*CreateKeyPairRequest) Descriptor() ([]byte, []int)
- func (m *CreateKeyPairRequest) GetDescription() *wrappers.StringValue
- func (m *CreateKeyPairRequest) GetName() *wrappers.StringValue
- func (m *CreateKeyPairRequest) GetPubKey() *wrappers.StringValue
- func (*CreateKeyPairRequest) ProtoMessage()
- func (m *CreateKeyPairRequest) Reset()
- func (m *CreateKeyPairRequest) String() string
- func (m *CreateKeyPairRequest) XXX_DiscardUnknown()
- func (m *CreateKeyPairRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateKeyPairRequest) XXX_Merge(src proto.Message)
- func (m *CreateKeyPairRequest) XXX_Size() int
- func (m *CreateKeyPairRequest) XXX_Unmarshal(b []byte) error
- type CreateKeyPairResponse
- func (*CreateKeyPairResponse) Descriptor() ([]byte, []int)
- func (m *CreateKeyPairResponse) GetKeyPairId() *wrappers.StringValue
- func (*CreateKeyPairResponse) ProtoMessage()
- func (m *CreateKeyPairResponse) Reset()
- func (m *CreateKeyPairResponse) String() string
- func (m *CreateKeyPairResponse) XXX_DiscardUnknown()
- func (m *CreateKeyPairResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateKeyPairResponse) XXX_Merge(src proto.Message)
- func (m *CreateKeyPairResponse) XXX_Size() int
- func (m *CreateKeyPairResponse) XXX_Unmarshal(b []byte) error
- type CreatePasswordResetRequest
- func (*CreatePasswordResetRequest) Descriptor() ([]byte, []int)
- func (m *CreatePasswordResetRequest) GetPassword() *wrappers.StringValue
- func (m *CreatePasswordResetRequest) GetUserId() *wrappers.StringValue
- func (*CreatePasswordResetRequest) ProtoMessage()
- func (m *CreatePasswordResetRequest) Reset()
- func (m *CreatePasswordResetRequest) String() string
- func (m *CreatePasswordResetRequest) XXX_DiscardUnknown()
- func (m *CreatePasswordResetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreatePasswordResetRequest) XXX_Merge(src proto.Message)
- func (m *CreatePasswordResetRequest) XXX_Size() int
- func (m *CreatePasswordResetRequest) XXX_Unmarshal(b []byte) error
- type CreatePasswordResetResponse
- func (*CreatePasswordResetResponse) Descriptor() ([]byte, []int)
- func (m *CreatePasswordResetResponse) GetResetId() *wrappers.StringValue
- func (m *CreatePasswordResetResponse) GetUserId() *wrappers.StringValue
- func (*CreatePasswordResetResponse) ProtoMessage()
- func (m *CreatePasswordResetResponse) Reset()
- func (m *CreatePasswordResetResponse) String() string
- func (m *CreatePasswordResetResponse) XXX_DiscardUnknown()
- func (m *CreatePasswordResetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreatePasswordResetResponse) XXX_Merge(src proto.Message)
- func (m *CreatePasswordResetResponse) XXX_Size() int
- func (m *CreatePasswordResetResponse) XXX_Unmarshal(b []byte) error
- type CreateRepoRequest
- func (*CreateRepoRequest) Descriptor() ([]byte, []int)
- func (m *CreateRepoRequest) GetAppDefaultStatus() *wrappers.StringValue
- func (m *CreateRepoRequest) GetCategoryId() *wrappers.StringValue
- func (m *CreateRepoRequest) GetCredential() *wrappers.StringValue
- func (m *CreateRepoRequest) GetDescription() *wrappers.StringValue
- func (m *CreateRepoRequest) GetLabels() *wrappers.StringValue
- func (m *CreateRepoRequest) GetName() *wrappers.StringValue
- func (m *CreateRepoRequest) GetProviders() []string
- func (m *CreateRepoRequest) GetSelectors() *wrappers.StringValue
- func (m *CreateRepoRequest) GetType() *wrappers.StringValue
- func (m *CreateRepoRequest) GetUrl() *wrappers.StringValue
- func (m *CreateRepoRequest) GetVisibility() *wrappers.StringValue
- func (*CreateRepoRequest) ProtoMessage()
- func (m *CreateRepoRequest) Reset()
- func (m *CreateRepoRequest) String() string
- func (m *CreateRepoRequest) XXX_DiscardUnknown()
- func (m *CreateRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRepoRequest) XXX_Merge(src proto.Message)
- func (m *CreateRepoRequest) XXX_Size() int
- func (m *CreateRepoRequest) XXX_Unmarshal(b []byte) error
- type CreateRepoResponse
- func (*CreateRepoResponse) Descriptor() ([]byte, []int)
- func (m *CreateRepoResponse) GetRepoId() *wrappers.StringValue
- func (*CreateRepoResponse) ProtoMessage()
- func (m *CreateRepoResponse) Reset()
- func (m *CreateRepoResponse) String() string
- func (m *CreateRepoResponse) XXX_DiscardUnknown()
- func (m *CreateRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRepoResponse) XXX_Merge(src proto.Message)
- func (m *CreateRepoResponse) XXX_Size() int
- func (m *CreateRepoResponse) XXX_Unmarshal(b []byte) error
- type CreateRuntimeRequest
- func (*CreateRuntimeRequest) Descriptor() ([]byte, []int)
- func (m *CreateRuntimeRequest) GetDescription() *wrappers.StringValue
- func (m *CreateRuntimeRequest) GetLabels() *wrappers.StringValue
- func (m *CreateRuntimeRequest) GetName() *wrappers.StringValue
- func (m *CreateRuntimeRequest) GetProvider() *wrappers.StringValue
- func (m *CreateRuntimeRequest) GetRuntimeCredential() *wrappers.StringValue
- func (m *CreateRuntimeRequest) GetRuntimeUrl() *wrappers.StringValue
- func (m *CreateRuntimeRequest) GetZone() *wrappers.StringValue
- func (*CreateRuntimeRequest) ProtoMessage()
- func (m *CreateRuntimeRequest) Reset()
- func (m *CreateRuntimeRequest) String() string
- func (m *CreateRuntimeRequest) XXX_DiscardUnknown()
- func (m *CreateRuntimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRuntimeRequest) XXX_Merge(src proto.Message)
- func (m *CreateRuntimeRequest) XXX_Size() int
- func (m *CreateRuntimeRequest) XXX_Unmarshal(b []byte) error
- type CreateRuntimeResponse
- func (*CreateRuntimeResponse) Descriptor() ([]byte, []int)
- func (m *CreateRuntimeResponse) GetRuntimeId() *wrappers.StringValue
- func (*CreateRuntimeResponse) ProtoMessage()
- func (m *CreateRuntimeResponse) Reset()
- func (m *CreateRuntimeResponse) String() string
- func (m *CreateRuntimeResponse) XXX_DiscardUnknown()
- func (m *CreateRuntimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRuntimeResponse) XXX_Merge(src proto.Message)
- func (m *CreateRuntimeResponse) XXX_Size() int
- func (m *CreateRuntimeResponse) XXX_Unmarshal(b []byte) error
- type CreateTaskRequest
- func (*CreateTaskRequest) Descriptor() ([]byte, []int)
- func (m *CreateTaskRequest) GetDirective() *wrappers.StringValue
- func (m *CreateTaskRequest) GetFailureAllowed() *wrappers.BoolValue
- func (m *CreateTaskRequest) GetJobId() *wrappers.StringValue
- func (m *CreateTaskRequest) GetNodeId() *wrappers.StringValue
- func (m *CreateTaskRequest) GetStatus() *wrappers.StringValue
- func (m *CreateTaskRequest) GetTarget() *wrappers.StringValue
- func (m *CreateTaskRequest) GetTaskAction() *wrappers.StringValue
- func (*CreateTaskRequest) ProtoMessage()
- func (m *CreateTaskRequest) Reset()
- func (m *CreateTaskRequest) String() string
- func (m *CreateTaskRequest) XXX_DiscardUnknown()
- func (m *CreateTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateTaskRequest) XXX_Merge(src proto.Message)
- func (m *CreateTaskRequest) XXX_Size() int
- func (m *CreateTaskRequest) XXX_Unmarshal(b []byte) error
- type CreateTaskResponse
- func (*CreateTaskResponse) Descriptor() ([]byte, []int)
- func (m *CreateTaskResponse) GetJobId() *wrappers.StringValue
- func (m *CreateTaskResponse) GetTaskId() *wrappers.StringValue
- func (*CreateTaskResponse) ProtoMessage()
- func (m *CreateTaskResponse) Reset()
- func (m *CreateTaskResponse) String() string
- func (m *CreateTaskResponse) XXX_DiscardUnknown()
- func (m *CreateTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateTaskResponse) XXX_Merge(src proto.Message)
- func (m *CreateTaskResponse) XXX_Size() int
- func (m *CreateTaskResponse) XXX_Unmarshal(b []byte) error
- type CreateUserRequest
- func (*CreateUserRequest) Descriptor() ([]byte, []int)
- func (m *CreateUserRequest) GetDescription() *wrappers.StringValue
- func (m *CreateUserRequest) GetEmail() *wrappers.StringValue
- func (m *CreateUserRequest) GetPassword() *wrappers.StringValue
- func (m *CreateUserRequest) GetRole() *wrappers.StringValue
- func (*CreateUserRequest) ProtoMessage()
- func (m *CreateUserRequest) Reset()
- func (m *CreateUserRequest) String() string
- func (m *CreateUserRequest) XXX_DiscardUnknown()
- func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateUserRequest) XXX_Merge(src proto.Message)
- func (m *CreateUserRequest) XXX_Size() int
- func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error
- type CreateUserResponse
- func (*CreateUserResponse) Descriptor() ([]byte, []int)
- func (m *CreateUserResponse) GetUserId() *wrappers.StringValue
- func (*CreateUserResponse) ProtoMessage()
- func (m *CreateUserResponse) Reset()
- func (m *CreateUserResponse) String() string
- func (m *CreateUserResponse) XXX_DiscardUnknown()
- func (m *CreateUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateUserResponse) XXX_Merge(src proto.Message)
- func (m *CreateUserResponse) XXX_Size() int
- func (m *CreateUserResponse) XXX_Unmarshal(b []byte) error
- type DeleteAppVersionRequest
- func (*DeleteAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *DeleteAppVersionRequest) GetDirectDelete() bool
- func (m *DeleteAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*DeleteAppVersionRequest) ProtoMessage()
- func (m *DeleteAppVersionRequest) Reset()
- func (m *DeleteAppVersionRequest) String() string
- func (m *DeleteAppVersionRequest) XXX_DiscardUnknown()
- func (m *DeleteAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *DeleteAppVersionRequest) XXX_Size() int
- func (m *DeleteAppVersionRequest) XXX_Unmarshal(b []byte) error
- type DeleteAppVersionResponse
- func (*DeleteAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *DeleteAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*DeleteAppVersionResponse) ProtoMessage()
- func (m *DeleteAppVersionResponse) Reset()
- func (m *DeleteAppVersionResponse) String() string
- func (m *DeleteAppVersionResponse) XXX_DiscardUnknown()
- func (m *DeleteAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *DeleteAppVersionResponse) XXX_Size() int
- func (m *DeleteAppVersionResponse) XXX_Unmarshal(b []byte) error
- type DeleteAppsRequest
- func (*DeleteAppsRequest) Descriptor() ([]byte, []int)
- func (m *DeleteAppsRequest) GetAppId() []string
- func (m *DeleteAppsRequest) GetDirectDelete() bool
- func (*DeleteAppsRequest) ProtoMessage()
- func (m *DeleteAppsRequest) Reset()
- func (m *DeleteAppsRequest) String() string
- func (m *DeleteAppsRequest) XXX_DiscardUnknown()
- func (m *DeleteAppsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAppsRequest) XXX_Merge(src proto.Message)
- func (m *DeleteAppsRequest) XXX_Size() int
- func (m *DeleteAppsRequest) XXX_Unmarshal(b []byte) error
- type DeleteAppsResponse
- func (*DeleteAppsResponse) Descriptor() ([]byte, []int)
- func (m *DeleteAppsResponse) GetAppId() []string
- func (*DeleteAppsResponse) ProtoMessage()
- func (m *DeleteAppsResponse) Reset()
- func (m *DeleteAppsResponse) String() string
- func (m *DeleteAppsResponse) XXX_DiscardUnknown()
- func (m *DeleteAppsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAppsResponse) XXX_Merge(src proto.Message)
- func (m *DeleteAppsResponse) XXX_Size() int
- func (m *DeleteAppsResponse) XXX_Unmarshal(b []byte) error
- type DeleteCategoriesRequest
- func (*DeleteCategoriesRequest) Descriptor() ([]byte, []int)
- func (m *DeleteCategoriesRequest) GetCategoryId() []string
- func (*DeleteCategoriesRequest) ProtoMessage()
- func (m *DeleteCategoriesRequest) Reset()
- func (m *DeleteCategoriesRequest) String() string
- func (m *DeleteCategoriesRequest) XXX_DiscardUnknown()
- func (m *DeleteCategoriesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteCategoriesRequest) XXX_Merge(src proto.Message)
- func (m *DeleteCategoriesRequest) XXX_Size() int
- func (m *DeleteCategoriesRequest) XXX_Unmarshal(b []byte) error
- type DeleteCategoriesResponse
- func (*DeleteCategoriesResponse) Descriptor() ([]byte, []int)
- func (m *DeleteCategoriesResponse) GetCategoryId() []string
- func (*DeleteCategoriesResponse) ProtoMessage()
- func (m *DeleteCategoriesResponse) Reset()
- func (m *DeleteCategoriesResponse) String() string
- func (m *DeleteCategoriesResponse) XXX_DiscardUnknown()
- func (m *DeleteCategoriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteCategoriesResponse) XXX_Merge(src proto.Message)
- func (m *DeleteCategoriesResponse) XXX_Size() int
- func (m *DeleteCategoriesResponse) XXX_Unmarshal(b []byte) error
- type DeleteClusterNodesRequest
- func (*DeleteClusterNodesRequest) Descriptor() ([]byte, []int)
- func (m *DeleteClusterNodesRequest) GetAdvancedParam() []string
- func (m *DeleteClusterNodesRequest) GetClusterId() *wrappers.StringValue
- func (m *DeleteClusterNodesRequest) GetNodeId() []string
- func (*DeleteClusterNodesRequest) ProtoMessage()
- func (m *DeleteClusterNodesRequest) Reset()
- func (m *DeleteClusterNodesRequest) String() string
- func (m *DeleteClusterNodesRequest) XXX_DiscardUnknown()
- func (m *DeleteClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteClusterNodesRequest) XXX_Merge(src proto.Message)
- func (m *DeleteClusterNodesRequest) XXX_Size() int
- func (m *DeleteClusterNodesRequest) XXX_Unmarshal(b []byte) error
- type DeleteClusterNodesResponse
- func (*DeleteClusterNodesResponse) Descriptor() ([]byte, []int)
- func (m *DeleteClusterNodesResponse) GetClusterId() *wrappers.StringValue
- func (m *DeleteClusterNodesResponse) GetJobId() *wrappers.StringValue
- func (*DeleteClusterNodesResponse) ProtoMessage()
- func (m *DeleteClusterNodesResponse) Reset()
- func (m *DeleteClusterNodesResponse) String() string
- func (m *DeleteClusterNodesResponse) XXX_DiscardUnknown()
- func (m *DeleteClusterNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteClusterNodesResponse) XXX_Merge(src proto.Message)
- func (m *DeleteClusterNodesResponse) XXX_Size() int
- func (m *DeleteClusterNodesResponse) XXX_Unmarshal(b []byte) error
- type DeleteClustersRequest
- func (*DeleteClustersRequest) Descriptor() ([]byte, []int)
- func (m *DeleteClustersRequest) GetAdvancedParam() []string
- func (m *DeleteClustersRequest) GetClusterId() []string
- func (*DeleteClustersRequest) ProtoMessage()
- func (m *DeleteClustersRequest) Reset()
- func (m *DeleteClustersRequest) String() string
- func (m *DeleteClustersRequest) XXX_DiscardUnknown()
- func (m *DeleteClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteClustersRequest) XXX_Merge(src proto.Message)
- func (m *DeleteClustersRequest) XXX_Size() int
- func (m *DeleteClustersRequest) XXX_Unmarshal(b []byte) error
- type DeleteClustersResponse
- func (*DeleteClustersResponse) Descriptor() ([]byte, []int)
- func (m *DeleteClustersResponse) GetClusterId() []string
- func (m *DeleteClustersResponse) GetJobId() []string
- func (*DeleteClustersResponse) ProtoMessage()
- func (m *DeleteClustersResponse) Reset()
- func (m *DeleteClustersResponse) String() string
- func (m *DeleteClustersResponse) XXX_DiscardUnknown()
- func (m *DeleteClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteClustersResponse) XXX_Merge(src proto.Message)
- func (m *DeleteClustersResponse) XXX_Size() int
- func (m *DeleteClustersResponse) XXX_Unmarshal(b []byte) error
- type DeleteGroupsRequest
- func (*DeleteGroupsRequest) Descriptor() ([]byte, []int)
- func (m *DeleteGroupsRequest) GetGroupId() []string
- func (*DeleteGroupsRequest) ProtoMessage()
- func (m *DeleteGroupsRequest) Reset()
- func (m *DeleteGroupsRequest) String() string
- func (m *DeleteGroupsRequest) XXX_DiscardUnknown()
- func (m *DeleteGroupsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteGroupsRequest) XXX_Merge(src proto.Message)
- func (m *DeleteGroupsRequest) XXX_Size() int
- func (m *DeleteGroupsRequest) XXX_Unmarshal(b []byte) error
- type DeleteGroupsResponse
- func (*DeleteGroupsResponse) Descriptor() ([]byte, []int)
- func (m *DeleteGroupsResponse) GetGroupId() []string
- func (*DeleteGroupsResponse) ProtoMessage()
- func (m *DeleteGroupsResponse) Reset()
- func (m *DeleteGroupsResponse) String() string
- func (m *DeleteGroupsResponse) XXX_DiscardUnknown()
- func (m *DeleteGroupsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteGroupsResponse) XXX_Merge(src proto.Message)
- func (m *DeleteGroupsResponse) XXX_Size() int
- func (m *DeleteGroupsResponse) XXX_Unmarshal(b []byte) error
- type DeleteKeyPairsRequest
- func (*DeleteKeyPairsRequest) Descriptor() ([]byte, []int)
- func (m *DeleteKeyPairsRequest) GetKeyPairId() []string
- func (*DeleteKeyPairsRequest) ProtoMessage()
- func (m *DeleteKeyPairsRequest) Reset()
- func (m *DeleteKeyPairsRequest) String() string
- func (m *DeleteKeyPairsRequest) XXX_DiscardUnknown()
- func (m *DeleteKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteKeyPairsRequest) XXX_Merge(src proto.Message)
- func (m *DeleteKeyPairsRequest) XXX_Size() int
- func (m *DeleteKeyPairsRequest) XXX_Unmarshal(b []byte) error
- type DeleteKeyPairsResponse
- func (*DeleteKeyPairsResponse) Descriptor() ([]byte, []int)
- func (m *DeleteKeyPairsResponse) GetKeyPairId() []string
- func (*DeleteKeyPairsResponse) ProtoMessage()
- func (m *DeleteKeyPairsResponse) Reset()
- func (m *DeleteKeyPairsResponse) String() string
- func (m *DeleteKeyPairsResponse) XXX_DiscardUnknown()
- func (m *DeleteKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteKeyPairsResponse) XXX_Merge(src proto.Message)
- func (m *DeleteKeyPairsResponse) XXX_Size() int
- func (m *DeleteKeyPairsResponse) XXX_Unmarshal(b []byte) error
- type DeleteNodeKeyPairsRequest
- func (*DeleteNodeKeyPairsRequest) Descriptor() ([]byte, []int)
- func (m *DeleteNodeKeyPairsRequest) GetNodeKeyPair() []*NodeKeyPair
- func (*DeleteNodeKeyPairsRequest) ProtoMessage()
- func (m *DeleteNodeKeyPairsRequest) Reset()
- func (m *DeleteNodeKeyPairsRequest) String() string
- func (m *DeleteNodeKeyPairsRequest) XXX_DiscardUnknown()
- func (m *DeleteNodeKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteNodeKeyPairsRequest) XXX_Merge(src proto.Message)
- func (m *DeleteNodeKeyPairsRequest) XXX_Size() int
- func (m *DeleteNodeKeyPairsRequest) XXX_Unmarshal(b []byte) error
- type DeleteNodeKeyPairsResponse
- func (*DeleteNodeKeyPairsResponse) Descriptor() ([]byte, []int)
- func (*DeleteNodeKeyPairsResponse) ProtoMessage()
- func (m *DeleteNodeKeyPairsResponse) Reset()
- func (m *DeleteNodeKeyPairsResponse) String() string
- func (m *DeleteNodeKeyPairsResponse) XXX_DiscardUnknown()
- func (m *DeleteNodeKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteNodeKeyPairsResponse) XXX_Merge(src proto.Message)
- func (m *DeleteNodeKeyPairsResponse) XXX_Size() int
- func (m *DeleteNodeKeyPairsResponse) XXX_Unmarshal(b []byte) error
- type DeleteReposRequest
- func (*DeleteReposRequest) Descriptor() ([]byte, []int)
- func (m *DeleteReposRequest) GetRepoId() []string
- func (*DeleteReposRequest) ProtoMessage()
- func (m *DeleteReposRequest) Reset()
- func (m *DeleteReposRequest) String() string
- func (m *DeleteReposRequest) XXX_DiscardUnknown()
- func (m *DeleteReposRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteReposRequest) XXX_Merge(src proto.Message)
- func (m *DeleteReposRequest) XXX_Size() int
- func (m *DeleteReposRequest) XXX_Unmarshal(b []byte) error
- type DeleteReposResponse
- func (*DeleteReposResponse) Descriptor() ([]byte, []int)
- func (m *DeleteReposResponse) GetRepoId() []string
- func (*DeleteReposResponse) ProtoMessage()
- func (m *DeleteReposResponse) Reset()
- func (m *DeleteReposResponse) String() string
- func (m *DeleteReposResponse) XXX_DiscardUnknown()
- func (m *DeleteReposResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteReposResponse) XXX_Merge(src proto.Message)
- func (m *DeleteReposResponse) XXX_Size() int
- func (m *DeleteReposResponse) XXX_Unmarshal(b []byte) error
- type DeleteRuntimesRequest
- func (*DeleteRuntimesRequest) Descriptor() ([]byte, []int)
- func (m *DeleteRuntimesRequest) GetRuntimeId() []string
- func (*DeleteRuntimesRequest) ProtoMessage()
- func (m *DeleteRuntimesRequest) Reset()
- func (m *DeleteRuntimesRequest) String() string
- func (m *DeleteRuntimesRequest) XXX_DiscardUnknown()
- func (m *DeleteRuntimesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteRuntimesRequest) XXX_Merge(src proto.Message)
- func (m *DeleteRuntimesRequest) XXX_Size() int
- func (m *DeleteRuntimesRequest) XXX_Unmarshal(b []byte) error
- type DeleteRuntimesResponse
- func (*DeleteRuntimesResponse) Descriptor() ([]byte, []int)
- func (m *DeleteRuntimesResponse) GetRuntimeId() []string
- func (*DeleteRuntimesResponse) ProtoMessage()
- func (m *DeleteRuntimesResponse) Reset()
- func (m *DeleteRuntimesResponse) String() string
- func (m *DeleteRuntimesResponse) XXX_DiscardUnknown()
- func (m *DeleteRuntimesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteRuntimesResponse) XXX_Merge(src proto.Message)
- func (m *DeleteRuntimesResponse) XXX_Size() int
- func (m *DeleteRuntimesResponse) XXX_Unmarshal(b []byte) error
- type DeleteTableClusterNodesRequest
- func (*DeleteTableClusterNodesRequest) Descriptor() ([]byte, []int)
- func (m *DeleteTableClusterNodesRequest) GetNodeId() []string
- func (*DeleteTableClusterNodesRequest) ProtoMessage()
- func (m *DeleteTableClusterNodesRequest) Reset()
- func (m *DeleteTableClusterNodesRequest) String() string
- func (m *DeleteTableClusterNodesRequest) XXX_DiscardUnknown()
- func (m *DeleteTableClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteTableClusterNodesRequest) XXX_Merge(src proto.Message)
- func (m *DeleteTableClusterNodesRequest) XXX_Size() int
- func (m *DeleteTableClusterNodesRequest) XXX_Unmarshal(b []byte) error
- type DeleteUsersRequest
- func (*DeleteUsersRequest) Descriptor() ([]byte, []int)
- func (m *DeleteUsersRequest) GetUserId() []string
- func (*DeleteUsersRequest) ProtoMessage()
- func (m *DeleteUsersRequest) Reset()
- func (m *DeleteUsersRequest) String() string
- func (m *DeleteUsersRequest) XXX_DiscardUnknown()
- func (m *DeleteUsersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteUsersRequest) XXX_Merge(src proto.Message)
- func (m *DeleteUsersRequest) XXX_Size() int
- func (m *DeleteUsersRequest) XXX_Unmarshal(b []byte) error
- type DeleteUsersResponse
- func (*DeleteUsersResponse) Descriptor() ([]byte, []int)
- func (m *DeleteUsersResponse) GetUserId() []string
- func (*DeleteUsersResponse) ProtoMessage()
- func (m *DeleteUsersResponse) Reset()
- func (m *DeleteUsersResponse) String() string
- func (m *DeleteUsersResponse) XXX_DiscardUnknown()
- func (m *DeleteUsersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteUsersResponse) XXX_Merge(src proto.Message)
- func (m *DeleteUsersResponse) XXX_Size() int
- func (m *DeleteUsersResponse) XXX_Unmarshal(b []byte) error
- type DescribeAppVersionsRequest
- func (*DescribeAppVersionsRequest) Descriptor() ([]byte, []int)
- func (m *DescribeAppVersionsRequest) GetAppId() []string
- func (m *DescribeAppVersionsRequest) GetDescription() []string
- func (m *DescribeAppVersionsRequest) GetLimit() uint32
- func (m *DescribeAppVersionsRequest) GetName() []string
- func (m *DescribeAppVersionsRequest) GetOffset() uint32
- func (m *DescribeAppVersionsRequest) GetOwner() []string
- func (m *DescribeAppVersionsRequest) GetPackageName() []string
- func (m *DescribeAppVersionsRequest) GetReverse() *wrappers.BoolValue
- func (m *DescribeAppVersionsRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeAppVersionsRequest) GetSortKey() *wrappers.StringValue
- func (m *DescribeAppVersionsRequest) GetStatus() []string
- func (m *DescribeAppVersionsRequest) GetVersionId() []string
- func (*DescribeAppVersionsRequest) ProtoMessage()
- func (m *DescribeAppVersionsRequest) Reset()
- func (m *DescribeAppVersionsRequest) String() string
- func (m *DescribeAppVersionsRequest) XXX_DiscardUnknown()
- func (m *DescribeAppVersionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeAppVersionsRequest) XXX_Merge(src proto.Message)
- func (m *DescribeAppVersionsRequest) XXX_Size() int
- func (m *DescribeAppVersionsRequest) XXX_Unmarshal(b []byte) error
- type DescribeAppVersionsResponse
- func (*DescribeAppVersionsResponse) Descriptor() ([]byte, []int)
- func (m *DescribeAppVersionsResponse) GetAppVersionSet() []*AppVersion
- func (m *DescribeAppVersionsResponse) GetTotalCount() uint32
- func (*DescribeAppVersionsResponse) ProtoMessage()
- func (m *DescribeAppVersionsResponse) Reset()
- func (m *DescribeAppVersionsResponse) String() string
- func (m *DescribeAppVersionsResponse) XXX_DiscardUnknown()
- func (m *DescribeAppVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeAppVersionsResponse) XXX_Merge(src proto.Message)
- func (m *DescribeAppVersionsResponse) XXX_Size() int
- func (m *DescribeAppVersionsResponse) XXX_Unmarshal(b []byte) error
- type DescribeAppsRequest
- func (*DescribeAppsRequest) Descriptor() ([]byte, []int)
- func (m *DescribeAppsRequest) GetAppId() []string
- func (m *DescribeAppsRequest) GetCategoryId() []string
- func (m *DescribeAppsRequest) GetChartName() []string
- func (m *DescribeAppsRequest) GetLimit() uint32
- func (m *DescribeAppsRequest) GetName() []string
- func (m *DescribeAppsRequest) GetOffset() uint32
- func (m *DescribeAppsRequest) GetOwner() []string
- func (m *DescribeAppsRequest) GetRepoId() []string
- func (m *DescribeAppsRequest) GetReverse() *wrappers.BoolValue
- func (m *DescribeAppsRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeAppsRequest) GetSortKey() *wrappers.StringValue
- func (m *DescribeAppsRequest) GetStatus() []string
- func (*DescribeAppsRequest) ProtoMessage()
- func (m *DescribeAppsRequest) Reset()
- func (m *DescribeAppsRequest) String() string
- func (m *DescribeAppsRequest) XXX_DiscardUnknown()
- func (m *DescribeAppsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeAppsRequest) XXX_Merge(src proto.Message)
- func (m *DescribeAppsRequest) XXX_Size() int
- func (m *DescribeAppsRequest) XXX_Unmarshal(b []byte) error
- type DescribeAppsResponse
- func (*DescribeAppsResponse) Descriptor() ([]byte, []int)
- func (m *DescribeAppsResponse) GetAppSet() []*App
- func (m *DescribeAppsResponse) GetTotalCount() uint32
- func (*DescribeAppsResponse) ProtoMessage()
- func (m *DescribeAppsResponse) Reset()
- func (m *DescribeAppsResponse) String() string
- func (m *DescribeAppsResponse) XXX_DiscardUnknown()
- func (m *DescribeAppsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeAppsResponse) XXX_Merge(src proto.Message)
- func (m *DescribeAppsResponse) XXX_Size() int
- func (m *DescribeAppsResponse) XXX_Unmarshal(b []byte) error
- type DescribeCategoriesRequest
- func (*DescribeCategoriesRequest) Descriptor() ([]byte, []int)
- func (m *DescribeCategoriesRequest) GetCategoryId() []string
- func (m *DescribeCategoriesRequest) GetLimit() uint32
- func (m *DescribeCategoriesRequest) GetName() []string
- func (m *DescribeCategoriesRequest) GetOffset() uint32
- func (m *DescribeCategoriesRequest) GetOwner() []string
- func (m *DescribeCategoriesRequest) GetReverse() *wrappers.BoolValue
- func (m *DescribeCategoriesRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeCategoriesRequest) GetSortKey() *wrappers.StringValue
- func (*DescribeCategoriesRequest) ProtoMessage()
- func (m *DescribeCategoriesRequest) Reset()
- func (m *DescribeCategoriesRequest) String() string
- func (m *DescribeCategoriesRequest) XXX_DiscardUnknown()
- func (m *DescribeCategoriesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeCategoriesRequest) XXX_Merge(src proto.Message)
- func (m *DescribeCategoriesRequest) XXX_Size() int
- func (m *DescribeCategoriesRequest) XXX_Unmarshal(b []byte) error
- type DescribeCategoriesResponse
- func (*DescribeCategoriesResponse) Descriptor() ([]byte, []int)
- func (m *DescribeCategoriesResponse) GetCategorySet() []*Category
- func (m *DescribeCategoriesResponse) GetTotalCount() uint32
- func (*DescribeCategoriesResponse) ProtoMessage()
- func (m *DescribeCategoriesResponse) Reset()
- func (m *DescribeCategoriesResponse) String() string
- func (m *DescribeCategoriesResponse) XXX_DiscardUnknown()
- func (m *DescribeCategoriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeCategoriesResponse) XXX_Merge(src proto.Message)
- func (m *DescribeCategoriesResponse) XXX_Size() int
- func (m *DescribeCategoriesResponse) XXX_Unmarshal(b []byte) error
- type DescribeClusterNodesRequest
- func (*DescribeClusterNodesRequest) Descriptor() ([]byte, []int)
- func (m *DescribeClusterNodesRequest) GetClusterId() *wrappers.StringValue
- func (m *DescribeClusterNodesRequest) GetLimit() uint32
- func (m *DescribeClusterNodesRequest) GetNodeId() []string
- func (m *DescribeClusterNodesRequest) GetOffset() uint32
- func (m *DescribeClusterNodesRequest) GetOwner() []string
- func (m *DescribeClusterNodesRequest) GetReverse() *wrappers.BoolValue
- func (m *DescribeClusterNodesRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeClusterNodesRequest) GetSortKey() *wrappers.StringValue
- func (m *DescribeClusterNodesRequest) GetStatus() []string
- func (*DescribeClusterNodesRequest) ProtoMessage()
- func (m *DescribeClusterNodesRequest) Reset()
- func (m *DescribeClusterNodesRequest) String() string
- func (m *DescribeClusterNodesRequest) XXX_DiscardUnknown()
- func (m *DescribeClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeClusterNodesRequest) XXX_Merge(src proto.Message)
- func (m *DescribeClusterNodesRequest) XXX_Size() int
- func (m *DescribeClusterNodesRequest) XXX_Unmarshal(b []byte) error
- type DescribeClusterNodesResponse
- func (*DescribeClusterNodesResponse) Descriptor() ([]byte, []int)
- func (m *DescribeClusterNodesResponse) GetClusterNodeSet() []*ClusterNode
- func (m *DescribeClusterNodesResponse) GetTotalCount() uint32
- func (*DescribeClusterNodesResponse) ProtoMessage()
- func (m *DescribeClusterNodesResponse) Reset()
- func (m *DescribeClusterNodesResponse) String() string
- func (m *DescribeClusterNodesResponse) XXX_DiscardUnknown()
- func (m *DescribeClusterNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeClusterNodesResponse) XXX_Merge(src proto.Message)
- func (m *DescribeClusterNodesResponse) XXX_Size() int
- func (m *DescribeClusterNodesResponse) XXX_Unmarshal(b []byte) error
- type DescribeClustersRequest
- func (*DescribeClustersRequest) Descriptor() ([]byte, []int)
- func (m *DescribeClustersRequest) GetAppId() []string
- func (m *DescribeClustersRequest) GetClusterId() []string
- func (m *DescribeClustersRequest) GetClusterType() *wrappers.StringValue
- func (m *DescribeClustersRequest) GetExternalClusterId() *wrappers.StringValue
- func (m *DescribeClustersRequest) GetFrontgateId() []string
- func (m *DescribeClustersRequest) GetLimit() uint32
- func (m *DescribeClustersRequest) GetOffset() uint32
- func (m *DescribeClustersRequest) GetOwner() []string
- func (m *DescribeClustersRequest) GetReverse() *wrappers.BoolValue
- func (m *DescribeClustersRequest) GetRuntimeId() []string
- func (m *DescribeClustersRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeClustersRequest) GetSortKey() *wrappers.StringValue
- func (m *DescribeClustersRequest) GetStatus() []string
- func (m *DescribeClustersRequest) GetVersionId() []string
- func (*DescribeClustersRequest) ProtoMessage()
- func (m *DescribeClustersRequest) Reset()
- func (m *DescribeClustersRequest) String() string
- func (m *DescribeClustersRequest) XXX_DiscardUnknown()
- func (m *DescribeClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeClustersRequest) XXX_Merge(src proto.Message)
- func (m *DescribeClustersRequest) XXX_Size() int
- func (m *DescribeClustersRequest) XXX_Unmarshal(b []byte) error
- type DescribeClustersResponse
- func (*DescribeClustersResponse) Descriptor() ([]byte, []int)
- func (m *DescribeClustersResponse) GetClusterSet() []*Cluster
- func (m *DescribeClustersResponse) GetTotalCount() uint32
- func (*DescribeClustersResponse) ProtoMessage()
- func (m *DescribeClustersResponse) Reset()
- func (m *DescribeClustersResponse) String() string
- func (m *DescribeClustersResponse) XXX_DiscardUnknown()
- func (m *DescribeClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeClustersResponse) XXX_Merge(src proto.Message)
- func (m *DescribeClustersResponse) XXX_Size() int
- func (m *DescribeClustersResponse) XXX_Unmarshal(b []byte) error
- type DescribeGroupsRequest
- func (*DescribeGroupsRequest) Descriptor() ([]byte, []int)
- func (m *DescribeGroupsRequest) GetGroupId() []string
- func (m *DescribeGroupsRequest) GetLimit() uint32
- func (m *DescribeGroupsRequest) GetOffset() uint32
- func (m *DescribeGroupsRequest) GetReverse() *wrappers.BoolValue
- func (m *DescribeGroupsRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeGroupsRequest) GetSortKey() *wrappers.StringValue
- func (m *DescribeGroupsRequest) GetStatus() []string
- func (m *DescribeGroupsRequest) GetUserId() []string
- func (*DescribeGroupsRequest) ProtoMessage()
- func (m *DescribeGroupsRequest) Reset()
- func (m *DescribeGroupsRequest) String() string
- func (m *DescribeGroupsRequest) XXX_DiscardUnknown()
- func (m *DescribeGroupsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeGroupsRequest) XXX_Merge(src proto.Message)
- func (m *DescribeGroupsRequest) XXX_Size() int
- func (m *DescribeGroupsRequest) XXX_Unmarshal(b []byte) error
- type DescribeGroupsResponse
- func (*DescribeGroupsResponse) Descriptor() ([]byte, []int)
- func (m *DescribeGroupsResponse) GetGroupSet() []*Group
- func (m *DescribeGroupsResponse) GetTotalCount() uint32
- func (*DescribeGroupsResponse) ProtoMessage()
- func (m *DescribeGroupsResponse) Reset()
- func (m *DescribeGroupsResponse) String() string
- func (m *DescribeGroupsResponse) XXX_DiscardUnknown()
- func (m *DescribeGroupsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeGroupsResponse) XXX_Merge(src proto.Message)
- func (m *DescribeGroupsResponse) XXX_Size() int
- func (m *DescribeGroupsResponse) XXX_Unmarshal(b []byte) error
- type DescribeJobsRequest
- func (*DescribeJobsRequest) Descriptor() ([]byte, []int)
- func (m *DescribeJobsRequest) GetAppId() *wrappers.StringValue
- func (m *DescribeJobsRequest) GetClusterId() *wrappers.StringValue
- func (m *DescribeJobsRequest) GetExecutor() *wrappers.StringValue
- func (m *DescribeJobsRequest) GetJobId() []string
- func (m *DescribeJobsRequest) GetLimit() uint32
- func (m *DescribeJobsRequest) GetOffset() uint32
- func (m *DescribeJobsRequest) GetOwner() []string
- func (m *DescribeJobsRequest) GetProvider() *wrappers.StringValue
- func (m *DescribeJobsRequest) GetRuntimeId() *wrappers.StringValue
- func (m *DescribeJobsRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeJobsRequest) GetStatus() []string
- func (m *DescribeJobsRequest) GetVersionId() *wrappers.StringValue
- func (*DescribeJobsRequest) ProtoMessage()
- func (m *DescribeJobsRequest) Reset()
- func (m *DescribeJobsRequest) String() string
- func (m *DescribeJobsRequest) XXX_DiscardUnknown()
- func (m *DescribeJobsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeJobsRequest) XXX_Merge(src proto.Message)
- func (m *DescribeJobsRequest) XXX_Size() int
- func (m *DescribeJobsRequest) XXX_Unmarshal(b []byte) error
- type DescribeJobsResponse
- func (*DescribeJobsResponse) Descriptor() ([]byte, []int)
- func (m *DescribeJobsResponse) GetJobSet() []*Job
- func (m *DescribeJobsResponse) GetTotalCount() uint32
- func (*DescribeJobsResponse) ProtoMessage()
- func (m *DescribeJobsResponse) Reset()
- func (m *DescribeJobsResponse) String() string
- func (m *DescribeJobsResponse) XXX_DiscardUnknown()
- func (m *DescribeJobsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeJobsResponse) XXX_Merge(src proto.Message)
- func (m *DescribeJobsResponse) XXX_Size() int
- func (m *DescribeJobsResponse) XXX_Unmarshal(b []byte) error
- type DescribeKeyPairsRequest
- func (*DescribeKeyPairsRequest) Descriptor() ([]byte, []int)
- func (m *DescribeKeyPairsRequest) GetDescription() *wrappers.StringValue
- func (m *DescribeKeyPairsRequest) GetKeyPairId() *wrappers.StringValue
- func (m *DescribeKeyPairsRequest) GetLimit() uint32
- func (m *DescribeKeyPairsRequest) GetName() *wrappers.StringValue
- func (m *DescribeKeyPairsRequest) GetOffset() uint32
- func (m *DescribeKeyPairsRequest) GetOwner() []string
- func (m *DescribeKeyPairsRequest) GetPubKey() *wrappers.StringValue
- func (m *DescribeKeyPairsRequest) GetSearchWord() *wrappers.StringValue
- func (*DescribeKeyPairsRequest) ProtoMessage()
- func (m *DescribeKeyPairsRequest) Reset()
- func (m *DescribeKeyPairsRequest) String() string
- func (m *DescribeKeyPairsRequest) XXX_DiscardUnknown()
- func (m *DescribeKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeKeyPairsRequest) XXX_Merge(src proto.Message)
- func (m *DescribeKeyPairsRequest) XXX_Size() int
- func (m *DescribeKeyPairsRequest) XXX_Unmarshal(b []byte) error
- type DescribeKeyPairsResponse
- func (*DescribeKeyPairsResponse) Descriptor() ([]byte, []int)
- func (m *DescribeKeyPairsResponse) GetKeyPairSet() []*KeyPair
- func (m *DescribeKeyPairsResponse) GetTotalCount() uint32
- func (*DescribeKeyPairsResponse) ProtoMessage()
- func (m *DescribeKeyPairsResponse) Reset()
- func (m *DescribeKeyPairsResponse) String() string
- func (m *DescribeKeyPairsResponse) XXX_DiscardUnknown()
- func (m *DescribeKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeKeyPairsResponse) XXX_Merge(src proto.Message)
- func (m *DescribeKeyPairsResponse) XXX_Size() int
- func (m *DescribeKeyPairsResponse) XXX_Unmarshal(b []byte) error
- type DescribeRepoEventsRequest
- func (*DescribeRepoEventsRequest) Descriptor() ([]byte, []int)
- func (m *DescribeRepoEventsRequest) GetLimit() uint32
- func (m *DescribeRepoEventsRequest) GetOffset() uint32
- func (m *DescribeRepoEventsRequest) GetOwner() []string
- func (m *DescribeRepoEventsRequest) GetRepoEventId() []string
- func (m *DescribeRepoEventsRequest) GetRepoId() []string
- func (m *DescribeRepoEventsRequest) GetStatus() []string
- func (*DescribeRepoEventsRequest) ProtoMessage()
- func (m *DescribeRepoEventsRequest) Reset()
- func (m *DescribeRepoEventsRequest) String() string
- func (m *DescribeRepoEventsRequest) XXX_DiscardUnknown()
- func (m *DescribeRepoEventsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeRepoEventsRequest) XXX_Merge(src proto.Message)
- func (m *DescribeRepoEventsRequest) XXX_Size() int
- func (m *DescribeRepoEventsRequest) XXX_Unmarshal(b []byte) error
- type DescribeRepoEventsResponse
- func (*DescribeRepoEventsResponse) Descriptor() ([]byte, []int)
- func (m *DescribeRepoEventsResponse) GetRepoEventSet() []*RepoEvent
- func (m *DescribeRepoEventsResponse) GetTotalCount() uint32
- func (*DescribeRepoEventsResponse) ProtoMessage()
- func (m *DescribeRepoEventsResponse) Reset()
- func (m *DescribeRepoEventsResponse) String() string
- func (m *DescribeRepoEventsResponse) XXX_DiscardUnknown()
- func (m *DescribeRepoEventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeRepoEventsResponse) XXX_Merge(src proto.Message)
- func (m *DescribeRepoEventsResponse) XXX_Size() int
- func (m *DescribeRepoEventsResponse) XXX_Unmarshal(b []byte) error
- type DescribeReposRequest
- func (*DescribeReposRequest) Descriptor() ([]byte, []int)
- func (m *DescribeReposRequest) GetAppDefaultStatus() []string
- func (m *DescribeReposRequest) GetCategoryId() []string
- func (m *DescribeReposRequest) GetLabel() *wrappers.StringValue
- func (m *DescribeReposRequest) GetLimit() uint32
- func (m *DescribeReposRequest) GetName() []string
- func (m *DescribeReposRequest) GetOffset() uint32
- func (m *DescribeReposRequest) GetOwner() []string
- func (m *DescribeReposRequest) GetProvider() []string
- func (m *DescribeReposRequest) GetRepoId() []string
- func (m *DescribeReposRequest) GetReverse() *wrappers.BoolValue
- func (m *DescribeReposRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeReposRequest) GetSelector() *wrappers.StringValue
- func (m *DescribeReposRequest) GetSortKey() *wrappers.StringValue
- func (m *DescribeReposRequest) GetStatus() []string
- func (m *DescribeReposRequest) GetType() []string
- func (m *DescribeReposRequest) GetUserId() string
- func (m *DescribeReposRequest) GetVisibility() []string
- func (*DescribeReposRequest) ProtoMessage()
- func (m *DescribeReposRequest) Reset()
- func (m *DescribeReposRequest) String() string
- func (m *DescribeReposRequest) XXX_DiscardUnknown()
- func (m *DescribeReposRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeReposRequest) XXX_Merge(src proto.Message)
- func (m *DescribeReposRequest) XXX_Size() int
- func (m *DescribeReposRequest) XXX_Unmarshal(b []byte) error
- type DescribeReposResponse
- func (*DescribeReposResponse) Descriptor() ([]byte, []int)
- func (m *DescribeReposResponse) GetRepoSet() []*Repo
- func (m *DescribeReposResponse) GetTotalCount() uint32
- func (*DescribeReposResponse) ProtoMessage()
- func (m *DescribeReposResponse) Reset()
- func (m *DescribeReposResponse) String() string
- func (m *DescribeReposResponse) XXX_DiscardUnknown()
- func (m *DescribeReposResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeReposResponse) XXX_Merge(src proto.Message)
- func (m *DescribeReposResponse) XXX_Size() int
- func (m *DescribeReposResponse) XXX_Unmarshal(b []byte) error
- type DescribeRuntimeDetailsResponse
- func (*DescribeRuntimeDetailsResponse) Descriptor() ([]byte, []int)
- func (m *DescribeRuntimeDetailsResponse) GetRuntimeDetailSet() []*RuntimeDetail
- func (m *DescribeRuntimeDetailsResponse) GetTotalCount() uint32
- func (*DescribeRuntimeDetailsResponse) ProtoMessage()
- func (m *DescribeRuntimeDetailsResponse) Reset()
- func (m *DescribeRuntimeDetailsResponse) String() string
- func (m *DescribeRuntimeDetailsResponse) XXX_DiscardUnknown()
- func (m *DescribeRuntimeDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeRuntimeDetailsResponse) XXX_Merge(src proto.Message)
- func (m *DescribeRuntimeDetailsResponse) XXX_Size() int
- func (m *DescribeRuntimeDetailsResponse) XXX_Unmarshal(b []byte) error
- type DescribeRuntimeProviderZonesRequest
- func (*DescribeRuntimeProviderZonesRequest) Descriptor() ([]byte, []int)
- func (m *DescribeRuntimeProviderZonesRequest) GetProvider() *wrappers.StringValue
- func (m *DescribeRuntimeProviderZonesRequest) GetRuntimeCredential() *wrappers.StringValue
- func (m *DescribeRuntimeProviderZonesRequest) GetRuntimeUrl() *wrappers.StringValue
- func (*DescribeRuntimeProviderZonesRequest) ProtoMessage()
- func (m *DescribeRuntimeProviderZonesRequest) Reset()
- func (m *DescribeRuntimeProviderZonesRequest) String() string
- func (m *DescribeRuntimeProviderZonesRequest) XXX_DiscardUnknown()
- func (m *DescribeRuntimeProviderZonesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeRuntimeProviderZonesRequest) XXX_Merge(src proto.Message)
- func (m *DescribeRuntimeProviderZonesRequest) XXX_Size() int
- func (m *DescribeRuntimeProviderZonesRequest) XXX_Unmarshal(b []byte) error
- type DescribeRuntimeProviderZonesResponse
- func (*DescribeRuntimeProviderZonesResponse) Descriptor() ([]byte, []int)
- func (m *DescribeRuntimeProviderZonesResponse) GetProvider() *wrappers.StringValue
- func (m *DescribeRuntimeProviderZonesResponse) GetZone() []string
- func (*DescribeRuntimeProviderZonesResponse) ProtoMessage()
- func (m *DescribeRuntimeProviderZonesResponse) Reset()
- func (m *DescribeRuntimeProviderZonesResponse) String() string
- func (m *DescribeRuntimeProviderZonesResponse) XXX_DiscardUnknown()
- func (m *DescribeRuntimeProviderZonesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeRuntimeProviderZonesResponse) XXX_Merge(src proto.Message)
- func (m *DescribeRuntimeProviderZonesResponse) XXX_Size() int
- func (m *DescribeRuntimeProviderZonesResponse) XXX_Unmarshal(b []byte) error
- type DescribeRuntimesRequest
- func (*DescribeRuntimesRequest) Descriptor() ([]byte, []int)
- func (m *DescribeRuntimesRequest) GetLabel() *wrappers.StringValue
- func (m *DescribeRuntimesRequest) GetLimit() uint32
- func (m *DescribeRuntimesRequest) GetOffset() uint32
- func (m *DescribeRuntimesRequest) GetOwner() []string
- func (m *DescribeRuntimesRequest) GetProvider() []string
- func (m *DescribeRuntimesRequest) GetRuntimeId() []string
- func (m *DescribeRuntimesRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeRuntimesRequest) GetStatus() []string
- func (*DescribeRuntimesRequest) ProtoMessage()
- func (m *DescribeRuntimesRequest) Reset()
- func (m *DescribeRuntimesRequest) String() string
- func (m *DescribeRuntimesRequest) XXX_DiscardUnknown()
- func (m *DescribeRuntimesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeRuntimesRequest) XXX_Merge(src proto.Message)
- func (m *DescribeRuntimesRequest) XXX_Size() int
- func (m *DescribeRuntimesRequest) XXX_Unmarshal(b []byte) error
- type DescribeRuntimesResponse
- func (*DescribeRuntimesResponse) Descriptor() ([]byte, []int)
- func (m *DescribeRuntimesResponse) GetRuntimeSet() []*Runtime
- func (m *DescribeRuntimesResponse) GetTotalCount() uint32
- func (*DescribeRuntimesResponse) ProtoMessage()
- func (m *DescribeRuntimesResponse) Reset()
- func (m *DescribeRuntimesResponse) String() string
- func (m *DescribeRuntimesResponse) XXX_DiscardUnknown()
- func (m *DescribeRuntimesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeRuntimesResponse) XXX_Merge(src proto.Message)
- func (m *DescribeRuntimesResponse) XXX_Size() int
- func (m *DescribeRuntimesResponse) XXX_Unmarshal(b []byte) error
- type DescribeSubnetsRequest
- func (*DescribeSubnetsRequest) Descriptor() ([]byte, []int)
- func (m *DescribeSubnetsRequest) GetAdvancedParam() []string
- func (m *DescribeSubnetsRequest) GetLimit() uint32
- func (m *DescribeSubnetsRequest) GetOffset() uint32
- func (m *DescribeSubnetsRequest) GetRuntimeId() *wrappers.StringValue
- func (m *DescribeSubnetsRequest) GetSubnetId() []string
- func (m *DescribeSubnetsRequest) GetSubnetType() *wrappers.UInt32Value
- func (m *DescribeSubnetsRequest) GetZone() []string
- func (*DescribeSubnetsRequest) ProtoMessage()
- func (m *DescribeSubnetsRequest) Reset()
- func (m *DescribeSubnetsRequest) String() string
- func (m *DescribeSubnetsRequest) XXX_DiscardUnknown()
- func (m *DescribeSubnetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeSubnetsRequest) XXX_Merge(src proto.Message)
- func (m *DescribeSubnetsRequest) XXX_Size() int
- func (m *DescribeSubnetsRequest) XXX_Unmarshal(b []byte) error
- type DescribeSubnetsResponse
- func (*DescribeSubnetsResponse) Descriptor() ([]byte, []int)
- func (m *DescribeSubnetsResponse) GetSubnetSet() []*Subnet
- func (m *DescribeSubnetsResponse) GetTotalCount() uint32
- func (*DescribeSubnetsResponse) ProtoMessage()
- func (m *DescribeSubnetsResponse) Reset()
- func (m *DescribeSubnetsResponse) String() string
- func (m *DescribeSubnetsResponse) XXX_DiscardUnknown()
- func (m *DescribeSubnetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeSubnetsResponse) XXX_Merge(src proto.Message)
- func (m *DescribeSubnetsResponse) XXX_Size() int
- func (m *DescribeSubnetsResponse) XXX_Unmarshal(b []byte) error
- type DescribeTasksRequest
- func (*DescribeTasksRequest) Descriptor() ([]byte, []int)
- func (m *DescribeTasksRequest) GetExecutor() *wrappers.StringValue
- func (m *DescribeTasksRequest) GetJobId() []string
- func (m *DescribeTasksRequest) GetLimit() uint32
- func (m *DescribeTasksRequest) GetOffset() uint32
- func (m *DescribeTasksRequest) GetOwner() []string
- func (m *DescribeTasksRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeTasksRequest) GetStatus() []string
- func (m *DescribeTasksRequest) GetTarget() *wrappers.StringValue
- func (m *DescribeTasksRequest) GetTaskId() []string
- func (*DescribeTasksRequest) ProtoMessage()
- func (m *DescribeTasksRequest) Reset()
- func (m *DescribeTasksRequest) String() string
- func (m *DescribeTasksRequest) XXX_DiscardUnknown()
- func (m *DescribeTasksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeTasksRequest) XXX_Merge(src proto.Message)
- func (m *DescribeTasksRequest) XXX_Size() int
- func (m *DescribeTasksRequest) XXX_Unmarshal(b []byte) error
- type DescribeTasksResponse
- func (*DescribeTasksResponse) Descriptor() ([]byte, []int)
- func (m *DescribeTasksResponse) GetTaskSet() []*Task
- func (m *DescribeTasksResponse) GetTotalCount() uint32
- func (*DescribeTasksResponse) ProtoMessage()
- func (m *DescribeTasksResponse) Reset()
- func (m *DescribeTasksResponse) String() string
- func (m *DescribeTasksResponse) XXX_DiscardUnknown()
- func (m *DescribeTasksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeTasksResponse) XXX_Merge(src proto.Message)
- func (m *DescribeTasksResponse) XXX_Size() int
- func (m *DescribeTasksResponse) XXX_Unmarshal(b []byte) error
- type DescribeUsersRequest
- func (*DescribeUsersRequest) Descriptor() ([]byte, []int)
- func (m *DescribeUsersRequest) GetGroupId() []string
- func (m *DescribeUsersRequest) GetLimit() uint32
- func (m *DescribeUsersRequest) GetOffset() uint32
- func (m *DescribeUsersRequest) GetReverse() *wrappers.BoolValue
- func (m *DescribeUsersRequest) GetRole() []string
- func (m *DescribeUsersRequest) GetSearchWord() *wrappers.StringValue
- func (m *DescribeUsersRequest) GetSortKey() *wrappers.StringValue
- func (m *DescribeUsersRequest) GetStatus() []string
- func (m *DescribeUsersRequest) GetUserId() []string
- func (*DescribeUsersRequest) ProtoMessage()
- func (m *DescribeUsersRequest) Reset()
- func (m *DescribeUsersRequest) String() string
- func (m *DescribeUsersRequest) XXX_DiscardUnknown()
- func (m *DescribeUsersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeUsersRequest) XXX_Merge(src proto.Message)
- func (m *DescribeUsersRequest) XXX_Size() int
- func (m *DescribeUsersRequest) XXX_Unmarshal(b []byte) error
- type DescribeUsersResponse
- func (*DescribeUsersResponse) Descriptor() ([]byte, []int)
- func (m *DescribeUsersResponse) GetTotalCount() uint32
- func (m *DescribeUsersResponse) GetUserSet() []*User
- func (*DescribeUsersResponse) ProtoMessage()
- func (m *DescribeUsersResponse) Reset()
- func (m *DescribeUsersResponse) String() string
- func (m *DescribeUsersResponse) XXX_DiscardUnknown()
- func (m *DescribeUsersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DescribeUsersResponse) XXX_Merge(src proto.Message)
- func (m *DescribeUsersResponse) XXX_Size() int
- func (m *DescribeUsersResponse) XXX_Unmarshal(b []byte) error
- type DetachKeyPairsRequest
- func (*DetachKeyPairsRequest) Descriptor() ([]byte, []int)
- func (m *DetachKeyPairsRequest) GetKeyPairId() []string
- func (m *DetachKeyPairsRequest) GetNodeId() []string
- func (*DetachKeyPairsRequest) ProtoMessage()
- func (m *DetachKeyPairsRequest) Reset()
- func (m *DetachKeyPairsRequest) String() string
- func (m *DetachKeyPairsRequest) XXX_DiscardUnknown()
- func (m *DetachKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DetachKeyPairsRequest) XXX_Merge(src proto.Message)
- func (m *DetachKeyPairsRequest) XXX_Size() int
- func (m *DetachKeyPairsRequest) XXX_Unmarshal(b []byte) error
- type DetachKeyPairsResponse
- func (*DetachKeyPairsResponse) Descriptor() ([]byte, []int)
- func (m *DetachKeyPairsResponse) GetJobId() []string
- func (*DetachKeyPairsResponse) ProtoMessage()
- func (m *DetachKeyPairsResponse) Reset()
- func (m *DetachKeyPairsResponse) String() string
- func (m *DetachKeyPairsResponse) XXX_DiscardUnknown()
- func (m *DetachKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DetachKeyPairsResponse) XXX_Merge(src proto.Message)
- func (m *DetachKeyPairsResponse) XXX_Size() int
- func (m *DetachKeyPairsResponse) XXX_Unmarshal(b []byte) error
- type ErrorDetail
- func (*ErrorDetail) Descriptor() ([]byte, []int)
- func (m *ErrorDetail) GetCause() string
- func (m *ErrorDetail) GetErrorName() string
- func (*ErrorDetail) ProtoMessage()
- func (m *ErrorDetail) Reset()
- func (m *ErrorDetail) String() string
- func (m *ErrorDetail) XXX_DiscardUnknown()
- func (m *ErrorDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ErrorDetail) XXX_Merge(src proto.Message)
- func (m *ErrorDetail) XXX_Size() int
- func (m *ErrorDetail) XXX_Unmarshal(b []byte) error
- type GetAppStatisticsRequest
- func (*GetAppStatisticsRequest) Descriptor() ([]byte, []int)
- func (*GetAppStatisticsRequest) ProtoMessage()
- func (m *GetAppStatisticsRequest) Reset()
- func (m *GetAppStatisticsRequest) String() string
- func (m *GetAppStatisticsRequest) XXX_DiscardUnknown()
- func (m *GetAppStatisticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAppStatisticsRequest) XXX_Merge(src proto.Message)
- func (m *GetAppStatisticsRequest) XXX_Size() int
- func (m *GetAppStatisticsRequest) XXX_Unmarshal(b []byte) error
- type GetAppStatisticsResponse
- func (*GetAppStatisticsResponse) Descriptor() ([]byte, []int)
- func (m *GetAppStatisticsResponse) GetAppCount() uint32
- func (m *GetAppStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32
- func (m *GetAppStatisticsResponse) GetRepoCount() uint32
- func (m *GetAppStatisticsResponse) GetTopTenRepos() map[string]uint32
- func (*GetAppStatisticsResponse) ProtoMessage()
- func (m *GetAppStatisticsResponse) Reset()
- func (m *GetAppStatisticsResponse) String() string
- func (m *GetAppStatisticsResponse) XXX_DiscardUnknown()
- func (m *GetAppStatisticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAppStatisticsResponse) XXX_Merge(src proto.Message)
- func (m *GetAppStatisticsResponse) XXX_Size() int
- func (m *GetAppStatisticsResponse) XXX_Unmarshal(b []byte) error
- type GetAppVersionPackageFilesRequest
- func (*GetAppVersionPackageFilesRequest) Descriptor() ([]byte, []int)
- func (m *GetAppVersionPackageFilesRequest) GetFiles() []string
- func (m *GetAppVersionPackageFilesRequest) GetVersionId() *wrappers.StringValue
- func (*GetAppVersionPackageFilesRequest) ProtoMessage()
- func (m *GetAppVersionPackageFilesRequest) Reset()
- func (m *GetAppVersionPackageFilesRequest) String() string
- func (m *GetAppVersionPackageFilesRequest) XXX_DiscardUnknown()
- func (m *GetAppVersionPackageFilesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAppVersionPackageFilesRequest) XXX_Merge(src proto.Message)
- func (m *GetAppVersionPackageFilesRequest) XXX_Size() int
- func (m *GetAppVersionPackageFilesRequest) XXX_Unmarshal(b []byte) error
- type GetAppVersionPackageFilesResponse
- func (*GetAppVersionPackageFilesResponse) Descriptor() ([]byte, []int)
- func (m *GetAppVersionPackageFilesResponse) GetFiles() map[string][]byte
- func (m *GetAppVersionPackageFilesResponse) GetVersionId() *wrappers.StringValue
- func (*GetAppVersionPackageFilesResponse) ProtoMessage()
- func (m *GetAppVersionPackageFilesResponse) Reset()
- func (m *GetAppVersionPackageFilesResponse) String() string
- func (m *GetAppVersionPackageFilesResponse) XXX_DiscardUnknown()
- func (m *GetAppVersionPackageFilesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAppVersionPackageFilesResponse) XXX_Merge(src proto.Message)
- func (m *GetAppVersionPackageFilesResponse) XXX_Size() int
- func (m *GetAppVersionPackageFilesResponse) XXX_Unmarshal(b []byte) error
- type GetAppVersionPackageRequest
- func (*GetAppVersionPackageRequest) Descriptor() ([]byte, []int)
- func (m *GetAppVersionPackageRequest) GetVersionId() *wrappers.StringValue
- func (*GetAppVersionPackageRequest) ProtoMessage()
- func (m *GetAppVersionPackageRequest) Reset()
- func (m *GetAppVersionPackageRequest) String() string
- func (m *GetAppVersionPackageRequest) XXX_DiscardUnknown()
- func (m *GetAppVersionPackageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAppVersionPackageRequest) XXX_Merge(src proto.Message)
- func (m *GetAppVersionPackageRequest) XXX_Size() int
- func (m *GetAppVersionPackageRequest) XXX_Unmarshal(b []byte) error
- type GetAppVersionPackageResponse
- func (*GetAppVersionPackageResponse) Descriptor() ([]byte, []int)
- func (m *GetAppVersionPackageResponse) GetAppId() *wrappers.StringValue
- func (m *GetAppVersionPackageResponse) GetPackage() []byte
- func (m *GetAppVersionPackageResponse) GetVersionId() *wrappers.StringValue
- func (*GetAppVersionPackageResponse) ProtoMessage()
- func (m *GetAppVersionPackageResponse) Reset()
- func (m *GetAppVersionPackageResponse) String() string
- func (m *GetAppVersionPackageResponse) XXX_DiscardUnknown()
- func (m *GetAppVersionPackageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAppVersionPackageResponse) XXX_Merge(src proto.Message)
- func (m *GetAppVersionPackageResponse) XXX_Size() int
- func (m *GetAppVersionPackageResponse) XXX_Unmarshal(b []byte) error
- type GetClusterStatisticsRequest
- func (*GetClusterStatisticsRequest) Descriptor() ([]byte, []int)
- func (*GetClusterStatisticsRequest) ProtoMessage()
- func (m *GetClusterStatisticsRequest) Reset()
- func (m *GetClusterStatisticsRequest) String() string
- func (m *GetClusterStatisticsRequest) XXX_DiscardUnknown()
- func (m *GetClusterStatisticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClusterStatisticsRequest) XXX_Merge(src proto.Message)
- func (m *GetClusterStatisticsRequest) XXX_Size() int
- func (m *GetClusterStatisticsRequest) XXX_Unmarshal(b []byte) error
- type GetClusterStatisticsResponse
- func (*GetClusterStatisticsResponse) Descriptor() ([]byte, []int)
- func (m *GetClusterStatisticsResponse) GetClusterCount() uint32
- func (m *GetClusterStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32
- func (m *GetClusterStatisticsResponse) GetRuntimeCount() uint32
- func (m *GetClusterStatisticsResponse) GetTopTenApps() map[string]uint32
- func (m *GetClusterStatisticsResponse) GetTopTenRuntimes() map[string]uint32
- func (*GetClusterStatisticsResponse) ProtoMessage()
- func (m *GetClusterStatisticsResponse) Reset()
- func (m *GetClusterStatisticsResponse) String() string
- func (m *GetClusterStatisticsResponse) XXX_DiscardUnknown()
- func (m *GetClusterStatisticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetClusterStatisticsResponse) XXX_Merge(src proto.Message)
- func (m *GetClusterStatisticsResponse) XXX_Size() int
- func (m *GetClusterStatisticsResponse) XXX_Unmarshal(b []byte) error
- type GetPasswordResetRequest
- func (*GetPasswordResetRequest) Descriptor() ([]byte, []int)
- func (m *GetPasswordResetRequest) GetResetId() string
- func (*GetPasswordResetRequest) ProtoMessage()
- func (m *GetPasswordResetRequest) Reset()
- func (m *GetPasswordResetRequest) String() string
- func (m *GetPasswordResetRequest) XXX_DiscardUnknown()
- func (m *GetPasswordResetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetPasswordResetRequest) XXX_Merge(src proto.Message)
- func (m *GetPasswordResetRequest) XXX_Size() int
- func (m *GetPasswordResetRequest) XXX_Unmarshal(b []byte) error
- type GetPasswordResetResponse
- func (*GetPasswordResetResponse) Descriptor() ([]byte, []int)
- func (m *GetPasswordResetResponse) GetResetId() string
- func (m *GetPasswordResetResponse) GetUserId() string
- func (*GetPasswordResetResponse) ProtoMessage()
- func (m *GetPasswordResetResponse) Reset()
- func (m *GetPasswordResetResponse) String() string
- func (m *GetPasswordResetResponse) XXX_DiscardUnknown()
- func (m *GetPasswordResetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetPasswordResetResponse) XXX_Merge(src proto.Message)
- func (m *GetPasswordResetResponse) XXX_Size() int
- func (m *GetPasswordResetResponse) XXX_Unmarshal(b []byte) error
- type GetRuntimeStatisticsRequest
- func (*GetRuntimeStatisticsRequest) Descriptor() ([]byte, []int)
- func (*GetRuntimeStatisticsRequest) ProtoMessage()
- func (m *GetRuntimeStatisticsRequest) Reset()
- func (m *GetRuntimeStatisticsRequest) String() string
- func (m *GetRuntimeStatisticsRequest) XXX_DiscardUnknown()
- func (m *GetRuntimeStatisticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRuntimeStatisticsRequest) XXX_Merge(src proto.Message)
- func (m *GetRuntimeStatisticsRequest) XXX_Size() int
- func (m *GetRuntimeStatisticsRequest) XXX_Unmarshal(b []byte) error
- type GetRuntimeStatisticsResponse
- func (*GetRuntimeStatisticsResponse) Descriptor() ([]byte, []int)
- func (m *GetRuntimeStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32
- func (m *GetRuntimeStatisticsResponse) GetProviderCount() uint32
- func (m *GetRuntimeStatisticsResponse) GetRuntimeCount() uint32
- func (m *GetRuntimeStatisticsResponse) GetTopTenProviders() map[string]uint32
- func (*GetRuntimeStatisticsResponse) ProtoMessage()
- func (m *GetRuntimeStatisticsResponse) Reset()
- func (m *GetRuntimeStatisticsResponse) String() string
- func (m *GetRuntimeStatisticsResponse) XXX_DiscardUnknown()
- func (m *GetRuntimeStatisticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRuntimeStatisticsResponse) XXX_Merge(src proto.Message)
- func (m *GetRuntimeStatisticsResponse) XXX_Size() int
- func (m *GetRuntimeStatisticsResponse) XXX_Unmarshal(b []byte) error
- type Group
- func (*Group) Descriptor() ([]byte, []int)
- func (m *Group) GetCreateTime() *timestamp.Timestamp
- func (m *Group) GetDescription() *wrappers.StringValue
- func (m *Group) GetGroupId() *wrappers.StringValue
- func (m *Group) GetName() *wrappers.StringValue
- func (m *Group) GetStatus() *wrappers.StringValue
- func (m *Group) GetStatusTime() *timestamp.Timestamp
- func (m *Group) GetUpdateTime() *timestamp.Timestamp
- func (*Group) ProtoMessage()
- func (m *Group) Reset()
- func (m *Group) String() string
- func (m *Group) XXX_DiscardUnknown()
- func (m *Group) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Group) XXX_Merge(src proto.Message)
- func (m *Group) XXX_Size() int
- func (m *Group) XXX_Unmarshal(b []byte) error
- type IndexRepoRequest
- func (*IndexRepoRequest) Descriptor() ([]byte, []int)
- func (m *IndexRepoRequest) GetRepoId() *wrappers.StringValue
- func (*IndexRepoRequest) ProtoMessage()
- func (m *IndexRepoRequest) Reset()
- func (m *IndexRepoRequest) String() string
- func (m *IndexRepoRequest) XXX_DiscardUnknown()
- func (m *IndexRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IndexRepoRequest) XXX_Merge(src proto.Message)
- func (m *IndexRepoRequest) XXX_Size() int
- func (m *IndexRepoRequest) XXX_Unmarshal(b []byte) error
- type IndexRepoResponse
- func (*IndexRepoResponse) Descriptor() ([]byte, []int)
- func (m *IndexRepoResponse) GetRepoEvent() *RepoEvent
- func (m *IndexRepoResponse) GetRepoId() *wrappers.StringValue
- func (*IndexRepoResponse) ProtoMessage()
- func (m *IndexRepoResponse) Reset()
- func (m *IndexRepoResponse) String() string
- func (m *IndexRepoResponse) XXX_DiscardUnknown()
- func (m *IndexRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IndexRepoResponse) XXX_Merge(src proto.Message)
- func (m *IndexRepoResponse) XXX_Size() int
- func (m *IndexRepoResponse) XXX_Unmarshal(b []byte) error
- type Job
- func (*Job) Descriptor() ([]byte, []int)
- func (m *Job) GetAppId() *wrappers.StringValue
- func (m *Job) GetClusterId() *wrappers.StringValue
- func (m *Job) GetCreateTime() *timestamp.Timestamp
- func (m *Job) GetDirective() *wrappers.StringValue
- func (m *Job) GetErrorCode() *wrappers.UInt32Value
- func (m *Job) GetExecutor() *wrappers.StringValue
- func (m *Job) GetJobAction() *wrappers.StringValue
- func (m *Job) GetJobId() *wrappers.StringValue
- func (m *Job) GetOwner() *wrappers.StringValue
- func (m *Job) GetProvider() *wrappers.StringValue
- func (m *Job) GetRuntimeId() *wrappers.StringValue
- func (m *Job) GetStatus() *wrappers.StringValue
- func (m *Job) GetStatusTime() *timestamp.Timestamp
- func (m *Job) GetTaskCount() *wrappers.UInt32Value
- func (m *Job) GetVersionId() *wrappers.StringValue
- func (*Job) ProtoMessage()
- func (m *Job) Reset()
- func (m *Job) String() string
- func (m *Job) XXX_DiscardUnknown()
- func (m *Job) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Job) XXX_Merge(src proto.Message)
- func (m *Job) XXX_Size() int
- func (m *Job) XXX_Unmarshal(b []byte) error
- type JobManagerClient
- type JobManagerServer
- type JoinGroupRequest
- func (*JoinGroupRequest) Descriptor() ([]byte, []int)
- func (m *JoinGroupRequest) GetGroupId() []string
- func (m *JoinGroupRequest) GetUserId() []string
- func (*JoinGroupRequest) ProtoMessage()
- func (m *JoinGroupRequest) Reset()
- func (m *JoinGroupRequest) String() string
- func (m *JoinGroupRequest) XXX_DiscardUnknown()
- func (m *JoinGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JoinGroupRequest) XXX_Merge(src proto.Message)
- func (m *JoinGroupRequest) XXX_Size() int
- func (m *JoinGroupRequest) XXX_Unmarshal(b []byte) error
- type JoinGroupResponse
- func (*JoinGroupResponse) Descriptor() ([]byte, []int)
- func (m *JoinGroupResponse) GetGroupId() []string
- func (m *JoinGroupResponse) GetUserId() []string
- func (*JoinGroupResponse) ProtoMessage()
- func (m *JoinGroupResponse) Reset()
- func (m *JoinGroupResponse) String() string
- func (m *JoinGroupResponse) XXX_DiscardUnknown()
- func (m *JoinGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JoinGroupResponse) XXX_Merge(src proto.Message)
- func (m *JoinGroupResponse) XXX_Size() int
- func (m *JoinGroupResponse) XXX_Unmarshal(b []byte) error
- type KeyPair
- func (*KeyPair) Descriptor() ([]byte, []int)
- func (m *KeyPair) GetCreateTime() *timestamp.Timestamp
- func (m *KeyPair) GetDescription() *wrappers.StringValue
- func (m *KeyPair) GetKeyPairId() *wrappers.StringValue
- func (m *KeyPair) GetName() *wrappers.StringValue
- func (m *KeyPair) GetNodeId() []string
- func (m *KeyPair) GetOwner() *wrappers.StringValue
- func (m *KeyPair) GetPubKey() *wrappers.StringValue
- func (m *KeyPair) GetStatusTime() *timestamp.Timestamp
- func (*KeyPair) ProtoMessage()
- func (m *KeyPair) Reset()
- func (m *KeyPair) String() string
- func (m *KeyPair) XXX_DiscardUnknown()
- func (m *KeyPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyPair) XXX_Merge(src proto.Message)
- func (m *KeyPair) XXX_Size() int
- func (m *KeyPair) XXX_Unmarshal(b []byte) error
- type LeaveGroupRequest
- func (*LeaveGroupRequest) Descriptor() ([]byte, []int)
- func (m *LeaveGroupRequest) GetGroupId() []string
- func (m *LeaveGroupRequest) GetUserId() []string
- func (*LeaveGroupRequest) ProtoMessage()
- func (m *LeaveGroupRequest) Reset()
- func (m *LeaveGroupRequest) String() string
- func (m *LeaveGroupRequest) XXX_DiscardUnknown()
- func (m *LeaveGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LeaveGroupRequest) XXX_Merge(src proto.Message)
- func (m *LeaveGroupRequest) XXX_Size() int
- func (m *LeaveGroupRequest) XXX_Unmarshal(b []byte) error
- type LeaveGroupResponse
- func (*LeaveGroupResponse) Descriptor() ([]byte, []int)
- func (m *LeaveGroupResponse) GetGroupId() []string
- func (m *LeaveGroupResponse) GetUserId() []string
- func (*LeaveGroupResponse) ProtoMessage()
- func (m *LeaveGroupResponse) Reset()
- func (m *LeaveGroupResponse) String() string
- func (m *LeaveGroupResponse) XXX_DiscardUnknown()
- func (m *LeaveGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LeaveGroupResponse) XXX_Merge(src proto.Message)
- func (m *LeaveGroupResponse) XXX_Size() int
- func (m *LeaveGroupResponse) XXX_Unmarshal(b []byte) error
- type ModifyAppRequest
- func (*ModifyAppRequest) Descriptor() ([]byte, []int)
- func (m *ModifyAppRequest) GetAppId() *wrappers.StringValue
- func (m *ModifyAppRequest) GetCategoryId() *wrappers.StringValue
- func (m *ModifyAppRequest) GetChartName() *wrappers.StringValue
- func (m *ModifyAppRequest) GetDescription() *wrappers.StringValue
- func (m *ModifyAppRequest) GetHome() *wrappers.StringValue
- func (m *ModifyAppRequest) GetIcon() *wrappers.StringValue
- func (m *ModifyAppRequest) GetKeywords() *wrappers.StringValue
- func (m *ModifyAppRequest) GetMaintainers() *wrappers.StringValue
- func (m *ModifyAppRequest) GetName() *wrappers.StringValue
- func (m *ModifyAppRequest) GetOwner() *wrappers.StringValue
- func (m *ModifyAppRequest) GetReadme() *wrappers.StringValue
- func (m *ModifyAppRequest) GetRepoId() *wrappers.StringValue
- func (m *ModifyAppRequest) GetScreenshots() *wrappers.StringValue
- func (m *ModifyAppRequest) GetSources() *wrappers.StringValue
- func (m *ModifyAppRequest) GetStatus() *wrappers.StringValue
- func (*ModifyAppRequest) ProtoMessage()
- func (m *ModifyAppRequest) Reset()
- func (m *ModifyAppRequest) String() string
- func (m *ModifyAppRequest) XXX_DiscardUnknown()
- func (m *ModifyAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyAppRequest) XXX_Merge(src proto.Message)
- func (m *ModifyAppRequest) XXX_Size() int
- func (m *ModifyAppRequest) XXX_Unmarshal(b []byte) error
- type ModifyAppResponse
- func (*ModifyAppResponse) Descriptor() ([]byte, []int)
- func (m *ModifyAppResponse) GetAppId() *wrappers.StringValue
- func (*ModifyAppResponse) ProtoMessage()
- func (m *ModifyAppResponse) Reset()
- func (m *ModifyAppResponse) String() string
- func (m *ModifyAppResponse) XXX_DiscardUnknown()
- func (m *ModifyAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyAppResponse) XXX_Merge(src proto.Message)
- func (m *ModifyAppResponse) XXX_Size() int
- func (m *ModifyAppResponse) XXX_Unmarshal(b []byte) error
- type ModifyAppVersionRequest
- func (*ModifyAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *ModifyAppVersionRequest) GetDescription() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetHome() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetIcon() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetKeywords() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetMaintainers() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetName() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetOwner() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetPackage() *wrappers.BytesValue
- func (m *ModifyAppVersionRequest) GetPackageName() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetReadme() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetScreenshots() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetSequence() *wrappers.UInt32Value
- func (m *ModifyAppVersionRequest) GetSources() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetStatus() *wrappers.StringValue
- func (m *ModifyAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*ModifyAppVersionRequest) ProtoMessage()
- func (m *ModifyAppVersionRequest) Reset()
- func (m *ModifyAppVersionRequest) String() string
- func (m *ModifyAppVersionRequest) XXX_DiscardUnknown()
- func (m *ModifyAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *ModifyAppVersionRequest) XXX_Size() int
- func (m *ModifyAppVersionRequest) XXX_Unmarshal(b []byte) error
- type ModifyAppVersionResponse
- func (*ModifyAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *ModifyAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*ModifyAppVersionResponse) ProtoMessage()
- func (m *ModifyAppVersionResponse) Reset()
- func (m *ModifyAppVersionResponse) String() string
- func (m *ModifyAppVersionResponse) XXX_DiscardUnknown()
- func (m *ModifyAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *ModifyAppVersionResponse) XXX_Size() int
- func (m *ModifyAppVersionResponse) XXX_Unmarshal(b []byte) error
- type ModifyCategoryRequest
- func (*ModifyCategoryRequest) Descriptor() ([]byte, []int)
- func (m *ModifyCategoryRequest) GetCategoryId() *wrappers.StringValue
- func (m *ModifyCategoryRequest) GetDescription() *wrappers.StringValue
- func (m *ModifyCategoryRequest) GetLocale() *wrappers.StringValue
- func (m *ModifyCategoryRequest) GetName() *wrappers.StringValue
- func (*ModifyCategoryRequest) ProtoMessage()
- func (m *ModifyCategoryRequest) Reset()
- func (m *ModifyCategoryRequest) String() string
- func (m *ModifyCategoryRequest) XXX_DiscardUnknown()
- func (m *ModifyCategoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyCategoryRequest) XXX_Merge(src proto.Message)
- func (m *ModifyCategoryRequest) XXX_Size() int
- func (m *ModifyCategoryRequest) XXX_Unmarshal(b []byte) error
- type ModifyCategoryResponse
- func (*ModifyCategoryResponse) Descriptor() ([]byte, []int)
- func (m *ModifyCategoryResponse) GetCategoryId() *wrappers.StringValue
- func (*ModifyCategoryResponse) ProtoMessage()
- func (m *ModifyCategoryResponse) Reset()
- func (m *ModifyCategoryResponse) String() string
- func (m *ModifyCategoryResponse) XXX_DiscardUnknown()
- func (m *ModifyCategoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyCategoryResponse) XXX_Merge(src proto.Message)
- func (m *ModifyCategoryResponse) XXX_Size() int
- func (m *ModifyCategoryResponse) XXX_Unmarshal(b []byte) error
- type ModifyClusterAttributesRequest
- func (*ModifyClusterAttributesRequest) Descriptor() ([]byte, []int)
- func (m *ModifyClusterAttributesRequest) GetClusterId() *wrappers.StringValue
- func (m *ModifyClusterAttributesRequest) GetDescription() *wrappers.StringValue
- func (m *ModifyClusterAttributesRequest) GetName() *wrappers.StringValue
- func (*ModifyClusterAttributesRequest) ProtoMessage()
- func (m *ModifyClusterAttributesRequest) Reset()
- func (m *ModifyClusterAttributesRequest) String() string
- func (m *ModifyClusterAttributesRequest) XXX_DiscardUnknown()
- func (m *ModifyClusterAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyClusterAttributesRequest) XXX_Merge(src proto.Message)
- func (m *ModifyClusterAttributesRequest) XXX_Size() int
- func (m *ModifyClusterAttributesRequest) XXX_Unmarshal(b []byte) error
- type ModifyClusterAttributesResponse
- func (*ModifyClusterAttributesResponse) Descriptor() ([]byte, []int)
- func (m *ModifyClusterAttributesResponse) GetClusterId() *wrappers.StringValue
- func (*ModifyClusterAttributesResponse) ProtoMessage()
- func (m *ModifyClusterAttributesResponse) Reset()
- func (m *ModifyClusterAttributesResponse) String() string
- func (m *ModifyClusterAttributesResponse) XXX_DiscardUnknown()
- func (m *ModifyClusterAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyClusterAttributesResponse) XXX_Merge(src proto.Message)
- func (m *ModifyClusterAttributesResponse) XXX_Size() int
- func (m *ModifyClusterAttributesResponse) XXX_Unmarshal(b []byte) error
- type ModifyClusterNodeAttributesRequest
- func (*ModifyClusterNodeAttributesRequest) Descriptor() ([]byte, []int)
- func (m *ModifyClusterNodeAttributesRequest) GetName() *wrappers.StringValue
- func (m *ModifyClusterNodeAttributesRequest) GetNodeId() *wrappers.StringValue
- func (*ModifyClusterNodeAttributesRequest) ProtoMessage()
- func (m *ModifyClusterNodeAttributesRequest) Reset()
- func (m *ModifyClusterNodeAttributesRequest) String() string
- func (m *ModifyClusterNodeAttributesRequest) XXX_DiscardUnknown()
- func (m *ModifyClusterNodeAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyClusterNodeAttributesRequest) XXX_Merge(src proto.Message)
- func (m *ModifyClusterNodeAttributesRequest) XXX_Size() int
- func (m *ModifyClusterNodeAttributesRequest) XXX_Unmarshal(b []byte) error
- type ModifyClusterNodeAttributesResponse
- func (*ModifyClusterNodeAttributesResponse) Descriptor() ([]byte, []int)
- func (m *ModifyClusterNodeAttributesResponse) GetNodeId() *wrappers.StringValue
- func (*ModifyClusterNodeAttributesResponse) ProtoMessage()
- func (m *ModifyClusterNodeAttributesResponse) Reset()
- func (m *ModifyClusterNodeAttributesResponse) String() string
- func (m *ModifyClusterNodeAttributesResponse) XXX_DiscardUnknown()
- func (m *ModifyClusterNodeAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyClusterNodeAttributesResponse) XXX_Merge(src proto.Message)
- func (m *ModifyClusterNodeAttributesResponse) XXX_Size() int
- func (m *ModifyClusterNodeAttributesResponse) XXX_Unmarshal(b []byte) error
- type ModifyClusterNodeRequest
- func (*ModifyClusterNodeRequest) Descriptor() ([]byte, []int)
- func (m *ModifyClusterNodeRequest) GetClusterNode() *ClusterNode
- func (*ModifyClusterNodeRequest) ProtoMessage()
- func (m *ModifyClusterNodeRequest) Reset()
- func (m *ModifyClusterNodeRequest) String() string
- func (m *ModifyClusterNodeRequest) XXX_DiscardUnknown()
- func (m *ModifyClusterNodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyClusterNodeRequest) XXX_Merge(src proto.Message)
- func (m *ModifyClusterNodeRequest) XXX_Size() int
- func (m *ModifyClusterNodeRequest) XXX_Unmarshal(b []byte) error
- type ModifyClusterNodeResponse
- func (*ModifyClusterNodeResponse) Descriptor() ([]byte, []int)
- func (m *ModifyClusterNodeResponse) GetNodeId() *wrappers.StringValue
- func (*ModifyClusterNodeResponse) ProtoMessage()
- func (m *ModifyClusterNodeResponse) Reset()
- func (m *ModifyClusterNodeResponse) String() string
- func (m *ModifyClusterNodeResponse) XXX_DiscardUnknown()
- func (m *ModifyClusterNodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyClusterNodeResponse) XXX_Merge(src proto.Message)
- func (m *ModifyClusterNodeResponse) XXX_Size() int
- func (m *ModifyClusterNodeResponse) XXX_Unmarshal(b []byte) error
- type ModifyClusterRequest
- func (*ModifyClusterRequest) Descriptor() ([]byte, []int)
- func (m *ModifyClusterRequest) GetCluster() *Cluster
- func (m *ModifyClusterRequest) GetClusterCommonSet() []*ClusterCommon
- func (m *ModifyClusterRequest) GetClusterLinkSet() []*ClusterLink
- func (m *ModifyClusterRequest) GetClusterLoadbalancerSet() []*ClusterLoadbalancer
- func (m *ModifyClusterRequest) GetClusterNodeSet() []*ClusterNode
- func (m *ModifyClusterRequest) GetClusterRoleSet() []*ClusterRole
- func (*ModifyClusterRequest) ProtoMessage()
- func (m *ModifyClusterRequest) Reset()
- func (m *ModifyClusterRequest) String() string
- func (m *ModifyClusterRequest) XXX_DiscardUnknown()
- func (m *ModifyClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyClusterRequest) XXX_Merge(src proto.Message)
- func (m *ModifyClusterRequest) XXX_Size() int
- func (m *ModifyClusterRequest) XXX_Unmarshal(b []byte) error
- type ModifyClusterResponse
- func (*ModifyClusterResponse) Descriptor() ([]byte, []int)
- func (m *ModifyClusterResponse) GetClusterId() *wrappers.StringValue
- func (*ModifyClusterResponse) ProtoMessage()
- func (m *ModifyClusterResponse) Reset()
- func (m *ModifyClusterResponse) String() string
- func (m *ModifyClusterResponse) XXX_DiscardUnknown()
- func (m *ModifyClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyClusterResponse) XXX_Merge(src proto.Message)
- func (m *ModifyClusterResponse) XXX_Size() int
- func (m *ModifyClusterResponse) XXX_Unmarshal(b []byte) error
- type ModifyGroupRequest
- func (*ModifyGroupRequest) Descriptor() ([]byte, []int)
- func (m *ModifyGroupRequest) GetDescription() *wrappers.StringValue
- func (m *ModifyGroupRequest) GetGroupId() *wrappers.StringValue
- func (m *ModifyGroupRequest) GetName() *wrappers.StringValue
- func (*ModifyGroupRequest) ProtoMessage()
- func (m *ModifyGroupRequest) Reset()
- func (m *ModifyGroupRequest) String() string
- func (m *ModifyGroupRequest) XXX_DiscardUnknown()
- func (m *ModifyGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyGroupRequest) XXX_Merge(src proto.Message)
- func (m *ModifyGroupRequest) XXX_Size() int
- func (m *ModifyGroupRequest) XXX_Unmarshal(b []byte) error
- type ModifyGroupResponse
- func (*ModifyGroupResponse) Descriptor() ([]byte, []int)
- func (m *ModifyGroupResponse) GetGroupId() *wrappers.StringValue
- func (*ModifyGroupResponse) ProtoMessage()
- func (m *ModifyGroupResponse) Reset()
- func (m *ModifyGroupResponse) String() string
- func (m *ModifyGroupResponse) XXX_DiscardUnknown()
- func (m *ModifyGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyGroupResponse) XXX_Merge(src proto.Message)
- func (m *ModifyGroupResponse) XXX_Size() int
- func (m *ModifyGroupResponse) XXX_Unmarshal(b []byte) error
- type ModifyRepoRequest
- func (*ModifyRepoRequest) Descriptor() ([]byte, []int)
- func (m *ModifyRepoRequest) GetAppDefaultStatus() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetCategoryId() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetCredential() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetDescription() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetLabels() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetName() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetProviders() []string
- func (m *ModifyRepoRequest) GetRepoId() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetSelectors() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetType() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetUrl() *wrappers.StringValue
- func (m *ModifyRepoRequest) GetVisibility() *wrappers.StringValue
- func (*ModifyRepoRequest) ProtoMessage()
- func (m *ModifyRepoRequest) Reset()
- func (m *ModifyRepoRequest) String() string
- func (m *ModifyRepoRequest) XXX_DiscardUnknown()
- func (m *ModifyRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyRepoRequest) XXX_Merge(src proto.Message)
- func (m *ModifyRepoRequest) XXX_Size() int
- func (m *ModifyRepoRequest) XXX_Unmarshal(b []byte) error
- type ModifyRepoResponse
- func (*ModifyRepoResponse) Descriptor() ([]byte, []int)
- func (m *ModifyRepoResponse) GetRepoId() *wrappers.StringValue
- func (*ModifyRepoResponse) ProtoMessage()
- func (m *ModifyRepoResponse) Reset()
- func (m *ModifyRepoResponse) String() string
- func (m *ModifyRepoResponse) XXX_DiscardUnknown()
- func (m *ModifyRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyRepoResponse) XXX_Merge(src proto.Message)
- func (m *ModifyRepoResponse) XXX_Size() int
- func (m *ModifyRepoResponse) XXX_Unmarshal(b []byte) error
- type ModifyRuntimeRequest
- func (*ModifyRuntimeRequest) Descriptor() ([]byte, []int)
- func (m *ModifyRuntimeRequest) GetDescription() *wrappers.StringValue
- func (m *ModifyRuntimeRequest) GetLabels() *wrappers.StringValue
- func (m *ModifyRuntimeRequest) GetName() *wrappers.StringValue
- func (m *ModifyRuntimeRequest) GetRuntimeCredential() *wrappers.StringValue
- func (m *ModifyRuntimeRequest) GetRuntimeId() *wrappers.StringValue
- func (*ModifyRuntimeRequest) ProtoMessage()
- func (m *ModifyRuntimeRequest) Reset()
- func (m *ModifyRuntimeRequest) String() string
- func (m *ModifyRuntimeRequest) XXX_DiscardUnknown()
- func (m *ModifyRuntimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyRuntimeRequest) XXX_Merge(src proto.Message)
- func (m *ModifyRuntimeRequest) XXX_Size() int
- func (m *ModifyRuntimeRequest) XXX_Unmarshal(b []byte) error
- type ModifyRuntimeResponse
- func (*ModifyRuntimeResponse) Descriptor() ([]byte, []int)
- func (m *ModifyRuntimeResponse) GetRuntimeId() *wrappers.StringValue
- func (*ModifyRuntimeResponse) ProtoMessage()
- func (m *ModifyRuntimeResponse) Reset()
- func (m *ModifyRuntimeResponse) String() string
- func (m *ModifyRuntimeResponse) XXX_DiscardUnknown()
- func (m *ModifyRuntimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyRuntimeResponse) XXX_Merge(src proto.Message)
- func (m *ModifyRuntimeResponse) XXX_Size() int
- func (m *ModifyRuntimeResponse) XXX_Unmarshal(b []byte) error
- type ModifyUserRequest
- func (*ModifyUserRequest) Descriptor() ([]byte, []int)
- func (m *ModifyUserRequest) GetDescription() *wrappers.StringValue
- func (m *ModifyUserRequest) GetEmail() *wrappers.StringValue
- func (m *ModifyUserRequest) GetPassword() *wrappers.StringValue
- func (m *ModifyUserRequest) GetRole() *wrappers.StringValue
- func (m *ModifyUserRequest) GetUserId() *wrappers.StringValue
- func (m *ModifyUserRequest) GetUsername() *wrappers.StringValue
- func (*ModifyUserRequest) ProtoMessage()
- func (m *ModifyUserRequest) Reset()
- func (m *ModifyUserRequest) String() string
- func (m *ModifyUserRequest) XXX_DiscardUnknown()
- func (m *ModifyUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyUserRequest) XXX_Merge(src proto.Message)
- func (m *ModifyUserRequest) XXX_Size() int
- func (m *ModifyUserRequest) XXX_Unmarshal(b []byte) error
- type ModifyUserResponse
- func (*ModifyUserResponse) Descriptor() ([]byte, []int)
- func (m *ModifyUserResponse) GetUserId() *wrappers.StringValue
- func (*ModifyUserResponse) ProtoMessage()
- func (m *ModifyUserResponse) Reset()
- func (m *ModifyUserResponse) String() string
- func (m *ModifyUserResponse) XXX_DiscardUnknown()
- func (m *ModifyUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyUserResponse) XXX_Merge(src proto.Message)
- func (m *ModifyUserResponse) XXX_Size() int
- func (m *ModifyUserResponse) XXX_Unmarshal(b []byte) error
- type NodeKeyPair
- func (*NodeKeyPair) Descriptor() ([]byte, []int)
- func (m *NodeKeyPair) GetKeyPairId() *wrappers.StringValue
- func (m *NodeKeyPair) GetNodeId() *wrappers.StringValue
- func (*NodeKeyPair) ProtoMessage()
- func (m *NodeKeyPair) Reset()
- func (m *NodeKeyPair) String() string
- func (m *NodeKeyPair) XXX_DiscardUnknown()
- func (m *NodeKeyPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NodeKeyPair) XXX_Merge(src proto.Message)
- func (m *NodeKeyPair) XXX_Size() int
- func (m *NodeKeyPair) XXX_Unmarshal(b []byte) error
- type PassAppVersionRequest
- func (*PassAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *PassAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*PassAppVersionRequest) ProtoMessage()
- func (m *PassAppVersionRequest) Reset()
- func (m *PassAppVersionRequest) String() string
- func (m *PassAppVersionRequest) XXX_DiscardUnknown()
- func (m *PassAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PassAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *PassAppVersionRequest) XXX_Size() int
- func (m *PassAppVersionRequest) XXX_Unmarshal(b []byte) error
- type PassAppVersionResponse
- func (*PassAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *PassAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*PassAppVersionResponse) ProtoMessage()
- func (m *PassAppVersionResponse) Reset()
- func (m *PassAppVersionResponse) String() string
- func (m *PassAppVersionResponse) XXX_DiscardUnknown()
- func (m *PassAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PassAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *PassAppVersionResponse) XXX_Size() int
- func (m *PassAppVersionResponse) XXX_Unmarshal(b []byte) error
- type RecoverAppVersionRequest
- func (*RecoverAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *RecoverAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*RecoverAppVersionRequest) ProtoMessage()
- func (m *RecoverAppVersionRequest) Reset()
- func (m *RecoverAppVersionRequest) String() string
- func (m *RecoverAppVersionRequest) XXX_DiscardUnknown()
- func (m *RecoverAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RecoverAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *RecoverAppVersionRequest) XXX_Size() int
- func (m *RecoverAppVersionRequest) XXX_Unmarshal(b []byte) error
- type RecoverAppVersionResponse
- func (*RecoverAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *RecoverAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*RecoverAppVersionResponse) ProtoMessage()
- func (m *RecoverAppVersionResponse) Reset()
- func (m *RecoverAppVersionResponse) String() string
- func (m *RecoverAppVersionResponse) XXX_DiscardUnknown()
- func (m *RecoverAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RecoverAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *RecoverAppVersionResponse) XXX_Size() int
- func (m *RecoverAppVersionResponse) XXX_Unmarshal(b []byte) error
- type RecoverClustersRequest
- func (*RecoverClustersRequest) Descriptor() ([]byte, []int)
- func (m *RecoverClustersRequest) GetAdvancedParam() []string
- func (m *RecoverClustersRequest) GetClusterId() []string
- func (*RecoverClustersRequest) ProtoMessage()
- func (m *RecoverClustersRequest) Reset()
- func (m *RecoverClustersRequest) String() string
- func (m *RecoverClustersRequest) XXX_DiscardUnknown()
- func (m *RecoverClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RecoverClustersRequest) XXX_Merge(src proto.Message)
- func (m *RecoverClustersRequest) XXX_Size() int
- func (m *RecoverClustersRequest) XXX_Unmarshal(b []byte) error
- type RecoverClustersResponse
- func (*RecoverClustersResponse) Descriptor() ([]byte, []int)
- func (m *RecoverClustersResponse) GetClusterId() []string
- func (m *RecoverClustersResponse) GetJobId() []string
- func (*RecoverClustersResponse) ProtoMessage()
- func (m *RecoverClustersResponse) Reset()
- func (m *RecoverClustersResponse) String() string
- func (m *RecoverClustersResponse) XXX_DiscardUnknown()
- func (m *RecoverClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RecoverClustersResponse) XXX_Merge(src proto.Message)
- func (m *RecoverClustersResponse) XXX_Size() int
- func (m *RecoverClustersResponse) XXX_Unmarshal(b []byte) error
- type RejectAppVersionRequest
- func (*RejectAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *RejectAppVersionRequest) GetMessage() *wrappers.StringValue
- func (m *RejectAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*RejectAppVersionRequest) ProtoMessage()
- func (m *RejectAppVersionRequest) Reset()
- func (m *RejectAppVersionRequest) String() string
- func (m *RejectAppVersionRequest) XXX_DiscardUnknown()
- func (m *RejectAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RejectAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *RejectAppVersionRequest) XXX_Size() int
- func (m *RejectAppVersionRequest) XXX_Unmarshal(b []byte) error
- type RejectAppVersionResponse
- func (*RejectAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *RejectAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*RejectAppVersionResponse) ProtoMessage()
- func (m *RejectAppVersionResponse) Reset()
- func (m *RejectAppVersionResponse) String() string
- func (m *RejectAppVersionResponse) XXX_DiscardUnknown()
- func (m *RejectAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RejectAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *RejectAppVersionResponse) XXX_Size() int
- func (m *RejectAppVersionResponse) XXX_Unmarshal(b []byte) error
- type ReleaseAppVersionRequest
- func (*ReleaseAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *ReleaseAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*ReleaseAppVersionRequest) ProtoMessage()
- func (m *ReleaseAppVersionRequest) Reset()
- func (m *ReleaseAppVersionRequest) String() string
- func (m *ReleaseAppVersionRequest) XXX_DiscardUnknown()
- func (m *ReleaseAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReleaseAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *ReleaseAppVersionRequest) XXX_Size() int
- func (m *ReleaseAppVersionRequest) XXX_Unmarshal(b []byte) error
- type ReleaseAppVersionResponse
- func (*ReleaseAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *ReleaseAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*ReleaseAppVersionResponse) ProtoMessage()
- func (m *ReleaseAppVersionResponse) Reset()
- func (m *ReleaseAppVersionResponse) String() string
- func (m *ReleaseAppVersionResponse) XXX_DiscardUnknown()
- func (m *ReleaseAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReleaseAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *ReleaseAppVersionResponse) XXX_Size() int
- func (m *ReleaseAppVersionResponse) XXX_Unmarshal(b []byte) error
- type Repo
- func (*Repo) Descriptor() ([]byte, []int)
- func (m *Repo) GetAppDefaultStatus() *wrappers.StringValue
- func (m *Repo) GetCategorySet() []*ResourceCategory
- func (m *Repo) GetCreateTime() *timestamp.Timestamp
- func (m *Repo) GetCredential() *wrappers.StringValue
- func (m *Repo) GetDescription() *wrappers.StringValue
- func (m *Repo) GetLabels() []*RepoLabel
- func (m *Repo) GetName() *wrappers.StringValue
- func (m *Repo) GetOwner() *wrappers.StringValue
- func (m *Repo) GetProviders() []string
- func (m *Repo) GetRepoId() *wrappers.StringValue
- func (m *Repo) GetSelectors() []*RepoSelector
- func (m *Repo) GetStatus() *wrappers.StringValue
- func (m *Repo) GetStatusTime() *timestamp.Timestamp
- func (m *Repo) GetType() *wrappers.StringValue
- func (m *Repo) GetUrl() *wrappers.StringValue
- func (m *Repo) GetVisibility() *wrappers.StringValue
- func (*Repo) ProtoMessage()
- func (m *Repo) Reset()
- func (m *Repo) String() string
- func (m *Repo) XXX_DiscardUnknown()
- func (m *Repo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Repo) XXX_Merge(src proto.Message)
- func (m *Repo) XXX_Size() int
- func (m *Repo) XXX_Unmarshal(b []byte) error
- type RepoEvent
- func (*RepoEvent) Descriptor() ([]byte, []int)
- func (m *RepoEvent) GetCreateTime() *timestamp.Timestamp
- func (m *RepoEvent) GetOwner() *wrappers.StringValue
- func (m *RepoEvent) GetRepoEventId() *wrappers.StringValue
- func (m *RepoEvent) GetRepoId() *wrappers.StringValue
- func (m *RepoEvent) GetResult() *wrappers.StringValue
- func (m *RepoEvent) GetStatus() *wrappers.StringValue
- func (m *RepoEvent) GetStatusTime() *timestamp.Timestamp
- func (*RepoEvent) ProtoMessage()
- func (m *RepoEvent) Reset()
- func (m *RepoEvent) String() string
- func (m *RepoEvent) XXX_DiscardUnknown()
- func (m *RepoEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepoEvent) XXX_Merge(src proto.Message)
- func (m *RepoEvent) XXX_Size() int
- func (m *RepoEvent) XXX_Unmarshal(b []byte) error
- type RepoIndexerClient
- type RepoIndexerServer
- type RepoLabel
- func (*RepoLabel) Descriptor() ([]byte, []int)
- func (m *RepoLabel) GetCreateTime() *timestamp.Timestamp
- func (m *RepoLabel) GetLabelKey() *wrappers.StringValue
- func (m *RepoLabel) GetLabelValue() *wrappers.StringValue
- func (*RepoLabel) ProtoMessage()
- func (m *RepoLabel) Reset()
- func (m *RepoLabel) String() string
- func (m *RepoLabel) XXX_DiscardUnknown()
- func (m *RepoLabel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepoLabel) XXX_Merge(src proto.Message)
- func (m *RepoLabel) XXX_Size() int
- func (m *RepoLabel) XXX_Unmarshal(b []byte) error
- type RepoManagerClient
- type RepoManagerServer
- type RepoSelector
- func (*RepoSelector) Descriptor() ([]byte, []int)
- func (m *RepoSelector) GetCreateTime() *timestamp.Timestamp
- func (m *RepoSelector) GetSelectorKey() *wrappers.StringValue
- func (m *RepoSelector) GetSelectorValue() *wrappers.StringValue
- func (*RepoSelector) ProtoMessage()
- func (m *RepoSelector) Reset()
- func (m *RepoSelector) String() string
- func (m *RepoSelector) XXX_DiscardUnknown()
- func (m *RepoSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepoSelector) XXX_Merge(src proto.Message)
- func (m *RepoSelector) XXX_Size() int
- func (m *RepoSelector) XXX_Unmarshal(b []byte) error
- type ResizeClusterRequest
- func (*ResizeClusterRequest) Descriptor() ([]byte, []int)
- func (m *ResizeClusterRequest) GetAdvancedParam() []string
- func (m *ResizeClusterRequest) GetClusterId() *wrappers.StringValue
- func (m *ResizeClusterRequest) GetRoleResource() []*RoleResource
- func (*ResizeClusterRequest) ProtoMessage()
- func (m *ResizeClusterRequest) Reset()
- func (m *ResizeClusterRequest) String() string
- func (m *ResizeClusterRequest) XXX_DiscardUnknown()
- func (m *ResizeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResizeClusterRequest) XXX_Merge(src proto.Message)
- func (m *ResizeClusterRequest) XXX_Size() int
- func (m *ResizeClusterRequest) XXX_Unmarshal(b []byte) error
- type ResizeClusterResponse
- func (*ResizeClusterResponse) Descriptor() ([]byte, []int)
- func (m *ResizeClusterResponse) GetClusterId() *wrappers.StringValue
- func (m *ResizeClusterResponse) GetJobId() *wrappers.StringValue
- func (*ResizeClusterResponse) ProtoMessage()
- func (m *ResizeClusterResponse) Reset()
- func (m *ResizeClusterResponse) String() string
- func (m *ResizeClusterResponse) XXX_DiscardUnknown()
- func (m *ResizeClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResizeClusterResponse) XXX_Merge(src proto.Message)
- func (m *ResizeClusterResponse) XXX_Size() int
- func (m *ResizeClusterResponse) XXX_Unmarshal(b []byte) error
- type ResourceCategory
- func (*ResourceCategory) Descriptor() ([]byte, []int)
- func (m *ResourceCategory) GetCategoryId() *wrappers.StringValue
- func (m *ResourceCategory) GetCreateTime() *timestamp.Timestamp
- func (m *ResourceCategory) GetLocale() *wrappers.StringValue
- func (m *ResourceCategory) GetName() *wrappers.StringValue
- func (m *ResourceCategory) GetStatus() *wrappers.StringValue
- func (m *ResourceCategory) GetStatusTime() *timestamp.Timestamp
- func (*ResourceCategory) ProtoMessage()
- func (m *ResourceCategory) Reset()
- func (m *ResourceCategory) String() string
- func (m *ResourceCategory) XXX_DiscardUnknown()
- func (m *ResourceCategory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceCategory) XXX_Merge(src proto.Message)
- func (m *ResourceCategory) XXX_Size() int
- func (m *ResourceCategory) XXX_Unmarshal(b []byte) error
- type RetryTasksRequest
- func (*RetryTasksRequest) Descriptor() ([]byte, []int)
- func (m *RetryTasksRequest) GetTaskId() []string
- func (*RetryTasksRequest) ProtoMessage()
- func (m *RetryTasksRequest) Reset()
- func (m *RetryTasksRequest) String() string
- func (m *RetryTasksRequest) XXX_DiscardUnknown()
- func (m *RetryTasksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RetryTasksRequest) XXX_Merge(src proto.Message)
- func (m *RetryTasksRequest) XXX_Size() int
- func (m *RetryTasksRequest) XXX_Unmarshal(b []byte) error
- type RetryTasksResponse
- func (*RetryTasksResponse) Descriptor() ([]byte, []int)
- func (m *RetryTasksResponse) GetTaskSet() []*Task
- func (*RetryTasksResponse) ProtoMessage()
- func (m *RetryTasksResponse) Reset()
- func (m *RetryTasksResponse) String() string
- func (m *RetryTasksResponse) XXX_DiscardUnknown()
- func (m *RetryTasksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RetryTasksResponse) XXX_Merge(src proto.Message)
- func (m *RetryTasksResponse) XXX_Size() int
- func (m *RetryTasksResponse) XXX_Unmarshal(b []byte) error
- type RoleResource
- func (*RoleResource) Descriptor() ([]byte, []int)
- func (m *RoleResource) GetCpu() *wrappers.UInt32Value
- func (m *RoleResource) GetGpu() *wrappers.UInt32Value
- func (m *RoleResource) GetInstanceSize() *wrappers.UInt32Value
- func (m *RoleResource) GetMemory() *wrappers.UInt32Value
- func (m *RoleResource) GetRole() *wrappers.StringValue
- func (m *RoleResource) GetStorageSize() *wrappers.UInt32Value
- func (*RoleResource) ProtoMessage()
- func (m *RoleResource) Reset()
- func (m *RoleResource) String() string
- func (m *RoleResource) XXX_DiscardUnknown()
- func (m *RoleResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RoleResource) XXX_Merge(src proto.Message)
- func (m *RoleResource) XXX_Size() int
- func (m *RoleResource) XXX_Unmarshal(b []byte) error
- type RollbackClusterRequest
- func (*RollbackClusterRequest) Descriptor() ([]byte, []int)
- func (m *RollbackClusterRequest) GetAdvancedParam() []string
- func (m *RollbackClusterRequest) GetClusterId() *wrappers.StringValue
- func (*RollbackClusterRequest) ProtoMessage()
- func (m *RollbackClusterRequest) Reset()
- func (m *RollbackClusterRequest) String() string
- func (m *RollbackClusterRequest) XXX_DiscardUnknown()
- func (m *RollbackClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RollbackClusterRequest) XXX_Merge(src proto.Message)
- func (m *RollbackClusterRequest) XXX_Size() int
- func (m *RollbackClusterRequest) XXX_Unmarshal(b []byte) error
- type RollbackClusterResponse
- func (*RollbackClusterResponse) Descriptor() ([]byte, []int)
- func (m *RollbackClusterResponse) GetClusterId() *wrappers.StringValue
- func (m *RollbackClusterResponse) GetJobId() *wrappers.StringValue
- func (*RollbackClusterResponse) ProtoMessage()
- func (m *RollbackClusterResponse) Reset()
- func (m *RollbackClusterResponse) String() string
- func (m *RollbackClusterResponse) XXX_DiscardUnknown()
- func (m *RollbackClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RollbackClusterResponse) XXX_Merge(src proto.Message)
- func (m *RollbackClusterResponse) XXX_Size() int
- func (m *RollbackClusterResponse) XXX_Unmarshal(b []byte) error
- type Runtime
- func (*Runtime) Descriptor() ([]byte, []int)
- func (m *Runtime) GetCreateTime() *timestamp.Timestamp
- func (m *Runtime) GetDescription() *wrappers.StringValue
- func (m *Runtime) GetLabels() []*RuntimeLabel
- func (m *Runtime) GetName() *wrappers.StringValue
- func (m *Runtime) GetOwner() *wrappers.StringValue
- func (m *Runtime) GetProvider() *wrappers.StringValue
- func (m *Runtime) GetRuntimeId() *wrappers.StringValue
- func (m *Runtime) GetRuntimeUrl() *wrappers.StringValue
- func (m *Runtime) GetStatus() *wrappers.StringValue
- func (m *Runtime) GetStatusTime() *timestamp.Timestamp
- func (m *Runtime) GetZone() *wrappers.StringValue
- func (*Runtime) ProtoMessage()
- func (m *Runtime) Reset()
- func (m *Runtime) String() string
- func (m *Runtime) XXX_DiscardUnknown()
- func (m *Runtime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Runtime) XXX_Merge(src proto.Message)
- func (m *Runtime) XXX_Size() int
- func (m *Runtime) XXX_Unmarshal(b []byte) error
- type RuntimeDetail
- func (*RuntimeDetail) Descriptor() ([]byte, []int)
- func (m *RuntimeDetail) GetRuntime() *Runtime
- func (m *RuntimeDetail) GetRuntimeCredential() *wrappers.StringValue
- func (*RuntimeDetail) ProtoMessage()
- func (m *RuntimeDetail) Reset()
- func (m *RuntimeDetail) String() string
- func (m *RuntimeDetail) XXX_DiscardUnknown()
- func (m *RuntimeDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RuntimeDetail) XXX_Merge(src proto.Message)
- func (m *RuntimeDetail) XXX_Size() int
- func (m *RuntimeDetail) XXX_Unmarshal(b []byte) error
- type RuntimeLabel
- func (*RuntimeLabel) Descriptor() ([]byte, []int)
- func (m *RuntimeLabel) GetCreateTime() *timestamp.Timestamp
- func (m *RuntimeLabel) GetLabelKey() *wrappers.StringValue
- func (m *RuntimeLabel) GetLabelValue() *wrappers.StringValue
- func (*RuntimeLabel) ProtoMessage()
- func (m *RuntimeLabel) Reset()
- func (m *RuntimeLabel) String() string
- func (m *RuntimeLabel) XXX_DiscardUnknown()
- func (m *RuntimeLabel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RuntimeLabel) XXX_Merge(src proto.Message)
- func (m *RuntimeLabel) XXX_Size() int
- func (m *RuntimeLabel) XXX_Unmarshal(b []byte) error
- type RuntimeManagerClient
- type RuntimeManagerServer
- type StartClustersRequest
- func (*StartClustersRequest) Descriptor() ([]byte, []int)
- func (m *StartClustersRequest) GetAdvancedParam() []string
- func (m *StartClustersRequest) GetClusterId() []string
- func (*StartClustersRequest) ProtoMessage()
- func (m *StartClustersRequest) Reset()
- func (m *StartClustersRequest) String() string
- func (m *StartClustersRequest) XXX_DiscardUnknown()
- func (m *StartClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StartClustersRequest) XXX_Merge(src proto.Message)
- func (m *StartClustersRequest) XXX_Size() int
- func (m *StartClustersRequest) XXX_Unmarshal(b []byte) error
- type StartClustersResponse
- func (*StartClustersResponse) Descriptor() ([]byte, []int)
- func (m *StartClustersResponse) GetClusterId() []string
- func (m *StartClustersResponse) GetJobId() []string
- func (*StartClustersResponse) ProtoMessage()
- func (m *StartClustersResponse) Reset()
- func (m *StartClustersResponse) String() string
- func (m *StartClustersResponse) XXX_DiscardUnknown()
- func (m *StartClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StartClustersResponse) XXX_Merge(src proto.Message)
- func (m *StartClustersResponse) XXX_Size() int
- func (m *StartClustersResponse) XXX_Unmarshal(b []byte) error
- type StopClustersRequest
- func (*StopClustersRequest) Descriptor() ([]byte, []int)
- func (m *StopClustersRequest) GetAdvancedParam() []string
- func (m *StopClustersRequest) GetClusterId() []string
- func (*StopClustersRequest) ProtoMessage()
- func (m *StopClustersRequest) Reset()
- func (m *StopClustersRequest) String() string
- func (m *StopClustersRequest) XXX_DiscardUnknown()
- func (m *StopClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StopClustersRequest) XXX_Merge(src proto.Message)
- func (m *StopClustersRequest) XXX_Size() int
- func (m *StopClustersRequest) XXX_Unmarshal(b []byte) error
- type StopClustersResponse
- func (*StopClustersResponse) Descriptor() ([]byte, []int)
- func (m *StopClustersResponse) GetClusterId() []string
- func (m *StopClustersResponse) GetJobId() []string
- func (*StopClustersResponse) ProtoMessage()
- func (m *StopClustersResponse) Reset()
- func (m *StopClustersResponse) String() string
- func (m *StopClustersResponse) XXX_DiscardUnknown()
- func (m *StopClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StopClustersResponse) XXX_Merge(src proto.Message)
- func (m *StopClustersResponse) XXX_Size() int
- func (m *StopClustersResponse) XXX_Unmarshal(b []byte) error
- type SubmitAppVersionRequest
- func (*SubmitAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *SubmitAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*SubmitAppVersionRequest) ProtoMessage()
- func (m *SubmitAppVersionRequest) Reset()
- func (m *SubmitAppVersionRequest) String() string
- func (m *SubmitAppVersionRequest) XXX_DiscardUnknown()
- func (m *SubmitAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SubmitAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *SubmitAppVersionRequest) XXX_Size() int
- func (m *SubmitAppVersionRequest) XXX_Unmarshal(b []byte) error
- type SubmitAppVersionResponse
- func (*SubmitAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *SubmitAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*SubmitAppVersionResponse) ProtoMessage()
- func (m *SubmitAppVersionResponse) Reset()
- func (m *SubmitAppVersionResponse) String() string
- func (m *SubmitAppVersionResponse) XXX_DiscardUnknown()
- func (m *SubmitAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SubmitAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *SubmitAppVersionResponse) XXX_Size() int
- func (m *SubmitAppVersionResponse) XXX_Unmarshal(b []byte) error
- type Subnet
- func (*Subnet) Descriptor() ([]byte, []int)
- func (m *Subnet) GetCreateTime() *timestamp.Timestamp
- func (m *Subnet) GetDescription() *wrappers.StringValue
- func (m *Subnet) GetInstanceId() []string
- func (m *Subnet) GetName() *wrappers.StringValue
- func (m *Subnet) GetSubnetId() *wrappers.StringValue
- func (m *Subnet) GetSubnetType() *wrappers.UInt32Value
- func (m *Subnet) GetVpcId() *wrappers.StringValue
- func (m *Subnet) GetZone() *wrappers.StringValue
- func (*Subnet) ProtoMessage()
- func (m *Subnet) Reset()
- func (m *Subnet) String() string
- func (m *Subnet) XXX_DiscardUnknown()
- func (m *Subnet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Subnet) XXX_Merge(src proto.Message)
- func (m *Subnet) XXX_Size() int
- func (m *Subnet) XXX_Unmarshal(b []byte) error
- type SuspendAppVersionRequest
- func (*SuspendAppVersionRequest) Descriptor() ([]byte, []int)
- func (m *SuspendAppVersionRequest) GetVersionId() *wrappers.StringValue
- func (*SuspendAppVersionRequest) ProtoMessage()
- func (m *SuspendAppVersionRequest) Reset()
- func (m *SuspendAppVersionRequest) String() string
- func (m *SuspendAppVersionRequest) XXX_DiscardUnknown()
- func (m *SuspendAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SuspendAppVersionRequest) XXX_Merge(src proto.Message)
- func (m *SuspendAppVersionRequest) XXX_Size() int
- func (m *SuspendAppVersionRequest) XXX_Unmarshal(b []byte) error
- type SuspendAppVersionResponse
- func (*SuspendAppVersionResponse) Descriptor() ([]byte, []int)
- func (m *SuspendAppVersionResponse) GetVersionId() *wrappers.StringValue
- func (*SuspendAppVersionResponse) ProtoMessage()
- func (m *SuspendAppVersionResponse) Reset()
- func (m *SuspendAppVersionResponse) String() string
- func (m *SuspendAppVersionResponse) XXX_DiscardUnknown()
- func (m *SuspendAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SuspendAppVersionResponse) XXX_Merge(src proto.Message)
- func (m *SuspendAppVersionResponse) XXX_Size() int
- func (m *SuspendAppVersionResponse) XXX_Unmarshal(b []byte) error
- type SyncRepoRequest
- func (*SyncRepoRequest) Descriptor() ([]byte, []int)
- func (m *SyncRepoRequest) GetRepoId() string
- func (*SyncRepoRequest) ProtoMessage()
- func (m *SyncRepoRequest) Reset()
- func (m *SyncRepoRequest) String() string
- func (m *SyncRepoRequest) XXX_DiscardUnknown()
- func (m *SyncRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncRepoRequest) XXX_Merge(src proto.Message)
- func (m *SyncRepoRequest) XXX_Size() int
- func (m *SyncRepoRequest) XXX_Unmarshal(b []byte) error
- type SyncRepoResponse
- func (*SyncRepoResponse) Descriptor() ([]byte, []int)
- func (m *SyncRepoResponse) GetFailed() bool
- func (m *SyncRepoResponse) GetResult() string
- func (*SyncRepoResponse) ProtoMessage()
- func (m *SyncRepoResponse) Reset()
- func (m *SyncRepoResponse) String() string
- func (m *SyncRepoResponse) XXX_DiscardUnknown()
- func (m *SyncRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncRepoResponse) XXX_Merge(src proto.Message)
- func (m *SyncRepoResponse) XXX_Size() int
- func (m *SyncRepoResponse) XXX_Unmarshal(b []byte) error
- type Task
- func (*Task) Descriptor() ([]byte, []int)
- func (m *Task) GetCreateTime() *timestamp.Timestamp
- func (m *Task) GetDirective() *wrappers.StringValue
- func (m *Task) GetErrorCode() *wrappers.UInt32Value
- func (m *Task) GetExecutor() *wrappers.StringValue
- func (m *Task) GetFailureAllowed() *wrappers.BoolValue
- func (m *Task) GetJobId() *wrappers.StringValue
- func (m *Task) GetNodeId() *wrappers.StringValue
- func (m *Task) GetOwner() *wrappers.StringValue
- func (m *Task) GetStatus() *wrappers.StringValue
- func (m *Task) GetStatusTime() *timestamp.Timestamp
- func (m *Task) GetTarget() *wrappers.StringValue
- func (m *Task) GetTaskAction() *wrappers.StringValue
- func (m *Task) GetTaskId() *wrappers.StringValue
- func (*Task) ProtoMessage()
- func (m *Task) Reset()
- func (m *Task) String() string
- func (m *Task) XXX_DiscardUnknown()
- func (m *Task) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Task) XXX_Merge(src proto.Message)
- func (m *Task) XXX_Size() int
- func (m *Task) XXX_Unmarshal(b []byte) error
- type TaskManagerClient
- type TaskManagerServer
- type TokenManagerClient
- type TokenManagerServer
- type TokenRequest
- func (*TokenRequest) Descriptor() ([]byte, []int)
- func (m *TokenRequest) GetClientId() string
- func (m *TokenRequest) GetClientSecret() string
- func (m *TokenRequest) GetGrantType() string
- func (m *TokenRequest) GetPassword() string
- func (m *TokenRequest) GetRefreshToken() string
- func (m *TokenRequest) GetScope() string
- func (m *TokenRequest) GetUsername() string
- func (*TokenRequest) ProtoMessage()
- func (m *TokenRequest) Reset()
- func (m *TokenRequest) String() string
- func (m *TokenRequest) XXX_DiscardUnknown()
- func (m *TokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TokenRequest) XXX_Merge(src proto.Message)
- func (m *TokenRequest) XXX_Size() int
- func (m *TokenRequest) XXX_Unmarshal(b []byte) error
- type TokenResponse
- func (*TokenResponse) Descriptor() ([]byte, []int)
- func (m *TokenResponse) GetAccessToken() string
- func (m *TokenResponse) GetExpiresIn() int32
- func (m *TokenResponse) GetIdToken() string
- func (m *TokenResponse) GetRefreshToken() string
- func (m *TokenResponse) GetTokenType() string
- func (*TokenResponse) ProtoMessage()
- func (m *TokenResponse) Reset()
- func (m *TokenResponse) String() string
- func (m *TokenResponse) XXX_DiscardUnknown()
- func (m *TokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TokenResponse) XXX_Merge(src proto.Message)
- func (m *TokenResponse) XXX_Size() int
- func (m *TokenResponse) XXX_Unmarshal(b []byte) error
- type UpdateClusterEnvRequest
- func (*UpdateClusterEnvRequest) Descriptor() ([]byte, []int)
- func (m *UpdateClusterEnvRequest) GetAdvancedParam() []string
- func (m *UpdateClusterEnvRequest) GetClusterId() *wrappers.StringValue
- func (m *UpdateClusterEnvRequest) GetEnv() *wrappers.StringValue
- func (*UpdateClusterEnvRequest) ProtoMessage()
- func (m *UpdateClusterEnvRequest) Reset()
- func (m *UpdateClusterEnvRequest) String() string
- func (m *UpdateClusterEnvRequest) XXX_DiscardUnknown()
- func (m *UpdateClusterEnvRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateClusterEnvRequest) XXX_Merge(src proto.Message)
- func (m *UpdateClusterEnvRequest) XXX_Size() int
- func (m *UpdateClusterEnvRequest) XXX_Unmarshal(b []byte) error
- type UpdateClusterEnvResponse
- func (*UpdateClusterEnvResponse) Descriptor() ([]byte, []int)
- func (m *UpdateClusterEnvResponse) GetClusterId() *wrappers.StringValue
- func (m *UpdateClusterEnvResponse) GetJobId() *wrappers.StringValue
- func (*UpdateClusterEnvResponse) ProtoMessage()
- func (m *UpdateClusterEnvResponse) Reset()
- func (m *UpdateClusterEnvResponse) String() string
- func (m *UpdateClusterEnvResponse) XXX_DiscardUnknown()
- func (m *UpdateClusterEnvResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateClusterEnvResponse) XXX_Merge(src proto.Message)
- func (m *UpdateClusterEnvResponse) XXX_Size() int
- func (m *UpdateClusterEnvResponse) XXX_Unmarshal(b []byte) error
- type UpgradeClusterRequest
- func (*UpgradeClusterRequest) Descriptor() ([]byte, []int)
- func (m *UpgradeClusterRequest) GetAdvancedParam() []string
- func (m *UpgradeClusterRequest) GetClusterId() *wrappers.StringValue
- func (m *UpgradeClusterRequest) GetVersionId() *wrappers.StringValue
- func (*UpgradeClusterRequest) ProtoMessage()
- func (m *UpgradeClusterRequest) Reset()
- func (m *UpgradeClusterRequest) String() string
- func (m *UpgradeClusterRequest) XXX_DiscardUnknown()
- func (m *UpgradeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpgradeClusterRequest) XXX_Merge(src proto.Message)
- func (m *UpgradeClusterRequest) XXX_Size() int
- func (m *UpgradeClusterRequest) XXX_Unmarshal(b []byte) error
- type UpgradeClusterResponse
- func (*UpgradeClusterResponse) Descriptor() ([]byte, []int)
- func (m *UpgradeClusterResponse) GetClusterId() *wrappers.StringValue
- func (m *UpgradeClusterResponse) GetJobId() *wrappers.StringValue
- func (*UpgradeClusterResponse) ProtoMessage()
- func (m *UpgradeClusterResponse) Reset()
- func (m *UpgradeClusterResponse) String() string
- func (m *UpgradeClusterResponse) XXX_DiscardUnknown()
- func (m *UpgradeClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpgradeClusterResponse) XXX_Merge(src proto.Message)
- func (m *UpgradeClusterResponse) XXX_Size() int
- func (m *UpgradeClusterResponse) XXX_Unmarshal(b []byte) error
- type User
- func (*User) Descriptor() ([]byte, []int)
- func (m *User) GetCreateTime() *timestamp.Timestamp
- func (m *User) GetDescription() *wrappers.StringValue
- func (m *User) GetEmail() *wrappers.StringValue
- func (m *User) GetRole() *wrappers.StringValue
- func (m *User) GetStatus() *wrappers.StringValue
- func (m *User) GetStatusTime() *timestamp.Timestamp
- func (m *User) GetUpdateTime() *timestamp.Timestamp
- func (m *User) GetUserId() *wrappers.StringValue
- func (m *User) GetUsername() *wrappers.StringValue
- func (*User) ProtoMessage()
- func (m *User) Reset()
- func (m *User) String() string
- func (m *User) XXX_DiscardUnknown()
- func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *User) XXX_Merge(src proto.Message)
- func (m *User) XXX_Size() int
- func (m *User) XXX_Unmarshal(b []byte) error
- type ValidateRepoRequest
- func (*ValidateRepoRequest) Descriptor() ([]byte, []int)
- func (m *ValidateRepoRequest) GetCredential() *wrappers.StringValue
- func (m *ValidateRepoRequest) GetType() *wrappers.StringValue
- func (m *ValidateRepoRequest) GetUrl() *wrappers.StringValue
- func (*ValidateRepoRequest) ProtoMessage()
- func (m *ValidateRepoRequest) Reset()
- func (m *ValidateRepoRequest) String() string
- func (m *ValidateRepoRequest) XXX_DiscardUnknown()
- func (m *ValidateRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidateRepoRequest) XXX_Merge(src proto.Message)
- func (m *ValidateRepoRequest) XXX_Size() int
- func (m *ValidateRepoRequest) XXX_Unmarshal(b []byte) error
- type ValidateRepoResponse
- func (*ValidateRepoResponse) Descriptor() ([]byte, []int)
- func (m *ValidateRepoResponse) GetErrorCode() uint32
- func (m *ValidateRepoResponse) GetOk() *wrappers.BoolValue
- func (*ValidateRepoResponse) ProtoMessage()
- func (m *ValidateRepoResponse) Reset()
- func (m *ValidateRepoResponse) String() string
- func (m *ValidateRepoResponse) XXX_DiscardUnknown()
- func (m *ValidateRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidateRepoResponse) XXX_Merge(src proto.Message)
- func (m *ValidateRepoResponse) XXX_Size() int
- func (m *ValidateRepoResponse) XXX_Unmarshal(b []byte) error
- type ValidateUserPasswordRequest
- func (*ValidateUserPasswordRequest) Descriptor() ([]byte, []int)
- func (m *ValidateUserPasswordRequest) GetEmail() string
- func (m *ValidateUserPasswordRequest) GetPassword() string
- func (*ValidateUserPasswordRequest) ProtoMessage()
- func (m *ValidateUserPasswordRequest) Reset()
- func (m *ValidateUserPasswordRequest) String() string
- func (m *ValidateUserPasswordRequest) XXX_DiscardUnknown()
- func (m *ValidateUserPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidateUserPasswordRequest) XXX_Merge(src proto.Message)
- func (m *ValidateUserPasswordRequest) XXX_Size() int
- func (m *ValidateUserPasswordRequest) XXX_Unmarshal(b []byte) error
- type ValidateUserPasswordResponse
- func (*ValidateUserPasswordResponse) Descriptor() ([]byte, []int)
- func (m *ValidateUserPasswordResponse) GetValidated() bool
- func (*ValidateUserPasswordResponse) ProtoMessage()
- func (m *ValidateUserPasswordResponse) Reset()
- func (m *ValidateUserPasswordResponse) String() string
- func (m *ValidateUserPasswordResponse) XXX_DiscardUnknown()
- func (m *ValidateUserPasswordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidateUserPasswordResponse) XXX_Merge(src proto.Message)
- func (m *ValidateUserPasswordResponse) XXX_Size() int
- func (m *ValidateUserPasswordResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAccountManagerHandler ¶ added in v0.2.3
func RegisterAccountManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterAccountManagerHandler registers the http handlers for service AccountManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterAccountManagerHandlerClient ¶ added in v0.2.3
func RegisterAccountManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AccountManagerClient) error
RegisterAccountManagerHandlerClient registers the http handlers for service AccountManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AccountManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AccountManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AccountManagerClient" to call the correct interceptors.
func RegisterAccountManagerHandlerFromEndpoint ¶ added in v0.2.3
func RegisterAccountManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterAccountManagerHandlerFromEndpoint is same as RegisterAccountManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterAccountManagerServer ¶ added in v0.2.3
func RegisterAccountManagerServer(s *grpc.Server, srv AccountManagerServer)
func RegisterAppManagerHandler ¶
func RegisterAppManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterAppManagerHandler registers the http handlers for service AppManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterAppManagerHandlerClient ¶
func RegisterAppManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AppManagerClient) error
RegisterAppManagerHandlerClient registers the http handlers for service AppManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AppManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AppManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AppManagerClient" to call the correct interceptors.
func RegisterAppManagerHandlerFromEndpoint ¶
func RegisterAppManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterAppManagerHandlerFromEndpoint is same as RegisterAppManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterAppManagerServer ¶
func RegisterAppManagerServer(s *grpc.Server, srv AppManagerServer)
func RegisterCategoryManagerHandler ¶
func RegisterCategoryManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterCategoryManagerHandler registers the http handlers for service CategoryManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterCategoryManagerHandlerClient ¶
func RegisterCategoryManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CategoryManagerClient) error
RegisterCategoryManagerHandlerClient registers the http handlers for service CategoryManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CategoryManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CategoryManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CategoryManagerClient" to call the correct interceptors.
func RegisterCategoryManagerHandlerFromEndpoint ¶
func RegisterCategoryManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterCategoryManagerHandlerFromEndpoint is same as RegisterCategoryManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterCategoryManagerServer ¶
func RegisterCategoryManagerServer(s *grpc.Server, srv CategoryManagerServer)
func RegisterClusterManagerHandler ¶
func RegisterClusterManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterClusterManagerHandler registers the http handlers for service ClusterManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterClusterManagerHandlerClient ¶
func RegisterClusterManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ClusterManagerClient) error
RegisterClusterManagerHandlerClient registers the http handlers for service ClusterManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ClusterManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ClusterManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ClusterManagerClient" to call the correct interceptors.
func RegisterClusterManagerHandlerFromEndpoint ¶
func RegisterClusterManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterClusterManagerHandlerFromEndpoint is same as RegisterClusterManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterClusterManagerServer ¶
func RegisterClusterManagerServer(s *grpc.Server, srv ClusterManagerServer)
func RegisterJobManagerHandler ¶
func RegisterJobManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterJobManagerHandler registers the http handlers for service JobManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterJobManagerHandlerClient ¶
func RegisterJobManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client JobManagerClient) error
RegisterJobManagerHandlerClient registers the http handlers for service JobManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "JobManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "JobManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "JobManagerClient" to call the correct interceptors.
func RegisterJobManagerHandlerFromEndpoint ¶
func RegisterJobManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterJobManagerHandlerFromEndpoint is same as RegisterJobManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterJobManagerServer ¶
func RegisterJobManagerServer(s *grpc.Server, srv JobManagerServer)
func RegisterRepoIndexerHandler ¶
func RegisterRepoIndexerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterRepoIndexerHandler registers the http handlers for service RepoIndexer to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterRepoIndexerHandlerClient ¶
func RegisterRepoIndexerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RepoIndexerClient) error
RegisterRepoIndexerHandlerClient registers the http handlers for service RepoIndexer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RepoIndexerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RepoIndexerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RepoIndexerClient" to call the correct interceptors.
func RegisterRepoIndexerHandlerFromEndpoint ¶
func RegisterRepoIndexerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterRepoIndexerHandlerFromEndpoint is same as RegisterRepoIndexerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterRepoIndexerServer ¶
func RegisterRepoIndexerServer(s *grpc.Server, srv RepoIndexerServer)
func RegisterRepoManagerHandler ¶
func RegisterRepoManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterRepoManagerHandler registers the http handlers for service RepoManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterRepoManagerHandlerClient ¶
func RegisterRepoManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RepoManagerClient) error
RegisterRepoManagerHandlerClient registers the http handlers for service RepoManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RepoManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RepoManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RepoManagerClient" to call the correct interceptors.
func RegisterRepoManagerHandlerFromEndpoint ¶
func RegisterRepoManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterRepoManagerHandlerFromEndpoint is same as RegisterRepoManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterRepoManagerServer ¶
func RegisterRepoManagerServer(s *grpc.Server, srv RepoManagerServer)
func RegisterRuntimeManagerHandler ¶
func RegisterRuntimeManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterRuntimeManagerHandler registers the http handlers for service RuntimeManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterRuntimeManagerHandlerClient ¶
func RegisterRuntimeManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RuntimeManagerClient) error
RegisterRuntimeManagerHandlerClient registers the http handlers for service RuntimeManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RuntimeManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RuntimeManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RuntimeManagerClient" to call the correct interceptors.
func RegisterRuntimeManagerHandlerFromEndpoint ¶
func RegisterRuntimeManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterRuntimeManagerHandlerFromEndpoint is same as RegisterRuntimeManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterRuntimeManagerServer ¶
func RegisterRuntimeManagerServer(s *grpc.Server, srv RuntimeManagerServer)
func RegisterTaskManagerHandler ¶
func RegisterTaskManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterTaskManagerHandler registers the http handlers for service TaskManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterTaskManagerHandlerClient ¶
func RegisterTaskManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TaskManagerClient) error
RegisterTaskManagerHandlerClient registers the http handlers for service TaskManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TaskManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TaskManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TaskManagerClient" to call the correct interceptors.
func RegisterTaskManagerHandlerFromEndpoint ¶
func RegisterTaskManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterTaskManagerHandlerFromEndpoint is same as RegisterTaskManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterTaskManagerServer ¶
func RegisterTaskManagerServer(s *grpc.Server, srv TaskManagerServer)
func RegisterTokenManagerHandler ¶ added in v0.2.3
func RegisterTokenManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterTokenManagerHandler registers the http handlers for service TokenManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterTokenManagerHandlerClient ¶ added in v0.2.3
func RegisterTokenManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TokenManagerClient) error
RegisterTokenManagerHandlerClient registers the http handlers for service TokenManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TokenManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TokenManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TokenManagerClient" to call the correct interceptors.
func RegisterTokenManagerHandlerFromEndpoint ¶ added in v0.2.3
func RegisterTokenManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterTokenManagerHandlerFromEndpoint is same as RegisterTokenManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterTokenManagerServer ¶ added in v0.2.3
func RegisterTokenManagerServer(s *grpc.Server, srv TokenManagerServer)
Types ¶
type AccountManagerClient ¶ added in v0.2.3
type AccountManagerClient interface { DescribeUsers(ctx context.Context, in *DescribeUsersRequest, opts ...grpc.CallOption) (*DescribeUsersResponse, error) ModifyUser(ctx context.Context, in *ModifyUserRequest, opts ...grpc.CallOption) (*ModifyUserResponse, error) DeleteUsers(ctx context.Context, in *DeleteUsersRequest, opts ...grpc.CallOption) (*DeleteUsersResponse, error) ChangePassword(ctx context.Context, in *ChangePasswordRequest, opts ...grpc.CallOption) (*ChangePasswordResponse, error) CreatePasswordReset(ctx context.Context, in *CreatePasswordResetRequest, opts ...grpc.CallOption) (*CreatePasswordResetResponse, error) // admin permission CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error) GetPasswordReset(ctx context.Context, in *GetPasswordResetRequest, opts ...grpc.CallOption) (*GetPasswordResetResponse, error) ValidateUserPassword(ctx context.Context, in *ValidateUserPasswordRequest, opts ...grpc.CallOption) (*ValidateUserPasswordResponse, error) // group CreateGroup(ctx context.Context, in *CreateGroupRequest, opts ...grpc.CallOption) (*CreateGroupResponse, error) DescribeGroups(ctx context.Context, in *DescribeGroupsRequest, opts ...grpc.CallOption) (*DescribeGroupsResponse, error) ModifyGroup(ctx context.Context, in *ModifyGroupRequest, opts ...grpc.CallOption) (*ModifyGroupResponse, error) DeleteGroups(ctx context.Context, in *DeleteGroupsRequest, opts ...grpc.CallOption) (*DeleteGroupsResponse, error) JoinGroup(ctx context.Context, in *JoinGroupRequest, opts ...grpc.CallOption) (*JoinGroupResponse, error) LeaveGroup(ctx context.Context, in *LeaveGroupRequest, opts ...grpc.CallOption) (*LeaveGroupResponse, error) }
AccountManagerClient is the client API for AccountManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAccountManagerClient ¶ added in v0.2.3
func NewAccountManagerClient(cc *grpc.ClientConn) AccountManagerClient
type AccountManagerServer ¶ added in v0.2.3
type AccountManagerServer interface { DescribeUsers(context.Context, *DescribeUsersRequest) (*DescribeUsersResponse, error) ModifyUser(context.Context, *ModifyUserRequest) (*ModifyUserResponse, error) DeleteUsers(context.Context, *DeleteUsersRequest) (*DeleteUsersResponse, error) ChangePassword(context.Context, *ChangePasswordRequest) (*ChangePasswordResponse, error) CreatePasswordReset(context.Context, *CreatePasswordResetRequest) (*CreatePasswordResetResponse, error) // admin permission CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error) GetPasswordReset(context.Context, *GetPasswordResetRequest) (*GetPasswordResetResponse, error) ValidateUserPassword(context.Context, *ValidateUserPasswordRequest) (*ValidateUserPasswordResponse, error) // group CreateGroup(context.Context, *CreateGroupRequest) (*CreateGroupResponse, error) DescribeGroups(context.Context, *DescribeGroupsRequest) (*DescribeGroupsResponse, error) ModifyGroup(context.Context, *ModifyGroupRequest) (*ModifyGroupResponse, error) DeleteGroups(context.Context, *DeleteGroupsRequest) (*DeleteGroupsResponse, error) JoinGroup(context.Context, *JoinGroupRequest) (*JoinGroupResponse, error) LeaveGroup(context.Context, *LeaveGroupRequest) (*LeaveGroupResponse, error) }
AccountManagerServer is the server API for AccountManager service.
type AddClusterNodesRequest ¶
type AddClusterNodesRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Role *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` NodeCount *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=node_count,json=nodeCount,proto3" json:"node_count,omitempty"` AdvancedParam []string `protobuf:"bytes,4,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddClusterNodesRequest) Descriptor ¶
func (*AddClusterNodesRequest) Descriptor() ([]byte, []int)
func (*AddClusterNodesRequest) GetAdvancedParam ¶
func (m *AddClusterNodesRequest) GetAdvancedParam() []string
func (*AddClusterNodesRequest) GetClusterId ¶
func (m *AddClusterNodesRequest) GetClusterId() *wrappers.StringValue
func (*AddClusterNodesRequest) GetNodeCount ¶
func (m *AddClusterNodesRequest) GetNodeCount() *wrappers.UInt32Value
func (*AddClusterNodesRequest) GetRole ¶
func (m *AddClusterNodesRequest) GetRole() *wrappers.StringValue
func (*AddClusterNodesRequest) ProtoMessage ¶
func (*AddClusterNodesRequest) ProtoMessage()
func (*AddClusterNodesRequest) Reset ¶
func (m *AddClusterNodesRequest) Reset()
func (*AddClusterNodesRequest) String ¶
func (m *AddClusterNodesRequest) String() string
func (*AddClusterNodesRequest) XXX_DiscardUnknown ¶
func (m *AddClusterNodesRequest) XXX_DiscardUnknown()
func (*AddClusterNodesRequest) XXX_Marshal ¶
func (m *AddClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddClusterNodesRequest) XXX_Merge ¶
func (m *AddClusterNodesRequest) XXX_Merge(src proto.Message)
func (*AddClusterNodesRequest) XXX_Size ¶
func (m *AddClusterNodesRequest) XXX_Size() int
func (*AddClusterNodesRequest) XXX_Unmarshal ¶
func (m *AddClusterNodesRequest) XXX_Unmarshal(b []byte) error
type AddClusterNodesResponse ¶
type AddClusterNodesResponse struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddClusterNodesResponse) Descriptor ¶
func (*AddClusterNodesResponse) Descriptor() ([]byte, []int)
func (*AddClusterNodesResponse) GetClusterId ¶
func (m *AddClusterNodesResponse) GetClusterId() *wrappers.StringValue
func (*AddClusterNodesResponse) GetJobId ¶
func (m *AddClusterNodesResponse) GetJobId() *wrappers.StringValue
func (*AddClusterNodesResponse) ProtoMessage ¶
func (*AddClusterNodesResponse) ProtoMessage()
func (*AddClusterNodesResponse) Reset ¶
func (m *AddClusterNodesResponse) Reset()
func (*AddClusterNodesResponse) String ¶
func (m *AddClusterNodesResponse) String() string
func (*AddClusterNodesResponse) XXX_DiscardUnknown ¶
func (m *AddClusterNodesResponse) XXX_DiscardUnknown()
func (*AddClusterNodesResponse) XXX_Marshal ¶
func (m *AddClusterNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddClusterNodesResponse) XXX_Merge ¶
func (m *AddClusterNodesResponse) XXX_Merge(src proto.Message)
func (*AddClusterNodesResponse) XXX_Size ¶
func (m *AddClusterNodesResponse) XXX_Size() int
func (*AddClusterNodesResponse) XXX_Unmarshal ¶
func (m *AddClusterNodesResponse) XXX_Unmarshal(b []byte) error
type AddNodeKeyPairsRequest ¶ added in v0.1.7
type AddNodeKeyPairsRequest struct { NodeKeyPair []*NodeKeyPair `protobuf:"bytes,1,rep,name=node_key_pair,json=nodeKeyPair,proto3" json:"node_key_pair,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddNodeKeyPairsRequest) Descriptor ¶ added in v0.1.7
func (*AddNodeKeyPairsRequest) Descriptor() ([]byte, []int)
func (*AddNodeKeyPairsRequest) GetNodeKeyPair ¶ added in v0.1.7
func (m *AddNodeKeyPairsRequest) GetNodeKeyPair() []*NodeKeyPair
func (*AddNodeKeyPairsRequest) ProtoMessage ¶ added in v0.1.7
func (*AddNodeKeyPairsRequest) ProtoMessage()
func (*AddNodeKeyPairsRequest) Reset ¶ added in v0.1.7
func (m *AddNodeKeyPairsRequest) Reset()
func (*AddNodeKeyPairsRequest) String ¶ added in v0.1.7
func (m *AddNodeKeyPairsRequest) String() string
func (*AddNodeKeyPairsRequest) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *AddNodeKeyPairsRequest) XXX_DiscardUnknown()
func (*AddNodeKeyPairsRequest) XXX_Marshal ¶ added in v0.1.7
func (m *AddNodeKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddNodeKeyPairsRequest) XXX_Merge ¶ added in v0.1.7
func (m *AddNodeKeyPairsRequest) XXX_Merge(src proto.Message)
func (*AddNodeKeyPairsRequest) XXX_Size ¶ added in v0.1.7
func (m *AddNodeKeyPairsRequest) XXX_Size() int
func (*AddNodeKeyPairsRequest) XXX_Unmarshal ¶ added in v0.1.7
func (m *AddNodeKeyPairsRequest) XXX_Unmarshal(b []byte) error
type AddNodeKeyPairsResponse ¶ added in v0.1.7
type AddNodeKeyPairsResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddNodeKeyPairsResponse) Descriptor ¶ added in v0.1.7
func (*AddNodeKeyPairsResponse) Descriptor() ([]byte, []int)
func (*AddNodeKeyPairsResponse) ProtoMessage ¶ added in v0.1.7
func (*AddNodeKeyPairsResponse) ProtoMessage()
func (*AddNodeKeyPairsResponse) Reset ¶ added in v0.1.7
func (m *AddNodeKeyPairsResponse) Reset()
func (*AddNodeKeyPairsResponse) String ¶ added in v0.1.7
func (m *AddNodeKeyPairsResponse) String() string
func (*AddNodeKeyPairsResponse) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *AddNodeKeyPairsResponse) XXX_DiscardUnknown()
func (*AddNodeKeyPairsResponse) XXX_Marshal ¶ added in v0.1.7
func (m *AddNodeKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddNodeKeyPairsResponse) XXX_Merge ¶ added in v0.1.7
func (m *AddNodeKeyPairsResponse) XXX_Merge(src proto.Message)
func (*AddNodeKeyPairsResponse) XXX_Size ¶ added in v0.1.7
func (m *AddNodeKeyPairsResponse) XXX_Size() int
func (*AddNodeKeyPairsResponse) XXX_Unmarshal ¶ added in v0.1.7
func (m *AddNodeKeyPairsResponse) XXX_Unmarshal(b []byte) error
type AddTableClusterNodesRequest ¶
type AddTableClusterNodesRequest struct { ClusterNodeSet []*ClusterNode `protobuf:"bytes,1,rep,name=cluster_node_set,json=clusterNodeSet,proto3" json:"cluster_node_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddTableClusterNodesRequest) Descriptor ¶
func (*AddTableClusterNodesRequest) Descriptor() ([]byte, []int)
func (*AddTableClusterNodesRequest) GetClusterNodeSet ¶
func (m *AddTableClusterNodesRequest) GetClusterNodeSet() []*ClusterNode
func (*AddTableClusterNodesRequest) ProtoMessage ¶
func (*AddTableClusterNodesRequest) ProtoMessage()
func (*AddTableClusterNodesRequest) Reset ¶
func (m *AddTableClusterNodesRequest) Reset()
func (*AddTableClusterNodesRequest) String ¶
func (m *AddTableClusterNodesRequest) String() string
func (*AddTableClusterNodesRequest) XXX_DiscardUnknown ¶
func (m *AddTableClusterNodesRequest) XXX_DiscardUnknown()
func (*AddTableClusterNodesRequest) XXX_Marshal ¶
func (m *AddTableClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddTableClusterNodesRequest) XXX_Merge ¶
func (m *AddTableClusterNodesRequest) XXX_Merge(src proto.Message)
func (*AddTableClusterNodesRequest) XXX_Size ¶
func (m *AddTableClusterNodesRequest) XXX_Size() int
func (*AddTableClusterNodesRequest) XXX_Unmarshal ¶
func (m *AddTableClusterNodesRequest) XXX_Unmarshal(b []byte) error
type App ¶
type App struct { AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` RepoId *wrappers.StringValue `protobuf:"bytes,3,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` Home *wrappers.StringValue `protobuf:"bytes,6,opt,name=home,proto3" json:"home,omitempty"` Icon *wrappers.StringValue `protobuf:"bytes,7,opt,name=icon,proto3" json:"icon,omitempty"` Screenshots *wrappers.StringValue `protobuf:"bytes,8,opt,name=screenshots,proto3" json:"screenshots,omitempty"` Maintainers *wrappers.StringValue `protobuf:"bytes,9,opt,name=maintainers,proto3" json:"maintainers,omitempty"` Keywords *wrappers.StringValue `protobuf:"bytes,10,opt,name=keywords,proto3" json:"keywords,omitempty"` Sources *wrappers.StringValue `protobuf:"bytes,11,opt,name=sources,proto3" json:"sources,omitempty"` Readme *wrappers.StringValue `protobuf:"bytes,12,opt,name=readme,proto3" json:"readme,omitempty"` ChartName *wrappers.StringValue `protobuf:"bytes,13,opt,name=chart_name,json=chartName,proto3" json:"chart_name,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,14,opt,name=owner,proto3" json:"owner,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,15,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,16,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,17,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` CategorySet []*ResourceCategory `protobuf:"bytes,18,rep,name=category_set,json=categorySet,proto3" json:"category_set,omitempty"` LatestAppVersion *AppVersion `protobuf:"bytes,19,opt,name=latest_app_version,json=latestAppVersion,proto3" json:"latest_app_version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*App) Descriptor ¶
func (*App) GetAppId ¶
func (m *App) GetAppId() *wrappers.StringValue
func (*App) GetCategorySet ¶
func (m *App) GetCategorySet() []*ResourceCategory
func (*App) GetChartName ¶
func (m *App) GetChartName() *wrappers.StringValue
func (*App) GetCreateTime ¶
func (*App) GetDescription ¶
func (m *App) GetDescription() *wrappers.StringValue
func (*App) GetHome ¶
func (m *App) GetHome() *wrappers.StringValue
func (*App) GetIcon ¶
func (m *App) GetIcon() *wrappers.StringValue
func (*App) GetKeywords ¶
func (m *App) GetKeywords() *wrappers.StringValue
func (*App) GetLatestAppVersion ¶
func (m *App) GetLatestAppVersion() *AppVersion
func (*App) GetMaintainers ¶
func (m *App) GetMaintainers() *wrappers.StringValue
func (*App) GetName ¶
func (m *App) GetName() *wrappers.StringValue
func (*App) GetOwner ¶
func (m *App) GetOwner() *wrappers.StringValue
func (*App) GetReadme ¶
func (m *App) GetReadme() *wrappers.StringValue
func (*App) GetRepoId ¶
func (m *App) GetRepoId() *wrappers.StringValue
func (*App) GetScreenshots ¶
func (m *App) GetScreenshots() *wrappers.StringValue
func (*App) GetSources ¶
func (m *App) GetSources() *wrappers.StringValue
func (*App) GetStatus ¶
func (m *App) GetStatus() *wrappers.StringValue
func (*App) GetStatusTime ¶
func (*App) GetUpdateTime ¶
func (*App) ProtoMessage ¶
func (*App) ProtoMessage()
func (*App) XXX_DiscardUnknown ¶
func (m *App) XXX_DiscardUnknown()
func (*App) XXX_Unmarshal ¶
type AppManagerClient ¶
type AppManagerClient interface { SyncRepo(ctx context.Context, in *SyncRepoRequest, opts ...grpc.CallOption) (*SyncRepoResponse, error) CreateApp(ctx context.Context, in *CreateAppRequest, opts ...grpc.CallOption) (*CreateAppResponse, error) GetAppStatistics(ctx context.Context, in *GetAppStatisticsRequest, opts ...grpc.CallOption) (*GetAppStatisticsResponse, error) DescribeApps(ctx context.Context, in *DescribeAppsRequest, opts ...grpc.CallOption) (*DescribeAppsResponse, error) ModifyApp(ctx context.Context, in *ModifyAppRequest, opts ...grpc.CallOption) (*ModifyAppResponse, error) DeleteApps(ctx context.Context, in *DeleteAppsRequest, opts ...grpc.CallOption) (*DeleteAppsResponse, error) CreateAppVersion(ctx context.Context, in *CreateAppVersionRequest, opts ...grpc.CallOption) (*CreateAppVersionResponse, error) DescribeAppVersions(ctx context.Context, in *DescribeAppVersionsRequest, opts ...grpc.CallOption) (*DescribeAppVersionsResponse, error) ModifyAppVersion(ctx context.Context, in *ModifyAppVersionRequest, opts ...grpc.CallOption) (*ModifyAppVersionResponse, error) GetAppVersionPackage(ctx context.Context, in *GetAppVersionPackageRequest, opts ...grpc.CallOption) (*GetAppVersionPackageResponse, error) GetAppVersionPackageFiles(ctx context.Context, in *GetAppVersionPackageFilesRequest, opts ...grpc.CallOption) (*GetAppVersionPackageFilesResponse, error) SubmitAppVersion(ctx context.Context, in *SubmitAppVersionRequest, opts ...grpc.CallOption) (*SubmitAppVersionResponse, error) CancelAppVersion(ctx context.Context, in *CancelAppVersionRequest, opts ...grpc.CallOption) (*CancelAppVersionResponse, error) ReleaseAppVersion(ctx context.Context, in *ReleaseAppVersionRequest, opts ...grpc.CallOption) (*ReleaseAppVersionResponse, error) DeleteAppVersion(ctx context.Context, in *DeleteAppVersionRequest, opts ...grpc.CallOption) (*DeleteAppVersionResponse, error) PassAppVersion(ctx context.Context, in *PassAppVersionRequest, opts ...grpc.CallOption) (*PassAppVersionResponse, error) RejectAppVersion(ctx context.Context, in *RejectAppVersionRequest, opts ...grpc.CallOption) (*RejectAppVersionResponse, error) SuspendAppVersion(ctx context.Context, in *SuspendAppVersionRequest, opts ...grpc.CallOption) (*SuspendAppVersionResponse, error) RecoverAppVersion(ctx context.Context, in *RecoverAppVersionRequest, opts ...grpc.CallOption) (*RecoverAppVersionResponse, error) }
AppManagerClient is the client API for AppManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAppManagerClient ¶
func NewAppManagerClient(cc *grpc.ClientConn) AppManagerClient
type AppManagerServer ¶
type AppManagerServer interface { SyncRepo(context.Context, *SyncRepoRequest) (*SyncRepoResponse, error) CreateApp(context.Context, *CreateAppRequest) (*CreateAppResponse, error) GetAppStatistics(context.Context, *GetAppStatisticsRequest) (*GetAppStatisticsResponse, error) DescribeApps(context.Context, *DescribeAppsRequest) (*DescribeAppsResponse, error) ModifyApp(context.Context, *ModifyAppRequest) (*ModifyAppResponse, error) DeleteApps(context.Context, *DeleteAppsRequest) (*DeleteAppsResponse, error) CreateAppVersion(context.Context, *CreateAppVersionRequest) (*CreateAppVersionResponse, error) DescribeAppVersions(context.Context, *DescribeAppVersionsRequest) (*DescribeAppVersionsResponse, error) ModifyAppVersion(context.Context, *ModifyAppVersionRequest) (*ModifyAppVersionResponse, error) GetAppVersionPackage(context.Context, *GetAppVersionPackageRequest) (*GetAppVersionPackageResponse, error) GetAppVersionPackageFiles(context.Context, *GetAppVersionPackageFilesRequest) (*GetAppVersionPackageFilesResponse, error) SubmitAppVersion(context.Context, *SubmitAppVersionRequest) (*SubmitAppVersionResponse, error) CancelAppVersion(context.Context, *CancelAppVersionRequest) (*CancelAppVersionResponse, error) ReleaseAppVersion(context.Context, *ReleaseAppVersionRequest) (*ReleaseAppVersionResponse, error) DeleteAppVersion(context.Context, *DeleteAppVersionRequest) (*DeleteAppVersionResponse, error) PassAppVersion(context.Context, *PassAppVersionRequest) (*PassAppVersionResponse, error) RejectAppVersion(context.Context, *RejectAppVersionRequest) (*RejectAppVersionResponse, error) SuspendAppVersion(context.Context, *SuspendAppVersionRequest) (*SuspendAppVersionResponse, error) RecoverAppVersion(context.Context, *RecoverAppVersionRequest) (*RecoverAppVersionResponse, error) }
AppManagerServer is the server API for AppManager service.
type AppVersion ¶
type AppVersion struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` AppId *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Home *wrappers.StringValue `protobuf:"bytes,6,opt,name=home,proto3" json:"home,omitempty"` Icon *wrappers.StringValue `protobuf:"bytes,7,opt,name=icon,proto3" json:"icon,omitempty"` Screenshots *wrappers.StringValue `protobuf:"bytes,8,opt,name=screenshots,proto3" json:"screenshots,omitempty"` Maintainers *wrappers.StringValue `protobuf:"bytes,9,opt,name=maintainers,proto3" json:"maintainers,omitempty"` Keywords *wrappers.StringValue `protobuf:"bytes,10,opt,name=keywords,proto3" json:"keywords,omitempty"` Sources *wrappers.StringValue `protobuf:"bytes,11,opt,name=sources,proto3" json:"sources,omitempty"` Readme *wrappers.StringValue `protobuf:"bytes,12,opt,name=readme,proto3" json:"readme,omitempty"` PackageName *wrappers.StringValue `protobuf:"bytes,13,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,14,opt,name=status,proto3" json:"status,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,15,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,16,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,17,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` Sequence *wrappers.UInt32Value `protobuf:"bytes,18,opt,name=sequence,proto3" json:"sequence,omitempty"` Message *wrappers.StringValue `protobuf:"bytes,19,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppVersion) Descriptor ¶
func (*AppVersion) Descriptor() ([]byte, []int)
func (*AppVersion) GetAppId ¶
func (m *AppVersion) GetAppId() *wrappers.StringValue
func (*AppVersion) GetCreateTime ¶
func (m *AppVersion) GetCreateTime() *timestamp.Timestamp
func (*AppVersion) GetDescription ¶
func (m *AppVersion) GetDescription() *wrappers.StringValue
func (*AppVersion) GetHome ¶ added in v0.2.1
func (m *AppVersion) GetHome() *wrappers.StringValue
func (*AppVersion) GetIcon ¶ added in v0.2.1
func (m *AppVersion) GetIcon() *wrappers.StringValue
func (*AppVersion) GetKeywords ¶ added in v0.2.1
func (m *AppVersion) GetKeywords() *wrappers.StringValue
func (*AppVersion) GetMaintainers ¶ added in v0.2.1
func (m *AppVersion) GetMaintainers() *wrappers.StringValue
func (*AppVersion) GetMessage ¶ added in v0.2.3
func (m *AppVersion) GetMessage() *wrappers.StringValue
func (*AppVersion) GetName ¶
func (m *AppVersion) GetName() *wrappers.StringValue
func (*AppVersion) GetOwner ¶
func (m *AppVersion) GetOwner() *wrappers.StringValue
func (*AppVersion) GetPackageName ¶
func (m *AppVersion) GetPackageName() *wrappers.StringValue
func (*AppVersion) GetReadme ¶ added in v0.2.1
func (m *AppVersion) GetReadme() *wrappers.StringValue
func (*AppVersion) GetScreenshots ¶ added in v0.2.1
func (m *AppVersion) GetScreenshots() *wrappers.StringValue
func (*AppVersion) GetSequence ¶
func (m *AppVersion) GetSequence() *wrappers.UInt32Value
func (*AppVersion) GetSources ¶ added in v0.2.1
func (m *AppVersion) GetSources() *wrappers.StringValue
func (*AppVersion) GetStatus ¶
func (m *AppVersion) GetStatus() *wrappers.StringValue
func (*AppVersion) GetStatusTime ¶
func (m *AppVersion) GetStatusTime() *timestamp.Timestamp
func (*AppVersion) GetUpdateTime ¶
func (m *AppVersion) GetUpdateTime() *timestamp.Timestamp
func (*AppVersion) GetVersionId ¶
func (m *AppVersion) GetVersionId() *wrappers.StringValue
func (*AppVersion) ProtoMessage ¶
func (*AppVersion) ProtoMessage()
func (*AppVersion) Reset ¶
func (m *AppVersion) Reset()
func (*AppVersion) String ¶
func (m *AppVersion) String() string
func (*AppVersion) XXX_DiscardUnknown ¶
func (m *AppVersion) XXX_DiscardUnknown()
func (*AppVersion) XXX_Marshal ¶
func (m *AppVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppVersion) XXX_Merge ¶
func (m *AppVersion) XXX_Merge(src proto.Message)
func (*AppVersion) XXX_Size ¶
func (m *AppVersion) XXX_Size() int
func (*AppVersion) XXX_Unmarshal ¶
func (m *AppVersion) XXX_Unmarshal(b []byte) error
type AttachKeyPairsRequest ¶ added in v0.1.7
type AttachKeyPairsRequest struct { KeyPairId []string `protobuf:"bytes,1,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` NodeId []string `protobuf:"bytes,2,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AttachKeyPairsRequest) Descriptor ¶ added in v0.1.7
func (*AttachKeyPairsRequest) Descriptor() ([]byte, []int)
func (*AttachKeyPairsRequest) GetKeyPairId ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) GetKeyPairId() []string
func (*AttachKeyPairsRequest) GetNodeId ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) GetNodeId() []string
func (*AttachKeyPairsRequest) ProtoMessage ¶ added in v0.1.7
func (*AttachKeyPairsRequest) ProtoMessage()
func (*AttachKeyPairsRequest) Reset ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) Reset()
func (*AttachKeyPairsRequest) String ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) String() string
func (*AttachKeyPairsRequest) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) XXX_DiscardUnknown()
func (*AttachKeyPairsRequest) XXX_Marshal ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AttachKeyPairsRequest) XXX_Merge ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) XXX_Merge(src proto.Message)
func (*AttachKeyPairsRequest) XXX_Size ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) XXX_Size() int
func (*AttachKeyPairsRequest) XXX_Unmarshal ¶ added in v0.1.7
func (m *AttachKeyPairsRequest) XXX_Unmarshal(b []byte) error
type AttachKeyPairsResponse ¶ added in v0.1.7
type AttachKeyPairsResponse struct { JobId []string `protobuf:"bytes,1,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AttachKeyPairsResponse) Descriptor ¶ added in v0.1.7
func (*AttachKeyPairsResponse) Descriptor() ([]byte, []int)
func (*AttachKeyPairsResponse) GetJobId ¶ added in v0.1.7
func (m *AttachKeyPairsResponse) GetJobId() []string
func (*AttachKeyPairsResponse) ProtoMessage ¶ added in v0.1.7
func (*AttachKeyPairsResponse) ProtoMessage()
func (*AttachKeyPairsResponse) Reset ¶ added in v0.1.7
func (m *AttachKeyPairsResponse) Reset()
func (*AttachKeyPairsResponse) String ¶ added in v0.1.7
func (m *AttachKeyPairsResponse) String() string
func (*AttachKeyPairsResponse) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *AttachKeyPairsResponse) XXX_DiscardUnknown()
func (*AttachKeyPairsResponse) XXX_Marshal ¶ added in v0.1.7
func (m *AttachKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AttachKeyPairsResponse) XXX_Merge ¶ added in v0.1.7
func (m *AttachKeyPairsResponse) XXX_Merge(src proto.Message)
func (*AttachKeyPairsResponse) XXX_Size ¶ added in v0.1.7
func (m *AttachKeyPairsResponse) XXX_Size() int
func (*AttachKeyPairsResponse) XXX_Unmarshal ¶ added in v0.1.7
func (m *AttachKeyPairsResponse) XXX_Unmarshal(b []byte) error
type CancelAppVersionRequest ¶ added in v0.2.1
type CancelAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CancelAppVersionRequest) Descriptor ¶ added in v0.2.1
func (*CancelAppVersionRequest) Descriptor() ([]byte, []int)
func (*CancelAppVersionRequest) GetVersionId ¶ added in v0.2.1
func (m *CancelAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*CancelAppVersionRequest) ProtoMessage ¶ added in v0.2.1
func (*CancelAppVersionRequest) ProtoMessage()
func (*CancelAppVersionRequest) Reset ¶ added in v0.2.1
func (m *CancelAppVersionRequest) Reset()
func (*CancelAppVersionRequest) String ¶ added in v0.2.1
func (m *CancelAppVersionRequest) String() string
func (*CancelAppVersionRequest) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *CancelAppVersionRequest) XXX_DiscardUnknown()
func (*CancelAppVersionRequest) XXX_Marshal ¶ added in v0.2.1
func (m *CancelAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CancelAppVersionRequest) XXX_Merge ¶ added in v0.2.1
func (m *CancelAppVersionRequest) XXX_Merge(src proto.Message)
func (*CancelAppVersionRequest) XXX_Size ¶ added in v0.2.1
func (m *CancelAppVersionRequest) XXX_Size() int
func (*CancelAppVersionRequest) XXX_Unmarshal ¶ added in v0.2.1
func (m *CancelAppVersionRequest) XXX_Unmarshal(b []byte) error
type CancelAppVersionResponse ¶ added in v0.2.1
type CancelAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CancelAppVersionResponse) Descriptor ¶ added in v0.2.1
func (*CancelAppVersionResponse) Descriptor() ([]byte, []int)
func (*CancelAppVersionResponse) GetVersionId ¶ added in v0.2.1
func (m *CancelAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*CancelAppVersionResponse) ProtoMessage ¶ added in v0.2.1
func (*CancelAppVersionResponse) ProtoMessage()
func (*CancelAppVersionResponse) Reset ¶ added in v0.2.1
func (m *CancelAppVersionResponse) Reset()
func (*CancelAppVersionResponse) String ¶ added in v0.2.1
func (m *CancelAppVersionResponse) String() string
func (*CancelAppVersionResponse) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *CancelAppVersionResponse) XXX_DiscardUnknown()
func (*CancelAppVersionResponse) XXX_Marshal ¶ added in v0.2.1
func (m *CancelAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CancelAppVersionResponse) XXX_Merge ¶ added in v0.2.1
func (m *CancelAppVersionResponse) XXX_Merge(src proto.Message)
func (*CancelAppVersionResponse) XXX_Size ¶ added in v0.2.1
func (m *CancelAppVersionResponse) XXX_Size() int
func (*CancelAppVersionResponse) XXX_Unmarshal ¶ added in v0.2.1
func (m *CancelAppVersionResponse) XXX_Unmarshal(b []byte) error
type Category ¶
type Category struct { CategoryId *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Locale *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Category) Descriptor ¶
func (*Category) GetCategoryId ¶
func (m *Category) GetCategoryId() *wrappers.StringValue
func (*Category) GetCreateTime ¶
func (*Category) GetDescription ¶ added in v0.1.5
func (m *Category) GetDescription() *wrappers.StringValue
func (*Category) GetLocale ¶
func (m *Category) GetLocale() *wrappers.StringValue
func (*Category) GetName ¶
func (m *Category) GetName() *wrappers.StringValue
func (*Category) GetOwner ¶
func (m *Category) GetOwner() *wrappers.StringValue
func (*Category) GetUpdateTime ¶
func (*Category) ProtoMessage ¶
func (*Category) ProtoMessage()
func (*Category) XXX_DiscardUnknown ¶
func (m *Category) XXX_DiscardUnknown()
func (*Category) XXX_Marshal ¶
func (*Category) XXX_Unmarshal ¶
type CategoryManagerClient ¶
type CategoryManagerClient interface { DescribeCategories(ctx context.Context, in *DescribeCategoriesRequest, opts ...grpc.CallOption) (*DescribeCategoriesResponse, error) CreateCategory(ctx context.Context, in *CreateCategoryRequest, opts ...grpc.CallOption) (*CreateCategoryResponse, error) ModifyCategory(ctx context.Context, in *ModifyCategoryRequest, opts ...grpc.CallOption) (*ModifyCategoryResponse, error) DeleteCategories(ctx context.Context, in *DeleteCategoriesRequest, opts ...grpc.CallOption) (*DeleteCategoriesResponse, error) }
CategoryManagerClient is the client API for CategoryManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewCategoryManagerClient ¶
func NewCategoryManagerClient(cc *grpc.ClientConn) CategoryManagerClient
type CategoryManagerServer ¶
type CategoryManagerServer interface { DescribeCategories(context.Context, *DescribeCategoriesRequest) (*DescribeCategoriesResponse, error) CreateCategory(context.Context, *CreateCategoryRequest) (*CreateCategoryResponse, error) ModifyCategory(context.Context, *ModifyCategoryRequest) (*ModifyCategoryResponse, error) DeleteCategories(context.Context, *DeleteCategoriesRequest) (*DeleteCategoriesResponse, error) }
CategoryManagerServer is the server API for CategoryManager service.
type CeaseClustersRequest ¶
type CeaseClustersRequest struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CeaseClustersRequest) Descriptor ¶
func (*CeaseClustersRequest) Descriptor() ([]byte, []int)
func (*CeaseClustersRequest) GetAdvancedParam ¶
func (m *CeaseClustersRequest) GetAdvancedParam() []string
func (*CeaseClustersRequest) GetClusterId ¶
func (m *CeaseClustersRequest) GetClusterId() []string
func (*CeaseClustersRequest) ProtoMessage ¶
func (*CeaseClustersRequest) ProtoMessage()
func (*CeaseClustersRequest) Reset ¶
func (m *CeaseClustersRequest) Reset()
func (*CeaseClustersRequest) String ¶
func (m *CeaseClustersRequest) String() string
func (*CeaseClustersRequest) XXX_DiscardUnknown ¶
func (m *CeaseClustersRequest) XXX_DiscardUnknown()
func (*CeaseClustersRequest) XXX_Marshal ¶
func (m *CeaseClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CeaseClustersRequest) XXX_Merge ¶
func (m *CeaseClustersRequest) XXX_Merge(src proto.Message)
func (*CeaseClustersRequest) XXX_Size ¶
func (m *CeaseClustersRequest) XXX_Size() int
func (*CeaseClustersRequest) XXX_Unmarshal ¶
func (m *CeaseClustersRequest) XXX_Unmarshal(b []byte) error
type CeaseClustersResponse ¶
type CeaseClustersResponse struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CeaseClustersResponse) Descriptor ¶
func (*CeaseClustersResponse) Descriptor() ([]byte, []int)
func (*CeaseClustersResponse) GetClusterId ¶
func (m *CeaseClustersResponse) GetClusterId() []string
func (*CeaseClustersResponse) GetJobId ¶
func (m *CeaseClustersResponse) GetJobId() []string
func (*CeaseClustersResponse) ProtoMessage ¶
func (*CeaseClustersResponse) ProtoMessage()
func (*CeaseClustersResponse) Reset ¶
func (m *CeaseClustersResponse) Reset()
func (*CeaseClustersResponse) String ¶
func (m *CeaseClustersResponse) String() string
func (*CeaseClustersResponse) XXX_DiscardUnknown ¶
func (m *CeaseClustersResponse) XXX_DiscardUnknown()
func (*CeaseClustersResponse) XXX_Marshal ¶
func (m *CeaseClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CeaseClustersResponse) XXX_Merge ¶
func (m *CeaseClustersResponse) XXX_Merge(src proto.Message)
func (*CeaseClustersResponse) XXX_Size ¶
func (m *CeaseClustersResponse) XXX_Size() int
func (*CeaseClustersResponse) XXX_Unmarshal ¶
func (m *CeaseClustersResponse) XXX_Unmarshal(b []byte) error
type ChangePasswordRequest ¶ added in v0.2.3
type ChangePasswordRequest struct { NewPassword *wrappers.StringValue `protobuf:"bytes,1,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"` ResetId *wrappers.StringValue `protobuf:"bytes,2,opt,name=reset_id,json=resetId,proto3" json:"reset_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangePasswordRequest) Descriptor ¶ added in v0.2.3
func (*ChangePasswordRequest) Descriptor() ([]byte, []int)
func (*ChangePasswordRequest) GetNewPassword ¶ added in v0.2.3
func (m *ChangePasswordRequest) GetNewPassword() *wrappers.StringValue
func (*ChangePasswordRequest) GetResetId ¶ added in v0.2.3
func (m *ChangePasswordRequest) GetResetId() *wrappers.StringValue
func (*ChangePasswordRequest) ProtoMessage ¶ added in v0.2.3
func (*ChangePasswordRequest) ProtoMessage()
func (*ChangePasswordRequest) Reset ¶ added in v0.2.3
func (m *ChangePasswordRequest) Reset()
func (*ChangePasswordRequest) String ¶ added in v0.2.3
func (m *ChangePasswordRequest) String() string
func (*ChangePasswordRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ChangePasswordRequest) XXX_DiscardUnknown()
func (*ChangePasswordRequest) XXX_Marshal ¶ added in v0.2.3
func (m *ChangePasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangePasswordRequest) XXX_Merge ¶ added in v0.2.3
func (m *ChangePasswordRequest) XXX_Merge(src proto.Message)
func (*ChangePasswordRequest) XXX_Size ¶ added in v0.2.3
func (m *ChangePasswordRequest) XXX_Size() int
func (*ChangePasswordRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *ChangePasswordRequest) XXX_Unmarshal(b []byte) error
type ChangePasswordResponse ¶ added in v0.2.3
type ChangePasswordResponse struct { UserId *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangePasswordResponse) Descriptor ¶ added in v0.2.3
func (*ChangePasswordResponse) Descriptor() ([]byte, []int)
func (*ChangePasswordResponse) GetUserId ¶ added in v0.2.3
func (m *ChangePasswordResponse) GetUserId() *wrappers.StringValue
func (*ChangePasswordResponse) ProtoMessage ¶ added in v0.2.3
func (*ChangePasswordResponse) ProtoMessage()
func (*ChangePasswordResponse) Reset ¶ added in v0.2.3
func (m *ChangePasswordResponse) Reset()
func (*ChangePasswordResponse) String ¶ added in v0.2.3
func (m *ChangePasswordResponse) String() string
func (*ChangePasswordResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ChangePasswordResponse) XXX_DiscardUnknown()
func (*ChangePasswordResponse) XXX_Marshal ¶ added in v0.2.3
func (m *ChangePasswordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangePasswordResponse) XXX_Merge ¶ added in v0.2.3
func (m *ChangePasswordResponse) XXX_Merge(src proto.Message)
func (*ChangePasswordResponse) XXX_Size ¶ added in v0.2.3
func (m *ChangePasswordResponse) XXX_Size() int
func (*ChangePasswordResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *ChangePasswordResponse) XXX_Unmarshal(b []byte) error
type Cluster ¶
type Cluster struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` AppId *wrappers.StringValue `protobuf:"bytes,4,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,5,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` SubnetId *wrappers.StringValue `protobuf:"bytes,6,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` VpcId *wrappers.StringValue `protobuf:"bytes,7,opt,name=vpc_id,json=vpcId,proto3" json:"vpc_id,omitempty"` FrontgateId *wrappers.StringValue `protobuf:"bytes,8,opt,name=frontgate_id,json=frontgateId,proto3" json:"frontgate_id,omitempty"` ClusterType *wrappers.UInt32Value `protobuf:"bytes,9,opt,name=cluster_type,json=clusterType,proto3" json:"cluster_type,omitempty"` Endpoints *wrappers.StringValue `protobuf:"bytes,10,opt,name=endpoints,proto3" json:"endpoints,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"` TransitionStatus *wrappers.StringValue `protobuf:"bytes,12,opt,name=transition_status,json=transitionStatus,proto3" json:"transition_status,omitempty"` MetadataRootAccess *wrappers.BoolValue `protobuf:"bytes,13,opt,name=metadata_root_access,json=metadataRootAccess,proto3" json:"metadata_root_access,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,14,opt,name=owner,proto3" json:"owner,omitempty"` GlobalUuid *wrappers.StringValue `protobuf:"bytes,15,opt,name=global_uuid,json=globalUuid,proto3" json:"global_uuid,omitempty"` UpgradeStatus *wrappers.StringValue `protobuf:"bytes,16,opt,name=upgrade_status,json=upgradeStatus,proto3" json:"upgrade_status,omitempty"` UpgradeTime *timestamp.Timestamp `protobuf:"bytes,17,opt,name=upgrade_time,json=upgradeTime,proto3" json:"upgrade_time,omitempty"` RuntimeId *wrappers.StringValue `protobuf:"bytes,18,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,19,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,20,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` AdditionalInfo *wrappers.StringValue `protobuf:"bytes,21,opt,name=additional_info,json=additionalInfo,proto3" json:"additional_info,omitempty"` ClusterNodeSet []*ClusterNode `protobuf:"bytes,22,rep,name=cluster_node_set,json=clusterNodeSet,proto3" json:"cluster_node_set,omitempty"` ClusterRoleSet []*ClusterRole `protobuf:"bytes,23,rep,name=cluster_role_set,json=clusterRoleSet,proto3" json:"cluster_role_set,omitempty"` ClusterLinkSet []*ClusterLink `protobuf:"bytes,24,rep,name=cluster_link_set,json=clusterLinkSet,proto3" json:"cluster_link_set,omitempty"` ClusterCommonSet []*ClusterCommon `protobuf:"bytes,25,rep,name=cluster_common_set,json=clusterCommonSet,proto3" json:"cluster_common_set,omitempty"` ClusterLoadbalancerSet []*ClusterLoadbalancer `` /* 130-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Cluster) Descriptor ¶
func (*Cluster) GetAdditionalInfo ¶ added in v0.3.1
func (m *Cluster) GetAdditionalInfo() *wrappers.StringValue
func (*Cluster) GetAppId ¶
func (m *Cluster) GetAppId() *wrappers.StringValue
func (*Cluster) GetClusterCommonSet ¶
func (m *Cluster) GetClusterCommonSet() []*ClusterCommon
func (*Cluster) GetClusterId ¶
func (m *Cluster) GetClusterId() *wrappers.StringValue
func (*Cluster) GetClusterLinkSet ¶
func (m *Cluster) GetClusterLinkSet() []*ClusterLink
func (*Cluster) GetClusterLoadbalancerSet ¶
func (m *Cluster) GetClusterLoadbalancerSet() []*ClusterLoadbalancer
func (*Cluster) GetClusterNodeSet ¶
func (m *Cluster) GetClusterNodeSet() []*ClusterNode
func (*Cluster) GetClusterRoleSet ¶
func (m *Cluster) GetClusterRoleSet() []*ClusterRole
func (*Cluster) GetClusterType ¶
func (m *Cluster) GetClusterType() *wrappers.UInt32Value
func (*Cluster) GetCreateTime ¶
func (*Cluster) GetDescription ¶
func (m *Cluster) GetDescription() *wrappers.StringValue
func (*Cluster) GetEndpoints ¶
func (m *Cluster) GetEndpoints() *wrappers.StringValue
func (*Cluster) GetFrontgateId ¶
func (m *Cluster) GetFrontgateId() *wrappers.StringValue
func (*Cluster) GetGlobalUuid ¶
func (m *Cluster) GetGlobalUuid() *wrappers.StringValue
func (*Cluster) GetMetadataRootAccess ¶
func (*Cluster) GetName ¶
func (m *Cluster) GetName() *wrappers.StringValue
func (*Cluster) GetOwner ¶
func (m *Cluster) GetOwner() *wrappers.StringValue
func (*Cluster) GetRuntimeId ¶
func (m *Cluster) GetRuntimeId() *wrappers.StringValue
func (*Cluster) GetStatus ¶
func (m *Cluster) GetStatus() *wrappers.StringValue
func (*Cluster) GetStatusTime ¶
func (*Cluster) GetSubnetId ¶
func (m *Cluster) GetSubnetId() *wrappers.StringValue
func (*Cluster) GetTransitionStatus ¶
func (m *Cluster) GetTransitionStatus() *wrappers.StringValue
func (*Cluster) GetUpgradeStatus ¶
func (m *Cluster) GetUpgradeStatus() *wrappers.StringValue
func (*Cluster) GetUpgradeTime ¶
func (*Cluster) GetVersionId ¶
func (m *Cluster) GetVersionId() *wrappers.StringValue
func (*Cluster) GetVpcId ¶
func (m *Cluster) GetVpcId() *wrappers.StringValue
func (*Cluster) ProtoMessage ¶
func (*Cluster) ProtoMessage()
func (*Cluster) XXX_DiscardUnknown ¶
func (m *Cluster) XXX_DiscardUnknown()
func (*Cluster) XXX_Marshal ¶
func (*Cluster) XXX_Unmarshal ¶
type ClusterCommon ¶
type ClusterCommon struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Role *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` ServerIdUpperBound *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=server_id_upper_bound,json=serverIdUpperBound,proto3" json:"server_id_upper_bound,omitempty"` AdvancedActions *wrappers.StringValue `protobuf:"bytes,4,opt,name=advanced_actions,json=advancedActions,proto3" json:"advanced_actions,omitempty"` InitService *wrappers.StringValue `protobuf:"bytes,5,opt,name=init_service,json=initService,proto3" json:"init_service,omitempty"` StartService *wrappers.StringValue `protobuf:"bytes,6,opt,name=start_service,json=startService,proto3" json:"start_service,omitempty"` StopService *wrappers.StringValue `protobuf:"bytes,7,opt,name=stop_service,json=stopService,proto3" json:"stop_service,omitempty"` ScaleOutService *wrappers.StringValue `protobuf:"bytes,8,opt,name=scale_out_service,json=scaleOutService,proto3" json:"scale_out_service,omitempty"` ScaleInService *wrappers.StringValue `protobuf:"bytes,9,opt,name=scale_in_service,json=scaleInService,proto3" json:"scale_in_service,omitempty"` RestartService *wrappers.StringValue `protobuf:"bytes,10,opt,name=restart_service,json=restartService,proto3" json:"restart_service,omitempty"` DestroyService *wrappers.StringValue `protobuf:"bytes,11,opt,name=destroy_service,json=destroyService,proto3" json:"destroy_service,omitempty"` UpgradeService *wrappers.StringValue `protobuf:"bytes,12,opt,name=upgrade_service,json=upgradeService,proto3" json:"upgrade_service,omitempty"` CustomService *wrappers.StringValue `protobuf:"bytes,13,opt,name=custom_service,json=customService,proto3" json:"custom_service,omitempty"` BackupService *wrappers.StringValue `protobuf:"bytes,14,opt,name=backup_service,json=backupService,proto3" json:"backup_service,omitempty"` RestoreService *wrappers.StringValue `protobuf:"bytes,15,opt,name=restore_service,json=restoreService,proto3" json:"restore_service,omitempty"` DeleteSnapshotService *wrappers.StringValue `` /* 127-byte string literal not displayed */ HealthCheck *wrappers.StringValue `protobuf:"bytes,17,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"` Monitor *wrappers.StringValue `protobuf:"bytes,18,opt,name=monitor,proto3" json:"monitor,omitempty"` Passphraseless *wrappers.StringValue `protobuf:"bytes,19,opt,name=passphraseless,proto3" json:"passphraseless,omitempty"` VerticalScalingPolicy *wrappers.StringValue `` /* 127-byte string literal not displayed */ AgentInstalled *wrappers.BoolValue `protobuf:"bytes,21,opt,name=agent_installed,json=agentInstalled,proto3" json:"agent_installed,omitempty"` CustomMetadataScript *wrappers.StringValue `protobuf:"bytes,22,opt,name=custom_metadata_script,json=customMetadataScript,proto3" json:"custom_metadata_script,omitempty"` ImageId *wrappers.StringValue `protobuf:"bytes,23,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"` BackupPolicy *wrappers.StringValue `protobuf:"bytes,24,opt,name=backup_policy,json=backupPolicy,proto3" json:"backup_policy,omitempty"` IncrementalBackupSupported *wrappers.BoolValue `` /* 142-byte string literal not displayed */ Hypervisor *wrappers.StringValue `protobuf:"bytes,26,opt,name=hypervisor,proto3" json:"hypervisor,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClusterCommon) Descriptor ¶
func (*ClusterCommon) Descriptor() ([]byte, []int)
func (*ClusterCommon) GetAdvancedActions ¶
func (m *ClusterCommon) GetAdvancedActions() *wrappers.StringValue
func (*ClusterCommon) GetAgentInstalled ¶
func (m *ClusterCommon) GetAgentInstalled() *wrappers.BoolValue
func (*ClusterCommon) GetBackupPolicy ¶
func (m *ClusterCommon) GetBackupPolicy() *wrappers.StringValue
func (*ClusterCommon) GetBackupService ¶
func (m *ClusterCommon) GetBackupService() *wrappers.StringValue
func (*ClusterCommon) GetClusterId ¶
func (m *ClusterCommon) GetClusterId() *wrappers.StringValue
func (*ClusterCommon) GetCustomMetadataScript ¶
func (m *ClusterCommon) GetCustomMetadataScript() *wrappers.StringValue
func (*ClusterCommon) GetCustomService ¶
func (m *ClusterCommon) GetCustomService() *wrappers.StringValue
func (*ClusterCommon) GetDeleteSnapshotService ¶
func (m *ClusterCommon) GetDeleteSnapshotService() *wrappers.StringValue
func (*ClusterCommon) GetDestroyService ¶
func (m *ClusterCommon) GetDestroyService() *wrappers.StringValue
func (*ClusterCommon) GetHealthCheck ¶
func (m *ClusterCommon) GetHealthCheck() *wrappers.StringValue
func (*ClusterCommon) GetHypervisor ¶
func (m *ClusterCommon) GetHypervisor() *wrappers.StringValue
func (*ClusterCommon) GetImageId ¶
func (m *ClusterCommon) GetImageId() *wrappers.StringValue
func (*ClusterCommon) GetIncrementalBackupSupported ¶
func (m *ClusterCommon) GetIncrementalBackupSupported() *wrappers.BoolValue
func (*ClusterCommon) GetInitService ¶
func (m *ClusterCommon) GetInitService() *wrappers.StringValue
func (*ClusterCommon) GetMonitor ¶
func (m *ClusterCommon) GetMonitor() *wrappers.StringValue
func (*ClusterCommon) GetPassphraseless ¶
func (m *ClusterCommon) GetPassphraseless() *wrappers.StringValue
func (*ClusterCommon) GetRestartService ¶
func (m *ClusterCommon) GetRestartService() *wrappers.StringValue
func (*ClusterCommon) GetRestoreService ¶
func (m *ClusterCommon) GetRestoreService() *wrappers.StringValue
func (*ClusterCommon) GetRole ¶
func (m *ClusterCommon) GetRole() *wrappers.StringValue
func (*ClusterCommon) GetScaleInService ¶
func (m *ClusterCommon) GetScaleInService() *wrappers.StringValue
func (*ClusterCommon) GetScaleOutService ¶
func (m *ClusterCommon) GetScaleOutService() *wrappers.StringValue
func (*ClusterCommon) GetServerIdUpperBound ¶
func (m *ClusterCommon) GetServerIdUpperBound() *wrappers.UInt32Value
func (*ClusterCommon) GetStartService ¶
func (m *ClusterCommon) GetStartService() *wrappers.StringValue
func (*ClusterCommon) GetStopService ¶
func (m *ClusterCommon) GetStopService() *wrappers.StringValue
func (*ClusterCommon) GetUpgradeService ¶
func (m *ClusterCommon) GetUpgradeService() *wrappers.StringValue
func (*ClusterCommon) GetVerticalScalingPolicy ¶
func (m *ClusterCommon) GetVerticalScalingPolicy() *wrappers.StringValue
func (*ClusterCommon) ProtoMessage ¶
func (*ClusterCommon) ProtoMessage()
func (*ClusterCommon) Reset ¶
func (m *ClusterCommon) Reset()
func (*ClusterCommon) String ¶
func (m *ClusterCommon) String() string
func (*ClusterCommon) XXX_DiscardUnknown ¶
func (m *ClusterCommon) XXX_DiscardUnknown()
func (*ClusterCommon) XXX_Marshal ¶
func (m *ClusterCommon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClusterCommon) XXX_Merge ¶
func (m *ClusterCommon) XXX_Merge(src proto.Message)
func (*ClusterCommon) XXX_Size ¶
func (m *ClusterCommon) XXX_Size() int
func (*ClusterCommon) XXX_Unmarshal ¶
func (m *ClusterCommon) XXX_Unmarshal(b []byte) error
type ClusterLink ¶
type ClusterLink struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ExternalClusterId *wrappers.StringValue `protobuf:"bytes,3,opt,name=external_cluster_id,json=externalClusterId,proto3" json:"external_cluster_id,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClusterLink) Descriptor ¶
func (*ClusterLink) Descriptor() ([]byte, []int)
func (*ClusterLink) GetClusterId ¶
func (m *ClusterLink) GetClusterId() *wrappers.StringValue
func (*ClusterLink) GetExternalClusterId ¶
func (m *ClusterLink) GetExternalClusterId() *wrappers.StringValue
func (*ClusterLink) GetName ¶
func (m *ClusterLink) GetName() *wrappers.StringValue
func (*ClusterLink) GetOwner ¶
func (m *ClusterLink) GetOwner() *wrappers.StringValue
func (*ClusterLink) ProtoMessage ¶
func (*ClusterLink) ProtoMessage()
func (*ClusterLink) Reset ¶
func (m *ClusterLink) Reset()
func (*ClusterLink) String ¶
func (m *ClusterLink) String() string
func (*ClusterLink) XXX_DiscardUnknown ¶
func (m *ClusterLink) XXX_DiscardUnknown()
func (*ClusterLink) XXX_Marshal ¶
func (m *ClusterLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClusterLink) XXX_Merge ¶
func (m *ClusterLink) XXX_Merge(src proto.Message)
func (*ClusterLink) XXX_Size ¶
func (m *ClusterLink) XXX_Size() int
func (*ClusterLink) XXX_Unmarshal ¶
func (m *ClusterLink) XXX_Unmarshal(b []byte) error
type ClusterLoadbalancer ¶
type ClusterLoadbalancer struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Role *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` LoadbalancerListenerId *wrappers.StringValue `` /* 129-byte string literal not displayed */ LoadbalancerPort *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=loadbalancer_port,json=loadbalancerPort,proto3" json:"loadbalancer_port,omitempty"` LoadbalancerPolicyId *wrappers.StringValue `protobuf:"bytes,5,opt,name=loadbalancer_policy_id,json=loadbalancerPolicyId,proto3" json:"loadbalancer_policy_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClusterLoadbalancer) Descriptor ¶
func (*ClusterLoadbalancer) Descriptor() ([]byte, []int)
func (*ClusterLoadbalancer) GetClusterId ¶
func (m *ClusterLoadbalancer) GetClusterId() *wrappers.StringValue
func (*ClusterLoadbalancer) GetLoadbalancerListenerId ¶
func (m *ClusterLoadbalancer) GetLoadbalancerListenerId() *wrappers.StringValue
func (*ClusterLoadbalancer) GetLoadbalancerPolicyId ¶
func (m *ClusterLoadbalancer) GetLoadbalancerPolicyId() *wrappers.StringValue
func (*ClusterLoadbalancer) GetLoadbalancerPort ¶
func (m *ClusterLoadbalancer) GetLoadbalancerPort() *wrappers.UInt32Value
func (*ClusterLoadbalancer) GetRole ¶
func (m *ClusterLoadbalancer) GetRole() *wrappers.StringValue
func (*ClusterLoadbalancer) ProtoMessage ¶
func (*ClusterLoadbalancer) ProtoMessage()
func (*ClusterLoadbalancer) Reset ¶
func (m *ClusterLoadbalancer) Reset()
func (*ClusterLoadbalancer) String ¶
func (m *ClusterLoadbalancer) String() string
func (*ClusterLoadbalancer) XXX_DiscardUnknown ¶
func (m *ClusterLoadbalancer) XXX_DiscardUnknown()
func (*ClusterLoadbalancer) XXX_Marshal ¶
func (m *ClusterLoadbalancer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClusterLoadbalancer) XXX_Merge ¶
func (m *ClusterLoadbalancer) XXX_Merge(src proto.Message)
func (*ClusterLoadbalancer) XXX_Size ¶
func (m *ClusterLoadbalancer) XXX_Size() int
func (*ClusterLoadbalancer) XXX_Unmarshal ¶
func (m *ClusterLoadbalancer) XXX_Unmarshal(b []byte) error
type ClusterManagerClient ¶
type ClusterManagerClient interface { AddNodeKeyPairs(ctx context.Context, in *AddNodeKeyPairsRequest, opts ...grpc.CallOption) (*AddNodeKeyPairsResponse, error) DeleteNodeKeyPairs(ctx context.Context, in *DeleteNodeKeyPairsRequest, opts ...grpc.CallOption) (*DeleteNodeKeyPairsResponse, error) CreateKeyPair(ctx context.Context, in *CreateKeyPairRequest, opts ...grpc.CallOption) (*CreateKeyPairResponse, error) DescribeKeyPairs(ctx context.Context, in *DescribeKeyPairsRequest, opts ...grpc.CallOption) (*DescribeKeyPairsResponse, error) DeleteKeyPairs(ctx context.Context, in *DeleteKeyPairsRequest, opts ...grpc.CallOption) (*DeleteKeyPairsResponse, error) AttachKeyPairs(ctx context.Context, in *AttachKeyPairsRequest, opts ...grpc.CallOption) (*AttachKeyPairsResponse, error) DetachKeyPairs(ctx context.Context, in *DetachKeyPairsRequest, opts ...grpc.CallOption) (*DetachKeyPairsResponse, error) DescribeSubnets(ctx context.Context, in *DescribeSubnetsRequest, opts ...grpc.CallOption) (*DescribeSubnetsResponse, error) CreateCluster(ctx context.Context, in *CreateClusterRequest, opts ...grpc.CallOption) (*CreateClusterResponse, error) ModifyCluster(ctx context.Context, in *ModifyClusterRequest, opts ...grpc.CallOption) (*ModifyClusterResponse, error) ModifyClusterNode(ctx context.Context, in *ModifyClusterNodeRequest, opts ...grpc.CallOption) (*ModifyClusterNodeResponse, error) ModifyClusterAttributes(ctx context.Context, in *ModifyClusterAttributesRequest, opts ...grpc.CallOption) (*ModifyClusterAttributesResponse, error) ModifyClusterNodeAttributes(ctx context.Context, in *ModifyClusterNodeAttributesRequest, opts ...grpc.CallOption) (*ModifyClusterNodeAttributesResponse, error) AddTableClusterNodes(ctx context.Context, in *AddTableClusterNodesRequest, opts ...grpc.CallOption) (*empty.Empty, error) DeleteTableClusterNodes(ctx context.Context, in *DeleteTableClusterNodesRequest, opts ...grpc.CallOption) (*empty.Empty, error) DeleteClusters(ctx context.Context, in *DeleteClustersRequest, opts ...grpc.CallOption) (*DeleteClustersResponse, error) UpgradeCluster(ctx context.Context, in *UpgradeClusterRequest, opts ...grpc.CallOption) (*UpgradeClusterResponse, error) RollbackCluster(ctx context.Context, in *RollbackClusterRequest, opts ...grpc.CallOption) (*RollbackClusterResponse, error) ResizeCluster(ctx context.Context, in *ResizeClusterRequest, opts ...grpc.CallOption) (*ResizeClusterResponse, error) AddClusterNodes(ctx context.Context, in *AddClusterNodesRequest, opts ...grpc.CallOption) (*AddClusterNodesResponse, error) DeleteClusterNodes(ctx context.Context, in *DeleteClusterNodesRequest, opts ...grpc.CallOption) (*DeleteClusterNodesResponse, error) UpdateClusterEnv(ctx context.Context, in *UpdateClusterEnvRequest, opts ...grpc.CallOption) (*UpdateClusterEnvResponse, error) DescribeClusters(ctx context.Context, in *DescribeClustersRequest, opts ...grpc.CallOption) (*DescribeClustersResponse, error) DescribeClusterNodes(ctx context.Context, in *DescribeClusterNodesRequest, opts ...grpc.CallOption) (*DescribeClusterNodesResponse, error) StopClusters(ctx context.Context, in *StopClustersRequest, opts ...grpc.CallOption) (*StopClustersResponse, error) StartClusters(ctx context.Context, in *StartClustersRequest, opts ...grpc.CallOption) (*StartClustersResponse, error) RecoverClusters(ctx context.Context, in *RecoverClustersRequest, opts ...grpc.CallOption) (*RecoverClustersResponse, error) CeaseClusters(ctx context.Context, in *CeaseClustersRequest, opts ...grpc.CallOption) (*CeaseClustersResponse, error) GetClusterStatistics(ctx context.Context, in *GetClusterStatisticsRequest, opts ...grpc.CallOption) (*GetClusterStatisticsResponse, error) }
ClusterManagerClient is the client API for ClusterManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewClusterManagerClient ¶
func NewClusterManagerClient(cc *grpc.ClientConn) ClusterManagerClient
type ClusterManagerServer ¶
type ClusterManagerServer interface { AddNodeKeyPairs(context.Context, *AddNodeKeyPairsRequest) (*AddNodeKeyPairsResponse, error) DeleteNodeKeyPairs(context.Context, *DeleteNodeKeyPairsRequest) (*DeleteNodeKeyPairsResponse, error) CreateKeyPair(context.Context, *CreateKeyPairRequest) (*CreateKeyPairResponse, error) DescribeKeyPairs(context.Context, *DescribeKeyPairsRequest) (*DescribeKeyPairsResponse, error) DeleteKeyPairs(context.Context, *DeleteKeyPairsRequest) (*DeleteKeyPairsResponse, error) AttachKeyPairs(context.Context, *AttachKeyPairsRequest) (*AttachKeyPairsResponse, error) DetachKeyPairs(context.Context, *DetachKeyPairsRequest) (*DetachKeyPairsResponse, error) DescribeSubnets(context.Context, *DescribeSubnetsRequest) (*DescribeSubnetsResponse, error) CreateCluster(context.Context, *CreateClusterRequest) (*CreateClusterResponse, error) ModifyCluster(context.Context, *ModifyClusterRequest) (*ModifyClusterResponse, error) ModifyClusterNode(context.Context, *ModifyClusterNodeRequest) (*ModifyClusterNodeResponse, error) ModifyClusterAttributes(context.Context, *ModifyClusterAttributesRequest) (*ModifyClusterAttributesResponse, error) ModifyClusterNodeAttributes(context.Context, *ModifyClusterNodeAttributesRequest) (*ModifyClusterNodeAttributesResponse, error) AddTableClusterNodes(context.Context, *AddTableClusterNodesRequest) (*empty.Empty, error) DeleteTableClusterNodes(context.Context, *DeleteTableClusterNodesRequest) (*empty.Empty, error) DeleteClusters(context.Context, *DeleteClustersRequest) (*DeleteClustersResponse, error) UpgradeCluster(context.Context, *UpgradeClusterRequest) (*UpgradeClusterResponse, error) RollbackCluster(context.Context, *RollbackClusterRequest) (*RollbackClusterResponse, error) ResizeCluster(context.Context, *ResizeClusterRequest) (*ResizeClusterResponse, error) AddClusterNodes(context.Context, *AddClusterNodesRequest) (*AddClusterNodesResponse, error) DeleteClusterNodes(context.Context, *DeleteClusterNodesRequest) (*DeleteClusterNodesResponse, error) UpdateClusterEnv(context.Context, *UpdateClusterEnvRequest) (*UpdateClusterEnvResponse, error) DescribeClusters(context.Context, *DescribeClustersRequest) (*DescribeClustersResponse, error) DescribeClusterNodes(context.Context, *DescribeClusterNodesRequest) (*DescribeClusterNodesResponse, error) StopClusters(context.Context, *StopClustersRequest) (*StopClustersResponse, error) StartClusters(context.Context, *StartClustersRequest) (*StartClustersResponse, error) RecoverClusters(context.Context, *RecoverClustersRequest) (*RecoverClustersResponse, error) CeaseClusters(context.Context, *CeaseClustersRequest) (*CeaseClustersResponse, error) GetClusterStatistics(context.Context, *GetClusterStatisticsRequest) (*GetClusterStatisticsResponse, error) }
ClusterManagerServer is the server API for ClusterManager service.
type ClusterNode ¶
type ClusterNode struct { NodeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` ClusterId *wrappers.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` InstanceId *wrappers.StringValue `protobuf:"bytes,4,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` VolumeId *wrappers.StringValue `protobuf:"bytes,5,opt,name=volume_id,json=volumeId,proto3" json:"volume_id,omitempty"` Device *wrappers.StringValue `protobuf:"bytes,6,opt,name=device,proto3" json:"device,omitempty"` SubnetId *wrappers.StringValue `protobuf:"bytes,7,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` PrivateIp *wrappers.StringValue `protobuf:"bytes,8,opt,name=private_ip,json=privateIp,proto3" json:"private_ip,omitempty"` Eip *wrappers.StringValue `protobuf:"bytes,9,opt,name=eip,proto3" json:"eip,omitempty"` ServerId *wrappers.UInt32Value `protobuf:"bytes,10,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"` Role *wrappers.StringValue `protobuf:"bytes,11,opt,name=role,proto3" json:"role,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"` TransitionStatus *wrappers.StringValue `protobuf:"bytes,13,opt,name=transition_status,json=transitionStatus,proto3" json:"transition_status,omitempty"` GroupId *wrappers.UInt32Value `protobuf:"bytes,14,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,15,opt,name=owner,proto3" json:"owner,omitempty"` GlobalServerId *wrappers.UInt32Value `protobuf:"bytes,16,opt,name=global_server_id,json=globalServerId,proto3" json:"global_server_id,omitempty"` CustomMetadata *wrappers.StringValue `protobuf:"bytes,17,opt,name=custom_metadata,json=customMetadata,proto3" json:"custom_metadata,omitempty"` PubKey *wrappers.StringValue `protobuf:"bytes,18,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` HealthStatus *wrappers.StringValue `protobuf:"bytes,19,opt,name=health_status,json=healthStatus,proto3" json:"health_status,omitempty"` IsBackup *wrappers.BoolValue `protobuf:"bytes,20,opt,name=is_backup,json=isBackup,proto3" json:"is_backup,omitempty"` AutoBackup *wrappers.BoolValue `protobuf:"bytes,21,opt,name=auto_backup,json=autoBackup,proto3" json:"auto_backup,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,22,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,23,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` HostId *wrappers.StringValue `protobuf:"bytes,24,opt,name=host_id,json=hostId,proto3" json:"host_id,omitempty"` HostIp *wrappers.StringValue `protobuf:"bytes,25,opt,name=host_ip,json=hostIp,proto3" json:"host_ip,omitempty"` ClusterRole *ClusterRole `protobuf:"bytes,26,opt,name=cluster_role,json=clusterRole,proto3" json:"cluster_role,omitempty"` ClusterCommon *ClusterCommon `protobuf:"bytes,27,opt,name=cluster_common,json=clusterCommon,proto3" json:"cluster_common,omitempty"` KeyPairId []string `protobuf:"bytes,28,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClusterNode) Descriptor ¶
func (*ClusterNode) Descriptor() ([]byte, []int)
func (*ClusterNode) GetAutoBackup ¶
func (m *ClusterNode) GetAutoBackup() *wrappers.BoolValue
func (*ClusterNode) GetClusterCommon ¶
func (m *ClusterNode) GetClusterCommon() *ClusterCommon
func (*ClusterNode) GetClusterId ¶
func (m *ClusterNode) GetClusterId() *wrappers.StringValue
func (*ClusterNode) GetClusterRole ¶
func (m *ClusterNode) GetClusterRole() *ClusterRole
func (*ClusterNode) GetCreateTime ¶
func (m *ClusterNode) GetCreateTime() *timestamp.Timestamp
func (*ClusterNode) GetCustomMetadata ¶
func (m *ClusterNode) GetCustomMetadata() *wrappers.StringValue
func (*ClusterNode) GetDevice ¶
func (m *ClusterNode) GetDevice() *wrappers.StringValue
func (*ClusterNode) GetEip ¶ added in v0.1.7
func (m *ClusterNode) GetEip() *wrappers.StringValue
func (*ClusterNode) GetGlobalServerId ¶
func (m *ClusterNode) GetGlobalServerId() *wrappers.UInt32Value
func (*ClusterNode) GetGroupId ¶
func (m *ClusterNode) GetGroupId() *wrappers.UInt32Value
func (*ClusterNode) GetHealthStatus ¶
func (m *ClusterNode) GetHealthStatus() *wrappers.StringValue
func (*ClusterNode) GetHostId ¶ added in v0.2.1
func (m *ClusterNode) GetHostId() *wrappers.StringValue
func (*ClusterNode) GetHostIp ¶ added in v0.2.1
func (m *ClusterNode) GetHostIp() *wrappers.StringValue
func (*ClusterNode) GetInstanceId ¶
func (m *ClusterNode) GetInstanceId() *wrappers.StringValue
func (*ClusterNode) GetIsBackup ¶
func (m *ClusterNode) GetIsBackup() *wrappers.BoolValue
func (*ClusterNode) GetKeyPairId ¶ added in v0.1.8
func (m *ClusterNode) GetKeyPairId() []string
func (*ClusterNode) GetName ¶
func (m *ClusterNode) GetName() *wrappers.StringValue
func (*ClusterNode) GetNodeId ¶
func (m *ClusterNode) GetNodeId() *wrappers.StringValue
func (*ClusterNode) GetOwner ¶
func (m *ClusterNode) GetOwner() *wrappers.StringValue
func (*ClusterNode) GetPrivateIp ¶
func (m *ClusterNode) GetPrivateIp() *wrappers.StringValue
func (*ClusterNode) GetPubKey ¶
func (m *ClusterNode) GetPubKey() *wrappers.StringValue
func (*ClusterNode) GetRole ¶
func (m *ClusterNode) GetRole() *wrappers.StringValue
func (*ClusterNode) GetServerId ¶
func (m *ClusterNode) GetServerId() *wrappers.UInt32Value
func (*ClusterNode) GetStatus ¶
func (m *ClusterNode) GetStatus() *wrappers.StringValue
func (*ClusterNode) GetStatusTime ¶
func (m *ClusterNode) GetStatusTime() *timestamp.Timestamp
func (*ClusterNode) GetSubnetId ¶
func (m *ClusterNode) GetSubnetId() *wrappers.StringValue
func (*ClusterNode) GetTransitionStatus ¶
func (m *ClusterNode) GetTransitionStatus() *wrappers.StringValue
func (*ClusterNode) GetVolumeId ¶
func (m *ClusterNode) GetVolumeId() *wrappers.StringValue
func (*ClusterNode) ProtoMessage ¶
func (*ClusterNode) ProtoMessage()
func (*ClusterNode) Reset ¶
func (m *ClusterNode) Reset()
func (*ClusterNode) String ¶
func (m *ClusterNode) String() string
func (*ClusterNode) XXX_DiscardUnknown ¶
func (m *ClusterNode) XXX_DiscardUnknown()
func (*ClusterNode) XXX_Marshal ¶
func (m *ClusterNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClusterNode) XXX_Merge ¶
func (m *ClusterNode) XXX_Merge(src proto.Message)
func (*ClusterNode) XXX_Size ¶
func (m *ClusterNode) XXX_Size() int
func (*ClusterNode) XXX_Unmarshal ¶
func (m *ClusterNode) XXX_Unmarshal(b []byte) error
type ClusterRole ¶
type ClusterRole struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Role *wrappers.StringValue `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` Cpu *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=cpu,proto3" json:"cpu,omitempty"` Gpu *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=gpu,proto3" json:"gpu,omitempty"` Memory *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=memory,proto3" json:"memory,omitempty"` InstanceSize *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=instance_size,json=instanceSize,proto3" json:"instance_size,omitempty"` StorageSize *wrappers.UInt32Value `protobuf:"bytes,7,opt,name=storage_size,json=storageSize,proto3" json:"storage_size,omitempty"` MountPoint *wrappers.StringValue `protobuf:"bytes,8,opt,name=mount_point,json=mountPoint,proto3" json:"mount_point,omitempty"` MountOptions *wrappers.StringValue `protobuf:"bytes,9,opt,name=mount_options,json=mountOptions,proto3" json:"mount_options,omitempty"` FileSystem *wrappers.StringValue `protobuf:"bytes,10,opt,name=file_system,json=fileSystem,proto3" json:"file_system,omitempty"` Env *wrappers.StringValue `protobuf:"bytes,11,opt,name=env,proto3" json:"env,omitempty"` Replicas *wrappers.UInt32Value `protobuf:"bytes,12,opt,name=replicas,proto3" json:"replicas,omitempty"` ReadyReplicas *wrappers.UInt32Value `protobuf:"bytes,13,opt,name=ready_replicas,json=readyReplicas,proto3" json:"ready_replicas,omitempty"` ApiVersion *wrappers.StringValue `protobuf:"bytes,14,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClusterRole) Descriptor ¶
func (*ClusterRole) Descriptor() ([]byte, []int)
func (*ClusterRole) GetApiVersion ¶ added in v0.2.1
func (m *ClusterRole) GetApiVersion() *wrappers.StringValue
func (*ClusterRole) GetClusterId ¶
func (m *ClusterRole) GetClusterId() *wrappers.StringValue
func (*ClusterRole) GetCpu ¶
func (m *ClusterRole) GetCpu() *wrappers.UInt32Value
func (*ClusterRole) GetEnv ¶
func (m *ClusterRole) GetEnv() *wrappers.StringValue
func (*ClusterRole) GetFileSystem ¶
func (m *ClusterRole) GetFileSystem() *wrappers.StringValue
func (*ClusterRole) GetGpu ¶
func (m *ClusterRole) GetGpu() *wrappers.UInt32Value
func (*ClusterRole) GetInstanceSize ¶
func (m *ClusterRole) GetInstanceSize() *wrappers.UInt32Value
func (*ClusterRole) GetMemory ¶
func (m *ClusterRole) GetMemory() *wrappers.UInt32Value
func (*ClusterRole) GetMountOptions ¶
func (m *ClusterRole) GetMountOptions() *wrappers.StringValue
func (*ClusterRole) GetMountPoint ¶
func (m *ClusterRole) GetMountPoint() *wrappers.StringValue
func (*ClusterRole) GetReadyReplicas ¶ added in v0.2.1
func (m *ClusterRole) GetReadyReplicas() *wrappers.UInt32Value
func (*ClusterRole) GetReplicas ¶ added in v0.2.1
func (m *ClusterRole) GetReplicas() *wrappers.UInt32Value
func (*ClusterRole) GetRole ¶
func (m *ClusterRole) GetRole() *wrappers.StringValue
func (*ClusterRole) GetStorageSize ¶
func (m *ClusterRole) GetStorageSize() *wrappers.UInt32Value
func (*ClusterRole) ProtoMessage ¶
func (*ClusterRole) ProtoMessage()
func (*ClusterRole) Reset ¶
func (m *ClusterRole) Reset()
func (*ClusterRole) String ¶
func (m *ClusterRole) String() string
func (*ClusterRole) XXX_DiscardUnknown ¶
func (m *ClusterRole) XXX_DiscardUnknown()
func (*ClusterRole) XXX_Marshal ¶
func (m *ClusterRole) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClusterRole) XXX_Merge ¶
func (m *ClusterRole) XXX_Merge(src proto.Message)
func (*ClusterRole) XXX_Size ¶
func (m *ClusterRole) XXX_Size() int
func (*ClusterRole) XXX_Unmarshal ¶
func (m *ClusterRole) XXX_Unmarshal(b []byte) error
type CreateAppRequest ¶
type CreateAppRequest struct { Name *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` RepoId *wrappers.StringValue `protobuf:"bytes,2,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` ChartName *wrappers.StringValue `protobuf:"bytes,4,opt,name=chart_name,json=chartName,proto3" json:"chart_name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Home *wrappers.StringValue `protobuf:"bytes,7,opt,name=home,proto3" json:"home,omitempty"` Icon *wrappers.StringValue `protobuf:"bytes,8,opt,name=icon,proto3" json:"icon,omitempty"` Screenshots *wrappers.StringValue `protobuf:"bytes,9,opt,name=screenshots,proto3" json:"screenshots,omitempty"` Maintainers *wrappers.StringValue `protobuf:"bytes,10,opt,name=maintainers,proto3" json:"maintainers,omitempty"` Sources *wrappers.StringValue `protobuf:"bytes,11,opt,name=sources,proto3" json:"sources,omitempty"` Readme *wrappers.StringValue `protobuf:"bytes,12,opt,name=readme,proto3" json:"readme,omitempty"` CategoryId *wrappers.StringValue `protobuf:"bytes,13,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` Keywords *wrappers.StringValue `protobuf:"bytes,14,opt,name=keywords,proto3" json:"keywords,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,15,opt,name=status,proto3" json:"status,omitempty"` Package *wrappers.BytesValue `protobuf:"bytes,16,opt,name=package,proto3" json:"package,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAppRequest) Descriptor ¶
func (*CreateAppRequest) Descriptor() ([]byte, []int)
func (*CreateAppRequest) GetCategoryId ¶
func (m *CreateAppRequest) GetCategoryId() *wrappers.StringValue
func (*CreateAppRequest) GetChartName ¶
func (m *CreateAppRequest) GetChartName() *wrappers.StringValue
func (*CreateAppRequest) GetDescription ¶
func (m *CreateAppRequest) GetDescription() *wrappers.StringValue
func (*CreateAppRequest) GetHome ¶
func (m *CreateAppRequest) GetHome() *wrappers.StringValue
func (*CreateAppRequest) GetIcon ¶
func (m *CreateAppRequest) GetIcon() *wrappers.StringValue
func (*CreateAppRequest) GetKeywords ¶
func (m *CreateAppRequest) GetKeywords() *wrappers.StringValue
func (*CreateAppRequest) GetMaintainers ¶
func (m *CreateAppRequest) GetMaintainers() *wrappers.StringValue
func (*CreateAppRequest) GetName ¶
func (m *CreateAppRequest) GetName() *wrappers.StringValue
func (*CreateAppRequest) GetOwner ¶
func (m *CreateAppRequest) GetOwner() *wrappers.StringValue
func (*CreateAppRequest) GetPackage ¶ added in v0.2.1
func (m *CreateAppRequest) GetPackage() *wrappers.BytesValue
func (*CreateAppRequest) GetReadme ¶
func (m *CreateAppRequest) GetReadme() *wrappers.StringValue
func (*CreateAppRequest) GetRepoId ¶
func (m *CreateAppRequest) GetRepoId() *wrappers.StringValue
func (*CreateAppRequest) GetScreenshots ¶
func (m *CreateAppRequest) GetScreenshots() *wrappers.StringValue
func (*CreateAppRequest) GetSources ¶
func (m *CreateAppRequest) GetSources() *wrappers.StringValue
func (*CreateAppRequest) GetStatus ¶ added in v0.2.1
func (m *CreateAppRequest) GetStatus() *wrappers.StringValue
func (*CreateAppRequest) ProtoMessage ¶
func (*CreateAppRequest) ProtoMessage()
func (*CreateAppRequest) Reset ¶
func (m *CreateAppRequest) Reset()
func (*CreateAppRequest) String ¶
func (m *CreateAppRequest) String() string
func (*CreateAppRequest) XXX_DiscardUnknown ¶
func (m *CreateAppRequest) XXX_DiscardUnknown()
func (*CreateAppRequest) XXX_Marshal ¶
func (m *CreateAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAppRequest) XXX_Merge ¶
func (m *CreateAppRequest) XXX_Merge(src proto.Message)
func (*CreateAppRequest) XXX_Size ¶
func (m *CreateAppRequest) XXX_Size() int
func (*CreateAppRequest) XXX_Unmarshal ¶
func (m *CreateAppRequest) XXX_Unmarshal(b []byte) error
type CreateAppResponse ¶
type CreateAppResponse struct { AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAppResponse) Descriptor ¶
func (*CreateAppResponse) Descriptor() ([]byte, []int)
func (*CreateAppResponse) GetAppId ¶
func (m *CreateAppResponse) GetAppId() *wrappers.StringValue
func (*CreateAppResponse) GetVersionId ¶ added in v0.2.1
func (m *CreateAppResponse) GetVersionId() *wrappers.StringValue
func (*CreateAppResponse) ProtoMessage ¶
func (*CreateAppResponse) ProtoMessage()
func (*CreateAppResponse) Reset ¶
func (m *CreateAppResponse) Reset()
func (*CreateAppResponse) String ¶
func (m *CreateAppResponse) String() string
func (*CreateAppResponse) XXX_DiscardUnknown ¶
func (m *CreateAppResponse) XXX_DiscardUnknown()
func (*CreateAppResponse) XXX_Marshal ¶
func (m *CreateAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAppResponse) XXX_Merge ¶
func (m *CreateAppResponse) XXX_Merge(src proto.Message)
func (*CreateAppResponse) XXX_Size ¶
func (m *CreateAppResponse) XXX_Size() int
func (*CreateAppResponse) XXX_Unmarshal ¶
func (m *CreateAppResponse) XXX_Unmarshal(b []byte) error
type CreateAppVersionRequest ¶
type CreateAppVersionRequest struct { AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` PackageName *wrappers.StringValue `protobuf:"bytes,4,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Sequence *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=sequence,proto3" json:"sequence,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"` Package *wrappers.BytesValue `protobuf:"bytes,8,opt,name=package,proto3" json:"package,omitempty"` Home *wrappers.StringValue `protobuf:"bytes,9,opt,name=home,proto3" json:"home,omitempty"` Icon *wrappers.StringValue `protobuf:"bytes,10,opt,name=icon,proto3" json:"icon,omitempty"` Screenshots *wrappers.StringValue `protobuf:"bytes,11,opt,name=screenshots,proto3" json:"screenshots,omitempty"` Maintainers *wrappers.StringValue `protobuf:"bytes,12,opt,name=maintainers,proto3" json:"maintainers,omitempty"` Keywords *wrappers.StringValue `protobuf:"bytes,13,opt,name=keywords,proto3" json:"keywords,omitempty"` Sources *wrappers.StringValue `protobuf:"bytes,14,opt,name=sources,proto3" json:"sources,omitempty"` Readme *wrappers.StringValue `protobuf:"bytes,15,opt,name=readme,proto3" json:"readme,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAppVersionRequest) Descriptor ¶
func (*CreateAppVersionRequest) Descriptor() ([]byte, []int)
func (*CreateAppVersionRequest) GetAppId ¶
func (m *CreateAppVersionRequest) GetAppId() *wrappers.StringValue
func (*CreateAppVersionRequest) GetDescription ¶
func (m *CreateAppVersionRequest) GetDescription() *wrappers.StringValue
func (*CreateAppVersionRequest) GetHome ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetHome() *wrappers.StringValue
func (*CreateAppVersionRequest) GetIcon ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetIcon() *wrappers.StringValue
func (*CreateAppVersionRequest) GetKeywords ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetKeywords() *wrappers.StringValue
func (*CreateAppVersionRequest) GetMaintainers ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetMaintainers() *wrappers.StringValue
func (*CreateAppVersionRequest) GetName ¶
func (m *CreateAppVersionRequest) GetName() *wrappers.StringValue
func (*CreateAppVersionRequest) GetOwner ¶
func (m *CreateAppVersionRequest) GetOwner() *wrappers.StringValue
func (*CreateAppVersionRequest) GetPackage ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetPackage() *wrappers.BytesValue
func (*CreateAppVersionRequest) GetPackageName ¶
func (m *CreateAppVersionRequest) GetPackageName() *wrappers.StringValue
func (*CreateAppVersionRequest) GetReadme ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetReadme() *wrappers.StringValue
func (*CreateAppVersionRequest) GetScreenshots ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetScreenshots() *wrappers.StringValue
func (*CreateAppVersionRequest) GetSequence ¶
func (m *CreateAppVersionRequest) GetSequence() *wrappers.UInt32Value
func (*CreateAppVersionRequest) GetSources ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetSources() *wrappers.StringValue
func (*CreateAppVersionRequest) GetStatus ¶ added in v0.2.1
func (m *CreateAppVersionRequest) GetStatus() *wrappers.StringValue
func (*CreateAppVersionRequest) ProtoMessage ¶
func (*CreateAppVersionRequest) ProtoMessage()
func (*CreateAppVersionRequest) Reset ¶
func (m *CreateAppVersionRequest) Reset()
func (*CreateAppVersionRequest) String ¶
func (m *CreateAppVersionRequest) String() string
func (*CreateAppVersionRequest) XXX_DiscardUnknown ¶
func (m *CreateAppVersionRequest) XXX_DiscardUnknown()
func (*CreateAppVersionRequest) XXX_Marshal ¶
func (m *CreateAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAppVersionRequest) XXX_Merge ¶
func (m *CreateAppVersionRequest) XXX_Merge(src proto.Message)
func (*CreateAppVersionRequest) XXX_Size ¶
func (m *CreateAppVersionRequest) XXX_Size() int
func (*CreateAppVersionRequest) XXX_Unmarshal ¶
func (m *CreateAppVersionRequest) XXX_Unmarshal(b []byte) error
type CreateAppVersionResponse ¶
type CreateAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAppVersionResponse) Descriptor ¶
func (*CreateAppVersionResponse) Descriptor() ([]byte, []int)
func (*CreateAppVersionResponse) GetVersionId ¶
func (m *CreateAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*CreateAppVersionResponse) ProtoMessage ¶
func (*CreateAppVersionResponse) ProtoMessage()
func (*CreateAppVersionResponse) Reset ¶
func (m *CreateAppVersionResponse) Reset()
func (*CreateAppVersionResponse) String ¶
func (m *CreateAppVersionResponse) String() string
func (*CreateAppVersionResponse) XXX_DiscardUnknown ¶
func (m *CreateAppVersionResponse) XXX_DiscardUnknown()
func (*CreateAppVersionResponse) XXX_Marshal ¶
func (m *CreateAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAppVersionResponse) XXX_Merge ¶
func (m *CreateAppVersionResponse) XXX_Merge(src proto.Message)
func (*CreateAppVersionResponse) XXX_Size ¶
func (m *CreateAppVersionResponse) XXX_Size() int
func (*CreateAppVersionResponse) XXX_Unmarshal ¶
func (m *CreateAppVersionResponse) XXX_Unmarshal(b []byte) error
type CreateCategoryRequest ¶
type CreateCategoryRequest struct { Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Locale *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateCategoryRequest) Descriptor ¶
func (*CreateCategoryRequest) Descriptor() ([]byte, []int)
func (*CreateCategoryRequest) GetDescription ¶ added in v0.1.5
func (m *CreateCategoryRequest) GetDescription() *wrappers.StringValue
func (*CreateCategoryRequest) GetLocale ¶
func (m *CreateCategoryRequest) GetLocale() *wrappers.StringValue
func (*CreateCategoryRequest) GetName ¶
func (m *CreateCategoryRequest) GetName() *wrappers.StringValue
func (*CreateCategoryRequest) ProtoMessage ¶
func (*CreateCategoryRequest) ProtoMessage()
func (*CreateCategoryRequest) Reset ¶
func (m *CreateCategoryRequest) Reset()
func (*CreateCategoryRequest) String ¶
func (m *CreateCategoryRequest) String() string
func (*CreateCategoryRequest) XXX_DiscardUnknown ¶
func (m *CreateCategoryRequest) XXX_DiscardUnknown()
func (*CreateCategoryRequest) XXX_Marshal ¶
func (m *CreateCategoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateCategoryRequest) XXX_Merge ¶
func (m *CreateCategoryRequest) XXX_Merge(src proto.Message)
func (*CreateCategoryRequest) XXX_Size ¶
func (m *CreateCategoryRequest) XXX_Size() int
func (*CreateCategoryRequest) XXX_Unmarshal ¶
func (m *CreateCategoryRequest) XXX_Unmarshal(b []byte) error
type CreateCategoryResponse ¶
type CreateCategoryResponse struct { CategoryId *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateCategoryResponse) Descriptor ¶
func (*CreateCategoryResponse) Descriptor() ([]byte, []int)
func (*CreateCategoryResponse) GetCategoryId ¶
func (m *CreateCategoryResponse) GetCategoryId() *wrappers.StringValue
func (*CreateCategoryResponse) ProtoMessage ¶
func (*CreateCategoryResponse) ProtoMessage()
func (*CreateCategoryResponse) Reset ¶
func (m *CreateCategoryResponse) Reset()
func (*CreateCategoryResponse) String ¶
func (m *CreateCategoryResponse) String() string
func (*CreateCategoryResponse) XXX_DiscardUnknown ¶
func (m *CreateCategoryResponse) XXX_DiscardUnknown()
func (*CreateCategoryResponse) XXX_Marshal ¶
func (m *CreateCategoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateCategoryResponse) XXX_Merge ¶
func (m *CreateCategoryResponse) XXX_Merge(src proto.Message)
func (*CreateCategoryResponse) XXX_Size ¶
func (m *CreateCategoryResponse) XXX_Size() int
func (*CreateCategoryResponse) XXX_Unmarshal ¶
func (m *CreateCategoryResponse) XXX_Unmarshal(b []byte) error
type CreateClientRequest ¶ added in v0.2.3
type CreateClientRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateClientRequest) Descriptor ¶ added in v0.2.3
func (*CreateClientRequest) Descriptor() ([]byte, []int)
func (*CreateClientRequest) GetUserId ¶ added in v0.2.3
func (m *CreateClientRequest) GetUserId() string
func (*CreateClientRequest) ProtoMessage ¶ added in v0.2.3
func (*CreateClientRequest) ProtoMessage()
func (*CreateClientRequest) Reset ¶ added in v0.2.3
func (m *CreateClientRequest) Reset()
func (*CreateClientRequest) String ¶ added in v0.2.3
func (m *CreateClientRequest) String() string
func (*CreateClientRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *CreateClientRequest) XXX_DiscardUnknown()
func (*CreateClientRequest) XXX_Marshal ¶ added in v0.2.3
func (m *CreateClientRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateClientRequest) XXX_Merge ¶ added in v0.2.3
func (m *CreateClientRequest) XXX_Merge(src proto.Message)
func (*CreateClientRequest) XXX_Size ¶ added in v0.2.3
func (m *CreateClientRequest) XXX_Size() int
func (*CreateClientRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *CreateClientRequest) XXX_Unmarshal(b []byte) error
type CreateClientResponse ¶ added in v0.2.3
type CreateClientResponse struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ClientId string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ClientSecret string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateClientResponse) Descriptor ¶ added in v0.2.3
func (*CreateClientResponse) Descriptor() ([]byte, []int)
func (*CreateClientResponse) GetClientId ¶ added in v0.2.3
func (m *CreateClientResponse) GetClientId() string
func (*CreateClientResponse) GetClientSecret ¶ added in v0.2.3
func (m *CreateClientResponse) GetClientSecret() string
func (*CreateClientResponse) GetUserId ¶ added in v0.2.3
func (m *CreateClientResponse) GetUserId() string
func (*CreateClientResponse) ProtoMessage ¶ added in v0.2.3
func (*CreateClientResponse) ProtoMessage()
func (*CreateClientResponse) Reset ¶ added in v0.2.3
func (m *CreateClientResponse) Reset()
func (*CreateClientResponse) String ¶ added in v0.2.3
func (m *CreateClientResponse) String() string
func (*CreateClientResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *CreateClientResponse) XXX_DiscardUnknown()
func (*CreateClientResponse) XXX_Marshal ¶ added in v0.2.3
func (m *CreateClientResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateClientResponse) XXX_Merge ¶ added in v0.2.3
func (m *CreateClientResponse) XXX_Merge(src proto.Message)
func (*CreateClientResponse) XXX_Size ¶ added in v0.2.3
func (m *CreateClientResponse) XXX_Size() int
func (*CreateClientResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *CreateClientResponse) XXX_Unmarshal(b []byte) error
type CreateClusterRequest ¶
type CreateClusterRequest struct { AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` RuntimeId *wrappers.StringValue `protobuf:"bytes,3,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` Conf *wrappers.StringValue `protobuf:"bytes,4,opt,name=conf,proto3" json:"conf,omitempty"` AdvancedParam []string `protobuf:"bytes,5,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateClusterRequest) Descriptor ¶
func (*CreateClusterRequest) Descriptor() ([]byte, []int)
func (*CreateClusterRequest) GetAdvancedParam ¶
func (m *CreateClusterRequest) GetAdvancedParam() []string
func (*CreateClusterRequest) GetAppId ¶
func (m *CreateClusterRequest) GetAppId() *wrappers.StringValue
func (*CreateClusterRequest) GetConf ¶
func (m *CreateClusterRequest) GetConf() *wrappers.StringValue
func (*CreateClusterRequest) GetRuntimeId ¶
func (m *CreateClusterRequest) GetRuntimeId() *wrappers.StringValue
func (*CreateClusterRequest) GetVersionId ¶
func (m *CreateClusterRequest) GetVersionId() *wrappers.StringValue
func (*CreateClusterRequest) ProtoMessage ¶
func (*CreateClusterRequest) ProtoMessage()
func (*CreateClusterRequest) Reset ¶
func (m *CreateClusterRequest) Reset()
func (*CreateClusterRequest) String ¶
func (m *CreateClusterRequest) String() string
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 *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateClusterResponse) Descriptor ¶
func (*CreateClusterResponse) Descriptor() ([]byte, []int)
func (*CreateClusterResponse) GetClusterId ¶
func (m *CreateClusterResponse) GetClusterId() *wrappers.StringValue
func (*CreateClusterResponse) GetJobId ¶
func (m *CreateClusterResponse) GetJobId() *wrappers.StringValue
func (*CreateClusterResponse) ProtoMessage ¶
func (*CreateClusterResponse) ProtoMessage()
func (*CreateClusterResponse) Reset ¶
func (m *CreateClusterResponse) Reset()
func (*CreateClusterResponse) String ¶
func (m *CreateClusterResponse) String() string
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 CreateGroupRequest ¶ added in v0.2.3
type CreateGroupRequest struct { Name *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateGroupRequest) Descriptor ¶ added in v0.2.3
func (*CreateGroupRequest) Descriptor() ([]byte, []int)
func (*CreateGroupRequest) GetDescription ¶ added in v0.2.3
func (m *CreateGroupRequest) GetDescription() *wrappers.StringValue
func (*CreateGroupRequest) GetName ¶ added in v0.2.3
func (m *CreateGroupRequest) GetName() *wrappers.StringValue
func (*CreateGroupRequest) ProtoMessage ¶ added in v0.2.3
func (*CreateGroupRequest) ProtoMessage()
func (*CreateGroupRequest) Reset ¶ added in v0.2.3
func (m *CreateGroupRequest) Reset()
func (*CreateGroupRequest) String ¶ added in v0.2.3
func (m *CreateGroupRequest) String() string
func (*CreateGroupRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *CreateGroupRequest) XXX_DiscardUnknown()
func (*CreateGroupRequest) XXX_Marshal ¶ added in v0.2.3
func (m *CreateGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateGroupRequest) XXX_Merge ¶ added in v0.2.3
func (m *CreateGroupRequest) XXX_Merge(src proto.Message)
func (*CreateGroupRequest) XXX_Size ¶ added in v0.2.3
func (m *CreateGroupRequest) XXX_Size() int
func (*CreateGroupRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *CreateGroupRequest) XXX_Unmarshal(b []byte) error
type CreateGroupResponse ¶ added in v0.2.3
type CreateGroupResponse struct { GroupId *wrappers.StringValue `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateGroupResponse) Descriptor ¶ added in v0.2.3
func (*CreateGroupResponse) Descriptor() ([]byte, []int)
func (*CreateGroupResponse) GetGroupId ¶ added in v0.2.3
func (m *CreateGroupResponse) GetGroupId() *wrappers.StringValue
func (*CreateGroupResponse) ProtoMessage ¶ added in v0.2.3
func (*CreateGroupResponse) ProtoMessage()
func (*CreateGroupResponse) Reset ¶ added in v0.2.3
func (m *CreateGroupResponse) Reset()
func (*CreateGroupResponse) String ¶ added in v0.2.3
func (m *CreateGroupResponse) String() string
func (*CreateGroupResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *CreateGroupResponse) XXX_DiscardUnknown()
func (*CreateGroupResponse) XXX_Marshal ¶ added in v0.2.3
func (m *CreateGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateGroupResponse) XXX_Merge ¶ added in v0.2.3
func (m *CreateGroupResponse) XXX_Merge(src proto.Message)
func (*CreateGroupResponse) XXX_Size ¶ added in v0.2.3
func (m *CreateGroupResponse) XXX_Size() int
func (*CreateGroupResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *CreateGroupResponse) XXX_Unmarshal(b []byte) error
type CreateJobRequest ¶
type CreateJobRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AppId *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,3,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` JobAction *wrappers.StringValue `protobuf:"bytes,4,opt,name=job_action,json=jobAction,proto3" json:"job_action,omitempty"` Provider *wrappers.StringValue `protobuf:"bytes,5,opt,name=provider,proto3" json:"provider,omitempty"` Directive *wrappers.StringValue `protobuf:"bytes,6,opt,name=directive,proto3" json:"directive,omitempty"` RuntimeId *wrappers.StringValue `protobuf:"bytes,7,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateJobRequest) Descriptor ¶
func (*CreateJobRequest) Descriptor() ([]byte, []int)
func (*CreateJobRequest) GetAppId ¶
func (m *CreateJobRequest) GetAppId() *wrappers.StringValue
func (*CreateJobRequest) GetClusterId ¶
func (m *CreateJobRequest) GetClusterId() *wrappers.StringValue
func (*CreateJobRequest) GetDirective ¶
func (m *CreateJobRequest) GetDirective() *wrappers.StringValue
func (*CreateJobRequest) GetJobAction ¶
func (m *CreateJobRequest) GetJobAction() *wrappers.StringValue
func (*CreateJobRequest) GetProvider ¶
func (m *CreateJobRequest) GetProvider() *wrappers.StringValue
func (*CreateJobRequest) GetRuntimeId ¶ added in v0.2.1
func (m *CreateJobRequest) GetRuntimeId() *wrappers.StringValue
func (*CreateJobRequest) GetVersionId ¶
func (m *CreateJobRequest) GetVersionId() *wrappers.StringValue
func (*CreateJobRequest) ProtoMessage ¶
func (*CreateJobRequest) ProtoMessage()
func (*CreateJobRequest) Reset ¶
func (m *CreateJobRequest) Reset()
func (*CreateJobRequest) String ¶
func (m *CreateJobRequest) String() string
func (*CreateJobRequest) XXX_DiscardUnknown ¶
func (m *CreateJobRequest) XXX_DiscardUnknown()
func (*CreateJobRequest) XXX_Marshal ¶
func (m *CreateJobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateJobRequest) XXX_Merge ¶
func (m *CreateJobRequest) XXX_Merge(src proto.Message)
func (*CreateJobRequest) XXX_Size ¶
func (m *CreateJobRequest) XXX_Size() int
func (*CreateJobRequest) XXX_Unmarshal ¶
func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error
type CreateJobResponse ¶
type CreateJobResponse struct { JobId *wrappers.StringValue `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` ClusterId *wrappers.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AppId *wrappers.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` RuntimeId *wrappers.StringValue `protobuf:"bytes,5,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateJobResponse) Descriptor ¶
func (*CreateJobResponse) Descriptor() ([]byte, []int)
func (*CreateJobResponse) GetAppId ¶
func (m *CreateJobResponse) GetAppId() *wrappers.StringValue
func (*CreateJobResponse) GetClusterId ¶
func (m *CreateJobResponse) GetClusterId() *wrappers.StringValue
func (*CreateJobResponse) GetJobId ¶
func (m *CreateJobResponse) GetJobId() *wrappers.StringValue
func (*CreateJobResponse) GetRuntimeId ¶ added in v0.2.1
func (m *CreateJobResponse) GetRuntimeId() *wrappers.StringValue
func (*CreateJobResponse) GetVersionId ¶
func (m *CreateJobResponse) GetVersionId() *wrappers.StringValue
func (*CreateJobResponse) ProtoMessage ¶
func (*CreateJobResponse) ProtoMessage()
func (*CreateJobResponse) Reset ¶
func (m *CreateJobResponse) Reset()
func (*CreateJobResponse) String ¶
func (m *CreateJobResponse) String() string
func (*CreateJobResponse) XXX_DiscardUnknown ¶
func (m *CreateJobResponse) XXX_DiscardUnknown()
func (*CreateJobResponse) XXX_Marshal ¶
func (m *CreateJobResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateJobResponse) XXX_Merge ¶
func (m *CreateJobResponse) XXX_Merge(src proto.Message)
func (*CreateJobResponse) XXX_Size ¶
func (m *CreateJobResponse) XXX_Size() int
func (*CreateJobResponse) XXX_Unmarshal ¶
func (m *CreateJobResponse) XXX_Unmarshal(b []byte) error
type CreateKeyPairRequest ¶ added in v0.1.7
type CreateKeyPairRequest struct { Name *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` PubKey *wrappers.StringValue `protobuf:"bytes,3,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateKeyPairRequest) Descriptor ¶ added in v0.1.7
func (*CreateKeyPairRequest) Descriptor() ([]byte, []int)
func (*CreateKeyPairRequest) GetDescription ¶ added in v0.1.7
func (m *CreateKeyPairRequest) GetDescription() *wrappers.StringValue
func (*CreateKeyPairRequest) GetName ¶ added in v0.1.7
func (m *CreateKeyPairRequest) GetName() *wrappers.StringValue
func (*CreateKeyPairRequest) GetPubKey ¶ added in v0.1.7
func (m *CreateKeyPairRequest) GetPubKey() *wrappers.StringValue
func (*CreateKeyPairRequest) ProtoMessage ¶ added in v0.1.7
func (*CreateKeyPairRequest) ProtoMessage()
func (*CreateKeyPairRequest) Reset ¶ added in v0.1.7
func (m *CreateKeyPairRequest) Reset()
func (*CreateKeyPairRequest) String ¶ added in v0.1.7
func (m *CreateKeyPairRequest) String() string
func (*CreateKeyPairRequest) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *CreateKeyPairRequest) XXX_DiscardUnknown()
func (*CreateKeyPairRequest) XXX_Marshal ¶ added in v0.1.7
func (m *CreateKeyPairRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateKeyPairRequest) XXX_Merge ¶ added in v0.1.7
func (m *CreateKeyPairRequest) XXX_Merge(src proto.Message)
func (*CreateKeyPairRequest) XXX_Size ¶ added in v0.1.7
func (m *CreateKeyPairRequest) XXX_Size() int
func (*CreateKeyPairRequest) XXX_Unmarshal ¶ added in v0.1.7
func (m *CreateKeyPairRequest) XXX_Unmarshal(b []byte) error
type CreateKeyPairResponse ¶ added in v0.1.7
type CreateKeyPairResponse struct { KeyPairId *wrappers.StringValue `protobuf:"bytes,1,opt,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateKeyPairResponse) Descriptor ¶ added in v0.1.7
func (*CreateKeyPairResponse) Descriptor() ([]byte, []int)
func (*CreateKeyPairResponse) GetKeyPairId ¶ added in v0.1.7
func (m *CreateKeyPairResponse) GetKeyPairId() *wrappers.StringValue
func (*CreateKeyPairResponse) ProtoMessage ¶ added in v0.1.7
func (*CreateKeyPairResponse) ProtoMessage()
func (*CreateKeyPairResponse) Reset ¶ added in v0.1.7
func (m *CreateKeyPairResponse) Reset()
func (*CreateKeyPairResponse) String ¶ added in v0.1.7
func (m *CreateKeyPairResponse) String() string
func (*CreateKeyPairResponse) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *CreateKeyPairResponse) XXX_DiscardUnknown()
func (*CreateKeyPairResponse) XXX_Marshal ¶ added in v0.1.7
func (m *CreateKeyPairResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateKeyPairResponse) XXX_Merge ¶ added in v0.1.7
func (m *CreateKeyPairResponse) XXX_Merge(src proto.Message)
func (*CreateKeyPairResponse) XXX_Size ¶ added in v0.1.7
func (m *CreateKeyPairResponse) XXX_Size() int
func (*CreateKeyPairResponse) XXX_Unmarshal ¶ added in v0.1.7
func (m *CreateKeyPairResponse) XXX_Unmarshal(b []byte) error
type CreatePasswordResetRequest ¶ added in v0.2.3
type CreatePasswordResetRequest struct { UserId *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Password *wrappers.StringValue `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreatePasswordResetRequest) Descriptor ¶ added in v0.2.3
func (*CreatePasswordResetRequest) Descriptor() ([]byte, []int)
func (*CreatePasswordResetRequest) GetPassword ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) GetPassword() *wrappers.StringValue
func (*CreatePasswordResetRequest) GetUserId ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) GetUserId() *wrappers.StringValue
func (*CreatePasswordResetRequest) ProtoMessage ¶ added in v0.2.3
func (*CreatePasswordResetRequest) ProtoMessage()
func (*CreatePasswordResetRequest) Reset ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) Reset()
func (*CreatePasswordResetRequest) String ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) String() string
func (*CreatePasswordResetRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) XXX_DiscardUnknown()
func (*CreatePasswordResetRequest) XXX_Marshal ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreatePasswordResetRequest) XXX_Merge ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) XXX_Merge(src proto.Message)
func (*CreatePasswordResetRequest) XXX_Size ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) XXX_Size() int
func (*CreatePasswordResetRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *CreatePasswordResetRequest) XXX_Unmarshal(b []byte) error
type CreatePasswordResetResponse ¶ added in v0.2.3
type CreatePasswordResetResponse struct { UserId *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` ResetId *wrappers.StringValue `protobuf:"bytes,2,opt,name=reset_id,json=resetId,proto3" json:"reset_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreatePasswordResetResponse) Descriptor ¶ added in v0.2.3
func (*CreatePasswordResetResponse) Descriptor() ([]byte, []int)
func (*CreatePasswordResetResponse) GetResetId ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) GetResetId() *wrappers.StringValue
func (*CreatePasswordResetResponse) GetUserId ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) GetUserId() *wrappers.StringValue
func (*CreatePasswordResetResponse) ProtoMessage ¶ added in v0.2.3
func (*CreatePasswordResetResponse) ProtoMessage()
func (*CreatePasswordResetResponse) Reset ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) Reset()
func (*CreatePasswordResetResponse) String ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) String() string
func (*CreatePasswordResetResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) XXX_DiscardUnknown()
func (*CreatePasswordResetResponse) XXX_Marshal ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreatePasswordResetResponse) XXX_Merge ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) XXX_Merge(src proto.Message)
func (*CreatePasswordResetResponse) XXX_Size ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) XXX_Size() int
func (*CreatePasswordResetResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *CreatePasswordResetResponse) XXX_Unmarshal(b []byte) error
type CreateRepoRequest ¶
type CreateRepoRequest struct { Name *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Type *wrappers.StringValue `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Url *wrappers.StringValue `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` Credential *wrappers.StringValue `protobuf:"bytes,5,opt,name=credential,proto3" json:"credential,omitempty"` Visibility *wrappers.StringValue `protobuf:"bytes,6,opt,name=visibility,proto3" json:"visibility,omitempty"` Providers []string `protobuf:"bytes,7,rep,name=providers,proto3" json:"providers,omitempty"` Labels *wrappers.StringValue `protobuf:"bytes,8,opt,name=labels,proto3" json:"labels,omitempty"` Selectors *wrappers.StringValue `protobuf:"bytes,9,opt,name=selectors,proto3" json:"selectors,omitempty"` CategoryId *wrappers.StringValue `protobuf:"bytes,10,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` AppDefaultStatus *wrappers.StringValue `protobuf:"bytes,11,opt,name=app_default_status,json=appDefaultStatus,proto3" json:"app_default_status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateRepoRequest) Descriptor ¶
func (*CreateRepoRequest) Descriptor() ([]byte, []int)
func (*CreateRepoRequest) GetAppDefaultStatus ¶ added in v0.2.3
func (m *CreateRepoRequest) GetAppDefaultStatus() *wrappers.StringValue
func (*CreateRepoRequest) GetCategoryId ¶
func (m *CreateRepoRequest) GetCategoryId() *wrappers.StringValue
func (*CreateRepoRequest) GetCredential ¶
func (m *CreateRepoRequest) GetCredential() *wrappers.StringValue
func (*CreateRepoRequest) GetDescription ¶
func (m *CreateRepoRequest) GetDescription() *wrappers.StringValue
func (*CreateRepoRequest) GetLabels ¶
func (m *CreateRepoRequest) GetLabels() *wrappers.StringValue
func (*CreateRepoRequest) GetName ¶
func (m *CreateRepoRequest) GetName() *wrappers.StringValue
func (*CreateRepoRequest) GetProviders ¶
func (m *CreateRepoRequest) GetProviders() []string
func (*CreateRepoRequest) GetSelectors ¶
func (m *CreateRepoRequest) GetSelectors() *wrappers.StringValue
func (*CreateRepoRequest) GetType ¶
func (m *CreateRepoRequest) GetType() *wrappers.StringValue
func (*CreateRepoRequest) GetUrl ¶
func (m *CreateRepoRequest) GetUrl() *wrappers.StringValue
func (*CreateRepoRequest) GetVisibility ¶
func (m *CreateRepoRequest) GetVisibility() *wrappers.StringValue
func (*CreateRepoRequest) ProtoMessage ¶
func (*CreateRepoRequest) ProtoMessage()
func (*CreateRepoRequest) Reset ¶
func (m *CreateRepoRequest) Reset()
func (*CreateRepoRequest) String ¶
func (m *CreateRepoRequest) String() string
func (*CreateRepoRequest) XXX_DiscardUnknown ¶
func (m *CreateRepoRequest) XXX_DiscardUnknown()
func (*CreateRepoRequest) XXX_Marshal ¶
func (m *CreateRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateRepoRequest) XXX_Merge ¶
func (m *CreateRepoRequest) XXX_Merge(src proto.Message)
func (*CreateRepoRequest) XXX_Size ¶
func (m *CreateRepoRequest) XXX_Size() int
func (*CreateRepoRequest) XXX_Unmarshal ¶
func (m *CreateRepoRequest) XXX_Unmarshal(b []byte) error
type CreateRepoResponse ¶
type CreateRepoResponse struct { RepoId *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateRepoResponse) Descriptor ¶
func (*CreateRepoResponse) Descriptor() ([]byte, []int)
func (*CreateRepoResponse) GetRepoId ¶
func (m *CreateRepoResponse) GetRepoId() *wrappers.StringValue
func (*CreateRepoResponse) ProtoMessage ¶
func (*CreateRepoResponse) ProtoMessage()
func (*CreateRepoResponse) Reset ¶
func (m *CreateRepoResponse) Reset()
func (*CreateRepoResponse) String ¶
func (m *CreateRepoResponse) String() string
func (*CreateRepoResponse) XXX_DiscardUnknown ¶
func (m *CreateRepoResponse) XXX_DiscardUnknown()
func (*CreateRepoResponse) XXX_Marshal ¶
func (m *CreateRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateRepoResponse) XXX_Merge ¶
func (m *CreateRepoResponse) XXX_Merge(src proto.Message)
func (*CreateRepoResponse) XXX_Size ¶
func (m *CreateRepoResponse) XXX_Size() int
func (*CreateRepoResponse) XXX_Unmarshal ¶
func (m *CreateRepoResponse) XXX_Unmarshal(b []byte) error
type CreateRuntimeRequest ¶
type CreateRuntimeRequest struct { Name *wrappers.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Provider *wrappers.StringValue `protobuf:"bytes,4,opt,name=provider,proto3" json:"provider,omitempty"` RuntimeUrl *wrappers.StringValue `protobuf:"bytes,5,opt,name=runtime_url,json=runtimeUrl,proto3" json:"runtime_url,omitempty"` Zone *wrappers.StringValue `protobuf:"bytes,6,opt,name=zone,proto3" json:"zone,omitempty"` RuntimeCredential *wrappers.StringValue `protobuf:"bytes,7,opt,name=runtime_credential,json=runtimeCredential,proto3" json:"runtime_credential,omitempty"` Labels *wrappers.StringValue `protobuf:"bytes,8,opt,name=labels,proto3" json:"labels,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateRuntimeRequest) Descriptor ¶
func (*CreateRuntimeRequest) Descriptor() ([]byte, []int)
func (*CreateRuntimeRequest) GetDescription ¶
func (m *CreateRuntimeRequest) GetDescription() *wrappers.StringValue
func (*CreateRuntimeRequest) GetLabels ¶
func (m *CreateRuntimeRequest) GetLabels() *wrappers.StringValue
func (*CreateRuntimeRequest) GetName ¶
func (m *CreateRuntimeRequest) GetName() *wrappers.StringValue
func (*CreateRuntimeRequest) GetProvider ¶
func (m *CreateRuntimeRequest) GetProvider() *wrappers.StringValue
func (*CreateRuntimeRequest) GetRuntimeCredential ¶
func (m *CreateRuntimeRequest) GetRuntimeCredential() *wrappers.StringValue
func (*CreateRuntimeRequest) GetRuntimeUrl ¶
func (m *CreateRuntimeRequest) GetRuntimeUrl() *wrappers.StringValue
func (*CreateRuntimeRequest) GetZone ¶
func (m *CreateRuntimeRequest) GetZone() *wrappers.StringValue
func (*CreateRuntimeRequest) ProtoMessage ¶
func (*CreateRuntimeRequest) ProtoMessage()
func (*CreateRuntimeRequest) Reset ¶
func (m *CreateRuntimeRequest) Reset()
func (*CreateRuntimeRequest) String ¶
func (m *CreateRuntimeRequest) String() string
func (*CreateRuntimeRequest) XXX_DiscardUnknown ¶
func (m *CreateRuntimeRequest) XXX_DiscardUnknown()
func (*CreateRuntimeRequest) XXX_Marshal ¶
func (m *CreateRuntimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateRuntimeRequest) XXX_Merge ¶
func (m *CreateRuntimeRequest) XXX_Merge(src proto.Message)
func (*CreateRuntimeRequest) XXX_Size ¶
func (m *CreateRuntimeRequest) XXX_Size() int
func (*CreateRuntimeRequest) XXX_Unmarshal ¶
func (m *CreateRuntimeRequest) XXX_Unmarshal(b []byte) error
type CreateRuntimeResponse ¶
type CreateRuntimeResponse struct { RuntimeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateRuntimeResponse) Descriptor ¶
func (*CreateRuntimeResponse) Descriptor() ([]byte, []int)
func (*CreateRuntimeResponse) GetRuntimeId ¶
func (m *CreateRuntimeResponse) GetRuntimeId() *wrappers.StringValue
func (*CreateRuntimeResponse) ProtoMessage ¶
func (*CreateRuntimeResponse) ProtoMessage()
func (*CreateRuntimeResponse) Reset ¶
func (m *CreateRuntimeResponse) Reset()
func (*CreateRuntimeResponse) String ¶
func (m *CreateRuntimeResponse) String() string
func (*CreateRuntimeResponse) XXX_DiscardUnknown ¶
func (m *CreateRuntimeResponse) XXX_DiscardUnknown()
func (*CreateRuntimeResponse) XXX_Marshal ¶
func (m *CreateRuntimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateRuntimeResponse) XXX_Merge ¶
func (m *CreateRuntimeResponse) XXX_Merge(src proto.Message)
func (*CreateRuntimeResponse) XXX_Size ¶
func (m *CreateRuntimeResponse) XXX_Size() int
func (*CreateRuntimeResponse) XXX_Unmarshal ¶
func (m *CreateRuntimeResponse) XXX_Unmarshal(b []byte) error
type CreateTaskRequest ¶
type CreateTaskRequest struct { JobId *wrappers.StringValue `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` NodeId *wrappers.StringValue `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` Target *wrappers.StringValue `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` TaskAction *wrappers.StringValue `protobuf:"bytes,4,opt,name=task_action,json=taskAction,proto3" json:"task_action,omitempty"` Directive *wrappers.StringValue `protobuf:"bytes,5,opt,name=directive,proto3" json:"directive,omitempty"` FailureAllowed *wrappers.BoolValue `protobuf:"bytes,6,opt,name=failure_allowed,json=failureAllowed,proto3" json:"failure_allowed,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateTaskRequest) Descriptor ¶
func (*CreateTaskRequest) Descriptor() ([]byte, []int)
func (*CreateTaskRequest) GetDirective ¶
func (m *CreateTaskRequest) GetDirective() *wrappers.StringValue
func (*CreateTaskRequest) GetFailureAllowed ¶
func (m *CreateTaskRequest) GetFailureAllowed() *wrappers.BoolValue
func (*CreateTaskRequest) GetJobId ¶
func (m *CreateTaskRequest) GetJobId() *wrappers.StringValue
func (*CreateTaskRequest) GetNodeId ¶
func (m *CreateTaskRequest) GetNodeId() *wrappers.StringValue
func (*CreateTaskRequest) GetStatus ¶
func (m *CreateTaskRequest) GetStatus() *wrappers.StringValue
func (*CreateTaskRequest) GetTarget ¶
func (m *CreateTaskRequest) GetTarget() *wrappers.StringValue
func (*CreateTaskRequest) GetTaskAction ¶
func (m *CreateTaskRequest) GetTaskAction() *wrappers.StringValue
func (*CreateTaskRequest) ProtoMessage ¶
func (*CreateTaskRequest) ProtoMessage()
func (*CreateTaskRequest) Reset ¶
func (m *CreateTaskRequest) Reset()
func (*CreateTaskRequest) String ¶
func (m *CreateTaskRequest) String() string
func (*CreateTaskRequest) XXX_DiscardUnknown ¶
func (m *CreateTaskRequest) XXX_DiscardUnknown()
func (*CreateTaskRequest) XXX_Marshal ¶
func (m *CreateTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateTaskRequest) XXX_Merge ¶
func (m *CreateTaskRequest) XXX_Merge(src proto.Message)
func (*CreateTaskRequest) XXX_Size ¶
func (m *CreateTaskRequest) XXX_Size() int
func (*CreateTaskRequest) XXX_Unmarshal ¶
func (m *CreateTaskRequest) XXX_Unmarshal(b []byte) error
type CreateTaskResponse ¶
type CreateTaskResponse struct { TaskId *wrappers.StringValue `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateTaskResponse) Descriptor ¶
func (*CreateTaskResponse) Descriptor() ([]byte, []int)
func (*CreateTaskResponse) GetJobId ¶
func (m *CreateTaskResponse) GetJobId() *wrappers.StringValue
func (*CreateTaskResponse) GetTaskId ¶
func (m *CreateTaskResponse) GetTaskId() *wrappers.StringValue
func (*CreateTaskResponse) ProtoMessage ¶
func (*CreateTaskResponse) ProtoMessage()
func (*CreateTaskResponse) Reset ¶
func (m *CreateTaskResponse) Reset()
func (*CreateTaskResponse) String ¶
func (m *CreateTaskResponse) String() string
func (*CreateTaskResponse) XXX_DiscardUnknown ¶
func (m *CreateTaskResponse) XXX_DiscardUnknown()
func (*CreateTaskResponse) XXX_Marshal ¶
func (m *CreateTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateTaskResponse) XXX_Merge ¶
func (m *CreateTaskResponse) XXX_Merge(src proto.Message)
func (*CreateTaskResponse) XXX_Size ¶
func (m *CreateTaskResponse) XXX_Size() int
func (*CreateTaskResponse) XXX_Unmarshal ¶
func (m *CreateTaskResponse) XXX_Unmarshal(b []byte) error
type CreateUserRequest ¶ added in v0.2.3
type CreateUserRequest struct { Email *wrappers.StringValue `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Password *wrappers.StringValue `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Role *wrappers.StringValue `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateUserRequest) Descriptor ¶ added in v0.2.3
func (*CreateUserRequest) Descriptor() ([]byte, []int)
func (*CreateUserRequest) GetDescription ¶ added in v0.2.3
func (m *CreateUserRequest) GetDescription() *wrappers.StringValue
func (*CreateUserRequest) GetEmail ¶ added in v0.2.3
func (m *CreateUserRequest) GetEmail() *wrappers.StringValue
func (*CreateUserRequest) GetPassword ¶ added in v0.2.3
func (m *CreateUserRequest) GetPassword() *wrappers.StringValue
func (*CreateUserRequest) GetRole ¶ added in v0.2.3
func (m *CreateUserRequest) GetRole() *wrappers.StringValue
func (*CreateUserRequest) ProtoMessage ¶ added in v0.2.3
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) Reset ¶ added in v0.2.3
func (m *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶ added in v0.2.3
func (m *CreateUserRequest) String() string
func (*CreateUserRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *CreateUserRequest) XXX_DiscardUnknown()
func (*CreateUserRequest) XXX_Marshal ¶ added in v0.2.3
func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateUserRequest) XXX_Merge ¶ added in v0.2.3
func (m *CreateUserRequest) XXX_Merge(src proto.Message)
func (*CreateUserRequest) XXX_Size ¶ added in v0.2.3
func (m *CreateUserRequest) XXX_Size() int
func (*CreateUserRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error
type CreateUserResponse ¶ added in v0.2.3
type CreateUserResponse struct { UserId *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateUserResponse) Descriptor ¶ added in v0.2.3
func (*CreateUserResponse) Descriptor() ([]byte, []int)
func (*CreateUserResponse) GetUserId ¶ added in v0.2.3
func (m *CreateUserResponse) GetUserId() *wrappers.StringValue
func (*CreateUserResponse) ProtoMessage ¶ added in v0.2.3
func (*CreateUserResponse) ProtoMessage()
func (*CreateUserResponse) Reset ¶ added in v0.2.3
func (m *CreateUserResponse) Reset()
func (*CreateUserResponse) String ¶ added in v0.2.3
func (m *CreateUserResponse) String() string
func (*CreateUserResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *CreateUserResponse) XXX_DiscardUnknown()
func (*CreateUserResponse) XXX_Marshal ¶ added in v0.2.3
func (m *CreateUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateUserResponse) XXX_Merge ¶ added in v0.2.3
func (m *CreateUserResponse) XXX_Merge(src proto.Message)
func (*CreateUserResponse) XXX_Size ¶ added in v0.2.3
func (m *CreateUserResponse) XXX_Size() int
func (*CreateUserResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *CreateUserResponse) XXX_Unmarshal(b []byte) error
type DeleteAppVersionRequest ¶ added in v0.2.1
type DeleteAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` DirectDelete bool `protobuf:"varint,2,opt,name=direct_delete,json=directDelete,proto3" json:"direct_delete,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAppVersionRequest) Descriptor ¶ added in v0.2.1
func (*DeleteAppVersionRequest) Descriptor() ([]byte, []int)
func (*DeleteAppVersionRequest) GetDirectDelete ¶ added in v0.2.3
func (m *DeleteAppVersionRequest) GetDirectDelete() bool
func (*DeleteAppVersionRequest) GetVersionId ¶ added in v0.2.1
func (m *DeleteAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*DeleteAppVersionRequest) ProtoMessage ¶ added in v0.2.1
func (*DeleteAppVersionRequest) ProtoMessage()
func (*DeleteAppVersionRequest) Reset ¶ added in v0.2.1
func (m *DeleteAppVersionRequest) Reset()
func (*DeleteAppVersionRequest) String ¶ added in v0.2.1
func (m *DeleteAppVersionRequest) String() string
func (*DeleteAppVersionRequest) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *DeleteAppVersionRequest) XXX_DiscardUnknown()
func (*DeleteAppVersionRequest) XXX_Marshal ¶ added in v0.2.1
func (m *DeleteAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAppVersionRequest) XXX_Merge ¶ added in v0.2.1
func (m *DeleteAppVersionRequest) XXX_Merge(src proto.Message)
func (*DeleteAppVersionRequest) XXX_Size ¶ added in v0.2.1
func (m *DeleteAppVersionRequest) XXX_Size() int
func (*DeleteAppVersionRequest) XXX_Unmarshal ¶ added in v0.2.1
func (m *DeleteAppVersionRequest) XXX_Unmarshal(b []byte) error
type DeleteAppVersionResponse ¶ added in v0.2.1
type DeleteAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAppVersionResponse) Descriptor ¶ added in v0.2.1
func (*DeleteAppVersionResponse) Descriptor() ([]byte, []int)
func (*DeleteAppVersionResponse) GetVersionId ¶ added in v0.2.1
func (m *DeleteAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*DeleteAppVersionResponse) ProtoMessage ¶ added in v0.2.1
func (*DeleteAppVersionResponse) ProtoMessage()
func (*DeleteAppVersionResponse) Reset ¶ added in v0.2.1
func (m *DeleteAppVersionResponse) Reset()
func (*DeleteAppVersionResponse) String ¶ added in v0.2.1
func (m *DeleteAppVersionResponse) String() string
func (*DeleteAppVersionResponse) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *DeleteAppVersionResponse) XXX_DiscardUnknown()
func (*DeleteAppVersionResponse) XXX_Marshal ¶ added in v0.2.1
func (m *DeleteAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAppVersionResponse) XXX_Merge ¶ added in v0.2.1
func (m *DeleteAppVersionResponse) XXX_Merge(src proto.Message)
func (*DeleteAppVersionResponse) XXX_Size ¶ added in v0.2.1
func (m *DeleteAppVersionResponse) XXX_Size() int
func (*DeleteAppVersionResponse) XXX_Unmarshal ¶ added in v0.2.1
func (m *DeleteAppVersionResponse) XXX_Unmarshal(b []byte) error
type DeleteAppsRequest ¶
type DeleteAppsRequest struct { AppId []string `protobuf:"bytes,1,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"` DirectDelete bool `protobuf:"varint,2,opt,name=direct_delete,json=directDelete,proto3" json:"direct_delete,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAppsRequest) Descriptor ¶
func (*DeleteAppsRequest) Descriptor() ([]byte, []int)
func (*DeleteAppsRequest) GetAppId ¶
func (m *DeleteAppsRequest) GetAppId() []string
func (*DeleteAppsRequest) GetDirectDelete ¶ added in v0.2.3
func (m *DeleteAppsRequest) GetDirectDelete() bool
func (*DeleteAppsRequest) ProtoMessage ¶
func (*DeleteAppsRequest) ProtoMessage()
func (*DeleteAppsRequest) Reset ¶
func (m *DeleteAppsRequest) Reset()
func (*DeleteAppsRequest) String ¶
func (m *DeleteAppsRequest) String() string
func (*DeleteAppsRequest) XXX_DiscardUnknown ¶
func (m *DeleteAppsRequest) XXX_DiscardUnknown()
func (*DeleteAppsRequest) XXX_Marshal ¶
func (m *DeleteAppsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAppsRequest) XXX_Merge ¶
func (m *DeleteAppsRequest) XXX_Merge(src proto.Message)
func (*DeleteAppsRequest) XXX_Size ¶
func (m *DeleteAppsRequest) XXX_Size() int
func (*DeleteAppsRequest) XXX_Unmarshal ¶
func (m *DeleteAppsRequest) XXX_Unmarshal(b []byte) error
type DeleteAppsResponse ¶
type DeleteAppsResponse struct { AppId []string `protobuf:"bytes,1,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAppsResponse) Descriptor ¶
func (*DeleteAppsResponse) Descriptor() ([]byte, []int)
func (*DeleteAppsResponse) GetAppId ¶
func (m *DeleteAppsResponse) GetAppId() []string
func (*DeleteAppsResponse) ProtoMessage ¶
func (*DeleteAppsResponse) ProtoMessage()
func (*DeleteAppsResponse) Reset ¶
func (m *DeleteAppsResponse) Reset()
func (*DeleteAppsResponse) String ¶
func (m *DeleteAppsResponse) String() string
func (*DeleteAppsResponse) XXX_DiscardUnknown ¶
func (m *DeleteAppsResponse) XXX_DiscardUnknown()
func (*DeleteAppsResponse) XXX_Marshal ¶
func (m *DeleteAppsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAppsResponse) XXX_Merge ¶
func (m *DeleteAppsResponse) XXX_Merge(src proto.Message)
func (*DeleteAppsResponse) XXX_Size ¶
func (m *DeleteAppsResponse) XXX_Size() int
func (*DeleteAppsResponse) XXX_Unmarshal ¶
func (m *DeleteAppsResponse) XXX_Unmarshal(b []byte) error
type DeleteCategoriesRequest ¶
type DeleteCategoriesRequest struct { CategoryId []string `protobuf:"bytes,1,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteCategoriesRequest) Descriptor ¶
func (*DeleteCategoriesRequest) Descriptor() ([]byte, []int)
func (*DeleteCategoriesRequest) GetCategoryId ¶
func (m *DeleteCategoriesRequest) GetCategoryId() []string
func (*DeleteCategoriesRequest) ProtoMessage ¶
func (*DeleteCategoriesRequest) ProtoMessage()
func (*DeleteCategoriesRequest) Reset ¶
func (m *DeleteCategoriesRequest) Reset()
func (*DeleteCategoriesRequest) String ¶
func (m *DeleteCategoriesRequest) String() string
func (*DeleteCategoriesRequest) XXX_DiscardUnknown ¶
func (m *DeleteCategoriesRequest) XXX_DiscardUnknown()
func (*DeleteCategoriesRequest) XXX_Marshal ¶
func (m *DeleteCategoriesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteCategoriesRequest) XXX_Merge ¶
func (m *DeleteCategoriesRequest) XXX_Merge(src proto.Message)
func (*DeleteCategoriesRequest) XXX_Size ¶
func (m *DeleteCategoriesRequest) XXX_Size() int
func (*DeleteCategoriesRequest) XXX_Unmarshal ¶
func (m *DeleteCategoriesRequest) XXX_Unmarshal(b []byte) error
type DeleteCategoriesResponse ¶
type DeleteCategoriesResponse struct { CategoryId []string `protobuf:"bytes,1,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteCategoriesResponse) Descriptor ¶
func (*DeleteCategoriesResponse) Descriptor() ([]byte, []int)
func (*DeleteCategoriesResponse) GetCategoryId ¶
func (m *DeleteCategoriesResponse) GetCategoryId() []string
func (*DeleteCategoriesResponse) ProtoMessage ¶
func (*DeleteCategoriesResponse) ProtoMessage()
func (*DeleteCategoriesResponse) Reset ¶
func (m *DeleteCategoriesResponse) Reset()
func (*DeleteCategoriesResponse) String ¶
func (m *DeleteCategoriesResponse) String() string
func (*DeleteCategoriesResponse) XXX_DiscardUnknown ¶
func (m *DeleteCategoriesResponse) XXX_DiscardUnknown()
func (*DeleteCategoriesResponse) XXX_Marshal ¶
func (m *DeleteCategoriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteCategoriesResponse) XXX_Merge ¶
func (m *DeleteCategoriesResponse) XXX_Merge(src proto.Message)
func (*DeleteCategoriesResponse) XXX_Size ¶
func (m *DeleteCategoriesResponse) XXX_Size() int
func (*DeleteCategoriesResponse) XXX_Unmarshal ¶
func (m *DeleteCategoriesResponse) XXX_Unmarshal(b []byte) error
type DeleteClusterNodesRequest ¶
type DeleteClusterNodesRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` NodeId []string `protobuf:"bytes,2,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` AdvancedParam []string `protobuf:"bytes,3,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteClusterNodesRequest) Descriptor ¶
func (*DeleteClusterNodesRequest) Descriptor() ([]byte, []int)
func (*DeleteClusterNodesRequest) GetAdvancedParam ¶
func (m *DeleteClusterNodesRequest) GetAdvancedParam() []string
func (*DeleteClusterNodesRequest) GetClusterId ¶
func (m *DeleteClusterNodesRequest) GetClusterId() *wrappers.StringValue
func (*DeleteClusterNodesRequest) GetNodeId ¶
func (m *DeleteClusterNodesRequest) GetNodeId() []string
func (*DeleteClusterNodesRequest) ProtoMessage ¶
func (*DeleteClusterNodesRequest) ProtoMessage()
func (*DeleteClusterNodesRequest) Reset ¶
func (m *DeleteClusterNodesRequest) Reset()
func (*DeleteClusterNodesRequest) String ¶
func (m *DeleteClusterNodesRequest) String() string
func (*DeleteClusterNodesRequest) XXX_DiscardUnknown ¶
func (m *DeleteClusterNodesRequest) XXX_DiscardUnknown()
func (*DeleteClusterNodesRequest) XXX_Marshal ¶
func (m *DeleteClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteClusterNodesRequest) XXX_Merge ¶
func (m *DeleteClusterNodesRequest) XXX_Merge(src proto.Message)
func (*DeleteClusterNodesRequest) XXX_Size ¶
func (m *DeleteClusterNodesRequest) XXX_Size() int
func (*DeleteClusterNodesRequest) XXX_Unmarshal ¶
func (m *DeleteClusterNodesRequest) XXX_Unmarshal(b []byte) error
type DeleteClusterNodesResponse ¶
type DeleteClusterNodesResponse struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteClusterNodesResponse) Descriptor ¶
func (*DeleteClusterNodesResponse) Descriptor() ([]byte, []int)
func (*DeleteClusterNodesResponse) GetClusterId ¶
func (m *DeleteClusterNodesResponse) GetClusterId() *wrappers.StringValue
func (*DeleteClusterNodesResponse) GetJobId ¶
func (m *DeleteClusterNodesResponse) GetJobId() *wrappers.StringValue
func (*DeleteClusterNodesResponse) ProtoMessage ¶
func (*DeleteClusterNodesResponse) ProtoMessage()
func (*DeleteClusterNodesResponse) Reset ¶
func (m *DeleteClusterNodesResponse) Reset()
func (*DeleteClusterNodesResponse) String ¶
func (m *DeleteClusterNodesResponse) String() string
func (*DeleteClusterNodesResponse) XXX_DiscardUnknown ¶
func (m *DeleteClusterNodesResponse) XXX_DiscardUnknown()
func (*DeleteClusterNodesResponse) XXX_Marshal ¶
func (m *DeleteClusterNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteClusterNodesResponse) XXX_Merge ¶
func (m *DeleteClusterNodesResponse) XXX_Merge(src proto.Message)
func (*DeleteClusterNodesResponse) XXX_Size ¶
func (m *DeleteClusterNodesResponse) XXX_Size() int
func (*DeleteClusterNodesResponse) XXX_Unmarshal ¶
func (m *DeleteClusterNodesResponse) XXX_Unmarshal(b []byte) error
type DeleteClustersRequest ¶
type DeleteClustersRequest struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteClustersRequest) Descriptor ¶
func (*DeleteClustersRequest) Descriptor() ([]byte, []int)
func (*DeleteClustersRequest) GetAdvancedParam ¶
func (m *DeleteClustersRequest) GetAdvancedParam() []string
func (*DeleteClustersRequest) GetClusterId ¶
func (m *DeleteClustersRequest) GetClusterId() []string
func (*DeleteClustersRequest) ProtoMessage ¶
func (*DeleteClustersRequest) ProtoMessage()
func (*DeleteClustersRequest) Reset ¶
func (m *DeleteClustersRequest) Reset()
func (*DeleteClustersRequest) String ¶
func (m *DeleteClustersRequest) String() string
func (*DeleteClustersRequest) XXX_DiscardUnknown ¶
func (m *DeleteClustersRequest) XXX_DiscardUnknown()
func (*DeleteClustersRequest) XXX_Marshal ¶
func (m *DeleteClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteClustersRequest) XXX_Merge ¶
func (m *DeleteClustersRequest) XXX_Merge(src proto.Message)
func (*DeleteClustersRequest) XXX_Size ¶
func (m *DeleteClustersRequest) XXX_Size() int
func (*DeleteClustersRequest) XXX_Unmarshal ¶
func (m *DeleteClustersRequest) XXX_Unmarshal(b []byte) error
type DeleteClustersResponse ¶
type DeleteClustersResponse struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteClustersResponse) Descriptor ¶
func (*DeleteClustersResponse) Descriptor() ([]byte, []int)
func (*DeleteClustersResponse) GetClusterId ¶
func (m *DeleteClustersResponse) GetClusterId() []string
func (*DeleteClustersResponse) GetJobId ¶
func (m *DeleteClustersResponse) GetJobId() []string
func (*DeleteClustersResponse) ProtoMessage ¶
func (*DeleteClustersResponse) ProtoMessage()
func (*DeleteClustersResponse) Reset ¶
func (m *DeleteClustersResponse) Reset()
func (*DeleteClustersResponse) String ¶
func (m *DeleteClustersResponse) String() string
func (*DeleteClustersResponse) XXX_DiscardUnknown ¶
func (m *DeleteClustersResponse) XXX_DiscardUnknown()
func (*DeleteClustersResponse) XXX_Marshal ¶
func (m *DeleteClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteClustersResponse) XXX_Merge ¶
func (m *DeleteClustersResponse) XXX_Merge(src proto.Message)
func (*DeleteClustersResponse) XXX_Size ¶
func (m *DeleteClustersResponse) XXX_Size() int
func (*DeleteClustersResponse) XXX_Unmarshal ¶
func (m *DeleteClustersResponse) XXX_Unmarshal(b []byte) error
type DeleteGroupsRequest ¶ added in v0.2.3
type DeleteGroupsRequest struct { GroupId []string `protobuf:"bytes,1,rep,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteGroupsRequest) Descriptor ¶ added in v0.2.3
func (*DeleteGroupsRequest) Descriptor() ([]byte, []int)
func (*DeleteGroupsRequest) GetGroupId ¶ added in v0.2.3
func (m *DeleteGroupsRequest) GetGroupId() []string
func (*DeleteGroupsRequest) ProtoMessage ¶ added in v0.2.3
func (*DeleteGroupsRequest) ProtoMessage()
func (*DeleteGroupsRequest) Reset ¶ added in v0.2.3
func (m *DeleteGroupsRequest) Reset()
func (*DeleteGroupsRequest) String ¶ added in v0.2.3
func (m *DeleteGroupsRequest) String() string
func (*DeleteGroupsRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *DeleteGroupsRequest) XXX_DiscardUnknown()
func (*DeleteGroupsRequest) XXX_Marshal ¶ added in v0.2.3
func (m *DeleteGroupsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteGroupsRequest) XXX_Merge ¶ added in v0.2.3
func (m *DeleteGroupsRequest) XXX_Merge(src proto.Message)
func (*DeleteGroupsRequest) XXX_Size ¶ added in v0.2.3
func (m *DeleteGroupsRequest) XXX_Size() int
func (*DeleteGroupsRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *DeleteGroupsRequest) XXX_Unmarshal(b []byte) error
type DeleteGroupsResponse ¶ added in v0.2.3
type DeleteGroupsResponse struct { GroupId []string `protobuf:"bytes,1,rep,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteGroupsResponse) Descriptor ¶ added in v0.2.3
func (*DeleteGroupsResponse) Descriptor() ([]byte, []int)
func (*DeleteGroupsResponse) GetGroupId ¶ added in v0.2.3
func (m *DeleteGroupsResponse) GetGroupId() []string
func (*DeleteGroupsResponse) ProtoMessage ¶ added in v0.2.3
func (*DeleteGroupsResponse) ProtoMessage()
func (*DeleteGroupsResponse) Reset ¶ added in v0.2.3
func (m *DeleteGroupsResponse) Reset()
func (*DeleteGroupsResponse) String ¶ added in v0.2.3
func (m *DeleteGroupsResponse) String() string
func (*DeleteGroupsResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *DeleteGroupsResponse) XXX_DiscardUnknown()
func (*DeleteGroupsResponse) XXX_Marshal ¶ added in v0.2.3
func (m *DeleteGroupsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteGroupsResponse) XXX_Merge ¶ added in v0.2.3
func (m *DeleteGroupsResponse) XXX_Merge(src proto.Message)
func (*DeleteGroupsResponse) XXX_Size ¶ added in v0.2.3
func (m *DeleteGroupsResponse) XXX_Size() int
func (*DeleteGroupsResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *DeleteGroupsResponse) XXX_Unmarshal(b []byte) error
type DeleteKeyPairsRequest ¶ added in v0.1.7
type DeleteKeyPairsRequest struct { KeyPairId []string `protobuf:"bytes,1,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteKeyPairsRequest) Descriptor ¶ added in v0.1.7
func (*DeleteKeyPairsRequest) Descriptor() ([]byte, []int)
func (*DeleteKeyPairsRequest) GetKeyPairId ¶ added in v0.1.7
func (m *DeleteKeyPairsRequest) GetKeyPairId() []string
func (*DeleteKeyPairsRequest) ProtoMessage ¶ added in v0.1.7
func (*DeleteKeyPairsRequest) ProtoMessage()
func (*DeleteKeyPairsRequest) Reset ¶ added in v0.1.7
func (m *DeleteKeyPairsRequest) Reset()
func (*DeleteKeyPairsRequest) String ¶ added in v0.1.7
func (m *DeleteKeyPairsRequest) String() string
func (*DeleteKeyPairsRequest) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *DeleteKeyPairsRequest) XXX_DiscardUnknown()
func (*DeleteKeyPairsRequest) XXX_Marshal ¶ added in v0.1.7
func (m *DeleteKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteKeyPairsRequest) XXX_Merge ¶ added in v0.1.7
func (m *DeleteKeyPairsRequest) XXX_Merge(src proto.Message)
func (*DeleteKeyPairsRequest) XXX_Size ¶ added in v0.1.7
func (m *DeleteKeyPairsRequest) XXX_Size() int
func (*DeleteKeyPairsRequest) XXX_Unmarshal ¶ added in v0.1.7
func (m *DeleteKeyPairsRequest) XXX_Unmarshal(b []byte) error
type DeleteKeyPairsResponse ¶ added in v0.1.7
type DeleteKeyPairsResponse struct { KeyPairId []string `protobuf:"bytes,1,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteKeyPairsResponse) Descriptor ¶ added in v0.1.7
func (*DeleteKeyPairsResponse) Descriptor() ([]byte, []int)
func (*DeleteKeyPairsResponse) GetKeyPairId ¶ added in v0.1.7
func (m *DeleteKeyPairsResponse) GetKeyPairId() []string
func (*DeleteKeyPairsResponse) ProtoMessage ¶ added in v0.1.7
func (*DeleteKeyPairsResponse) ProtoMessage()
func (*DeleteKeyPairsResponse) Reset ¶ added in v0.1.7
func (m *DeleteKeyPairsResponse) Reset()
func (*DeleteKeyPairsResponse) String ¶ added in v0.1.7
func (m *DeleteKeyPairsResponse) String() string
func (*DeleteKeyPairsResponse) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *DeleteKeyPairsResponse) XXX_DiscardUnknown()
func (*DeleteKeyPairsResponse) XXX_Marshal ¶ added in v0.1.7
func (m *DeleteKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteKeyPairsResponse) XXX_Merge ¶ added in v0.1.7
func (m *DeleteKeyPairsResponse) XXX_Merge(src proto.Message)
func (*DeleteKeyPairsResponse) XXX_Size ¶ added in v0.1.7
func (m *DeleteKeyPairsResponse) XXX_Size() int
func (*DeleteKeyPairsResponse) XXX_Unmarshal ¶ added in v0.1.7
func (m *DeleteKeyPairsResponse) XXX_Unmarshal(b []byte) error
type DeleteNodeKeyPairsRequest ¶ added in v0.1.7
type DeleteNodeKeyPairsRequest struct { NodeKeyPair []*NodeKeyPair `protobuf:"bytes,1,rep,name=node_key_pair,json=nodeKeyPair,proto3" json:"node_key_pair,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteNodeKeyPairsRequest) Descriptor ¶ added in v0.1.7
func (*DeleteNodeKeyPairsRequest) Descriptor() ([]byte, []int)
func (*DeleteNodeKeyPairsRequest) GetNodeKeyPair ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsRequest) GetNodeKeyPair() []*NodeKeyPair
func (*DeleteNodeKeyPairsRequest) ProtoMessage ¶ added in v0.1.7
func (*DeleteNodeKeyPairsRequest) ProtoMessage()
func (*DeleteNodeKeyPairsRequest) Reset ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsRequest) Reset()
func (*DeleteNodeKeyPairsRequest) String ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsRequest) String() string
func (*DeleteNodeKeyPairsRequest) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsRequest) XXX_DiscardUnknown()
func (*DeleteNodeKeyPairsRequest) XXX_Marshal ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteNodeKeyPairsRequest) XXX_Merge ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsRequest) XXX_Merge(src proto.Message)
func (*DeleteNodeKeyPairsRequest) XXX_Size ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsRequest) XXX_Size() int
func (*DeleteNodeKeyPairsRequest) XXX_Unmarshal ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsRequest) XXX_Unmarshal(b []byte) error
type DeleteNodeKeyPairsResponse ¶ added in v0.1.7
type DeleteNodeKeyPairsResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteNodeKeyPairsResponse) Descriptor ¶ added in v0.1.7
func (*DeleteNodeKeyPairsResponse) Descriptor() ([]byte, []int)
func (*DeleteNodeKeyPairsResponse) ProtoMessage ¶ added in v0.1.7
func (*DeleteNodeKeyPairsResponse) ProtoMessage()
func (*DeleteNodeKeyPairsResponse) Reset ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsResponse) Reset()
func (*DeleteNodeKeyPairsResponse) String ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsResponse) String() string
func (*DeleteNodeKeyPairsResponse) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsResponse) XXX_DiscardUnknown()
func (*DeleteNodeKeyPairsResponse) XXX_Marshal ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteNodeKeyPairsResponse) XXX_Merge ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsResponse) XXX_Merge(src proto.Message)
func (*DeleteNodeKeyPairsResponse) XXX_Size ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsResponse) XXX_Size() int
func (*DeleteNodeKeyPairsResponse) XXX_Unmarshal ¶ added in v0.1.7
func (m *DeleteNodeKeyPairsResponse) XXX_Unmarshal(b []byte) error
type DeleteReposRequest ¶
type DeleteReposRequest struct { RepoId []string `protobuf:"bytes,1,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteReposRequest) Descriptor ¶
func (*DeleteReposRequest) Descriptor() ([]byte, []int)
func (*DeleteReposRequest) GetRepoId ¶
func (m *DeleteReposRequest) GetRepoId() []string
func (*DeleteReposRequest) ProtoMessage ¶
func (*DeleteReposRequest) ProtoMessage()
func (*DeleteReposRequest) Reset ¶
func (m *DeleteReposRequest) Reset()
func (*DeleteReposRequest) String ¶
func (m *DeleteReposRequest) String() string
func (*DeleteReposRequest) XXX_DiscardUnknown ¶
func (m *DeleteReposRequest) XXX_DiscardUnknown()
func (*DeleteReposRequest) XXX_Marshal ¶
func (m *DeleteReposRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteReposRequest) XXX_Merge ¶
func (m *DeleteReposRequest) XXX_Merge(src proto.Message)
func (*DeleteReposRequest) XXX_Size ¶
func (m *DeleteReposRequest) XXX_Size() int
func (*DeleteReposRequest) XXX_Unmarshal ¶
func (m *DeleteReposRequest) XXX_Unmarshal(b []byte) error
type DeleteReposResponse ¶
type DeleteReposResponse struct { RepoId []string `protobuf:"bytes,1,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteReposResponse) Descriptor ¶
func (*DeleteReposResponse) Descriptor() ([]byte, []int)
func (*DeleteReposResponse) GetRepoId ¶
func (m *DeleteReposResponse) GetRepoId() []string
func (*DeleteReposResponse) ProtoMessage ¶
func (*DeleteReposResponse) ProtoMessage()
func (*DeleteReposResponse) Reset ¶
func (m *DeleteReposResponse) Reset()
func (*DeleteReposResponse) String ¶
func (m *DeleteReposResponse) String() string
func (*DeleteReposResponse) XXX_DiscardUnknown ¶
func (m *DeleteReposResponse) XXX_DiscardUnknown()
func (*DeleteReposResponse) XXX_Marshal ¶
func (m *DeleteReposResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteReposResponse) XXX_Merge ¶
func (m *DeleteReposResponse) XXX_Merge(src proto.Message)
func (*DeleteReposResponse) XXX_Size ¶
func (m *DeleteReposResponse) XXX_Size() int
func (*DeleteReposResponse) XXX_Unmarshal ¶
func (m *DeleteReposResponse) XXX_Unmarshal(b []byte) error
type DeleteRuntimesRequest ¶
type DeleteRuntimesRequest struct { RuntimeId []string `protobuf:"bytes,1,rep,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteRuntimesRequest) Descriptor ¶
func (*DeleteRuntimesRequest) Descriptor() ([]byte, []int)
func (*DeleteRuntimesRequest) GetRuntimeId ¶
func (m *DeleteRuntimesRequest) GetRuntimeId() []string
func (*DeleteRuntimesRequest) ProtoMessage ¶
func (*DeleteRuntimesRequest) ProtoMessage()
func (*DeleteRuntimesRequest) Reset ¶
func (m *DeleteRuntimesRequest) Reset()
func (*DeleteRuntimesRequest) String ¶
func (m *DeleteRuntimesRequest) String() string
func (*DeleteRuntimesRequest) XXX_DiscardUnknown ¶
func (m *DeleteRuntimesRequest) XXX_DiscardUnknown()
func (*DeleteRuntimesRequest) XXX_Marshal ¶
func (m *DeleteRuntimesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteRuntimesRequest) XXX_Merge ¶
func (m *DeleteRuntimesRequest) XXX_Merge(src proto.Message)
func (*DeleteRuntimesRequest) XXX_Size ¶
func (m *DeleteRuntimesRequest) XXX_Size() int
func (*DeleteRuntimesRequest) XXX_Unmarshal ¶
func (m *DeleteRuntimesRequest) XXX_Unmarshal(b []byte) error
type DeleteRuntimesResponse ¶
type DeleteRuntimesResponse struct { RuntimeId []string `protobuf:"bytes,1,rep,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteRuntimesResponse) Descriptor ¶
func (*DeleteRuntimesResponse) Descriptor() ([]byte, []int)
func (*DeleteRuntimesResponse) GetRuntimeId ¶
func (m *DeleteRuntimesResponse) GetRuntimeId() []string
func (*DeleteRuntimesResponse) ProtoMessage ¶
func (*DeleteRuntimesResponse) ProtoMessage()
func (*DeleteRuntimesResponse) Reset ¶
func (m *DeleteRuntimesResponse) Reset()
func (*DeleteRuntimesResponse) String ¶
func (m *DeleteRuntimesResponse) String() string
func (*DeleteRuntimesResponse) XXX_DiscardUnknown ¶
func (m *DeleteRuntimesResponse) XXX_DiscardUnknown()
func (*DeleteRuntimesResponse) XXX_Marshal ¶
func (m *DeleteRuntimesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteRuntimesResponse) XXX_Merge ¶
func (m *DeleteRuntimesResponse) XXX_Merge(src proto.Message)
func (*DeleteRuntimesResponse) XXX_Size ¶
func (m *DeleteRuntimesResponse) XXX_Size() int
func (*DeleteRuntimesResponse) XXX_Unmarshal ¶
func (m *DeleteRuntimesResponse) XXX_Unmarshal(b []byte) error
type DeleteTableClusterNodesRequest ¶
type DeleteTableClusterNodesRequest struct { NodeId []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteTableClusterNodesRequest) Descriptor ¶
func (*DeleteTableClusterNodesRequest) Descriptor() ([]byte, []int)
func (*DeleteTableClusterNodesRequest) GetNodeId ¶
func (m *DeleteTableClusterNodesRequest) GetNodeId() []string
func (*DeleteTableClusterNodesRequest) ProtoMessage ¶
func (*DeleteTableClusterNodesRequest) ProtoMessage()
func (*DeleteTableClusterNodesRequest) Reset ¶
func (m *DeleteTableClusterNodesRequest) Reset()
func (*DeleteTableClusterNodesRequest) String ¶
func (m *DeleteTableClusterNodesRequest) String() string
func (*DeleteTableClusterNodesRequest) XXX_DiscardUnknown ¶
func (m *DeleteTableClusterNodesRequest) XXX_DiscardUnknown()
func (*DeleteTableClusterNodesRequest) XXX_Marshal ¶
func (m *DeleteTableClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteTableClusterNodesRequest) XXX_Merge ¶
func (m *DeleteTableClusterNodesRequest) XXX_Merge(src proto.Message)
func (*DeleteTableClusterNodesRequest) XXX_Size ¶
func (m *DeleteTableClusterNodesRequest) XXX_Size() int
func (*DeleteTableClusterNodesRequest) XXX_Unmarshal ¶
func (m *DeleteTableClusterNodesRequest) XXX_Unmarshal(b []byte) error
type DeleteUsersRequest ¶ added in v0.2.3
type DeleteUsersRequest struct { UserId []string `protobuf:"bytes,1,rep,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteUsersRequest) Descriptor ¶ added in v0.2.3
func (*DeleteUsersRequest) Descriptor() ([]byte, []int)
func (*DeleteUsersRequest) GetUserId ¶ added in v0.2.3
func (m *DeleteUsersRequest) GetUserId() []string
func (*DeleteUsersRequest) ProtoMessage ¶ added in v0.2.3
func (*DeleteUsersRequest) ProtoMessage()
func (*DeleteUsersRequest) Reset ¶ added in v0.2.3
func (m *DeleteUsersRequest) Reset()
func (*DeleteUsersRequest) String ¶ added in v0.2.3
func (m *DeleteUsersRequest) String() string
func (*DeleteUsersRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *DeleteUsersRequest) XXX_DiscardUnknown()
func (*DeleteUsersRequest) XXX_Marshal ¶ added in v0.2.3
func (m *DeleteUsersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteUsersRequest) XXX_Merge ¶ added in v0.2.3
func (m *DeleteUsersRequest) XXX_Merge(src proto.Message)
func (*DeleteUsersRequest) XXX_Size ¶ added in v0.2.3
func (m *DeleteUsersRequest) XXX_Size() int
func (*DeleteUsersRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *DeleteUsersRequest) XXX_Unmarshal(b []byte) error
type DeleteUsersResponse ¶ added in v0.2.3
type DeleteUsersResponse struct { UserId []string `protobuf:"bytes,1,rep,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteUsersResponse) Descriptor ¶ added in v0.2.3
func (*DeleteUsersResponse) Descriptor() ([]byte, []int)
func (*DeleteUsersResponse) GetUserId ¶ added in v0.2.3
func (m *DeleteUsersResponse) GetUserId() []string
func (*DeleteUsersResponse) ProtoMessage ¶ added in v0.2.3
func (*DeleteUsersResponse) ProtoMessage()
func (*DeleteUsersResponse) Reset ¶ added in v0.2.3
func (m *DeleteUsersResponse) Reset()
func (*DeleteUsersResponse) String ¶ added in v0.2.3
func (m *DeleteUsersResponse) String() string
func (*DeleteUsersResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *DeleteUsersResponse) XXX_DiscardUnknown()
func (*DeleteUsersResponse) XXX_Marshal ¶ added in v0.2.3
func (m *DeleteUsersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteUsersResponse) XXX_Merge ¶ added in v0.2.3
func (m *DeleteUsersResponse) XXX_Merge(src proto.Message)
func (*DeleteUsersResponse) XXX_Size ¶ added in v0.2.3
func (m *DeleteUsersResponse) XXX_Size() int
func (*DeleteUsersResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *DeleteUsersResponse) XXX_Unmarshal(b []byte) error
type DescribeAppVersionsRequest ¶
type DescribeAppVersionsRequest struct { VersionId []string `protobuf:"bytes,1,rep,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` AppId []string `protobuf:"bytes,2,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Name []string `protobuf:"bytes,3,rep,name=name,proto3" json:"name,omitempty"` Owner []string `protobuf:"bytes,4,rep,name=owner,proto3" json:"owner,omitempty"` Description []string `protobuf:"bytes,5,rep,name=description,proto3" json:"description,omitempty"` PackageName []string `protobuf:"bytes,6,rep,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` Status []string `protobuf:"bytes,7,rep,name=status,proto3" json:"status,omitempty"` SearchWord *wrappers.StringValue `protobuf:"bytes,8,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` Limit uint32 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"` SortKey *wrappers.StringValue `protobuf:"bytes,11,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` Reverse *wrappers.BoolValue `protobuf:"bytes,12,opt,name=reverse,proto3" json:"reverse,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeAppVersionsRequest) Descriptor ¶
func (*DescribeAppVersionsRequest) Descriptor() ([]byte, []int)
func (*DescribeAppVersionsRequest) GetAppId ¶
func (m *DescribeAppVersionsRequest) GetAppId() []string
func (*DescribeAppVersionsRequest) GetDescription ¶
func (m *DescribeAppVersionsRequest) GetDescription() []string
func (*DescribeAppVersionsRequest) GetLimit ¶
func (m *DescribeAppVersionsRequest) GetLimit() uint32
func (*DescribeAppVersionsRequest) GetName ¶
func (m *DescribeAppVersionsRequest) GetName() []string
func (*DescribeAppVersionsRequest) GetOffset ¶
func (m *DescribeAppVersionsRequest) GetOffset() uint32
func (*DescribeAppVersionsRequest) GetOwner ¶
func (m *DescribeAppVersionsRequest) GetOwner() []string
func (*DescribeAppVersionsRequest) GetPackageName ¶
func (m *DescribeAppVersionsRequest) GetPackageName() []string
func (*DescribeAppVersionsRequest) GetReverse ¶
func (m *DescribeAppVersionsRequest) GetReverse() *wrappers.BoolValue
func (*DescribeAppVersionsRequest) GetSearchWord ¶
func (m *DescribeAppVersionsRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeAppVersionsRequest) GetSortKey ¶
func (m *DescribeAppVersionsRequest) GetSortKey() *wrappers.StringValue
func (*DescribeAppVersionsRequest) GetStatus ¶
func (m *DescribeAppVersionsRequest) GetStatus() []string
func (*DescribeAppVersionsRequest) GetVersionId ¶
func (m *DescribeAppVersionsRequest) GetVersionId() []string
func (*DescribeAppVersionsRequest) ProtoMessage ¶
func (*DescribeAppVersionsRequest) ProtoMessage()
func (*DescribeAppVersionsRequest) Reset ¶
func (m *DescribeAppVersionsRequest) Reset()
func (*DescribeAppVersionsRequest) String ¶
func (m *DescribeAppVersionsRequest) String() string
func (*DescribeAppVersionsRequest) XXX_DiscardUnknown ¶
func (m *DescribeAppVersionsRequest) XXX_DiscardUnknown()
func (*DescribeAppVersionsRequest) XXX_Marshal ¶
func (m *DescribeAppVersionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeAppVersionsRequest) XXX_Merge ¶
func (m *DescribeAppVersionsRequest) XXX_Merge(src proto.Message)
func (*DescribeAppVersionsRequest) XXX_Size ¶
func (m *DescribeAppVersionsRequest) XXX_Size() int
func (*DescribeAppVersionsRequest) XXX_Unmarshal ¶
func (m *DescribeAppVersionsRequest) XXX_Unmarshal(b []byte) error
type DescribeAppVersionsResponse ¶
type DescribeAppVersionsResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` AppVersionSet []*AppVersion `protobuf:"bytes,2,rep,name=app_version_set,json=appVersionSet,proto3" json:"app_version_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeAppVersionsResponse) Descriptor ¶
func (*DescribeAppVersionsResponse) Descriptor() ([]byte, []int)
func (*DescribeAppVersionsResponse) GetAppVersionSet ¶
func (m *DescribeAppVersionsResponse) GetAppVersionSet() []*AppVersion
func (*DescribeAppVersionsResponse) GetTotalCount ¶
func (m *DescribeAppVersionsResponse) GetTotalCount() uint32
func (*DescribeAppVersionsResponse) ProtoMessage ¶
func (*DescribeAppVersionsResponse) ProtoMessage()
func (*DescribeAppVersionsResponse) Reset ¶
func (m *DescribeAppVersionsResponse) Reset()
func (*DescribeAppVersionsResponse) String ¶
func (m *DescribeAppVersionsResponse) String() string
func (*DescribeAppVersionsResponse) XXX_DiscardUnknown ¶
func (m *DescribeAppVersionsResponse) XXX_DiscardUnknown()
func (*DescribeAppVersionsResponse) XXX_Marshal ¶
func (m *DescribeAppVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeAppVersionsResponse) XXX_Merge ¶
func (m *DescribeAppVersionsResponse) XXX_Merge(src proto.Message)
func (*DescribeAppVersionsResponse) XXX_Size ¶
func (m *DescribeAppVersionsResponse) XXX_Size() int
func (*DescribeAppVersionsResponse) XXX_Unmarshal ¶
func (m *DescribeAppVersionsResponse) XXX_Unmarshal(b []byte) error
type DescribeAppsRequest ¶
type DescribeAppsRequest struct { SearchWord *wrappers.StringValue `protobuf:"bytes,1,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` SortKey *wrappers.StringValue `protobuf:"bytes,5,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` Reverse *wrappers.BoolValue `protobuf:"bytes,6,opt,name=reverse,proto3" json:"reverse,omitempty"` AppId []string `protobuf:"bytes,7,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Name []string `protobuf:"bytes,8,rep,name=name,proto3" json:"name,omitempty"` RepoId []string `protobuf:"bytes,9,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Status []string `protobuf:"bytes,10,rep,name=status,proto3" json:"status,omitempty"` Owner []string `protobuf:"bytes,11,rep,name=owner,proto3" json:"owner,omitempty"` ChartName []string `protobuf:"bytes,12,rep,name=chart_name,json=chartName,proto3" json:"chart_name,omitempty"` CategoryId []string `protobuf:"bytes,13,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeAppsRequest) Descriptor ¶
func (*DescribeAppsRequest) Descriptor() ([]byte, []int)
func (*DescribeAppsRequest) GetAppId ¶
func (m *DescribeAppsRequest) GetAppId() []string
func (*DescribeAppsRequest) GetCategoryId ¶
func (m *DescribeAppsRequest) GetCategoryId() []string
func (*DescribeAppsRequest) GetChartName ¶
func (m *DescribeAppsRequest) GetChartName() []string
func (*DescribeAppsRequest) GetLimit ¶
func (m *DescribeAppsRequest) GetLimit() uint32
func (*DescribeAppsRequest) GetName ¶
func (m *DescribeAppsRequest) GetName() []string
func (*DescribeAppsRequest) GetOffset ¶
func (m *DescribeAppsRequest) GetOffset() uint32
func (*DescribeAppsRequest) GetOwner ¶
func (m *DescribeAppsRequest) GetOwner() []string
func (*DescribeAppsRequest) GetRepoId ¶
func (m *DescribeAppsRequest) GetRepoId() []string
func (*DescribeAppsRequest) GetReverse ¶
func (m *DescribeAppsRequest) GetReverse() *wrappers.BoolValue
func (*DescribeAppsRequest) GetSearchWord ¶
func (m *DescribeAppsRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeAppsRequest) GetSortKey ¶
func (m *DescribeAppsRequest) GetSortKey() *wrappers.StringValue
func (*DescribeAppsRequest) GetStatus ¶
func (m *DescribeAppsRequest) GetStatus() []string
func (*DescribeAppsRequest) ProtoMessage ¶
func (*DescribeAppsRequest) ProtoMessage()
func (*DescribeAppsRequest) Reset ¶
func (m *DescribeAppsRequest) Reset()
func (*DescribeAppsRequest) String ¶
func (m *DescribeAppsRequest) String() string
func (*DescribeAppsRequest) XXX_DiscardUnknown ¶
func (m *DescribeAppsRequest) XXX_DiscardUnknown()
func (*DescribeAppsRequest) XXX_Marshal ¶
func (m *DescribeAppsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeAppsRequest) XXX_Merge ¶
func (m *DescribeAppsRequest) XXX_Merge(src proto.Message)
func (*DescribeAppsRequest) XXX_Size ¶
func (m *DescribeAppsRequest) XXX_Size() int
func (*DescribeAppsRequest) XXX_Unmarshal ¶
func (m *DescribeAppsRequest) XXX_Unmarshal(b []byte) error
type DescribeAppsResponse ¶
type DescribeAppsResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` AppSet []*App `protobuf:"bytes,2,rep,name=app_set,json=appSet,proto3" json:"app_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeAppsResponse) Descriptor ¶
func (*DescribeAppsResponse) Descriptor() ([]byte, []int)
func (*DescribeAppsResponse) GetAppSet ¶
func (m *DescribeAppsResponse) GetAppSet() []*App
func (*DescribeAppsResponse) GetTotalCount ¶
func (m *DescribeAppsResponse) GetTotalCount() uint32
func (*DescribeAppsResponse) ProtoMessage ¶
func (*DescribeAppsResponse) ProtoMessage()
func (*DescribeAppsResponse) Reset ¶
func (m *DescribeAppsResponse) Reset()
func (*DescribeAppsResponse) String ¶
func (m *DescribeAppsResponse) String() string
func (*DescribeAppsResponse) XXX_DiscardUnknown ¶
func (m *DescribeAppsResponse) XXX_DiscardUnknown()
func (*DescribeAppsResponse) XXX_Marshal ¶
func (m *DescribeAppsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeAppsResponse) XXX_Merge ¶
func (m *DescribeAppsResponse) XXX_Merge(src proto.Message)
func (*DescribeAppsResponse) XXX_Size ¶
func (m *DescribeAppsResponse) XXX_Size() int
func (*DescribeAppsResponse) XXX_Unmarshal ¶
func (m *DescribeAppsResponse) XXX_Unmarshal(b []byte) error
type DescribeCategoriesRequest ¶
type DescribeCategoriesRequest struct { SearchWord *wrappers.StringValue `protobuf:"bytes,1,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` CategoryId []string `protobuf:"bytes,4,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` Name []string `protobuf:"bytes,5,rep,name=name,proto3" json:"name,omitempty"` Owner []string `protobuf:"bytes,6,rep,name=owner,proto3" json:"owner,omitempty"` SortKey *wrappers.StringValue `protobuf:"bytes,7,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` Reverse *wrappers.BoolValue `protobuf:"bytes,8,opt,name=reverse,proto3" json:"reverse,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeCategoriesRequest) Descriptor ¶
func (*DescribeCategoriesRequest) Descriptor() ([]byte, []int)
func (*DescribeCategoriesRequest) GetCategoryId ¶
func (m *DescribeCategoriesRequest) GetCategoryId() []string
func (*DescribeCategoriesRequest) GetLimit ¶
func (m *DescribeCategoriesRequest) GetLimit() uint32
func (*DescribeCategoriesRequest) GetName ¶
func (m *DescribeCategoriesRequest) GetName() []string
func (*DescribeCategoriesRequest) GetOffset ¶
func (m *DescribeCategoriesRequest) GetOffset() uint32
func (*DescribeCategoriesRequest) GetOwner ¶
func (m *DescribeCategoriesRequest) GetOwner() []string
func (*DescribeCategoriesRequest) GetReverse ¶ added in v0.1.5
func (m *DescribeCategoriesRequest) GetReverse() *wrappers.BoolValue
func (*DescribeCategoriesRequest) GetSearchWord ¶
func (m *DescribeCategoriesRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeCategoriesRequest) GetSortKey ¶ added in v0.1.5
func (m *DescribeCategoriesRequest) GetSortKey() *wrappers.StringValue
func (*DescribeCategoriesRequest) ProtoMessage ¶
func (*DescribeCategoriesRequest) ProtoMessage()
func (*DescribeCategoriesRequest) Reset ¶
func (m *DescribeCategoriesRequest) Reset()
func (*DescribeCategoriesRequest) String ¶
func (m *DescribeCategoriesRequest) String() string
func (*DescribeCategoriesRequest) XXX_DiscardUnknown ¶
func (m *DescribeCategoriesRequest) XXX_DiscardUnknown()
func (*DescribeCategoriesRequest) XXX_Marshal ¶
func (m *DescribeCategoriesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeCategoriesRequest) XXX_Merge ¶
func (m *DescribeCategoriesRequest) XXX_Merge(src proto.Message)
func (*DescribeCategoriesRequest) XXX_Size ¶
func (m *DescribeCategoriesRequest) XXX_Size() int
func (*DescribeCategoriesRequest) XXX_Unmarshal ¶
func (m *DescribeCategoriesRequest) XXX_Unmarshal(b []byte) error
type DescribeCategoriesResponse ¶
type DescribeCategoriesResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` CategorySet []*Category `protobuf:"bytes,2,rep,name=category_set,json=categorySet,proto3" json:"category_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeCategoriesResponse) Descriptor ¶
func (*DescribeCategoriesResponse) Descriptor() ([]byte, []int)
func (*DescribeCategoriesResponse) GetCategorySet ¶
func (m *DescribeCategoriesResponse) GetCategorySet() []*Category
func (*DescribeCategoriesResponse) GetTotalCount ¶
func (m *DescribeCategoriesResponse) GetTotalCount() uint32
func (*DescribeCategoriesResponse) ProtoMessage ¶
func (*DescribeCategoriesResponse) ProtoMessage()
func (*DescribeCategoriesResponse) Reset ¶
func (m *DescribeCategoriesResponse) Reset()
func (*DescribeCategoriesResponse) String ¶
func (m *DescribeCategoriesResponse) String() string
func (*DescribeCategoriesResponse) XXX_DiscardUnknown ¶
func (m *DescribeCategoriesResponse) XXX_DiscardUnknown()
func (*DescribeCategoriesResponse) XXX_Marshal ¶
func (m *DescribeCategoriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeCategoriesResponse) XXX_Merge ¶
func (m *DescribeCategoriesResponse) XXX_Merge(src proto.Message)
func (*DescribeCategoriesResponse) XXX_Size ¶
func (m *DescribeCategoriesResponse) XXX_Size() int
func (*DescribeCategoriesResponse) XXX_Unmarshal ¶
func (m *DescribeCategoriesResponse) XXX_Unmarshal(b []byte) error
type DescribeClusterNodesRequest ¶
type DescribeClusterNodesRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` NodeId []string `protobuf:"bytes,2,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` Status []string `protobuf:"bytes,3,rep,name=status,proto3" json:"status,omitempty"` Limit uint32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"` SearchWord *wrappers.StringValue `protobuf:"bytes,6,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` SortKey *wrappers.StringValue `protobuf:"bytes,7,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` Reverse *wrappers.BoolValue `protobuf:"bytes,8,opt,name=reverse,proto3" json:"reverse,omitempty"` Owner []string `protobuf:"bytes,9,rep,name=owner,proto3" json:"owner,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeClusterNodesRequest) Descriptor ¶
func (*DescribeClusterNodesRequest) Descriptor() ([]byte, []int)
func (*DescribeClusterNodesRequest) GetClusterId ¶
func (m *DescribeClusterNodesRequest) GetClusterId() *wrappers.StringValue
func (*DescribeClusterNodesRequest) GetLimit ¶
func (m *DescribeClusterNodesRequest) GetLimit() uint32
func (*DescribeClusterNodesRequest) GetNodeId ¶
func (m *DescribeClusterNodesRequest) GetNodeId() []string
func (*DescribeClusterNodesRequest) GetOffset ¶
func (m *DescribeClusterNodesRequest) GetOffset() uint32
func (*DescribeClusterNodesRequest) GetOwner ¶ added in v0.2.3
func (m *DescribeClusterNodesRequest) GetOwner() []string
func (*DescribeClusterNodesRequest) GetReverse ¶ added in v0.2.0
func (m *DescribeClusterNodesRequest) GetReverse() *wrappers.BoolValue
func (*DescribeClusterNodesRequest) GetSearchWord ¶ added in v0.1.5
func (m *DescribeClusterNodesRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeClusterNodesRequest) GetSortKey ¶ added in v0.2.0
func (m *DescribeClusterNodesRequest) GetSortKey() *wrappers.StringValue
func (*DescribeClusterNodesRequest) GetStatus ¶
func (m *DescribeClusterNodesRequest) GetStatus() []string
func (*DescribeClusterNodesRequest) ProtoMessage ¶
func (*DescribeClusterNodesRequest) ProtoMessage()
func (*DescribeClusterNodesRequest) Reset ¶
func (m *DescribeClusterNodesRequest) Reset()
func (*DescribeClusterNodesRequest) String ¶
func (m *DescribeClusterNodesRequest) String() string
func (*DescribeClusterNodesRequest) XXX_DiscardUnknown ¶
func (m *DescribeClusterNodesRequest) XXX_DiscardUnknown()
func (*DescribeClusterNodesRequest) XXX_Marshal ¶
func (m *DescribeClusterNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeClusterNodesRequest) XXX_Merge ¶
func (m *DescribeClusterNodesRequest) XXX_Merge(src proto.Message)
func (*DescribeClusterNodesRequest) XXX_Size ¶
func (m *DescribeClusterNodesRequest) XXX_Size() int
func (*DescribeClusterNodesRequest) XXX_Unmarshal ¶
func (m *DescribeClusterNodesRequest) XXX_Unmarshal(b []byte) error
type DescribeClusterNodesResponse ¶
type DescribeClusterNodesResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` ClusterNodeSet []*ClusterNode `protobuf:"bytes,2,rep,name=cluster_node_set,json=clusterNodeSet,proto3" json:"cluster_node_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeClusterNodesResponse) Descriptor ¶
func (*DescribeClusterNodesResponse) Descriptor() ([]byte, []int)
func (*DescribeClusterNodesResponse) GetClusterNodeSet ¶
func (m *DescribeClusterNodesResponse) GetClusterNodeSet() []*ClusterNode
func (*DescribeClusterNodesResponse) GetTotalCount ¶
func (m *DescribeClusterNodesResponse) GetTotalCount() uint32
func (*DescribeClusterNodesResponse) ProtoMessage ¶
func (*DescribeClusterNodesResponse) ProtoMessage()
func (*DescribeClusterNodesResponse) Reset ¶
func (m *DescribeClusterNodesResponse) Reset()
func (*DescribeClusterNodesResponse) String ¶
func (m *DescribeClusterNodesResponse) String() string
func (*DescribeClusterNodesResponse) XXX_DiscardUnknown ¶
func (m *DescribeClusterNodesResponse) XXX_DiscardUnknown()
func (*DescribeClusterNodesResponse) XXX_Marshal ¶
func (m *DescribeClusterNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeClusterNodesResponse) XXX_Merge ¶
func (m *DescribeClusterNodesResponse) XXX_Merge(src proto.Message)
func (*DescribeClusterNodesResponse) XXX_Size ¶
func (m *DescribeClusterNodesResponse) XXX_Size() int
func (*DescribeClusterNodesResponse) XXX_Unmarshal ¶
func (m *DescribeClusterNodesResponse) XXX_Unmarshal(b []byte) error
type DescribeClustersRequest ¶
type DescribeClustersRequest struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AppId []string `protobuf:"bytes,2,rep,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId []string `protobuf:"bytes,3,rep,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` Status []string `protobuf:"bytes,4,rep,name=status,proto3" json:"status,omitempty"` RuntimeId []string `protobuf:"bytes,5,rep,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` FrontgateId []string `protobuf:"bytes,6,rep,name=frontgate_id,json=frontgateId,proto3" json:"frontgate_id,omitempty"` ExternalClusterId *wrappers.StringValue `protobuf:"bytes,7,opt,name=external_cluster_id,json=externalClusterId,proto3" json:"external_cluster_id,omitempty"` Limit uint32 `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,9,opt,name=offset,proto3" json:"offset,omitempty"` SearchWord *wrappers.StringValue `protobuf:"bytes,10,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` SortKey *wrappers.StringValue `protobuf:"bytes,11,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` Reverse *wrappers.BoolValue `protobuf:"bytes,12,opt,name=reverse,proto3" json:"reverse,omitempty"` Owner []string `protobuf:"bytes,13,rep,name=owner,proto3" json:"owner,omitempty"` ClusterType *wrappers.StringValue `protobuf:"bytes,14,opt,name=cluster_type,json=clusterType,proto3" json:"cluster_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeClustersRequest) Descriptor ¶
func (*DescribeClustersRequest) Descriptor() ([]byte, []int)
func (*DescribeClustersRequest) GetAppId ¶
func (m *DescribeClustersRequest) GetAppId() []string
func (*DescribeClustersRequest) GetClusterId ¶
func (m *DescribeClustersRequest) GetClusterId() []string
func (*DescribeClustersRequest) GetClusterType ¶ added in v0.2.3
func (m *DescribeClustersRequest) GetClusterType() *wrappers.StringValue
func (*DescribeClustersRequest) GetExternalClusterId ¶
func (m *DescribeClustersRequest) GetExternalClusterId() *wrappers.StringValue
func (*DescribeClustersRequest) GetFrontgateId ¶
func (m *DescribeClustersRequest) GetFrontgateId() []string
func (*DescribeClustersRequest) GetLimit ¶
func (m *DescribeClustersRequest) GetLimit() uint32
func (*DescribeClustersRequest) GetOffset ¶
func (m *DescribeClustersRequest) GetOffset() uint32
func (*DescribeClustersRequest) GetOwner ¶ added in v0.2.3
func (m *DescribeClustersRequest) GetOwner() []string
func (*DescribeClustersRequest) GetReverse ¶ added in v0.2.0
func (m *DescribeClustersRequest) GetReverse() *wrappers.BoolValue
func (*DescribeClustersRequest) GetRuntimeId ¶
func (m *DescribeClustersRequest) GetRuntimeId() []string
func (*DescribeClustersRequest) GetSearchWord ¶ added in v0.1.5
func (m *DescribeClustersRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeClustersRequest) GetSortKey ¶ added in v0.2.0
func (m *DescribeClustersRequest) GetSortKey() *wrappers.StringValue
func (*DescribeClustersRequest) GetStatus ¶
func (m *DescribeClustersRequest) GetStatus() []string
func (*DescribeClustersRequest) GetVersionId ¶
func (m *DescribeClustersRequest) GetVersionId() []string
func (*DescribeClustersRequest) ProtoMessage ¶
func (*DescribeClustersRequest) ProtoMessage()
func (*DescribeClustersRequest) Reset ¶
func (m *DescribeClustersRequest) Reset()
func (*DescribeClustersRequest) String ¶
func (m *DescribeClustersRequest) String() string
func (*DescribeClustersRequest) XXX_DiscardUnknown ¶
func (m *DescribeClustersRequest) XXX_DiscardUnknown()
func (*DescribeClustersRequest) XXX_Marshal ¶
func (m *DescribeClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeClustersRequest) XXX_Merge ¶
func (m *DescribeClustersRequest) XXX_Merge(src proto.Message)
func (*DescribeClustersRequest) XXX_Size ¶
func (m *DescribeClustersRequest) XXX_Size() int
func (*DescribeClustersRequest) XXX_Unmarshal ¶
func (m *DescribeClustersRequest) XXX_Unmarshal(b []byte) error
type DescribeClustersResponse ¶
type DescribeClustersResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` ClusterSet []*Cluster `protobuf:"bytes,2,rep,name=cluster_set,json=clusterSet,proto3" json:"cluster_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeClustersResponse) Descriptor ¶
func (*DescribeClustersResponse) Descriptor() ([]byte, []int)
func (*DescribeClustersResponse) GetClusterSet ¶
func (m *DescribeClustersResponse) GetClusterSet() []*Cluster
func (*DescribeClustersResponse) GetTotalCount ¶
func (m *DescribeClustersResponse) GetTotalCount() uint32
func (*DescribeClustersResponse) ProtoMessage ¶
func (*DescribeClustersResponse) ProtoMessage()
func (*DescribeClustersResponse) Reset ¶
func (m *DescribeClustersResponse) Reset()
func (*DescribeClustersResponse) String ¶
func (m *DescribeClustersResponse) String() string
func (*DescribeClustersResponse) XXX_DiscardUnknown ¶
func (m *DescribeClustersResponse) XXX_DiscardUnknown()
func (*DescribeClustersResponse) XXX_Marshal ¶
func (m *DescribeClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeClustersResponse) XXX_Merge ¶
func (m *DescribeClustersResponse) XXX_Merge(src proto.Message)
func (*DescribeClustersResponse) XXX_Size ¶
func (m *DescribeClustersResponse) XXX_Size() int
func (*DescribeClustersResponse) XXX_Unmarshal ¶
func (m *DescribeClustersResponse) XXX_Unmarshal(b []byte) error
type DescribeGroupsRequest ¶ added in v0.2.3
type DescribeGroupsRequest struct { SearchWord *wrappers.StringValue `protobuf:"bytes,1,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` SortKey *wrappers.StringValue `protobuf:"bytes,2,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` Reverse *wrappers.BoolValue `protobuf:"bytes,3,opt,name=reverse,proto3" json:"reverse,omitempty"` Limit uint32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"` GroupId []string `protobuf:"bytes,6,rep,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` UserId []string `protobuf:"bytes,7,rep,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Status []string `protobuf:"bytes,8,rep,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeGroupsRequest) Descriptor ¶ added in v0.2.3
func (*DescribeGroupsRequest) Descriptor() ([]byte, []int)
func (*DescribeGroupsRequest) GetGroupId ¶ added in v0.2.3
func (m *DescribeGroupsRequest) GetGroupId() []string
func (*DescribeGroupsRequest) GetLimit ¶ added in v0.2.3
func (m *DescribeGroupsRequest) GetLimit() uint32
func (*DescribeGroupsRequest) GetOffset ¶ added in v0.2.3
func (m *DescribeGroupsRequest) GetOffset() uint32
func (*DescribeGroupsRequest) GetReverse ¶ added in v0.2.3
func (m *DescribeGroupsRequest) GetReverse() *wrappers.BoolValue
func (*DescribeGroupsRequest) GetSearchWord ¶ added in v0.2.3
func (m *DescribeGroupsRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeGroupsRequest) GetSortKey ¶ added in v0.2.3
func (m *DescribeGroupsRequest) GetSortKey() *wrappers.StringValue
func (*DescribeGroupsRequest) GetStatus ¶ added in v0.2.3
func (m *DescribeGroupsRequest) GetStatus() []string
func (*DescribeGroupsRequest) GetUserId ¶ added in v0.2.3
func (m *DescribeGroupsRequest) GetUserId() []string
func (*DescribeGroupsRequest) ProtoMessage ¶ added in v0.2.3
func (*DescribeGroupsRequest) ProtoMessage()
func (*DescribeGroupsRequest) Reset ¶ added in v0.2.3
func (m *DescribeGroupsRequest) Reset()
func (*DescribeGroupsRequest) String ¶ added in v0.2.3
func (m *DescribeGroupsRequest) String() string
func (*DescribeGroupsRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *DescribeGroupsRequest) XXX_DiscardUnknown()
func (*DescribeGroupsRequest) XXX_Marshal ¶ added in v0.2.3
func (m *DescribeGroupsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeGroupsRequest) XXX_Merge ¶ added in v0.2.3
func (m *DescribeGroupsRequest) XXX_Merge(src proto.Message)
func (*DescribeGroupsRequest) XXX_Size ¶ added in v0.2.3
func (m *DescribeGroupsRequest) XXX_Size() int
func (*DescribeGroupsRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *DescribeGroupsRequest) XXX_Unmarshal(b []byte) error
type DescribeGroupsResponse ¶ added in v0.2.3
type DescribeGroupsResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` GroupSet []*Group `protobuf:"bytes,2,rep,name=group_set,json=groupSet,proto3" json:"group_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeGroupsResponse) Descriptor ¶ added in v0.2.3
func (*DescribeGroupsResponse) Descriptor() ([]byte, []int)
func (*DescribeGroupsResponse) GetGroupSet ¶ added in v0.2.3
func (m *DescribeGroupsResponse) GetGroupSet() []*Group
func (*DescribeGroupsResponse) GetTotalCount ¶ added in v0.2.3
func (m *DescribeGroupsResponse) GetTotalCount() uint32
func (*DescribeGroupsResponse) ProtoMessage ¶ added in v0.2.3
func (*DescribeGroupsResponse) ProtoMessage()
func (*DescribeGroupsResponse) Reset ¶ added in v0.2.3
func (m *DescribeGroupsResponse) Reset()
func (*DescribeGroupsResponse) String ¶ added in v0.2.3
func (m *DescribeGroupsResponse) String() string
func (*DescribeGroupsResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *DescribeGroupsResponse) XXX_DiscardUnknown()
func (*DescribeGroupsResponse) XXX_Marshal ¶ added in v0.2.3
func (m *DescribeGroupsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeGroupsResponse) XXX_Merge ¶ added in v0.2.3
func (m *DescribeGroupsResponse) XXX_Merge(src proto.Message)
func (*DescribeGroupsResponse) XXX_Size ¶ added in v0.2.3
func (m *DescribeGroupsResponse) XXX_Size() int
func (*DescribeGroupsResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *DescribeGroupsResponse) XXX_Unmarshal(b []byte) error
type DescribeJobsRequest ¶
type DescribeJobsRequest struct { JobId []string `protobuf:"bytes,1,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` ClusterId *wrappers.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AppId *wrappers.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` Executor *wrappers.StringValue `protobuf:"bytes,5,opt,name=executor,proto3" json:"executor,omitempty"` Provider *wrappers.StringValue `protobuf:"bytes,6,opt,name=provider,proto3" json:"provider,omitempty"` RuntimeId *wrappers.StringValue `protobuf:"bytes,7,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` Status []string `protobuf:"bytes,8,rep,name=status,proto3" json:"status,omitempty"` // default is 20, max value is 200 Limit uint32 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"` // default is 0 Offset uint32 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"` SearchWord *wrappers.StringValue `protobuf:"bytes,11,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` Owner []string `protobuf:"bytes,12,rep,name=owner,proto3" json:"owner,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeJobsRequest) Descriptor ¶
func (*DescribeJobsRequest) Descriptor() ([]byte, []int)
func (*DescribeJobsRequest) GetAppId ¶
func (m *DescribeJobsRequest) GetAppId() *wrappers.StringValue
func (*DescribeJobsRequest) GetClusterId ¶
func (m *DescribeJobsRequest) GetClusterId() *wrappers.StringValue
func (*DescribeJobsRequest) GetExecutor ¶
func (m *DescribeJobsRequest) GetExecutor() *wrappers.StringValue
func (*DescribeJobsRequest) GetJobId ¶
func (m *DescribeJobsRequest) GetJobId() []string
func (*DescribeJobsRequest) GetLimit ¶
func (m *DescribeJobsRequest) GetLimit() uint32
func (*DescribeJobsRequest) GetOffset ¶
func (m *DescribeJobsRequest) GetOffset() uint32
func (*DescribeJobsRequest) GetOwner ¶ added in v0.2.3
func (m *DescribeJobsRequest) GetOwner() []string
func (*DescribeJobsRequest) GetProvider ¶
func (m *DescribeJobsRequest) GetProvider() *wrappers.StringValue
func (*DescribeJobsRequest) GetRuntimeId ¶ added in v0.2.1
func (m *DescribeJobsRequest) GetRuntimeId() *wrappers.StringValue
func (*DescribeJobsRequest) GetSearchWord ¶ added in v0.1.5
func (m *DescribeJobsRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeJobsRequest) GetStatus ¶
func (m *DescribeJobsRequest) GetStatus() []string
func (*DescribeJobsRequest) GetVersionId ¶
func (m *DescribeJobsRequest) GetVersionId() *wrappers.StringValue
func (*DescribeJobsRequest) ProtoMessage ¶
func (*DescribeJobsRequest) ProtoMessage()
func (*DescribeJobsRequest) Reset ¶
func (m *DescribeJobsRequest) Reset()
func (*DescribeJobsRequest) String ¶
func (m *DescribeJobsRequest) String() string
func (*DescribeJobsRequest) XXX_DiscardUnknown ¶
func (m *DescribeJobsRequest) XXX_DiscardUnknown()
func (*DescribeJobsRequest) XXX_Marshal ¶
func (m *DescribeJobsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeJobsRequest) XXX_Merge ¶
func (m *DescribeJobsRequest) XXX_Merge(src proto.Message)
func (*DescribeJobsRequest) XXX_Size ¶
func (m *DescribeJobsRequest) XXX_Size() int
func (*DescribeJobsRequest) XXX_Unmarshal ¶
func (m *DescribeJobsRequest) XXX_Unmarshal(b []byte) error
type DescribeJobsResponse ¶
type DescribeJobsResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` JobSet []*Job `protobuf:"bytes,2,rep,name=job_set,json=jobSet,proto3" json:"job_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeJobsResponse) Descriptor ¶
func (*DescribeJobsResponse) Descriptor() ([]byte, []int)
func (*DescribeJobsResponse) GetJobSet ¶
func (m *DescribeJobsResponse) GetJobSet() []*Job
func (*DescribeJobsResponse) GetTotalCount ¶
func (m *DescribeJobsResponse) GetTotalCount() uint32
func (*DescribeJobsResponse) ProtoMessage ¶
func (*DescribeJobsResponse) ProtoMessage()
func (*DescribeJobsResponse) Reset ¶
func (m *DescribeJobsResponse) Reset()
func (*DescribeJobsResponse) String ¶
func (m *DescribeJobsResponse) String() string
func (*DescribeJobsResponse) XXX_DiscardUnknown ¶
func (m *DescribeJobsResponse) XXX_DiscardUnknown()
func (*DescribeJobsResponse) XXX_Marshal ¶
func (m *DescribeJobsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeJobsResponse) XXX_Merge ¶
func (m *DescribeJobsResponse) XXX_Merge(src proto.Message)
func (*DescribeJobsResponse) XXX_Size ¶
func (m *DescribeJobsResponse) XXX_Size() int
func (*DescribeJobsResponse) XXX_Unmarshal ¶
func (m *DescribeJobsResponse) XXX_Unmarshal(b []byte) error
type DescribeKeyPairsRequest ¶ added in v0.1.7
type DescribeKeyPairsRequest struct { KeyPairId *wrappers.StringValue `protobuf:"bytes,1,opt,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` PubKey *wrappers.StringValue `protobuf:"bytes,4,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Owner []string `protobuf:"bytes,5,rep,name=owner,proto3" json:"owner,omitempty"` SearchWord *wrappers.StringValue `protobuf:"bytes,6,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` Limit uint32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,8,opt,name=offset,proto3" json:"offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeKeyPairsRequest) Descriptor ¶ added in v0.1.7
func (*DescribeKeyPairsRequest) Descriptor() ([]byte, []int)
func (*DescribeKeyPairsRequest) GetDescription ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) GetDescription() *wrappers.StringValue
func (*DescribeKeyPairsRequest) GetKeyPairId ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) GetKeyPairId() *wrappers.StringValue
func (*DescribeKeyPairsRequest) GetLimit ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) GetLimit() uint32
func (*DescribeKeyPairsRequest) GetName ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) GetName() *wrappers.StringValue
func (*DescribeKeyPairsRequest) GetOffset ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) GetOffset() uint32
func (*DescribeKeyPairsRequest) GetOwner ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) GetOwner() []string
func (*DescribeKeyPairsRequest) GetPubKey ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) GetPubKey() *wrappers.StringValue
func (*DescribeKeyPairsRequest) GetSearchWord ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeKeyPairsRequest) ProtoMessage ¶ added in v0.1.7
func (*DescribeKeyPairsRequest) ProtoMessage()
func (*DescribeKeyPairsRequest) Reset ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) Reset()
func (*DescribeKeyPairsRequest) String ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) String() string
func (*DescribeKeyPairsRequest) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) XXX_DiscardUnknown()
func (*DescribeKeyPairsRequest) XXX_Marshal ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeKeyPairsRequest) XXX_Merge ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) XXX_Merge(src proto.Message)
func (*DescribeKeyPairsRequest) XXX_Size ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) XXX_Size() int
func (*DescribeKeyPairsRequest) XXX_Unmarshal ¶ added in v0.1.7
func (m *DescribeKeyPairsRequest) XXX_Unmarshal(b []byte) error
type DescribeKeyPairsResponse ¶ added in v0.1.7
type DescribeKeyPairsResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` KeyPairSet []*KeyPair `protobuf:"bytes,2,rep,name=key_pair_set,json=keyPairSet,proto3" json:"key_pair_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeKeyPairsResponse) Descriptor ¶ added in v0.1.7
func (*DescribeKeyPairsResponse) Descriptor() ([]byte, []int)
func (*DescribeKeyPairsResponse) GetKeyPairSet ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) GetKeyPairSet() []*KeyPair
func (*DescribeKeyPairsResponse) GetTotalCount ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) GetTotalCount() uint32
func (*DescribeKeyPairsResponse) ProtoMessage ¶ added in v0.1.7
func (*DescribeKeyPairsResponse) ProtoMessage()
func (*DescribeKeyPairsResponse) Reset ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) Reset()
func (*DescribeKeyPairsResponse) String ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) String() string
func (*DescribeKeyPairsResponse) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) XXX_DiscardUnknown()
func (*DescribeKeyPairsResponse) XXX_Marshal ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeKeyPairsResponse) XXX_Merge ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) XXX_Merge(src proto.Message)
func (*DescribeKeyPairsResponse) XXX_Size ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) XXX_Size() int
func (*DescribeKeyPairsResponse) XXX_Unmarshal ¶ added in v0.1.7
func (m *DescribeKeyPairsResponse) XXX_Unmarshal(b []byte) error
type DescribeRepoEventsRequest ¶
type DescribeRepoEventsRequest struct { RepoEventId []string `protobuf:"bytes,1,rep,name=repo_event_id,json=repoEventId,proto3" json:"repo_event_id,omitempty"` RepoId []string `protobuf:"bytes,2,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Owner []string `protobuf:"bytes,3,rep,name=owner,proto3" json:"owner,omitempty"` Status []string `protobuf:"bytes,4,rep,name=status,proto3" json:"status,omitempty"` Limit uint32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,6,opt,name=offset,proto3" json:"offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeRepoEventsRequest) Descriptor ¶
func (*DescribeRepoEventsRequest) Descriptor() ([]byte, []int)
func (*DescribeRepoEventsRequest) GetLimit ¶
func (m *DescribeRepoEventsRequest) GetLimit() uint32
func (*DescribeRepoEventsRequest) GetOffset ¶
func (m *DescribeRepoEventsRequest) GetOffset() uint32
func (*DescribeRepoEventsRequest) GetOwner ¶
func (m *DescribeRepoEventsRequest) GetOwner() []string
func (*DescribeRepoEventsRequest) GetRepoEventId ¶
func (m *DescribeRepoEventsRequest) GetRepoEventId() []string
func (*DescribeRepoEventsRequest) GetRepoId ¶
func (m *DescribeRepoEventsRequest) GetRepoId() []string
func (*DescribeRepoEventsRequest) GetStatus ¶
func (m *DescribeRepoEventsRequest) GetStatus() []string
func (*DescribeRepoEventsRequest) ProtoMessage ¶
func (*DescribeRepoEventsRequest) ProtoMessage()
func (*DescribeRepoEventsRequest) Reset ¶
func (m *DescribeRepoEventsRequest) Reset()
func (*DescribeRepoEventsRequest) String ¶
func (m *DescribeRepoEventsRequest) String() string
func (*DescribeRepoEventsRequest) XXX_DiscardUnknown ¶
func (m *DescribeRepoEventsRequest) XXX_DiscardUnknown()
func (*DescribeRepoEventsRequest) XXX_Marshal ¶
func (m *DescribeRepoEventsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeRepoEventsRequest) XXX_Merge ¶
func (m *DescribeRepoEventsRequest) XXX_Merge(src proto.Message)
func (*DescribeRepoEventsRequest) XXX_Size ¶
func (m *DescribeRepoEventsRequest) XXX_Size() int
func (*DescribeRepoEventsRequest) XXX_Unmarshal ¶
func (m *DescribeRepoEventsRequest) XXX_Unmarshal(b []byte) error
type DescribeRepoEventsResponse ¶
type DescribeRepoEventsResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` RepoEventSet []*RepoEvent `protobuf:"bytes,2,rep,name=repo_event_set,json=repoEventSet,proto3" json:"repo_event_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeRepoEventsResponse) Descriptor ¶
func (*DescribeRepoEventsResponse) Descriptor() ([]byte, []int)
func (*DescribeRepoEventsResponse) GetRepoEventSet ¶
func (m *DescribeRepoEventsResponse) GetRepoEventSet() []*RepoEvent
func (*DescribeRepoEventsResponse) GetTotalCount ¶
func (m *DescribeRepoEventsResponse) GetTotalCount() uint32
func (*DescribeRepoEventsResponse) ProtoMessage ¶
func (*DescribeRepoEventsResponse) ProtoMessage()
func (*DescribeRepoEventsResponse) Reset ¶
func (m *DescribeRepoEventsResponse) Reset()
func (*DescribeRepoEventsResponse) String ¶
func (m *DescribeRepoEventsResponse) String() string
func (*DescribeRepoEventsResponse) XXX_DiscardUnknown ¶
func (m *DescribeRepoEventsResponse) XXX_DiscardUnknown()
func (*DescribeRepoEventsResponse) XXX_Marshal ¶
func (m *DescribeRepoEventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeRepoEventsResponse) XXX_Merge ¶
func (m *DescribeRepoEventsResponse) XXX_Merge(src proto.Message)
func (*DescribeRepoEventsResponse) XXX_Size ¶
func (m *DescribeRepoEventsResponse) XXX_Size() int
func (*DescribeRepoEventsResponse) XXX_Unmarshal ¶
func (m *DescribeRepoEventsResponse) XXX_Unmarshal(b []byte) error
type DescribeReposRequest ¶
type DescribeReposRequest struct { RepoId []string `protobuf:"bytes,1,rep,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Name []string `protobuf:"bytes,2,rep,name=name,proto3" json:"name,omitempty"` Type []string `protobuf:"bytes,3,rep,name=type,proto3" json:"type,omitempty"` Visibility []string `protobuf:"bytes,4,rep,name=visibility,proto3" json:"visibility,omitempty"` Status []string `protobuf:"bytes,5,rep,name=status,proto3" json:"status,omitempty"` Provider []string `protobuf:"bytes,6,rep,name=provider,proto3" json:"provider,omitempty"` Label *wrappers.StringValue `protobuf:"bytes,7,opt,name=label,proto3" json:"label,omitempty"` Selector *wrappers.StringValue `protobuf:"bytes,8,opt,name=selector,proto3" json:"selector,omitempty"` Limit uint32 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"` CategoryId []string `protobuf:"bytes,11,rep,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` SearchWord *wrappers.StringValue `protobuf:"bytes,12,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` SortKey *wrappers.StringValue `protobuf:"bytes,13,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` Reverse *wrappers.BoolValue `protobuf:"bytes,14,opt,name=reverse,proto3" json:"reverse,omitempty"` Owner []string `protobuf:"bytes,15,rep,name=owner,proto3" json:"owner,omitempty"` AppDefaultStatus []string `protobuf:"bytes,16,rep,name=app_default_status,json=appDefaultStatus,proto3" json:"app_default_status,omitempty"` UserId string `protobuf:"bytes,17,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeReposRequest) Descriptor ¶
func (*DescribeReposRequest) Descriptor() ([]byte, []int)
func (*DescribeReposRequest) GetAppDefaultStatus ¶ added in v0.2.3
func (m *DescribeReposRequest) GetAppDefaultStatus() []string
func (*DescribeReposRequest) GetCategoryId ¶
func (m *DescribeReposRequest) GetCategoryId() []string
func (*DescribeReposRequest) GetLabel ¶
func (m *DescribeReposRequest) GetLabel() *wrappers.StringValue
func (*DescribeReposRequest) GetLimit ¶
func (m *DescribeReposRequest) GetLimit() uint32
func (*DescribeReposRequest) GetName ¶
func (m *DescribeReposRequest) GetName() []string
func (*DescribeReposRequest) GetOffset ¶
func (m *DescribeReposRequest) GetOffset() uint32
func (*DescribeReposRequest) GetOwner ¶ added in v0.2.3
func (m *DescribeReposRequest) GetOwner() []string
func (*DescribeReposRequest) GetProvider ¶
func (m *DescribeReposRequest) GetProvider() []string
func (*DescribeReposRequest) GetRepoId ¶
func (m *DescribeReposRequest) GetRepoId() []string
func (*DescribeReposRequest) GetReverse ¶ added in v0.1.5
func (m *DescribeReposRequest) GetReverse() *wrappers.BoolValue
func (*DescribeReposRequest) GetSearchWord ¶ added in v0.1.5
func (m *DescribeReposRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeReposRequest) GetSelector ¶
func (m *DescribeReposRequest) GetSelector() *wrappers.StringValue
func (*DescribeReposRequest) GetSortKey ¶ added in v0.1.5
func (m *DescribeReposRequest) GetSortKey() *wrappers.StringValue
func (*DescribeReposRequest) GetStatus ¶
func (m *DescribeReposRequest) GetStatus() []string
func (*DescribeReposRequest) GetType ¶
func (m *DescribeReposRequest) GetType() []string
func (*DescribeReposRequest) GetUserId ¶ added in v0.2.3
func (m *DescribeReposRequest) GetUserId() string
func (*DescribeReposRequest) GetVisibility ¶
func (m *DescribeReposRequest) GetVisibility() []string
func (*DescribeReposRequest) ProtoMessage ¶
func (*DescribeReposRequest) ProtoMessage()
func (*DescribeReposRequest) Reset ¶
func (m *DescribeReposRequest) Reset()
func (*DescribeReposRequest) String ¶
func (m *DescribeReposRequest) String() string
func (*DescribeReposRequest) XXX_DiscardUnknown ¶
func (m *DescribeReposRequest) XXX_DiscardUnknown()
func (*DescribeReposRequest) XXX_Marshal ¶
func (m *DescribeReposRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeReposRequest) XXX_Merge ¶
func (m *DescribeReposRequest) XXX_Merge(src proto.Message)
func (*DescribeReposRequest) XXX_Size ¶
func (m *DescribeReposRequest) XXX_Size() int
func (*DescribeReposRequest) XXX_Unmarshal ¶
func (m *DescribeReposRequest) XXX_Unmarshal(b []byte) error
type DescribeReposResponse ¶
type DescribeReposResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` RepoSet []*Repo `protobuf:"bytes,2,rep,name=repo_set,json=repoSet,proto3" json:"repo_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeReposResponse) Descriptor ¶
func (*DescribeReposResponse) Descriptor() ([]byte, []int)
func (*DescribeReposResponse) GetRepoSet ¶
func (m *DescribeReposResponse) GetRepoSet() []*Repo
func (*DescribeReposResponse) GetTotalCount ¶
func (m *DescribeReposResponse) GetTotalCount() uint32
func (*DescribeReposResponse) ProtoMessage ¶
func (*DescribeReposResponse) ProtoMessage()
func (*DescribeReposResponse) Reset ¶
func (m *DescribeReposResponse) Reset()
func (*DescribeReposResponse) String ¶
func (m *DescribeReposResponse) String() string
func (*DescribeReposResponse) XXX_DiscardUnknown ¶
func (m *DescribeReposResponse) XXX_DiscardUnknown()
func (*DescribeReposResponse) XXX_Marshal ¶
func (m *DescribeReposResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeReposResponse) XXX_Merge ¶
func (m *DescribeReposResponse) XXX_Merge(src proto.Message)
func (*DescribeReposResponse) XXX_Size ¶
func (m *DescribeReposResponse) XXX_Size() int
func (*DescribeReposResponse) XXX_Unmarshal ¶
func (m *DescribeReposResponse) XXX_Unmarshal(b []byte) error
type DescribeRuntimeDetailsResponse ¶ added in v0.1.5
type DescribeRuntimeDetailsResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` RuntimeDetailSet []*RuntimeDetail `protobuf:"bytes,2,rep,name=runtime_detail_set,json=runtimeDetailSet,proto3" json:"runtime_detail_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeRuntimeDetailsResponse) Descriptor ¶ added in v0.1.5
func (*DescribeRuntimeDetailsResponse) Descriptor() ([]byte, []int)
func (*DescribeRuntimeDetailsResponse) GetRuntimeDetailSet ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) GetRuntimeDetailSet() []*RuntimeDetail
func (*DescribeRuntimeDetailsResponse) GetTotalCount ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) GetTotalCount() uint32
func (*DescribeRuntimeDetailsResponse) ProtoMessage ¶ added in v0.1.5
func (*DescribeRuntimeDetailsResponse) ProtoMessage()
func (*DescribeRuntimeDetailsResponse) Reset ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) Reset()
func (*DescribeRuntimeDetailsResponse) String ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) String() string
func (*DescribeRuntimeDetailsResponse) XXX_DiscardUnknown ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) XXX_DiscardUnknown()
func (*DescribeRuntimeDetailsResponse) XXX_Marshal ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeRuntimeDetailsResponse) XXX_Merge ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) XXX_Merge(src proto.Message)
func (*DescribeRuntimeDetailsResponse) XXX_Size ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) XXX_Size() int
func (*DescribeRuntimeDetailsResponse) XXX_Unmarshal ¶ added in v0.1.5
func (m *DescribeRuntimeDetailsResponse) XXX_Unmarshal(b []byte) error
type DescribeRuntimeProviderZonesRequest ¶
type DescribeRuntimeProviderZonesRequest struct { Provider *wrappers.StringValue `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"` RuntimeUrl *wrappers.StringValue `protobuf:"bytes,2,opt,name=runtime_url,json=runtimeUrl,proto3" json:"runtime_url,omitempty"` RuntimeCredential *wrappers.StringValue `protobuf:"bytes,3,opt,name=runtime_credential,json=runtimeCredential,proto3" json:"runtime_credential,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeRuntimeProviderZonesRequest) Descriptor ¶
func (*DescribeRuntimeProviderZonesRequest) Descriptor() ([]byte, []int)
func (*DescribeRuntimeProviderZonesRequest) GetProvider ¶
func (m *DescribeRuntimeProviderZonesRequest) GetProvider() *wrappers.StringValue
func (*DescribeRuntimeProviderZonesRequest) GetRuntimeCredential ¶
func (m *DescribeRuntimeProviderZonesRequest) GetRuntimeCredential() *wrappers.StringValue
func (*DescribeRuntimeProviderZonesRequest) GetRuntimeUrl ¶
func (m *DescribeRuntimeProviderZonesRequest) GetRuntimeUrl() *wrappers.StringValue
func (*DescribeRuntimeProviderZonesRequest) ProtoMessage ¶
func (*DescribeRuntimeProviderZonesRequest) ProtoMessage()
func (*DescribeRuntimeProviderZonesRequest) Reset ¶
func (m *DescribeRuntimeProviderZonesRequest) Reset()
func (*DescribeRuntimeProviderZonesRequest) String ¶
func (m *DescribeRuntimeProviderZonesRequest) String() string
func (*DescribeRuntimeProviderZonesRequest) XXX_DiscardUnknown ¶
func (m *DescribeRuntimeProviderZonesRequest) XXX_DiscardUnknown()
func (*DescribeRuntimeProviderZonesRequest) XXX_Marshal ¶
func (m *DescribeRuntimeProviderZonesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeRuntimeProviderZonesRequest) XXX_Merge ¶
func (m *DescribeRuntimeProviderZonesRequest) XXX_Merge(src proto.Message)
func (*DescribeRuntimeProviderZonesRequest) XXX_Size ¶
func (m *DescribeRuntimeProviderZonesRequest) XXX_Size() int
func (*DescribeRuntimeProviderZonesRequest) XXX_Unmarshal ¶
func (m *DescribeRuntimeProviderZonesRequest) XXX_Unmarshal(b []byte) error
type DescribeRuntimeProviderZonesResponse ¶
type DescribeRuntimeProviderZonesResponse struct { Provider *wrappers.StringValue `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"` Zone []string `protobuf:"bytes,2,rep,name=zone,proto3" json:"zone,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeRuntimeProviderZonesResponse) Descriptor ¶
func (*DescribeRuntimeProviderZonesResponse) Descriptor() ([]byte, []int)
func (*DescribeRuntimeProviderZonesResponse) GetProvider ¶
func (m *DescribeRuntimeProviderZonesResponse) GetProvider() *wrappers.StringValue
func (*DescribeRuntimeProviderZonesResponse) GetZone ¶
func (m *DescribeRuntimeProviderZonesResponse) GetZone() []string
func (*DescribeRuntimeProviderZonesResponse) ProtoMessage ¶
func (*DescribeRuntimeProviderZonesResponse) ProtoMessage()
func (*DescribeRuntimeProviderZonesResponse) Reset ¶
func (m *DescribeRuntimeProviderZonesResponse) Reset()
func (*DescribeRuntimeProviderZonesResponse) String ¶
func (m *DescribeRuntimeProviderZonesResponse) String() string
func (*DescribeRuntimeProviderZonesResponse) XXX_DiscardUnknown ¶
func (m *DescribeRuntimeProviderZonesResponse) XXX_DiscardUnknown()
func (*DescribeRuntimeProviderZonesResponse) XXX_Marshal ¶
func (m *DescribeRuntimeProviderZonesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeRuntimeProviderZonesResponse) XXX_Merge ¶
func (m *DescribeRuntimeProviderZonesResponse) XXX_Merge(src proto.Message)
func (*DescribeRuntimeProviderZonesResponse) XXX_Size ¶
func (m *DescribeRuntimeProviderZonesResponse) XXX_Size() int
func (*DescribeRuntimeProviderZonesResponse) XXX_Unmarshal ¶
func (m *DescribeRuntimeProviderZonesResponse) XXX_Unmarshal(b []byte) error
type DescribeRuntimesRequest ¶
type DescribeRuntimesRequest struct { RuntimeId []string `protobuf:"bytes,1,rep,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` Status []string `protobuf:"bytes,2,rep,name=status,proto3" json:"status,omitempty"` Provider []string `protobuf:"bytes,3,rep,name=provider,proto3" json:"provider,omitempty"` SearchWord *wrappers.StringValue `protobuf:"bytes,4,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` Label *wrappers.StringValue `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"` Owner []string `protobuf:"bytes,6,rep,name=owner,proto3" json:"owner,omitempty"` Limit uint32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,8,opt,name=offset,proto3" json:"offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeRuntimesRequest) Descriptor ¶
func (*DescribeRuntimesRequest) Descriptor() ([]byte, []int)
func (*DescribeRuntimesRequest) GetLabel ¶
func (m *DescribeRuntimesRequest) GetLabel() *wrappers.StringValue
func (*DescribeRuntimesRequest) GetLimit ¶
func (m *DescribeRuntimesRequest) GetLimit() uint32
func (*DescribeRuntimesRequest) GetOffset ¶
func (m *DescribeRuntimesRequest) GetOffset() uint32
func (*DescribeRuntimesRequest) GetOwner ¶
func (m *DescribeRuntimesRequest) GetOwner() []string
func (*DescribeRuntimesRequest) GetProvider ¶ added in v0.1.8
func (m *DescribeRuntimesRequest) GetProvider() []string
func (*DescribeRuntimesRequest) GetRuntimeId ¶
func (m *DescribeRuntimesRequest) GetRuntimeId() []string
func (*DescribeRuntimesRequest) GetSearchWord ¶
func (m *DescribeRuntimesRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeRuntimesRequest) GetStatus ¶
func (m *DescribeRuntimesRequest) GetStatus() []string
func (*DescribeRuntimesRequest) ProtoMessage ¶
func (*DescribeRuntimesRequest) ProtoMessage()
func (*DescribeRuntimesRequest) Reset ¶
func (m *DescribeRuntimesRequest) Reset()
func (*DescribeRuntimesRequest) String ¶
func (m *DescribeRuntimesRequest) String() string
func (*DescribeRuntimesRequest) XXX_DiscardUnknown ¶
func (m *DescribeRuntimesRequest) XXX_DiscardUnknown()
func (*DescribeRuntimesRequest) XXX_Marshal ¶
func (m *DescribeRuntimesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeRuntimesRequest) XXX_Merge ¶
func (m *DescribeRuntimesRequest) XXX_Merge(src proto.Message)
func (*DescribeRuntimesRequest) XXX_Size ¶
func (m *DescribeRuntimesRequest) XXX_Size() int
func (*DescribeRuntimesRequest) XXX_Unmarshal ¶
func (m *DescribeRuntimesRequest) XXX_Unmarshal(b []byte) error
type DescribeRuntimesResponse ¶
type DescribeRuntimesResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` RuntimeSet []*Runtime `protobuf:"bytes,2,rep,name=runtime_set,json=runtimeSet,proto3" json:"runtime_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeRuntimesResponse) Descriptor ¶
func (*DescribeRuntimesResponse) Descriptor() ([]byte, []int)
func (*DescribeRuntimesResponse) GetRuntimeSet ¶
func (m *DescribeRuntimesResponse) GetRuntimeSet() []*Runtime
func (*DescribeRuntimesResponse) GetTotalCount ¶
func (m *DescribeRuntimesResponse) GetTotalCount() uint32
func (*DescribeRuntimesResponse) ProtoMessage ¶
func (*DescribeRuntimesResponse) ProtoMessage()
func (*DescribeRuntimesResponse) Reset ¶
func (m *DescribeRuntimesResponse) Reset()
func (*DescribeRuntimesResponse) String ¶
func (m *DescribeRuntimesResponse) String() string
func (*DescribeRuntimesResponse) XXX_DiscardUnknown ¶
func (m *DescribeRuntimesResponse) XXX_DiscardUnknown()
func (*DescribeRuntimesResponse) XXX_Marshal ¶
func (m *DescribeRuntimesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeRuntimesResponse) XXX_Merge ¶
func (m *DescribeRuntimesResponse) XXX_Merge(src proto.Message)
func (*DescribeRuntimesResponse) XXX_Size ¶
func (m *DescribeRuntimesResponse) XXX_Size() int
func (*DescribeRuntimesResponse) XXX_Unmarshal ¶
func (m *DescribeRuntimesResponse) XXX_Unmarshal(b []byte) error
type DescribeSubnetsRequest ¶
type DescribeSubnetsRequest struct { RuntimeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` SubnetType *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=subnet_type,json=subnetType,proto3" json:"subnet_type,omitempty"` SubnetId []string `protobuf:"bytes,5,rep,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` Zone []string `protobuf:"bytes,6,rep,name=zone,proto3" json:"zone,omitempty"` AdvancedParam []string `protobuf:"bytes,7,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeSubnetsRequest) Descriptor ¶
func (*DescribeSubnetsRequest) Descriptor() ([]byte, []int)
func (*DescribeSubnetsRequest) GetAdvancedParam ¶
func (m *DescribeSubnetsRequest) GetAdvancedParam() []string
func (*DescribeSubnetsRequest) GetLimit ¶
func (m *DescribeSubnetsRequest) GetLimit() uint32
func (*DescribeSubnetsRequest) GetOffset ¶
func (m *DescribeSubnetsRequest) GetOffset() uint32
func (*DescribeSubnetsRequest) GetRuntimeId ¶
func (m *DescribeSubnetsRequest) GetRuntimeId() *wrappers.StringValue
func (*DescribeSubnetsRequest) GetSubnetId ¶
func (m *DescribeSubnetsRequest) GetSubnetId() []string
func (*DescribeSubnetsRequest) GetSubnetType ¶
func (m *DescribeSubnetsRequest) GetSubnetType() *wrappers.UInt32Value
func (*DescribeSubnetsRequest) GetZone ¶ added in v0.1.6
func (m *DescribeSubnetsRequest) GetZone() []string
func (*DescribeSubnetsRequest) ProtoMessage ¶
func (*DescribeSubnetsRequest) ProtoMessage()
func (*DescribeSubnetsRequest) Reset ¶
func (m *DescribeSubnetsRequest) Reset()
func (*DescribeSubnetsRequest) String ¶
func (m *DescribeSubnetsRequest) String() string
func (*DescribeSubnetsRequest) XXX_DiscardUnknown ¶
func (m *DescribeSubnetsRequest) XXX_DiscardUnknown()
func (*DescribeSubnetsRequest) XXX_Marshal ¶
func (m *DescribeSubnetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeSubnetsRequest) XXX_Merge ¶
func (m *DescribeSubnetsRequest) XXX_Merge(src proto.Message)
func (*DescribeSubnetsRequest) XXX_Size ¶
func (m *DescribeSubnetsRequest) XXX_Size() int
func (*DescribeSubnetsRequest) XXX_Unmarshal ¶
func (m *DescribeSubnetsRequest) XXX_Unmarshal(b []byte) error
type DescribeSubnetsResponse ¶
type DescribeSubnetsResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` SubnetSet []*Subnet `protobuf:"bytes,2,rep,name=subnet_set,json=subnetSet,proto3" json:"subnet_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeSubnetsResponse) Descriptor ¶
func (*DescribeSubnetsResponse) Descriptor() ([]byte, []int)
func (*DescribeSubnetsResponse) GetSubnetSet ¶
func (m *DescribeSubnetsResponse) GetSubnetSet() []*Subnet
func (*DescribeSubnetsResponse) GetTotalCount ¶
func (m *DescribeSubnetsResponse) GetTotalCount() uint32
func (*DescribeSubnetsResponse) ProtoMessage ¶
func (*DescribeSubnetsResponse) ProtoMessage()
func (*DescribeSubnetsResponse) Reset ¶
func (m *DescribeSubnetsResponse) Reset()
func (*DescribeSubnetsResponse) String ¶
func (m *DescribeSubnetsResponse) String() string
func (*DescribeSubnetsResponse) XXX_DiscardUnknown ¶
func (m *DescribeSubnetsResponse) XXX_DiscardUnknown()
func (*DescribeSubnetsResponse) XXX_Marshal ¶
func (m *DescribeSubnetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeSubnetsResponse) XXX_Merge ¶
func (m *DescribeSubnetsResponse) XXX_Merge(src proto.Message)
func (*DescribeSubnetsResponse) XXX_Size ¶
func (m *DescribeSubnetsResponse) XXX_Size() int
func (*DescribeSubnetsResponse) XXX_Unmarshal ¶
func (m *DescribeSubnetsResponse) XXX_Unmarshal(b []byte) error
type DescribeTasksRequest ¶
type DescribeTasksRequest struct { TaskId []string `protobuf:"bytes,1,rep,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` JobId []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Executor *wrappers.StringValue `protobuf:"bytes,3,opt,name=executor,proto3" json:"executor,omitempty"` Target *wrappers.StringValue `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"` Status []string `protobuf:"bytes,5,rep,name=status,proto3" json:"status,omitempty"` // default is 20, max value is 200 Limit uint32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"` // default is 0 Offset uint32 `protobuf:"varint,7,opt,name=offset,proto3" json:"offset,omitempty"` SearchWord *wrappers.StringValue `protobuf:"bytes,8,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` Owner []string `protobuf:"bytes,9,rep,name=owner,proto3" json:"owner,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeTasksRequest) Descriptor ¶
func (*DescribeTasksRequest) Descriptor() ([]byte, []int)
func (*DescribeTasksRequest) GetExecutor ¶
func (m *DescribeTasksRequest) GetExecutor() *wrappers.StringValue
func (*DescribeTasksRequest) GetJobId ¶
func (m *DescribeTasksRequest) GetJobId() []string
func (*DescribeTasksRequest) GetLimit ¶
func (m *DescribeTasksRequest) GetLimit() uint32
func (*DescribeTasksRequest) GetOffset ¶
func (m *DescribeTasksRequest) GetOffset() uint32
func (*DescribeTasksRequest) GetOwner ¶ added in v0.2.3
func (m *DescribeTasksRequest) GetOwner() []string
func (*DescribeTasksRequest) GetSearchWord ¶ added in v0.1.5
func (m *DescribeTasksRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeTasksRequest) GetStatus ¶
func (m *DescribeTasksRequest) GetStatus() []string
func (*DescribeTasksRequest) GetTarget ¶
func (m *DescribeTasksRequest) GetTarget() *wrappers.StringValue
func (*DescribeTasksRequest) GetTaskId ¶
func (m *DescribeTasksRequest) GetTaskId() []string
func (*DescribeTasksRequest) ProtoMessage ¶
func (*DescribeTasksRequest) ProtoMessage()
func (*DescribeTasksRequest) Reset ¶
func (m *DescribeTasksRequest) Reset()
func (*DescribeTasksRequest) String ¶
func (m *DescribeTasksRequest) String() string
func (*DescribeTasksRequest) XXX_DiscardUnknown ¶
func (m *DescribeTasksRequest) XXX_DiscardUnknown()
func (*DescribeTasksRequest) XXX_Marshal ¶
func (m *DescribeTasksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeTasksRequest) XXX_Merge ¶
func (m *DescribeTasksRequest) XXX_Merge(src proto.Message)
func (*DescribeTasksRequest) XXX_Size ¶
func (m *DescribeTasksRequest) XXX_Size() int
func (*DescribeTasksRequest) XXX_Unmarshal ¶
func (m *DescribeTasksRequest) XXX_Unmarshal(b []byte) error
type DescribeTasksResponse ¶
type DescribeTasksResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` TaskSet []*Task `protobuf:"bytes,2,rep,name=task_set,json=taskSet,proto3" json:"task_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeTasksResponse) Descriptor ¶
func (*DescribeTasksResponse) Descriptor() ([]byte, []int)
func (*DescribeTasksResponse) GetTaskSet ¶
func (m *DescribeTasksResponse) GetTaskSet() []*Task
func (*DescribeTasksResponse) GetTotalCount ¶
func (m *DescribeTasksResponse) GetTotalCount() uint32
func (*DescribeTasksResponse) ProtoMessage ¶
func (*DescribeTasksResponse) ProtoMessage()
func (*DescribeTasksResponse) Reset ¶
func (m *DescribeTasksResponse) Reset()
func (*DescribeTasksResponse) String ¶
func (m *DescribeTasksResponse) String() string
func (*DescribeTasksResponse) XXX_DiscardUnknown ¶
func (m *DescribeTasksResponse) XXX_DiscardUnknown()
func (*DescribeTasksResponse) XXX_Marshal ¶
func (m *DescribeTasksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeTasksResponse) XXX_Merge ¶
func (m *DescribeTasksResponse) XXX_Merge(src proto.Message)
func (*DescribeTasksResponse) XXX_Size ¶
func (m *DescribeTasksResponse) XXX_Size() int
func (*DescribeTasksResponse) XXX_Unmarshal ¶
func (m *DescribeTasksResponse) XXX_Unmarshal(b []byte) error
type DescribeUsersRequest ¶ added in v0.2.3
type DescribeUsersRequest struct { SearchWord *wrappers.StringValue `protobuf:"bytes,1,opt,name=search_word,json=searchWord,proto3" json:"search_word,omitempty"` SortKey *wrappers.StringValue `protobuf:"bytes,2,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` Reverse *wrappers.BoolValue `protobuf:"bytes,3,opt,name=reverse,proto3" json:"reverse,omitempty"` Limit uint32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint32 `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"` GroupId []string `protobuf:"bytes,11,rep,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` UserId []string `protobuf:"bytes,12,rep,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Status []string `protobuf:"bytes,13,rep,name=status,proto3" json:"status,omitempty"` Role []string `protobuf:"bytes,14,rep,name=role,proto3" json:"role,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeUsersRequest) Descriptor ¶ added in v0.2.3
func (*DescribeUsersRequest) Descriptor() ([]byte, []int)
func (*DescribeUsersRequest) GetGroupId ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetGroupId() []string
func (*DescribeUsersRequest) GetLimit ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetLimit() uint32
func (*DescribeUsersRequest) GetOffset ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetOffset() uint32
func (*DescribeUsersRequest) GetReverse ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetReverse() *wrappers.BoolValue
func (*DescribeUsersRequest) GetRole ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetRole() []string
func (*DescribeUsersRequest) GetSearchWord ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetSearchWord() *wrappers.StringValue
func (*DescribeUsersRequest) GetSortKey ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetSortKey() *wrappers.StringValue
func (*DescribeUsersRequest) GetStatus ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetStatus() []string
func (*DescribeUsersRequest) GetUserId ¶ added in v0.2.3
func (m *DescribeUsersRequest) GetUserId() []string
func (*DescribeUsersRequest) ProtoMessage ¶ added in v0.2.3
func (*DescribeUsersRequest) ProtoMessage()
func (*DescribeUsersRequest) Reset ¶ added in v0.2.3
func (m *DescribeUsersRequest) Reset()
func (*DescribeUsersRequest) String ¶ added in v0.2.3
func (m *DescribeUsersRequest) String() string
func (*DescribeUsersRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *DescribeUsersRequest) XXX_DiscardUnknown()
func (*DescribeUsersRequest) XXX_Marshal ¶ added in v0.2.3
func (m *DescribeUsersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeUsersRequest) XXX_Merge ¶ added in v0.2.3
func (m *DescribeUsersRequest) XXX_Merge(src proto.Message)
func (*DescribeUsersRequest) XXX_Size ¶ added in v0.2.3
func (m *DescribeUsersRequest) XXX_Size() int
func (*DescribeUsersRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *DescribeUsersRequest) XXX_Unmarshal(b []byte) error
type DescribeUsersResponse ¶ added in v0.2.3
type DescribeUsersResponse struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` UserSet []*User `protobuf:"bytes,2,rep,name=user_set,json=userSet,proto3" json:"user_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DescribeUsersResponse) Descriptor ¶ added in v0.2.3
func (*DescribeUsersResponse) Descriptor() ([]byte, []int)
func (*DescribeUsersResponse) GetTotalCount ¶ added in v0.2.3
func (m *DescribeUsersResponse) GetTotalCount() uint32
func (*DescribeUsersResponse) GetUserSet ¶ added in v0.2.3
func (m *DescribeUsersResponse) GetUserSet() []*User
func (*DescribeUsersResponse) ProtoMessage ¶ added in v0.2.3
func (*DescribeUsersResponse) ProtoMessage()
func (*DescribeUsersResponse) Reset ¶ added in v0.2.3
func (m *DescribeUsersResponse) Reset()
func (*DescribeUsersResponse) String ¶ added in v0.2.3
func (m *DescribeUsersResponse) String() string
func (*DescribeUsersResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *DescribeUsersResponse) XXX_DiscardUnknown()
func (*DescribeUsersResponse) XXX_Marshal ¶ added in v0.2.3
func (m *DescribeUsersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DescribeUsersResponse) XXX_Merge ¶ added in v0.2.3
func (m *DescribeUsersResponse) XXX_Merge(src proto.Message)
func (*DescribeUsersResponse) XXX_Size ¶ added in v0.2.3
func (m *DescribeUsersResponse) XXX_Size() int
func (*DescribeUsersResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *DescribeUsersResponse) XXX_Unmarshal(b []byte) error
type DetachKeyPairsRequest ¶ added in v0.1.7
type DetachKeyPairsRequest struct { KeyPairId []string `protobuf:"bytes,1,rep,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` NodeId []string `protobuf:"bytes,2,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DetachKeyPairsRequest) Descriptor ¶ added in v0.1.7
func (*DetachKeyPairsRequest) Descriptor() ([]byte, []int)
func (*DetachKeyPairsRequest) GetKeyPairId ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) GetKeyPairId() []string
func (*DetachKeyPairsRequest) GetNodeId ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) GetNodeId() []string
func (*DetachKeyPairsRequest) ProtoMessage ¶ added in v0.1.7
func (*DetachKeyPairsRequest) ProtoMessage()
func (*DetachKeyPairsRequest) Reset ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) Reset()
func (*DetachKeyPairsRequest) String ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) String() string
func (*DetachKeyPairsRequest) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) XXX_DiscardUnknown()
func (*DetachKeyPairsRequest) XXX_Marshal ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DetachKeyPairsRequest) XXX_Merge ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) XXX_Merge(src proto.Message)
func (*DetachKeyPairsRequest) XXX_Size ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) XXX_Size() int
func (*DetachKeyPairsRequest) XXX_Unmarshal ¶ added in v0.1.7
func (m *DetachKeyPairsRequest) XXX_Unmarshal(b []byte) error
type DetachKeyPairsResponse ¶ added in v0.1.7
type DetachKeyPairsResponse struct { JobId []string `protobuf:"bytes,1,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DetachKeyPairsResponse) Descriptor ¶ added in v0.1.7
func (*DetachKeyPairsResponse) Descriptor() ([]byte, []int)
func (*DetachKeyPairsResponse) GetJobId ¶ added in v0.1.7
func (m *DetachKeyPairsResponse) GetJobId() []string
func (*DetachKeyPairsResponse) ProtoMessage ¶ added in v0.1.7
func (*DetachKeyPairsResponse) ProtoMessage()
func (*DetachKeyPairsResponse) Reset ¶ added in v0.1.7
func (m *DetachKeyPairsResponse) Reset()
func (*DetachKeyPairsResponse) String ¶ added in v0.1.7
func (m *DetachKeyPairsResponse) String() string
func (*DetachKeyPairsResponse) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *DetachKeyPairsResponse) XXX_DiscardUnknown()
func (*DetachKeyPairsResponse) XXX_Marshal ¶ added in v0.1.7
func (m *DetachKeyPairsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DetachKeyPairsResponse) XXX_Merge ¶ added in v0.1.7
func (m *DetachKeyPairsResponse) XXX_Merge(src proto.Message)
func (*DetachKeyPairsResponse) XXX_Size ¶ added in v0.1.7
func (m *DetachKeyPairsResponse) XXX_Size() int
func (*DetachKeyPairsResponse) XXX_Unmarshal ¶ added in v0.1.7
func (m *DetachKeyPairsResponse) XXX_Unmarshal(b []byte) error
type ErrorDetail ¶
type ErrorDetail struct { ErrorName string `protobuf:"bytes,1,opt,name=error_name,json=errorName,proto3" json:"error_name,omitempty"` Cause string `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ErrorDetail) Descriptor ¶
func (*ErrorDetail) Descriptor() ([]byte, []int)
func (*ErrorDetail) GetCause ¶
func (m *ErrorDetail) GetCause() string
func (*ErrorDetail) GetErrorName ¶
func (m *ErrorDetail) GetErrorName() string
func (*ErrorDetail) ProtoMessage ¶
func (*ErrorDetail) ProtoMessage()
func (*ErrorDetail) Reset ¶
func (m *ErrorDetail) Reset()
func (*ErrorDetail) String ¶
func (m *ErrorDetail) String() string
func (*ErrorDetail) XXX_DiscardUnknown ¶
func (m *ErrorDetail) XXX_DiscardUnknown()
func (*ErrorDetail) XXX_Marshal ¶
func (m *ErrorDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ErrorDetail) XXX_Merge ¶
func (m *ErrorDetail) XXX_Merge(src proto.Message)
func (*ErrorDetail) XXX_Size ¶
func (m *ErrorDetail) XXX_Size() int
func (*ErrorDetail) XXX_Unmarshal ¶
func (m *ErrorDetail) XXX_Unmarshal(b []byte) error
type GetAppStatisticsRequest ¶ added in v0.1.5
type GetAppStatisticsRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAppStatisticsRequest) Descriptor ¶ added in v0.1.5
func (*GetAppStatisticsRequest) Descriptor() ([]byte, []int)
func (*GetAppStatisticsRequest) ProtoMessage ¶ added in v0.1.5
func (*GetAppStatisticsRequest) ProtoMessage()
func (*GetAppStatisticsRequest) Reset ¶ added in v0.1.5
func (m *GetAppStatisticsRequest) Reset()
func (*GetAppStatisticsRequest) String ¶ added in v0.1.5
func (m *GetAppStatisticsRequest) String() string
func (*GetAppStatisticsRequest) XXX_DiscardUnknown ¶ added in v0.1.5
func (m *GetAppStatisticsRequest) XXX_DiscardUnknown()
func (*GetAppStatisticsRequest) XXX_Marshal ¶ added in v0.1.5
func (m *GetAppStatisticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAppStatisticsRequest) XXX_Merge ¶ added in v0.1.5
func (m *GetAppStatisticsRequest) XXX_Merge(src proto.Message)
func (*GetAppStatisticsRequest) XXX_Size ¶ added in v0.1.5
func (m *GetAppStatisticsRequest) XXX_Size() int
func (*GetAppStatisticsRequest) XXX_Unmarshal ¶ added in v0.1.5
func (m *GetAppStatisticsRequest) XXX_Unmarshal(b []byte) error
type GetAppStatisticsResponse ¶ added in v0.1.5
type GetAppStatisticsResponse struct { LastTwoWeekCreated map[string]uint32 `` /* 208-byte string literal not displayed */ TopTenRepos map[string]uint32 `` /* 185-byte string literal not displayed */ AppCount uint32 `protobuf:"varint,3,opt,name=app_count,json=appCount,proto3" json:"app_count,omitempty"` RepoCount uint32 `protobuf:"varint,4,opt,name=repo_count,json=repoCount,proto3" json:"repo_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAppStatisticsResponse) Descriptor ¶ added in v0.1.5
func (*GetAppStatisticsResponse) Descriptor() ([]byte, []int)
func (*GetAppStatisticsResponse) GetAppCount ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) GetAppCount() uint32
func (*GetAppStatisticsResponse) GetLastTwoWeekCreated ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32
func (*GetAppStatisticsResponse) GetRepoCount ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) GetRepoCount() uint32
func (*GetAppStatisticsResponse) GetTopTenRepos ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) GetTopTenRepos() map[string]uint32
func (*GetAppStatisticsResponse) ProtoMessage ¶ added in v0.1.5
func (*GetAppStatisticsResponse) ProtoMessage()
func (*GetAppStatisticsResponse) Reset ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) Reset()
func (*GetAppStatisticsResponse) String ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) String() string
func (*GetAppStatisticsResponse) XXX_DiscardUnknown ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) XXX_DiscardUnknown()
func (*GetAppStatisticsResponse) XXX_Marshal ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAppStatisticsResponse) XXX_Merge ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) XXX_Merge(src proto.Message)
func (*GetAppStatisticsResponse) XXX_Size ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) XXX_Size() int
func (*GetAppStatisticsResponse) XXX_Unmarshal ¶ added in v0.1.5
func (m *GetAppStatisticsResponse) XXX_Unmarshal(b []byte) error
type GetAppVersionPackageFilesRequest ¶
type GetAppVersionPackageFilesRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` Files []string `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAppVersionPackageFilesRequest) Descriptor ¶
func (*GetAppVersionPackageFilesRequest) Descriptor() ([]byte, []int)
func (*GetAppVersionPackageFilesRequest) GetFiles ¶
func (m *GetAppVersionPackageFilesRequest) GetFiles() []string
func (*GetAppVersionPackageFilesRequest) GetVersionId ¶
func (m *GetAppVersionPackageFilesRequest) GetVersionId() *wrappers.StringValue
func (*GetAppVersionPackageFilesRequest) ProtoMessage ¶
func (*GetAppVersionPackageFilesRequest) ProtoMessage()
func (*GetAppVersionPackageFilesRequest) Reset ¶
func (m *GetAppVersionPackageFilesRequest) Reset()
func (*GetAppVersionPackageFilesRequest) String ¶
func (m *GetAppVersionPackageFilesRequest) String() string
func (*GetAppVersionPackageFilesRequest) XXX_DiscardUnknown ¶
func (m *GetAppVersionPackageFilesRequest) XXX_DiscardUnknown()
func (*GetAppVersionPackageFilesRequest) XXX_Marshal ¶
func (m *GetAppVersionPackageFilesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAppVersionPackageFilesRequest) XXX_Merge ¶
func (m *GetAppVersionPackageFilesRequest) XXX_Merge(src proto.Message)
func (*GetAppVersionPackageFilesRequest) XXX_Size ¶
func (m *GetAppVersionPackageFilesRequest) XXX_Size() int
func (*GetAppVersionPackageFilesRequest) XXX_Unmarshal ¶
func (m *GetAppVersionPackageFilesRequest) XXX_Unmarshal(b []byte) error
type GetAppVersionPackageFilesResponse ¶
type GetAppVersionPackageFilesResponse struct { Files map[string][]byte `` /* 151-byte string literal not displayed */ VersionId *wrappers.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAppVersionPackageFilesResponse) Descriptor ¶
func (*GetAppVersionPackageFilesResponse) Descriptor() ([]byte, []int)
func (*GetAppVersionPackageFilesResponse) GetFiles ¶
func (m *GetAppVersionPackageFilesResponse) GetFiles() map[string][]byte
func (*GetAppVersionPackageFilesResponse) GetVersionId ¶
func (m *GetAppVersionPackageFilesResponse) GetVersionId() *wrappers.StringValue
func (*GetAppVersionPackageFilesResponse) ProtoMessage ¶
func (*GetAppVersionPackageFilesResponse) ProtoMessage()
func (*GetAppVersionPackageFilesResponse) Reset ¶
func (m *GetAppVersionPackageFilesResponse) Reset()
func (*GetAppVersionPackageFilesResponse) String ¶
func (m *GetAppVersionPackageFilesResponse) String() string
func (*GetAppVersionPackageFilesResponse) XXX_DiscardUnknown ¶
func (m *GetAppVersionPackageFilesResponse) XXX_DiscardUnknown()
func (*GetAppVersionPackageFilesResponse) XXX_Marshal ¶
func (m *GetAppVersionPackageFilesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAppVersionPackageFilesResponse) XXX_Merge ¶
func (m *GetAppVersionPackageFilesResponse) XXX_Merge(src proto.Message)
func (*GetAppVersionPackageFilesResponse) XXX_Size ¶
func (m *GetAppVersionPackageFilesResponse) XXX_Size() int
func (*GetAppVersionPackageFilesResponse) XXX_Unmarshal ¶
func (m *GetAppVersionPackageFilesResponse) XXX_Unmarshal(b []byte) error
type GetAppVersionPackageRequest ¶
type GetAppVersionPackageRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAppVersionPackageRequest) Descriptor ¶
func (*GetAppVersionPackageRequest) Descriptor() ([]byte, []int)
func (*GetAppVersionPackageRequest) GetVersionId ¶
func (m *GetAppVersionPackageRequest) GetVersionId() *wrappers.StringValue
func (*GetAppVersionPackageRequest) ProtoMessage ¶
func (*GetAppVersionPackageRequest) ProtoMessage()
func (*GetAppVersionPackageRequest) Reset ¶
func (m *GetAppVersionPackageRequest) Reset()
func (*GetAppVersionPackageRequest) String ¶
func (m *GetAppVersionPackageRequest) String() string
func (*GetAppVersionPackageRequest) XXX_DiscardUnknown ¶
func (m *GetAppVersionPackageRequest) XXX_DiscardUnknown()
func (*GetAppVersionPackageRequest) XXX_Marshal ¶
func (m *GetAppVersionPackageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAppVersionPackageRequest) XXX_Merge ¶
func (m *GetAppVersionPackageRequest) XXX_Merge(src proto.Message)
func (*GetAppVersionPackageRequest) XXX_Size ¶
func (m *GetAppVersionPackageRequest) XXX_Size() int
func (*GetAppVersionPackageRequest) XXX_Unmarshal ¶
func (m *GetAppVersionPackageRequest) XXX_Unmarshal(b []byte) error
type GetAppVersionPackageResponse ¶
type GetAppVersionPackageResponse struct { Package []byte `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"` AppId *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,3,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetAppVersionPackageResponse) Descriptor ¶
func (*GetAppVersionPackageResponse) Descriptor() ([]byte, []int)
func (*GetAppVersionPackageResponse) GetAppId ¶ added in v0.2.1
func (m *GetAppVersionPackageResponse) GetAppId() *wrappers.StringValue
func (*GetAppVersionPackageResponse) GetPackage ¶
func (m *GetAppVersionPackageResponse) GetPackage() []byte
func (*GetAppVersionPackageResponse) GetVersionId ¶
func (m *GetAppVersionPackageResponse) GetVersionId() *wrappers.StringValue
func (*GetAppVersionPackageResponse) ProtoMessage ¶
func (*GetAppVersionPackageResponse) ProtoMessage()
func (*GetAppVersionPackageResponse) Reset ¶
func (m *GetAppVersionPackageResponse) Reset()
func (*GetAppVersionPackageResponse) String ¶
func (m *GetAppVersionPackageResponse) String() string
func (*GetAppVersionPackageResponse) XXX_DiscardUnknown ¶
func (m *GetAppVersionPackageResponse) XXX_DiscardUnknown()
func (*GetAppVersionPackageResponse) XXX_Marshal ¶
func (m *GetAppVersionPackageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAppVersionPackageResponse) XXX_Merge ¶
func (m *GetAppVersionPackageResponse) XXX_Merge(src proto.Message)
func (*GetAppVersionPackageResponse) XXX_Size ¶
func (m *GetAppVersionPackageResponse) XXX_Size() int
func (*GetAppVersionPackageResponse) XXX_Unmarshal ¶
func (m *GetAppVersionPackageResponse) XXX_Unmarshal(b []byte) error
type GetClusterStatisticsRequest ¶ added in v0.1.5
type GetClusterStatisticsRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetClusterStatisticsRequest) Descriptor ¶ added in v0.1.5
func (*GetClusterStatisticsRequest) Descriptor() ([]byte, []int)
func (*GetClusterStatisticsRequest) ProtoMessage ¶ added in v0.1.5
func (*GetClusterStatisticsRequest) ProtoMessage()
func (*GetClusterStatisticsRequest) Reset ¶ added in v0.1.5
func (m *GetClusterStatisticsRequest) Reset()
func (*GetClusterStatisticsRequest) String ¶ added in v0.1.5
func (m *GetClusterStatisticsRequest) String() string
func (*GetClusterStatisticsRequest) XXX_DiscardUnknown ¶ added in v0.1.5
func (m *GetClusterStatisticsRequest) XXX_DiscardUnknown()
func (*GetClusterStatisticsRequest) XXX_Marshal ¶ added in v0.1.5
func (m *GetClusterStatisticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClusterStatisticsRequest) XXX_Merge ¶ added in v0.1.5
func (m *GetClusterStatisticsRequest) XXX_Merge(src proto.Message)
func (*GetClusterStatisticsRequest) XXX_Size ¶ added in v0.1.5
func (m *GetClusterStatisticsRequest) XXX_Size() int
func (*GetClusterStatisticsRequest) XXX_Unmarshal ¶ added in v0.1.5
func (m *GetClusterStatisticsRequest) XXX_Unmarshal(b []byte) error
type GetClusterStatisticsResponse ¶ added in v0.1.5
type GetClusterStatisticsResponse struct { LastTwoWeekCreated map[string]uint32 `` /* 208-byte string literal not displayed */ TopTenRuntimes map[string]uint32 `` /* 194-byte string literal not displayed */ ClusterCount uint32 `protobuf:"varint,3,opt,name=cluster_count,json=clusterCount,proto3" json:"cluster_count,omitempty"` RuntimeCount uint32 `protobuf:"varint,4,opt,name=runtime_count,json=runtimeCount,proto3" json:"runtime_count,omitempty"` TopTenApps map[string]uint32 `` /* 182-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetClusterStatisticsResponse) Descriptor ¶ added in v0.1.5
func (*GetClusterStatisticsResponse) Descriptor() ([]byte, []int)
func (*GetClusterStatisticsResponse) GetClusterCount ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) GetClusterCount() uint32
func (*GetClusterStatisticsResponse) GetLastTwoWeekCreated ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32
func (*GetClusterStatisticsResponse) GetRuntimeCount ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) GetRuntimeCount() uint32
func (*GetClusterStatisticsResponse) GetTopTenApps ¶ added in v0.2.0
func (m *GetClusterStatisticsResponse) GetTopTenApps() map[string]uint32
func (*GetClusterStatisticsResponse) GetTopTenRuntimes ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) GetTopTenRuntimes() map[string]uint32
func (*GetClusterStatisticsResponse) ProtoMessage ¶ added in v0.1.5
func (*GetClusterStatisticsResponse) ProtoMessage()
func (*GetClusterStatisticsResponse) Reset ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) Reset()
func (*GetClusterStatisticsResponse) String ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) String() string
func (*GetClusterStatisticsResponse) XXX_DiscardUnknown ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) XXX_DiscardUnknown()
func (*GetClusterStatisticsResponse) XXX_Marshal ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetClusterStatisticsResponse) XXX_Merge ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) XXX_Merge(src proto.Message)
func (*GetClusterStatisticsResponse) XXX_Size ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) XXX_Size() int
func (*GetClusterStatisticsResponse) XXX_Unmarshal ¶ added in v0.1.5
func (m *GetClusterStatisticsResponse) XXX_Unmarshal(b []byte) error
type GetPasswordResetRequest ¶ added in v0.2.3
type GetPasswordResetRequest struct { ResetId string `protobuf:"bytes,1,opt,name=reset_id,json=resetId,proto3" json:"reset_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetPasswordResetRequest) Descriptor ¶ added in v0.2.3
func (*GetPasswordResetRequest) Descriptor() ([]byte, []int)
func (*GetPasswordResetRequest) GetResetId ¶ added in v0.2.3
func (m *GetPasswordResetRequest) GetResetId() string
func (*GetPasswordResetRequest) ProtoMessage ¶ added in v0.2.3
func (*GetPasswordResetRequest) ProtoMessage()
func (*GetPasswordResetRequest) Reset ¶ added in v0.2.3
func (m *GetPasswordResetRequest) Reset()
func (*GetPasswordResetRequest) String ¶ added in v0.2.3
func (m *GetPasswordResetRequest) String() string
func (*GetPasswordResetRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *GetPasswordResetRequest) XXX_DiscardUnknown()
func (*GetPasswordResetRequest) XXX_Marshal ¶ added in v0.2.3
func (m *GetPasswordResetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPasswordResetRequest) XXX_Merge ¶ added in v0.2.3
func (m *GetPasswordResetRequest) XXX_Merge(src proto.Message)
func (*GetPasswordResetRequest) XXX_Size ¶ added in v0.2.3
func (m *GetPasswordResetRequest) XXX_Size() int
func (*GetPasswordResetRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *GetPasswordResetRequest) XXX_Unmarshal(b []byte) error
type GetPasswordResetResponse ¶ added in v0.2.3
type GetPasswordResetResponse struct { ResetId string `protobuf:"bytes,1,opt,name=reset_id,json=resetId,proto3" json:"reset_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetPasswordResetResponse) Descriptor ¶ added in v0.2.3
func (*GetPasswordResetResponse) Descriptor() ([]byte, []int)
func (*GetPasswordResetResponse) GetResetId ¶ added in v0.2.3
func (m *GetPasswordResetResponse) GetResetId() string
func (*GetPasswordResetResponse) GetUserId ¶ added in v0.2.3
func (m *GetPasswordResetResponse) GetUserId() string
func (*GetPasswordResetResponse) ProtoMessage ¶ added in v0.2.3
func (*GetPasswordResetResponse) ProtoMessage()
func (*GetPasswordResetResponse) Reset ¶ added in v0.2.3
func (m *GetPasswordResetResponse) Reset()
func (*GetPasswordResetResponse) String ¶ added in v0.2.3
func (m *GetPasswordResetResponse) String() string
func (*GetPasswordResetResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *GetPasswordResetResponse) XXX_DiscardUnknown()
func (*GetPasswordResetResponse) XXX_Marshal ¶ added in v0.2.3
func (m *GetPasswordResetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPasswordResetResponse) XXX_Merge ¶ added in v0.2.3
func (m *GetPasswordResetResponse) XXX_Merge(src proto.Message)
func (*GetPasswordResetResponse) XXX_Size ¶ added in v0.2.3
func (m *GetPasswordResetResponse) XXX_Size() int
func (*GetPasswordResetResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *GetPasswordResetResponse) XXX_Unmarshal(b []byte) error
type GetRuntimeStatisticsRequest ¶ added in v0.1.5
type GetRuntimeStatisticsRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetRuntimeStatisticsRequest) Descriptor ¶ added in v0.1.5
func (*GetRuntimeStatisticsRequest) Descriptor() ([]byte, []int)
func (*GetRuntimeStatisticsRequest) ProtoMessage ¶ added in v0.1.5
func (*GetRuntimeStatisticsRequest) ProtoMessage()
func (*GetRuntimeStatisticsRequest) Reset ¶ added in v0.1.5
func (m *GetRuntimeStatisticsRequest) Reset()
func (*GetRuntimeStatisticsRequest) String ¶ added in v0.1.5
func (m *GetRuntimeStatisticsRequest) String() string
func (*GetRuntimeStatisticsRequest) XXX_DiscardUnknown ¶ added in v0.1.5
func (m *GetRuntimeStatisticsRequest) XXX_DiscardUnknown()
func (*GetRuntimeStatisticsRequest) XXX_Marshal ¶ added in v0.1.5
func (m *GetRuntimeStatisticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRuntimeStatisticsRequest) XXX_Merge ¶ added in v0.1.5
func (m *GetRuntimeStatisticsRequest) XXX_Merge(src proto.Message)
func (*GetRuntimeStatisticsRequest) XXX_Size ¶ added in v0.1.5
func (m *GetRuntimeStatisticsRequest) XXX_Size() int
func (*GetRuntimeStatisticsRequest) XXX_Unmarshal ¶ added in v0.1.5
func (m *GetRuntimeStatisticsRequest) XXX_Unmarshal(b []byte) error
type GetRuntimeStatisticsResponse ¶ added in v0.1.5
type GetRuntimeStatisticsResponse struct { LastTwoWeekCreated map[string]uint32 `` /* 208-byte string literal not displayed */ TopTenProviders map[string]uint32 `` /* 197-byte string literal not displayed */ RuntimeCount uint32 `protobuf:"varint,3,opt,name=runtime_count,json=runtimeCount,proto3" json:"runtime_count,omitempty"` ProviderCount uint32 `protobuf:"varint,4,opt,name=provider_count,json=providerCount,proto3" json:"provider_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetRuntimeStatisticsResponse) Descriptor ¶ added in v0.1.5
func (*GetRuntimeStatisticsResponse) Descriptor() ([]byte, []int)
func (*GetRuntimeStatisticsResponse) GetLastTwoWeekCreated ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) GetLastTwoWeekCreated() map[string]uint32
func (*GetRuntimeStatisticsResponse) GetProviderCount ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) GetProviderCount() uint32
func (*GetRuntimeStatisticsResponse) GetRuntimeCount ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) GetRuntimeCount() uint32
func (*GetRuntimeStatisticsResponse) GetTopTenProviders ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) GetTopTenProviders() map[string]uint32
func (*GetRuntimeStatisticsResponse) ProtoMessage ¶ added in v0.1.5
func (*GetRuntimeStatisticsResponse) ProtoMessage()
func (*GetRuntimeStatisticsResponse) Reset ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) Reset()
func (*GetRuntimeStatisticsResponse) String ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) String() string
func (*GetRuntimeStatisticsResponse) XXX_DiscardUnknown ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) XXX_DiscardUnknown()
func (*GetRuntimeStatisticsResponse) XXX_Marshal ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRuntimeStatisticsResponse) XXX_Merge ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) XXX_Merge(src proto.Message)
func (*GetRuntimeStatisticsResponse) XXX_Size ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) XXX_Size() int
func (*GetRuntimeStatisticsResponse) XXX_Unmarshal ¶ added in v0.1.5
func (m *GetRuntimeStatisticsResponse) XXX_Unmarshal(b []byte) error
type Group ¶ added in v0.2.3
type Group struct { GroupId *wrappers.StringValue `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Group) Descriptor ¶ added in v0.2.3
func (*Group) GetCreateTime ¶ added in v0.2.3
func (*Group) GetDescription ¶ added in v0.2.3
func (m *Group) GetDescription() *wrappers.StringValue
func (*Group) GetGroupId ¶ added in v0.2.3
func (m *Group) GetGroupId() *wrappers.StringValue
func (*Group) GetName ¶ added in v0.2.3
func (m *Group) GetName() *wrappers.StringValue
func (*Group) GetStatus ¶ added in v0.2.3
func (m *Group) GetStatus() *wrappers.StringValue
func (*Group) GetStatusTime ¶ added in v0.2.3
func (*Group) GetUpdateTime ¶ added in v0.2.3
func (*Group) ProtoMessage ¶ added in v0.2.3
func (*Group) ProtoMessage()
func (*Group) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *Group) XXX_DiscardUnknown()
func (*Group) XXX_Marshal ¶ added in v0.2.3
func (*Group) XXX_Unmarshal ¶ added in v0.2.3
type IndexRepoRequest ¶
type IndexRepoRequest struct { RepoId *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IndexRepoRequest) Descriptor ¶
func (*IndexRepoRequest) Descriptor() ([]byte, []int)
func (*IndexRepoRequest) GetRepoId ¶
func (m *IndexRepoRequest) GetRepoId() *wrappers.StringValue
func (*IndexRepoRequest) ProtoMessage ¶
func (*IndexRepoRequest) ProtoMessage()
func (*IndexRepoRequest) Reset ¶
func (m *IndexRepoRequest) Reset()
func (*IndexRepoRequest) String ¶
func (m *IndexRepoRequest) String() string
func (*IndexRepoRequest) XXX_DiscardUnknown ¶
func (m *IndexRepoRequest) XXX_DiscardUnknown()
func (*IndexRepoRequest) XXX_Marshal ¶
func (m *IndexRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IndexRepoRequest) XXX_Merge ¶
func (m *IndexRepoRequest) XXX_Merge(src proto.Message)
func (*IndexRepoRequest) XXX_Size ¶
func (m *IndexRepoRequest) XXX_Size() int
func (*IndexRepoRequest) XXX_Unmarshal ¶
func (m *IndexRepoRequest) XXX_Unmarshal(b []byte) error
type IndexRepoResponse ¶
type IndexRepoResponse struct { RepoEvent *RepoEvent `protobuf:"bytes,1,opt,name=repo_event,json=repoEvent,proto3" json:"repo_event,omitempty"` RepoId *wrappers.StringValue `protobuf:"bytes,2,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IndexRepoResponse) Descriptor ¶
func (*IndexRepoResponse) Descriptor() ([]byte, []int)
func (*IndexRepoResponse) GetRepoEvent ¶
func (m *IndexRepoResponse) GetRepoEvent() *RepoEvent
func (*IndexRepoResponse) GetRepoId ¶
func (m *IndexRepoResponse) GetRepoId() *wrappers.StringValue
func (*IndexRepoResponse) ProtoMessage ¶
func (*IndexRepoResponse) ProtoMessage()
func (*IndexRepoResponse) Reset ¶
func (m *IndexRepoResponse) Reset()
func (*IndexRepoResponse) String ¶
func (m *IndexRepoResponse) String() string
func (*IndexRepoResponse) XXX_DiscardUnknown ¶
func (m *IndexRepoResponse) XXX_DiscardUnknown()
func (*IndexRepoResponse) XXX_Marshal ¶
func (m *IndexRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IndexRepoResponse) XXX_Merge ¶
func (m *IndexRepoResponse) XXX_Merge(src proto.Message)
func (*IndexRepoResponse) XXX_Size ¶
func (m *IndexRepoResponse) XXX_Size() int
func (*IndexRepoResponse) XXX_Unmarshal ¶
func (m *IndexRepoResponse) XXX_Unmarshal(b []byte) error
type Job ¶
type Job struct { JobId *wrappers.StringValue `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` ClusterId *wrappers.StringValue `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AppId *wrappers.StringValue `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,4,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` JobAction *wrappers.StringValue `protobuf:"bytes,5,opt,name=job_action,json=jobAction,proto3" json:"job_action,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` ErrorCode *wrappers.UInt32Value `protobuf:"bytes,7,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` Directive *wrappers.StringValue `protobuf:"bytes,8,opt,name=directive,proto3" json:"directive,omitempty"` Executor *wrappers.StringValue `protobuf:"bytes,9,opt,name=executor,proto3" json:"executor,omitempty"` TaskCount *wrappers.UInt32Value `protobuf:"bytes,10,opt,name=task_count,json=taskCount,proto3" json:"task_count,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,11,opt,name=owner,proto3" json:"owner,omitempty"` Provider *wrappers.StringValue `protobuf:"bytes,12,opt,name=provider,proto3" json:"provider,omitempty"` RuntimeId *wrappers.StringValue `protobuf:"bytes,13,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,14,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,15,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Job) Descriptor ¶
func (*Job) GetAppId ¶
func (m *Job) GetAppId() *wrappers.StringValue
func (*Job) GetClusterId ¶
func (m *Job) GetClusterId() *wrappers.StringValue
func (*Job) GetCreateTime ¶
func (*Job) GetDirective ¶
func (m *Job) GetDirective() *wrappers.StringValue
func (*Job) GetErrorCode ¶
func (m *Job) GetErrorCode() *wrappers.UInt32Value
func (*Job) GetExecutor ¶
func (m *Job) GetExecutor() *wrappers.StringValue
func (*Job) GetJobAction ¶
func (m *Job) GetJobAction() *wrappers.StringValue
func (*Job) GetJobId ¶
func (m *Job) GetJobId() *wrappers.StringValue
func (*Job) GetOwner ¶
func (m *Job) GetOwner() *wrappers.StringValue
func (*Job) GetProvider ¶
func (m *Job) GetProvider() *wrappers.StringValue
func (*Job) GetRuntimeId ¶ added in v0.2.1
func (m *Job) GetRuntimeId() *wrappers.StringValue
func (*Job) GetStatus ¶
func (m *Job) GetStatus() *wrappers.StringValue
func (*Job) GetStatusTime ¶
func (*Job) GetTaskCount ¶
func (m *Job) GetTaskCount() *wrappers.UInt32Value
func (*Job) GetVersionId ¶
func (m *Job) GetVersionId() *wrappers.StringValue
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) XXX_DiscardUnknown ¶
func (m *Job) XXX_DiscardUnknown()
func (*Job) XXX_Unmarshal ¶
type JobManagerClient ¶
type JobManagerClient interface { CreateJob(ctx context.Context, in *CreateJobRequest, opts ...grpc.CallOption) (*CreateJobResponse, error) DescribeJobs(ctx context.Context, in *DescribeJobsRequest, opts ...grpc.CallOption) (*DescribeJobsResponse, error) }
JobManagerClient is the client API for JobManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewJobManagerClient ¶
func NewJobManagerClient(cc *grpc.ClientConn) JobManagerClient
type JobManagerServer ¶
type JobManagerServer interface { CreateJob(context.Context, *CreateJobRequest) (*CreateJobResponse, error) DescribeJobs(context.Context, *DescribeJobsRequest) (*DescribeJobsResponse, error) }
JobManagerServer is the server API for JobManager service.
type JoinGroupRequest ¶ added in v0.2.3
type JoinGroupRequest struct { GroupId []string `protobuf:"bytes,1,rep,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` UserId []string `protobuf:"bytes,2,rep,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*JoinGroupRequest) Descriptor ¶ added in v0.2.3
func (*JoinGroupRequest) Descriptor() ([]byte, []int)
func (*JoinGroupRequest) GetGroupId ¶ added in v0.2.3
func (m *JoinGroupRequest) GetGroupId() []string
func (*JoinGroupRequest) GetUserId ¶ added in v0.2.3
func (m *JoinGroupRequest) GetUserId() []string
func (*JoinGroupRequest) ProtoMessage ¶ added in v0.2.3
func (*JoinGroupRequest) ProtoMessage()
func (*JoinGroupRequest) Reset ¶ added in v0.2.3
func (m *JoinGroupRequest) Reset()
func (*JoinGroupRequest) String ¶ added in v0.2.3
func (m *JoinGroupRequest) String() string
func (*JoinGroupRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *JoinGroupRequest) XXX_DiscardUnknown()
func (*JoinGroupRequest) XXX_Marshal ¶ added in v0.2.3
func (m *JoinGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*JoinGroupRequest) XXX_Merge ¶ added in v0.2.3
func (m *JoinGroupRequest) XXX_Merge(src proto.Message)
func (*JoinGroupRequest) XXX_Size ¶ added in v0.2.3
func (m *JoinGroupRequest) XXX_Size() int
func (*JoinGroupRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *JoinGroupRequest) XXX_Unmarshal(b []byte) error
type JoinGroupResponse ¶ added in v0.2.3
type JoinGroupResponse struct { GroupId []string `protobuf:"bytes,1,rep,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` UserId []string `protobuf:"bytes,2,rep,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*JoinGroupResponse) Descriptor ¶ added in v0.2.3
func (*JoinGroupResponse) Descriptor() ([]byte, []int)
func (*JoinGroupResponse) GetGroupId ¶ added in v0.2.3
func (m *JoinGroupResponse) GetGroupId() []string
func (*JoinGroupResponse) GetUserId ¶ added in v0.2.3
func (m *JoinGroupResponse) GetUserId() []string
func (*JoinGroupResponse) ProtoMessage ¶ added in v0.2.3
func (*JoinGroupResponse) ProtoMessage()
func (*JoinGroupResponse) Reset ¶ added in v0.2.3
func (m *JoinGroupResponse) Reset()
func (*JoinGroupResponse) String ¶ added in v0.2.3
func (m *JoinGroupResponse) String() string
func (*JoinGroupResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *JoinGroupResponse) XXX_DiscardUnknown()
func (*JoinGroupResponse) XXX_Marshal ¶ added in v0.2.3
func (m *JoinGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*JoinGroupResponse) XXX_Merge ¶ added in v0.2.3
func (m *JoinGroupResponse) XXX_Merge(src proto.Message)
func (*JoinGroupResponse) XXX_Size ¶ added in v0.2.3
func (m *JoinGroupResponse) XXX_Size() int
func (*JoinGroupResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *JoinGroupResponse) XXX_Unmarshal(b []byte) error
type KeyPair ¶ added in v0.1.7
type KeyPair struct { KeyPairId *wrappers.StringValue `protobuf:"bytes,1,opt,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` PubKey *wrappers.StringValue `protobuf:"bytes,4,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` NodeId []string `protobuf:"bytes,8,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyPair) Descriptor ¶ added in v0.1.7
func (*KeyPair) GetCreateTime ¶ added in v0.1.7
func (*KeyPair) GetDescription ¶ added in v0.1.7
func (m *KeyPair) GetDescription() *wrappers.StringValue
func (*KeyPair) GetKeyPairId ¶ added in v0.1.7
func (m *KeyPair) GetKeyPairId() *wrappers.StringValue
func (*KeyPair) GetName ¶ added in v0.1.7
func (m *KeyPair) GetName() *wrappers.StringValue
func (*KeyPair) GetOwner ¶ added in v0.1.7
func (m *KeyPair) GetOwner() *wrappers.StringValue
func (*KeyPair) GetPubKey ¶ added in v0.1.7
func (m *KeyPair) GetPubKey() *wrappers.StringValue
func (*KeyPair) GetStatusTime ¶ added in v0.1.7
func (*KeyPair) ProtoMessage ¶ added in v0.1.7
func (*KeyPair) ProtoMessage()
func (*KeyPair) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *KeyPair) XXX_DiscardUnknown()
func (*KeyPair) XXX_Marshal ¶ added in v0.1.7
func (*KeyPair) XXX_Unmarshal ¶ added in v0.1.7
type LeaveGroupRequest ¶ added in v0.2.3
type LeaveGroupRequest struct { GroupId []string `protobuf:"bytes,1,rep,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` UserId []string `protobuf:"bytes,2,rep,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LeaveGroupRequest) Descriptor ¶ added in v0.2.3
func (*LeaveGroupRequest) Descriptor() ([]byte, []int)
func (*LeaveGroupRequest) GetGroupId ¶ added in v0.2.3
func (m *LeaveGroupRequest) GetGroupId() []string
func (*LeaveGroupRequest) GetUserId ¶ added in v0.2.3
func (m *LeaveGroupRequest) GetUserId() []string
func (*LeaveGroupRequest) ProtoMessage ¶ added in v0.2.3
func (*LeaveGroupRequest) ProtoMessage()
func (*LeaveGroupRequest) Reset ¶ added in v0.2.3
func (m *LeaveGroupRequest) Reset()
func (*LeaveGroupRequest) String ¶ added in v0.2.3
func (m *LeaveGroupRequest) String() string
func (*LeaveGroupRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *LeaveGroupRequest) XXX_DiscardUnknown()
func (*LeaveGroupRequest) XXX_Marshal ¶ added in v0.2.3
func (m *LeaveGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LeaveGroupRequest) XXX_Merge ¶ added in v0.2.3
func (m *LeaveGroupRequest) XXX_Merge(src proto.Message)
func (*LeaveGroupRequest) XXX_Size ¶ added in v0.2.3
func (m *LeaveGroupRequest) XXX_Size() int
func (*LeaveGroupRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *LeaveGroupRequest) XXX_Unmarshal(b []byte) error
type LeaveGroupResponse ¶ added in v0.2.3
type LeaveGroupResponse struct { GroupId []string `protobuf:"bytes,1,rep,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` UserId []string `protobuf:"bytes,2,rep,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LeaveGroupResponse) Descriptor ¶ added in v0.2.3
func (*LeaveGroupResponse) Descriptor() ([]byte, []int)
func (*LeaveGroupResponse) GetGroupId ¶ added in v0.2.3
func (m *LeaveGroupResponse) GetGroupId() []string
func (*LeaveGroupResponse) GetUserId ¶ added in v0.2.3
func (m *LeaveGroupResponse) GetUserId() []string
func (*LeaveGroupResponse) ProtoMessage ¶ added in v0.2.3
func (*LeaveGroupResponse) ProtoMessage()
func (*LeaveGroupResponse) Reset ¶ added in v0.2.3
func (m *LeaveGroupResponse) Reset()
func (*LeaveGroupResponse) String ¶ added in v0.2.3
func (m *LeaveGroupResponse) String() string
func (*LeaveGroupResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *LeaveGroupResponse) XXX_DiscardUnknown()
func (*LeaveGroupResponse) XXX_Marshal ¶ added in v0.2.3
func (m *LeaveGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LeaveGroupResponse) XXX_Merge ¶ added in v0.2.3
func (m *LeaveGroupResponse) XXX_Merge(src proto.Message)
func (*LeaveGroupResponse) XXX_Size ¶ added in v0.2.3
func (m *LeaveGroupResponse) XXX_Size() int
func (*LeaveGroupResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *LeaveGroupResponse) XXX_Unmarshal(b []byte) error
type ModifyAppRequest ¶
type ModifyAppRequest struct { AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` RepoId *wrappers.StringValue `protobuf:"bytes,3,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"` ChartName *wrappers.StringValue `protobuf:"bytes,5,opt,name=chart_name,json=chartName,proto3" json:"chart_name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` Home *wrappers.StringValue `protobuf:"bytes,8,opt,name=home,proto3" json:"home,omitempty"` Icon *wrappers.StringValue `protobuf:"bytes,9,opt,name=icon,proto3" json:"icon,omitempty"` Screenshots *wrappers.StringValue `protobuf:"bytes,10,opt,name=screenshots,proto3" json:"screenshots,omitempty"` Maintainers *wrappers.StringValue `protobuf:"bytes,11,opt,name=maintainers,proto3" json:"maintainers,omitempty"` Sources *wrappers.StringValue `protobuf:"bytes,12,opt,name=sources,proto3" json:"sources,omitempty"` Readme *wrappers.StringValue `protobuf:"bytes,13,opt,name=readme,proto3" json:"readme,omitempty"` CategoryId *wrappers.StringValue `protobuf:"bytes,14,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` Keywords *wrappers.StringValue `protobuf:"bytes,15,opt,name=keywords,proto3" json:"keywords,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,16,opt,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyAppRequest) Descriptor ¶
func (*ModifyAppRequest) Descriptor() ([]byte, []int)
func (*ModifyAppRequest) GetAppId ¶
func (m *ModifyAppRequest) GetAppId() *wrappers.StringValue
func (*ModifyAppRequest) GetCategoryId ¶
func (m *ModifyAppRequest) GetCategoryId() *wrappers.StringValue
func (*ModifyAppRequest) GetChartName ¶
func (m *ModifyAppRequest) GetChartName() *wrappers.StringValue
func (*ModifyAppRequest) GetDescription ¶
func (m *ModifyAppRequest) GetDescription() *wrappers.StringValue
func (*ModifyAppRequest) GetHome ¶
func (m *ModifyAppRequest) GetHome() *wrappers.StringValue
func (*ModifyAppRequest) GetIcon ¶
func (m *ModifyAppRequest) GetIcon() *wrappers.StringValue
func (*ModifyAppRequest) GetKeywords ¶
func (m *ModifyAppRequest) GetKeywords() *wrappers.StringValue
func (*ModifyAppRequest) GetMaintainers ¶
func (m *ModifyAppRequest) GetMaintainers() *wrappers.StringValue
func (*ModifyAppRequest) GetName ¶
func (m *ModifyAppRequest) GetName() *wrappers.StringValue
func (*ModifyAppRequest) GetOwner ¶
func (m *ModifyAppRequest) GetOwner() *wrappers.StringValue
func (*ModifyAppRequest) GetReadme ¶
func (m *ModifyAppRequest) GetReadme() *wrappers.StringValue
func (*ModifyAppRequest) GetRepoId ¶
func (m *ModifyAppRequest) GetRepoId() *wrappers.StringValue
func (*ModifyAppRequest) GetScreenshots ¶
func (m *ModifyAppRequest) GetScreenshots() *wrappers.StringValue
func (*ModifyAppRequest) GetSources ¶
func (m *ModifyAppRequest) GetSources() *wrappers.StringValue
func (*ModifyAppRequest) GetStatus ¶ added in v0.2.1
func (m *ModifyAppRequest) GetStatus() *wrappers.StringValue
func (*ModifyAppRequest) ProtoMessage ¶
func (*ModifyAppRequest) ProtoMessage()
func (*ModifyAppRequest) Reset ¶
func (m *ModifyAppRequest) Reset()
func (*ModifyAppRequest) String ¶
func (m *ModifyAppRequest) String() string
func (*ModifyAppRequest) XXX_DiscardUnknown ¶
func (m *ModifyAppRequest) XXX_DiscardUnknown()
func (*ModifyAppRequest) XXX_Marshal ¶
func (m *ModifyAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyAppRequest) XXX_Merge ¶
func (m *ModifyAppRequest) XXX_Merge(src proto.Message)
func (*ModifyAppRequest) XXX_Size ¶
func (m *ModifyAppRequest) XXX_Size() int
func (*ModifyAppRequest) XXX_Unmarshal ¶
func (m *ModifyAppRequest) XXX_Unmarshal(b []byte) error
type ModifyAppResponse ¶
type ModifyAppResponse struct { AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyAppResponse) Descriptor ¶
func (*ModifyAppResponse) Descriptor() ([]byte, []int)
func (*ModifyAppResponse) GetAppId ¶
func (m *ModifyAppResponse) GetAppId() *wrappers.StringValue
func (*ModifyAppResponse) ProtoMessage ¶
func (*ModifyAppResponse) ProtoMessage()
func (*ModifyAppResponse) Reset ¶
func (m *ModifyAppResponse) Reset()
func (*ModifyAppResponse) String ¶
func (m *ModifyAppResponse) String() string
func (*ModifyAppResponse) XXX_DiscardUnknown ¶
func (m *ModifyAppResponse) XXX_DiscardUnknown()
func (*ModifyAppResponse) XXX_Marshal ¶
func (m *ModifyAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyAppResponse) XXX_Merge ¶
func (m *ModifyAppResponse) XXX_Merge(src proto.Message)
func (*ModifyAppResponse) XXX_Size ¶
func (m *ModifyAppResponse) XXX_Size() int
func (*ModifyAppResponse) XXX_Unmarshal ¶
func (m *ModifyAppResponse) XXX_Unmarshal(b []byte) error
type ModifyAppVersionRequest ¶
type ModifyAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` PackageName *wrappers.StringValue `protobuf:"bytes,3,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Sequence *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=sequence,proto3" json:"sequence,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"` Package *wrappers.BytesValue `protobuf:"bytes,8,opt,name=package,proto3" json:"package,omitempty"` Home *wrappers.StringValue `protobuf:"bytes,9,opt,name=home,proto3" json:"home,omitempty"` Icon *wrappers.StringValue `protobuf:"bytes,10,opt,name=icon,proto3" json:"icon,omitempty"` Screenshots *wrappers.StringValue `protobuf:"bytes,11,opt,name=screenshots,proto3" json:"screenshots,omitempty"` Maintainers *wrappers.StringValue `protobuf:"bytes,12,opt,name=maintainers,proto3" json:"maintainers,omitempty"` Keywords *wrappers.StringValue `protobuf:"bytes,13,opt,name=keywords,proto3" json:"keywords,omitempty"` Sources *wrappers.StringValue `protobuf:"bytes,14,opt,name=sources,proto3" json:"sources,omitempty"` Readme *wrappers.StringValue `protobuf:"bytes,15,opt,name=readme,proto3" json:"readme,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyAppVersionRequest) Descriptor ¶
func (*ModifyAppVersionRequest) Descriptor() ([]byte, []int)
func (*ModifyAppVersionRequest) GetDescription ¶
func (m *ModifyAppVersionRequest) GetDescription() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetHome ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetHome() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetIcon ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetIcon() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetKeywords ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetKeywords() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetMaintainers ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetMaintainers() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetName ¶
func (m *ModifyAppVersionRequest) GetName() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetOwner ¶
func (m *ModifyAppVersionRequest) GetOwner() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetPackage ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetPackage() *wrappers.BytesValue
func (*ModifyAppVersionRequest) GetPackageName ¶
func (m *ModifyAppVersionRequest) GetPackageName() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetReadme ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetReadme() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetScreenshots ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetScreenshots() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetSequence ¶
func (m *ModifyAppVersionRequest) GetSequence() *wrappers.UInt32Value
func (*ModifyAppVersionRequest) GetSources ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetSources() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetStatus ¶ added in v0.2.1
func (m *ModifyAppVersionRequest) GetStatus() *wrappers.StringValue
func (*ModifyAppVersionRequest) GetVersionId ¶
func (m *ModifyAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*ModifyAppVersionRequest) ProtoMessage ¶
func (*ModifyAppVersionRequest) ProtoMessage()
func (*ModifyAppVersionRequest) Reset ¶
func (m *ModifyAppVersionRequest) Reset()
func (*ModifyAppVersionRequest) String ¶
func (m *ModifyAppVersionRequest) String() string
func (*ModifyAppVersionRequest) XXX_DiscardUnknown ¶
func (m *ModifyAppVersionRequest) XXX_DiscardUnknown()
func (*ModifyAppVersionRequest) XXX_Marshal ¶
func (m *ModifyAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyAppVersionRequest) XXX_Merge ¶
func (m *ModifyAppVersionRequest) XXX_Merge(src proto.Message)
func (*ModifyAppVersionRequest) XXX_Size ¶
func (m *ModifyAppVersionRequest) XXX_Size() int
func (*ModifyAppVersionRequest) XXX_Unmarshal ¶
func (m *ModifyAppVersionRequest) XXX_Unmarshal(b []byte) error
type ModifyAppVersionResponse ¶
type ModifyAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyAppVersionResponse) Descriptor ¶
func (*ModifyAppVersionResponse) Descriptor() ([]byte, []int)
func (*ModifyAppVersionResponse) GetVersionId ¶
func (m *ModifyAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*ModifyAppVersionResponse) ProtoMessage ¶
func (*ModifyAppVersionResponse) ProtoMessage()
func (*ModifyAppVersionResponse) Reset ¶
func (m *ModifyAppVersionResponse) Reset()
func (*ModifyAppVersionResponse) String ¶
func (m *ModifyAppVersionResponse) String() string
func (*ModifyAppVersionResponse) XXX_DiscardUnknown ¶
func (m *ModifyAppVersionResponse) XXX_DiscardUnknown()
func (*ModifyAppVersionResponse) XXX_Marshal ¶
func (m *ModifyAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyAppVersionResponse) XXX_Merge ¶
func (m *ModifyAppVersionResponse) XXX_Merge(src proto.Message)
func (*ModifyAppVersionResponse) XXX_Size ¶
func (m *ModifyAppVersionResponse) XXX_Size() int
func (*ModifyAppVersionResponse) XXX_Unmarshal ¶
func (m *ModifyAppVersionResponse) XXX_Unmarshal(b []byte) error
type ModifyCategoryRequest ¶
type ModifyCategoryRequest struct { CategoryId *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Locale *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyCategoryRequest) Descriptor ¶
func (*ModifyCategoryRequest) Descriptor() ([]byte, []int)
func (*ModifyCategoryRequest) GetCategoryId ¶
func (m *ModifyCategoryRequest) GetCategoryId() *wrappers.StringValue
func (*ModifyCategoryRequest) GetDescription ¶ added in v0.1.5
func (m *ModifyCategoryRequest) GetDescription() *wrappers.StringValue
func (*ModifyCategoryRequest) GetLocale ¶
func (m *ModifyCategoryRequest) GetLocale() *wrappers.StringValue
func (*ModifyCategoryRequest) GetName ¶
func (m *ModifyCategoryRequest) GetName() *wrappers.StringValue
func (*ModifyCategoryRequest) ProtoMessage ¶
func (*ModifyCategoryRequest) ProtoMessage()
func (*ModifyCategoryRequest) Reset ¶
func (m *ModifyCategoryRequest) Reset()
func (*ModifyCategoryRequest) String ¶
func (m *ModifyCategoryRequest) String() string
func (*ModifyCategoryRequest) XXX_DiscardUnknown ¶
func (m *ModifyCategoryRequest) XXX_DiscardUnknown()
func (*ModifyCategoryRequest) XXX_Marshal ¶
func (m *ModifyCategoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyCategoryRequest) XXX_Merge ¶
func (m *ModifyCategoryRequest) XXX_Merge(src proto.Message)
func (*ModifyCategoryRequest) XXX_Size ¶
func (m *ModifyCategoryRequest) XXX_Size() int
func (*ModifyCategoryRequest) XXX_Unmarshal ¶
func (m *ModifyCategoryRequest) XXX_Unmarshal(b []byte) error
type ModifyCategoryResponse ¶
type ModifyCategoryResponse struct { CategoryId *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyCategoryResponse) Descriptor ¶
func (*ModifyCategoryResponse) Descriptor() ([]byte, []int)
func (*ModifyCategoryResponse) GetCategoryId ¶
func (m *ModifyCategoryResponse) GetCategoryId() *wrappers.StringValue
func (*ModifyCategoryResponse) ProtoMessage ¶
func (*ModifyCategoryResponse) ProtoMessage()
func (*ModifyCategoryResponse) Reset ¶
func (m *ModifyCategoryResponse) Reset()
func (*ModifyCategoryResponse) String ¶
func (m *ModifyCategoryResponse) String() string
func (*ModifyCategoryResponse) XXX_DiscardUnknown ¶
func (m *ModifyCategoryResponse) XXX_DiscardUnknown()
func (*ModifyCategoryResponse) XXX_Marshal ¶
func (m *ModifyCategoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyCategoryResponse) XXX_Merge ¶
func (m *ModifyCategoryResponse) XXX_Merge(src proto.Message)
func (*ModifyCategoryResponse) XXX_Size ¶
func (m *ModifyCategoryResponse) XXX_Size() int
func (*ModifyCategoryResponse) XXX_Unmarshal ¶
func (m *ModifyCategoryResponse) XXX_Unmarshal(b []byte) error
type ModifyClusterAttributesRequest ¶ added in v0.1.8
type ModifyClusterAttributesRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyClusterAttributesRequest) Descriptor ¶ added in v0.1.8
func (*ModifyClusterAttributesRequest) Descriptor() ([]byte, []int)
func (*ModifyClusterAttributesRequest) GetClusterId ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) GetClusterId() *wrappers.StringValue
func (*ModifyClusterAttributesRequest) GetDescription ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) GetDescription() *wrappers.StringValue
func (*ModifyClusterAttributesRequest) GetName ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) GetName() *wrappers.StringValue
func (*ModifyClusterAttributesRequest) ProtoMessage ¶ added in v0.1.8
func (*ModifyClusterAttributesRequest) ProtoMessage()
func (*ModifyClusterAttributesRequest) Reset ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) Reset()
func (*ModifyClusterAttributesRequest) String ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) String() string
func (*ModifyClusterAttributesRequest) XXX_DiscardUnknown ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) XXX_DiscardUnknown()
func (*ModifyClusterAttributesRequest) XXX_Marshal ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyClusterAttributesRequest) XXX_Merge ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) XXX_Merge(src proto.Message)
func (*ModifyClusterAttributesRequest) XXX_Size ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) XXX_Size() int
func (*ModifyClusterAttributesRequest) XXX_Unmarshal ¶ added in v0.1.8
func (m *ModifyClusterAttributesRequest) XXX_Unmarshal(b []byte) error
type ModifyClusterAttributesResponse ¶ added in v0.1.8
type ModifyClusterAttributesResponse struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyClusterAttributesResponse) Descriptor ¶ added in v0.1.8
func (*ModifyClusterAttributesResponse) Descriptor() ([]byte, []int)
func (*ModifyClusterAttributesResponse) GetClusterId ¶ added in v0.1.8
func (m *ModifyClusterAttributesResponse) GetClusterId() *wrappers.StringValue
func (*ModifyClusterAttributesResponse) ProtoMessage ¶ added in v0.1.8
func (*ModifyClusterAttributesResponse) ProtoMessage()
func (*ModifyClusterAttributesResponse) Reset ¶ added in v0.1.8
func (m *ModifyClusterAttributesResponse) Reset()
func (*ModifyClusterAttributesResponse) String ¶ added in v0.1.8
func (m *ModifyClusterAttributesResponse) String() string
func (*ModifyClusterAttributesResponse) XXX_DiscardUnknown ¶ added in v0.1.8
func (m *ModifyClusterAttributesResponse) XXX_DiscardUnknown()
func (*ModifyClusterAttributesResponse) XXX_Marshal ¶ added in v0.1.8
func (m *ModifyClusterAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyClusterAttributesResponse) XXX_Merge ¶ added in v0.1.8
func (m *ModifyClusterAttributesResponse) XXX_Merge(src proto.Message)
func (*ModifyClusterAttributesResponse) XXX_Size ¶ added in v0.1.8
func (m *ModifyClusterAttributesResponse) XXX_Size() int
func (*ModifyClusterAttributesResponse) XXX_Unmarshal ¶ added in v0.1.8
func (m *ModifyClusterAttributesResponse) XXX_Unmarshal(b []byte) error
type ModifyClusterNodeAttributesRequest ¶ added in v0.1.8
type ModifyClusterNodeAttributesRequest struct { NodeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyClusterNodeAttributesRequest) Descriptor ¶ added in v0.1.8
func (*ModifyClusterNodeAttributesRequest) Descriptor() ([]byte, []int)
func (*ModifyClusterNodeAttributesRequest) GetName ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) GetName() *wrappers.StringValue
func (*ModifyClusterNodeAttributesRequest) GetNodeId ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) GetNodeId() *wrappers.StringValue
func (*ModifyClusterNodeAttributesRequest) ProtoMessage ¶ added in v0.1.8
func (*ModifyClusterNodeAttributesRequest) ProtoMessage()
func (*ModifyClusterNodeAttributesRequest) Reset ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) Reset()
func (*ModifyClusterNodeAttributesRequest) String ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) String() string
func (*ModifyClusterNodeAttributesRequest) XXX_DiscardUnknown ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) XXX_DiscardUnknown()
func (*ModifyClusterNodeAttributesRequest) XXX_Marshal ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyClusterNodeAttributesRequest) XXX_Merge ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) XXX_Merge(src proto.Message)
func (*ModifyClusterNodeAttributesRequest) XXX_Size ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) XXX_Size() int
func (*ModifyClusterNodeAttributesRequest) XXX_Unmarshal ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesRequest) XXX_Unmarshal(b []byte) error
type ModifyClusterNodeAttributesResponse ¶ added in v0.1.8
type ModifyClusterNodeAttributesResponse struct { NodeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyClusterNodeAttributesResponse) Descriptor ¶ added in v0.1.8
func (*ModifyClusterNodeAttributesResponse) Descriptor() ([]byte, []int)
func (*ModifyClusterNodeAttributesResponse) GetNodeId ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesResponse) GetNodeId() *wrappers.StringValue
func (*ModifyClusterNodeAttributesResponse) ProtoMessage ¶ added in v0.1.8
func (*ModifyClusterNodeAttributesResponse) ProtoMessage()
func (*ModifyClusterNodeAttributesResponse) Reset ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesResponse) Reset()
func (*ModifyClusterNodeAttributesResponse) String ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesResponse) String() string
func (*ModifyClusterNodeAttributesResponse) XXX_DiscardUnknown ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesResponse) XXX_DiscardUnknown()
func (*ModifyClusterNodeAttributesResponse) XXX_Marshal ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyClusterNodeAttributesResponse) XXX_Merge ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesResponse) XXX_Merge(src proto.Message)
func (*ModifyClusterNodeAttributesResponse) XXX_Size ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesResponse) XXX_Size() int
func (*ModifyClusterNodeAttributesResponse) XXX_Unmarshal ¶ added in v0.1.8
func (m *ModifyClusterNodeAttributesResponse) XXX_Unmarshal(b []byte) error
type ModifyClusterNodeRequest ¶
type ModifyClusterNodeRequest struct { ClusterNode *ClusterNode `protobuf:"bytes,1,opt,name=cluster_node,json=clusterNode,proto3" json:"cluster_node,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyClusterNodeRequest) Descriptor ¶
func (*ModifyClusterNodeRequest) Descriptor() ([]byte, []int)
func (*ModifyClusterNodeRequest) GetClusterNode ¶
func (m *ModifyClusterNodeRequest) GetClusterNode() *ClusterNode
func (*ModifyClusterNodeRequest) ProtoMessage ¶
func (*ModifyClusterNodeRequest) ProtoMessage()
func (*ModifyClusterNodeRequest) Reset ¶
func (m *ModifyClusterNodeRequest) Reset()
func (*ModifyClusterNodeRequest) String ¶
func (m *ModifyClusterNodeRequest) String() string
func (*ModifyClusterNodeRequest) XXX_DiscardUnknown ¶
func (m *ModifyClusterNodeRequest) XXX_DiscardUnknown()
func (*ModifyClusterNodeRequest) XXX_Marshal ¶
func (m *ModifyClusterNodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyClusterNodeRequest) XXX_Merge ¶
func (m *ModifyClusterNodeRequest) XXX_Merge(src proto.Message)
func (*ModifyClusterNodeRequest) XXX_Size ¶
func (m *ModifyClusterNodeRequest) XXX_Size() int
func (*ModifyClusterNodeRequest) XXX_Unmarshal ¶
func (m *ModifyClusterNodeRequest) XXX_Unmarshal(b []byte) error
type ModifyClusterNodeResponse ¶
type ModifyClusterNodeResponse struct { NodeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyClusterNodeResponse) Descriptor ¶
func (*ModifyClusterNodeResponse) Descriptor() ([]byte, []int)
func (*ModifyClusterNodeResponse) GetNodeId ¶
func (m *ModifyClusterNodeResponse) GetNodeId() *wrappers.StringValue
func (*ModifyClusterNodeResponse) ProtoMessage ¶
func (*ModifyClusterNodeResponse) ProtoMessage()
func (*ModifyClusterNodeResponse) Reset ¶
func (m *ModifyClusterNodeResponse) Reset()
func (*ModifyClusterNodeResponse) String ¶
func (m *ModifyClusterNodeResponse) String() string
func (*ModifyClusterNodeResponse) XXX_DiscardUnknown ¶
func (m *ModifyClusterNodeResponse) XXX_DiscardUnknown()
func (*ModifyClusterNodeResponse) XXX_Marshal ¶
func (m *ModifyClusterNodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyClusterNodeResponse) XXX_Merge ¶
func (m *ModifyClusterNodeResponse) XXX_Merge(src proto.Message)
func (*ModifyClusterNodeResponse) XXX_Size ¶
func (m *ModifyClusterNodeResponse) XXX_Size() int
func (*ModifyClusterNodeResponse) XXX_Unmarshal ¶
func (m *ModifyClusterNodeResponse) XXX_Unmarshal(b []byte) error
type ModifyClusterRequest ¶
type ModifyClusterRequest struct { Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"` ClusterNodeSet []*ClusterNode `protobuf:"bytes,2,rep,name=cluster_node_set,json=clusterNodeSet,proto3" json:"cluster_node_set,omitempty"` ClusterRoleSet []*ClusterRole `protobuf:"bytes,3,rep,name=cluster_role_set,json=clusterRoleSet,proto3" json:"cluster_role_set,omitempty"` ClusterLinkSet []*ClusterLink `protobuf:"bytes,4,rep,name=cluster_link_set,json=clusterLinkSet,proto3" json:"cluster_link_set,omitempty"` ClusterCommonSet []*ClusterCommon `protobuf:"bytes,5,rep,name=cluster_common_set,json=clusterCommonSet,proto3" json:"cluster_common_set,omitempty"` ClusterLoadbalancerSet []*ClusterLoadbalancer `` /* 129-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyClusterRequest) Descriptor ¶
func (*ModifyClusterRequest) Descriptor() ([]byte, []int)
func (*ModifyClusterRequest) GetCluster ¶
func (m *ModifyClusterRequest) GetCluster() *Cluster
func (*ModifyClusterRequest) GetClusterCommonSet ¶
func (m *ModifyClusterRequest) GetClusterCommonSet() []*ClusterCommon
func (*ModifyClusterRequest) GetClusterLinkSet ¶
func (m *ModifyClusterRequest) GetClusterLinkSet() []*ClusterLink
func (*ModifyClusterRequest) GetClusterLoadbalancerSet ¶
func (m *ModifyClusterRequest) GetClusterLoadbalancerSet() []*ClusterLoadbalancer
func (*ModifyClusterRequest) GetClusterNodeSet ¶
func (m *ModifyClusterRequest) GetClusterNodeSet() []*ClusterNode
func (*ModifyClusterRequest) GetClusterRoleSet ¶
func (m *ModifyClusterRequest) GetClusterRoleSet() []*ClusterRole
func (*ModifyClusterRequest) ProtoMessage ¶
func (*ModifyClusterRequest) ProtoMessage()
func (*ModifyClusterRequest) Reset ¶
func (m *ModifyClusterRequest) Reset()
func (*ModifyClusterRequest) String ¶
func (m *ModifyClusterRequest) String() string
func (*ModifyClusterRequest) XXX_DiscardUnknown ¶
func (m *ModifyClusterRequest) XXX_DiscardUnknown()
func (*ModifyClusterRequest) XXX_Marshal ¶
func (m *ModifyClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyClusterRequest) XXX_Merge ¶
func (m *ModifyClusterRequest) XXX_Merge(src proto.Message)
func (*ModifyClusterRequest) XXX_Size ¶
func (m *ModifyClusterRequest) XXX_Size() int
func (*ModifyClusterRequest) XXX_Unmarshal ¶
func (m *ModifyClusterRequest) XXX_Unmarshal(b []byte) error
type ModifyClusterResponse ¶
type ModifyClusterResponse struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyClusterResponse) Descriptor ¶
func (*ModifyClusterResponse) Descriptor() ([]byte, []int)
func (*ModifyClusterResponse) GetClusterId ¶
func (m *ModifyClusterResponse) GetClusterId() *wrappers.StringValue
func (*ModifyClusterResponse) ProtoMessage ¶
func (*ModifyClusterResponse) ProtoMessage()
func (*ModifyClusterResponse) Reset ¶
func (m *ModifyClusterResponse) Reset()
func (*ModifyClusterResponse) String ¶
func (m *ModifyClusterResponse) String() string
func (*ModifyClusterResponse) XXX_DiscardUnknown ¶
func (m *ModifyClusterResponse) XXX_DiscardUnknown()
func (*ModifyClusterResponse) XXX_Marshal ¶
func (m *ModifyClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyClusterResponse) XXX_Merge ¶
func (m *ModifyClusterResponse) XXX_Merge(src proto.Message)
func (*ModifyClusterResponse) XXX_Size ¶
func (m *ModifyClusterResponse) XXX_Size() int
func (*ModifyClusterResponse) XXX_Unmarshal ¶
func (m *ModifyClusterResponse) XXX_Unmarshal(b []byte) error
type ModifyGroupRequest ¶ added in v0.2.3
type ModifyGroupRequest struct { GroupId *wrappers.StringValue `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyGroupRequest) Descriptor ¶ added in v0.2.3
func (*ModifyGroupRequest) Descriptor() ([]byte, []int)
func (*ModifyGroupRequest) GetDescription ¶ added in v0.2.3
func (m *ModifyGroupRequest) GetDescription() *wrappers.StringValue
func (*ModifyGroupRequest) GetGroupId ¶ added in v0.2.3
func (m *ModifyGroupRequest) GetGroupId() *wrappers.StringValue
func (*ModifyGroupRequest) GetName ¶ added in v0.2.3
func (m *ModifyGroupRequest) GetName() *wrappers.StringValue
func (*ModifyGroupRequest) ProtoMessage ¶ added in v0.2.3
func (*ModifyGroupRequest) ProtoMessage()
func (*ModifyGroupRequest) Reset ¶ added in v0.2.3
func (m *ModifyGroupRequest) Reset()
func (*ModifyGroupRequest) String ¶ added in v0.2.3
func (m *ModifyGroupRequest) String() string
func (*ModifyGroupRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ModifyGroupRequest) XXX_DiscardUnknown()
func (*ModifyGroupRequest) XXX_Marshal ¶ added in v0.2.3
func (m *ModifyGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyGroupRequest) XXX_Merge ¶ added in v0.2.3
func (m *ModifyGroupRequest) XXX_Merge(src proto.Message)
func (*ModifyGroupRequest) XXX_Size ¶ added in v0.2.3
func (m *ModifyGroupRequest) XXX_Size() int
func (*ModifyGroupRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *ModifyGroupRequest) XXX_Unmarshal(b []byte) error
type ModifyGroupResponse ¶ added in v0.2.3
type ModifyGroupResponse struct { GroupId *wrappers.StringValue `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyGroupResponse) Descriptor ¶ added in v0.2.3
func (*ModifyGroupResponse) Descriptor() ([]byte, []int)
func (*ModifyGroupResponse) GetGroupId ¶ added in v0.2.3
func (m *ModifyGroupResponse) GetGroupId() *wrappers.StringValue
func (*ModifyGroupResponse) ProtoMessage ¶ added in v0.2.3
func (*ModifyGroupResponse) ProtoMessage()
func (*ModifyGroupResponse) Reset ¶ added in v0.2.3
func (m *ModifyGroupResponse) Reset()
func (*ModifyGroupResponse) String ¶ added in v0.2.3
func (m *ModifyGroupResponse) String() string
func (*ModifyGroupResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ModifyGroupResponse) XXX_DiscardUnknown()
func (*ModifyGroupResponse) XXX_Marshal ¶ added in v0.2.3
func (m *ModifyGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyGroupResponse) XXX_Merge ¶ added in v0.2.3
func (m *ModifyGroupResponse) XXX_Merge(src proto.Message)
func (*ModifyGroupResponse) XXX_Size ¶ added in v0.2.3
func (m *ModifyGroupResponse) XXX_Size() int
func (*ModifyGroupResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *ModifyGroupResponse) XXX_Unmarshal(b []byte) error
type ModifyRepoRequest ¶
type ModifyRepoRequest struct { RepoId *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Type *wrappers.StringValue `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Url *wrappers.StringValue `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"` Credential *wrappers.StringValue `protobuf:"bytes,6,opt,name=credential,proto3" json:"credential,omitempty"` Visibility *wrappers.StringValue `protobuf:"bytes,7,opt,name=visibility,proto3" json:"visibility,omitempty"` Providers []string `protobuf:"bytes,8,rep,name=providers,proto3" json:"providers,omitempty"` Labels *wrappers.StringValue `protobuf:"bytes,9,opt,name=labels,proto3" json:"labels,omitempty"` Selectors *wrappers.StringValue `protobuf:"bytes,10,opt,name=selectors,proto3" json:"selectors,omitempty"` CategoryId *wrappers.StringValue `protobuf:"bytes,11,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` AppDefaultStatus *wrappers.StringValue `protobuf:"bytes,12,opt,name=app_default_status,json=appDefaultStatus,proto3" json:"app_default_status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyRepoRequest) Descriptor ¶
func (*ModifyRepoRequest) Descriptor() ([]byte, []int)
func (*ModifyRepoRequest) GetAppDefaultStatus ¶ added in v0.2.3
func (m *ModifyRepoRequest) GetAppDefaultStatus() *wrappers.StringValue
func (*ModifyRepoRequest) GetCategoryId ¶
func (m *ModifyRepoRequest) GetCategoryId() *wrappers.StringValue
func (*ModifyRepoRequest) GetCredential ¶
func (m *ModifyRepoRequest) GetCredential() *wrappers.StringValue
func (*ModifyRepoRequest) GetDescription ¶
func (m *ModifyRepoRequest) GetDescription() *wrappers.StringValue
func (*ModifyRepoRequest) GetLabels ¶
func (m *ModifyRepoRequest) GetLabels() *wrappers.StringValue
func (*ModifyRepoRequest) GetName ¶
func (m *ModifyRepoRequest) GetName() *wrappers.StringValue
func (*ModifyRepoRequest) GetProviders ¶
func (m *ModifyRepoRequest) GetProviders() []string
func (*ModifyRepoRequest) GetRepoId ¶
func (m *ModifyRepoRequest) GetRepoId() *wrappers.StringValue
func (*ModifyRepoRequest) GetSelectors ¶
func (m *ModifyRepoRequest) GetSelectors() *wrappers.StringValue
func (*ModifyRepoRequest) GetType ¶
func (m *ModifyRepoRequest) GetType() *wrappers.StringValue
func (*ModifyRepoRequest) GetUrl ¶
func (m *ModifyRepoRequest) GetUrl() *wrappers.StringValue
func (*ModifyRepoRequest) GetVisibility ¶
func (m *ModifyRepoRequest) GetVisibility() *wrappers.StringValue
func (*ModifyRepoRequest) ProtoMessage ¶
func (*ModifyRepoRequest) ProtoMessage()
func (*ModifyRepoRequest) Reset ¶
func (m *ModifyRepoRequest) Reset()
func (*ModifyRepoRequest) String ¶
func (m *ModifyRepoRequest) String() string
func (*ModifyRepoRequest) XXX_DiscardUnknown ¶
func (m *ModifyRepoRequest) XXX_DiscardUnknown()
func (*ModifyRepoRequest) XXX_Marshal ¶
func (m *ModifyRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyRepoRequest) XXX_Merge ¶
func (m *ModifyRepoRequest) XXX_Merge(src proto.Message)
func (*ModifyRepoRequest) XXX_Size ¶
func (m *ModifyRepoRequest) XXX_Size() int
func (*ModifyRepoRequest) XXX_Unmarshal ¶
func (m *ModifyRepoRequest) XXX_Unmarshal(b []byte) error
type ModifyRepoResponse ¶
type ModifyRepoResponse struct { RepoId *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyRepoResponse) Descriptor ¶
func (*ModifyRepoResponse) Descriptor() ([]byte, []int)
func (*ModifyRepoResponse) GetRepoId ¶
func (m *ModifyRepoResponse) GetRepoId() *wrappers.StringValue
func (*ModifyRepoResponse) ProtoMessage ¶
func (*ModifyRepoResponse) ProtoMessage()
func (*ModifyRepoResponse) Reset ¶
func (m *ModifyRepoResponse) Reset()
func (*ModifyRepoResponse) String ¶
func (m *ModifyRepoResponse) String() string
func (*ModifyRepoResponse) XXX_DiscardUnknown ¶
func (m *ModifyRepoResponse) XXX_DiscardUnknown()
func (*ModifyRepoResponse) XXX_Marshal ¶
func (m *ModifyRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyRepoResponse) XXX_Merge ¶
func (m *ModifyRepoResponse) XXX_Merge(src proto.Message)
func (*ModifyRepoResponse) XXX_Size ¶
func (m *ModifyRepoResponse) XXX_Size() int
func (*ModifyRepoResponse) XXX_Unmarshal ¶
func (m *ModifyRepoResponse) XXX_Unmarshal(b []byte) error
type ModifyRuntimeRequest ¶
type ModifyRuntimeRequest struct { RuntimeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Labels *wrappers.StringValue `protobuf:"bytes,4,opt,name=labels,proto3" json:"labels,omitempty"` RuntimeCredential *wrappers.StringValue `protobuf:"bytes,5,opt,name=runtime_credential,json=runtimeCredential,proto3" json:"runtime_credential,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyRuntimeRequest) Descriptor ¶
func (*ModifyRuntimeRequest) Descriptor() ([]byte, []int)
func (*ModifyRuntimeRequest) GetDescription ¶
func (m *ModifyRuntimeRequest) GetDescription() *wrappers.StringValue
func (*ModifyRuntimeRequest) GetLabels ¶
func (m *ModifyRuntimeRequest) GetLabels() *wrappers.StringValue
func (*ModifyRuntimeRequest) GetName ¶
func (m *ModifyRuntimeRequest) GetName() *wrappers.StringValue
func (*ModifyRuntimeRequest) GetRuntimeCredential ¶ added in v0.1.8
func (m *ModifyRuntimeRequest) GetRuntimeCredential() *wrappers.StringValue
func (*ModifyRuntimeRequest) GetRuntimeId ¶
func (m *ModifyRuntimeRequest) GetRuntimeId() *wrappers.StringValue
func (*ModifyRuntimeRequest) ProtoMessage ¶
func (*ModifyRuntimeRequest) ProtoMessage()
func (*ModifyRuntimeRequest) Reset ¶
func (m *ModifyRuntimeRequest) Reset()
func (*ModifyRuntimeRequest) String ¶
func (m *ModifyRuntimeRequest) String() string
func (*ModifyRuntimeRequest) XXX_DiscardUnknown ¶
func (m *ModifyRuntimeRequest) XXX_DiscardUnknown()
func (*ModifyRuntimeRequest) XXX_Marshal ¶
func (m *ModifyRuntimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyRuntimeRequest) XXX_Merge ¶
func (m *ModifyRuntimeRequest) XXX_Merge(src proto.Message)
func (*ModifyRuntimeRequest) XXX_Size ¶
func (m *ModifyRuntimeRequest) XXX_Size() int
func (*ModifyRuntimeRequest) XXX_Unmarshal ¶
func (m *ModifyRuntimeRequest) XXX_Unmarshal(b []byte) error
type ModifyRuntimeResponse ¶
type ModifyRuntimeResponse struct { RuntimeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyRuntimeResponse) Descriptor ¶
func (*ModifyRuntimeResponse) Descriptor() ([]byte, []int)
func (*ModifyRuntimeResponse) GetRuntimeId ¶
func (m *ModifyRuntimeResponse) GetRuntimeId() *wrappers.StringValue
func (*ModifyRuntimeResponse) ProtoMessage ¶
func (*ModifyRuntimeResponse) ProtoMessage()
func (*ModifyRuntimeResponse) Reset ¶
func (m *ModifyRuntimeResponse) Reset()
func (*ModifyRuntimeResponse) String ¶
func (m *ModifyRuntimeResponse) String() string
func (*ModifyRuntimeResponse) XXX_DiscardUnknown ¶
func (m *ModifyRuntimeResponse) XXX_DiscardUnknown()
func (*ModifyRuntimeResponse) XXX_Marshal ¶
func (m *ModifyRuntimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyRuntimeResponse) XXX_Merge ¶
func (m *ModifyRuntimeResponse) XXX_Merge(src proto.Message)
func (*ModifyRuntimeResponse) XXX_Size ¶
func (m *ModifyRuntimeResponse) XXX_Size() int
func (*ModifyRuntimeResponse) XXX_Unmarshal ¶
func (m *ModifyRuntimeResponse) XXX_Unmarshal(b []byte) error
type ModifyUserRequest ¶ added in v0.2.3
type ModifyUserRequest struct { UserId *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Email *wrappers.StringValue `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Username *wrappers.StringValue `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"` Role *wrappers.StringValue `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Password *wrappers.StringValue `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyUserRequest) Descriptor ¶ added in v0.2.3
func (*ModifyUserRequest) Descriptor() ([]byte, []int)
func (*ModifyUserRequest) GetDescription ¶ added in v0.2.3
func (m *ModifyUserRequest) GetDescription() *wrappers.StringValue
func (*ModifyUserRequest) GetEmail ¶ added in v0.2.3
func (m *ModifyUserRequest) GetEmail() *wrappers.StringValue
func (*ModifyUserRequest) GetPassword ¶ added in v0.2.3
func (m *ModifyUserRequest) GetPassword() *wrappers.StringValue
func (*ModifyUserRequest) GetRole ¶ added in v0.2.3
func (m *ModifyUserRequest) GetRole() *wrappers.StringValue
func (*ModifyUserRequest) GetUserId ¶ added in v0.2.3
func (m *ModifyUserRequest) GetUserId() *wrappers.StringValue
func (*ModifyUserRequest) GetUsername ¶ added in v0.2.3
func (m *ModifyUserRequest) GetUsername() *wrappers.StringValue
func (*ModifyUserRequest) ProtoMessage ¶ added in v0.2.3
func (*ModifyUserRequest) ProtoMessage()
func (*ModifyUserRequest) Reset ¶ added in v0.2.3
func (m *ModifyUserRequest) Reset()
func (*ModifyUserRequest) String ¶ added in v0.2.3
func (m *ModifyUserRequest) String() string
func (*ModifyUserRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ModifyUserRequest) XXX_DiscardUnknown()
func (*ModifyUserRequest) XXX_Marshal ¶ added in v0.2.3
func (m *ModifyUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyUserRequest) XXX_Merge ¶ added in v0.2.3
func (m *ModifyUserRequest) XXX_Merge(src proto.Message)
func (*ModifyUserRequest) XXX_Size ¶ added in v0.2.3
func (m *ModifyUserRequest) XXX_Size() int
func (*ModifyUserRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *ModifyUserRequest) XXX_Unmarshal(b []byte) error
type ModifyUserResponse ¶ added in v0.2.3
type ModifyUserResponse struct { UserId *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyUserResponse) Descriptor ¶ added in v0.2.3
func (*ModifyUserResponse) Descriptor() ([]byte, []int)
func (*ModifyUserResponse) GetUserId ¶ added in v0.2.3
func (m *ModifyUserResponse) GetUserId() *wrappers.StringValue
func (*ModifyUserResponse) ProtoMessage ¶ added in v0.2.3
func (*ModifyUserResponse) ProtoMessage()
func (*ModifyUserResponse) Reset ¶ added in v0.2.3
func (m *ModifyUserResponse) Reset()
func (*ModifyUserResponse) String ¶ added in v0.2.3
func (m *ModifyUserResponse) String() string
func (*ModifyUserResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ModifyUserResponse) XXX_DiscardUnknown()
func (*ModifyUserResponse) XXX_Marshal ¶ added in v0.2.3
func (m *ModifyUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyUserResponse) XXX_Merge ¶ added in v0.2.3
func (m *ModifyUserResponse) XXX_Merge(src proto.Message)
func (*ModifyUserResponse) XXX_Size ¶ added in v0.2.3
func (m *ModifyUserResponse) XXX_Size() int
func (*ModifyUserResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *ModifyUserResponse) XXX_Unmarshal(b []byte) error
type NodeKeyPair ¶ added in v0.1.7
type NodeKeyPair struct { NodeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` KeyPairId *wrappers.StringValue `protobuf:"bytes,2,opt,name=key_pair_id,json=keyPairId,proto3" json:"key_pair_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NodeKeyPair) Descriptor ¶ added in v0.1.7
func (*NodeKeyPair) Descriptor() ([]byte, []int)
func (*NodeKeyPair) GetKeyPairId ¶ added in v0.1.7
func (m *NodeKeyPair) GetKeyPairId() *wrappers.StringValue
func (*NodeKeyPair) GetNodeId ¶ added in v0.1.7
func (m *NodeKeyPair) GetNodeId() *wrappers.StringValue
func (*NodeKeyPair) ProtoMessage ¶ added in v0.1.7
func (*NodeKeyPair) ProtoMessage()
func (*NodeKeyPair) Reset ¶ added in v0.1.7
func (m *NodeKeyPair) Reset()
func (*NodeKeyPair) String ¶ added in v0.1.7
func (m *NodeKeyPair) String() string
func (*NodeKeyPair) XXX_DiscardUnknown ¶ added in v0.1.7
func (m *NodeKeyPair) XXX_DiscardUnknown()
func (*NodeKeyPair) XXX_Marshal ¶ added in v0.1.7
func (m *NodeKeyPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NodeKeyPair) XXX_Merge ¶ added in v0.1.7
func (m *NodeKeyPair) XXX_Merge(src proto.Message)
func (*NodeKeyPair) XXX_Size ¶ added in v0.1.7
func (m *NodeKeyPair) XXX_Size() int
func (*NodeKeyPair) XXX_Unmarshal ¶ added in v0.1.7
func (m *NodeKeyPair) XXX_Unmarshal(b []byte) error
type PassAppVersionRequest ¶ added in v0.2.1
type PassAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PassAppVersionRequest) Descriptor ¶ added in v0.2.1
func (*PassAppVersionRequest) Descriptor() ([]byte, []int)
func (*PassAppVersionRequest) GetVersionId ¶ added in v0.2.1
func (m *PassAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*PassAppVersionRequest) ProtoMessage ¶ added in v0.2.1
func (*PassAppVersionRequest) ProtoMessage()
func (*PassAppVersionRequest) Reset ¶ added in v0.2.1
func (m *PassAppVersionRequest) Reset()
func (*PassAppVersionRequest) String ¶ added in v0.2.1
func (m *PassAppVersionRequest) String() string
func (*PassAppVersionRequest) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *PassAppVersionRequest) XXX_DiscardUnknown()
func (*PassAppVersionRequest) XXX_Marshal ¶ added in v0.2.1
func (m *PassAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PassAppVersionRequest) XXX_Merge ¶ added in v0.2.1
func (m *PassAppVersionRequest) XXX_Merge(src proto.Message)
func (*PassAppVersionRequest) XXX_Size ¶ added in v0.2.1
func (m *PassAppVersionRequest) XXX_Size() int
func (*PassAppVersionRequest) XXX_Unmarshal ¶ added in v0.2.1
func (m *PassAppVersionRequest) XXX_Unmarshal(b []byte) error
type PassAppVersionResponse ¶ added in v0.2.1
type PassAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PassAppVersionResponse) Descriptor ¶ added in v0.2.1
func (*PassAppVersionResponse) Descriptor() ([]byte, []int)
func (*PassAppVersionResponse) GetVersionId ¶ added in v0.2.1
func (m *PassAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*PassAppVersionResponse) ProtoMessage ¶ added in v0.2.1
func (*PassAppVersionResponse) ProtoMessage()
func (*PassAppVersionResponse) Reset ¶ added in v0.2.1
func (m *PassAppVersionResponse) Reset()
func (*PassAppVersionResponse) String ¶ added in v0.2.1
func (m *PassAppVersionResponse) String() string
func (*PassAppVersionResponse) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *PassAppVersionResponse) XXX_DiscardUnknown()
func (*PassAppVersionResponse) XXX_Marshal ¶ added in v0.2.1
func (m *PassAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PassAppVersionResponse) XXX_Merge ¶ added in v0.2.1
func (m *PassAppVersionResponse) XXX_Merge(src proto.Message)
func (*PassAppVersionResponse) XXX_Size ¶ added in v0.2.1
func (m *PassAppVersionResponse) XXX_Size() int
func (*PassAppVersionResponse) XXX_Unmarshal ¶ added in v0.2.1
func (m *PassAppVersionResponse) XXX_Unmarshal(b []byte) error
type RecoverAppVersionRequest ¶ added in v0.2.1
type RecoverAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RecoverAppVersionRequest) Descriptor ¶ added in v0.2.1
func (*RecoverAppVersionRequest) Descriptor() ([]byte, []int)
func (*RecoverAppVersionRequest) GetVersionId ¶ added in v0.2.1
func (m *RecoverAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*RecoverAppVersionRequest) ProtoMessage ¶ added in v0.2.1
func (*RecoverAppVersionRequest) ProtoMessage()
func (*RecoverAppVersionRequest) Reset ¶ added in v0.2.1
func (m *RecoverAppVersionRequest) Reset()
func (*RecoverAppVersionRequest) String ¶ added in v0.2.1
func (m *RecoverAppVersionRequest) String() string
func (*RecoverAppVersionRequest) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *RecoverAppVersionRequest) XXX_DiscardUnknown()
func (*RecoverAppVersionRequest) XXX_Marshal ¶ added in v0.2.1
func (m *RecoverAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RecoverAppVersionRequest) XXX_Merge ¶ added in v0.2.1
func (m *RecoverAppVersionRequest) XXX_Merge(src proto.Message)
func (*RecoverAppVersionRequest) XXX_Size ¶ added in v0.2.1
func (m *RecoverAppVersionRequest) XXX_Size() int
func (*RecoverAppVersionRequest) XXX_Unmarshal ¶ added in v0.2.1
func (m *RecoverAppVersionRequest) XXX_Unmarshal(b []byte) error
type RecoverAppVersionResponse ¶ added in v0.2.1
type RecoverAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RecoverAppVersionResponse) Descriptor ¶ added in v0.2.1
func (*RecoverAppVersionResponse) Descriptor() ([]byte, []int)
func (*RecoverAppVersionResponse) GetVersionId ¶ added in v0.2.1
func (m *RecoverAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*RecoverAppVersionResponse) ProtoMessage ¶ added in v0.2.1
func (*RecoverAppVersionResponse) ProtoMessage()
func (*RecoverAppVersionResponse) Reset ¶ added in v0.2.1
func (m *RecoverAppVersionResponse) Reset()
func (*RecoverAppVersionResponse) String ¶ added in v0.2.1
func (m *RecoverAppVersionResponse) String() string
func (*RecoverAppVersionResponse) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *RecoverAppVersionResponse) XXX_DiscardUnknown()
func (*RecoverAppVersionResponse) XXX_Marshal ¶ added in v0.2.1
func (m *RecoverAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RecoverAppVersionResponse) XXX_Merge ¶ added in v0.2.1
func (m *RecoverAppVersionResponse) XXX_Merge(src proto.Message)
func (*RecoverAppVersionResponse) XXX_Size ¶ added in v0.2.1
func (m *RecoverAppVersionResponse) XXX_Size() int
func (*RecoverAppVersionResponse) XXX_Unmarshal ¶ added in v0.2.1
func (m *RecoverAppVersionResponse) XXX_Unmarshal(b []byte) error
type RecoverClustersRequest ¶
type RecoverClustersRequest struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RecoverClustersRequest) Descriptor ¶
func (*RecoverClustersRequest) Descriptor() ([]byte, []int)
func (*RecoverClustersRequest) GetAdvancedParam ¶
func (m *RecoverClustersRequest) GetAdvancedParam() []string
func (*RecoverClustersRequest) GetClusterId ¶
func (m *RecoverClustersRequest) GetClusterId() []string
func (*RecoverClustersRequest) ProtoMessage ¶
func (*RecoverClustersRequest) ProtoMessage()
func (*RecoverClustersRequest) Reset ¶
func (m *RecoverClustersRequest) Reset()
func (*RecoverClustersRequest) String ¶
func (m *RecoverClustersRequest) String() string
func (*RecoverClustersRequest) XXX_DiscardUnknown ¶
func (m *RecoverClustersRequest) XXX_DiscardUnknown()
func (*RecoverClustersRequest) XXX_Marshal ¶
func (m *RecoverClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RecoverClustersRequest) XXX_Merge ¶
func (m *RecoverClustersRequest) XXX_Merge(src proto.Message)
func (*RecoverClustersRequest) XXX_Size ¶
func (m *RecoverClustersRequest) XXX_Size() int
func (*RecoverClustersRequest) XXX_Unmarshal ¶
func (m *RecoverClustersRequest) XXX_Unmarshal(b []byte) error
type RecoverClustersResponse ¶
type RecoverClustersResponse struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RecoverClustersResponse) Descriptor ¶
func (*RecoverClustersResponse) Descriptor() ([]byte, []int)
func (*RecoverClustersResponse) GetClusterId ¶
func (m *RecoverClustersResponse) GetClusterId() []string
func (*RecoverClustersResponse) GetJobId ¶
func (m *RecoverClustersResponse) GetJobId() []string
func (*RecoverClustersResponse) ProtoMessage ¶
func (*RecoverClustersResponse) ProtoMessage()
func (*RecoverClustersResponse) Reset ¶
func (m *RecoverClustersResponse) Reset()
func (*RecoverClustersResponse) String ¶
func (m *RecoverClustersResponse) String() string
func (*RecoverClustersResponse) XXX_DiscardUnknown ¶
func (m *RecoverClustersResponse) XXX_DiscardUnknown()
func (*RecoverClustersResponse) XXX_Marshal ¶
func (m *RecoverClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RecoverClustersResponse) XXX_Merge ¶
func (m *RecoverClustersResponse) XXX_Merge(src proto.Message)
func (*RecoverClustersResponse) XXX_Size ¶
func (m *RecoverClustersResponse) XXX_Size() int
func (*RecoverClustersResponse) XXX_Unmarshal ¶
func (m *RecoverClustersResponse) XXX_Unmarshal(b []byte) error
type RejectAppVersionRequest ¶ added in v0.2.1
type RejectAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` Message *wrappers.StringValue `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RejectAppVersionRequest) Descriptor ¶ added in v0.2.1
func (*RejectAppVersionRequest) Descriptor() ([]byte, []int)
func (*RejectAppVersionRequest) GetMessage ¶ added in v0.2.3
func (m *RejectAppVersionRequest) GetMessage() *wrappers.StringValue
func (*RejectAppVersionRequest) GetVersionId ¶ added in v0.2.1
func (m *RejectAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*RejectAppVersionRequest) ProtoMessage ¶ added in v0.2.1
func (*RejectAppVersionRequest) ProtoMessage()
func (*RejectAppVersionRequest) Reset ¶ added in v0.2.1
func (m *RejectAppVersionRequest) Reset()
func (*RejectAppVersionRequest) String ¶ added in v0.2.1
func (m *RejectAppVersionRequest) String() string
func (*RejectAppVersionRequest) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *RejectAppVersionRequest) XXX_DiscardUnknown()
func (*RejectAppVersionRequest) XXX_Marshal ¶ added in v0.2.1
func (m *RejectAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RejectAppVersionRequest) XXX_Merge ¶ added in v0.2.1
func (m *RejectAppVersionRequest) XXX_Merge(src proto.Message)
func (*RejectAppVersionRequest) XXX_Size ¶ added in v0.2.1
func (m *RejectAppVersionRequest) XXX_Size() int
func (*RejectAppVersionRequest) XXX_Unmarshal ¶ added in v0.2.1
func (m *RejectAppVersionRequest) XXX_Unmarshal(b []byte) error
type RejectAppVersionResponse ¶ added in v0.2.1
type RejectAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RejectAppVersionResponse) Descriptor ¶ added in v0.2.1
func (*RejectAppVersionResponse) Descriptor() ([]byte, []int)
func (*RejectAppVersionResponse) GetVersionId ¶ added in v0.2.1
func (m *RejectAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*RejectAppVersionResponse) ProtoMessage ¶ added in v0.2.1
func (*RejectAppVersionResponse) ProtoMessage()
func (*RejectAppVersionResponse) Reset ¶ added in v0.2.1
func (m *RejectAppVersionResponse) Reset()
func (*RejectAppVersionResponse) String ¶ added in v0.2.1
func (m *RejectAppVersionResponse) String() string
func (*RejectAppVersionResponse) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *RejectAppVersionResponse) XXX_DiscardUnknown()
func (*RejectAppVersionResponse) XXX_Marshal ¶ added in v0.2.1
func (m *RejectAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RejectAppVersionResponse) XXX_Merge ¶ added in v0.2.1
func (m *RejectAppVersionResponse) XXX_Merge(src proto.Message)
func (*RejectAppVersionResponse) XXX_Size ¶ added in v0.2.1
func (m *RejectAppVersionResponse) XXX_Size() int
func (*RejectAppVersionResponse) XXX_Unmarshal ¶ added in v0.2.1
func (m *RejectAppVersionResponse) XXX_Unmarshal(b []byte) error
type ReleaseAppVersionRequest ¶ added in v0.2.1
type ReleaseAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReleaseAppVersionRequest) Descriptor ¶ added in v0.2.1
func (*ReleaseAppVersionRequest) Descriptor() ([]byte, []int)
func (*ReleaseAppVersionRequest) GetVersionId ¶ added in v0.2.1
func (m *ReleaseAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*ReleaseAppVersionRequest) ProtoMessage ¶ added in v0.2.1
func (*ReleaseAppVersionRequest) ProtoMessage()
func (*ReleaseAppVersionRequest) Reset ¶ added in v0.2.1
func (m *ReleaseAppVersionRequest) Reset()
func (*ReleaseAppVersionRequest) String ¶ added in v0.2.1
func (m *ReleaseAppVersionRequest) String() string
func (*ReleaseAppVersionRequest) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *ReleaseAppVersionRequest) XXX_DiscardUnknown()
func (*ReleaseAppVersionRequest) XXX_Marshal ¶ added in v0.2.1
func (m *ReleaseAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReleaseAppVersionRequest) XXX_Merge ¶ added in v0.2.1
func (m *ReleaseAppVersionRequest) XXX_Merge(src proto.Message)
func (*ReleaseAppVersionRequest) XXX_Size ¶ added in v0.2.1
func (m *ReleaseAppVersionRequest) XXX_Size() int
func (*ReleaseAppVersionRequest) XXX_Unmarshal ¶ added in v0.2.1
func (m *ReleaseAppVersionRequest) XXX_Unmarshal(b []byte) error
type ReleaseAppVersionResponse ¶ added in v0.2.1
type ReleaseAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReleaseAppVersionResponse) Descriptor ¶ added in v0.2.1
func (*ReleaseAppVersionResponse) Descriptor() ([]byte, []int)
func (*ReleaseAppVersionResponse) GetVersionId ¶ added in v0.2.1
func (m *ReleaseAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*ReleaseAppVersionResponse) ProtoMessage ¶ added in v0.2.1
func (*ReleaseAppVersionResponse) ProtoMessage()
func (*ReleaseAppVersionResponse) Reset ¶ added in v0.2.1
func (m *ReleaseAppVersionResponse) Reset()
func (*ReleaseAppVersionResponse) String ¶ added in v0.2.1
func (m *ReleaseAppVersionResponse) String() string
func (*ReleaseAppVersionResponse) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *ReleaseAppVersionResponse) XXX_DiscardUnknown()
func (*ReleaseAppVersionResponse) XXX_Marshal ¶ added in v0.2.1
func (m *ReleaseAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReleaseAppVersionResponse) XXX_Merge ¶ added in v0.2.1
func (m *ReleaseAppVersionResponse) XXX_Merge(src proto.Message)
func (*ReleaseAppVersionResponse) XXX_Size ¶ added in v0.2.1
func (m *ReleaseAppVersionResponse) XXX_Size() int
func (*ReleaseAppVersionResponse) XXX_Unmarshal ¶ added in v0.2.1
func (m *ReleaseAppVersionResponse) XXX_Unmarshal(b []byte) error
type Repo ¶
type Repo struct { RepoId *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Type *wrappers.StringValue `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Url *wrappers.StringValue `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"` Credential *wrappers.StringValue `protobuf:"bytes,6,opt,name=credential,proto3" json:"credential,omitempty"` Visibility *wrappers.StringValue `protobuf:"bytes,7,opt,name=visibility,proto3" json:"visibility,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,8,opt,name=owner,proto3" json:"owner,omitempty"` Providers []string `protobuf:"bytes,9,rep,name=providers,proto3" json:"providers,omitempty"` Labels []*RepoLabel `protobuf:"bytes,10,rep,name=labels,proto3" json:"labels,omitempty"` Selectors []*RepoSelector `protobuf:"bytes,11,rep,name=selectors,proto3" json:"selectors,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,13,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,14,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` CategorySet []*ResourceCategory `protobuf:"bytes,15,rep,name=category_set,json=categorySet,proto3" json:"category_set,omitempty"` AppDefaultStatus *wrappers.StringValue `protobuf:"bytes,16,opt,name=app_default_status,json=appDefaultStatus,proto3" json:"app_default_status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Repo) Descriptor ¶
func (*Repo) GetAppDefaultStatus ¶ added in v0.2.3
func (m *Repo) GetAppDefaultStatus() *wrappers.StringValue
func (*Repo) GetCategorySet ¶
func (m *Repo) GetCategorySet() []*ResourceCategory
func (*Repo) GetCreateTime ¶
func (*Repo) GetCredential ¶
func (m *Repo) GetCredential() *wrappers.StringValue
func (*Repo) GetDescription ¶
func (m *Repo) GetDescription() *wrappers.StringValue
func (*Repo) GetName ¶
func (m *Repo) GetName() *wrappers.StringValue
func (*Repo) GetOwner ¶
func (m *Repo) GetOwner() *wrappers.StringValue
func (*Repo) GetProviders ¶
func (*Repo) GetRepoId ¶
func (m *Repo) GetRepoId() *wrappers.StringValue
func (*Repo) GetSelectors ¶
func (m *Repo) GetSelectors() []*RepoSelector
func (*Repo) GetStatus ¶
func (m *Repo) GetStatus() *wrappers.StringValue
func (*Repo) GetStatusTime ¶
func (*Repo) GetType ¶
func (m *Repo) GetType() *wrappers.StringValue
func (*Repo) GetUrl ¶
func (m *Repo) GetUrl() *wrappers.StringValue
func (*Repo) GetVisibility ¶
func (m *Repo) GetVisibility() *wrappers.StringValue
func (*Repo) ProtoMessage ¶
func (*Repo) ProtoMessage()
func (*Repo) XXX_DiscardUnknown ¶
func (m *Repo) XXX_DiscardUnknown()
func (*Repo) XXX_Unmarshal ¶
type RepoEvent ¶
type RepoEvent struct { RepoEventId *wrappers.StringValue `protobuf:"bytes,1,opt,name=repo_event_id,json=repoEventId,proto3" json:"repo_event_id,omitempty"` RepoId *wrappers.StringValue `protobuf:"bytes,2,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` Result *wrappers.StringValue `protobuf:"bytes,5,opt,name=result,proto3" json:"result,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RepoEvent) Descriptor ¶
func (*RepoEvent) GetCreateTime ¶
func (*RepoEvent) GetOwner ¶
func (m *RepoEvent) GetOwner() *wrappers.StringValue
func (*RepoEvent) GetRepoEventId ¶
func (m *RepoEvent) GetRepoEventId() *wrappers.StringValue
func (*RepoEvent) GetRepoId ¶
func (m *RepoEvent) GetRepoId() *wrappers.StringValue
func (*RepoEvent) GetResult ¶
func (m *RepoEvent) GetResult() *wrappers.StringValue
func (*RepoEvent) GetStatus ¶
func (m *RepoEvent) GetStatus() *wrappers.StringValue
func (*RepoEvent) GetStatusTime ¶
func (*RepoEvent) ProtoMessage ¶
func (*RepoEvent) ProtoMessage()
func (*RepoEvent) XXX_DiscardUnknown ¶
func (m *RepoEvent) XXX_DiscardUnknown()
func (*RepoEvent) XXX_Marshal ¶
func (*RepoEvent) XXX_Unmarshal ¶
type RepoIndexerClient ¶
type RepoIndexerClient interface { IndexRepo(ctx context.Context, in *IndexRepoRequest, opts ...grpc.CallOption) (*IndexRepoResponse, error) DescribeRepoEvents(ctx context.Context, in *DescribeRepoEventsRequest, opts ...grpc.CallOption) (*DescribeRepoEventsResponse, error) }
RepoIndexerClient is the client API for RepoIndexer service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewRepoIndexerClient ¶
func NewRepoIndexerClient(cc *grpc.ClientConn) RepoIndexerClient
type RepoIndexerServer ¶
type RepoIndexerServer interface { IndexRepo(context.Context, *IndexRepoRequest) (*IndexRepoResponse, error) DescribeRepoEvents(context.Context, *DescribeRepoEventsRequest) (*DescribeRepoEventsResponse, error) }
RepoIndexerServer is the server API for RepoIndexer service.
type RepoLabel ¶
type RepoLabel struct { LabelKey *wrappers.StringValue `protobuf:"bytes,1,opt,name=label_key,json=labelKey,proto3" json:"label_key,omitempty"` LabelValue *wrappers.StringValue `protobuf:"bytes,2,opt,name=label_value,json=labelValue,proto3" json:"label_value,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RepoLabel) Descriptor ¶
func (*RepoLabel) GetCreateTime ¶ added in v0.2.1
func (*RepoLabel) GetLabelKey ¶
func (m *RepoLabel) GetLabelKey() *wrappers.StringValue
func (*RepoLabel) GetLabelValue ¶
func (m *RepoLabel) GetLabelValue() *wrappers.StringValue
func (*RepoLabel) ProtoMessage ¶
func (*RepoLabel) ProtoMessage()
func (*RepoLabel) XXX_DiscardUnknown ¶
func (m *RepoLabel) XXX_DiscardUnknown()
func (*RepoLabel) XXX_Marshal ¶
func (*RepoLabel) XXX_Unmarshal ¶
type RepoManagerClient ¶
type RepoManagerClient interface { CreateRepo(ctx context.Context, in *CreateRepoRequest, opts ...grpc.CallOption) (*CreateRepoResponse, error) DescribeRepos(ctx context.Context, in *DescribeReposRequest, opts ...grpc.CallOption) (*DescribeReposResponse, error) ModifyRepo(ctx context.Context, in *ModifyRepoRequest, opts ...grpc.CallOption) (*ModifyRepoResponse, error) DeleteRepos(ctx context.Context, in *DeleteReposRequest, opts ...grpc.CallOption) (*DeleteReposResponse, error) ValidateRepo(ctx context.Context, in *ValidateRepoRequest, opts ...grpc.CallOption) (*ValidateRepoResponse, error) }
RepoManagerClient is the client API for RepoManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewRepoManagerClient ¶
func NewRepoManagerClient(cc *grpc.ClientConn) RepoManagerClient
type RepoManagerServer ¶
type RepoManagerServer interface { CreateRepo(context.Context, *CreateRepoRequest) (*CreateRepoResponse, error) DescribeRepos(context.Context, *DescribeReposRequest) (*DescribeReposResponse, error) ModifyRepo(context.Context, *ModifyRepoRequest) (*ModifyRepoResponse, error) DeleteRepos(context.Context, *DeleteReposRequest) (*DeleteReposResponse, error) ValidateRepo(context.Context, *ValidateRepoRequest) (*ValidateRepoResponse, error) }
RepoManagerServer is the server API for RepoManager service.
type RepoSelector ¶
type RepoSelector struct { SelectorKey *wrappers.StringValue `protobuf:"bytes,1,opt,name=selector_key,json=selectorKey,proto3" json:"selector_key,omitempty"` SelectorValue *wrappers.StringValue `protobuf:"bytes,2,opt,name=selector_value,json=selectorValue,proto3" json:"selector_value,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RepoSelector) Descriptor ¶
func (*RepoSelector) Descriptor() ([]byte, []int)
func (*RepoSelector) GetCreateTime ¶ added in v0.2.1
func (m *RepoSelector) GetCreateTime() *timestamp.Timestamp
func (*RepoSelector) GetSelectorKey ¶
func (m *RepoSelector) GetSelectorKey() *wrappers.StringValue
func (*RepoSelector) GetSelectorValue ¶
func (m *RepoSelector) GetSelectorValue() *wrappers.StringValue
func (*RepoSelector) ProtoMessage ¶
func (*RepoSelector) ProtoMessage()
func (*RepoSelector) Reset ¶
func (m *RepoSelector) Reset()
func (*RepoSelector) String ¶
func (m *RepoSelector) String() string
func (*RepoSelector) XXX_DiscardUnknown ¶
func (m *RepoSelector) XXX_DiscardUnknown()
func (*RepoSelector) XXX_Marshal ¶
func (m *RepoSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RepoSelector) XXX_Merge ¶
func (m *RepoSelector) XXX_Merge(src proto.Message)
func (*RepoSelector) XXX_Size ¶
func (m *RepoSelector) XXX_Size() int
func (*RepoSelector) XXX_Unmarshal ¶
func (m *RepoSelector) XXX_Unmarshal(b []byte) error
type ResizeClusterRequest ¶
type ResizeClusterRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` RoleResource []*RoleResource `protobuf:"bytes,2,rep,name=role_resource,json=roleResource,proto3" json:"role_resource,omitempty"` AdvancedParam []string `protobuf:"bytes,5,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResizeClusterRequest) Descriptor ¶
func (*ResizeClusterRequest) Descriptor() ([]byte, []int)
func (*ResizeClusterRequest) GetAdvancedParam ¶
func (m *ResizeClusterRequest) GetAdvancedParam() []string
func (*ResizeClusterRequest) GetClusterId ¶
func (m *ResizeClusterRequest) GetClusterId() *wrappers.StringValue
func (*ResizeClusterRequest) GetRoleResource ¶ added in v0.2.1
func (m *ResizeClusterRequest) GetRoleResource() []*RoleResource
func (*ResizeClusterRequest) ProtoMessage ¶
func (*ResizeClusterRequest) ProtoMessage()
func (*ResizeClusterRequest) Reset ¶
func (m *ResizeClusterRequest) Reset()
func (*ResizeClusterRequest) String ¶
func (m *ResizeClusterRequest) String() string
func (*ResizeClusterRequest) XXX_DiscardUnknown ¶
func (m *ResizeClusterRequest) XXX_DiscardUnknown()
func (*ResizeClusterRequest) XXX_Marshal ¶
func (m *ResizeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResizeClusterRequest) XXX_Merge ¶
func (m *ResizeClusterRequest) XXX_Merge(src proto.Message)
func (*ResizeClusterRequest) XXX_Size ¶
func (m *ResizeClusterRequest) XXX_Size() int
func (*ResizeClusterRequest) XXX_Unmarshal ¶
func (m *ResizeClusterRequest) XXX_Unmarshal(b []byte) error
type ResizeClusterResponse ¶
type ResizeClusterResponse struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResizeClusterResponse) Descriptor ¶
func (*ResizeClusterResponse) Descriptor() ([]byte, []int)
func (*ResizeClusterResponse) GetClusterId ¶
func (m *ResizeClusterResponse) GetClusterId() *wrappers.StringValue
func (*ResizeClusterResponse) GetJobId ¶
func (m *ResizeClusterResponse) GetJobId() *wrappers.StringValue
func (*ResizeClusterResponse) ProtoMessage ¶
func (*ResizeClusterResponse) ProtoMessage()
func (*ResizeClusterResponse) Reset ¶
func (m *ResizeClusterResponse) Reset()
func (*ResizeClusterResponse) String ¶
func (m *ResizeClusterResponse) String() string
func (*ResizeClusterResponse) XXX_DiscardUnknown ¶
func (m *ResizeClusterResponse) XXX_DiscardUnknown()
func (*ResizeClusterResponse) XXX_Marshal ¶
func (m *ResizeClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResizeClusterResponse) XXX_Merge ¶
func (m *ResizeClusterResponse) XXX_Merge(src proto.Message)
func (*ResizeClusterResponse) XXX_Size ¶
func (m *ResizeClusterResponse) XXX_Size() int
func (*ResizeClusterResponse) XXX_Unmarshal ¶
func (m *ResizeClusterResponse) XXX_Unmarshal(b []byte) error
type ResourceCategory ¶
type ResourceCategory struct { CategoryId *wrappers.StringValue `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Locale *wrappers.StringValue `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResourceCategory) Descriptor ¶
func (*ResourceCategory) Descriptor() ([]byte, []int)
func (*ResourceCategory) GetCategoryId ¶
func (m *ResourceCategory) GetCategoryId() *wrappers.StringValue
func (*ResourceCategory) GetCreateTime ¶
func (m *ResourceCategory) GetCreateTime() *timestamp.Timestamp
func (*ResourceCategory) GetLocale ¶
func (m *ResourceCategory) GetLocale() *wrappers.StringValue
func (*ResourceCategory) GetName ¶
func (m *ResourceCategory) GetName() *wrappers.StringValue
func (*ResourceCategory) GetStatus ¶
func (m *ResourceCategory) GetStatus() *wrappers.StringValue
func (*ResourceCategory) GetStatusTime ¶
func (m *ResourceCategory) GetStatusTime() *timestamp.Timestamp
func (*ResourceCategory) ProtoMessage ¶
func (*ResourceCategory) ProtoMessage()
func (*ResourceCategory) Reset ¶
func (m *ResourceCategory) Reset()
func (*ResourceCategory) String ¶
func (m *ResourceCategory) String() string
func (*ResourceCategory) XXX_DiscardUnknown ¶
func (m *ResourceCategory) XXX_DiscardUnknown()
func (*ResourceCategory) XXX_Marshal ¶
func (m *ResourceCategory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResourceCategory) XXX_Merge ¶
func (m *ResourceCategory) XXX_Merge(src proto.Message)
func (*ResourceCategory) XXX_Size ¶
func (m *ResourceCategory) XXX_Size() int
func (*ResourceCategory) XXX_Unmarshal ¶
func (m *ResourceCategory) XXX_Unmarshal(b []byte) error
type RetryTasksRequest ¶
type RetryTasksRequest struct { TaskId []string `protobuf:"bytes,1,rep,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RetryTasksRequest) Descriptor ¶
func (*RetryTasksRequest) Descriptor() ([]byte, []int)
func (*RetryTasksRequest) GetTaskId ¶
func (m *RetryTasksRequest) GetTaskId() []string
func (*RetryTasksRequest) ProtoMessage ¶
func (*RetryTasksRequest) ProtoMessage()
func (*RetryTasksRequest) Reset ¶
func (m *RetryTasksRequest) Reset()
func (*RetryTasksRequest) String ¶
func (m *RetryTasksRequest) String() string
func (*RetryTasksRequest) XXX_DiscardUnknown ¶
func (m *RetryTasksRequest) XXX_DiscardUnknown()
func (*RetryTasksRequest) XXX_Marshal ¶
func (m *RetryTasksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RetryTasksRequest) XXX_Merge ¶
func (m *RetryTasksRequest) XXX_Merge(src proto.Message)
func (*RetryTasksRequest) XXX_Size ¶
func (m *RetryTasksRequest) XXX_Size() int
func (*RetryTasksRequest) XXX_Unmarshal ¶
func (m *RetryTasksRequest) XXX_Unmarshal(b []byte) error
type RetryTasksResponse ¶
type RetryTasksResponse struct { TaskSet []*Task `protobuf:"bytes,1,rep,name=task_set,json=taskSet,proto3" json:"task_set,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RetryTasksResponse) Descriptor ¶
func (*RetryTasksResponse) Descriptor() ([]byte, []int)
func (*RetryTasksResponse) GetTaskSet ¶
func (m *RetryTasksResponse) GetTaskSet() []*Task
func (*RetryTasksResponse) ProtoMessage ¶
func (*RetryTasksResponse) ProtoMessage()
func (*RetryTasksResponse) Reset ¶
func (m *RetryTasksResponse) Reset()
func (*RetryTasksResponse) String ¶
func (m *RetryTasksResponse) String() string
func (*RetryTasksResponse) XXX_DiscardUnknown ¶
func (m *RetryTasksResponse) XXX_DiscardUnknown()
func (*RetryTasksResponse) XXX_Marshal ¶
func (m *RetryTasksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RetryTasksResponse) XXX_Merge ¶
func (m *RetryTasksResponse) XXX_Merge(src proto.Message)
func (*RetryTasksResponse) XXX_Size ¶
func (m *RetryTasksResponse) XXX_Size() int
func (*RetryTasksResponse) XXX_Unmarshal ¶
func (m *RetryTasksResponse) XXX_Unmarshal(b []byte) error
type RoleResource ¶ added in v0.2.1
type RoleResource struct { Role *wrappers.StringValue `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` Cpu *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=cpu,proto3" json:"cpu,omitempty"` Gpu *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=gpu,proto3" json:"gpu,omitempty"` Memory *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=memory,proto3" json:"memory,omitempty"` InstanceSize *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=instance_size,json=instanceSize,proto3" json:"instance_size,omitempty"` StorageSize *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=storage_size,json=storageSize,proto3" json:"storage_size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RoleResource) Descriptor ¶ added in v0.2.1
func (*RoleResource) Descriptor() ([]byte, []int)
func (*RoleResource) GetCpu ¶ added in v0.2.1
func (m *RoleResource) GetCpu() *wrappers.UInt32Value
func (*RoleResource) GetGpu ¶ added in v0.2.1
func (m *RoleResource) GetGpu() *wrappers.UInt32Value
func (*RoleResource) GetInstanceSize ¶ added in v0.2.1
func (m *RoleResource) GetInstanceSize() *wrappers.UInt32Value
func (*RoleResource) GetMemory ¶ added in v0.2.1
func (m *RoleResource) GetMemory() *wrappers.UInt32Value
func (*RoleResource) GetRole ¶ added in v0.2.1
func (m *RoleResource) GetRole() *wrappers.StringValue
func (*RoleResource) GetStorageSize ¶ added in v0.2.1
func (m *RoleResource) GetStorageSize() *wrappers.UInt32Value
func (*RoleResource) ProtoMessage ¶ added in v0.2.1
func (*RoleResource) ProtoMessage()
func (*RoleResource) Reset ¶ added in v0.2.1
func (m *RoleResource) Reset()
func (*RoleResource) String ¶ added in v0.2.1
func (m *RoleResource) String() string
func (*RoleResource) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *RoleResource) XXX_DiscardUnknown()
func (*RoleResource) XXX_Marshal ¶ added in v0.2.1
func (m *RoleResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RoleResource) XXX_Merge ¶ added in v0.2.1
func (m *RoleResource) XXX_Merge(src proto.Message)
func (*RoleResource) XXX_Size ¶ added in v0.2.1
func (m *RoleResource) XXX_Size() int
func (*RoleResource) XXX_Unmarshal ¶ added in v0.2.1
func (m *RoleResource) XXX_Unmarshal(b []byte) error
type RollbackClusterRequest ¶
type RollbackClusterRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RollbackClusterRequest) Descriptor ¶
func (*RollbackClusterRequest) Descriptor() ([]byte, []int)
func (*RollbackClusterRequest) GetAdvancedParam ¶
func (m *RollbackClusterRequest) GetAdvancedParam() []string
func (*RollbackClusterRequest) GetClusterId ¶
func (m *RollbackClusterRequest) GetClusterId() *wrappers.StringValue
func (*RollbackClusterRequest) ProtoMessage ¶
func (*RollbackClusterRequest) ProtoMessage()
func (*RollbackClusterRequest) Reset ¶
func (m *RollbackClusterRequest) Reset()
func (*RollbackClusterRequest) String ¶
func (m *RollbackClusterRequest) String() string
func (*RollbackClusterRequest) XXX_DiscardUnknown ¶
func (m *RollbackClusterRequest) XXX_DiscardUnknown()
func (*RollbackClusterRequest) XXX_Marshal ¶
func (m *RollbackClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RollbackClusterRequest) XXX_Merge ¶
func (m *RollbackClusterRequest) XXX_Merge(src proto.Message)
func (*RollbackClusterRequest) XXX_Size ¶
func (m *RollbackClusterRequest) XXX_Size() int
func (*RollbackClusterRequest) XXX_Unmarshal ¶
func (m *RollbackClusterRequest) XXX_Unmarshal(b []byte) error
type RollbackClusterResponse ¶
type RollbackClusterResponse struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RollbackClusterResponse) Descriptor ¶
func (*RollbackClusterResponse) Descriptor() ([]byte, []int)
func (*RollbackClusterResponse) GetClusterId ¶
func (m *RollbackClusterResponse) GetClusterId() *wrappers.StringValue
func (*RollbackClusterResponse) GetJobId ¶
func (m *RollbackClusterResponse) GetJobId() *wrappers.StringValue
func (*RollbackClusterResponse) ProtoMessage ¶
func (*RollbackClusterResponse) ProtoMessage()
func (*RollbackClusterResponse) Reset ¶
func (m *RollbackClusterResponse) Reset()
func (*RollbackClusterResponse) String ¶
func (m *RollbackClusterResponse) String() string
func (*RollbackClusterResponse) XXX_DiscardUnknown ¶
func (m *RollbackClusterResponse) XXX_DiscardUnknown()
func (*RollbackClusterResponse) XXX_Marshal ¶
func (m *RollbackClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RollbackClusterResponse) XXX_Merge ¶
func (m *RollbackClusterResponse) XXX_Merge(src proto.Message)
func (*RollbackClusterResponse) XXX_Size ¶
func (m *RollbackClusterResponse) XXX_Size() int
func (*RollbackClusterResponse) XXX_Unmarshal ¶
func (m *RollbackClusterResponse) XXX_Unmarshal(b []byte) error
type Runtime ¶
type Runtime struct { RuntimeId *wrappers.StringValue `protobuf:"bytes,1,opt,name=runtime_id,json=runtimeId,proto3" json:"runtime_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Provider *wrappers.StringValue `protobuf:"bytes,4,opt,name=provider,proto3" json:"provider,omitempty"` RuntimeUrl *wrappers.StringValue `protobuf:"bytes,5,opt,name=runtime_url,json=runtimeUrl,proto3" json:"runtime_url,omitempty"` Zone *wrappers.StringValue `protobuf:"bytes,6,opt,name=zone,proto3" json:"zone,omitempty"` Labels []*RuntimeLabel `protobuf:"bytes,7,rep,name=labels,proto3" json:"labels,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,8,opt,name=owner,proto3" json:"owner,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,10,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,11,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Runtime) Descriptor ¶
func (*Runtime) GetCreateTime ¶
func (*Runtime) GetDescription ¶
func (m *Runtime) GetDescription() *wrappers.StringValue
func (*Runtime) GetLabels ¶
func (m *Runtime) GetLabels() []*RuntimeLabel
func (*Runtime) GetName ¶
func (m *Runtime) GetName() *wrappers.StringValue
func (*Runtime) GetOwner ¶
func (m *Runtime) GetOwner() *wrappers.StringValue
func (*Runtime) GetProvider ¶
func (m *Runtime) GetProvider() *wrappers.StringValue
func (*Runtime) GetRuntimeId ¶
func (m *Runtime) GetRuntimeId() *wrappers.StringValue
func (*Runtime) GetRuntimeUrl ¶
func (m *Runtime) GetRuntimeUrl() *wrappers.StringValue
func (*Runtime) GetStatus ¶
func (m *Runtime) GetStatus() *wrappers.StringValue
func (*Runtime) GetStatusTime ¶
func (*Runtime) GetZone ¶
func (m *Runtime) GetZone() *wrappers.StringValue
func (*Runtime) ProtoMessage ¶
func (*Runtime) ProtoMessage()
func (*Runtime) XXX_DiscardUnknown ¶
func (m *Runtime) XXX_DiscardUnknown()
func (*Runtime) XXX_Marshal ¶
func (*Runtime) XXX_Unmarshal ¶
type RuntimeDetail ¶ added in v0.1.5
type RuntimeDetail struct { Runtime *Runtime `protobuf:"bytes,1,opt,name=runtime,proto3" json:"runtime,omitempty"` RuntimeCredential *wrappers.StringValue `protobuf:"bytes,2,opt,name=runtime_credential,json=runtimeCredential,proto3" json:"runtime_credential,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RuntimeDetail) Descriptor ¶ added in v0.1.5
func (*RuntimeDetail) Descriptor() ([]byte, []int)
func (*RuntimeDetail) GetRuntime ¶ added in v0.1.5
func (m *RuntimeDetail) GetRuntime() *Runtime
func (*RuntimeDetail) GetRuntimeCredential ¶ added in v0.1.5
func (m *RuntimeDetail) GetRuntimeCredential() *wrappers.StringValue
func (*RuntimeDetail) ProtoMessage ¶ added in v0.1.5
func (*RuntimeDetail) ProtoMessage()
func (*RuntimeDetail) Reset ¶ added in v0.1.5
func (m *RuntimeDetail) Reset()
func (*RuntimeDetail) String ¶ added in v0.1.5
func (m *RuntimeDetail) String() string
func (*RuntimeDetail) XXX_DiscardUnknown ¶ added in v0.1.5
func (m *RuntimeDetail) XXX_DiscardUnknown()
func (*RuntimeDetail) XXX_Marshal ¶ added in v0.1.5
func (m *RuntimeDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RuntimeDetail) XXX_Merge ¶ added in v0.1.5
func (m *RuntimeDetail) XXX_Merge(src proto.Message)
func (*RuntimeDetail) XXX_Size ¶ added in v0.1.5
func (m *RuntimeDetail) XXX_Size() int
func (*RuntimeDetail) XXX_Unmarshal ¶ added in v0.1.5
func (m *RuntimeDetail) XXX_Unmarshal(b []byte) error
type RuntimeLabel ¶
type RuntimeLabel struct { LabelKey *wrappers.StringValue `protobuf:"bytes,1,opt,name=label_key,json=labelKey,proto3" json:"label_key,omitempty"` LabelValue *wrappers.StringValue `protobuf:"bytes,2,opt,name=label_value,json=labelValue,proto3" json:"label_value,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RuntimeLabel) Descriptor ¶
func (*RuntimeLabel) Descriptor() ([]byte, []int)
func (*RuntimeLabel) GetCreateTime ¶
func (m *RuntimeLabel) GetCreateTime() *timestamp.Timestamp
func (*RuntimeLabel) GetLabelKey ¶
func (m *RuntimeLabel) GetLabelKey() *wrappers.StringValue
func (*RuntimeLabel) GetLabelValue ¶
func (m *RuntimeLabel) GetLabelValue() *wrappers.StringValue
func (*RuntimeLabel) ProtoMessage ¶
func (*RuntimeLabel) ProtoMessage()
func (*RuntimeLabel) Reset ¶
func (m *RuntimeLabel) Reset()
func (*RuntimeLabel) String ¶
func (m *RuntimeLabel) String() string
func (*RuntimeLabel) XXX_DiscardUnknown ¶
func (m *RuntimeLabel) XXX_DiscardUnknown()
func (*RuntimeLabel) XXX_Marshal ¶
func (m *RuntimeLabel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RuntimeLabel) XXX_Merge ¶
func (m *RuntimeLabel) XXX_Merge(src proto.Message)
func (*RuntimeLabel) XXX_Size ¶
func (m *RuntimeLabel) XXX_Size() int
func (*RuntimeLabel) XXX_Unmarshal ¶
func (m *RuntimeLabel) XXX_Unmarshal(b []byte) error
type RuntimeManagerClient ¶
type RuntimeManagerClient interface { CreateRuntime(ctx context.Context, in *CreateRuntimeRequest, opts ...grpc.CallOption) (*CreateRuntimeResponse, error) DescribeRuntimeDetails(ctx context.Context, in *DescribeRuntimesRequest, opts ...grpc.CallOption) (*DescribeRuntimeDetailsResponse, error) DescribeRuntimes(ctx context.Context, in *DescribeRuntimesRequest, opts ...grpc.CallOption) (*DescribeRuntimesResponse, error) ModifyRuntime(ctx context.Context, in *ModifyRuntimeRequest, opts ...grpc.CallOption) (*ModifyRuntimeResponse, error) DeleteRuntimes(ctx context.Context, in *DeleteRuntimesRequest, opts ...grpc.CallOption) (*DeleteRuntimesResponse, error) DescribeRuntimeProviderZones(ctx context.Context, in *DescribeRuntimeProviderZonesRequest, opts ...grpc.CallOption) (*DescribeRuntimeProviderZonesResponse, error) GetRuntimeStatistics(ctx context.Context, in *GetRuntimeStatisticsRequest, opts ...grpc.CallOption) (*GetRuntimeStatisticsResponse, error) }
RuntimeManagerClient is the client API for RuntimeManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewRuntimeManagerClient ¶
func NewRuntimeManagerClient(cc *grpc.ClientConn) RuntimeManagerClient
type RuntimeManagerServer ¶
type RuntimeManagerServer interface { CreateRuntime(context.Context, *CreateRuntimeRequest) (*CreateRuntimeResponse, error) DescribeRuntimeDetails(context.Context, *DescribeRuntimesRequest) (*DescribeRuntimeDetailsResponse, error) DescribeRuntimes(context.Context, *DescribeRuntimesRequest) (*DescribeRuntimesResponse, error) ModifyRuntime(context.Context, *ModifyRuntimeRequest) (*ModifyRuntimeResponse, error) DeleteRuntimes(context.Context, *DeleteRuntimesRequest) (*DeleteRuntimesResponse, error) DescribeRuntimeProviderZones(context.Context, *DescribeRuntimeProviderZonesRequest) (*DescribeRuntimeProviderZonesResponse, error) GetRuntimeStatistics(context.Context, *GetRuntimeStatisticsRequest) (*GetRuntimeStatisticsResponse, error) }
RuntimeManagerServer is the server API for RuntimeManager service.
type StartClustersRequest ¶
type StartClustersRequest struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StartClustersRequest) Descriptor ¶
func (*StartClustersRequest) Descriptor() ([]byte, []int)
func (*StartClustersRequest) GetAdvancedParam ¶
func (m *StartClustersRequest) GetAdvancedParam() []string
func (*StartClustersRequest) GetClusterId ¶
func (m *StartClustersRequest) GetClusterId() []string
func (*StartClustersRequest) ProtoMessage ¶
func (*StartClustersRequest) ProtoMessage()
func (*StartClustersRequest) Reset ¶
func (m *StartClustersRequest) Reset()
func (*StartClustersRequest) String ¶
func (m *StartClustersRequest) String() string
func (*StartClustersRequest) XXX_DiscardUnknown ¶
func (m *StartClustersRequest) XXX_DiscardUnknown()
func (*StartClustersRequest) XXX_Marshal ¶
func (m *StartClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StartClustersRequest) XXX_Merge ¶
func (m *StartClustersRequest) XXX_Merge(src proto.Message)
func (*StartClustersRequest) XXX_Size ¶
func (m *StartClustersRequest) XXX_Size() int
func (*StartClustersRequest) XXX_Unmarshal ¶
func (m *StartClustersRequest) XXX_Unmarshal(b []byte) error
type StartClustersResponse ¶
type StartClustersResponse struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StartClustersResponse) Descriptor ¶
func (*StartClustersResponse) Descriptor() ([]byte, []int)
func (*StartClustersResponse) GetClusterId ¶
func (m *StartClustersResponse) GetClusterId() []string
func (*StartClustersResponse) GetJobId ¶
func (m *StartClustersResponse) GetJobId() []string
func (*StartClustersResponse) ProtoMessage ¶
func (*StartClustersResponse) ProtoMessage()
func (*StartClustersResponse) Reset ¶
func (m *StartClustersResponse) Reset()
func (*StartClustersResponse) String ¶
func (m *StartClustersResponse) String() string
func (*StartClustersResponse) XXX_DiscardUnknown ¶
func (m *StartClustersResponse) XXX_DiscardUnknown()
func (*StartClustersResponse) XXX_Marshal ¶
func (m *StartClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StartClustersResponse) XXX_Merge ¶
func (m *StartClustersResponse) XXX_Merge(src proto.Message)
func (*StartClustersResponse) XXX_Size ¶
func (m *StartClustersResponse) XXX_Size() int
func (*StartClustersResponse) XXX_Unmarshal ¶
func (m *StartClustersResponse) XXX_Unmarshal(b []byte) error
type StopClustersRequest ¶
type StopClustersRequest struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` AdvancedParam []string `protobuf:"bytes,2,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StopClustersRequest) Descriptor ¶
func (*StopClustersRequest) Descriptor() ([]byte, []int)
func (*StopClustersRequest) GetAdvancedParam ¶
func (m *StopClustersRequest) GetAdvancedParam() []string
func (*StopClustersRequest) GetClusterId ¶
func (m *StopClustersRequest) GetClusterId() []string
func (*StopClustersRequest) ProtoMessage ¶
func (*StopClustersRequest) ProtoMessage()
func (*StopClustersRequest) Reset ¶
func (m *StopClustersRequest) Reset()
func (*StopClustersRequest) String ¶
func (m *StopClustersRequest) String() string
func (*StopClustersRequest) XXX_DiscardUnknown ¶
func (m *StopClustersRequest) XXX_DiscardUnknown()
func (*StopClustersRequest) XXX_Marshal ¶
func (m *StopClustersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StopClustersRequest) XXX_Merge ¶
func (m *StopClustersRequest) XXX_Merge(src proto.Message)
func (*StopClustersRequest) XXX_Size ¶
func (m *StopClustersRequest) XXX_Size() int
func (*StopClustersRequest) XXX_Unmarshal ¶
func (m *StopClustersRequest) XXX_Unmarshal(b []byte) error
type StopClustersResponse ¶
type StopClustersResponse struct { ClusterId []string `protobuf:"bytes,1,rep,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId []string `protobuf:"bytes,2,rep,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StopClustersResponse) Descriptor ¶
func (*StopClustersResponse) Descriptor() ([]byte, []int)
func (*StopClustersResponse) GetClusterId ¶
func (m *StopClustersResponse) GetClusterId() []string
func (*StopClustersResponse) GetJobId ¶
func (m *StopClustersResponse) GetJobId() []string
func (*StopClustersResponse) ProtoMessage ¶
func (*StopClustersResponse) ProtoMessage()
func (*StopClustersResponse) Reset ¶
func (m *StopClustersResponse) Reset()
func (*StopClustersResponse) String ¶
func (m *StopClustersResponse) String() string
func (*StopClustersResponse) XXX_DiscardUnknown ¶
func (m *StopClustersResponse) XXX_DiscardUnknown()
func (*StopClustersResponse) XXX_Marshal ¶
func (m *StopClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StopClustersResponse) XXX_Merge ¶
func (m *StopClustersResponse) XXX_Merge(src proto.Message)
func (*StopClustersResponse) XXX_Size ¶
func (m *StopClustersResponse) XXX_Size() int
func (*StopClustersResponse) XXX_Unmarshal ¶
func (m *StopClustersResponse) XXX_Unmarshal(b []byte) error
type SubmitAppVersionRequest ¶ added in v0.2.1
type SubmitAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SubmitAppVersionRequest) Descriptor ¶ added in v0.2.1
func (*SubmitAppVersionRequest) Descriptor() ([]byte, []int)
func (*SubmitAppVersionRequest) GetVersionId ¶ added in v0.2.1
func (m *SubmitAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*SubmitAppVersionRequest) ProtoMessage ¶ added in v0.2.1
func (*SubmitAppVersionRequest) ProtoMessage()
func (*SubmitAppVersionRequest) Reset ¶ added in v0.2.1
func (m *SubmitAppVersionRequest) Reset()
func (*SubmitAppVersionRequest) String ¶ added in v0.2.1
func (m *SubmitAppVersionRequest) String() string
func (*SubmitAppVersionRequest) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *SubmitAppVersionRequest) XXX_DiscardUnknown()
func (*SubmitAppVersionRequest) XXX_Marshal ¶ added in v0.2.1
func (m *SubmitAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SubmitAppVersionRequest) XXX_Merge ¶ added in v0.2.1
func (m *SubmitAppVersionRequest) XXX_Merge(src proto.Message)
func (*SubmitAppVersionRequest) XXX_Size ¶ added in v0.2.1
func (m *SubmitAppVersionRequest) XXX_Size() int
func (*SubmitAppVersionRequest) XXX_Unmarshal ¶ added in v0.2.1
func (m *SubmitAppVersionRequest) XXX_Unmarshal(b []byte) error
type SubmitAppVersionResponse ¶ added in v0.2.1
type SubmitAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SubmitAppVersionResponse) Descriptor ¶ added in v0.2.1
func (*SubmitAppVersionResponse) Descriptor() ([]byte, []int)
func (*SubmitAppVersionResponse) GetVersionId ¶ added in v0.2.1
func (m *SubmitAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*SubmitAppVersionResponse) ProtoMessage ¶ added in v0.2.1
func (*SubmitAppVersionResponse) ProtoMessage()
func (*SubmitAppVersionResponse) Reset ¶ added in v0.2.1
func (m *SubmitAppVersionResponse) Reset()
func (*SubmitAppVersionResponse) String ¶ added in v0.2.1
func (m *SubmitAppVersionResponse) String() string
func (*SubmitAppVersionResponse) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *SubmitAppVersionResponse) XXX_DiscardUnknown()
func (*SubmitAppVersionResponse) XXX_Marshal ¶ added in v0.2.1
func (m *SubmitAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SubmitAppVersionResponse) XXX_Merge ¶ added in v0.2.1
func (m *SubmitAppVersionResponse) XXX_Merge(src proto.Message)
func (*SubmitAppVersionResponse) XXX_Size ¶ added in v0.2.1
func (m *SubmitAppVersionResponse) XXX_Size() int
func (*SubmitAppVersionResponse) XXX_Unmarshal ¶ added in v0.2.1
func (m *SubmitAppVersionResponse) XXX_Unmarshal(b []byte) error
type Subnet ¶
type Subnet struct { SubnetId *wrappers.StringValue `protobuf:"bytes,1,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` Name *wrappers.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Zone *wrappers.StringValue `protobuf:"bytes,3,opt,name=zone,proto3" json:"zone,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` InstanceId []string `protobuf:"bytes,6,rep,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` VpcId *wrappers.StringValue `protobuf:"bytes,7,opt,name=vpc_id,json=vpcId,proto3" json:"vpc_id,omitempty"` SubnetType *wrappers.UInt32Value `protobuf:"bytes,8,opt,name=subnet_type,json=subnetType,proto3" json:"subnet_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Subnet) Descriptor ¶
func (*Subnet) GetCreateTime ¶
func (*Subnet) GetDescription ¶
func (m *Subnet) GetDescription() *wrappers.StringValue
func (*Subnet) GetInstanceId ¶
func (*Subnet) GetName ¶
func (m *Subnet) GetName() *wrappers.StringValue
func (*Subnet) GetSubnetId ¶
func (m *Subnet) GetSubnetId() *wrappers.StringValue
func (*Subnet) GetSubnetType ¶
func (m *Subnet) GetSubnetType() *wrappers.UInt32Value
func (*Subnet) GetVpcId ¶
func (m *Subnet) GetVpcId() *wrappers.StringValue
func (*Subnet) GetZone ¶ added in v0.1.6
func (m *Subnet) GetZone() *wrappers.StringValue
func (*Subnet) ProtoMessage ¶
func (*Subnet) ProtoMessage()
func (*Subnet) XXX_DiscardUnknown ¶
func (m *Subnet) XXX_DiscardUnknown()
func (*Subnet) XXX_Marshal ¶
func (*Subnet) XXX_Unmarshal ¶
type SuspendAppVersionRequest ¶ added in v0.2.1
type SuspendAppVersionRequest struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SuspendAppVersionRequest) Descriptor ¶ added in v0.2.1
func (*SuspendAppVersionRequest) Descriptor() ([]byte, []int)
func (*SuspendAppVersionRequest) GetVersionId ¶ added in v0.2.1
func (m *SuspendAppVersionRequest) GetVersionId() *wrappers.StringValue
func (*SuspendAppVersionRequest) ProtoMessage ¶ added in v0.2.1
func (*SuspendAppVersionRequest) ProtoMessage()
func (*SuspendAppVersionRequest) Reset ¶ added in v0.2.1
func (m *SuspendAppVersionRequest) Reset()
func (*SuspendAppVersionRequest) String ¶ added in v0.2.1
func (m *SuspendAppVersionRequest) String() string
func (*SuspendAppVersionRequest) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *SuspendAppVersionRequest) XXX_DiscardUnknown()
func (*SuspendAppVersionRequest) XXX_Marshal ¶ added in v0.2.1
func (m *SuspendAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SuspendAppVersionRequest) XXX_Merge ¶ added in v0.2.1
func (m *SuspendAppVersionRequest) XXX_Merge(src proto.Message)
func (*SuspendAppVersionRequest) XXX_Size ¶ added in v0.2.1
func (m *SuspendAppVersionRequest) XXX_Size() int
func (*SuspendAppVersionRequest) XXX_Unmarshal ¶ added in v0.2.1
func (m *SuspendAppVersionRequest) XXX_Unmarshal(b []byte) error
type SuspendAppVersionResponse ¶ added in v0.2.1
type SuspendAppVersionResponse struct { VersionId *wrappers.StringValue `protobuf:"bytes,1,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SuspendAppVersionResponse) Descriptor ¶ added in v0.2.1
func (*SuspendAppVersionResponse) Descriptor() ([]byte, []int)
func (*SuspendAppVersionResponse) GetVersionId ¶ added in v0.2.1
func (m *SuspendAppVersionResponse) GetVersionId() *wrappers.StringValue
func (*SuspendAppVersionResponse) ProtoMessage ¶ added in v0.2.1
func (*SuspendAppVersionResponse) ProtoMessage()
func (*SuspendAppVersionResponse) Reset ¶ added in v0.2.1
func (m *SuspendAppVersionResponse) Reset()
func (*SuspendAppVersionResponse) String ¶ added in v0.2.1
func (m *SuspendAppVersionResponse) String() string
func (*SuspendAppVersionResponse) XXX_DiscardUnknown ¶ added in v0.2.1
func (m *SuspendAppVersionResponse) XXX_DiscardUnknown()
func (*SuspendAppVersionResponse) XXX_Marshal ¶ added in v0.2.1
func (m *SuspendAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SuspendAppVersionResponse) XXX_Merge ¶ added in v0.2.1
func (m *SuspendAppVersionResponse) XXX_Merge(src proto.Message)
func (*SuspendAppVersionResponse) XXX_Size ¶ added in v0.2.1
func (m *SuspendAppVersionResponse) XXX_Size() int
func (*SuspendAppVersionResponse) XXX_Unmarshal ¶ added in v0.2.1
func (m *SuspendAppVersionResponse) XXX_Unmarshal(b []byte) error
type SyncRepoRequest ¶ added in v0.2.3
type SyncRepoRequest struct { RepoId string `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SyncRepoRequest) Descriptor ¶ added in v0.2.3
func (*SyncRepoRequest) Descriptor() ([]byte, []int)
func (*SyncRepoRequest) GetRepoId ¶ added in v0.2.3
func (m *SyncRepoRequest) GetRepoId() string
func (*SyncRepoRequest) ProtoMessage ¶ added in v0.2.3
func (*SyncRepoRequest) ProtoMessage()
func (*SyncRepoRequest) Reset ¶ added in v0.2.3
func (m *SyncRepoRequest) Reset()
func (*SyncRepoRequest) String ¶ added in v0.2.3
func (m *SyncRepoRequest) String() string
func (*SyncRepoRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *SyncRepoRequest) XXX_DiscardUnknown()
func (*SyncRepoRequest) XXX_Marshal ¶ added in v0.2.3
func (m *SyncRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SyncRepoRequest) XXX_Merge ¶ added in v0.2.3
func (m *SyncRepoRequest) XXX_Merge(src proto.Message)
func (*SyncRepoRequest) XXX_Size ¶ added in v0.2.3
func (m *SyncRepoRequest) XXX_Size() int
func (*SyncRepoRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *SyncRepoRequest) XXX_Unmarshal(b []byte) error
type SyncRepoResponse ¶ added in v0.2.3
type SyncRepoResponse struct { Failed bool `protobuf:"varint,1,opt,name=failed,proto3" json:"failed,omitempty"` Result string `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SyncRepoResponse) Descriptor ¶ added in v0.2.3
func (*SyncRepoResponse) Descriptor() ([]byte, []int)
func (*SyncRepoResponse) GetFailed ¶ added in v0.2.3
func (m *SyncRepoResponse) GetFailed() bool
func (*SyncRepoResponse) GetResult ¶ added in v0.2.3
func (m *SyncRepoResponse) GetResult() string
func (*SyncRepoResponse) ProtoMessage ¶ added in v0.2.3
func (*SyncRepoResponse) ProtoMessage()
func (*SyncRepoResponse) Reset ¶ added in v0.2.3
func (m *SyncRepoResponse) Reset()
func (*SyncRepoResponse) String ¶ added in v0.2.3
func (m *SyncRepoResponse) String() string
func (*SyncRepoResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *SyncRepoResponse) XXX_DiscardUnknown()
func (*SyncRepoResponse) XXX_Marshal ¶ added in v0.2.3
func (m *SyncRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SyncRepoResponse) XXX_Merge ¶ added in v0.2.3
func (m *SyncRepoResponse) XXX_Merge(src proto.Message)
func (*SyncRepoResponse) XXX_Size ¶ added in v0.2.3
func (m *SyncRepoResponse) XXX_Size() int
func (*SyncRepoResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *SyncRepoResponse) XXX_Unmarshal(b []byte) error
type Task ¶
type Task struct { TaskId *wrappers.StringValue `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` TaskAction *wrappers.StringValue `protobuf:"bytes,3,opt,name=task_action,json=taskAction,proto3" json:"task_action,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` ErrorCode *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` Directive *wrappers.StringValue `protobuf:"bytes,6,opt,name=directive,proto3" json:"directive,omitempty"` Executor *wrappers.StringValue `protobuf:"bytes,7,opt,name=executor,proto3" json:"executor,omitempty"` Owner *wrappers.StringValue `protobuf:"bytes,8,opt,name=owner,proto3" json:"owner,omitempty"` Target *wrappers.StringValue `protobuf:"bytes,9,opt,name=target,proto3" json:"target,omitempty"` NodeId *wrappers.StringValue `protobuf:"bytes,10,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` FailureAllowed *wrappers.BoolValue `protobuf:"bytes,13,opt,name=failure_allowed,json=failureAllowed,proto3" json:"failure_allowed,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Task) Descriptor ¶
func (*Task) GetCreateTime ¶
func (*Task) GetDirective ¶
func (m *Task) GetDirective() *wrappers.StringValue
func (*Task) GetErrorCode ¶
func (m *Task) GetErrorCode() *wrappers.UInt32Value
func (*Task) GetExecutor ¶
func (m *Task) GetExecutor() *wrappers.StringValue
func (*Task) GetFailureAllowed ¶
func (*Task) GetJobId ¶
func (m *Task) GetJobId() *wrappers.StringValue
func (*Task) GetNodeId ¶
func (m *Task) GetNodeId() *wrappers.StringValue
func (*Task) GetOwner ¶
func (m *Task) GetOwner() *wrappers.StringValue
func (*Task) GetStatus ¶
func (m *Task) GetStatus() *wrappers.StringValue
func (*Task) GetStatusTime ¶
func (*Task) GetTarget ¶
func (m *Task) GetTarget() *wrappers.StringValue
func (*Task) GetTaskAction ¶
func (m *Task) GetTaskAction() *wrappers.StringValue
func (*Task) GetTaskId ¶
func (m *Task) GetTaskId() *wrappers.StringValue
func (*Task) ProtoMessage ¶
func (*Task) ProtoMessage()
func (*Task) XXX_DiscardUnknown ¶
func (m *Task) XXX_DiscardUnknown()
func (*Task) XXX_Unmarshal ¶
type TaskManagerClient ¶
type TaskManagerClient interface { CreateTask(ctx context.Context, in *CreateTaskRequest, opts ...grpc.CallOption) (*CreateTaskResponse, error) DescribeTasks(ctx context.Context, in *DescribeTasksRequest, opts ...grpc.CallOption) (*DescribeTasksResponse, error) RetryTasks(ctx context.Context, in *RetryTasksRequest, opts ...grpc.CallOption) (*RetryTasksResponse, error) }
TaskManagerClient is the client API for TaskManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewTaskManagerClient ¶
func NewTaskManagerClient(cc *grpc.ClientConn) TaskManagerClient
type TaskManagerServer ¶
type TaskManagerServer interface { CreateTask(context.Context, *CreateTaskRequest) (*CreateTaskResponse, error) DescribeTasks(context.Context, *DescribeTasksRequest) (*DescribeTasksResponse, error) RetryTasks(context.Context, *RetryTasksRequest) (*RetryTasksResponse, error) }
TaskManagerServer is the server API for TaskManager service.
type TokenManagerClient ¶ added in v0.2.3
type TokenManagerClient interface { CreateClient(ctx context.Context, in *CreateClientRequest, opts ...grpc.CallOption) (*CreateClientResponse, error) // get access_token with client_credentials or password // // Ref: // - https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2 // - https://alexbilbie.com/guide-to-oauth-2-grants/ // - https://tools.ietf.org/html/rfc6749#section-4.4 // // refresh access_token // // Ref: https://tools.ietf.org/html/rfc6749#section-6 // Token(ctx context.Context, in *TokenRequest, opts ...grpc.CallOption) (*TokenResponse, error) }
TokenManagerClient is the client API for TokenManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewTokenManagerClient ¶ added in v0.2.3
func NewTokenManagerClient(cc *grpc.ClientConn) TokenManagerClient
type TokenManagerServer ¶ added in v0.2.3
type TokenManagerServer interface { CreateClient(context.Context, *CreateClientRequest) (*CreateClientResponse, error) // get access_token with client_credentials or password // // Ref: // - https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2 // - https://alexbilbie.com/guide-to-oauth-2-grants/ // - https://tools.ietf.org/html/rfc6749#section-4.4 // // refresh access_token // // Ref: https://tools.ietf.org/html/rfc6749#section-6 // Token(context.Context, *TokenRequest) (*TokenResponse, error) }
TokenManagerServer is the server API for TokenManager service.
type TokenRequest ¶ added in v0.2.3
type TokenRequest struct { GrantType string `protobuf:"bytes,1,opt,name=grant_type,json=grantType,proto3" json:"grant_type,omitempty"` ClientId string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ClientSecret string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"` Scope string `protobuf:"bytes,4,opt,name=scope,proto3" json:"scope,omitempty"` Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"` RefreshToken string `protobuf:"bytes,7,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TokenRequest) Descriptor ¶ added in v0.2.3
func (*TokenRequest) Descriptor() ([]byte, []int)
func (*TokenRequest) GetClientId ¶ added in v0.2.3
func (m *TokenRequest) GetClientId() string
func (*TokenRequest) GetClientSecret ¶ added in v0.2.3
func (m *TokenRequest) GetClientSecret() string
func (*TokenRequest) GetGrantType ¶ added in v0.2.3
func (m *TokenRequest) GetGrantType() string
func (*TokenRequest) GetPassword ¶ added in v0.2.3
func (m *TokenRequest) GetPassword() string
func (*TokenRequest) GetRefreshToken ¶ added in v0.2.3
func (m *TokenRequest) GetRefreshToken() string
func (*TokenRequest) GetScope ¶ added in v0.2.3
func (m *TokenRequest) GetScope() string
func (*TokenRequest) GetUsername ¶ added in v0.2.3
func (m *TokenRequest) GetUsername() string
func (*TokenRequest) ProtoMessage ¶ added in v0.2.3
func (*TokenRequest) ProtoMessage()
func (*TokenRequest) Reset ¶ added in v0.2.3
func (m *TokenRequest) Reset()
func (*TokenRequest) String ¶ added in v0.2.3
func (m *TokenRequest) String() string
func (*TokenRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *TokenRequest) XXX_DiscardUnknown()
func (*TokenRequest) XXX_Marshal ¶ added in v0.2.3
func (m *TokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TokenRequest) XXX_Merge ¶ added in v0.2.3
func (m *TokenRequest) XXX_Merge(src proto.Message)
func (*TokenRequest) XXX_Size ¶ added in v0.2.3
func (m *TokenRequest) XXX_Size() int
func (*TokenRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *TokenRequest) XXX_Unmarshal(b []byte) error
type TokenResponse ¶ added in v0.2.3
type TokenResponse struct { TokenType string `protobuf:"bytes,1,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"` ExpiresIn int32 `protobuf:"varint,2,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"` AccessToken string `protobuf:"bytes,3,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` RefreshToken string `protobuf:"bytes,4,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"` IdToken string `protobuf:"bytes,5,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TokenResponse) Descriptor ¶ added in v0.2.3
func (*TokenResponse) Descriptor() ([]byte, []int)
func (*TokenResponse) GetAccessToken ¶ added in v0.2.3
func (m *TokenResponse) GetAccessToken() string
func (*TokenResponse) GetExpiresIn ¶ added in v0.2.3
func (m *TokenResponse) GetExpiresIn() int32
func (*TokenResponse) GetIdToken ¶ added in v0.2.3
func (m *TokenResponse) GetIdToken() string
func (*TokenResponse) GetRefreshToken ¶ added in v0.2.3
func (m *TokenResponse) GetRefreshToken() string
func (*TokenResponse) GetTokenType ¶ added in v0.2.3
func (m *TokenResponse) GetTokenType() string
func (*TokenResponse) ProtoMessage ¶ added in v0.2.3
func (*TokenResponse) ProtoMessage()
func (*TokenResponse) Reset ¶ added in v0.2.3
func (m *TokenResponse) Reset()
func (*TokenResponse) String ¶ added in v0.2.3
func (m *TokenResponse) String() string
func (*TokenResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *TokenResponse) XXX_DiscardUnknown()
func (*TokenResponse) XXX_Marshal ¶ added in v0.2.3
func (m *TokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TokenResponse) XXX_Merge ¶ added in v0.2.3
func (m *TokenResponse) XXX_Merge(src proto.Message)
func (*TokenResponse) XXX_Size ¶ added in v0.2.3
func (m *TokenResponse) XXX_Size() int
func (*TokenResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *TokenResponse) XXX_Unmarshal(b []byte) error
type UpdateClusterEnvRequest ¶
type UpdateClusterEnvRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` Env *wrappers.StringValue `protobuf:"bytes,2,opt,name=env,proto3" json:"env,omitempty"` AdvancedParam []string `protobuf:"bytes,3,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateClusterEnvRequest) Descriptor ¶
func (*UpdateClusterEnvRequest) Descriptor() ([]byte, []int)
func (*UpdateClusterEnvRequest) GetAdvancedParam ¶
func (m *UpdateClusterEnvRequest) GetAdvancedParam() []string
func (*UpdateClusterEnvRequest) GetClusterId ¶
func (m *UpdateClusterEnvRequest) GetClusterId() *wrappers.StringValue
func (*UpdateClusterEnvRequest) GetEnv ¶
func (m *UpdateClusterEnvRequest) GetEnv() *wrappers.StringValue
func (*UpdateClusterEnvRequest) ProtoMessage ¶
func (*UpdateClusterEnvRequest) ProtoMessage()
func (*UpdateClusterEnvRequest) Reset ¶
func (m *UpdateClusterEnvRequest) Reset()
func (*UpdateClusterEnvRequest) String ¶
func (m *UpdateClusterEnvRequest) String() string
func (*UpdateClusterEnvRequest) XXX_DiscardUnknown ¶
func (m *UpdateClusterEnvRequest) XXX_DiscardUnknown()
func (*UpdateClusterEnvRequest) XXX_Marshal ¶
func (m *UpdateClusterEnvRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateClusterEnvRequest) XXX_Merge ¶
func (m *UpdateClusterEnvRequest) XXX_Merge(src proto.Message)
func (*UpdateClusterEnvRequest) XXX_Size ¶
func (m *UpdateClusterEnvRequest) XXX_Size() int
func (*UpdateClusterEnvRequest) XXX_Unmarshal ¶
func (m *UpdateClusterEnvRequest) XXX_Unmarshal(b []byte) error
type UpdateClusterEnvResponse ¶
type UpdateClusterEnvResponse struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateClusterEnvResponse) Descriptor ¶
func (*UpdateClusterEnvResponse) Descriptor() ([]byte, []int)
func (*UpdateClusterEnvResponse) GetClusterId ¶
func (m *UpdateClusterEnvResponse) GetClusterId() *wrappers.StringValue
func (*UpdateClusterEnvResponse) GetJobId ¶
func (m *UpdateClusterEnvResponse) GetJobId() *wrappers.StringValue
func (*UpdateClusterEnvResponse) ProtoMessage ¶
func (*UpdateClusterEnvResponse) ProtoMessage()
func (*UpdateClusterEnvResponse) Reset ¶
func (m *UpdateClusterEnvResponse) Reset()
func (*UpdateClusterEnvResponse) String ¶
func (m *UpdateClusterEnvResponse) String() string
func (*UpdateClusterEnvResponse) XXX_DiscardUnknown ¶
func (m *UpdateClusterEnvResponse) XXX_DiscardUnknown()
func (*UpdateClusterEnvResponse) XXX_Marshal ¶
func (m *UpdateClusterEnvResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateClusterEnvResponse) XXX_Merge ¶
func (m *UpdateClusterEnvResponse) XXX_Merge(src proto.Message)
func (*UpdateClusterEnvResponse) XXX_Size ¶
func (m *UpdateClusterEnvResponse) XXX_Size() int
func (*UpdateClusterEnvResponse) XXX_Unmarshal ¶
func (m *UpdateClusterEnvResponse) XXX_Unmarshal(b []byte) error
type UpgradeClusterRequest ¶
type UpgradeClusterRequest struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` VersionId *wrappers.StringValue `protobuf:"bytes,2,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"` AdvancedParam []string `protobuf:"bytes,3,rep,name=advanced_param,json=advancedParam,proto3" json:"advanced_param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpgradeClusterRequest) Descriptor ¶
func (*UpgradeClusterRequest) Descriptor() ([]byte, []int)
func (*UpgradeClusterRequest) GetAdvancedParam ¶
func (m *UpgradeClusterRequest) GetAdvancedParam() []string
func (*UpgradeClusterRequest) GetClusterId ¶
func (m *UpgradeClusterRequest) GetClusterId() *wrappers.StringValue
func (*UpgradeClusterRequest) GetVersionId ¶
func (m *UpgradeClusterRequest) GetVersionId() *wrappers.StringValue
func (*UpgradeClusterRequest) ProtoMessage ¶
func (*UpgradeClusterRequest) ProtoMessage()
func (*UpgradeClusterRequest) Reset ¶
func (m *UpgradeClusterRequest) Reset()
func (*UpgradeClusterRequest) String ¶
func (m *UpgradeClusterRequest) String() string
func (*UpgradeClusterRequest) XXX_DiscardUnknown ¶
func (m *UpgradeClusterRequest) XXX_DiscardUnknown()
func (*UpgradeClusterRequest) XXX_Marshal ¶
func (m *UpgradeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpgradeClusterRequest) XXX_Merge ¶
func (m *UpgradeClusterRequest) XXX_Merge(src proto.Message)
func (*UpgradeClusterRequest) XXX_Size ¶
func (m *UpgradeClusterRequest) XXX_Size() int
func (*UpgradeClusterRequest) XXX_Unmarshal ¶
func (m *UpgradeClusterRequest) XXX_Unmarshal(b []byte) error
type UpgradeClusterResponse ¶
type UpgradeClusterResponse struct { ClusterId *wrappers.StringValue `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` JobId *wrappers.StringValue `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpgradeClusterResponse) Descriptor ¶
func (*UpgradeClusterResponse) Descriptor() ([]byte, []int)
func (*UpgradeClusterResponse) GetClusterId ¶
func (m *UpgradeClusterResponse) GetClusterId() *wrappers.StringValue
func (*UpgradeClusterResponse) GetJobId ¶
func (m *UpgradeClusterResponse) GetJobId() *wrappers.StringValue
func (*UpgradeClusterResponse) ProtoMessage ¶
func (*UpgradeClusterResponse) ProtoMessage()
func (*UpgradeClusterResponse) Reset ¶
func (m *UpgradeClusterResponse) Reset()
func (*UpgradeClusterResponse) String ¶
func (m *UpgradeClusterResponse) String() string
func (*UpgradeClusterResponse) XXX_DiscardUnknown ¶
func (m *UpgradeClusterResponse) XXX_DiscardUnknown()
func (*UpgradeClusterResponse) XXX_Marshal ¶
func (m *UpgradeClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpgradeClusterResponse) XXX_Merge ¶
func (m *UpgradeClusterResponse) XXX_Merge(src proto.Message)
func (*UpgradeClusterResponse) XXX_Size ¶
func (m *UpgradeClusterResponse) XXX_Size() int
func (*UpgradeClusterResponse) XXX_Unmarshal ¶
func (m *UpgradeClusterResponse) XXX_Unmarshal(b []byte) error
type User ¶ added in v0.2.3
type User struct { UserId *wrappers.StringValue `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Username *wrappers.StringValue `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Email *wrappers.StringValue `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` Role *wrappers.StringValue `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"` Description *wrappers.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Status *wrappers.StringValue `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` CreateTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` StatusTime *timestamp.Timestamp `protobuf:"bytes,9,opt,name=status_time,json=statusTime,proto3" json:"status_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*User) Descriptor ¶ added in v0.2.3
func (*User) GetCreateTime ¶ added in v0.2.3
func (*User) GetDescription ¶ added in v0.2.3
func (m *User) GetDescription() *wrappers.StringValue
func (*User) GetEmail ¶ added in v0.2.3
func (m *User) GetEmail() *wrappers.StringValue
func (*User) GetRole ¶ added in v0.2.3
func (m *User) GetRole() *wrappers.StringValue
func (*User) GetStatus ¶ added in v0.2.3
func (m *User) GetStatus() *wrappers.StringValue
func (*User) GetStatusTime ¶ added in v0.2.3
func (*User) GetUpdateTime ¶ added in v0.2.3
func (*User) GetUserId ¶ added in v0.2.3
func (m *User) GetUserId() *wrappers.StringValue
func (*User) GetUsername ¶ added in v0.2.3
func (m *User) GetUsername() *wrappers.StringValue
func (*User) ProtoMessage ¶ added in v0.2.3
func (*User) ProtoMessage()
func (*User) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *User) XXX_DiscardUnknown()
func (*User) XXX_Marshal ¶ added in v0.2.3
func (*User) XXX_Unmarshal ¶ added in v0.2.3
type ValidateRepoRequest ¶
type ValidateRepoRequest struct { Type *wrappers.StringValue `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Url *wrappers.StringValue `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` Credential *wrappers.StringValue `protobuf:"bytes,3,opt,name=credential,proto3" json:"credential,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ValidateRepoRequest) Descriptor ¶
func (*ValidateRepoRequest) Descriptor() ([]byte, []int)
func (*ValidateRepoRequest) GetCredential ¶
func (m *ValidateRepoRequest) GetCredential() *wrappers.StringValue
func (*ValidateRepoRequest) GetType ¶
func (m *ValidateRepoRequest) GetType() *wrappers.StringValue
func (*ValidateRepoRequest) GetUrl ¶
func (m *ValidateRepoRequest) GetUrl() *wrappers.StringValue
func (*ValidateRepoRequest) ProtoMessage ¶
func (*ValidateRepoRequest) ProtoMessage()
func (*ValidateRepoRequest) Reset ¶
func (m *ValidateRepoRequest) Reset()
func (*ValidateRepoRequest) String ¶
func (m *ValidateRepoRequest) String() string
func (*ValidateRepoRequest) XXX_DiscardUnknown ¶
func (m *ValidateRepoRequest) XXX_DiscardUnknown()
func (*ValidateRepoRequest) XXX_Marshal ¶
func (m *ValidateRepoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidateRepoRequest) XXX_Merge ¶
func (m *ValidateRepoRequest) XXX_Merge(src proto.Message)
func (*ValidateRepoRequest) XXX_Size ¶
func (m *ValidateRepoRequest) XXX_Size() int
func (*ValidateRepoRequest) XXX_Unmarshal ¶
func (m *ValidateRepoRequest) XXX_Unmarshal(b []byte) error
type ValidateRepoResponse ¶
type ValidateRepoResponse struct { Ok *wrappers.BoolValue `protobuf:"bytes,1,opt,name=ok,proto3" json:"ok,omitempty"` ErrorCode uint32 `protobuf:"varint,2,opt,name=errorCode,proto3" json:"errorCode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ValidateRepoResponse) Descriptor ¶
func (*ValidateRepoResponse) Descriptor() ([]byte, []int)
func (*ValidateRepoResponse) GetErrorCode ¶
func (m *ValidateRepoResponse) GetErrorCode() uint32
func (*ValidateRepoResponse) GetOk ¶
func (m *ValidateRepoResponse) GetOk() *wrappers.BoolValue
func (*ValidateRepoResponse) ProtoMessage ¶
func (*ValidateRepoResponse) ProtoMessage()
func (*ValidateRepoResponse) Reset ¶
func (m *ValidateRepoResponse) Reset()
func (*ValidateRepoResponse) String ¶
func (m *ValidateRepoResponse) String() string
func (*ValidateRepoResponse) XXX_DiscardUnknown ¶
func (m *ValidateRepoResponse) XXX_DiscardUnknown()
func (*ValidateRepoResponse) XXX_Marshal ¶
func (m *ValidateRepoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidateRepoResponse) XXX_Merge ¶
func (m *ValidateRepoResponse) XXX_Merge(src proto.Message)
func (*ValidateRepoResponse) XXX_Size ¶
func (m *ValidateRepoResponse) XXX_Size() int
func (*ValidateRepoResponse) XXX_Unmarshal ¶
func (m *ValidateRepoResponse) XXX_Unmarshal(b []byte) error
type ValidateUserPasswordRequest ¶ added in v0.2.3
type ValidateUserPasswordRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ValidateUserPasswordRequest) Descriptor ¶ added in v0.2.3
func (*ValidateUserPasswordRequest) Descriptor() ([]byte, []int)
func (*ValidateUserPasswordRequest) GetEmail ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) GetEmail() string
func (*ValidateUserPasswordRequest) GetPassword ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) GetPassword() string
func (*ValidateUserPasswordRequest) ProtoMessage ¶ added in v0.2.3
func (*ValidateUserPasswordRequest) ProtoMessage()
func (*ValidateUserPasswordRequest) Reset ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) Reset()
func (*ValidateUserPasswordRequest) String ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) String() string
func (*ValidateUserPasswordRequest) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) XXX_DiscardUnknown()
func (*ValidateUserPasswordRequest) XXX_Marshal ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidateUserPasswordRequest) XXX_Merge ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) XXX_Merge(src proto.Message)
func (*ValidateUserPasswordRequest) XXX_Size ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) XXX_Size() int
func (*ValidateUserPasswordRequest) XXX_Unmarshal ¶ added in v0.2.3
func (m *ValidateUserPasswordRequest) XXX_Unmarshal(b []byte) error
type ValidateUserPasswordResponse ¶ added in v0.2.3
type ValidateUserPasswordResponse struct { Validated bool `protobuf:"varint,1,opt,name=validated,proto3" json:"validated,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ValidateUserPasswordResponse) Descriptor ¶ added in v0.2.3
func (*ValidateUserPasswordResponse) Descriptor() ([]byte, []int)
func (*ValidateUserPasswordResponse) GetValidated ¶ added in v0.2.3
func (m *ValidateUserPasswordResponse) GetValidated() bool
func (*ValidateUserPasswordResponse) ProtoMessage ¶ added in v0.2.3
func (*ValidateUserPasswordResponse) ProtoMessage()
func (*ValidateUserPasswordResponse) Reset ¶ added in v0.2.3
func (m *ValidateUserPasswordResponse) Reset()
func (*ValidateUserPasswordResponse) String ¶ added in v0.2.3
func (m *ValidateUserPasswordResponse) String() string
func (*ValidateUserPasswordResponse) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ValidateUserPasswordResponse) XXX_DiscardUnknown()
func (*ValidateUserPasswordResponse) XXX_Marshal ¶ added in v0.2.3
func (m *ValidateUserPasswordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidateUserPasswordResponse) XXX_Merge ¶ added in v0.2.3
func (m *ValidateUserPasswordResponse) XXX_Merge(src proto.Message)
func (*ValidateUserPasswordResponse) XXX_Size ¶ added in v0.2.3
func (m *ValidateUserPasswordResponse) XXX_Size() int
func (*ValidateUserPasswordResponse) XXX_Unmarshal ¶ added in v0.2.3
func (m *ValidateUserPasswordResponse) XXX_Unmarshal(b []byte) error