Documentation
¶
Index ¶
- Variables
- func RegisterServiceRunnerServer(s grpc.ServiceRegistrar, srv ServiceRunnerServer)
- func RegisterSignUpServer(s grpc.ServiceRegistrar, srv SignUpServer)
- type ApiKeyDescription
- func (*ApiKeyDescription) Descriptor() ([]byte, []int)deprecated
- func (x *ApiKeyDescription) GetCreateTime() uint64
- func (x *ApiKeyDescription) GetDescription() string
- func (x *ApiKeyDescription) GetExpireTime() uint64
- func (x *ApiKeyDescription) GetKeyId() string
- func (x *ApiKeyDescription) GetLastUsed() uint64
- func (x *ApiKeyDescription) GetName() string
- func (*ApiKeyDescription) ProtoMessage()
- func (x *ApiKeyDescription) ProtoReflect() protoreflect.Message
- func (x *ApiKeyDescription) Reset()
- func (x *ApiKeyDescription) String() string
- type CreateApiKeyReply
- func (*CreateApiKeyReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateApiKeyReply) GetKeyData() string
- func (x *CreateApiKeyReply) GetKeyId() string
- func (x *CreateApiKeyReply) GetResult() *ServiceRunnerResult
- func (*CreateApiKeyReply) ProtoMessage()
- func (x *CreateApiKeyReply) ProtoReflect() protoreflect.Message
- func (x *CreateApiKeyReply) Reset()
- func (x *CreateApiKeyReply) String() string
- type CreateApiKeyRequest
- func (*CreateApiKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateApiKeyRequest) GetDescription() string
- func (x *CreateApiKeyRequest) GetExpireTime() uint64
- func (x *CreateApiKeyRequest) GetName() string
- func (*CreateApiKeyRequest) ProtoMessage()
- func (x *CreateApiKeyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateApiKeyRequest) Reset()
- func (x *CreateApiKeyRequest) String() string
- type CreateDeploymentReply
- func (*CreateDeploymentReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeploymentReply) GetId() string
- func (x *CreateDeploymentReply) GetResult() *ServiceRunnerResult
- func (*CreateDeploymentReply) ProtoMessage()
- func (x *CreateDeploymentReply) ProtoReflect() protoreflect.Message
- func (x *CreateDeploymentReply) Reset()
- func (x *CreateDeploymentReply) String() string
- type CreateDeploymentRequest
- func (*CreateDeploymentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDeploymentRequest) GetHeader() *DeploymentHeader
- func (*CreateDeploymentRequest) ProtoMessage()
- func (x *CreateDeploymentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDeploymentRequest) Reset()
- func (x *CreateDeploymentRequest) String() string
- type CreateEnvironmentReply
- func (*CreateEnvironmentReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEnvironmentReply) GetId() string
- func (x *CreateEnvironmentReply) GetResult() *ServiceRunnerResult
- func (*CreateEnvironmentReply) ProtoMessage()
- func (x *CreateEnvironmentReply) ProtoReflect() protoreflect.Message
- func (x *CreateEnvironmentReply) Reset()
- func (x *CreateEnvironmentReply) String() string
- type CreateEnvironmentRequest
- func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEnvironmentRequest) GetHeader() *EnvironmentHeader
- func (*CreateEnvironmentRequest) ProtoMessage()
- func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEnvironmentRequest) Reset()
- func (x *CreateEnvironmentRequest) String() string
- type CreateProjectReply
- func (*CreateProjectReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProjectReply) GetId() string
- func (x *CreateProjectReply) GetResult() *ServiceRunnerResult
- func (*CreateProjectReply) ProtoMessage()
- func (x *CreateProjectReply) ProtoReflect() protoreflect.Message
- func (x *CreateProjectReply) Reset()
- func (x *CreateProjectReply) String() string
- type CreateProjectRequest
- func (*CreateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProjectRequest) GetHeader() *ProjectHeader
- func (*CreateProjectRequest) ProtoMessage()
- func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *CreateProjectRequest) Reset()
- func (x *CreateProjectRequest) String() string
- type DatabaseDescription
- func (*DatabaseDescription) Descriptor() ([]byte, []int)deprecated
- func (x *DatabaseDescription) GetDatabaseHeader() *DatabaseHeader
- func (x *DatabaseDescription) GetServiceNames() []string
- func (x *DatabaseDescription) GetTables() []*DatabaseTableDescription
- func (*DatabaseDescription) ProtoMessage()
- func (x *DatabaseDescription) ProtoReflect() protoreflect.Message
- func (x *DatabaseDescription) Reset()
- func (x *DatabaseDescription) String() string
- type DatabaseHeader
- func (*DatabaseHeader) Descriptor() ([]byte, []int)deprecated
- func (x *DatabaseHeader) GetDatabaseName() string
- func (x *DatabaseHeader) GetProjEnvHeader() *ProjEnvHeader
- func (*DatabaseHeader) ProtoMessage()
- func (x *DatabaseHeader) ProtoReflect() protoreflect.Message
- func (x *DatabaseHeader) Reset()
- func (x *DatabaseHeader) String() string
- type DatabaseTableDescription
- func (*DatabaseTableDescription) Descriptor() ([]byte, []int)deprecated
- func (x *DatabaseTableDescription) GetName() string
- func (x *DatabaseTableDescription) GetNumRows() uint64
- func (x *DatabaseTableDescription) GetServiceNames() []string
- func (x *DatabaseTableDescription) GetSize() uint64
- func (*DatabaseTableDescription) ProtoMessage()
- func (x *DatabaseTableDescription) ProtoReflect() protoreflect.Message
- func (x *DatabaseTableDescription) Reset()
- func (x *DatabaseTableDescription) String() string
- type DatastoreDescription
- func (*DatastoreDescription) Descriptor() ([]byte, []int)deprecated
- func (x *DatastoreDescription) GetCapacityConsumedInBytes() uint64
- func (x *DatastoreDescription) GetDatastoreHeader() *DatastoreHeader
- func (x *DatastoreDescription) GetNumObjects() uint64
- func (x *DatastoreDescription) GetServiceNames() []string
- func (*DatastoreDescription) ProtoMessage()
- func (x *DatastoreDescription) ProtoReflect() protoreflect.Message
- func (x *DatastoreDescription) Reset()
- func (x *DatastoreDescription) String() string
- type DatastoreHeader
- func (*DatastoreHeader) Descriptor() ([]byte, []int)deprecated
- func (x *DatastoreHeader) GetDatastoreName() string
- func (x *DatastoreHeader) GetProjEnvHeader() *ProjEnvHeader
- func (*DatastoreHeader) ProtoMessage()
- func (x *DatastoreHeader) ProtoReflect() protoreflect.Message
- func (x *DatastoreHeader) Reset()
- func (x *DatastoreHeader) String() string
- type DeactivateProjectReply
- func (*DeactivateProjectReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateProjectReply) GetDeployId() string
- func (x *DeactivateProjectReply) GetResult() *ServiceRunnerResult
- func (*DeactivateProjectReply) ProtoMessage()
- func (x *DeactivateProjectReply) ProtoReflect() protoreflect.Message
- func (x *DeactivateProjectReply) Reset()
- func (x *DeactivateProjectReply) String() string
- type DeactivateProjectRequest
- func (*DeactivateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateProjectRequest) GetProjEnvHeader() *ProjEnvHeader
- func (*DeactivateProjectRequest) ProtoMessage()
- func (x *DeactivateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateProjectRequest) Reset()
- func (x *DeactivateProjectRequest) String() string
- type DeleteApiKeyReply
- func (*DeleteApiKeyReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteApiKeyReply) GetResult() *ServiceRunnerResult
- func (*DeleteApiKeyReply) ProtoMessage()
- func (x *DeleteApiKeyReply) ProtoReflect() protoreflect.Message
- func (x *DeleteApiKeyReply) Reset()
- func (x *DeleteApiKeyReply) String() string
- type DeleteApiKeyRequest
- func (*DeleteApiKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteApiKeyRequest) GetKeyId() string
- func (*DeleteApiKeyRequest) ProtoMessage()
- func (x *DeleteApiKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteApiKeyRequest) Reset()
- func (x *DeleteApiKeyRequest) String() string
- type DeleteEnvironmentReply
- func (*DeleteEnvironmentReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEnvironmentReply) GetResult() *ServiceRunnerResult
- func (*DeleteEnvironmentReply) ProtoMessage()
- func (x *DeleteEnvironmentReply) ProtoReflect() protoreflect.Message
- func (x *DeleteEnvironmentReply) Reset()
- func (x *DeleteEnvironmentReply) String() string
- type DeleteEnvironmentRequest
- func (*DeleteEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEnvironmentRequest) GetId() string
- func (*DeleteEnvironmentRequest) ProtoMessage()
- func (x *DeleteEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEnvironmentRequest) Reset()
- func (x *DeleteEnvironmentRequest) String() string
- type DeletePackageReply
- func (*DeletePackageReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePackageReply) GetResult() *ServiceRunnerResult
- func (x *DeletePackageReply) GetState() PackageState
- func (*DeletePackageReply) ProtoMessage()
- func (x *DeletePackageReply) ProtoReflect() protoreflect.Message
- func (x *DeletePackageReply) Reset()
- func (x *DeletePackageReply) String() string
- type DeletePackageRequest
- func (*DeletePackageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePackageRequest) GetPackageId() string
- func (*DeletePackageRequest) ProtoMessage()
- func (x *DeletePackageRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePackageRequest) Reset()
- func (x *DeletePackageRequest) String() string
- type DeleteProjectReply
- func (*DeleteProjectReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteProjectReply) GetResult() *ServiceRunnerResult
- func (*DeleteProjectReply) ProtoMessage()
- func (x *DeleteProjectReply) ProtoReflect() protoreflect.Message
- func (x *DeleteProjectReply) Reset()
- func (x *DeleteProjectReply) String() string
- type DeleteProjectRequest
- func (*DeleteProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteProjectRequest) GetId() string
- func (*DeleteProjectRequest) ProtoMessage()
- func (x *DeleteProjectRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteProjectRequest) Reset()
- func (x *DeleteProjectRequest) String() string
- type DeploymentDescription
- func (*DeploymentDescription) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentDescription) GetBuildStartTime() uint64
- func (x *DeploymentDescription) GetCreateTime() uint64
- func (x *DeploymentDescription) GetDeployStartTime() uint64
- func (x *DeploymentDescription) GetEndTime() uint64
- func (x *DeploymentDescription) GetHeader() *DeploymentHeader
- func (x *DeploymentDescription) GetId() string
- func (x *DeploymentDescription) GetState() DeploymentState
- func (x *DeploymentDescription) GetStateDetail() DeploymentStateDetail
- func (x *DeploymentDescription) GetValidationStartTime() uint64
- func (*DeploymentDescription) ProtoMessage()
- func (x *DeploymentDescription) ProtoReflect() protoreflect.Message
- func (x *DeploymentDescription) Reset()
- func (x *DeploymentDescription) String() string
- type DeploymentHeader
- func (*DeploymentHeader) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentHeader) GetEnvId() string
- func (x *DeploymentHeader) GetInitiator() DeploymentInitiator
- func (x *DeploymentHeader) GetPkgId() string
- func (x *DeploymentHeader) GetProjId() string
- func (x *DeploymentHeader) GetReason() string
- func (x *DeploymentHeader) GetType() DeploymentType
- func (*DeploymentHeader) ProtoMessage()
- func (x *DeploymentHeader) ProtoReflect() protoreflect.Message
- func (x *DeploymentHeader) Reset()
- func (x *DeploymentHeader) String() string
- type DeploymentInitiator
- func (DeploymentInitiator) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentInitiator) Enum() *DeploymentInitiator
- func (DeploymentInitiator) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentInitiator) Number() protoreflect.EnumNumber
- func (x DeploymentInitiator) String() string
- func (DeploymentInitiator) Type() protoreflect.EnumType
- type DeploymentState
- func (DeploymentState) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentState) Enum() *DeploymentState
- func (DeploymentState) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentState) Number() protoreflect.EnumNumber
- func (x DeploymentState) String() string
- func (DeploymentState) Type() protoreflect.EnumType
- type DeploymentStateDetail
- func (DeploymentStateDetail) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentStateDetail) Enum() *DeploymentStateDetail
- func (DeploymentStateDetail) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentStateDetail) Number() protoreflect.EnumNumber
- func (x DeploymentStateDetail) String() string
- func (DeploymentStateDetail) Type() protoreflect.EnumType
- type DeploymentType
- func (DeploymentType) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentType) Enum() *DeploymentType
- func (DeploymentType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentType) Number() protoreflect.EnumNumber
- func (x DeploymentType) String() string
- func (DeploymentType) Type() protoreflect.EnumType
- type DescribeApiKeyReply
- func (*DescribeApiKeyReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeApiKeyReply) GetDesc() *ApiKeyDescription
- func (x *DescribeApiKeyReply) GetResult() *ServiceRunnerResult
- func (*DescribeApiKeyReply) ProtoMessage()
- func (x *DescribeApiKeyReply) ProtoReflect() protoreflect.Message
- func (x *DescribeApiKeyReply) Reset()
- func (x *DescribeApiKeyReply) String() string
- type DescribeApiKeyRequest
- func (*DescribeApiKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeApiKeyRequest) GetKeyId() string
- func (*DescribeApiKeyRequest) ProtoMessage()
- func (x *DescribeApiKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeApiKeyRequest) Reset()
- func (x *DescribeApiKeyRequest) String() string
- type DescribeDatabaseReply
- func (*DescribeDatabaseReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeDatabaseReply) GetDesc() *DatabaseDescription
- func (x *DescribeDatabaseReply) GetResult() *ServiceRunnerResult
- func (*DescribeDatabaseReply) ProtoMessage()
- func (x *DescribeDatabaseReply) ProtoReflect() protoreflect.Message
- func (x *DescribeDatabaseReply) Reset()
- func (x *DescribeDatabaseReply) String() string
- type DescribeDatabaseRequest
- func (*DescribeDatabaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeDatabaseRequest) GetDatabaseHeader() *DatabaseHeader
- func (*DescribeDatabaseRequest) ProtoMessage()
- func (x *DescribeDatabaseRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeDatabaseRequest) Reset()
- func (x *DescribeDatabaseRequest) String() string
- type DescribeDatastoreReply
- func (*DescribeDatastoreReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeDatastoreReply) GetDesc() *DatastoreDescription
- func (x *DescribeDatastoreReply) GetResult() *ServiceRunnerResult
- func (*DescribeDatastoreReply) ProtoMessage()
- func (x *DescribeDatastoreReply) ProtoReflect() protoreflect.Message
- func (x *DescribeDatastoreReply) Reset()
- func (x *DescribeDatastoreReply) String() string
- type DescribeDatastoreRequest
- func (*DescribeDatastoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeDatastoreRequest) GetDatastoreHeader() *DatastoreHeader
- func (*DescribeDatastoreRequest) ProtoMessage()
- func (x *DescribeDatastoreRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeDatastoreRequest) Reset()
- func (x *DescribeDatastoreRequest) String() string
- type DescribeDeploymentReply
- func (*DescribeDeploymentReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeDeploymentReply) GetDesc() *DeploymentDescription
- func (x *DescribeDeploymentReply) GetResult() *ServiceRunnerResult
- func (*DescribeDeploymentReply) ProtoMessage()
- func (x *DescribeDeploymentReply) ProtoReflect() protoreflect.Message
- func (x *DescribeDeploymentReply) Reset()
- func (x *DescribeDeploymentReply) String() string
- type DescribeDeploymentRequest
- func (*DescribeDeploymentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeDeploymentRequest) GetId() string
- func (*DescribeDeploymentRequest) ProtoMessage()
- func (x *DescribeDeploymentRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeDeploymentRequest) Reset()
- func (x *DescribeDeploymentRequest) String() string
- type DescribeEnvironmentReply
- func (*DescribeEnvironmentReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeEnvironmentReply) GetDesc() *EnvironmentDescription
- func (x *DescribeEnvironmentReply) GetResult() *ServiceRunnerResult
- func (*DescribeEnvironmentReply) ProtoMessage()
- func (x *DescribeEnvironmentReply) ProtoReflect() protoreflect.Message
- func (x *DescribeEnvironmentReply) Reset()
- func (x *DescribeEnvironmentReply) String() string
- type DescribeEnvironmentRequest
- func (*DescribeEnvironmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeEnvironmentRequest) GetId() string
- func (*DescribeEnvironmentRequest) ProtoMessage()
- func (x *DescribeEnvironmentRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeEnvironmentRequest) Reset()
- func (x *DescribeEnvironmentRequest) String() string
- type DescribePackageReply
- func (*DescribePackageReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribePackageReply) GetDesc() *PackageDescription
- func (x *DescribePackageReply) GetResult() *ServiceRunnerResult
- func (*DescribePackageReply) ProtoMessage()
- func (x *DescribePackageReply) ProtoReflect() protoreflect.Message
- func (x *DescribePackageReply) Reset()
- func (x *DescribePackageReply) String() string
- type DescribePackageRequest
- func (*DescribePackageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribePackageRequest) GetPackageId() string
- func (*DescribePackageRequest) ProtoMessage()
- func (x *DescribePackageRequest) ProtoReflect() protoreflect.Message
- func (x *DescribePackageRequest) Reset()
- func (x *DescribePackageRequest) String() string
- type DescribeProjectReply
- func (*DescribeProjectReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeProjectReply) GetDesc() *ProjectDescription
- func (x *DescribeProjectReply) GetResult() *ServiceRunnerResult
- func (*DescribeProjectReply) ProtoMessage()
- func (x *DescribeProjectReply) ProtoReflect() protoreflect.Message
- func (x *DescribeProjectReply) Reset()
- func (x *DescribeProjectReply) String() string
- type DescribeProjectRequest
- func (*DescribeProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeProjectRequest) GetId() string
- func (*DescribeProjectRequest) ProtoMessage()
- func (x *DescribeProjectRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeProjectRequest) Reset()
- func (x *DescribeProjectRequest) String() string
- type DescribeServiceReply
- func (*DescribeServiceReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeServiceReply) GetDesc() *ServiceDescription
- func (x *DescribeServiceReply) GetResult() *ServiceRunnerResult
- func (*DescribeServiceReply) ProtoMessage()
- func (x *DescribeServiceReply) ProtoReflect() protoreflect.Message
- func (x *DescribeServiceReply) Reset()
- func (x *DescribeServiceReply) String() string
- type DescribeServiceRequest
- func (*DescribeServiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeServiceRequest) GetSvcHeader() *ServiceHeader
- func (*DescribeServiceRequest) ProtoMessage()
- func (x *DescribeServiceRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeServiceRequest) Reset()
- func (x *DescribeServiceRequest) String() string
- type DescribeSiteReply
- func (*DescribeSiteReply) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeSiteReply) GetProjEnvHeader() *ProjEnvHeader
- func (x *DescribeSiteReply) GetResult() *ServiceRunnerResult
- func (x *DescribeSiteReply) GetSiteEndpoint() string
- func (*DescribeSiteReply) ProtoMessage()
- func (x *DescribeSiteReply) ProtoReflect() protoreflect.Message
- func (x *DescribeSiteReply) Reset()
- func (x *DescribeSiteReply) String() string
- type DescribeSiteRequest
- func (*DescribeSiteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeSiteRequest) GetProjEnvHeader() *ProjEnvHeader
- func (*DescribeSiteRequest) ProtoMessage()
- func (x *DescribeSiteRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeSiteRequest) Reset()
- func (x *DescribeSiteRequest) String() string
- type EnvironmentDescription
- func (*EnvironmentDescription) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentDescription) GetActiveDeployIds() []string
- func (x *EnvironmentDescription) GetCreateTime() uint64
- func (x *EnvironmentDescription) GetHeader() *EnvironmentHeader
- func (x *EnvironmentDescription) GetId() string
- func (x *EnvironmentDescription) GetPendingDeployIds() []string
- func (*EnvironmentDescription) ProtoMessage()
- func (x *EnvironmentDescription) ProtoReflect() protoreflect.Message
- func (x *EnvironmentDescription) Reset()
- func (x *EnvironmentDescription) String() string
- type EnvironmentHeader
- func (*EnvironmentHeader) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentHeader) GetDnsPrefix() string
- func (x *EnvironmentHeader) GetName() string
- func (*EnvironmentHeader) ProtoMessage()
- func (x *EnvironmentHeader) ProtoReflect() protoreflect.Message
- func (x *EnvironmentHeader) Reset()
- func (x *EnvironmentHeader) String() string
- type GetLogsEntry
- func (*GetLogsEntry) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogsEntry) GetMessage() string
- func (x *GetLogsEntry) GetTimestamp() uint64
- func (*GetLogsEntry) ProtoMessage()
- func (x *GetLogsEntry) ProtoReflect() protoreflect.Message
- func (x *GetLogsEntry) Reset()
- func (x *GetLogsEntry) String() string
- type GetLogsReply
- func (*GetLogsReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogsReply) GetEntries() []*GetLogsEntry
- func (x *GetLogsReply) GetResult() *ServiceRunnerResult
- func (*GetLogsReply) ProtoMessage()
- func (x *GetLogsReply) ProtoReflect() protoreflect.Message
- func (x *GetLogsReply) Reset()
- func (x *GetLogsReply) String() string
- type GetLogsRequest
- func (*GetLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogsRequest) GetEndTime() uint64
- func (x *GetLogsRequest) GetEnvId() string
- func (x *GetLogsRequest) GetProjId() string
- func (x *GetLogsRequest) GetServiceName() string
- func (x *GetLogsRequest) GetStartTime() uint64
- func (*GetLogsRequest) ProtoMessage()
- func (x *GetLogsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLogsRequest) Reset()
- func (x *GetLogsRequest) String() string
- type GetMetricSamplesReply
- func (*GetMetricSamplesReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetricSamplesReply) GetMetricBuf() string
- func (x *GetMetricSamplesReply) GetResult() *ServiceRunnerResult
- func (*GetMetricSamplesReply) ProtoMessage()
- func (x *GetMetricSamplesReply) ProtoReflect() protoreflect.Message
- func (x *GetMetricSamplesReply) Reset()
- func (x *GetMetricSamplesReply) String() string
- type GetMetricSamplesRequest
- func (*GetMetricSamplesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetricSamplesRequest) GetEndTime() uint64
- func (x *GetMetricSamplesRequest) GetEnvId() string
- func (x *GetMetricSamplesRequest) GetFormat() MetricsFormat
- func (x *GetMetricSamplesRequest) GetMetricNames() []string
- func (x *GetMetricSamplesRequest) GetProjId() string
- func (x *GetMetricSamplesRequest) GetSamplePeriod() uint64
- func (x *GetMetricSamplesRequest) GetScope() MetricsScope
- func (x *GetMetricSamplesRequest) GetScopeQualifier() string
- func (x *GetMetricSamplesRequest) GetStartTime() uint64
- func (*GetMetricSamplesRequest) ProtoMessage()
- func (x *GetMetricSamplesRequest) ProtoReflect() protoreflect.Message
- func (x *GetMetricSamplesRequest) Reset()
- func (x *GetMetricSamplesRequest) String() string
- type GetUploadURLReply
- func (*GetUploadURLReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUploadURLReply) GetResult() *ServiceRunnerResult
- func (x *GetUploadURLReply) GetURL() string
- func (*GetUploadURLReply) ProtoMessage()
- func (x *GetUploadURLReply) ProtoReflect() protoreflect.Message
- func (x *GetUploadURLReply) Reset()
- func (x *GetUploadURLReply) String() string
- type GetUploadURLRequest
- func (*GetUploadURLRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUploadURLRequest) GetKey() string
- func (*GetUploadURLRequest) ProtoMessage()
- func (x *GetUploadURLRequest) ProtoReflect() protoreflect.Message
- func (x *GetUploadURLRequest) Reset()
- func (x *GetUploadURLRequest) String() string
- type ListApiKeysReply
- func (*ListApiKeysReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListApiKeysReply) GetKeyIds() []string
- func (x *ListApiKeysReply) GetResult() *ServiceRunnerResult
- func (*ListApiKeysReply) ProtoMessage()
- func (x *ListApiKeysReply) ProtoReflect() protoreflect.Message
- func (x *ListApiKeysReply) Reset()
- func (x *ListApiKeysReply) String() string
- type ListApiKeysRequest
- type ListDatabasesReply
- func (*ListDatabasesReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListDatabasesReply) GetDatabaseNames() []string
- func (x *ListDatabasesReply) GetHeader() *ProjEnvHeader
- func (x *ListDatabasesReply) GetResult() *ServiceRunnerResult
- func (*ListDatabasesReply) ProtoMessage()
- func (x *ListDatabasesReply) ProtoReflect() protoreflect.Message
- func (x *ListDatabasesReply) Reset()
- func (x *ListDatabasesReply) String() string
- type ListDatabasesRequest
- func (*ListDatabasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDatabasesRequest) GetHeader() *ProjEnvHeader
- func (*ListDatabasesRequest) ProtoMessage()
- func (x *ListDatabasesRequest) ProtoReflect() protoreflect.Message
- func (x *ListDatabasesRequest) Reset()
- func (x *ListDatabasesRequest) String() string
- type ListDatastoresReply
- func (*ListDatastoresReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListDatastoresReply) GetDatastoreNames() []string
- func (x *ListDatastoresReply) GetHeader() *ProjEnvHeader
- func (x *ListDatastoresReply) GetResult() *ServiceRunnerResult
- func (*ListDatastoresReply) ProtoMessage()
- func (x *ListDatastoresReply) ProtoReflect() protoreflect.Message
- func (x *ListDatastoresReply) Reset()
- func (x *ListDatastoresReply) String() string
- type ListDatastoresRequest
- func (*ListDatastoresRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDatastoresRequest) GetHeader() *ProjEnvHeader
- func (*ListDatastoresRequest) ProtoMessage()
- func (x *ListDatastoresRequest) ProtoReflect() protoreflect.Message
- func (x *ListDatastoresRequest) Reset()
- func (x *ListDatastoresRequest) String() string
- type ListDeploymentsReply
- func (*ListDeploymentsReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeploymentsReply) GetIds() []string
- func (x *ListDeploymentsReply) GetResult() *ServiceRunnerResult
- func (*ListDeploymentsReply) ProtoMessage()
- func (x *ListDeploymentsReply) ProtoReflect() protoreflect.Message
- func (x *ListDeploymentsReply) Reset()
- func (x *ListDeploymentsReply) String() string
- type ListDeploymentsRequest
- func (*ListDeploymentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeploymentsRequest) GetProjEnvHeader() *ProjEnvHeader
- func (*ListDeploymentsRequest) ProtoMessage()
- func (x *ListDeploymentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDeploymentsRequest) Reset()
- func (x *ListDeploymentsRequest) String() string
- type ListEnvironmentsReply
- func (*ListEnvironmentsReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListEnvironmentsReply) GetIds() []string
- func (x *ListEnvironmentsReply) GetResult() *ServiceRunnerResult
- func (*ListEnvironmentsReply) ProtoMessage()
- func (x *ListEnvironmentsReply) ProtoReflect() protoreflect.Message
- func (x *ListEnvironmentsReply) Reset()
- func (x *ListEnvironmentsReply) String() string
- type ListEnvironmentsRequest
- type ListMetricsEntry
- func (*ListMetricsEntry) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetricsEntry) GetDescription() string
- func (x *ListMetricsEntry) GetName() string
- func (x *ListMetricsEntry) GetSamplePeriod() uint64
- func (x *ListMetricsEntry) GetScope() MetricsScope
- func (*ListMetricsEntry) ProtoMessage()
- func (x *ListMetricsEntry) ProtoReflect() protoreflect.Message
- func (x *ListMetricsEntry) Reset()
- func (x *ListMetricsEntry) String() string
- type ListMetricsReply
- func (*ListMetricsReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetricsReply) GetEntries() []*ListMetricsEntry
- func (x *ListMetricsReply) GetResult() *ServiceRunnerResult
- func (*ListMetricsReply) ProtoMessage()
- func (x *ListMetricsReply) ProtoReflect() protoreflect.Message
- func (x *ListMetricsReply) Reset()
- func (x *ListMetricsReply) String() string
- type ListMetricsRequest
- func (*ListMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMetricsRequest) GetScope() MetricsScope
- func (*ListMetricsRequest) ProtoMessage()
- func (x *ListMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *ListMetricsRequest) Reset()
- func (x *ListMetricsRequest) String() string
- type ListPackagesReply
- func (*ListPackagesReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListPackagesReply) GetItems() []*ListPackagesReply_ListPackagesItem
- func (x *ListPackagesReply) GetResult() *ServiceRunnerResult
- func (*ListPackagesReply) ProtoMessage()
- func (x *ListPackagesReply) ProtoReflect() protoreflect.Message
- func (x *ListPackagesReply) Reset()
- func (x *ListPackagesReply) String() string
- type ListPackagesReply_ListPackagesItem
- func (*ListPackagesReply_ListPackagesItem) Descriptor() ([]byte, []int)deprecated
- func (x *ListPackagesReply_ListPackagesItem) GetPackageId() string
- func (x *ListPackagesReply_ListPackagesItem) GetProjId() string
- func (*ListPackagesReply_ListPackagesItem) ProtoMessage()
- func (x *ListPackagesReply_ListPackagesItem) ProtoReflect() protoreflect.Message
- func (x *ListPackagesReply_ListPackagesItem) Reset()
- func (x *ListPackagesReply_ListPackagesItem) String() string
- type ListPackagesRequest
- func (*ListPackagesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPackagesRequest) GetProjId() string
- func (*ListPackagesRequest) ProtoMessage()
- func (x *ListPackagesRequest) ProtoReflect() protoreflect.Message
- func (x *ListPackagesRequest) Reset()
- func (x *ListPackagesRequest) String() string
- type ListProjectsReply
- func (*ListProjectsReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsReply) GetIds() []string
- func (x *ListProjectsReply) GetResult() *ServiceRunnerResult
- func (*ListProjectsReply) ProtoMessage()
- func (x *ListProjectsReply) ProtoReflect() protoreflect.Message
- func (x *ListProjectsReply) Reset()
- func (x *ListProjectsReply) String() string
- type ListProjectsRequest
- type ListServicesReply
- func (*ListServicesReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListServicesReply) GetHeader() *ProjEnvHeader
- func (x *ListServicesReply) GetResult() *ServiceRunnerResult
- func (x *ListServicesReply) GetServiceNames() []string
- func (*ListServicesReply) ProtoMessage()
- func (x *ListServicesReply) ProtoReflect() protoreflect.Message
- func (x *ListServicesReply) Reset()
- func (x *ListServicesReply) String() string
- type ListServicesRequest
- func (*ListServicesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListServicesRequest) GetHeader() *ProjEnvHeader
- func (*ListServicesRequest) ProtoMessage()
- func (x *ListServicesRequest) ProtoReflect() protoreflect.Message
- func (x *ListServicesRequest) Reset()
- func (x *ListServicesRequest) String() string
- type MetricsFormat
- func (MetricsFormat) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsFormat) Enum() *MetricsFormat
- func (MetricsFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsFormat) Number() protoreflect.EnumNumber
- func (x MetricsFormat) String() string
- func (MetricsFormat) Type() protoreflect.EnumType
- type MetricsScope
- func (MetricsScope) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsScope) Enum() *MetricsScope
- func (MetricsScope) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsScope) Number() protoreflect.EnumNumber
- func (x MetricsScope) String() string
- func (MetricsScope) Type() protoreflect.EnumType
- type PackageDescription
- func (*PackageDescription) Descriptor() ([]byte, []int)deprecated
- func (x *PackageDescription) GetPackageId() string
- func (x *PackageDescription) GetPackageSize() uint64
- func (x *PackageDescription) GetProjId() string
- func (x *PackageDescription) GetState() PackageState
- func (x *PackageDescription) GetUploadTime() uint64
- func (*PackageDescription) ProtoMessage()
- func (x *PackageDescription) ProtoReflect() protoreflect.Message
- func (x *PackageDescription) Reset()
- func (x *PackageDescription) String() string
- type PackageState
- func (PackageState) Descriptor() protoreflect.EnumDescriptor
- func (x PackageState) Enum() *PackageState
- func (PackageState) EnumDescriptor() ([]byte, []int)deprecated
- func (x PackageState) Number() protoreflect.EnumNumber
- func (x PackageState) String() string
- func (PackageState) Type() protoreflect.EnumType
- type ProjEnvHeader
- func (*ProjEnvHeader) Descriptor() ([]byte, []int)deprecated
- func (x *ProjEnvHeader) GetEnvId() string
- func (x *ProjEnvHeader) GetProjId() string
- func (*ProjEnvHeader) ProtoMessage()
- func (x *ProjEnvHeader) ProtoReflect() protoreflect.Message
- func (x *ProjEnvHeader) Reset()
- func (x *ProjEnvHeader) String() string
- type ProjectDescription
- func (*ProjectDescription) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectDescription) GetActiveDeployIds() []string
- func (x *ProjectDescription) GetCreateTime() uint64
- func (x *ProjectDescription) GetHeader() *ProjectHeader
- func (x *ProjectDescription) GetId() string
- func (x *ProjectDescription) GetPendingDeployIds() []string
- func (x *ProjectDescription) GetState() ProjectState
- func (*ProjectDescription) ProtoMessage()
- func (x *ProjectDescription) ProtoReflect() protoreflect.Message
- func (x *ProjectDescription) Reset()
- func (x *ProjectDescription) String() string
- type ProjectHeader
- func (*ProjectHeader) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectHeader) GetDnsDomain() string
- func (x *ProjectHeader) GetDnsPrefix() string
- func (x *ProjectHeader) GetName() string
- func (*ProjectHeader) ProtoMessage()
- func (x *ProjectHeader) ProtoReflect() protoreflect.Message
- func (x *ProjectHeader) Reset()
- func (x *ProjectHeader) String() string
- type ProjectState
- func (ProjectState) Descriptor() protoreflect.EnumDescriptor
- func (x ProjectState) Enum() *ProjectState
- func (ProjectState) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProjectState) Number() protoreflect.EnumNumber
- func (x ProjectState) String() string
- func (ProjectState) Type() protoreflect.EnumType
- type RequestAccessReply
- type RequestAccessRequest
- func (*RequestAccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RequestAccessRequest) GetEmail() string
- func (x *RequestAccessRequest) GetFirstName() string
- func (x *RequestAccessRequest) GetLastName() string
- func (x *RequestAccessRequest) GetProgrammingLang() string
- func (x *RequestAccessRequest) GetProjectDesc() string
- func (x *RequestAccessRequest) GetUserName() string
- func (*RequestAccessRequest) ProtoMessage()
- func (x *RequestAccessRequest) ProtoReflect() protoreflect.Message
- func (x *RequestAccessRequest) Reset()
- func (x *RequestAccessRequest) String() string
- type ServiceDescription
- func (*ServiceDescription) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceDescription) GetApiDef() string
- func (x *ServiceDescription) GetDatabaseNames() []string
- func (x *ServiceDescription) GetDatastoreNames() []string
- func (x *ServiceDescription) GetPort() uint64
- func (x *ServiceDescription) GetRpcEndpoints() []string
- func (x *ServiceDescription) GetSvcHeader() *ServiceHeader
- func (*ServiceDescription) ProtoMessage()
- func (x *ServiceDescription) ProtoReflect() protoreflect.Message
- func (x *ServiceDescription) Reset()
- func (x *ServiceDescription) String() string
- type ServiceHeader
- func (*ServiceHeader) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceHeader) GetProjEnvHeader() *ProjEnvHeader
- func (x *ServiceHeader) GetServiceName() string
- func (*ServiceHeader) ProtoMessage()
- func (x *ServiceHeader) ProtoReflect() protoreflect.Message
- func (x *ServiceHeader) Reset()
- func (x *ServiceHeader) String() string
- type ServiceRunnerClient
- type ServiceRunnerResult
- func (*ServiceRunnerResult) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceRunnerResult) GetStatus() ServiceRunnerStatus
- func (x *ServiceRunnerResult) GetStatusDetail() string
- func (*ServiceRunnerResult) ProtoMessage()
- func (x *ServiceRunnerResult) ProtoReflect() protoreflect.Message
- func (x *ServiceRunnerResult) Reset()
- func (x *ServiceRunnerResult) String() string
- type ServiceRunnerServer
- type ServiceRunnerStatus
- func (ServiceRunnerStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ServiceRunnerStatus) Enum() *ServiceRunnerStatus
- func (ServiceRunnerStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ServiceRunnerStatus) Number() protoreflect.EnumNumber
- func (x ServiceRunnerStatus) String() string
- func (ServiceRunnerStatus) Type() protoreflect.EnumType
- type SignUpClient
- type SignUpServer
- type UnimplementedServiceRunnerServer
- func (UnimplementedServiceRunnerServer) CreateApiKey(context.Context, *CreateApiKeyRequest) (*CreateApiKeyReply, error)
- func (UnimplementedServiceRunnerServer) CreateDeployment(context.Context, *CreateDeploymentRequest) (*CreateDeploymentReply, error)
- func (UnimplementedServiceRunnerServer) CreateEnvironment(context.Context, *CreateEnvironmentRequest) (*CreateEnvironmentReply, error)
- func (UnimplementedServiceRunnerServer) CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectReply, error)
- func (UnimplementedServiceRunnerServer) DeactivateProject(context.Context, *DeactivateProjectRequest) (*DeactivateProjectReply, error)
- func (UnimplementedServiceRunnerServer) DeleteApiKey(context.Context, *DeleteApiKeyRequest) (*DeleteApiKeyReply, error)
- func (UnimplementedServiceRunnerServer) DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*DeleteEnvironmentReply, error)
- func (UnimplementedServiceRunnerServer) DeletePackage(context.Context, *DeletePackageRequest) (*DeletePackageReply, error)
- func (UnimplementedServiceRunnerServer) DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectReply, error)
- func (UnimplementedServiceRunnerServer) DescribeApiKey(context.Context, *DescribeApiKeyRequest) (*DescribeApiKeyReply, error)
- func (UnimplementedServiceRunnerServer) DescribeDatabase(context.Context, *DescribeDatabaseRequest) (*DescribeDatabaseReply, error)
- func (UnimplementedServiceRunnerServer) DescribeDatastore(context.Context, *DescribeDatastoreRequest) (*DescribeDatastoreReply, error)
- func (UnimplementedServiceRunnerServer) DescribeDeployment(context.Context, *DescribeDeploymentRequest) (*DescribeDeploymentReply, error)
- func (UnimplementedServiceRunnerServer) DescribeEnvironment(context.Context, *DescribeEnvironmentRequest) (*DescribeEnvironmentReply, error)
- func (UnimplementedServiceRunnerServer) DescribePackage(context.Context, *DescribePackageRequest) (*DescribePackageReply, error)
- func (UnimplementedServiceRunnerServer) DescribeProject(context.Context, *DescribeProjectRequest) (*DescribeProjectReply, error)
- func (UnimplementedServiceRunnerServer) DescribeService(context.Context, *DescribeServiceRequest) (*DescribeServiceReply, error)
- func (UnimplementedServiceRunnerServer) DescribeSite(context.Context, *DescribeSiteRequest) (*DescribeSiteReply, error)
- func (UnimplementedServiceRunnerServer) GetLogs(context.Context, *GetLogsRequest) (*GetLogsReply, error)
- func (UnimplementedServiceRunnerServer) GetMetricSamples(context.Context, *GetMetricSamplesRequest) (*GetMetricSamplesReply, error)
- func (UnimplementedServiceRunnerServer) GetUploadURL(context.Context, *GetUploadURLRequest) (*GetUploadURLReply, error)
- func (UnimplementedServiceRunnerServer) ListApiKeys(context.Context, *ListApiKeysRequest) (*ListApiKeysReply, error)
- func (UnimplementedServiceRunnerServer) ListDatabases(context.Context, *ListDatabasesRequest) (*ListDatabasesReply, error)
- func (UnimplementedServiceRunnerServer) ListDatastores(context.Context, *ListDatastoresRequest) (*ListDatastoresReply, error)
- func (UnimplementedServiceRunnerServer) ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsReply, error)
- func (UnimplementedServiceRunnerServer) ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsReply, error)
- func (UnimplementedServiceRunnerServer) ListMetrics(context.Context, *ListMetricsRequest) (*ListMetricsReply, error)
- func (UnimplementedServiceRunnerServer) ListPackages(context.Context, *ListPackagesRequest) (*ListPackagesReply, error)
- func (UnimplementedServiceRunnerServer) ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsReply, error)
- func (UnimplementedServiceRunnerServer) ListServices(context.Context, *ListServicesRequest) (*ListServicesReply, error)
- func (UnimplementedServiceRunnerServer) UploadPackage(context.Context, *UploadPackageRequest) (*UploadPackageReply, error)
- type UnimplementedSignUpServer
- type UnsafeServiceRunnerServer
- type UnsafeSignUpServer
- type UploadPackageReply
- func (*UploadPackageReply) Descriptor() ([]byte, []int)deprecated
- func (x *UploadPackageReply) GetPkgId() string
- func (x *UploadPackageReply) GetResult() *ServiceRunnerResult
- func (*UploadPackageReply) ProtoMessage()
- func (x *UploadPackageReply) ProtoReflect() protoreflect.Message
- func (x *UploadPackageReply) Reset()
- func (x *UploadPackageReply) String() string
- type UploadPackageRequest
- func (*UploadPackageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadPackageRequest) GetPackageTarballData() []byte
- func (x *UploadPackageRequest) GetPackageTarballURL() string
- func (x *UploadPackageRequest) GetPackageXsum() []byte
- func (x *UploadPackageRequest) GetProjId() string
- func (*UploadPackageRequest) ProtoMessage()
- func (x *UploadPackageRequest) ProtoReflect() protoreflect.Message
- func (x *UploadPackageRequest) Reset()
- func (x *UploadPackageRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var ( ServiceRunnerStatus_name = map[int32]string{ 0: "STATUS_INVALID", 1: "STATUS_OK", 2: "STATUS_INTERNAL_ERR", 3: "STATUS_DNS_CONFLICT", 4: "STATUS_ACCT_LIMIT_REACHED", 5: "STATUS_EXISTS", 6: "STATUS_NOT_EXISTS", 7: "STATUS_INVALID_REQUEST", 2147483647: "STATUS_UNKNOWN", } ServiceRunnerStatus_value = map[string]int32{ "STATUS_INVALID": 0, "STATUS_OK": 1, "STATUS_INTERNAL_ERR": 2, "STATUS_DNS_CONFLICT": 3, "STATUS_ACCT_LIMIT_REACHED": 4, "STATUS_EXISTS": 5, "STATUS_NOT_EXISTS": 6, "STATUS_INVALID_REQUEST": 7, "STATUS_UNKNOWN": 2147483647, } )
Enum value maps for ServiceRunnerStatus.
var ( ProjectState_name = map[int32]string{ 0: "INVALID_PROJ_STATE", 1: "INACTIVE", 2: "ACTIVE", 3: "PROJ_STATE_DELETED", 2147483647: "UNKNOWN_PROJ_STATE", } ProjectState_value = map[string]int32{ "INVALID_PROJ_STATE": 0, "INACTIVE": 1, "ACTIVE": 2, "PROJ_STATE_DELETED": 3, "UNKNOWN_PROJ_STATE": 2147483647, } )
Enum value maps for ProjectState.
var ( DeploymentType_name = map[int32]string{ 0: "INVALID_DEPLOY_TYPE", 1: "NEW_PACKAGE", 2: "ENV_TEARDOWN", 3: "SECURITY_UPDATE", 4: "INF_UPDATE", 2147483647: "UNKNOWN_DEPLOY_TYPE", } DeploymentType_value = map[string]int32{ "INVALID_DEPLOY_TYPE": 0, "NEW_PACKAGE": 1, "ENV_TEARDOWN": 2, "SECURITY_UPDATE": 3, "INF_UPDATE": 4, "UNKNOWN_DEPLOY_TYPE": 2147483647, } )
Enum value maps for DeploymentType.
var ( DeploymentInitiator_name = map[int32]string{ 0: "INVALID_DEPLOY_INIT", 1: "CUSTOMER", 2: "SERVICE", 2147483647: "UNKNOWN_DEPLOY_INIT", } DeploymentInitiator_value = map[string]int32{ "INVALID_DEPLOY_INIT": 0, "CUSTOMER": 1, "SERVICE": 2, "UNKNOWN_DEPLOY_INIT": 2147483647, } )
Enum value maps for DeploymentInitiator.
var ( DeploymentState_name = map[int32]string{ 0: "INVALID_DEPLOY_STATE", 1: "CREATED", 2: "DPLY_VALIDATING", 3: "DPLY_BUILDING", 4: "DEPLOYING", 5: "SUCCESS", 6: "FAILED", 2147483647: "UNKNOWN_DEPLOY_STATE", } DeploymentState_value = map[string]int32{ "INVALID_DEPLOY_STATE": 0, "CREATED": 1, "DPLY_VALIDATING": 2, "DPLY_BUILDING": 3, "DEPLOYING": 4, "SUCCESS": 5, "FAILED": 6, "UNKNOWN_DEPLOY_STATE": 2147483647, } )
Enum value maps for DeploymentState.
var ( DeploymentStateDetail_name = map[int32]string{ 0: "INVALID_DEPLOY_STATE_DET", 1: "NONE", 2: "PKG_INVALID", 3: "BLD_INVALID", 4: "DPLY_SUPPORT_NEEDED", 2147483647: "UNKNOWN_DEPLOY_STATE_DET", } DeploymentStateDetail_value = map[string]int32{ "INVALID_DEPLOY_STATE_DET": 0, "NONE": 1, "PKG_INVALID": 2, "BLD_INVALID": 3, "DPLY_SUPPORT_NEEDED": 4, "UNKNOWN_DEPLOY_STATE_DET": 2147483647, } )
Enum value maps for DeploymentStateDetail.
var ( PackageState_name = map[int32]string{ 0: "INVALID_PKG_STATE", 1: "UPLOADING", 2: "UPLOADED", 3: "PKG_VALIDATING", 4: "INVALID", 5: "PKG_BUILDING", 6: "PKG_SUPPORT_NEEDED", 7: "PKG_DELETED", 8: "BUILT", 2147483647: "UNKNOWN_PKG_STATE", } PackageState_value = map[string]int32{ "INVALID_PKG_STATE": 0, "UPLOADING": 1, "UPLOADED": 2, "PKG_VALIDATING": 3, "INVALID": 4, "PKG_BUILDING": 5, "PKG_SUPPORT_NEEDED": 6, "PKG_DELETED": 7, "BUILT": 8, "UNKNOWN_PKG_STATE": 2147483647, } )
Enum value maps for PackageState.
var ( MetricsScope_name = map[int32]string{ 0: "INVALID_METRIC_SCOPE", 1: "METRIC_SCOPE_ALL", 2: "METRIC_SCOPE_SERVICE", 3: "METRIC_SCOPE_DATASTORE", 4: "METRIC_SCOPE_DATABASE", 2147483647: "UNKNOWN_METRIC_SCOPE", } MetricsScope_value = map[string]int32{ "INVALID_METRIC_SCOPE": 0, "METRIC_SCOPE_ALL": 1, "METRIC_SCOPE_SERVICE": 2, "METRIC_SCOPE_DATASTORE": 3, "METRIC_SCOPE_DATABASE": 4, "UNKNOWN_METRIC_SCOPE": 2147483647, } )
Enum value maps for MetricsScope.
var ( MetricsFormat_name = map[int32]string{ 0: "INVALID_METRIC_FORMAT", 1: "METRIC_FORMAT_OPENMETRICS", 2147483647: "UNKNOWN_METRIC_FORMAT", } MetricsFormat_value = map[string]int32{ "INVALID_METRIC_FORMAT": 0, "METRIC_FORMAT_OPENMETRICS": 1, "UNKNOWN_METRIC_FORMAT": 2147483647, } )
Enum value maps for MetricsFormat.
var File_pb_signup_proto protoreflect.FileDescriptor
var File_pb_sr_proto protoreflect.FileDescriptor
var ServiceRunner_ServiceDesc = grpc.ServiceDesc{ ServiceName: "ServiceRunner", HandlerType: (*ServiceRunnerServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateProject", Handler: _ServiceRunner_CreateProject_Handler, }, { MethodName: "DeleteProject", Handler: _ServiceRunner_DeleteProject_Handler, }, { MethodName: "ListProjects", Handler: _ServiceRunner_ListProjects_Handler, }, { MethodName: "DescribeProject", Handler: _ServiceRunner_DescribeProject_Handler, }, { MethodName: "DeactivateProject", Handler: _ServiceRunner_DeactivateProject_Handler, }, { MethodName: "CreateEnvironment", Handler: _ServiceRunner_CreateEnvironment_Handler, }, { MethodName: "DeleteEnvironment", Handler: _ServiceRunner_DeleteEnvironment_Handler, }, { MethodName: "ListEnvironments", Handler: _ServiceRunner_ListEnvironments_Handler, }, { MethodName: "DescribeEnvironment", Handler: _ServiceRunner_DescribeEnvironment_Handler, }, { MethodName: "DescribeSite", Handler: _ServiceRunner_DescribeSite_Handler, }, { MethodName: "ListServices", Handler: _ServiceRunner_ListServices_Handler, }, { MethodName: "DescribeService", Handler: _ServiceRunner_DescribeService_Handler, }, { MethodName: "ListDatastores", Handler: _ServiceRunner_ListDatastores_Handler, }, { MethodName: "DescribeDatastore", Handler: _ServiceRunner_DescribeDatastore_Handler, }, { MethodName: "ListDatabases", Handler: _ServiceRunner_ListDatabases_Handler, }, { MethodName: "DescribeDatabase", Handler: _ServiceRunner_DescribeDatabase_Handler, }, { MethodName: "CreateDeployment", Handler: _ServiceRunner_CreateDeployment_Handler, }, { MethodName: "ListDeployments", Handler: _ServiceRunner_ListDeployments_Handler, }, { MethodName: "DescribeDeployment", Handler: _ServiceRunner_DescribeDeployment_Handler, }, { MethodName: "DescribePackage", Handler: _ServiceRunner_DescribePackage_Handler, }, { MethodName: "DeletePackage", Handler: _ServiceRunner_DeletePackage_Handler, }, { MethodName: "ListPackages", Handler: _ServiceRunner_ListPackages_Handler, }, { MethodName: "UploadPackage", Handler: _ServiceRunner_UploadPackage_Handler, }, { MethodName: "GetUploadURL", Handler: _ServiceRunner_GetUploadURL_Handler, }, { MethodName: "GetLogs", Handler: _ServiceRunner_GetLogs_Handler, }, { MethodName: "ListMetrics", Handler: _ServiceRunner_ListMetrics_Handler, }, { MethodName: "GetMetricSamples", Handler: _ServiceRunner_GetMetricSamples_Handler, }, { MethodName: "CreateApiKey", Handler: _ServiceRunner_CreateApiKey_Handler, }, { MethodName: "DeleteApiKey", Handler: _ServiceRunner_DeleteApiKey_Handler, }, { MethodName: "ListApiKeys", Handler: _ServiceRunner_ListApiKeys_Handler, }, { MethodName: "DescribeApiKey", Handler: _ServiceRunner_DescribeApiKey_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "pb/sr.proto", }
ServiceRunner_ServiceDesc is the grpc.ServiceDesc for ServiceRunner service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SignUp_ServiceDesc = grpc.ServiceDesc{ ServiceName: "SignUp", HandlerType: (*SignUpServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "RequestAccess", Handler: _SignUp_RequestAccess_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "pb/signup.proto", }
SignUp_ServiceDesc is the grpc.ServiceDesc for SignUp service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterServiceRunnerServer ¶
func RegisterServiceRunnerServer(s grpc.ServiceRegistrar, srv ServiceRunnerServer)
func RegisterSignUpServer ¶
func RegisterSignUpServer(s grpc.ServiceRegistrar, srv SignUpServer)
Types ¶
type ApiKeyDescription ¶
type ApiKeyDescription struct { // the id of the API key KeyId string `protobuf:"bytes,1,opt,name=keyId,proto3" json:"keyId,omitempty"` // the name of the API key Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // a description of the API key Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // time the key was created expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC. CreateTime uint64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime,omitempty"` // time the key should expire expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC. A value of 0 indicates the key should never expire. ExpireTime uint64 `protobuf:"varint,5,opt,name=expireTime,proto3" json:"expireTime,omitempty"` // time the key was last uzed expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC. A value of 0 indicates the key was never used. LastUsed uint64 `protobuf:"varint,6,opt,name=lastUsed,proto3" json:"lastUsed,omitempty"` // contains filtered or unexported fields }
func (*ApiKeyDescription) Descriptor
deprecated
func (*ApiKeyDescription) Descriptor() ([]byte, []int)
Deprecated: Use ApiKeyDescription.ProtoReflect.Descriptor instead.
func (*ApiKeyDescription) GetCreateTime ¶
func (x *ApiKeyDescription) GetCreateTime() uint64
func (*ApiKeyDescription) GetDescription ¶
func (x *ApiKeyDescription) GetDescription() string
func (*ApiKeyDescription) GetExpireTime ¶
func (x *ApiKeyDescription) GetExpireTime() uint64
func (*ApiKeyDescription) GetKeyId ¶
func (x *ApiKeyDescription) GetKeyId() string
func (*ApiKeyDescription) GetLastUsed ¶
func (x *ApiKeyDescription) GetLastUsed() uint64
func (*ApiKeyDescription) GetName ¶
func (x *ApiKeyDescription) GetName() string
func (*ApiKeyDescription) ProtoMessage ¶
func (*ApiKeyDescription) ProtoMessage()
func (*ApiKeyDescription) ProtoReflect ¶
func (x *ApiKeyDescription) ProtoReflect() protoreflect.Message
func (*ApiKeyDescription) Reset ¶
func (x *ApiKeyDescription) Reset()
func (*ApiKeyDescription) String ¶
func (x *ApiKeyDescription) String() string
type CreateApiKeyReply ¶
type CreateApiKeyReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` KeyId string `protobuf:"bytes,2,opt,name=keyId,proto3" json:"keyId,omitempty"` // the id of the created key KeyData string `protobuf:"bytes,3,opt,name=keyData,proto3" json:"keyData,omitempty"` // the content of the created key to be saved locally // contains filtered or unexported fields }
func (*CreateApiKeyReply) Descriptor
deprecated
func (*CreateApiKeyReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateApiKeyReply.ProtoReflect.Descriptor instead.
func (*CreateApiKeyReply) GetKeyData ¶
func (x *CreateApiKeyReply) GetKeyData() string
func (*CreateApiKeyReply) GetKeyId ¶
func (x *CreateApiKeyReply) GetKeyId() string
func (*CreateApiKeyReply) GetResult ¶
func (x *CreateApiKeyReply) GetResult() *ServiceRunnerResult
func (*CreateApiKeyReply) ProtoMessage ¶
func (*CreateApiKeyReply) ProtoMessage()
func (*CreateApiKeyReply) ProtoReflect ¶
func (x *CreateApiKeyReply) ProtoReflect() protoreflect.Message
func (*CreateApiKeyReply) Reset ¶
func (x *CreateApiKeyReply) Reset()
func (*CreateApiKeyReply) String ¶
func (x *CreateApiKeyReply) String() string
type CreateApiKeyRequest ¶
type CreateApiKeyRequest struct { // the name of the API key Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // a description of the API key Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // time the key should expire expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC. A value of 0 indicates the key should never expire. ExpireTime uint64 `protobuf:"varint,3,opt,name=expireTime,proto3" json:"expireTime,omitempty"` // contains filtered or unexported fields }
func (*CreateApiKeyRequest) Descriptor
deprecated
func (*CreateApiKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateApiKeyRequest.ProtoReflect.Descriptor instead.
func (*CreateApiKeyRequest) GetDescription ¶
func (x *CreateApiKeyRequest) GetDescription() string
func (*CreateApiKeyRequest) GetExpireTime ¶
func (x *CreateApiKeyRequest) GetExpireTime() uint64
func (*CreateApiKeyRequest) GetName ¶
func (x *CreateApiKeyRequest) GetName() string
func (*CreateApiKeyRequest) ProtoMessage ¶
func (*CreateApiKeyRequest) ProtoMessage()
func (*CreateApiKeyRequest) ProtoReflect ¶
func (x *CreateApiKeyRequest) ProtoReflect() protoreflect.Message
func (*CreateApiKeyRequest) Reset ¶
func (x *CreateApiKeyRequest) Reset()
func (*CreateApiKeyRequest) String ¶
func (x *CreateApiKeyRequest) String() string
type CreateDeploymentReply ¶
type CreateDeploymentReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a unique identifier associated with this deployment Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateDeploymentReply) Descriptor
deprecated
func (*CreateDeploymentReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeploymentReply.ProtoReflect.Descriptor instead.
func (*CreateDeploymentReply) GetId ¶
func (x *CreateDeploymentReply) GetId() string
func (*CreateDeploymentReply) GetResult ¶
func (x *CreateDeploymentReply) GetResult() *ServiceRunnerResult
func (*CreateDeploymentReply) ProtoMessage ¶
func (*CreateDeploymentReply) ProtoMessage()
func (*CreateDeploymentReply) ProtoReflect ¶
func (x *CreateDeploymentReply) ProtoReflect() protoreflect.Message
func (*CreateDeploymentReply) Reset ¶
func (x *CreateDeploymentReply) Reset()
func (*CreateDeploymentReply) String ¶
func (x *CreateDeploymentReply) String() string
type CreateDeploymentRequest ¶
type CreateDeploymentRequest struct { // deployment header Header *DeploymentHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*CreateDeploymentRequest) Descriptor
deprecated
func (*CreateDeploymentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDeploymentRequest.ProtoReflect.Descriptor instead.
func (*CreateDeploymentRequest) GetHeader ¶
func (x *CreateDeploymentRequest) GetHeader() *DeploymentHeader
func (*CreateDeploymentRequest) ProtoMessage ¶
func (*CreateDeploymentRequest) ProtoMessage()
func (*CreateDeploymentRequest) ProtoReflect ¶
func (x *CreateDeploymentRequest) ProtoReflect() protoreflect.Message
func (*CreateDeploymentRequest) Reset ¶
func (x *CreateDeploymentRequest) Reset()
func (*CreateDeploymentRequest) String ¶
func (x *CreateDeploymentRequest) String() string
type CreateEnvironmentReply ¶
type CreateEnvironmentReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a unique identifier associated with this environment Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateEnvironmentReply) Descriptor
deprecated
func (*CreateEnvironmentReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateEnvironmentReply.ProtoReflect.Descriptor instead.
func (*CreateEnvironmentReply) GetId ¶
func (x *CreateEnvironmentReply) GetId() string
func (*CreateEnvironmentReply) GetResult ¶
func (x *CreateEnvironmentReply) GetResult() *ServiceRunnerResult
func (*CreateEnvironmentReply) ProtoMessage ¶
func (*CreateEnvironmentReply) ProtoMessage()
func (*CreateEnvironmentReply) ProtoReflect ¶
func (x *CreateEnvironmentReply) ProtoReflect() protoreflect.Message
func (*CreateEnvironmentReply) Reset ¶
func (x *CreateEnvironmentReply) Reset()
func (*CreateEnvironmentReply) String ¶
func (x *CreateEnvironmentReply) String() string
type CreateEnvironmentRequest ¶
type CreateEnvironmentRequest struct { // the environment header Header *EnvironmentHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*CreateEnvironmentRequest) Descriptor
deprecated
func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*CreateEnvironmentRequest) GetHeader ¶
func (x *CreateEnvironmentRequest) GetHeader() *EnvironmentHeader
func (*CreateEnvironmentRequest) ProtoMessage ¶
func (*CreateEnvironmentRequest) ProtoMessage()
func (*CreateEnvironmentRequest) ProtoReflect ¶
func (x *CreateEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*CreateEnvironmentRequest) Reset ¶
func (x *CreateEnvironmentRequest) Reset()
func (*CreateEnvironmentRequest) String ¶
func (x *CreateEnvironmentRequest) String() string
type CreateProjectReply ¶
type CreateProjectReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a unique identifier associated with this project Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateProjectReply) Descriptor
deprecated
func (*CreateProjectReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateProjectReply.ProtoReflect.Descriptor instead.
func (*CreateProjectReply) GetId ¶
func (x *CreateProjectReply) GetId() string
func (*CreateProjectReply) GetResult ¶
func (x *CreateProjectReply) GetResult() *ServiceRunnerResult
func (*CreateProjectReply) ProtoMessage ¶
func (*CreateProjectReply) ProtoMessage()
func (*CreateProjectReply) ProtoReflect ¶
func (x *CreateProjectReply) ProtoReflect() protoreflect.Message
func (*CreateProjectReply) Reset ¶
func (x *CreateProjectReply) Reset()
func (*CreateProjectReply) String ¶
func (x *CreateProjectReply) String() string
type CreateProjectRequest ¶
type CreateProjectRequest struct { // project header Header *ProjectHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*CreateProjectRequest) Descriptor
deprecated
func (*CreateProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.
func (*CreateProjectRequest) GetHeader ¶
func (x *CreateProjectRequest) GetHeader() *ProjectHeader
func (*CreateProjectRequest) ProtoMessage ¶
func (*CreateProjectRequest) ProtoMessage()
func (*CreateProjectRequest) ProtoReflect ¶
func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message
func (*CreateProjectRequest) Reset ¶
func (x *CreateProjectRequest) Reset()
func (*CreateProjectRequest) String ¶
func (x *CreateProjectRequest) String() string
type DatabaseDescription ¶
type DatabaseDescription struct { // database header DatabaseHeader *DatabaseHeader `protobuf:"bytes,1,opt,name=databaseHeader,proto3" json:"databaseHeader,omitempty"` Tables []*DatabaseTableDescription `protobuf:"bytes,3,rep,name=tables,proto3" json:"tables,omitempty"` // a list of services allowed to access this database ServiceNames []string `protobuf:"bytes,4,rep,name=serviceNames,proto3" json:"serviceNames,omitempty"` // contains filtered or unexported fields }
func (*DatabaseDescription) Descriptor
deprecated
func (*DatabaseDescription) Descriptor() ([]byte, []int)
Deprecated: Use DatabaseDescription.ProtoReflect.Descriptor instead.
func (*DatabaseDescription) GetDatabaseHeader ¶
func (x *DatabaseDescription) GetDatabaseHeader() *DatabaseHeader
func (*DatabaseDescription) GetServiceNames ¶
func (x *DatabaseDescription) GetServiceNames() []string
func (*DatabaseDescription) GetTables ¶
func (x *DatabaseDescription) GetTables() []*DatabaseTableDescription
func (*DatabaseDescription) ProtoMessage ¶
func (*DatabaseDescription) ProtoMessage()
func (*DatabaseDescription) ProtoReflect ¶
func (x *DatabaseDescription) ProtoReflect() protoreflect.Message
func (*DatabaseDescription) Reset ¶
func (x *DatabaseDescription) Reset()
func (*DatabaseDescription) String ¶
func (x *DatabaseDescription) String() string
type DatabaseHeader ¶
type DatabaseHeader struct { // a project/environment tuple ProjEnvHeader *ProjEnvHeader `protobuf:"bytes,1,opt,name=projEnvHeader,proto3" json:"projEnvHeader,omitempty"` // a unique service name within the project DatabaseName string `protobuf:"bytes,2,opt,name=databaseName,proto3" json:"databaseName,omitempty"` // contains filtered or unexported fields }
func (*DatabaseHeader) Descriptor
deprecated
func (*DatabaseHeader) Descriptor() ([]byte, []int)
Deprecated: Use DatabaseHeader.ProtoReflect.Descriptor instead.
func (*DatabaseHeader) GetDatabaseName ¶
func (x *DatabaseHeader) GetDatabaseName() string
func (*DatabaseHeader) GetProjEnvHeader ¶
func (x *DatabaseHeader) GetProjEnvHeader() *ProjEnvHeader
func (*DatabaseHeader) ProtoMessage ¶
func (*DatabaseHeader) ProtoMessage()
func (*DatabaseHeader) ProtoReflect ¶
func (x *DatabaseHeader) ProtoReflect() protoreflect.Message
func (*DatabaseHeader) Reset ¶
func (x *DatabaseHeader) Reset()
func (*DatabaseHeader) String ¶
func (x *DatabaseHeader) String() string
type DatabaseTableDescription ¶
type DatabaseTableDescription struct { // name of the database table Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` // number of rows in the table NumRows uint64 `protobuf:"varint,2,opt,name=NumRows,proto3" json:"NumRows,omitempty"` // table size in bytes Size uint64 `protobuf:"varint,3,opt,name=Size,proto3" json:"Size,omitempty"` // list of services within the project which can access this database ServiceNames []string `protobuf:"bytes,4,rep,name=serviceNames,proto3" json:"serviceNames,omitempty"` // contains filtered or unexported fields }
func (*DatabaseTableDescription) Descriptor
deprecated
func (*DatabaseTableDescription) Descriptor() ([]byte, []int)
Deprecated: Use DatabaseTableDescription.ProtoReflect.Descriptor instead.
func (*DatabaseTableDescription) GetName ¶
func (x *DatabaseTableDescription) GetName() string
func (*DatabaseTableDescription) GetNumRows ¶
func (x *DatabaseTableDescription) GetNumRows() uint64
func (*DatabaseTableDescription) GetServiceNames ¶
func (x *DatabaseTableDescription) GetServiceNames() []string
func (*DatabaseTableDescription) GetSize ¶
func (x *DatabaseTableDescription) GetSize() uint64
func (*DatabaseTableDescription) ProtoMessage ¶
func (*DatabaseTableDescription) ProtoMessage()
func (*DatabaseTableDescription) ProtoReflect ¶
func (x *DatabaseTableDescription) ProtoReflect() protoreflect.Message
func (*DatabaseTableDescription) Reset ¶
func (x *DatabaseTableDescription) Reset()
func (*DatabaseTableDescription) String ¶
func (x *DatabaseTableDescription) String() string
type DatastoreDescription ¶
type DatastoreDescription struct { // datastore header DatastoreHeader *DatastoreHeader `protobuf:"bytes,1,opt,name=datastoreHeader,proto3" json:"datastoreHeader,omitempty"` // number of store objects NumObjects uint64 `protobuf:"varint,2,opt,name=numObjects,proto3" json:"numObjects,omitempty"` // amount of utilized capacity CapacityConsumedInBytes uint64 `protobuf:"varint,3,opt,name=capacityConsumedInBytes,proto3" json:"capacityConsumedInBytes,omitempty"` // list of services within the project which can access this database ServiceNames []string `protobuf:"bytes,4,rep,name=serviceNames,proto3" json:"serviceNames,omitempty"` // contains filtered or unexported fields }
func (*DatastoreDescription) Descriptor
deprecated
func (*DatastoreDescription) Descriptor() ([]byte, []int)
Deprecated: Use DatastoreDescription.ProtoReflect.Descriptor instead.
func (*DatastoreDescription) GetCapacityConsumedInBytes ¶
func (x *DatastoreDescription) GetCapacityConsumedInBytes() uint64
func (*DatastoreDescription) GetDatastoreHeader ¶
func (x *DatastoreDescription) GetDatastoreHeader() *DatastoreHeader
func (*DatastoreDescription) GetNumObjects ¶
func (x *DatastoreDescription) GetNumObjects() uint64
func (*DatastoreDescription) GetServiceNames ¶
func (x *DatastoreDescription) GetServiceNames() []string
func (*DatastoreDescription) ProtoMessage ¶
func (*DatastoreDescription) ProtoMessage()
func (*DatastoreDescription) ProtoReflect ¶
func (x *DatastoreDescription) ProtoReflect() protoreflect.Message
func (*DatastoreDescription) Reset ¶
func (x *DatastoreDescription) Reset()
func (*DatastoreDescription) String ¶
func (x *DatastoreDescription) String() string
type DatastoreHeader ¶
type DatastoreHeader struct { // a project/environment tuple ProjEnvHeader *ProjEnvHeader `protobuf:"bytes,1,opt,name=projEnvHeader,proto3" json:"projEnvHeader,omitempty"` // a unique service name within the project DatastoreName string `protobuf:"bytes,2,opt,name=datastoreName,proto3" json:"datastoreName,omitempty"` // contains filtered or unexported fields }
func (*DatastoreHeader) Descriptor
deprecated
func (*DatastoreHeader) Descriptor() ([]byte, []int)
Deprecated: Use DatastoreHeader.ProtoReflect.Descriptor instead.
func (*DatastoreHeader) GetDatastoreName ¶
func (x *DatastoreHeader) GetDatastoreName() string
func (*DatastoreHeader) GetProjEnvHeader ¶
func (x *DatastoreHeader) GetProjEnvHeader() *ProjEnvHeader
func (*DatastoreHeader) ProtoMessage ¶
func (*DatastoreHeader) ProtoMessage()
func (*DatastoreHeader) ProtoReflect ¶
func (x *DatastoreHeader) ProtoReflect() protoreflect.Message
func (*DatastoreHeader) Reset ¶
func (x *DatastoreHeader) Reset()
func (*DatastoreHeader) String ¶
func (x *DatastoreHeader) String() string
type DeactivateProjectReply ¶
type DeactivateProjectReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` DeployId string `protobuf:"bytes,2,opt,name=deployId,proto3" json:"deployId,omitempty"` // the deployment id created in order to perform the deactivation // contains filtered or unexported fields }
func (*DeactivateProjectReply) Descriptor
deprecated
func (*DeactivateProjectReply) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateProjectReply.ProtoReflect.Descriptor instead.
func (*DeactivateProjectReply) GetDeployId ¶
func (x *DeactivateProjectReply) GetDeployId() string
func (*DeactivateProjectReply) GetResult ¶
func (x *DeactivateProjectReply) GetResult() *ServiceRunnerResult
func (*DeactivateProjectReply) ProtoMessage ¶
func (*DeactivateProjectReply) ProtoMessage()
func (*DeactivateProjectReply) ProtoReflect ¶
func (x *DeactivateProjectReply) ProtoReflect() protoreflect.Message
func (*DeactivateProjectReply) Reset ¶
func (x *DeactivateProjectReply) Reset()
func (*DeactivateProjectReply) String ¶
func (x *DeactivateProjectReply) String() string
type DeactivateProjectRequest ¶
type DeactivateProjectRequest struct { ProjEnvHeader *ProjEnvHeader `protobuf:"bytes,1,opt,name=projEnvHeader,proto3" json:"projEnvHeader,omitempty"` // the project & environment id to deactivate // contains filtered or unexported fields }
func (*DeactivateProjectRequest) Descriptor
deprecated
func (*DeactivateProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateProjectRequest.ProtoReflect.Descriptor instead.
func (*DeactivateProjectRequest) GetProjEnvHeader ¶
func (x *DeactivateProjectRequest) GetProjEnvHeader() *ProjEnvHeader
func (*DeactivateProjectRequest) ProtoMessage ¶
func (*DeactivateProjectRequest) ProtoMessage()
func (*DeactivateProjectRequest) ProtoReflect ¶
func (x *DeactivateProjectRequest) ProtoReflect() protoreflect.Message
func (*DeactivateProjectRequest) Reset ¶
func (x *DeactivateProjectRequest) Reset()
func (*DeactivateProjectRequest) String ¶
func (x *DeactivateProjectRequest) String() string
type DeleteApiKeyReply ¶
type DeleteApiKeyReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*DeleteApiKeyReply) Descriptor
deprecated
func (*DeleteApiKeyReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteApiKeyReply.ProtoReflect.Descriptor instead.
func (*DeleteApiKeyReply) GetResult ¶
func (x *DeleteApiKeyReply) GetResult() *ServiceRunnerResult
func (*DeleteApiKeyReply) ProtoMessage ¶
func (*DeleteApiKeyReply) ProtoMessage()
func (*DeleteApiKeyReply) ProtoReflect ¶
func (x *DeleteApiKeyReply) ProtoReflect() protoreflect.Message
func (*DeleteApiKeyReply) Reset ¶
func (x *DeleteApiKeyReply) Reset()
func (*DeleteApiKeyReply) String ¶
func (x *DeleteApiKeyReply) String() string
type DeleteApiKeyRequest ¶
type DeleteApiKeyRequest struct { // the id of the api key to delete KeyId string `protobuf:"bytes,1,opt,name=keyId,proto3" json:"keyId,omitempty"` // contains filtered or unexported fields }
func (*DeleteApiKeyRequest) Descriptor
deprecated
func (*DeleteApiKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteApiKeyRequest.ProtoReflect.Descriptor instead.
func (*DeleteApiKeyRequest) GetKeyId ¶
func (x *DeleteApiKeyRequest) GetKeyId() string
func (*DeleteApiKeyRequest) ProtoMessage ¶
func (*DeleteApiKeyRequest) ProtoMessage()
func (*DeleteApiKeyRequest) ProtoReflect ¶
func (x *DeleteApiKeyRequest) ProtoReflect() protoreflect.Message
func (*DeleteApiKeyRequest) Reset ¶
func (x *DeleteApiKeyRequest) Reset()
func (*DeleteApiKeyRequest) String ¶
func (x *DeleteApiKeyRequest) String() string
type DeleteEnvironmentReply ¶
type DeleteEnvironmentReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*DeleteEnvironmentReply) Descriptor
deprecated
func (*DeleteEnvironmentReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEnvironmentReply.ProtoReflect.Descriptor instead.
func (*DeleteEnvironmentReply) GetResult ¶
func (x *DeleteEnvironmentReply) GetResult() *ServiceRunnerResult
func (*DeleteEnvironmentReply) ProtoMessage ¶
func (*DeleteEnvironmentReply) ProtoMessage()
func (*DeleteEnvironmentReply) ProtoReflect ¶
func (x *DeleteEnvironmentReply) ProtoReflect() protoreflect.Message
func (*DeleteEnvironmentReply) Reset ¶
func (x *DeleteEnvironmentReply) Reset()
func (*DeleteEnvironmentReply) String ¶
func (x *DeleteEnvironmentReply) String() string
type DeleteEnvironmentRequest ¶
type DeleteEnvironmentRequest struct { // a unique identifier associated with this environment Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteEnvironmentRequest) Descriptor
deprecated
func (*DeleteEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*DeleteEnvironmentRequest) GetId ¶
func (x *DeleteEnvironmentRequest) GetId() string
func (*DeleteEnvironmentRequest) ProtoMessage ¶
func (*DeleteEnvironmentRequest) ProtoMessage()
func (*DeleteEnvironmentRequest) ProtoReflect ¶
func (x *DeleteEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*DeleteEnvironmentRequest) Reset ¶
func (x *DeleteEnvironmentRequest) Reset()
func (*DeleteEnvironmentRequest) String ¶
func (x *DeleteEnvironmentRequest) String() string
type DeletePackageReply ¶
type DeletePackageReply struct { Result *ServiceRunnerResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` State PackageState `protobuf:"varint,1,opt,name=state,proto3,enum=PackageState" json:"state,omitempty"` // contains filtered or unexported fields }
func (*DeletePackageReply) Descriptor
deprecated
func (*DeletePackageReply) Descriptor() ([]byte, []int)
Deprecated: Use DeletePackageReply.ProtoReflect.Descriptor instead.
func (*DeletePackageReply) GetResult ¶
func (x *DeletePackageReply) GetResult() *ServiceRunnerResult
func (*DeletePackageReply) GetState ¶
func (x *DeletePackageReply) GetState() PackageState
func (*DeletePackageReply) ProtoMessage ¶
func (*DeletePackageReply) ProtoMessage()
func (*DeletePackageReply) ProtoReflect ¶
func (x *DeletePackageReply) ProtoReflect() protoreflect.Message
func (*DeletePackageReply) Reset ¶
func (x *DeletePackageReply) Reset()
func (*DeletePackageReply) String ¶
func (x *DeletePackageReply) String() string
type DeletePackageRequest ¶
type DeletePackageRequest struct { PackageId string `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"` // contains filtered or unexported fields }
func (*DeletePackageRequest) Descriptor
deprecated
func (*DeletePackageRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePackageRequest.ProtoReflect.Descriptor instead.
func (*DeletePackageRequest) GetPackageId ¶
func (x *DeletePackageRequest) GetPackageId() string
func (*DeletePackageRequest) ProtoMessage ¶
func (*DeletePackageRequest) ProtoMessage()
func (*DeletePackageRequest) ProtoReflect ¶
func (x *DeletePackageRequest) ProtoReflect() protoreflect.Message
func (*DeletePackageRequest) Reset ¶
func (x *DeletePackageRequest) Reset()
func (*DeletePackageRequest) String ¶
func (x *DeletePackageRequest) String() string
type DeleteProjectReply ¶
type DeleteProjectReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*DeleteProjectReply) Descriptor
deprecated
func (*DeleteProjectReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteProjectReply.ProtoReflect.Descriptor instead.
func (*DeleteProjectReply) GetResult ¶
func (x *DeleteProjectReply) GetResult() *ServiceRunnerResult
func (*DeleteProjectReply) ProtoMessage ¶
func (*DeleteProjectReply) ProtoMessage()
func (*DeleteProjectReply) ProtoReflect ¶
func (x *DeleteProjectReply) ProtoReflect() protoreflect.Message
func (*DeleteProjectReply) Reset ¶
func (x *DeleteProjectReply) Reset()
func (*DeleteProjectReply) String ¶
func (x *DeleteProjectReply) String() string
type DeleteProjectRequest ¶
type DeleteProjectRequest struct { // a unique identifier associated with this project Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteProjectRequest) Descriptor
deprecated
func (*DeleteProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteProjectRequest.ProtoReflect.Descriptor instead.
func (*DeleteProjectRequest) GetId ¶
func (x *DeleteProjectRequest) GetId() string
func (*DeleteProjectRequest) ProtoMessage ¶
func (*DeleteProjectRequest) ProtoMessage()
func (*DeleteProjectRequest) ProtoReflect ¶
func (x *DeleteProjectRequest) ProtoReflect() protoreflect.Message
func (*DeleteProjectRequest) Reset ¶
func (x *DeleteProjectRequest) Reset()
func (*DeleteProjectRequest) String ¶
func (x *DeleteProjectRequest) String() string
type DeploymentDescription ¶
type DeploymentDescription struct { // a unique identifier associated with this deployment Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // deployment header Header *DeploymentHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // the deployment's state State DeploymentState `protobuf:"varint,3,opt,name=state,proto3,enum=DeploymentState" json:"state,omitempty"` // additional detail regarding the deployment's state StateDetail DeploymentStateDetail `protobuf:"varint,4,opt,name=stateDetail,proto3,enum=DeploymentStateDetail" json:"stateDetail,omitempty"` // time the deployment was created expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC CreateTime uint64 `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime,omitempty"` // time the package validation began expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC ValidationStartTime uint64 `protobuf:"varint,6,opt,name=validationStartTime,proto3" json:"validationStartTime,omitempty"` // time the package build began expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC BuildStartTime uint64 `protobuf:"varint,7,opt,name=buildStartTime,proto3" json:"buildStartTime,omitempty"` // time the environment deployment began expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC DeployStartTime uint64 `protobuf:"varint,8,opt,name=deployStartTime,proto3" json:"deployStartTime,omitempty"` // time the deployment completed EndTime uint64 `protobuf:"varint,9,opt,name=endTime,proto3" json:"endTime,omitempty"` // contains filtered or unexported fields }
func (*DeploymentDescription) Descriptor
deprecated
func (*DeploymentDescription) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentDescription.ProtoReflect.Descriptor instead.
func (*DeploymentDescription) GetBuildStartTime ¶
func (x *DeploymentDescription) GetBuildStartTime() uint64
func (*DeploymentDescription) GetCreateTime ¶
func (x *DeploymentDescription) GetCreateTime() uint64
func (*DeploymentDescription) GetDeployStartTime ¶
func (x *DeploymentDescription) GetDeployStartTime() uint64
func (*DeploymentDescription) GetEndTime ¶
func (x *DeploymentDescription) GetEndTime() uint64
func (*DeploymentDescription) GetHeader ¶
func (x *DeploymentDescription) GetHeader() *DeploymentHeader
func (*DeploymentDescription) GetId ¶
func (x *DeploymentDescription) GetId() string
func (*DeploymentDescription) GetState ¶
func (x *DeploymentDescription) GetState() DeploymentState
func (*DeploymentDescription) GetStateDetail ¶
func (x *DeploymentDescription) GetStateDetail() DeploymentStateDetail
func (*DeploymentDescription) GetValidationStartTime ¶
func (x *DeploymentDescription) GetValidationStartTime() uint64
func (*DeploymentDescription) ProtoMessage ¶
func (*DeploymentDescription) ProtoMessage()
func (*DeploymentDescription) ProtoReflect ¶
func (x *DeploymentDescription) ProtoReflect() protoreflect.Message
func (*DeploymentDescription) Reset ¶
func (x *DeploymentDescription) Reset()
func (*DeploymentDescription) String ¶
func (x *DeploymentDescription) String() string
type DeploymentHeader ¶
type DeploymentHeader struct { // the package id associated with this deployment PkgId string `protobuf:"bytes,1,opt,name=pkgId,proto3" json:"pkgId,omitempty"` // the project id associated with this deployment ProjId string `protobuf:"bytes,2,opt,name=projId,proto3" json:"projId,omitempty"` // the environment id associated with this deployment EnvId string `protobuf:"bytes,3,opt,name=envId,proto3" json:"envId,omitempty"` // the type of the deployment Type DeploymentType `protobuf:"varint,5,opt,name=type,proto3,enum=DeploymentType" json:"type,omitempty"` // the initiator of the deployment Initiator DeploymentInitiator `protobuf:"varint,6,opt,name=initiator,proto3,enum=DeploymentInitiator" json:"initiator,omitempty"` // optional additional information regarding the reason for the deployment Reason string `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*DeploymentHeader) Descriptor
deprecated
func (*DeploymentHeader) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentHeader.ProtoReflect.Descriptor instead.
func (*DeploymentHeader) GetEnvId ¶
func (x *DeploymentHeader) GetEnvId() string
func (*DeploymentHeader) GetInitiator ¶
func (x *DeploymentHeader) GetInitiator() DeploymentInitiator
func (*DeploymentHeader) GetPkgId ¶
func (x *DeploymentHeader) GetPkgId() string
func (*DeploymentHeader) GetProjId ¶
func (x *DeploymentHeader) GetProjId() string
func (*DeploymentHeader) GetReason ¶
func (x *DeploymentHeader) GetReason() string
func (*DeploymentHeader) GetType ¶
func (x *DeploymentHeader) GetType() DeploymentType
func (*DeploymentHeader) ProtoMessage ¶
func (*DeploymentHeader) ProtoMessage()
func (*DeploymentHeader) ProtoReflect ¶
func (x *DeploymentHeader) ProtoReflect() protoreflect.Message
func (*DeploymentHeader) Reset ¶
func (x *DeploymentHeader) Reset()
func (*DeploymentHeader) String ¶
func (x *DeploymentHeader) String() string
type DeploymentInitiator ¶
type DeploymentInitiator int32
const ( DeploymentInitiator_INVALID_DEPLOY_INIT DeploymentInitiator = 0 // unused DeploymentInitiator_CUSTOMER DeploymentInitiator = 1 // the customer initiated the deployment DeploymentInitiator_SERVICE DeploymentInitiator = 2 // Bopmatic initiated the deployment DeploymentInitiator_UNKNOWN_DEPLOY_INIT DeploymentInitiator = 2147483647 // MAX_INT )
func (DeploymentInitiator) Descriptor ¶
func (DeploymentInitiator) Descriptor() protoreflect.EnumDescriptor
func (DeploymentInitiator) Enum ¶
func (x DeploymentInitiator) Enum() *DeploymentInitiator
func (DeploymentInitiator) EnumDescriptor
deprecated
func (DeploymentInitiator) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentInitiator.Descriptor instead.
func (DeploymentInitiator) Number ¶
func (x DeploymentInitiator) Number() protoreflect.EnumNumber
func (DeploymentInitiator) String ¶
func (x DeploymentInitiator) String() string
func (DeploymentInitiator) Type ¶
func (DeploymentInitiator) Type() protoreflect.EnumType
type DeploymentState ¶
type DeploymentState int32
const ( DeploymentState_INVALID_DEPLOY_STATE DeploymentState = 0 // unused DeploymentState_CREATED DeploymentState = 1 // the deployment has been created, but no action has yet been taken DeploymentState_DPLY_VALIDATING DeploymentState = 2 // the package associated with the deployment is in the process of being // validated DeploymentState_DPLY_BUILDING DeploymentState = 3 // the package associated with the deployment passed validation and is in // the process of being compiled DeploymentState_DEPLOYING DeploymentState = 4 // the package associated with the deployment compiled successfully and is // in the process of being deployed to the environment specified DeploymentState_SUCCESS DeploymentState = 5 // the deployment was successful and the package associated with the // deployment is now active in the environment specified DeploymentState_FAILED DeploymentState = 6 // the deployment failed; see DeploymentDescription.stateDetail for further DeploymentState_UNKNOWN_DEPLOY_STATE DeploymentState = 2147483647 // MAX_INT )
func (DeploymentState) Descriptor ¶
func (DeploymentState) Descriptor() protoreflect.EnumDescriptor
func (DeploymentState) Enum ¶
func (x DeploymentState) Enum() *DeploymentState
func (DeploymentState) EnumDescriptor
deprecated
func (DeploymentState) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentState.Descriptor instead.
func (DeploymentState) Number ¶
func (x DeploymentState) Number() protoreflect.EnumNumber
func (DeploymentState) String ¶
func (x DeploymentState) String() string
func (DeploymentState) Type ¶
func (DeploymentState) Type() protoreflect.EnumType
type DeploymentStateDetail ¶
type DeploymentStateDetail int32
const ( DeploymentStateDetail_INVALID_DEPLOY_STATE_DET DeploymentStateDetail = 0 DeploymentStateDetail_NONE DeploymentStateDetail = 1 DeploymentStateDetail_PKG_INVALID DeploymentStateDetail = 2 // the package associated with the deployment failed validation checks and // cannot be deployed DeploymentStateDetail_BLD_INVALID DeploymentStateDetail = 3 // the package associated with the deployment failed to compile DeploymentStateDetail_DPLY_SUPPORT_NEEDED DeploymentStateDetail = 4 // the deployment failed for an unknown reason; Bopmatic support DeploymentStateDetail_UNKNOWN_DEPLOY_STATE_DET DeploymentStateDetail = 2147483647 // MAX_INT )
func (DeploymentStateDetail) Descriptor ¶
func (DeploymentStateDetail) Descriptor() protoreflect.EnumDescriptor
func (DeploymentStateDetail) Enum ¶
func (x DeploymentStateDetail) Enum() *DeploymentStateDetail
func (DeploymentStateDetail) EnumDescriptor
deprecated
func (DeploymentStateDetail) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentStateDetail.Descriptor instead.
func (DeploymentStateDetail) Number ¶
func (x DeploymentStateDetail) Number() protoreflect.EnumNumber
func (DeploymentStateDetail) String ¶
func (x DeploymentStateDetail) String() string
func (DeploymentStateDetail) Type ¶
func (DeploymentStateDetail) Type() protoreflect.EnumType
type DeploymentType ¶
type DeploymentType int32
const ( DeploymentType_INVALID_DEPLOY_TYPE DeploymentType = 0 // unused DeploymentType_NEW_PACKAGE DeploymentType = 1 // the deployment was created in order to deploy a new package to // the environment (customer initiated) DeploymentType_ENV_TEARDOWN DeploymentType = 2 // the deployment was created in order to remove the project from // the environment (customer initiated) DeploymentType_SECURITY_UPDATE DeploymentType = 3 // the deployment was created in order to perform a security update // on the backend infrastructure (service initiated) DeploymentType_INF_UPDATE DeploymentType = 4 // the deployment was created in order to perform a non-security related DeploymentType_UNKNOWN_DEPLOY_TYPE DeploymentType = 2147483647 // MAX_INT )
func (DeploymentType) Descriptor ¶
func (DeploymentType) Descriptor() protoreflect.EnumDescriptor
func (DeploymentType) Enum ¶
func (x DeploymentType) Enum() *DeploymentType
func (DeploymentType) EnumDescriptor
deprecated
func (DeploymentType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentType.Descriptor instead.
func (DeploymentType) Number ¶
func (x DeploymentType) Number() protoreflect.EnumNumber
func (DeploymentType) String ¶
func (x DeploymentType) String() string
func (DeploymentType) Type ¶
func (DeploymentType) Type() protoreflect.EnumType
type DescribeApiKeyReply ¶
type DescribeApiKeyReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // api key description Desc *ApiKeyDescription `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribeApiKeyReply) Descriptor
deprecated
func (*DescribeApiKeyReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribeApiKeyReply.ProtoReflect.Descriptor instead.
func (*DescribeApiKeyReply) GetDesc ¶
func (x *DescribeApiKeyReply) GetDesc() *ApiKeyDescription
func (*DescribeApiKeyReply) GetResult ¶
func (x *DescribeApiKeyReply) GetResult() *ServiceRunnerResult
func (*DescribeApiKeyReply) ProtoMessage ¶
func (*DescribeApiKeyReply) ProtoMessage()
func (*DescribeApiKeyReply) ProtoReflect ¶
func (x *DescribeApiKeyReply) ProtoReflect() protoreflect.Message
func (*DescribeApiKeyReply) Reset ¶
func (x *DescribeApiKeyReply) Reset()
func (*DescribeApiKeyReply) String ¶
func (x *DescribeApiKeyReply) String() string
type DescribeApiKeyRequest ¶
type DescribeApiKeyRequest struct { // the id of the API key to describe KeyId string `protobuf:"bytes,1,opt,name=keyId,proto3" json:"keyId,omitempty"` // contains filtered or unexported fields }
func (*DescribeApiKeyRequest) Descriptor
deprecated
func (*DescribeApiKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeApiKeyRequest.ProtoReflect.Descriptor instead.
func (*DescribeApiKeyRequest) GetKeyId ¶
func (x *DescribeApiKeyRequest) GetKeyId() string
func (*DescribeApiKeyRequest) ProtoMessage ¶
func (*DescribeApiKeyRequest) ProtoMessage()
func (*DescribeApiKeyRequest) ProtoReflect ¶
func (x *DescribeApiKeyRequest) ProtoReflect() protoreflect.Message
func (*DescribeApiKeyRequest) Reset ¶
func (x *DescribeApiKeyRequest) Reset()
func (*DescribeApiKeyRequest) String ¶
func (x *DescribeApiKeyRequest) String() string
type DescribeDatabaseReply ¶
type DescribeDatabaseReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // database description Desc *DatabaseDescription `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribeDatabaseReply) Descriptor
deprecated
func (*DescribeDatabaseReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribeDatabaseReply.ProtoReflect.Descriptor instead.
func (*DescribeDatabaseReply) GetDesc ¶
func (x *DescribeDatabaseReply) GetDesc() *DatabaseDescription
func (*DescribeDatabaseReply) GetResult ¶
func (x *DescribeDatabaseReply) GetResult() *ServiceRunnerResult
func (*DescribeDatabaseReply) ProtoMessage ¶
func (*DescribeDatabaseReply) ProtoMessage()
func (*DescribeDatabaseReply) ProtoReflect ¶
func (x *DescribeDatabaseReply) ProtoReflect() protoreflect.Message
func (*DescribeDatabaseReply) Reset ¶
func (x *DescribeDatabaseReply) Reset()
func (*DescribeDatabaseReply) String ¶
func (x *DescribeDatabaseReply) String() string
type DescribeDatabaseRequest ¶
type DescribeDatabaseRequest struct { // database header DatabaseHeader *DatabaseHeader `protobuf:"bytes,1,opt,name=databaseHeader,proto3" json:"databaseHeader,omitempty"` // contains filtered or unexported fields }
func (*DescribeDatabaseRequest) Descriptor
deprecated
func (*DescribeDatabaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeDatabaseRequest.ProtoReflect.Descriptor instead.
func (*DescribeDatabaseRequest) GetDatabaseHeader ¶
func (x *DescribeDatabaseRequest) GetDatabaseHeader() *DatabaseHeader
func (*DescribeDatabaseRequest) ProtoMessage ¶
func (*DescribeDatabaseRequest) ProtoMessage()
func (*DescribeDatabaseRequest) ProtoReflect ¶
func (x *DescribeDatabaseRequest) ProtoReflect() protoreflect.Message
func (*DescribeDatabaseRequest) Reset ¶
func (x *DescribeDatabaseRequest) Reset()
func (*DescribeDatabaseRequest) String ¶
func (x *DescribeDatabaseRequest) String() string
type DescribeDatastoreReply ¶
type DescribeDatastoreReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // datastore description Desc *DatastoreDescription `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribeDatastoreReply) Descriptor
deprecated
func (*DescribeDatastoreReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribeDatastoreReply.ProtoReflect.Descriptor instead.
func (*DescribeDatastoreReply) GetDesc ¶
func (x *DescribeDatastoreReply) GetDesc() *DatastoreDescription
func (*DescribeDatastoreReply) GetResult ¶
func (x *DescribeDatastoreReply) GetResult() *ServiceRunnerResult
func (*DescribeDatastoreReply) ProtoMessage ¶
func (*DescribeDatastoreReply) ProtoMessage()
func (*DescribeDatastoreReply) ProtoReflect ¶
func (x *DescribeDatastoreReply) ProtoReflect() protoreflect.Message
func (*DescribeDatastoreReply) Reset ¶
func (x *DescribeDatastoreReply) Reset()
func (*DescribeDatastoreReply) String ¶
func (x *DescribeDatastoreReply) String() string
type DescribeDatastoreRequest ¶
type DescribeDatastoreRequest struct { // datastore header DatastoreHeader *DatastoreHeader `protobuf:"bytes,1,opt,name=datastoreHeader,proto3" json:"datastoreHeader,omitempty"` // contains filtered or unexported fields }
func (*DescribeDatastoreRequest) Descriptor
deprecated
func (*DescribeDatastoreRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeDatastoreRequest.ProtoReflect.Descriptor instead.
func (*DescribeDatastoreRequest) GetDatastoreHeader ¶
func (x *DescribeDatastoreRequest) GetDatastoreHeader() *DatastoreHeader
func (*DescribeDatastoreRequest) ProtoMessage ¶
func (*DescribeDatastoreRequest) ProtoMessage()
func (*DescribeDatastoreRequest) ProtoReflect ¶
func (x *DescribeDatastoreRequest) ProtoReflect() protoreflect.Message
func (*DescribeDatastoreRequest) Reset ¶
func (x *DescribeDatastoreRequest) Reset()
func (*DescribeDatastoreRequest) String ¶
func (x *DescribeDatastoreRequest) String() string
type DescribeDeploymentReply ¶
type DescribeDeploymentReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // deployment description Desc *DeploymentDescription `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribeDeploymentReply) Descriptor
deprecated
func (*DescribeDeploymentReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribeDeploymentReply.ProtoReflect.Descriptor instead.
func (*DescribeDeploymentReply) GetDesc ¶
func (x *DescribeDeploymentReply) GetDesc() *DeploymentDescription
func (*DescribeDeploymentReply) GetResult ¶
func (x *DescribeDeploymentReply) GetResult() *ServiceRunnerResult
func (*DescribeDeploymentReply) ProtoMessage ¶
func (*DescribeDeploymentReply) ProtoMessage()
func (*DescribeDeploymentReply) ProtoReflect ¶
func (x *DescribeDeploymentReply) ProtoReflect() protoreflect.Message
func (*DescribeDeploymentReply) Reset ¶
func (x *DescribeDeploymentReply) Reset()
func (*DescribeDeploymentReply) String ¶
func (x *DescribeDeploymentReply) String() string
type DescribeDeploymentRequest ¶
type DescribeDeploymentRequest struct { // a unique identifier associated with this deployment Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DescribeDeploymentRequest) Descriptor
deprecated
func (*DescribeDeploymentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeDeploymentRequest.ProtoReflect.Descriptor instead.
func (*DescribeDeploymentRequest) GetId ¶
func (x *DescribeDeploymentRequest) GetId() string
func (*DescribeDeploymentRequest) ProtoMessage ¶
func (*DescribeDeploymentRequest) ProtoMessage()
func (*DescribeDeploymentRequest) ProtoReflect ¶
func (x *DescribeDeploymentRequest) ProtoReflect() protoreflect.Message
func (*DescribeDeploymentRequest) Reset ¶
func (x *DescribeDeploymentRequest) Reset()
func (*DescribeDeploymentRequest) String ¶
func (x *DescribeDeploymentRequest) String() string
type DescribeEnvironmentReply ¶
type DescribeEnvironmentReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // environment destription Desc *EnvironmentDescription `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribeEnvironmentReply) Descriptor
deprecated
func (*DescribeEnvironmentReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribeEnvironmentReply.ProtoReflect.Descriptor instead.
func (*DescribeEnvironmentReply) GetDesc ¶
func (x *DescribeEnvironmentReply) GetDesc() *EnvironmentDescription
func (*DescribeEnvironmentReply) GetResult ¶
func (x *DescribeEnvironmentReply) GetResult() *ServiceRunnerResult
func (*DescribeEnvironmentReply) ProtoMessage ¶
func (*DescribeEnvironmentReply) ProtoMessage()
func (*DescribeEnvironmentReply) ProtoReflect ¶
func (x *DescribeEnvironmentReply) ProtoReflect() protoreflect.Message
func (*DescribeEnvironmentReply) Reset ¶
func (x *DescribeEnvironmentReply) Reset()
func (*DescribeEnvironmentReply) String ¶
func (x *DescribeEnvironmentReply) String() string
type DescribeEnvironmentRequest ¶
type DescribeEnvironmentRequest struct { // a unique identifier associated with this environment Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DescribeEnvironmentRequest) Descriptor
deprecated
func (*DescribeEnvironmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeEnvironmentRequest.ProtoReflect.Descriptor instead.
func (*DescribeEnvironmentRequest) GetId ¶
func (x *DescribeEnvironmentRequest) GetId() string
func (*DescribeEnvironmentRequest) ProtoMessage ¶
func (*DescribeEnvironmentRequest) ProtoMessage()
func (*DescribeEnvironmentRequest) ProtoReflect ¶
func (x *DescribeEnvironmentRequest) ProtoReflect() protoreflect.Message
func (*DescribeEnvironmentRequest) Reset ¶
func (x *DescribeEnvironmentRequest) Reset()
func (*DescribeEnvironmentRequest) String ¶
func (x *DescribeEnvironmentRequest) String() string
type DescribePackageReply ¶
type DescribePackageReply struct { Result *ServiceRunnerResult `protobuf:"bytes,5,opt,name=result,proto3" json:"result,omitempty"` Desc *PackageDescription `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribePackageReply) Descriptor
deprecated
func (*DescribePackageReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribePackageReply.ProtoReflect.Descriptor instead.
func (*DescribePackageReply) GetDesc ¶
func (x *DescribePackageReply) GetDesc() *PackageDescription
func (*DescribePackageReply) GetResult ¶
func (x *DescribePackageReply) GetResult() *ServiceRunnerResult
func (*DescribePackageReply) ProtoMessage ¶
func (*DescribePackageReply) ProtoMessage()
func (*DescribePackageReply) ProtoReflect ¶
func (x *DescribePackageReply) ProtoReflect() protoreflect.Message
func (*DescribePackageReply) Reset ¶
func (x *DescribePackageReply) Reset()
func (*DescribePackageReply) String ¶
func (x *DescribePackageReply) String() string
type DescribePackageRequest ¶
type DescribePackageRequest struct { PackageId string `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"` // contains filtered or unexported fields }
func (*DescribePackageRequest) Descriptor
deprecated
func (*DescribePackageRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribePackageRequest.ProtoReflect.Descriptor instead.
func (*DescribePackageRequest) GetPackageId ¶
func (x *DescribePackageRequest) GetPackageId() string
func (*DescribePackageRequest) ProtoMessage ¶
func (*DescribePackageRequest) ProtoMessage()
func (*DescribePackageRequest) ProtoReflect ¶
func (x *DescribePackageRequest) ProtoReflect() protoreflect.Message
func (*DescribePackageRequest) Reset ¶
func (x *DescribePackageRequest) Reset()
func (*DescribePackageRequest) String ¶
func (x *DescribePackageRequest) String() string
type DescribeProjectReply ¶
type DescribeProjectReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // project description Desc *ProjectDescription `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribeProjectReply) Descriptor
deprecated
func (*DescribeProjectReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribeProjectReply.ProtoReflect.Descriptor instead.
func (*DescribeProjectReply) GetDesc ¶
func (x *DescribeProjectReply) GetDesc() *ProjectDescription
func (*DescribeProjectReply) GetResult ¶
func (x *DescribeProjectReply) GetResult() *ServiceRunnerResult
func (*DescribeProjectReply) ProtoMessage ¶
func (*DescribeProjectReply) ProtoMessage()
func (*DescribeProjectReply) ProtoReflect ¶
func (x *DescribeProjectReply) ProtoReflect() protoreflect.Message
func (*DescribeProjectReply) Reset ¶
func (x *DescribeProjectReply) Reset()
func (*DescribeProjectReply) String ¶
func (x *DescribeProjectReply) String() string
type DescribeProjectRequest ¶
type DescribeProjectRequest struct { // a unique identifier associated with this project Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DescribeProjectRequest) Descriptor
deprecated
func (*DescribeProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeProjectRequest.ProtoReflect.Descriptor instead.
func (*DescribeProjectRequest) GetId ¶
func (x *DescribeProjectRequest) GetId() string
func (*DescribeProjectRequest) ProtoMessage ¶
func (*DescribeProjectRequest) ProtoMessage()
func (*DescribeProjectRequest) ProtoReflect ¶
func (x *DescribeProjectRequest) ProtoReflect() protoreflect.Message
func (*DescribeProjectRequest) Reset ¶
func (x *DescribeProjectRequest) Reset()
func (*DescribeProjectRequest) String ¶
func (x *DescribeProjectRequest) String() string
type DescribeServiceReply ¶
type DescribeServiceReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // service description Desc *ServiceDescription `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribeServiceReply) Descriptor
deprecated
func (*DescribeServiceReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribeServiceReply.ProtoReflect.Descriptor instead.
func (*DescribeServiceReply) GetDesc ¶
func (x *DescribeServiceReply) GetDesc() *ServiceDescription
func (*DescribeServiceReply) GetResult ¶
func (x *DescribeServiceReply) GetResult() *ServiceRunnerResult
func (*DescribeServiceReply) ProtoMessage ¶
func (*DescribeServiceReply) ProtoMessage()
func (*DescribeServiceReply) ProtoReflect ¶
func (x *DescribeServiceReply) ProtoReflect() protoreflect.Message
func (*DescribeServiceReply) Reset ¶
func (x *DescribeServiceReply) Reset()
func (*DescribeServiceReply) String ¶
func (x *DescribeServiceReply) String() string
type DescribeServiceRequest ¶
type DescribeServiceRequest struct { // service header SvcHeader *ServiceHeader `protobuf:"bytes,1,opt,name=svcHeader,proto3" json:"svcHeader,omitempty"` // contains filtered or unexported fields }
func (*DescribeServiceRequest) Descriptor
deprecated
func (*DescribeServiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeServiceRequest.ProtoReflect.Descriptor instead.
func (*DescribeServiceRequest) GetSvcHeader ¶
func (x *DescribeServiceRequest) GetSvcHeader() *ServiceHeader
func (*DescribeServiceRequest) ProtoMessage ¶
func (*DescribeServiceRequest) ProtoMessage()
func (*DescribeServiceRequest) ProtoReflect ¶
func (x *DescribeServiceRequest) ProtoReflect() protoreflect.Message
func (*DescribeServiceRequest) Reset ¶
func (x *DescribeServiceRequest) Reset()
func (*DescribeServiceRequest) String ¶
func (x *DescribeServiceRequest) String() string
type DescribeSiteReply ¶
type DescribeSiteReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a project/environment tuple ProjEnvHeader *ProjEnvHeader `protobuf:"bytes,2,opt,name=projEnvHeader,proto3" json:"projEnvHeader,omitempty"` // site endpoint SiteEndpoint string `protobuf:"bytes,3,opt,name=siteEndpoint,proto3" json:"siteEndpoint,omitempty"` // contains filtered or unexported fields }
func (*DescribeSiteReply) Descriptor
deprecated
func (*DescribeSiteReply) Descriptor() ([]byte, []int)
Deprecated: Use DescribeSiteReply.ProtoReflect.Descriptor instead.
func (*DescribeSiteReply) GetProjEnvHeader ¶
func (x *DescribeSiteReply) GetProjEnvHeader() *ProjEnvHeader
func (*DescribeSiteReply) GetResult ¶
func (x *DescribeSiteReply) GetResult() *ServiceRunnerResult
func (*DescribeSiteReply) GetSiteEndpoint ¶
func (x *DescribeSiteReply) GetSiteEndpoint() string
func (*DescribeSiteReply) ProtoMessage ¶
func (*DescribeSiteReply) ProtoMessage()
func (*DescribeSiteReply) ProtoReflect ¶
func (x *DescribeSiteReply) ProtoReflect() protoreflect.Message
func (*DescribeSiteReply) Reset ¶
func (x *DescribeSiteReply) Reset()
func (*DescribeSiteReply) String ¶
func (x *DescribeSiteReply) String() string
type DescribeSiteRequest ¶
type DescribeSiteRequest struct { // a project/environment tuple ProjEnvHeader *ProjEnvHeader `protobuf:"bytes,1,opt,name=projEnvHeader,proto3" json:"projEnvHeader,omitempty"` // contains filtered or unexported fields }
func (*DescribeSiteRequest) Descriptor
deprecated
func (*DescribeSiteRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeSiteRequest.ProtoReflect.Descriptor instead.
func (*DescribeSiteRequest) GetProjEnvHeader ¶
func (x *DescribeSiteRequest) GetProjEnvHeader() *ProjEnvHeader
func (*DescribeSiteRequest) ProtoMessage ¶
func (*DescribeSiteRequest) ProtoMessage()
func (*DescribeSiteRequest) ProtoReflect ¶
func (x *DescribeSiteRequest) ProtoReflect() protoreflect.Message
func (*DescribeSiteRequest) Reset ¶
func (x *DescribeSiteRequest) Reset()
func (*DescribeSiteRequest) String ¶
func (x *DescribeSiteRequest) String() string
type EnvironmentDescription ¶
type EnvironmentDescription struct { // a unique identifier associated with this environment Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // the environment header Header *EnvironmentHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // time the environment was created expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC CreateTime uint64 `protobuf:"varint,3,opt,name=createTime,proto3" json:"createTime,omitempty"` // a list of previously completed deployment ids which are presently active in the // environment ActiveDeployIds []string `protobuf:"bytes,4,rep,name=activeDeployIds,proto3" json:"activeDeployIds,omitempty"` // a list of deployment ids which are presently running in the environment PendingDeployIds []string `protobuf:"bytes,5,rep,name=pendingDeployIds,proto3" json:"pendingDeployIds,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentDescription) Descriptor
deprecated
func (*EnvironmentDescription) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentDescription.ProtoReflect.Descriptor instead.
func (*EnvironmentDescription) GetActiveDeployIds ¶
func (x *EnvironmentDescription) GetActiveDeployIds() []string
func (*EnvironmentDescription) GetCreateTime ¶
func (x *EnvironmentDescription) GetCreateTime() uint64
func (*EnvironmentDescription) GetHeader ¶
func (x *EnvironmentDescription) GetHeader() *EnvironmentHeader
func (*EnvironmentDescription) GetId ¶
func (x *EnvironmentDescription) GetId() string
func (*EnvironmentDescription) GetPendingDeployIds ¶
func (x *EnvironmentDescription) GetPendingDeployIds() []string
func (*EnvironmentDescription) ProtoMessage ¶
func (*EnvironmentDescription) ProtoMessage()
func (*EnvironmentDescription) ProtoReflect ¶
func (x *EnvironmentDescription) ProtoReflect() protoreflect.Message
func (*EnvironmentDescription) Reset ¶
func (x *EnvironmentDescription) Reset()
func (*EnvironmentDescription) String ¶
func (x *EnvironmentDescription) String() string
type EnvironmentHeader ¶
type EnvironmentHeader struct { // the name of the environment Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // the dns prefix to use for endpoints in this environment (defaults to name) DnsPrefix string `protobuf:"bytes,2,opt,name=dnsPrefix,proto3" json:"dnsPrefix,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentHeader) Descriptor
deprecated
func (*EnvironmentHeader) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentHeader.ProtoReflect.Descriptor instead.
func (*EnvironmentHeader) GetDnsPrefix ¶
func (x *EnvironmentHeader) GetDnsPrefix() string
func (*EnvironmentHeader) GetName ¶
func (x *EnvironmentHeader) GetName() string
func (*EnvironmentHeader) ProtoMessage ¶
func (*EnvironmentHeader) ProtoMessage()
func (*EnvironmentHeader) ProtoReflect ¶
func (x *EnvironmentHeader) ProtoReflect() protoreflect.Message
func (*EnvironmentHeader) Reset ¶
func (x *EnvironmentHeader) Reset()
func (*EnvironmentHeader) String ¶
func (x *EnvironmentHeader) String() string
type GetLogsEntry ¶
type GetLogsEntry struct { Timestamp uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // timestamp of the log message expressed as the number of // milliseconds since Jan 1, 1970 00:00:00 UTC Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // log message // contains filtered or unexported fields }
func (*GetLogsEntry) Descriptor
deprecated
func (*GetLogsEntry) Descriptor() ([]byte, []int)
Deprecated: Use GetLogsEntry.ProtoReflect.Descriptor instead.
func (*GetLogsEntry) GetMessage ¶
func (x *GetLogsEntry) GetMessage() string
func (*GetLogsEntry) GetTimestamp ¶
func (x *GetLogsEntry) GetTimestamp() uint64
func (*GetLogsEntry) ProtoMessage ¶
func (*GetLogsEntry) ProtoMessage()
func (*GetLogsEntry) ProtoReflect ¶
func (x *GetLogsEntry) ProtoReflect() protoreflect.Message
func (*GetLogsEntry) Reset ¶
func (x *GetLogsEntry) Reset()
func (*GetLogsEntry) String ¶
func (x *GetLogsEntry) String() string
type GetLogsReply ¶
type GetLogsReply struct { Result *ServiceRunnerResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` Entries []*GetLogsEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*GetLogsReply) Descriptor
deprecated
func (*GetLogsReply) Descriptor() ([]byte, []int)
Deprecated: Use GetLogsReply.ProtoReflect.Descriptor instead.
func (*GetLogsReply) GetEntries ¶
func (x *GetLogsReply) GetEntries() []*GetLogsEntry
func (*GetLogsReply) GetResult ¶
func (x *GetLogsReply) GetResult() *ServiceRunnerResult
func (*GetLogsReply) ProtoMessage ¶
func (*GetLogsReply) ProtoMessage()
func (*GetLogsReply) ProtoReflect ¶
func (x *GetLogsReply) ProtoReflect() protoreflect.Message
func (*GetLogsReply) Reset ¶
func (x *GetLogsReply) Reset()
func (*GetLogsReply) String ¶
func (x *GetLogsReply) String() string
type GetLogsRequest ¶
type GetLogsRequest struct { ProjId string `protobuf:"bytes,6,opt,name=projId,proto3" json:"projId,omitempty"` // project id EnvId string `protobuf:"bytes,7,opt,name=envId,proto3" json:"envId,omitempty"` // environment id // optional; can leave empty for all services otherwise name of a service defined within the Bopmatic project ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName,omitempty"` StartTime uint64 `protobuf:"varint,4,opt,name=startTime,proto3" json:"startTime,omitempty"` // earliest log message to retrieve expressed as the number // of milliseconds since Jan 1, 1970 00:00:00 UTC EndTime uint64 `protobuf:"varint,5,opt,name=endTime,proto3" json:"endTime,omitempty"` // latest log message to retrieve expressed as the number of // contains filtered or unexported fields }
func (*GetLogsRequest) Descriptor
deprecated
func (*GetLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLogsRequest.ProtoReflect.Descriptor instead.
func (*GetLogsRequest) GetEndTime ¶
func (x *GetLogsRequest) GetEndTime() uint64
func (*GetLogsRequest) GetEnvId ¶
func (x *GetLogsRequest) GetEnvId() string
func (*GetLogsRequest) GetProjId ¶
func (x *GetLogsRequest) GetProjId() string
func (*GetLogsRequest) GetServiceName ¶
func (x *GetLogsRequest) GetServiceName() string
func (*GetLogsRequest) GetStartTime ¶
func (x *GetLogsRequest) GetStartTime() uint64
func (*GetLogsRequest) ProtoMessage ¶
func (*GetLogsRequest) ProtoMessage()
func (*GetLogsRequest) ProtoReflect ¶
func (x *GetLogsRequest) ProtoReflect() protoreflect.Message
func (*GetLogsRequest) Reset ¶
func (x *GetLogsRequest) Reset()
func (*GetLogsRequest) String ¶
func (x *GetLogsRequest) String() string
type GetMetricSamplesReply ¶
type GetMetricSamplesReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` MetricBuf string `protobuf:"bytes,2,opt,name=metricBuf,proto3" json:"metricBuf,omitempty"` // the requested metrics in the specified output format // contains filtered or unexported fields }
func (*GetMetricSamplesReply) Descriptor
deprecated
func (*GetMetricSamplesReply) Descriptor() ([]byte, []int)
Deprecated: Use GetMetricSamplesReply.ProtoReflect.Descriptor instead.
func (*GetMetricSamplesReply) GetMetricBuf ¶
func (x *GetMetricSamplesReply) GetMetricBuf() string
func (*GetMetricSamplesReply) GetResult ¶
func (x *GetMetricSamplesReply) GetResult() *ServiceRunnerResult
func (*GetMetricSamplesReply) ProtoMessage ¶
func (*GetMetricSamplesReply) ProtoMessage()
func (*GetMetricSamplesReply) ProtoReflect ¶
func (x *GetMetricSamplesReply) ProtoReflect() protoreflect.Message
func (*GetMetricSamplesReply) Reset ¶
func (x *GetMetricSamplesReply) Reset()
func (*GetMetricSamplesReply) String ¶
func (x *GetMetricSamplesReply) String() string
type GetMetricSamplesRequest ¶
type GetMetricSamplesRequest struct { ProjId string `protobuf:"bytes,1,opt,name=projId,proto3" json:"projId,omitempty"` // project id EnvId string `protobuf:"bytes,2,opt,name=envId,proto3" json:"envId,omitempty"` // environment id Scope MetricsScope `protobuf:"varint,3,opt,name=scope,proto3,enum=MetricsScope" json:"scope,omitempty"` // the scope of the metrics query; e.g. all or limited to 1 entity class // optional; can leave empty for all entities in a given scope class or set to a specific entity to retrieve metrics from only that entity. for example, to retrieve only the metrics // related to a database named 'foo', set scope=METRIC_SCOPE_DATABASE and // scopeQualifier='foo' ScopeQualifier string `protobuf:"bytes,4,opt,name=scopeQualifier,proto3" json:"scopeQualifier,omitempty"` // optional; list of metric names to retrieve; can leave empty for all MetricNames []string `protobuf:"bytes,5,rep,name=metricNames,proto3" json:"metricNames,omitempty"` StartTime uint64 `protobuf:"varint,6,opt,name=startTime,proto3" json:"startTime,omitempty"` // earliest metric to retrieve expressed as the number // of milliseconds since Jan 1, 1970 00:00:00 UTC EndTime uint64 `protobuf:"varint,7,opt,name=endTime,proto3" json:"endTime,omitempty"` // latest metric to retrieve expressed as the number of // milliseconds since Jan 1, 1970 00:00:00 UTC Format MetricsFormat `protobuf:"varint,8,opt,name=format,proto3,enum=MetricsFormat" json:"format,omitempty"` // desired output format of the retrieved metrics SamplePeriod uint64 `protobuf:"varint,9,opt,name=samplePeriod,proto3" json:"samplePeriod,omitempty"` // desired metric sample period in seconds; default is 300s // contains filtered or unexported fields }
func (*GetMetricSamplesRequest) Descriptor
deprecated
func (*GetMetricSamplesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMetricSamplesRequest.ProtoReflect.Descriptor instead.
func (*GetMetricSamplesRequest) GetEndTime ¶
func (x *GetMetricSamplesRequest) GetEndTime() uint64
func (*GetMetricSamplesRequest) GetEnvId ¶
func (x *GetMetricSamplesRequest) GetEnvId() string
func (*GetMetricSamplesRequest) GetFormat ¶
func (x *GetMetricSamplesRequest) GetFormat() MetricsFormat
func (*GetMetricSamplesRequest) GetMetricNames ¶
func (x *GetMetricSamplesRequest) GetMetricNames() []string
func (*GetMetricSamplesRequest) GetProjId ¶
func (x *GetMetricSamplesRequest) GetProjId() string
func (*GetMetricSamplesRequest) GetSamplePeriod ¶
func (x *GetMetricSamplesRequest) GetSamplePeriod() uint64
func (*GetMetricSamplesRequest) GetScope ¶
func (x *GetMetricSamplesRequest) GetScope() MetricsScope
func (*GetMetricSamplesRequest) GetScopeQualifier ¶
func (x *GetMetricSamplesRequest) GetScopeQualifier() string
func (*GetMetricSamplesRequest) GetStartTime ¶
func (x *GetMetricSamplesRequest) GetStartTime() uint64
func (*GetMetricSamplesRequest) ProtoMessage ¶
func (*GetMetricSamplesRequest) ProtoMessage()
func (*GetMetricSamplesRequest) ProtoReflect ¶
func (x *GetMetricSamplesRequest) ProtoReflect() protoreflect.Message
func (*GetMetricSamplesRequest) Reset ¶
func (x *GetMetricSamplesRequest) Reset()
func (*GetMetricSamplesRequest) String ¶
func (x *GetMetricSamplesRequest) String() string
type GetUploadURLReply ¶
type GetUploadURLReply struct { Result *ServiceRunnerResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` URL string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"` // contains filtered or unexported fields }
func (*GetUploadURLReply) Descriptor
deprecated
func (*GetUploadURLReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUploadURLReply.ProtoReflect.Descriptor instead.
func (*GetUploadURLReply) GetResult ¶
func (x *GetUploadURLReply) GetResult() *ServiceRunnerResult
func (*GetUploadURLReply) GetURL ¶
func (x *GetUploadURLReply) GetURL() string
func (*GetUploadURLReply) ProtoMessage ¶
func (*GetUploadURLReply) ProtoMessage()
func (*GetUploadURLReply) ProtoReflect ¶
func (x *GetUploadURLReply) ProtoReflect() protoreflect.Message
func (*GetUploadURLReply) Reset ¶
func (x *GetUploadURLReply) Reset()
func (*GetUploadURLReply) String ¶
func (x *GetUploadURLReply) String() string
type GetUploadURLRequest ¶
type GetUploadURLRequest struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*GetUploadURLRequest) Descriptor
deprecated
func (*GetUploadURLRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUploadURLRequest.ProtoReflect.Descriptor instead.
func (*GetUploadURLRequest) GetKey ¶
func (x *GetUploadURLRequest) GetKey() string
func (*GetUploadURLRequest) ProtoMessage ¶
func (*GetUploadURLRequest) ProtoMessage()
func (*GetUploadURLRequest) ProtoReflect ¶
func (x *GetUploadURLRequest) ProtoReflect() protoreflect.Message
func (*GetUploadURLRequest) Reset ¶
func (x *GetUploadURLRequest) Reset()
func (*GetUploadURLRequest) String ¶
func (x *GetUploadURLRequest) String() string
type ListApiKeysReply ¶
type ListApiKeysReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` KeyIds []string `protobuf:"bytes,2,rep,name=keyIds,proto3" json:"keyIds,omitempty"` // contains filtered or unexported fields }
func (*ListApiKeysReply) Descriptor
deprecated
func (*ListApiKeysReply) Descriptor() ([]byte, []int)
Deprecated: Use ListApiKeysReply.ProtoReflect.Descriptor instead.
func (*ListApiKeysReply) GetKeyIds ¶
func (x *ListApiKeysReply) GetKeyIds() []string
func (*ListApiKeysReply) GetResult ¶
func (x *ListApiKeysReply) GetResult() *ServiceRunnerResult
func (*ListApiKeysReply) ProtoMessage ¶
func (*ListApiKeysReply) ProtoMessage()
func (*ListApiKeysReply) ProtoReflect ¶
func (x *ListApiKeysReply) ProtoReflect() protoreflect.Message
func (*ListApiKeysReply) Reset ¶
func (x *ListApiKeysReply) Reset()
func (*ListApiKeysReply) String ¶
func (x *ListApiKeysReply) String() string
type ListApiKeysRequest ¶
type ListApiKeysRequest struct {
// contains filtered or unexported fields
}
func (*ListApiKeysRequest) Descriptor
deprecated
func (*ListApiKeysRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListApiKeysRequest.ProtoReflect.Descriptor instead.
func (*ListApiKeysRequest) ProtoMessage ¶
func (*ListApiKeysRequest) ProtoMessage()
func (*ListApiKeysRequest) ProtoReflect ¶
func (x *ListApiKeysRequest) ProtoReflect() protoreflect.Message
func (*ListApiKeysRequest) Reset ¶
func (x *ListApiKeysRequest) Reset()
func (*ListApiKeysRequest) String ¶
func (x *ListApiKeysRequest) String() string
type ListDatabasesReply ¶
type ListDatabasesReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a project/environment tuple Header *ProjEnvHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // a list of service names from the project deployed in the environment DatabaseNames []string `protobuf:"bytes,3,rep,name=databaseNames,proto3" json:"databaseNames,omitempty"` // contains filtered or unexported fields }
func (*ListDatabasesReply) Descriptor
deprecated
func (*ListDatabasesReply) Descriptor() ([]byte, []int)
Deprecated: Use ListDatabasesReply.ProtoReflect.Descriptor instead.
func (*ListDatabasesReply) GetDatabaseNames ¶
func (x *ListDatabasesReply) GetDatabaseNames() []string
func (*ListDatabasesReply) GetHeader ¶
func (x *ListDatabasesReply) GetHeader() *ProjEnvHeader
func (*ListDatabasesReply) GetResult ¶
func (x *ListDatabasesReply) GetResult() *ServiceRunnerResult
func (*ListDatabasesReply) ProtoMessage ¶
func (*ListDatabasesReply) ProtoMessage()
func (*ListDatabasesReply) ProtoReflect ¶
func (x *ListDatabasesReply) ProtoReflect() protoreflect.Message
func (*ListDatabasesReply) Reset ¶
func (x *ListDatabasesReply) Reset()
func (*ListDatabasesReply) String ¶
func (x *ListDatabasesReply) String() string
type ListDatabasesRequest ¶
type ListDatabasesRequest struct { // a project/environment tuple Header *ProjEnvHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*ListDatabasesRequest) Descriptor
deprecated
func (*ListDatabasesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDatabasesRequest.ProtoReflect.Descriptor instead.
func (*ListDatabasesRequest) GetHeader ¶
func (x *ListDatabasesRequest) GetHeader() *ProjEnvHeader
func (*ListDatabasesRequest) ProtoMessage ¶
func (*ListDatabasesRequest) ProtoMessage()
func (*ListDatabasesRequest) ProtoReflect ¶
func (x *ListDatabasesRequest) ProtoReflect() protoreflect.Message
func (*ListDatabasesRequest) Reset ¶
func (x *ListDatabasesRequest) Reset()
func (*ListDatabasesRequest) String ¶
func (x *ListDatabasesRequest) String() string
type ListDatastoresReply ¶
type ListDatastoresReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a project/environment tuple Header *ProjEnvHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // a list of service names from the project deployed in the environment DatastoreNames []string `protobuf:"bytes,3,rep,name=datastoreNames,proto3" json:"datastoreNames,omitempty"` // contains filtered or unexported fields }
func (*ListDatastoresReply) Descriptor
deprecated
func (*ListDatastoresReply) Descriptor() ([]byte, []int)
Deprecated: Use ListDatastoresReply.ProtoReflect.Descriptor instead.
func (*ListDatastoresReply) GetDatastoreNames ¶
func (x *ListDatastoresReply) GetDatastoreNames() []string
func (*ListDatastoresReply) GetHeader ¶
func (x *ListDatastoresReply) GetHeader() *ProjEnvHeader
func (*ListDatastoresReply) GetResult ¶
func (x *ListDatastoresReply) GetResult() *ServiceRunnerResult
func (*ListDatastoresReply) ProtoMessage ¶
func (*ListDatastoresReply) ProtoMessage()
func (*ListDatastoresReply) ProtoReflect ¶
func (x *ListDatastoresReply) ProtoReflect() protoreflect.Message
func (*ListDatastoresReply) Reset ¶
func (x *ListDatastoresReply) Reset()
func (*ListDatastoresReply) String ¶
func (x *ListDatastoresReply) String() string
type ListDatastoresRequest ¶
type ListDatastoresRequest struct { // a project/environment tuple Header *ProjEnvHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*ListDatastoresRequest) Descriptor
deprecated
func (*ListDatastoresRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDatastoresRequest.ProtoReflect.Descriptor instead.
func (*ListDatastoresRequest) GetHeader ¶
func (x *ListDatastoresRequest) GetHeader() *ProjEnvHeader
func (*ListDatastoresRequest) ProtoMessage ¶
func (*ListDatastoresRequest) ProtoMessage()
func (*ListDatastoresRequest) ProtoReflect ¶
func (x *ListDatastoresRequest) ProtoReflect() protoreflect.Message
func (*ListDatastoresRequest) Reset ¶
func (x *ListDatastoresRequest) Reset()
func (*ListDatastoresRequest) String ¶
func (x *ListDatastoresRequest) String() string
type ListDeploymentsReply ¶
type ListDeploymentsReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // list of unique identifiers associated with each deployment Ids []string `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*ListDeploymentsReply) Descriptor
deprecated
func (*ListDeploymentsReply) Descriptor() ([]byte, []int)
Deprecated: Use ListDeploymentsReply.ProtoReflect.Descriptor instead.
func (*ListDeploymentsReply) GetIds ¶
func (x *ListDeploymentsReply) GetIds() []string
func (*ListDeploymentsReply) GetResult ¶
func (x *ListDeploymentsReply) GetResult() *ServiceRunnerResult
func (*ListDeploymentsReply) ProtoMessage ¶
func (*ListDeploymentsReply) ProtoMessage()
func (*ListDeploymentsReply) ProtoReflect ¶
func (x *ListDeploymentsReply) ProtoReflect() protoreflect.Message
func (*ListDeploymentsReply) Reset ¶
func (x *ListDeploymentsReply) Reset()
func (*ListDeploymentsReply) String ¶
func (x *ListDeploymentsReply) String() string
type ListDeploymentsRequest ¶
type ListDeploymentsRequest struct { // a project/environment tuple ProjEnvHeader *ProjEnvHeader `protobuf:"bytes,1,opt,name=projEnvHeader,proto3" json:"projEnvHeader,omitempty"` // contains filtered or unexported fields }
func (*ListDeploymentsRequest) Descriptor
deprecated
func (*ListDeploymentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDeploymentsRequest.ProtoReflect.Descriptor instead.
func (*ListDeploymentsRequest) GetProjEnvHeader ¶
func (x *ListDeploymentsRequest) GetProjEnvHeader() *ProjEnvHeader
func (*ListDeploymentsRequest) ProtoMessage ¶
func (*ListDeploymentsRequest) ProtoMessage()
func (*ListDeploymentsRequest) ProtoReflect ¶
func (x *ListDeploymentsRequest) ProtoReflect() protoreflect.Message
func (*ListDeploymentsRequest) Reset ¶
func (x *ListDeploymentsRequest) Reset()
func (*ListDeploymentsRequest) String ¶
func (x *ListDeploymentsRequest) String() string
type ListEnvironmentsReply ¶
type ListEnvironmentsReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a list of environment ids Ids []string `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*ListEnvironmentsReply) Descriptor
deprecated
func (*ListEnvironmentsReply) Descriptor() ([]byte, []int)
Deprecated: Use ListEnvironmentsReply.ProtoReflect.Descriptor instead.
func (*ListEnvironmentsReply) GetIds ¶
func (x *ListEnvironmentsReply) GetIds() []string
func (*ListEnvironmentsReply) GetResult ¶
func (x *ListEnvironmentsReply) GetResult() *ServiceRunnerResult
func (*ListEnvironmentsReply) ProtoMessage ¶
func (*ListEnvironmentsReply) ProtoMessage()
func (*ListEnvironmentsReply) ProtoReflect ¶
func (x *ListEnvironmentsReply) ProtoReflect() protoreflect.Message
func (*ListEnvironmentsReply) Reset ¶
func (x *ListEnvironmentsReply) Reset()
func (*ListEnvironmentsReply) String ¶
func (x *ListEnvironmentsReply) String() string
type ListEnvironmentsRequest ¶
type ListEnvironmentsRequest struct {
// contains filtered or unexported fields
}
func (*ListEnvironmentsRequest) Descriptor
deprecated
func (*ListEnvironmentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEnvironmentsRequest.ProtoReflect.Descriptor instead.
func (*ListEnvironmentsRequest) ProtoMessage ¶
func (*ListEnvironmentsRequest) ProtoMessage()
func (*ListEnvironmentsRequest) ProtoReflect ¶
func (x *ListEnvironmentsRequest) ProtoReflect() protoreflect.Message
func (*ListEnvironmentsRequest) Reset ¶
func (x *ListEnvironmentsRequest) Reset()
func (*ListEnvironmentsRequest) String ¶
func (x *ListEnvironmentsRequest) String() string
type ListMetricsEntry ¶
type ListMetricsEntry struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // the name of the metric Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // a description of the metric SamplePeriod uint64 `protobuf:"varint,3,opt,name=samplePeriod,proto3" json:"samplePeriod,omitempty"` // the duration of each period the metric is sampled in seconds Scope MetricsScope `protobuf:"varint,4,opt,name=scope,proto3,enum=MetricsScope" json:"scope,omitempty"` // which scope the metric belongs to // contains filtered or unexported fields }
func (*ListMetricsEntry) Descriptor
deprecated
func (*ListMetricsEntry) Descriptor() ([]byte, []int)
Deprecated: Use ListMetricsEntry.ProtoReflect.Descriptor instead.
func (*ListMetricsEntry) GetDescription ¶
func (x *ListMetricsEntry) GetDescription() string
func (*ListMetricsEntry) GetName ¶
func (x *ListMetricsEntry) GetName() string
func (*ListMetricsEntry) GetSamplePeriod ¶
func (x *ListMetricsEntry) GetSamplePeriod() uint64
func (*ListMetricsEntry) GetScope ¶
func (x *ListMetricsEntry) GetScope() MetricsScope
func (*ListMetricsEntry) ProtoMessage ¶
func (*ListMetricsEntry) ProtoMessage()
func (*ListMetricsEntry) ProtoReflect ¶
func (x *ListMetricsEntry) ProtoReflect() protoreflect.Message
func (*ListMetricsEntry) Reset ¶
func (x *ListMetricsEntry) Reset()
func (*ListMetricsEntry) String ¶
func (x *ListMetricsEntry) String() string
type ListMetricsReply ¶
type ListMetricsReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` Entries []*ListMetricsEntry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*ListMetricsReply) Descriptor
deprecated
func (*ListMetricsReply) Descriptor() ([]byte, []int)
Deprecated: Use ListMetricsReply.ProtoReflect.Descriptor instead.
func (*ListMetricsReply) GetEntries ¶
func (x *ListMetricsReply) GetEntries() []*ListMetricsEntry
func (*ListMetricsReply) GetResult ¶
func (x *ListMetricsReply) GetResult() *ServiceRunnerResult
func (*ListMetricsReply) ProtoMessage ¶
func (*ListMetricsReply) ProtoMessage()
func (*ListMetricsReply) ProtoReflect ¶
func (x *ListMetricsReply) ProtoReflect() protoreflect.Message
func (*ListMetricsReply) Reset ¶
func (x *ListMetricsReply) Reset()
func (*ListMetricsReply) String ¶
func (x *ListMetricsReply) String() string
type ListMetricsRequest ¶
type ListMetricsRequest struct { Scope MetricsScope `protobuf:"varint,1,opt,name=scope,proto3,enum=MetricsScope" json:"scope,omitempty"` // the scope of the returned metrics names; e.g. all or limited to 1 entity class // contains filtered or unexported fields }
func (*ListMetricsRequest) Descriptor
deprecated
func (*ListMetricsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListMetricsRequest.ProtoReflect.Descriptor instead.
func (*ListMetricsRequest) GetScope ¶
func (x *ListMetricsRequest) GetScope() MetricsScope
func (*ListMetricsRequest) ProtoMessage ¶
func (*ListMetricsRequest) ProtoMessage()
func (*ListMetricsRequest) ProtoReflect ¶
func (x *ListMetricsRequest) ProtoReflect() protoreflect.Message
func (*ListMetricsRequest) Reset ¶
func (x *ListMetricsRequest) Reset()
func (*ListMetricsRequest) String ¶
func (x *ListMetricsRequest) String() string
type ListPackagesReply ¶
type ListPackagesReply struct { Result *ServiceRunnerResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` Items []*ListPackagesReply_ListPackagesItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*ListPackagesReply) Descriptor
deprecated
func (*ListPackagesReply) Descriptor() ([]byte, []int)
Deprecated: Use ListPackagesReply.ProtoReflect.Descriptor instead.
func (*ListPackagesReply) GetItems ¶
func (x *ListPackagesReply) GetItems() []*ListPackagesReply_ListPackagesItem
func (*ListPackagesReply) GetResult ¶
func (x *ListPackagesReply) GetResult() *ServiceRunnerResult
func (*ListPackagesReply) ProtoMessage ¶
func (*ListPackagesReply) ProtoMessage()
func (*ListPackagesReply) ProtoReflect ¶
func (x *ListPackagesReply) ProtoReflect() protoreflect.Message
func (*ListPackagesReply) Reset ¶
func (x *ListPackagesReply) Reset()
func (*ListPackagesReply) String ¶
func (x *ListPackagesReply) String() string
type ListPackagesReply_ListPackagesItem ¶
type ListPackagesReply_ListPackagesItem struct { ProjId string `protobuf:"bytes,3,opt,name=projId,proto3" json:"projId,omitempty"` PackageId string `protobuf:"bytes,2,opt,name=packageId,proto3" json:"packageId,omitempty"` // contains filtered or unexported fields }
func (*ListPackagesReply_ListPackagesItem) Descriptor
deprecated
func (*ListPackagesReply_ListPackagesItem) Descriptor() ([]byte, []int)
Deprecated: Use ListPackagesReply_ListPackagesItem.ProtoReflect.Descriptor instead.
func (*ListPackagesReply_ListPackagesItem) GetPackageId ¶
func (x *ListPackagesReply_ListPackagesItem) GetPackageId() string
func (*ListPackagesReply_ListPackagesItem) GetProjId ¶
func (x *ListPackagesReply_ListPackagesItem) GetProjId() string
func (*ListPackagesReply_ListPackagesItem) ProtoMessage ¶
func (*ListPackagesReply_ListPackagesItem) ProtoMessage()
func (*ListPackagesReply_ListPackagesItem) ProtoReflect ¶
func (x *ListPackagesReply_ListPackagesItem) ProtoReflect() protoreflect.Message
func (*ListPackagesReply_ListPackagesItem) Reset ¶
func (x *ListPackagesReply_ListPackagesItem) Reset()
func (*ListPackagesReply_ListPackagesItem) String ¶
func (x *ListPackagesReply_ListPackagesItem) String() string
type ListPackagesRequest ¶
type ListPackagesRequest struct { ProjId string `protobuf:"bytes,2,opt,name=projId,proto3" json:"projId,omitempty"` // leave empty for all projects // contains filtered or unexported fields }
func (*ListPackagesRequest) Descriptor
deprecated
func (*ListPackagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPackagesRequest.ProtoReflect.Descriptor instead.
func (*ListPackagesRequest) GetProjId ¶
func (x *ListPackagesRequest) GetProjId() string
func (*ListPackagesRequest) ProtoMessage ¶
func (*ListPackagesRequest) ProtoMessage()
func (*ListPackagesRequest) ProtoReflect ¶
func (x *ListPackagesRequest) ProtoReflect() protoreflect.Message
func (*ListPackagesRequest) Reset ¶
func (x *ListPackagesRequest) Reset()
func (*ListPackagesRequest) String ¶
func (x *ListPackagesRequest) String() string
type ListProjectsReply ¶
type ListProjectsReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a list of project ids Ids []string `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsReply) Descriptor
deprecated
func (*ListProjectsReply) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsReply.ProtoReflect.Descriptor instead.
func (*ListProjectsReply) GetIds ¶
func (x *ListProjectsReply) GetIds() []string
func (*ListProjectsReply) GetResult ¶
func (x *ListProjectsReply) GetResult() *ServiceRunnerResult
func (*ListProjectsReply) ProtoMessage ¶
func (*ListProjectsReply) ProtoMessage()
func (*ListProjectsReply) ProtoReflect ¶
func (x *ListProjectsReply) ProtoReflect() protoreflect.Message
func (*ListProjectsReply) Reset ¶
func (x *ListProjectsReply) Reset()
func (*ListProjectsReply) String ¶
func (x *ListProjectsReply) String() string
type ListProjectsRequest ¶
type ListProjectsRequest struct {
// contains filtered or unexported fields
}
func (*ListProjectsRequest) Descriptor
deprecated
func (*ListProjectsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.
func (*ListProjectsRequest) ProtoMessage ¶
func (*ListProjectsRequest) ProtoMessage()
func (*ListProjectsRequest) ProtoReflect ¶
func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message
func (*ListProjectsRequest) Reset ¶
func (x *ListProjectsRequest) Reset()
func (*ListProjectsRequest) String ¶
func (x *ListProjectsRequest) String() string
type ListServicesReply ¶
type ListServicesReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // a project/environment tuple Header *ProjEnvHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // a list of service names from the project deployed in the environment ServiceNames []string `protobuf:"bytes,3,rep,name=serviceNames,proto3" json:"serviceNames,omitempty"` // contains filtered or unexported fields }
func (*ListServicesReply) Descriptor
deprecated
func (*ListServicesReply) Descriptor() ([]byte, []int)
Deprecated: Use ListServicesReply.ProtoReflect.Descriptor instead.
func (*ListServicesReply) GetHeader ¶
func (x *ListServicesReply) GetHeader() *ProjEnvHeader
func (*ListServicesReply) GetResult ¶
func (x *ListServicesReply) GetResult() *ServiceRunnerResult
func (*ListServicesReply) GetServiceNames ¶
func (x *ListServicesReply) GetServiceNames() []string
func (*ListServicesReply) ProtoMessage ¶
func (*ListServicesReply) ProtoMessage()
func (*ListServicesReply) ProtoReflect ¶
func (x *ListServicesReply) ProtoReflect() protoreflect.Message
func (*ListServicesReply) Reset ¶
func (x *ListServicesReply) Reset()
func (*ListServicesReply) String ¶
func (x *ListServicesReply) String() string
type ListServicesRequest ¶
type ListServicesRequest struct { // a project/environment tuple Header *ProjEnvHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*ListServicesRequest) Descriptor
deprecated
func (*ListServicesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead.
func (*ListServicesRequest) GetHeader ¶
func (x *ListServicesRequest) GetHeader() *ProjEnvHeader
func (*ListServicesRequest) ProtoMessage ¶
func (*ListServicesRequest) ProtoMessage()
func (*ListServicesRequest) ProtoReflect ¶
func (x *ListServicesRequest) ProtoReflect() protoreflect.Message
func (*ListServicesRequest) Reset ¶
func (x *ListServicesRequest) Reset()
func (*ListServicesRequest) String ¶
func (x *ListServicesRequest) String() string
type MetricsFormat ¶
type MetricsFormat int32
const ( MetricsFormat_INVALID_METRIC_FORMAT MetricsFormat = 0 MetricsFormat_METRIC_FORMAT_OPENMETRICS MetricsFormat = 1 MetricsFormat_UNKNOWN_METRIC_FORMAT MetricsFormat = 2147483647 // MAX_INT )
func (MetricsFormat) Descriptor ¶
func (MetricsFormat) Descriptor() protoreflect.EnumDescriptor
func (MetricsFormat) Enum ¶
func (x MetricsFormat) Enum() *MetricsFormat
func (MetricsFormat) EnumDescriptor
deprecated
func (MetricsFormat) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricsFormat.Descriptor instead.
func (MetricsFormat) Number ¶
func (x MetricsFormat) Number() protoreflect.EnumNumber
func (MetricsFormat) String ¶
func (x MetricsFormat) String() string
func (MetricsFormat) Type ¶
func (MetricsFormat) Type() protoreflect.EnumType
type MetricsScope ¶
type MetricsScope int32
const ( MetricsScope_INVALID_METRIC_SCOPE MetricsScope = 0 MetricsScope_METRIC_SCOPE_ALL MetricsScope = 1 MetricsScope_METRIC_SCOPE_SERVICE MetricsScope = 2 MetricsScope_METRIC_SCOPE_DATASTORE MetricsScope = 3 MetricsScope_METRIC_SCOPE_DATABASE MetricsScope = 4 MetricsScope_UNKNOWN_METRIC_SCOPE MetricsScope = 2147483647 // MAX_INT )
func (MetricsScope) Descriptor ¶
func (MetricsScope) Descriptor() protoreflect.EnumDescriptor
func (MetricsScope) Enum ¶
func (x MetricsScope) Enum() *MetricsScope
func (MetricsScope) EnumDescriptor
deprecated
func (MetricsScope) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricsScope.Descriptor instead.
func (MetricsScope) Number ¶
func (x MetricsScope) Number() protoreflect.EnumNumber
func (MetricsScope) String ¶
func (x MetricsScope) String() string
func (MetricsScope) Type ¶
func (MetricsScope) Type() protoreflect.EnumType
type PackageDescription ¶
type PackageDescription struct { PackageId string `protobuf:"bytes,2,opt,name=packageId,proto3" json:"packageId,omitempty"` // pkg-<hex string of first 4 bytes of packageXsum> ProjId string `protobuf:"bytes,7,opt,name=projId,proto3" json:"projId,omitempty"` // project id associated with this package // package state State PackageState `protobuf:"varint,8,opt,name=state,proto3,enum=PackageState" json:"state,omitempty"` // time the package was first uploaded expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC UploadTime uint64 `protobuf:"varint,9,opt,name=uploadTime,proto3" json:"uploadTime,omitempty"` PackageSize uint64 `protobuf:"varint,10,opt,name=packageSize,proto3" json:"packageSize,omitempty"` // size of the compressed package in bytes // contains filtered or unexported fields }
func (*PackageDescription) Descriptor
deprecated
func (*PackageDescription) Descriptor() ([]byte, []int)
Deprecated: Use PackageDescription.ProtoReflect.Descriptor instead.
func (*PackageDescription) GetPackageId ¶
func (x *PackageDescription) GetPackageId() string
func (*PackageDescription) GetPackageSize ¶
func (x *PackageDescription) GetPackageSize() uint64
func (*PackageDescription) GetProjId ¶
func (x *PackageDescription) GetProjId() string
func (*PackageDescription) GetState ¶
func (x *PackageDescription) GetState() PackageState
func (*PackageDescription) GetUploadTime ¶
func (x *PackageDescription) GetUploadTime() uint64
func (*PackageDescription) ProtoMessage ¶
func (*PackageDescription) ProtoMessage()
func (*PackageDescription) ProtoReflect ¶
func (x *PackageDescription) ProtoReflect() protoreflect.Message
func (*PackageDescription) Reset ¶
func (x *PackageDescription) Reset()
func (*PackageDescription) String ¶
func (x *PackageDescription) String() string
type PackageState ¶
type PackageState int32
const ( PackageState_INVALID_PKG_STATE PackageState = 0 // unused PackageState_UPLOADING PackageState = 1 // package is currently in the process of being uploaded PackageState_UPLOADED PackageState = 2 // upload has completed; the package has not yet started validataion PackageState_PKG_VALIDATING PackageState = 3 // the package is in the process of being validated PackageState_INVALID PackageState = 4 // the package failed validation checks or builds and cannot be // deployed PackageState_PKG_BUILDING PackageState = 5 // the package passed validation and is in the process of being built PackageState_PKG_SUPPORT_NEEDED PackageState = 6 // something went wrong and Bopmatic support is investigating PackageState_PKG_DELETED PackageState = 7 // the package has been deleted PackageState_BUILT PackageState = 8 // the package was successfully built and is eligible to be deployed PackageState_UNKNOWN_PKG_STATE PackageState = 2147483647 // MAX_INT )
func (PackageState) Descriptor ¶
func (PackageState) Descriptor() protoreflect.EnumDescriptor
func (PackageState) Enum ¶
func (x PackageState) Enum() *PackageState
func (PackageState) EnumDescriptor
deprecated
func (PackageState) EnumDescriptor() ([]byte, []int)
Deprecated: Use PackageState.Descriptor instead.
func (PackageState) Number ¶
func (x PackageState) Number() protoreflect.EnumNumber
func (PackageState) String ¶
func (x PackageState) String() string
func (PackageState) Type ¶
func (PackageState) Type() protoreflect.EnumType
type ProjEnvHeader ¶
type ProjEnvHeader struct { // a unique identifier associated with the project to query; leave blank // for all ProjId string `protobuf:"bytes,1,opt,name=projId,proto3" json:"projId,omitempty"` // a unique identifier associated with the environment to query; leave blank // for all EnvId string `protobuf:"bytes,2,opt,name=envId,proto3" json:"envId,omitempty"` // contains filtered or unexported fields }
func (*ProjEnvHeader) Descriptor
deprecated
func (*ProjEnvHeader) Descriptor() ([]byte, []int)
Deprecated: Use ProjEnvHeader.ProtoReflect.Descriptor instead.
func (*ProjEnvHeader) GetEnvId ¶
func (x *ProjEnvHeader) GetEnvId() string
func (*ProjEnvHeader) GetProjId ¶
func (x *ProjEnvHeader) GetProjId() string
func (*ProjEnvHeader) ProtoMessage ¶
func (*ProjEnvHeader) ProtoMessage()
func (*ProjEnvHeader) ProtoReflect ¶
func (x *ProjEnvHeader) ProtoReflect() protoreflect.Message
func (*ProjEnvHeader) Reset ¶
func (x *ProjEnvHeader) Reset()
func (*ProjEnvHeader) String ¶
func (x *ProjEnvHeader) String() string
type ProjectDescription ¶
type ProjectDescription struct { // a unique identifier associated with this project Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // project header Header *ProjectHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // the current state of the project State ProjectState `protobuf:"varint,3,opt,name=state,proto3,enum=ProjectState" json:"state,omitempty"` // time the project was created expressed as the number of milliseconds since // Jan 1, 1970 00:00:00 UTC CreateTime uint64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime,omitempty"` // a list of previously completed deployment ids which are presently active across all // environments the project has been deployed into ActiveDeployIds []string `protobuf:"bytes,5,rep,name=activeDeployIds,proto3" json:"activeDeployIds,omitempty"` // a list of deployment ids which are presently running involving this project across all // environments PendingDeployIds []string `protobuf:"bytes,6,rep,name=pendingDeployIds,proto3" json:"pendingDeployIds,omitempty"` // contains filtered or unexported fields }
func (*ProjectDescription) Descriptor
deprecated
func (*ProjectDescription) Descriptor() ([]byte, []int)
Deprecated: Use ProjectDescription.ProtoReflect.Descriptor instead.
func (*ProjectDescription) GetActiveDeployIds ¶
func (x *ProjectDescription) GetActiveDeployIds() []string
func (*ProjectDescription) GetCreateTime ¶
func (x *ProjectDescription) GetCreateTime() uint64
func (*ProjectDescription) GetHeader ¶
func (x *ProjectDescription) GetHeader() *ProjectHeader
func (*ProjectDescription) GetId ¶
func (x *ProjectDescription) GetId() string
func (*ProjectDescription) GetPendingDeployIds ¶
func (x *ProjectDescription) GetPendingDeployIds() []string
func (*ProjectDescription) GetState ¶
func (x *ProjectDescription) GetState() ProjectState
func (*ProjectDescription) ProtoMessage ¶
func (*ProjectDescription) ProtoMessage()
func (*ProjectDescription) ProtoReflect ¶
func (x *ProjectDescription) ProtoReflect() protoreflect.Message
func (*ProjectDescription) Reset ¶
func (x *ProjectDescription) Reset()
func (*ProjectDescription) String ¶
func (x *ProjectDescription) String() string
type ProjectHeader ¶
type ProjectHeader struct { // the name of the project Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // the dns prefix where this project's endpoints will be surfaced; defaults to 'name' DnsPrefix string `protobuf:"bytes,2,opt,name=dnsPrefix,proto3" json:"dnsPrefix,omitempty"` // the base domain where this project's endpoints will be surfaced; defaults to bopmatic.com DnsDomain string `protobuf:"bytes,3,opt,name=dnsDomain,proto3" json:"dnsDomain,omitempty"` // contains filtered or unexported fields }
func (*ProjectHeader) Descriptor
deprecated
func (*ProjectHeader) Descriptor() ([]byte, []int)
Deprecated: Use ProjectHeader.ProtoReflect.Descriptor instead.
func (*ProjectHeader) GetDnsDomain ¶
func (x *ProjectHeader) GetDnsDomain() string
func (*ProjectHeader) GetDnsPrefix ¶
func (x *ProjectHeader) GetDnsPrefix() string
func (*ProjectHeader) GetName ¶
func (x *ProjectHeader) GetName() string
func (*ProjectHeader) ProtoMessage ¶
func (*ProjectHeader) ProtoMessage()
func (*ProjectHeader) ProtoReflect ¶
func (x *ProjectHeader) ProtoReflect() protoreflect.Message
func (*ProjectHeader) Reset ¶
func (x *ProjectHeader) Reset()
func (*ProjectHeader) String ¶
func (x *ProjectHeader) String() string
type ProjectState ¶
type ProjectState int32
const ( ProjectState_INVALID_PROJ_STATE ProjectState = 0 // unused // the project has been created but no packages are presently active in any environment // and there are no pending deployments ProjectState_INACTIVE ProjectState = 1 // the project has at least one package presently active in at least one environment, or // has at least one pending deployment ProjectState_ACTIVE ProjectState = 2 // the project has been deleted ProjectState_PROJ_STATE_DELETED ProjectState = 3 ProjectState_UNKNOWN_PROJ_STATE ProjectState = 2147483647 // MAX_INT )
func (ProjectState) Descriptor ¶
func (ProjectState) Descriptor() protoreflect.EnumDescriptor
func (ProjectState) Enum ¶
func (x ProjectState) Enum() *ProjectState
func (ProjectState) EnumDescriptor
deprecated
func (ProjectState) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProjectState.Descriptor instead.
func (ProjectState) Number ¶
func (x ProjectState) Number() protoreflect.EnumNumber
func (ProjectState) String ¶
func (x ProjectState) String() string
func (ProjectState) Type ¶
func (ProjectState) Type() protoreflect.EnumType
type RequestAccessReply ¶
type RequestAccessReply struct {
// contains filtered or unexported fields
}
func (*RequestAccessReply) Descriptor
deprecated
func (*RequestAccessReply) Descriptor() ([]byte, []int)
Deprecated: Use RequestAccessReply.ProtoReflect.Descriptor instead.
func (*RequestAccessReply) ProtoMessage ¶
func (*RequestAccessReply) ProtoMessage()
func (*RequestAccessReply) ProtoReflect ¶
func (x *RequestAccessReply) ProtoReflect() protoreflect.Message
func (*RequestAccessReply) Reset ¶
func (x *RequestAccessReply) Reset()
func (*RequestAccessReply) String ¶
func (x *RequestAccessReply) String() string
type RequestAccessRequest ¶
type RequestAccessRequest struct { FirstName string `protobuf:"bytes,1,opt,name=firstName,proto3" json:"firstName,omitempty"` LastName string `protobuf:"bytes,2,opt,name=lastName,proto3" json:"lastName,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` ProgrammingLang string `protobuf:"bytes,4,opt,name=programmingLang,proto3" json:"programmingLang,omitempty"` ProjectDesc string `protobuf:"bytes,5,opt,name=projectDesc,proto3" json:"projectDesc,omitempty"` UserName string `protobuf:"bytes,6,opt,name=userName,proto3" json:"userName,omitempty"` // contains filtered or unexported fields }
func (*RequestAccessRequest) Descriptor
deprecated
func (*RequestAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use RequestAccessRequest.ProtoReflect.Descriptor instead.
func (*RequestAccessRequest) GetEmail ¶
func (x *RequestAccessRequest) GetEmail() string
func (*RequestAccessRequest) GetFirstName ¶
func (x *RequestAccessRequest) GetFirstName() string
func (*RequestAccessRequest) GetLastName ¶
func (x *RequestAccessRequest) GetLastName() string
func (*RequestAccessRequest) GetProgrammingLang ¶
func (x *RequestAccessRequest) GetProgrammingLang() string
func (*RequestAccessRequest) GetProjectDesc ¶
func (x *RequestAccessRequest) GetProjectDesc() string
func (*RequestAccessRequest) GetUserName ¶
func (x *RequestAccessRequest) GetUserName() string
func (*RequestAccessRequest) ProtoMessage ¶
func (*RequestAccessRequest) ProtoMessage()
func (*RequestAccessRequest) ProtoReflect ¶
func (x *RequestAccessRequest) ProtoReflect() protoreflect.Message
func (*RequestAccessRequest) Reset ¶
func (x *RequestAccessRequest) Reset()
func (*RequestAccessRequest) String ¶
func (x *RequestAccessRequest) String() string
type ServiceDescription ¶
type ServiceDescription struct { // service header SvcHeader *ServiceHeader `protobuf:"bytes,1,opt,name=svcHeader,proto3" json:"svcHeader,omitempty"` // endpoints for each RPC within the service RpcEndpoints []string `protobuf:"bytes,2,rep,name=rpcEndpoints,proto3" json:"rpcEndpoints,omitempty"` // set of databases this service is configured to access DatabaseNames []string `protobuf:"bytes,3,rep,name=databaseNames,proto3" json:"databaseNames,omitempty"` // set of datastores this service is configured to access DatastoreNames []string `protobuf:"bytes,4,rep,name=datastoreNames,proto3" json:"datastoreNames,omitempty"` // file within your project defining its APIs ApiDef string `protobuf:"bytes,5,opt,name=apiDef,proto3" json:"apiDef,omitempty"` // TCP port your service is configured to listen on Port uint64 `protobuf:"varint,6,opt,name=port,proto3" json:"port,omitempty"` // contains filtered or unexported fields }
func (*ServiceDescription) Descriptor
deprecated
func (*ServiceDescription) Descriptor() ([]byte, []int)
Deprecated: Use ServiceDescription.ProtoReflect.Descriptor instead.
func (*ServiceDescription) GetApiDef ¶
func (x *ServiceDescription) GetApiDef() string
func (*ServiceDescription) GetDatabaseNames ¶
func (x *ServiceDescription) GetDatabaseNames() []string
func (*ServiceDescription) GetDatastoreNames ¶
func (x *ServiceDescription) GetDatastoreNames() []string
func (*ServiceDescription) GetPort ¶
func (x *ServiceDescription) GetPort() uint64
func (*ServiceDescription) GetRpcEndpoints ¶
func (x *ServiceDescription) GetRpcEndpoints() []string
func (*ServiceDescription) GetSvcHeader ¶
func (x *ServiceDescription) GetSvcHeader() *ServiceHeader
func (*ServiceDescription) ProtoMessage ¶
func (*ServiceDescription) ProtoMessage()
func (*ServiceDescription) ProtoReflect ¶
func (x *ServiceDescription) ProtoReflect() protoreflect.Message
func (*ServiceDescription) Reset ¶
func (x *ServiceDescription) Reset()
func (*ServiceDescription) String ¶
func (x *ServiceDescription) String() string
type ServiceHeader ¶
type ServiceHeader struct { // a project/environment tuple ProjEnvHeader *ProjEnvHeader `protobuf:"bytes,1,opt,name=projEnvHeader,proto3" json:"projEnvHeader,omitempty"` // a unique service name within the project ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName,omitempty"` // contains filtered or unexported fields }
func (*ServiceHeader) Descriptor
deprecated
func (*ServiceHeader) Descriptor() ([]byte, []int)
Deprecated: Use ServiceHeader.ProtoReflect.Descriptor instead.
func (*ServiceHeader) GetProjEnvHeader ¶
func (x *ServiceHeader) GetProjEnvHeader() *ProjEnvHeader
func (*ServiceHeader) GetServiceName ¶
func (x *ServiceHeader) GetServiceName() string
func (*ServiceHeader) ProtoMessage ¶
func (*ServiceHeader) ProtoMessage()
func (*ServiceHeader) ProtoReflect ¶
func (x *ServiceHeader) ProtoReflect() protoreflect.Message
func (*ServiceHeader) Reset ¶
func (x *ServiceHeader) Reset()
func (*ServiceHeader) String ¶
func (x *ServiceHeader) String() string
type ServiceRunnerClient ¶
type ServiceRunnerClient interface { CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectReply, error) DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectReply, error) ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsReply, error) DescribeProject(ctx context.Context, in *DescribeProjectRequest, opts ...grpc.CallOption) (*DescribeProjectReply, error) DeactivateProject(ctx context.Context, in *DeactivateProjectRequest, opts ...grpc.CallOption) (*DeactivateProjectReply, error) CreateEnvironment(ctx context.Context, in *CreateEnvironmentRequest, opts ...grpc.CallOption) (*CreateEnvironmentReply, error) DeleteEnvironment(ctx context.Context, in *DeleteEnvironmentRequest, opts ...grpc.CallOption) (*DeleteEnvironmentReply, error) ListEnvironments(ctx context.Context, in *ListEnvironmentsRequest, opts ...grpc.CallOption) (*ListEnvironmentsReply, error) DescribeEnvironment(ctx context.Context, in *DescribeEnvironmentRequest, opts ...grpc.CallOption) (*DescribeEnvironmentReply, error) DescribeSite(ctx context.Context, in *DescribeSiteRequest, opts ...grpc.CallOption) (*DescribeSiteReply, error) ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesReply, error) DescribeService(ctx context.Context, in *DescribeServiceRequest, opts ...grpc.CallOption) (*DescribeServiceReply, error) ListDatastores(ctx context.Context, in *ListDatastoresRequest, opts ...grpc.CallOption) (*ListDatastoresReply, error) DescribeDatastore(ctx context.Context, in *DescribeDatastoreRequest, opts ...grpc.CallOption) (*DescribeDatastoreReply, error) ListDatabases(ctx context.Context, in *ListDatabasesRequest, opts ...grpc.CallOption) (*ListDatabasesReply, error) DescribeDatabase(ctx context.Context, in *DescribeDatabaseRequest, opts ...grpc.CallOption) (*DescribeDatabaseReply, error) CreateDeployment(ctx context.Context, in *CreateDeploymentRequest, opts ...grpc.CallOption) (*CreateDeploymentReply, error) ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsReply, error) DescribeDeployment(ctx context.Context, in *DescribeDeploymentRequest, opts ...grpc.CallOption) (*DescribeDeploymentReply, error) DescribePackage(ctx context.Context, in *DescribePackageRequest, opts ...grpc.CallOption) (*DescribePackageReply, error) DeletePackage(ctx context.Context, in *DeletePackageRequest, opts ...grpc.CallOption) (*DeletePackageReply, error) ListPackages(ctx context.Context, in *ListPackagesRequest, opts ...grpc.CallOption) (*ListPackagesReply, error) UploadPackage(ctx context.Context, in *UploadPackageRequest, opts ...grpc.CallOption) (*UploadPackageReply, error) GetUploadURL(ctx context.Context, in *GetUploadURLRequest, opts ...grpc.CallOption) (*GetUploadURLReply, error) GetLogs(ctx context.Context, in *GetLogsRequest, opts ...grpc.CallOption) (*GetLogsReply, error) ListMetrics(ctx context.Context, in *ListMetricsRequest, opts ...grpc.CallOption) (*ListMetricsReply, error) GetMetricSamples(ctx context.Context, in *GetMetricSamplesRequest, opts ...grpc.CallOption) (*GetMetricSamplesReply, error) CreateApiKey(ctx context.Context, in *CreateApiKeyRequest, opts ...grpc.CallOption) (*CreateApiKeyReply, error) DeleteApiKey(ctx context.Context, in *DeleteApiKeyRequest, opts ...grpc.CallOption) (*DeleteApiKeyReply, error) ListApiKeys(ctx context.Context, in *ListApiKeysRequest, opts ...grpc.CallOption) (*ListApiKeysReply, error) DescribeApiKey(ctx context.Context, in *DescribeApiKeyRequest, opts ...grpc.CallOption) (*DescribeApiKeyReply, error) }
ServiceRunnerClient is the client API for ServiceRunner service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewServiceRunnerClient ¶
func NewServiceRunnerClient(cc grpc.ClientConnInterface) ServiceRunnerClient
type ServiceRunnerResult ¶
type ServiceRunnerResult struct { Status ServiceRunnerStatus `protobuf:"varint,1,opt,name=status,proto3,enum=ServiceRunnerStatus" json:"status,omitempty"` StatusDetail string `protobuf:"bytes,2,opt,name=statusDetail,proto3" json:"statusDetail,omitempty"` // contains filtered or unexported fields }
func (*ServiceRunnerResult) Descriptor
deprecated
func (*ServiceRunnerResult) Descriptor() ([]byte, []int)
Deprecated: Use ServiceRunnerResult.ProtoReflect.Descriptor instead.
func (*ServiceRunnerResult) GetStatus ¶
func (x *ServiceRunnerResult) GetStatus() ServiceRunnerStatus
func (*ServiceRunnerResult) GetStatusDetail ¶
func (x *ServiceRunnerResult) GetStatusDetail() string
func (*ServiceRunnerResult) ProtoMessage ¶
func (*ServiceRunnerResult) ProtoMessage()
func (*ServiceRunnerResult) ProtoReflect ¶
func (x *ServiceRunnerResult) ProtoReflect() protoreflect.Message
func (*ServiceRunnerResult) Reset ¶
func (x *ServiceRunnerResult) Reset()
func (*ServiceRunnerResult) String ¶
func (x *ServiceRunnerResult) String() string
type ServiceRunnerServer ¶
type ServiceRunnerServer interface { CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectReply, error) DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectReply, error) ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsReply, error) DescribeProject(context.Context, *DescribeProjectRequest) (*DescribeProjectReply, error) DeactivateProject(context.Context, *DeactivateProjectRequest) (*DeactivateProjectReply, error) CreateEnvironment(context.Context, *CreateEnvironmentRequest) (*CreateEnvironmentReply, error) DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*DeleteEnvironmentReply, error) ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsReply, error) DescribeEnvironment(context.Context, *DescribeEnvironmentRequest) (*DescribeEnvironmentReply, error) DescribeSite(context.Context, *DescribeSiteRequest) (*DescribeSiteReply, error) ListServices(context.Context, *ListServicesRequest) (*ListServicesReply, error) DescribeService(context.Context, *DescribeServiceRequest) (*DescribeServiceReply, error) ListDatastores(context.Context, *ListDatastoresRequest) (*ListDatastoresReply, error) DescribeDatastore(context.Context, *DescribeDatastoreRequest) (*DescribeDatastoreReply, error) ListDatabases(context.Context, *ListDatabasesRequest) (*ListDatabasesReply, error) DescribeDatabase(context.Context, *DescribeDatabaseRequest) (*DescribeDatabaseReply, error) CreateDeployment(context.Context, *CreateDeploymentRequest) (*CreateDeploymentReply, error) ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsReply, error) DescribeDeployment(context.Context, *DescribeDeploymentRequest) (*DescribeDeploymentReply, error) DescribePackage(context.Context, *DescribePackageRequest) (*DescribePackageReply, error) DeletePackage(context.Context, *DeletePackageRequest) (*DeletePackageReply, error) ListPackages(context.Context, *ListPackagesRequest) (*ListPackagesReply, error) UploadPackage(context.Context, *UploadPackageRequest) (*UploadPackageReply, error) GetUploadURL(context.Context, *GetUploadURLRequest) (*GetUploadURLReply, error) GetLogs(context.Context, *GetLogsRequest) (*GetLogsReply, error) ListMetrics(context.Context, *ListMetricsRequest) (*ListMetricsReply, error) GetMetricSamples(context.Context, *GetMetricSamplesRequest) (*GetMetricSamplesReply, error) CreateApiKey(context.Context, *CreateApiKeyRequest) (*CreateApiKeyReply, error) DeleteApiKey(context.Context, *DeleteApiKeyRequest) (*DeleteApiKeyReply, error) ListApiKeys(context.Context, *ListApiKeysRequest) (*ListApiKeysReply, error) DescribeApiKey(context.Context, *DescribeApiKeyRequest) (*DescribeApiKeyReply, error) // contains filtered or unexported methods }
ServiceRunnerServer is the server API for ServiceRunner service. All implementations must embed UnimplementedServiceRunnerServer for forward compatibility
type ServiceRunnerStatus ¶
type ServiceRunnerStatus int32
const ( ServiceRunnerStatus_STATUS_INVALID ServiceRunnerStatus = 0 // unused ServiceRunnerStatus_STATUS_OK ServiceRunnerStatus = 1 ServiceRunnerStatus_STATUS_INTERNAL_ERR ServiceRunnerStatus = 2 ServiceRunnerStatus_STATUS_DNS_CONFLICT ServiceRunnerStatus = 3 ServiceRunnerStatus_STATUS_ACCT_LIMIT_REACHED ServiceRunnerStatus = 4 ServiceRunnerStatus_STATUS_EXISTS ServiceRunnerStatus = 5 ServiceRunnerStatus_STATUS_NOT_EXISTS ServiceRunnerStatus = 6 ServiceRunnerStatus_STATUS_INVALID_REQUEST ServiceRunnerStatus = 7 ServiceRunnerStatus_STATUS_UNKNOWN ServiceRunnerStatus = 2147483647 // MAX_INT )
func (ServiceRunnerStatus) Descriptor ¶
func (ServiceRunnerStatus) Descriptor() protoreflect.EnumDescriptor
func (ServiceRunnerStatus) Enum ¶
func (x ServiceRunnerStatus) Enum() *ServiceRunnerStatus
func (ServiceRunnerStatus) EnumDescriptor
deprecated
func (ServiceRunnerStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServiceRunnerStatus.Descriptor instead.
func (ServiceRunnerStatus) Number ¶
func (x ServiceRunnerStatus) Number() protoreflect.EnumNumber
func (ServiceRunnerStatus) String ¶
func (x ServiceRunnerStatus) String() string
func (ServiceRunnerStatus) Type ¶
func (ServiceRunnerStatus) Type() protoreflect.EnumType
type SignUpClient ¶
type SignUpClient interface {
RequestAccess(ctx context.Context, in *RequestAccessRequest, opts ...grpc.CallOption) (*RequestAccessReply, error)
}
SignUpClient is the client API for SignUp service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSignUpClient ¶
func NewSignUpClient(cc grpc.ClientConnInterface) SignUpClient
type SignUpServer ¶
type SignUpServer interface { RequestAccess(context.Context, *RequestAccessRequest) (*RequestAccessReply, error) // contains filtered or unexported methods }
SignUpServer is the server API for SignUp service. All implementations must embed UnimplementedSignUpServer for forward compatibility
type UnimplementedServiceRunnerServer ¶
type UnimplementedServiceRunnerServer struct { }
UnimplementedServiceRunnerServer must be embedded to have forward compatible implementations.
func (UnimplementedServiceRunnerServer) CreateApiKey ¶
func (UnimplementedServiceRunnerServer) CreateApiKey(context.Context, *CreateApiKeyRequest) (*CreateApiKeyReply, error)
func (UnimplementedServiceRunnerServer) CreateDeployment ¶
func (UnimplementedServiceRunnerServer) CreateDeployment(context.Context, *CreateDeploymentRequest) (*CreateDeploymentReply, error)
func (UnimplementedServiceRunnerServer) CreateEnvironment ¶
func (UnimplementedServiceRunnerServer) CreateEnvironment(context.Context, *CreateEnvironmentRequest) (*CreateEnvironmentReply, error)
func (UnimplementedServiceRunnerServer) CreateProject ¶
func (UnimplementedServiceRunnerServer) CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectReply, error)
func (UnimplementedServiceRunnerServer) DeactivateProject ¶
func (UnimplementedServiceRunnerServer) DeactivateProject(context.Context, *DeactivateProjectRequest) (*DeactivateProjectReply, error)
func (UnimplementedServiceRunnerServer) DeleteApiKey ¶
func (UnimplementedServiceRunnerServer) DeleteApiKey(context.Context, *DeleteApiKeyRequest) (*DeleteApiKeyReply, error)
func (UnimplementedServiceRunnerServer) DeleteEnvironment ¶
func (UnimplementedServiceRunnerServer) DeleteEnvironment(context.Context, *DeleteEnvironmentRequest) (*DeleteEnvironmentReply, error)
func (UnimplementedServiceRunnerServer) DeletePackage ¶
func (UnimplementedServiceRunnerServer) DeletePackage(context.Context, *DeletePackageRequest) (*DeletePackageReply, error)
func (UnimplementedServiceRunnerServer) DeleteProject ¶
func (UnimplementedServiceRunnerServer) DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectReply, error)
func (UnimplementedServiceRunnerServer) DescribeApiKey ¶
func (UnimplementedServiceRunnerServer) DescribeApiKey(context.Context, *DescribeApiKeyRequest) (*DescribeApiKeyReply, error)
func (UnimplementedServiceRunnerServer) DescribeDatabase ¶
func (UnimplementedServiceRunnerServer) DescribeDatabase(context.Context, *DescribeDatabaseRequest) (*DescribeDatabaseReply, error)
func (UnimplementedServiceRunnerServer) DescribeDatastore ¶
func (UnimplementedServiceRunnerServer) DescribeDatastore(context.Context, *DescribeDatastoreRequest) (*DescribeDatastoreReply, error)
func (UnimplementedServiceRunnerServer) DescribeDeployment ¶
func (UnimplementedServiceRunnerServer) DescribeDeployment(context.Context, *DescribeDeploymentRequest) (*DescribeDeploymentReply, error)
func (UnimplementedServiceRunnerServer) DescribeEnvironment ¶
func (UnimplementedServiceRunnerServer) DescribeEnvironment(context.Context, *DescribeEnvironmentRequest) (*DescribeEnvironmentReply, error)
func (UnimplementedServiceRunnerServer) DescribePackage ¶
func (UnimplementedServiceRunnerServer) DescribePackage(context.Context, *DescribePackageRequest) (*DescribePackageReply, error)
func (UnimplementedServiceRunnerServer) DescribeProject ¶
func (UnimplementedServiceRunnerServer) DescribeProject(context.Context, *DescribeProjectRequest) (*DescribeProjectReply, error)
func (UnimplementedServiceRunnerServer) DescribeService ¶
func (UnimplementedServiceRunnerServer) DescribeService(context.Context, *DescribeServiceRequest) (*DescribeServiceReply, error)
func (UnimplementedServiceRunnerServer) DescribeSite ¶
func (UnimplementedServiceRunnerServer) DescribeSite(context.Context, *DescribeSiteRequest) (*DescribeSiteReply, error)
func (UnimplementedServiceRunnerServer) GetLogs ¶
func (UnimplementedServiceRunnerServer) GetLogs(context.Context, *GetLogsRequest) (*GetLogsReply, error)
func (UnimplementedServiceRunnerServer) GetMetricSamples ¶
func (UnimplementedServiceRunnerServer) GetMetricSamples(context.Context, *GetMetricSamplesRequest) (*GetMetricSamplesReply, error)
func (UnimplementedServiceRunnerServer) GetUploadURL ¶
func (UnimplementedServiceRunnerServer) GetUploadURL(context.Context, *GetUploadURLRequest) (*GetUploadURLReply, error)
func (UnimplementedServiceRunnerServer) ListApiKeys ¶
func (UnimplementedServiceRunnerServer) ListApiKeys(context.Context, *ListApiKeysRequest) (*ListApiKeysReply, error)
func (UnimplementedServiceRunnerServer) ListDatabases ¶
func (UnimplementedServiceRunnerServer) ListDatabases(context.Context, *ListDatabasesRequest) (*ListDatabasesReply, error)
func (UnimplementedServiceRunnerServer) ListDatastores ¶
func (UnimplementedServiceRunnerServer) ListDatastores(context.Context, *ListDatastoresRequest) (*ListDatastoresReply, error)
func (UnimplementedServiceRunnerServer) ListDeployments ¶
func (UnimplementedServiceRunnerServer) ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsReply, error)
func (UnimplementedServiceRunnerServer) ListEnvironments ¶
func (UnimplementedServiceRunnerServer) ListEnvironments(context.Context, *ListEnvironmentsRequest) (*ListEnvironmentsReply, error)
func (UnimplementedServiceRunnerServer) ListMetrics ¶
func (UnimplementedServiceRunnerServer) ListMetrics(context.Context, *ListMetricsRequest) (*ListMetricsReply, error)
func (UnimplementedServiceRunnerServer) ListPackages ¶
func (UnimplementedServiceRunnerServer) ListPackages(context.Context, *ListPackagesRequest) (*ListPackagesReply, error)
func (UnimplementedServiceRunnerServer) ListProjects ¶
func (UnimplementedServiceRunnerServer) ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsReply, error)
func (UnimplementedServiceRunnerServer) ListServices ¶
func (UnimplementedServiceRunnerServer) ListServices(context.Context, *ListServicesRequest) (*ListServicesReply, error)
func (UnimplementedServiceRunnerServer) UploadPackage ¶
func (UnimplementedServiceRunnerServer) UploadPackage(context.Context, *UploadPackageRequest) (*UploadPackageReply, error)
type UnimplementedSignUpServer ¶
type UnimplementedSignUpServer struct { }
UnimplementedSignUpServer must be embedded to have forward compatible implementations.
func (UnimplementedSignUpServer) RequestAccess ¶
func (UnimplementedSignUpServer) RequestAccess(context.Context, *RequestAccessRequest) (*RequestAccessReply, error)
type UnsafeServiceRunnerServer ¶
type UnsafeServiceRunnerServer interface {
// contains filtered or unexported methods
}
UnsafeServiceRunnerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServiceRunnerServer will result in compilation errors.
type UnsafeSignUpServer ¶
type UnsafeSignUpServer interface {
// contains filtered or unexported methods
}
UnsafeSignUpServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SignUpServer will result in compilation errors.
type UploadPackageReply ¶
type UploadPackageReply struct { Result *ServiceRunnerResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` PkgId string `protobuf:"bytes,2,opt,name=pkgId,proto3" json:"pkgId,omitempty"` // package id associated with this package // contains filtered or unexported fields }
func (*UploadPackageReply) Descriptor
deprecated
func (*UploadPackageReply) Descriptor() ([]byte, []int)
Deprecated: Use UploadPackageReply.ProtoReflect.Descriptor instead.
func (*UploadPackageReply) GetPkgId ¶
func (x *UploadPackageReply) GetPkgId() string
func (*UploadPackageReply) GetResult ¶
func (x *UploadPackageReply) GetResult() *ServiceRunnerResult
func (*UploadPackageReply) ProtoMessage ¶
func (*UploadPackageReply) ProtoMessage()
func (*UploadPackageReply) ProtoReflect ¶
func (x *UploadPackageReply) ProtoReflect() protoreflect.Message
func (*UploadPackageReply) Reset ¶
func (x *UploadPackageReply) Reset()
func (*UploadPackageReply) String ¶
func (x *UploadPackageReply) String() string
type UploadPackageRequest ¶
type UploadPackageRequest struct { ProjId string `protobuf:"bytes,1,opt,name=projId,proto3" json:"projId,omitempty"` // project id associated with this package PackageXsum []byte `protobuf:"bytes,2,opt,name=packageXsum,proto3" json:"packageXsum,omitempty"` // sha256 checksum of packageTarballData // packageTarballData and packageTarballURL are mutually exclusive PackageTarballData []byte `protobuf:"bytes,3,opt,name=packageTarballData,proto3" json:"packageTarballData,omitempty"` // package tarball content in .tar.xz format (limited to 6MiB); PackageTarballURL string `protobuf:"bytes,4,opt,name=packageTarballURL,proto3" json:"packageTarballURL,omitempty"` // URL to package tarball (when larger than 6MiB) // contains filtered or unexported fields }
func (*UploadPackageRequest) Descriptor
deprecated
func (*UploadPackageRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadPackageRequest.ProtoReflect.Descriptor instead.
func (*UploadPackageRequest) GetPackageTarballData ¶
func (x *UploadPackageRequest) GetPackageTarballData() []byte
func (*UploadPackageRequest) GetPackageTarballURL ¶
func (x *UploadPackageRequest) GetPackageTarballURL() string
func (*UploadPackageRequest) GetPackageXsum ¶
func (x *UploadPackageRequest) GetPackageXsum() []byte
func (*UploadPackageRequest) GetProjId ¶
func (x *UploadPackageRequest) GetProjId() string
func (*UploadPackageRequest) ProtoMessage ¶
func (*UploadPackageRequest) ProtoMessage()
func (*UploadPackageRequest) ProtoReflect ¶
func (x *UploadPackageRequest) ProtoReflect() protoreflect.Message
func (*UploadPackageRequest) Reset ¶
func (x *UploadPackageRequest) Reset()
func (*UploadPackageRequest) String ¶
func (x *UploadPackageRequest) String() string