Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterCommunityServiceServer(s grpc.ServiceRegistrar, srv CommunityServiceServer)
- func RegisterDatasetServiceServer(s grpc.ServiceRegistrar, srv DatasetServiceServer)
- func RegisterDockerImageServiceServer(s grpc.ServiceRegistrar, srv DockerImageServiceServer)
- func RegisterProjectServiceServer(s grpc.ServiceRegistrar, srv ProjectServiceServer)
- func RegisterS3ServiceServer(s grpc.ServiceRegistrar, srv S3ServiceServer)
- type ActivateDatasetRequest
- func (*ActivateDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ActivateDatasetRequest) GetDatasetId() string
- func (x *ActivateDatasetRequest) GetProjectId() string
- func (*ActivateDatasetRequest) ProtoMessage()
- func (x *ActivateDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *ActivateDatasetRequest) Reset()
- func (m *ActivateDatasetRequest) SetDatasetId(v string)
- func (m *ActivateDatasetRequest) SetProjectId(v string)
- func (x *ActivateDatasetRequest) String() string
- type ActivateDockerImageRequest
- func (*ActivateDockerImageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ActivateDockerImageRequest) GetDockerId() string
- func (x *ActivateDockerImageRequest) GetProjectId() string
- func (*ActivateDockerImageRequest) ProtoMessage()
- func (x *ActivateDockerImageRequest) ProtoReflect() protoreflect.Message
- func (x *ActivateDockerImageRequest) Reset()
- func (m *ActivateDockerImageRequest) SetDockerId(v string)
- func (m *ActivateDockerImageRequest) SetProjectId(v string)
- func (x *ActivateDockerImageRequest) String() string
- type ActivateS3Request
- func (*ActivateS3Request) Descriptor() ([]byte, []int)deprecated
- func (x *ActivateS3Request) GetProjectId() string
- func (x *ActivateS3Request) GetS3Id() string
- func (*ActivateS3Request) ProtoMessage()
- func (x *ActivateS3Request) ProtoReflect() protoreflect.Message
- func (x *ActivateS3Request) Reset()
- func (m *ActivateS3Request) SetProjectId(v string)
- func (m *ActivateS3Request) SetS3Id(v string)
- func (x *ActivateS3Request) String() string
- type AddCommunityResourceRequest
- func (*AddCommunityResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddCommunityResourceRequest) GetCommunityId() string
- func (x *AddCommunityResourceRequest) GetResourceId() string
- func (x *AddCommunityResourceRequest) GetResourceType() ResourceType
- func (*AddCommunityResourceRequest) ProtoMessage()
- func (x *AddCommunityResourceRequest) ProtoReflect() protoreflect.Message
- func (x *AddCommunityResourceRequest) Reset()
- func (m *AddCommunityResourceRequest) SetCommunityId(v string)
- func (m *AddCommunityResourceRequest) SetResourceId(v string)
- func (m *AddCommunityResourceRequest) SetResourceType(v ResourceType)
- func (x *AddCommunityResourceRequest) String() string
- type AddResourceToProjectRequest
- func (*AddResourceToProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddResourceToProjectRequest) GetProjectId() string
- func (x *AddResourceToProjectRequest) GetResourceId() string
- func (x *AddResourceToProjectRequest) GetResourceType() ResourceType
- func (*AddResourceToProjectRequest) ProtoMessage()
- func (x *AddResourceToProjectRequest) ProtoReflect() protoreflect.Message
- func (x *AddResourceToProjectRequest) Reset()
- func (m *AddResourceToProjectRequest) SetProjectId(v string)
- func (m *AddResourceToProjectRequest) SetResourceId(v string)
- func (m *AddResourceToProjectRequest) SetResourceType(v ResourceType)
- func (x *AddResourceToProjectRequest) String() string
- type Community
- func (*Community) Descriptor() ([]byte, []int)deprecated
- func (x *Community) GetCreatedAt() *timestamppb.Timestamp
- func (x *Community) GetCreatedById() string
- func (x *Community) GetDescription() string
- func (x *Community) GetId() string
- func (x *Community) GetLabels() map[string]string
- func (x *Community) GetName() string
- func (x *Community) GetOrganizationId() string
- func (x *Community) GetZoneId() string
- func (*Community) ProtoMessage()
- func (x *Community) ProtoReflect() protoreflect.Message
- func (x *Community) Reset()
- func (m *Community) SetCreatedAt(v *timestamppb.Timestamp)
- func (m *Community) SetCreatedById(v string)
- func (m *Community) SetDescription(v string)
- func (m *Community) SetId(v string)
- func (m *Community) SetLabels(v map[string]string)
- func (m *Community) SetName(v string)
- func (m *Community) SetOrganizationId(v string)
- func (m *Community) SetZoneId(v string)
- func (x *Community) String() string
- type CommunityServiceClient
- type CommunityServiceServer
- type CreateCommunityMetadata
- func (*CreateCommunityMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommunityMetadata) GetCommunityId() string
- func (*CreateCommunityMetadata) ProtoMessage()
- func (x *CreateCommunityMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateCommunityMetadata) Reset()
- func (m *CreateCommunityMetadata) SetCommunityId(v string)
- func (x *CreateCommunityMetadata) String() string
- type CreateCommunityRequest
- func (*CreateCommunityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommunityRequest) GetBillingAccountId() string
- func (x *CreateCommunityRequest) GetDescription() string
- func (x *CreateCommunityRequest) GetLabels() map[string]string
- func (x *CreateCommunityRequest) GetName() string
- func (x *CreateCommunityRequest) GetOrganizationId() string
- func (x *CreateCommunityRequest) GetZoneId() string
- func (*CreateCommunityRequest) ProtoMessage()
- func (x *CreateCommunityRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCommunityRequest) Reset()
- func (m *CreateCommunityRequest) SetBillingAccountId(v string)
- func (m *CreateCommunityRequest) SetDescription(v string)
- func (m *CreateCommunityRequest) SetLabels(v map[string]string)
- func (m *CreateCommunityRequest) SetName(v string)
- func (m *CreateCommunityRequest) SetOrganizationId(v string)
- func (m *CreateCommunityRequest) SetZoneId(v string)
- func (x *CreateCommunityRequest) String() string
- type CreateProjectMetadata
- func (*CreateProjectMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProjectMetadata) GetProjectId() string
- func (*CreateProjectMetadata) ProtoMessage()
- func (x *CreateProjectMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateProjectMetadata) Reset()
- func (m *CreateProjectMetadata) SetProjectId(v string)
- func (x *CreateProjectMetadata) String() string
- type CreateProjectRequest
- func (*CreateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProjectRequest) GetCommunityId() string
- func (x *CreateProjectRequest) GetDescription() string
- func (x *CreateProjectRequest) GetLabels() map[string]string
- func (x *CreateProjectRequest) GetLimits() *Project_Limits
- func (x *CreateProjectRequest) GetName() string
- func (x *CreateProjectRequest) GetSettings() *Project_Settings
- func (*CreateProjectRequest) ProtoMessage()
- func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *CreateProjectRequest) Reset()
- func (m *CreateProjectRequest) SetCommunityId(v string)
- func (m *CreateProjectRequest) SetDescription(v string)
- func (m *CreateProjectRequest) SetLabels(v map[string]string)
- func (m *CreateProjectRequest) SetLimits(v *Project_Limits)
- func (m *CreateProjectRequest) SetName(v string)
- func (m *CreateProjectRequest) SetSettings(v *Project_Settings)
- func (x *CreateProjectRequest) String() string
- type Dataset
- func (*Dataset) Descriptor() ([]byte, []int)deprecated
- func (x *Dataset) GetCode() string
- func (x *Dataset) GetCreatedAt() *timestamppb.Timestamp
- func (x *Dataset) GetCreatedById() string
- func (x *Dataset) GetDataCapsuleId() string
- func (x *Dataset) GetDescription() string
- func (x *Dataset) GetId() string
- func (x *Dataset) GetLabels() map[string]string
- func (x *Dataset) GetMountPath() string
- func (x *Dataset) GetName() string
- func (x *Dataset) GetProjectId() string
- func (x *Dataset) GetSizeGb() int64
- func (x *Dataset) GetZoneIds() []string
- func (*Dataset) ProtoMessage()
- func (x *Dataset) ProtoReflect() protoreflect.Message
- func (x *Dataset) Reset()
- func (m *Dataset) SetCode(v string)
- func (m *Dataset) SetCreatedAt(v *timestamppb.Timestamp)
- func (m *Dataset) SetCreatedById(v string)
- func (m *Dataset) SetDataCapsuleId(v string)
- func (m *Dataset) SetDescription(v string)
- func (m *Dataset) SetId(v string)
- func (m *Dataset) SetLabels(v map[string]string)
- func (m *Dataset) SetMountPath(v string)
- func (m *Dataset) SetName(v string)
- func (m *Dataset) SetProjectId(v string)
- func (m *Dataset) SetSizeGb(v int64)
- func (m *Dataset) SetZoneIds(v []string)
- func (x *Dataset) String() string
- type DatasetServiceClient
- type DatasetServiceServer
- type DatasetStatus
- func (*DatasetStatus) Descriptor() ([]byte, []int)deprecated
- func (m *DatasetStatus) GetStatus() isDatasetStatus_Status
- func (x *DatasetStatus) GetStatusActive() *DatasetStatus_StatusActive
- func (x *DatasetStatus) GetStatusError() *DatasetStatus_StatusError
- func (x *DatasetStatus) GetStatusInactive() *DatasetStatus_StatusInactive
- func (*DatasetStatus) ProtoMessage()
- func (x *DatasetStatus) ProtoReflect() protoreflect.Message
- func (x *DatasetStatus) Reset()
- func (m *DatasetStatus) SetStatus(v DatasetStatus_Status)
- func (m *DatasetStatus) SetStatusActive(v *DatasetStatus_StatusActive)
- func (m *DatasetStatus) SetStatusError(v *DatasetStatus_StatusError)
- func (m *DatasetStatus) SetStatusInactive(v *DatasetStatus_StatusInactive)
- func (x *DatasetStatus) String() string
- type DatasetStatus_Status
- type DatasetStatus_StatusActive
- type DatasetStatus_StatusActive_
- type DatasetStatus_StatusError
- func (*DatasetStatus_StatusError) Descriptor() ([]byte, []int)deprecated
- func (x *DatasetStatus_StatusError) GetError() string
- func (*DatasetStatus_StatusError) ProtoMessage()
- func (x *DatasetStatus_StatusError) ProtoReflect() protoreflect.Message
- func (x *DatasetStatus_StatusError) Reset()
- func (m *DatasetStatus_StatusError) SetError(v string)
- func (x *DatasetStatus_StatusError) String() string
- type DatasetStatus_StatusError_
- type DatasetStatus_StatusInactive
- func (*DatasetStatus_StatusInactive) Descriptor() ([]byte, []int)deprecated
- func (*DatasetStatus_StatusInactive) ProtoMessage()
- func (x *DatasetStatus_StatusInactive) ProtoReflect() protoreflect.Message
- func (x *DatasetStatus_StatusInactive) Reset()
- func (x *DatasetStatus_StatusInactive) String() string
- type DatasetStatus_StatusInactive_
- type DeactivateDatasetRequest
- func (*DeactivateDatasetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateDatasetRequest) GetDatasetId() string
- func (x *DeactivateDatasetRequest) GetProjectId() string
- func (*DeactivateDatasetRequest) ProtoMessage()
- func (x *DeactivateDatasetRequest) ProtoReflect() protoreflect.Message
- func (x *DeactivateDatasetRequest) Reset()
- func (m *DeactivateDatasetRequest) SetDatasetId(v string)
- func (m *DeactivateDatasetRequest) SetProjectId(v string)
- func (x *DeactivateDatasetRequest) String() string
- type DeactivateS3Request
- func (*DeactivateS3Request) Descriptor() ([]byte, []int)deprecated
- func (x *DeactivateS3Request) GetProjectId() string
- func (x *DeactivateS3Request) GetS3Id() string
- func (*DeactivateS3Request) ProtoMessage()
- func (x *DeactivateS3Request) ProtoReflect() protoreflect.Message
- func (x *DeactivateS3Request) Reset()
- func (m *DeactivateS3Request) SetProjectId(v string)
- func (m *DeactivateS3Request) SetS3Id(v string)
- func (x *DeactivateS3Request) String() string
- type DecryptedSecret
- func (*DecryptedSecret) Descriptor() ([]byte, []int)deprecated
- func (x *DecryptedSecret) GetContent() string
- func (x *DecryptedSecret) GetSecret() *Secret
- func (*DecryptedSecret) ProtoMessage()
- func (x *DecryptedSecret) ProtoReflect() protoreflect.Message
- func (x *DecryptedSecret) Reset()
- func (m *DecryptedSecret) SetContent(v string)
- func (m *DecryptedSecret) SetSecret(v *Secret)
- func (x *DecryptedSecret) String() string
- type DeleteCommunityMetadata
- func (*DeleteCommunityMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCommunityMetadata) GetCommunityId() string
- func (*DeleteCommunityMetadata) ProtoMessage()
- func (x *DeleteCommunityMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteCommunityMetadata) Reset()
- func (m *DeleteCommunityMetadata) SetCommunityId(v string)
- func (x *DeleteCommunityMetadata) String() string
- type DeleteCommunityRequest
- func (*DeleteCommunityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCommunityRequest) GetCommunityId() string
- func (*DeleteCommunityRequest) ProtoMessage()
- func (x *DeleteCommunityRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCommunityRequest) Reset()
- func (m *DeleteCommunityRequest) SetCommunityId(v string)
- func (x *DeleteCommunityRequest) String() string
- type DeleteProjectMetadata
- func (*DeleteProjectMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteProjectMetadata) GetProjectId() string
- func (*DeleteProjectMetadata) ProtoMessage()
- func (x *DeleteProjectMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteProjectMetadata) Reset()
- func (m *DeleteProjectMetadata) SetProjectId(v string)
- func (x *DeleteProjectMetadata) String() string
- type DeleteProjectRequest
- func (*DeleteProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteProjectRequest) GetProjectId() string
- func (*DeleteProjectRequest) ProtoMessage()
- func (x *DeleteProjectRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteProjectRequest) Reset()
- func (m *DeleteProjectRequest) SetProjectId(v string)
- func (x *DeleteProjectRequest) String() string
- type DiskInfo
- func (*DiskInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DiskInfo) GetDetailedUsage() *DiskInfo_DetailedDiskInfo
- func (x *DiskInfo) GetDiskSizeGb() float64
- func (x *DiskInfo) GetDiskUsedGb() float64
- func (x *DiskInfo) GetProjectId() string
- func (*DiskInfo) ProtoMessage()
- func (x *DiskInfo) ProtoReflect() protoreflect.Message
- func (x *DiskInfo) Reset()
- func (m *DiskInfo) SetDetailedUsage(v *DiskInfo_DetailedDiskInfo)
- func (m *DiskInfo) SetDiskSizeGb(v float64)
- func (m *DiskInfo) SetDiskUsedGb(v float64)
- func (m *DiskInfo) SetProjectId(v string)
- func (x *DiskInfo) String() string
- type DiskInfo_DetailedDiskInfo
- func (*DiskInfo_DetailedDiskInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DiskInfo_DetailedDiskInfo) GetFreeSpaceGb() float64
- func (x *DiskInfo_DetailedDiskInfo) GetPackagesGb() float64
- func (x *DiskInfo_DetailedDiskInfo) GetSystemDataGb() float64
- func (x *DiskInfo_DetailedDiskInfo) GetUserDataGb() float64
- func (*DiskInfo_DetailedDiskInfo) ProtoMessage()
- func (x *DiskInfo_DetailedDiskInfo) ProtoReflect() protoreflect.Message
- func (x *DiskInfo_DetailedDiskInfo) Reset()
- func (m *DiskInfo_DetailedDiskInfo) SetFreeSpaceGb(v float64)
- func (m *DiskInfo_DetailedDiskInfo) SetPackagesGb(v float64)
- func (m *DiskInfo_DetailedDiskInfo) SetSystemDataGb(v float64)
- func (m *DiskInfo_DetailedDiskInfo) SetUserDataGb(v float64)
- func (x *DiskInfo_DetailedDiskInfo) String() string
- type DockerImageServiceClient
- type DockerImageServiceServer
- type ExecutionStatus
- func (ExecutionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ExecutionStatus) Enum() *ExecutionStatus
- func (ExecutionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExecutionStatus) Number() protoreflect.EnumNumber
- func (x ExecutionStatus) String() string
- func (ExecutionStatus) Type() protoreflect.EnumType
- type GetCommunityRequest
- func (*GetCommunityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommunityRequest) GetCommunityId() string
- func (*GetCommunityRequest) ProtoMessage()
- func (x *GetCommunityRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommunityRequest) Reset()
- func (m *GetCommunityRequest) SetCommunityId(v string)
- func (x *GetCommunityRequest) String() string
- type GetCommunityRestrictionsRequest
- func (*GetCommunityRestrictionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommunityRestrictionsRequest) GetCommunityId() string
- func (*GetCommunityRestrictionsRequest) ProtoMessage()
- func (x *GetCommunityRestrictionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommunityRestrictionsRequest) Reset()
- func (m *GetCommunityRestrictionsRequest) SetCommunityId(v string)
- func (x *GetCommunityRestrictionsRequest) String() string
- type GetProjectRequest
- func (*GetProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectRequest) GetProjectId() string
- func (*GetProjectRequest) ProtoMessage()
- func (x *GetProjectRequest) ProtoReflect() protoreflect.Message
- func (x *GetProjectRequest) Reset()
- func (m *GetProjectRequest) SetProjectId(v string)
- func (x *GetProjectRequest) String() string
- type GetProjectRestrictionsRequest
- func (*GetProjectRestrictionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectRestrictionsRequest) GetProjectId() string
- func (*GetProjectRestrictionsRequest) ProtoMessage()
- func (x *GetProjectRestrictionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetProjectRestrictionsRequest) Reset()
- func (m *GetProjectRestrictionsRequest) SetProjectId(v string)
- func (x *GetProjectRestrictionsRequest) String() string
- type GetRestrictionsMetaResponse
- func (*GetRestrictionsMetaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRestrictionsMetaResponse) GetRestrictionsMeta() []*RestrictionMeta
- func (*GetRestrictionsMetaResponse) ProtoMessage()
- func (x *GetRestrictionsMetaResponse) ProtoReflect() protoreflect.Message
- func (x *GetRestrictionsMetaResponse) Reset()
- func (m *GetRestrictionsMetaResponse) SetRestrictionsMeta(v []*RestrictionMeta)
- func (x *GetRestrictionsMetaResponse) String() string
- type GetUnitBalanceRequest
- func (*GetUnitBalanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUnitBalanceRequest) GetProjectId() string
- func (*GetUnitBalanceRequest) ProtoMessage()
- func (x *GetUnitBalanceRequest) ProtoReflect() protoreflect.Message
- func (x *GetUnitBalanceRequest) Reset()
- func (m *GetUnitBalanceRequest) SetProjectId(v string)
- func (x *GetUnitBalanceRequest) String() string
- type GetUnitBalanceResponse
- func (*GetUnitBalanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUnitBalanceResponse) GetUnitBalance() *wrapperspb.Int64Value
- func (*GetUnitBalanceResponse) ProtoMessage()
- func (x *GetUnitBalanceResponse) ProtoReflect() protoreflect.Message
- func (x *GetUnitBalanceResponse) Reset()
- func (m *GetUnitBalanceResponse) SetUnitBalance(v *wrapperspb.Int64Value)
- func (x *GetUnitBalanceResponse) String() string
- type ListCommunitiesRequest
- func (*ListCommunitiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCommunitiesRequest) GetListPublic() bool
- func (x *ListCommunitiesRequest) GetNameOrDescriptionPattern() string
- func (x *ListCommunitiesRequest) GetOrganizationId() string
- func (x *ListCommunitiesRequest) GetOwnedById() string
- func (x *ListCommunitiesRequest) GetPageSize() int64
- func (x *ListCommunitiesRequest) GetPageToken() string
- func (*ListCommunitiesRequest) ProtoMessage()
- func (x *ListCommunitiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListCommunitiesRequest) Reset()
- func (m *ListCommunitiesRequest) SetListPublic(v bool)
- func (m *ListCommunitiesRequest) SetNameOrDescriptionPattern(v string)
- func (m *ListCommunitiesRequest) SetOrganizationId(v string)
- func (m *ListCommunitiesRequest) SetOwnedById(v string)
- func (m *ListCommunitiesRequest) SetPageSize(v int64)
- func (m *ListCommunitiesRequest) SetPageToken(v string)
- func (x *ListCommunitiesRequest) String() string
- type ListCommunitiesResponse
- func (*ListCommunitiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCommunitiesResponse) GetCommunities() []*Community
- func (x *ListCommunitiesResponse) GetNextPageToken() string
- func (*ListCommunitiesResponse) ProtoMessage()
- func (x *ListCommunitiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListCommunitiesResponse) Reset()
- func (m *ListCommunitiesResponse) SetCommunities(v []*Community)
- func (m *ListCommunitiesResponse) SetNextPageToken(v string)
- func (x *ListCommunitiesResponse) String() string
- type ListProjectsRequest
- func (*ListProjectsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsRequest) GetCommunityId() string
- func (x *ListProjectsRequest) GetOwnedById() string
- func (x *ListProjectsRequest) GetPageSize() int64
- func (x *ListProjectsRequest) GetPageToken() string
- func (x *ListProjectsRequest) GetProjectNamePattern() string
- func (*ListProjectsRequest) ProtoMessage()
- func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectsRequest) Reset()
- func (m *ListProjectsRequest) SetCommunityId(v string)
- func (m *ListProjectsRequest) SetOwnedById(v string)
- func (m *ListProjectsRequest) SetPageSize(v int64)
- func (m *ListProjectsRequest) SetPageToken(v string)
- func (m *ListProjectsRequest) SetProjectNamePattern(v string)
- func (x *ListProjectsRequest) String() string
- type ListProjectsResponse
- func (*ListProjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsResponse) GetNextPageToken() string
- func (x *ListProjectsResponse) GetProjects() []*Project
- func (*ListProjectsResponse) ProtoMessage()
- func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectsResponse) Reset()
- func (m *ListProjectsResponse) SetNextPageToken(v string)
- func (m *ListProjectsResponse) SetProjects(v []*Project)
- func (x *ListProjectsResponse) String() string
- type OpenProjectMetadata
- func (*OpenProjectMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *OpenProjectMetadata) GetProjectId() string
- func (x *OpenProjectMetadata) GetStatus() OpenProjectMetadata_OpenProjectStatus
- func (*OpenProjectMetadata) ProtoMessage()
- func (x *OpenProjectMetadata) ProtoReflect() protoreflect.Message
- func (x *OpenProjectMetadata) Reset()
- func (m *OpenProjectMetadata) SetProjectId(v string)
- func (m *OpenProjectMetadata) SetStatus(v OpenProjectMetadata_OpenProjectStatus)
- func (x *OpenProjectMetadata) String() string
- type OpenProjectMetadata_OpenProjectStatus
- func (OpenProjectMetadata_OpenProjectStatus) Descriptor() protoreflect.EnumDescriptor
- func (x OpenProjectMetadata_OpenProjectStatus) Enum() *OpenProjectMetadata_OpenProjectStatus
- func (OpenProjectMetadata_OpenProjectStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x OpenProjectMetadata_OpenProjectStatus) Number() protoreflect.EnumNumber
- func (x OpenProjectMetadata_OpenProjectStatus) String() string
- func (OpenProjectMetadata_OpenProjectStatus) Type() protoreflect.EnumType
- type OpenProjectRequest
- func (*OpenProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OpenProjectRequest) GetProjectId() string
- func (*OpenProjectRequest) ProtoMessage()
- func (x *OpenProjectRequest) ProtoReflect() protoreflect.Message
- func (x *OpenProjectRequest) Reset()
- func (m *OpenProjectRequest) SetProjectId(v string)
- func (x *OpenProjectRequest) String() string
- type OpenProjectResponse
- func (*OpenProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OpenProjectResponse) GetProjectUrl() string
- func (x *OpenProjectResponse) GetSessionToken() string
- func (*OpenProjectResponse) ProtoMessage()
- func (x *OpenProjectResponse) ProtoReflect() protoreflect.Message
- func (x *OpenProjectResponse) Reset()
- func (m *OpenProjectResponse) SetProjectUrl(v string)
- func (m *OpenProjectResponse) SetSessionToken(v string)
- func (x *OpenProjectResponse) String() string
- type Project
- func (*Project) Descriptor() ([]byte, []int)deprecated
- func (x *Project) GetCommunityId() string
- func (x *Project) GetCreatedAt() *timestamppb.Timestamp
- func (x *Project) GetCreatedById() string
- func (x *Project) GetDescription() string
- func (x *Project) GetId() string
- func (x *Project) GetLabels() map[string]string
- func (x *Project) GetLimits() *Project_Limits
- func (x *Project) GetName() string
- func (x *Project) GetSettings() *Project_Settings
- func (*Project) ProtoMessage()
- func (x *Project) ProtoReflect() protoreflect.Message
- func (x *Project) Reset()
- func (m *Project) SetCommunityId(v string)
- func (m *Project) SetCreatedAt(v *timestamppb.Timestamp)
- func (m *Project) SetCreatedById(v string)
- func (m *Project) SetDescription(v string)
- func (m *Project) SetId(v string)
- func (m *Project) SetLabels(v map[string]string)
- func (m *Project) SetLimits(v *Project_Limits)
- func (m *Project) SetName(v string)
- func (m *Project) SetSettings(v *Project_Settings)
- func (x *Project) String() string
- type ProjectExecutionMetadata
- func (*ProjectExecutionMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectExecutionMetadata) GetCellId() string
- func (x *ProjectExecutionMetadata) GetNotebookId() string
- func (x *ProjectExecutionMetadata) GetProjectId() string
- func (m *ProjectExecutionMetadata) GetTarget() isProjectExecutionMetadata_Target
- func (*ProjectExecutionMetadata) ProtoMessage()
- func (x *ProjectExecutionMetadata) ProtoReflect() protoreflect.Message
- func (x *ProjectExecutionMetadata) Reset()
- func (m *ProjectExecutionMetadata) SetCellId(v string)
- func (m *ProjectExecutionMetadata) SetNotebookId(v string)
- func (m *ProjectExecutionMetadata) SetProjectId(v string)
- func (m *ProjectExecutionMetadata) SetTarget(v ProjectExecutionMetadata_Target)
- func (x *ProjectExecutionMetadata) String() string
- type ProjectExecutionMetadata_CellId
- type ProjectExecutionMetadata_NotebookId
- type ProjectExecutionMetadata_Target
- type ProjectExecutionRequest
- func (*ProjectExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectExecutionRequest) GetCellId() stringdeprecated
- func (x *ProjectExecutionRequest) GetInputVariables() *structpb.Struct
- func (x *ProjectExecutionRequest) GetNotebookId() string
- func (x *ProjectExecutionRequest) GetOutputVariableNames() []string
- func (x *ProjectExecutionRequest) GetProjectId() string
- func (x *ProjectExecutionRequest) GetSparkConnectorId() string
- func (x *ProjectExecutionRequest) GetSpec() string
- func (m *ProjectExecutionRequest) GetTarget() isProjectExecutionRequest_Target
- func (*ProjectExecutionRequest) ProtoMessage()
- func (x *ProjectExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *ProjectExecutionRequest) Reset()
- func (m *ProjectExecutionRequest) SetCellId(v string)
- func (m *ProjectExecutionRequest) SetInputVariables(v *structpb.Struct)
- func (m *ProjectExecutionRequest) SetNotebookId(v string)
- func (m *ProjectExecutionRequest) SetOutputVariableNames(v []string)
- func (m *ProjectExecutionRequest) SetProjectId(v string)
- func (m *ProjectExecutionRequest) SetSparkConnectorId(v string)
- func (m *ProjectExecutionRequest) SetSpec(v string)
- func (m *ProjectExecutionRequest) SetTarget(v ProjectExecutionRequest_Target)
- func (x *ProjectExecutionRequest) String() string
- type ProjectExecutionRequest_CellId
- type ProjectExecutionRequest_NotebookId
- type ProjectExecutionRequest_Target
- type ProjectExecutionResponse
- func (*ProjectExecutionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectExecutionResponse) GetExecutionStatus() ExecutionStatus
- func (*ProjectExecutionResponse) ProtoMessage()
- func (x *ProjectExecutionResponse) ProtoReflect() protoreflect.Message
- func (x *ProjectExecutionResponse) Reset()
- func (m *ProjectExecutionResponse) SetExecutionStatus(v ExecutionStatus)
- func (x *ProjectExecutionResponse) String() string
- type ProjectServiceClient
- type ProjectServiceServer
- type Project_Limits
- func (*Project_Limits) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Limits) GetMaxUnitsPerExecution() *wrapperspb.Int64Value
- func (x *Project_Limits) GetMaxUnitsPerHour() *wrapperspb.Int64Value
- func (*Project_Limits) ProtoMessage()
- func (x *Project_Limits) ProtoReflect() protoreflect.Message
- func (x *Project_Limits) Reset()
- func (m *Project_Limits) SetMaxUnitsPerExecution(v *wrapperspb.Int64Value)
- func (m *Project_Limits) SetMaxUnitsPerHour(v *wrapperspb.Int64Value)
- func (x *Project_Limits) String() string
- type Project_Settings
- func (*Project_Settings) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Settings) GetDataProcClusterId() string
- func (x *Project_Settings) GetDefaultDedicatedSpec() string
- func (x *Project_Settings) GetDefaultFolderId() string
- func (x *Project_Settings) GetEarlyAccess() bool
- func (x *Project_Settings) GetIde() Project_Settings_Ide
- func (x *Project_Settings) GetSecurityGroupIds() []string
- func (x *Project_Settings) GetServiceAccountId() string
- func (x *Project_Settings) GetStaleExecTimeoutMode() Project_Settings_StaleExecutionTimeoutMode
- func (x *Project_Settings) GetSubnetId() string
- func (x *Project_Settings) GetVmInactivityTimeout() *durationpb.Duration
- func (*Project_Settings) ProtoMessage()
- func (x *Project_Settings) ProtoReflect() protoreflect.Message
- func (x *Project_Settings) Reset()
- func (m *Project_Settings) SetDataProcClusterId(v string)
- func (m *Project_Settings) SetDefaultDedicatedSpec(v string)
- func (m *Project_Settings) SetDefaultFolderId(v string)
- func (m *Project_Settings) SetEarlyAccess(v bool)
- func (m *Project_Settings) SetIde(v Project_Settings_Ide)
- func (m *Project_Settings) SetSecurityGroupIds(v []string)
- func (m *Project_Settings) SetServiceAccountId(v string)
- func (m *Project_Settings) SetStaleExecTimeoutMode(v Project_Settings_StaleExecutionTimeoutMode)
- func (m *Project_Settings) SetSubnetId(v string)
- func (m *Project_Settings) SetVmInactivityTimeout(v *durationpb.Duration)
- func (x *Project_Settings) String() string
- type Project_Settings_Ide
- func (Project_Settings_Ide) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Settings_Ide) Enum() *Project_Settings_Ide
- func (Project_Settings_Ide) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Settings_Ide) Number() protoreflect.EnumNumber
- func (x Project_Settings_Ide) String() string
- func (Project_Settings_Ide) Type() protoreflect.EnumType
- type Project_Settings_StaleExecutionTimeoutMode
- func (Project_Settings_StaleExecutionTimeoutMode) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Settings_StaleExecutionTimeoutMode) Enum() *Project_Settings_StaleExecutionTimeoutMode
- func (Project_Settings_StaleExecutionTimeoutMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Settings_StaleExecutionTimeoutMode) Number() protoreflect.EnumNumber
- func (x Project_Settings_StaleExecutionTimeoutMode) String() string
- func (Project_Settings_StaleExecutionTimeoutMode) Type() protoreflect.EnumType
- type RemoveCommunityResourceRequest
- func (*RemoveCommunityResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCommunityResourceRequest) GetCommunityId() string
- func (x *RemoveCommunityResourceRequest) GetResourceId() string
- func (x *RemoveCommunityResourceRequest) GetResourceType() ResourceType
- func (*RemoveCommunityResourceRequest) ProtoMessage()
- func (x *RemoveCommunityResourceRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveCommunityResourceRequest) Reset()
- func (m *RemoveCommunityResourceRequest) SetCommunityId(v string)
- func (m *RemoveCommunityResourceRequest) SetResourceId(v string)
- func (m *RemoveCommunityResourceRequest) SetResourceType(v ResourceType)
- func (x *RemoveCommunityResourceRequest) String() string
- type RemoveResourceFromProjectRequest
- func (*RemoveResourceFromProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveResourceFromProjectRequest) GetProjectId() string
- func (x *RemoveResourceFromProjectRequest) GetResourceId() string
- func (x *RemoveResourceFromProjectRequest) GetResourceType() ResourceType
- func (*RemoveResourceFromProjectRequest) ProtoMessage()
- func (x *RemoveResourceFromProjectRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveResourceFromProjectRequest) Reset()
- func (m *RemoveResourceFromProjectRequest) SetProjectId(v string)
- func (m *RemoveResourceFromProjectRequest) SetResourceId(v string)
- func (m *RemoveResourceFromProjectRequest) SetResourceType(v ResourceType)
- func (x *RemoveResourceFromProjectRequest) String() string
- type ResizeProjectDiskMetadata
- func (*ResizeProjectDiskMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ResizeProjectDiskMetadata) GetNewDiskSizeGb() int64
- func (x *ResizeProjectDiskMetadata) GetOldDiskSizeGb() int64
- func (x *ResizeProjectDiskMetadata) GetProjectId() string
- func (*ResizeProjectDiskMetadata) ProtoMessage()
- func (x *ResizeProjectDiskMetadata) ProtoReflect() protoreflect.Message
- func (x *ResizeProjectDiskMetadata) Reset()
- func (m *ResizeProjectDiskMetadata) SetNewDiskSizeGb(v int64)
- func (m *ResizeProjectDiskMetadata) SetOldDiskSizeGb(v int64)
- func (m *ResizeProjectDiskMetadata) SetProjectId(v string)
- func (x *ResizeProjectDiskMetadata) String() string
- type ResizeProjectDiskRequest
- func (*ResizeProjectDiskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResizeProjectDiskRequest) GetNewDiskSizeGb() int64
- func (x *ResizeProjectDiskRequest) GetProjectId() string
- func (*ResizeProjectDiskRequest) ProtoMessage()
- func (x *ResizeProjectDiskRequest) ProtoReflect() protoreflect.Message
- func (x *ResizeProjectDiskRequest) Reset()
- func (m *ResizeProjectDiskRequest) SetNewDiskSizeGb(v int64)
- func (m *ResizeProjectDiskRequest) SetProjectId(v string)
- func (x *ResizeProjectDiskRequest) String() string
- type ResourceType
- func (ResourceType) Descriptor() protoreflect.EnumDescriptor
- func (x ResourceType) Enum() *ResourceType
- func (ResourceType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResourceType) Number() protoreflect.EnumNumber
- func (x ResourceType) String() string
- func (ResourceType) Type() protoreflect.EnumType
- type Restriction
- func (*Restriction) Descriptor() ([]byte, []int)deprecated
- func (x *Restriction) GetBoolValue() []bool
- func (x *Restriction) GetLongValue() []int64
- func (x *Restriction) GetName() string
- func (x *Restriction) GetStringValue() []string
- func (*Restriction) ProtoMessage()
- func (x *Restriction) ProtoReflect() protoreflect.Message
- func (x *Restriction) Reset()
- func (m *Restriction) SetBoolValue(v []bool)
- func (m *Restriction) SetLongValue(v []int64)
- func (m *Restriction) SetName(v string)
- func (m *Restriction) SetStringValue(v []string)
- func (x *Restriction) String() string
- type RestrictionMeta
- func (*RestrictionMeta) Descriptor() ([]byte, []int)deprecated
- func (x *RestrictionMeta) GetName() string
- func (x *RestrictionMeta) GetValueType() RestrictionMeta_RestrictionValueType
- func (*RestrictionMeta) ProtoMessage()
- func (x *RestrictionMeta) ProtoReflect() protoreflect.Message
- func (x *RestrictionMeta) Reset()
- func (m *RestrictionMeta) SetName(v string)
- func (m *RestrictionMeta) SetValueType(v RestrictionMeta_RestrictionValueType)
- func (x *RestrictionMeta) String() string
- type RestrictionMeta_RestrictionValueType
- func (RestrictionMeta_RestrictionValueType) Descriptor() protoreflect.EnumDescriptor
- func (x RestrictionMeta_RestrictionValueType) Enum() *RestrictionMeta_RestrictionValueType
- func (RestrictionMeta_RestrictionValueType) EnumDescriptor() ([]byte, []int)deprecated
- func (x RestrictionMeta_RestrictionValueType) Number() protoreflect.EnumNumber
- func (x RestrictionMeta_RestrictionValueType) String() string
- func (RestrictionMeta_RestrictionValueType) Type() protoreflect.EnumType
- type RestrictionsResponse
- func (*RestrictionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RestrictionsResponse) GetRestrictions() []*Restriction
- func (*RestrictionsResponse) ProtoMessage()
- func (x *RestrictionsResponse) ProtoReflect() protoreflect.Message
- func (x *RestrictionsResponse) Reset()
- func (m *RestrictionsResponse) SetRestrictions(v []*Restriction)
- func (x *RestrictionsResponse) String() string
- type S3ServiceClient
- type S3ServiceServer
- type Secret
- func (*Secret) Descriptor() ([]byte, []int)deprecated
- func (x *Secret) GetCreatedAt() *timestamppb.Timestamp
- func (x *Secret) GetCreatedById() string
- func (x *Secret) GetDescription() string
- func (x *Secret) GetId() string
- func (x *Secret) GetLabels() map[string]string
- func (x *Secret) GetName() string
- func (x *Secret) GetProjectId() string
- func (x *Secret) GetUpdatedAt() *timestamppb.Timestamp
- func (*Secret) ProtoMessage()
- func (x *Secret) ProtoReflect() protoreflect.Message
- func (x *Secret) Reset()
- func (m *Secret) SetCreatedAt(v *timestamppb.Timestamp)
- func (m *Secret) SetCreatedById(v string)
- func (m *Secret) SetDescription(v string)
- func (m *Secret) SetId(v string)
- func (m *Secret) SetLabels(v map[string]string)
- func (m *Secret) SetName(v string)
- func (m *Secret) SetProjectId(v string)
- func (m *Secret) SetUpdatedAt(v *timestamppb.Timestamp)
- func (x *Secret) String() string
- type SetCommunityAccessBindingsMetadata
- func (*SetCommunityAccessBindingsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *SetCommunityAccessBindingsMetadata) GetCommunityId() string
- func (*SetCommunityAccessBindingsMetadata) ProtoMessage()
- func (x *SetCommunityAccessBindingsMetadata) ProtoReflect() protoreflect.Message
- func (x *SetCommunityAccessBindingsMetadata) Reset()
- func (m *SetCommunityAccessBindingsMetadata) SetCommunityId(v string)
- func (x *SetCommunityAccessBindingsMetadata) String() string
- type SetCommunityRestrictionsRequest
- func (*SetCommunityRestrictionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCommunityRestrictionsRequest) GetCommunityId() string
- func (x *SetCommunityRestrictionsRequest) GetRestrictions() []*Restriction
- func (*SetCommunityRestrictionsRequest) ProtoMessage()
- func (x *SetCommunityRestrictionsRequest) ProtoReflect() protoreflect.Message
- func (x *SetCommunityRestrictionsRequest) Reset()
- func (m *SetCommunityRestrictionsRequest) SetCommunityId(v string)
- func (m *SetCommunityRestrictionsRequest) SetRestrictions(v []*Restriction)
- func (x *SetCommunityRestrictionsRequest) String() string
- type SetProjectAccessBindingsMetadata
- func (*SetProjectAccessBindingsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *SetProjectAccessBindingsMetadata) GetProjectId() string
- func (*SetProjectAccessBindingsMetadata) ProtoMessage()
- func (x *SetProjectAccessBindingsMetadata) ProtoReflect() protoreflect.Message
- func (x *SetProjectAccessBindingsMetadata) Reset()
- func (m *SetProjectAccessBindingsMetadata) SetProjectId(v string)
- func (x *SetProjectAccessBindingsMetadata) String() string
- type SetProjectRestrictionsRequest
- func (*SetProjectRestrictionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetProjectRestrictionsRequest) GetProjectId() string
- func (x *SetProjectRestrictionsRequest) GetRestrictions() []*Restriction
- func (*SetProjectRestrictionsRequest) ProtoMessage()
- func (x *SetProjectRestrictionsRequest) ProtoReflect() protoreflect.Message
- func (x *SetProjectRestrictionsRequest) Reset()
- func (m *SetProjectRestrictionsRequest) SetProjectId(v string)
- func (m *SetProjectRestrictionsRequest) SetRestrictions(v []*Restriction)
- func (x *SetProjectRestrictionsRequest) String() string
- type SetUnitBalanceMetadata
- func (*SetUnitBalanceMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *SetUnitBalanceMetadata) GetProjectId() string
- func (*SetUnitBalanceMetadata) ProtoMessage()
- func (x *SetUnitBalanceMetadata) ProtoReflect() protoreflect.Message
- func (x *SetUnitBalanceMetadata) Reset()
- func (m *SetUnitBalanceMetadata) SetProjectId(v string)
- func (x *SetUnitBalanceMetadata) String() string
- type SetUnitBalanceRequest
- func (*SetUnitBalanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetUnitBalanceRequest) GetProjectId() string
- func (x *SetUnitBalanceRequest) GetUnitBalance() *wrapperspb.Int64Value
- func (*SetUnitBalanceRequest) ProtoMessage()
- func (x *SetUnitBalanceRequest) ProtoReflect() protoreflect.Message
- func (x *SetUnitBalanceRequest) Reset()
- func (m *SetUnitBalanceRequest) SetProjectId(v string)
- func (m *SetUnitBalanceRequest) SetUnitBalance(v *wrapperspb.Int64Value)
- func (x *SetUnitBalanceRequest) String() string
- type UnimplementedCommunityServiceServer
- func (UnimplementedCommunityServiceServer) AddResource(context.Context, *AddCommunityResourceRequest) (*operation.Operation, error)
- func (UnimplementedCommunityServiceServer) Create(context.Context, *CreateCommunityRequest) (*operation.Operation, error)
- func (UnimplementedCommunityServiceServer) Delete(context.Context, *DeleteCommunityRequest) (*operation.Operation, error)
- func (UnimplementedCommunityServiceServer) Get(context.Context, *GetCommunityRequest) (*Community, error)
- func (UnimplementedCommunityServiceServer) GetRestrictions(context.Context, *GetCommunityRestrictionsRequest) (*RestrictionsResponse, error)
- func (UnimplementedCommunityServiceServer) GetRestrictionsMeta(context.Context, *emptypb.Empty) (*GetRestrictionsMetaResponse, error)
- func (UnimplementedCommunityServiceServer) List(context.Context, *ListCommunitiesRequest) (*ListCommunitiesResponse, error)
- func (UnimplementedCommunityServiceServer) ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error)
- func (UnimplementedCommunityServiceServer) RemoveResource(context.Context, *RemoveCommunityResourceRequest) (*operation.Operation, error)
- func (UnimplementedCommunityServiceServer) SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error)
- func (UnimplementedCommunityServiceServer) SetRestrictions(context.Context, *SetCommunityRestrictionsRequest) (*operation.Operation, error)
- func (UnimplementedCommunityServiceServer) Update(context.Context, *UpdateCommunityRequest) (*operation.Operation, error)
- func (UnimplementedCommunityServiceServer) UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error)
- type UnimplementedDatasetServiceServer
- type UnimplementedDockerImageServiceServer
- type UnimplementedProjectServiceServer
- func (UnimplementedProjectServiceServer) AddResource(context.Context, *AddResourceToProjectRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) Create(context.Context, *CreateProjectRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) Delete(context.Context, *DeleteProjectRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) Execute(context.Context, *ProjectExecutionRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) Get(context.Context, *GetProjectRequest) (*Project, error)
- func (UnimplementedProjectServiceServer) GetRestrictions(context.Context, *GetProjectRestrictionsRequest) (*RestrictionsResponse, error)
- func (UnimplementedProjectServiceServer) GetRestrictionsMeta(context.Context, *emptypb.Empty) (*GetRestrictionsMetaResponse, error)
- func (UnimplementedProjectServiceServer) GetUnitBalance(context.Context, *GetUnitBalanceRequest) (*GetUnitBalanceResponse, error)
- func (UnimplementedProjectServiceServer) List(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
- func (UnimplementedProjectServiceServer) ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error)
- func (UnimplementedProjectServiceServer) Open(context.Context, *OpenProjectRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) RemoveResource(context.Context, *RemoveResourceFromProjectRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) ResizeDisk(context.Context, *ResizeProjectDiskRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) SetRestrictions(context.Context, *SetProjectRestrictionsRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) SetUnitBalance(context.Context, *SetUnitBalanceRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) Update(context.Context, *UpdateProjectRequest) (*operation.Operation, error)
- func (UnimplementedProjectServiceServer) UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error)
- type UnimplementedS3ServiceServer
- type UnsafeCommunityServiceServer
- type UnsafeDatasetServiceServer
- type UnsafeDockerImageServiceServer
- type UnsafeProjectServiceServer
- type UnsafeS3ServiceServer
- type UpdateCommunityAccessBindingsMetadata
- func (*UpdateCommunityAccessBindingsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCommunityAccessBindingsMetadata) GetCommunityId() string
- func (*UpdateCommunityAccessBindingsMetadata) ProtoMessage()
- func (x *UpdateCommunityAccessBindingsMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateCommunityAccessBindingsMetadata) Reset()
- func (m *UpdateCommunityAccessBindingsMetadata) SetCommunityId(v string)
- func (x *UpdateCommunityAccessBindingsMetadata) String() string
- type UpdateCommunityMetadata
- func (*UpdateCommunityMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCommunityMetadata) GetCommunityId() string
- func (*UpdateCommunityMetadata) ProtoMessage()
- func (x *UpdateCommunityMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateCommunityMetadata) Reset()
- func (m *UpdateCommunityMetadata) SetCommunityId(v string)
- func (x *UpdateCommunityMetadata) String() string
- type UpdateCommunityRequest
- func (*UpdateCommunityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCommunityRequest) GetCommunityId() string
- func (x *UpdateCommunityRequest) GetDescription() string
- func (x *UpdateCommunityRequest) GetLabels() map[string]string
- func (x *UpdateCommunityRequest) GetName() string
- func (x *UpdateCommunityRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateCommunityRequest) ProtoMessage()
- func (x *UpdateCommunityRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCommunityRequest) Reset()
- func (m *UpdateCommunityRequest) SetCommunityId(v string)
- func (m *UpdateCommunityRequest) SetDescription(v string)
- func (m *UpdateCommunityRequest) SetLabels(v map[string]string)
- func (m *UpdateCommunityRequest) SetName(v string)
- func (m *UpdateCommunityRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (x *UpdateCommunityRequest) String() string
- type UpdateProjectAccessBindingsMetadata
- func (*UpdateProjectAccessBindingsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectAccessBindingsMetadata) GetProjectId() string
- func (*UpdateProjectAccessBindingsMetadata) ProtoMessage()
- func (x *UpdateProjectAccessBindingsMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectAccessBindingsMetadata) Reset()
- func (m *UpdateProjectAccessBindingsMetadata) SetProjectId(v string)
- func (x *UpdateProjectAccessBindingsMetadata) String() string
- type UpdateProjectMetadata
- func (*UpdateProjectMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectMetadata) GetProjectId() string
- func (*UpdateProjectMetadata) ProtoMessage()
- func (x *UpdateProjectMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectMetadata) Reset()
- func (m *UpdateProjectMetadata) SetProjectId(v string)
- func (x *UpdateProjectMetadata) String() string
- type UpdateProjectRequest
- func (*UpdateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectRequest) GetDescription() string
- func (x *UpdateProjectRequest) GetLabels() map[string]string
- func (x *UpdateProjectRequest) GetLimits() *Project_Limits
- func (x *UpdateProjectRequest) GetName() string
- func (x *UpdateProjectRequest) GetProjectId() string
- func (x *UpdateProjectRequest) GetSettings() *Project_Settings
- func (x *UpdateProjectRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateProjectRequest) ProtoMessage()
- func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectRequest) Reset()
- func (m *UpdateProjectRequest) SetDescription(v string)
- func (m *UpdateProjectRequest) SetLabels(v map[string]string)
- func (m *UpdateProjectRequest) SetLimits(v *Project_Limits)
- func (m *UpdateProjectRequest) SetName(v string)
- func (m *UpdateProjectRequest) SetProjectId(v string)
- func (m *UpdateProjectRequest) SetSettings(v *Project_Settings)
- func (m *UpdateProjectRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (x *UpdateProjectRequest) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetEmail() string
- func (x *User) GetId() string
- func (x *User) GetName() string
- func (x *User) GetPicture() string
- func (x *User) GetPictureData() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (m *User) SetEmail(v string)
- func (m *User) SetId(v string)
- func (m *User) SetName(v string)
- func (m *User) SetPicture(v string)
- func (m *User) SetPictureData(v string)
- func (x *User) String() string
Constants ¶
const ( CommunityService_Create_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/Create" CommunityService_Get_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/Get" CommunityService_Update_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/Update" CommunityService_Delete_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/Delete" CommunityService_List_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/List" CommunityService_ListAccessBindings_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/ListAccessBindings" CommunityService_SetAccessBindings_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/SetAccessBindings" CommunityService_UpdateAccessBindings_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/UpdateAccessBindings" CommunityService_AddResource_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/AddResource" CommunityService_RemoveResource_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/RemoveResource" CommunityService_GetRestrictionsMeta_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/GetRestrictionsMeta" CommunityService_GetRestrictions_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/GetRestrictions" CommunityService_SetRestrictions_FullMethodName = "/yandex.cloud.datasphere.v2.CommunityService/SetRestrictions" )
const ( DatasetService_Activate_FullMethodName = "/yandex.cloud.datasphere.v2.DatasetService/Activate" DatasetService_Deactivate_FullMethodName = "/yandex.cloud.datasphere.v2.DatasetService/Deactivate" )
const ( ProjectService_Create_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/Create" ProjectService_Update_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/Update" ProjectService_Delete_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/Delete" ProjectService_Open_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/Open" ProjectService_Get_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/Get" ProjectService_List_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/List" ProjectService_GetUnitBalance_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/GetUnitBalance" ProjectService_SetUnitBalance_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/SetUnitBalance" ProjectService_Execute_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/Execute" ProjectService_ListAccessBindings_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/ListAccessBindings" ProjectService_SetAccessBindings_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/SetAccessBindings" ProjectService_UpdateAccessBindings_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/UpdateAccessBindings" ProjectService_AddResource_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/AddResource" ProjectService_RemoveResource_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/RemoveResource" ProjectService_ResizeDisk_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/ResizeDisk" ProjectService_GetRestrictionsMeta_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/GetRestrictionsMeta" ProjectService_GetRestrictions_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/GetRestrictions" ProjectService_SetRestrictions_FullMethodName = "/yandex.cloud.datasphere.v2.ProjectService/SetRestrictions" )
const ( S3Service_Activate_FullMethodName = "/yandex.cloud.datasphere.v2.S3Service/Activate" S3Service_Deactivate_FullMethodName = "/yandex.cloud.datasphere.v2.S3Service/Deactivate" )
const (
DockerImageService_Activate_FullMethodName = "/yandex.cloud.datasphere.v2.DockerImageService/Activate"
)
Variables ¶
var ( Project_Settings_Ide_name = map[int32]string{ 0: "IDE_UNSPECIFIED", 1: "JUPYTER_LAB", } Project_Settings_Ide_value = map[string]int32{ "IDE_UNSPECIFIED": 0, "JUPYTER_LAB": 1, } )
Enum value maps for Project_Settings_Ide.
var ( Project_Settings_StaleExecutionTimeoutMode_name = map[int32]string{ 0: "STALE_EXECUTION_TIMEOUT_MODE_UNSPECIFIED", 1: "ONE_HOUR", 2: "THREE_HOURS", 3: "NO_TIMEOUT", } Project_Settings_StaleExecutionTimeoutMode_value = map[string]int32{ "STALE_EXECUTION_TIMEOUT_MODE_UNSPECIFIED": 0, "ONE_HOUR": 1, "THREE_HOURS": 2, "NO_TIMEOUT": 3, } )
Enum value maps for Project_Settings_StaleExecutionTimeoutMode.
var ( ExecutionStatus_name = map[int32]string{ 0: "EXECUTION_STATUS_UNSPECIFIED", 1: "OK", 2: "ERROR", 3: "ABORTED", } ExecutionStatus_value = map[string]int32{ "EXECUTION_STATUS_UNSPECIFIED": 0, "OK": 1, "ERROR": 2, "ABORTED": 3, } )
Enum value maps for ExecutionStatus.
var ( OpenProjectMetadata_OpenProjectStatus_name = map[int32]string{ 0: "OPEN_PROJECT_STATUS_UNSPECIFIED", 1: "OPEN_PROJECT_STATUS_CLOSING_IDE", 2: "OPEN_PROJECT_STATUS_UNZIPPING_PROJECT", 3: "OPEN_PROJECT_STATUS_ALLOCATING_VM", 4: "OPEN_PROJECT_STATUS_ALLOCATING_RESOURCES", 5: "OPEN_PROJECT_STATUS_STARTING_IDE", 7: "OPEN_PROJECT_STATUS_UNKNOWN", } OpenProjectMetadata_OpenProjectStatus_value = map[string]int32{ "OPEN_PROJECT_STATUS_UNSPECIFIED": 0, "OPEN_PROJECT_STATUS_CLOSING_IDE": 1, "OPEN_PROJECT_STATUS_UNZIPPING_PROJECT": 2, "OPEN_PROJECT_STATUS_ALLOCATING_VM": 3, "OPEN_PROJECT_STATUS_ALLOCATING_RESOURCES": 4, "OPEN_PROJECT_STATUS_STARTING_IDE": 5, "OPEN_PROJECT_STATUS_UNKNOWN": 7, } )
Enum value maps for OpenProjectMetadata_OpenProjectStatus.
var ( ResourceType_name = map[int32]string{ 0: "RESOURCE_TYPE_UNSPECIFIED", 2: "RESOURCE_TYPE_SECRET", 3: "RESOURCE_TYPE_DOCKER_IMAGE", 4: "RESOURCE_TYPE_DATASET", 5: "RESOURCE_TYPE_S3", 6: "RESOURCE_TYPE_NODE", 8: "RESOURCE_TYPE_ALIAS", } ResourceType_value = map[string]int32{ "RESOURCE_TYPE_UNSPECIFIED": 0, "RESOURCE_TYPE_SECRET": 2, "RESOURCE_TYPE_DOCKER_IMAGE": 3, "RESOURCE_TYPE_DATASET": 4, "RESOURCE_TYPE_S3": 5, "RESOURCE_TYPE_NODE": 6, "RESOURCE_TYPE_ALIAS": 8, } )
Enum value maps for ResourceType.
var ( RestrictionMeta_RestrictionValueType_name = map[int32]string{ 0: "RESTRICTION_VALUE_TYPE_UNSPECIFIED", 1: "BOOLEAN", 2: "LONG", 3: "STRING", } RestrictionMeta_RestrictionValueType_value = map[string]int32{ "RESTRICTION_VALUE_TYPE_UNSPECIFIED": 0, "BOOLEAN": 1, "LONG": 2, "STRING": 3, } )
Enum value maps for RestrictionMeta_RestrictionValueType.
var CommunityService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.datasphere.v2.CommunityService", HandlerType: (*CommunityServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _CommunityService_Create_Handler, }, { MethodName: "Get", Handler: _CommunityService_Get_Handler, }, { MethodName: "Update", Handler: _CommunityService_Update_Handler, }, { MethodName: "Delete", Handler: _CommunityService_Delete_Handler, }, { MethodName: "List", Handler: _CommunityService_List_Handler, }, { MethodName: "ListAccessBindings", Handler: _CommunityService_ListAccessBindings_Handler, }, { MethodName: "SetAccessBindings", Handler: _CommunityService_SetAccessBindings_Handler, }, { MethodName: "UpdateAccessBindings", Handler: _CommunityService_UpdateAccessBindings_Handler, }, { MethodName: "AddResource", Handler: _CommunityService_AddResource_Handler, }, { MethodName: "RemoveResource", Handler: _CommunityService_RemoveResource_Handler, }, { MethodName: "GetRestrictionsMeta", Handler: _CommunityService_GetRestrictionsMeta_Handler, }, { MethodName: "GetRestrictions", Handler: _CommunityService_GetRestrictions_Handler, }, { MethodName: "SetRestrictions", Handler: _CommunityService_SetRestrictions_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/datasphere/v2/community_service.proto", }
CommunityService_ServiceDesc is the grpc.ServiceDesc for CommunityService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DatasetService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.datasphere.v2.DatasetService", HandlerType: (*DatasetServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Activate", Handler: _DatasetService_Activate_Handler, }, { MethodName: "Deactivate", Handler: _DatasetService_Deactivate_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/datasphere/v2/dataset_service.proto", }
DatasetService_ServiceDesc is the grpc.ServiceDesc for DatasetService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DockerImageService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.datasphere.v2.DockerImageService", HandlerType: (*DockerImageServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Activate", Handler: _DockerImageService_Activate_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/datasphere/v2/docker_image_service.proto", }
DockerImageService_ServiceDesc is the grpc.ServiceDesc for DockerImageService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_yandex_cloud_datasphere_v2_community_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_community_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_dataset_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_dataset_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_docker_image_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_project_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_project_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_resource_types_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_restrictions_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_s3_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_secret_proto protoreflect.FileDescriptor
var File_yandex_cloud_datasphere_v2_user_proto protoreflect.FileDescriptor
var ProjectService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.datasphere.v2.ProjectService", HandlerType: (*ProjectServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _ProjectService_Create_Handler, }, { MethodName: "Update", Handler: _ProjectService_Update_Handler, }, { MethodName: "Delete", Handler: _ProjectService_Delete_Handler, }, { MethodName: "Open", Handler: _ProjectService_Open_Handler, }, { MethodName: "Get", Handler: _ProjectService_Get_Handler, }, { MethodName: "List", Handler: _ProjectService_List_Handler, }, { MethodName: "GetUnitBalance", Handler: _ProjectService_GetUnitBalance_Handler, }, { MethodName: "SetUnitBalance", Handler: _ProjectService_SetUnitBalance_Handler, }, { MethodName: "Execute", Handler: _ProjectService_Execute_Handler, }, { MethodName: "ListAccessBindings", Handler: _ProjectService_ListAccessBindings_Handler, }, { MethodName: "SetAccessBindings", Handler: _ProjectService_SetAccessBindings_Handler, }, { MethodName: "UpdateAccessBindings", Handler: _ProjectService_UpdateAccessBindings_Handler, }, { MethodName: "AddResource", Handler: _ProjectService_AddResource_Handler, }, { MethodName: "RemoveResource", Handler: _ProjectService_RemoveResource_Handler, }, { MethodName: "ResizeDisk", Handler: _ProjectService_ResizeDisk_Handler, }, { MethodName: "GetRestrictionsMeta", Handler: _ProjectService_GetRestrictionsMeta_Handler, }, { MethodName: "GetRestrictions", Handler: _ProjectService_GetRestrictions_Handler, }, { MethodName: "SetRestrictions", Handler: _ProjectService_SetRestrictions_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/datasphere/v2/project_service.proto", }
ProjectService_ServiceDesc is the grpc.ServiceDesc for ProjectService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var S3Service_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.datasphere.v2.S3Service", HandlerType: (*S3ServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Activate", Handler: _S3Service_Activate_Handler, }, { MethodName: "Deactivate", Handler: _S3Service_Deactivate_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/datasphere/v2/s3_service.proto", }
S3Service_ServiceDesc is the grpc.ServiceDesc for S3Service service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterCommunityServiceServer ¶
func RegisterCommunityServiceServer(s grpc.ServiceRegistrar, srv CommunityServiceServer)
func RegisterDatasetServiceServer ¶
func RegisterDatasetServiceServer(s grpc.ServiceRegistrar, srv DatasetServiceServer)
func RegisterDockerImageServiceServer ¶
func RegisterDockerImageServiceServer(s grpc.ServiceRegistrar, srv DockerImageServiceServer)
func RegisterProjectServiceServer ¶
func RegisterProjectServiceServer(s grpc.ServiceRegistrar, srv ProjectServiceServer)
func RegisterS3ServiceServer ¶
func RegisterS3ServiceServer(s grpc.ServiceRegistrar, srv S3ServiceServer)
Types ¶
type ActivateDatasetRequest ¶
type ActivateDatasetRequest struct { DatasetId string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"` ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*ActivateDatasetRequest) Descriptor
deprecated
func (*ActivateDatasetRequest) Descriptor() ([]byte, []int)
Deprecated: Use ActivateDatasetRequest.ProtoReflect.Descriptor instead.
func (*ActivateDatasetRequest) GetDatasetId ¶
func (x *ActivateDatasetRequest) GetDatasetId() string
func (*ActivateDatasetRequest) GetProjectId ¶
func (x *ActivateDatasetRequest) GetProjectId() string
func (*ActivateDatasetRequest) ProtoMessage ¶
func (*ActivateDatasetRequest) ProtoMessage()
func (*ActivateDatasetRequest) ProtoReflect ¶
func (x *ActivateDatasetRequest) ProtoReflect() protoreflect.Message
func (*ActivateDatasetRequest) Reset ¶
func (x *ActivateDatasetRequest) Reset()
func (*ActivateDatasetRequest) SetDatasetId ¶
func (m *ActivateDatasetRequest) SetDatasetId(v string)
func (*ActivateDatasetRequest) SetProjectId ¶
func (m *ActivateDatasetRequest) SetProjectId(v string)
func (*ActivateDatasetRequest) String ¶
func (x *ActivateDatasetRequest) String() string
type ActivateDockerImageRequest ¶
type ActivateDockerImageRequest struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` DockerId string `protobuf:"bytes,2,opt,name=docker_id,json=dockerId,proto3" json:"docker_id,omitempty"` // contains filtered or unexported fields }
func (*ActivateDockerImageRequest) Descriptor
deprecated
func (*ActivateDockerImageRequest) Descriptor() ([]byte, []int)
Deprecated: Use ActivateDockerImageRequest.ProtoReflect.Descriptor instead.
func (*ActivateDockerImageRequest) GetDockerId ¶
func (x *ActivateDockerImageRequest) GetDockerId() string
func (*ActivateDockerImageRequest) GetProjectId ¶
func (x *ActivateDockerImageRequest) GetProjectId() string
func (*ActivateDockerImageRequest) ProtoMessage ¶
func (*ActivateDockerImageRequest) ProtoMessage()
func (*ActivateDockerImageRequest) ProtoReflect ¶
func (x *ActivateDockerImageRequest) ProtoReflect() protoreflect.Message
func (*ActivateDockerImageRequest) Reset ¶
func (x *ActivateDockerImageRequest) Reset()
func (*ActivateDockerImageRequest) SetDockerId ¶
func (m *ActivateDockerImageRequest) SetDockerId(v string)
func (*ActivateDockerImageRequest) SetProjectId ¶
func (m *ActivateDockerImageRequest) SetProjectId(v string)
func (*ActivateDockerImageRequest) String ¶
func (x *ActivateDockerImageRequest) String() string
type ActivateS3Request ¶
type ActivateS3Request struct { S3Id string `protobuf:"bytes,1,opt,name=s3_id,json=s3Id,proto3" json:"s3_id,omitempty"` ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*ActivateS3Request) Descriptor
deprecated
func (*ActivateS3Request) Descriptor() ([]byte, []int)
Deprecated: Use ActivateS3Request.ProtoReflect.Descriptor instead.
func (*ActivateS3Request) GetProjectId ¶
func (x *ActivateS3Request) GetProjectId() string
func (*ActivateS3Request) GetS3Id ¶
func (x *ActivateS3Request) GetS3Id() string
func (*ActivateS3Request) ProtoMessage ¶
func (*ActivateS3Request) ProtoMessage()
func (*ActivateS3Request) ProtoReflect ¶
func (x *ActivateS3Request) ProtoReflect() protoreflect.Message
func (*ActivateS3Request) Reset ¶
func (x *ActivateS3Request) Reset()
func (*ActivateS3Request) SetProjectId ¶
func (m *ActivateS3Request) SetProjectId(v string)
func (*ActivateS3Request) SetS3Id ¶
func (m *ActivateS3Request) SetS3Id(v string)
func (*ActivateS3Request) String ¶
func (x *ActivateS3Request) String() string
type AddCommunityResourceRequest ¶
type AddCommunityResourceRequest struct { CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` ResourceType ResourceType `` /* 143-byte string literal not displayed */ ResourceId string `protobuf:"bytes,3,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*AddCommunityResourceRequest) Descriptor
deprecated
func (*AddCommunityResourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddCommunityResourceRequest.ProtoReflect.Descriptor instead.
func (*AddCommunityResourceRequest) GetCommunityId ¶
func (x *AddCommunityResourceRequest) GetCommunityId() string
func (*AddCommunityResourceRequest) GetResourceId ¶
func (x *AddCommunityResourceRequest) GetResourceId() string
func (*AddCommunityResourceRequest) GetResourceType ¶
func (x *AddCommunityResourceRequest) GetResourceType() ResourceType
func (*AddCommunityResourceRequest) ProtoMessage ¶
func (*AddCommunityResourceRequest) ProtoMessage()
func (*AddCommunityResourceRequest) ProtoReflect ¶
func (x *AddCommunityResourceRequest) ProtoReflect() protoreflect.Message
func (*AddCommunityResourceRequest) Reset ¶
func (x *AddCommunityResourceRequest) Reset()
func (*AddCommunityResourceRequest) SetCommunityId ¶
func (m *AddCommunityResourceRequest) SetCommunityId(v string)
func (*AddCommunityResourceRequest) SetResourceId ¶
func (m *AddCommunityResourceRequest) SetResourceId(v string)
func (*AddCommunityResourceRequest) SetResourceType ¶
func (m *AddCommunityResourceRequest) SetResourceType(v ResourceType)
func (*AddCommunityResourceRequest) String ¶
func (x *AddCommunityResourceRequest) String() string
type AddResourceToProjectRequest ¶
type AddResourceToProjectRequest struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` ResourceType ResourceType `` /* 143-byte string literal not displayed */ ResourceId string `protobuf:"bytes,3,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*AddResourceToProjectRequest) Descriptor
deprecated
func (*AddResourceToProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddResourceToProjectRequest.ProtoReflect.Descriptor instead.
func (*AddResourceToProjectRequest) GetProjectId ¶
func (x *AddResourceToProjectRequest) GetProjectId() string
func (*AddResourceToProjectRequest) GetResourceId ¶
func (x *AddResourceToProjectRequest) GetResourceId() string
func (*AddResourceToProjectRequest) GetResourceType ¶
func (x *AddResourceToProjectRequest) GetResourceType() ResourceType
func (*AddResourceToProjectRequest) ProtoMessage ¶
func (*AddResourceToProjectRequest) ProtoMessage()
func (*AddResourceToProjectRequest) ProtoReflect ¶
func (x *AddResourceToProjectRequest) ProtoReflect() protoreflect.Message
func (*AddResourceToProjectRequest) Reset ¶
func (x *AddResourceToProjectRequest) Reset()
func (*AddResourceToProjectRequest) SetProjectId ¶
func (m *AddResourceToProjectRequest) SetProjectId(v string)
func (*AddResourceToProjectRequest) SetResourceId ¶
func (m *AddResourceToProjectRequest) SetResourceId(v string)
func (*AddResourceToProjectRequest) SetResourceType ¶
func (m *AddResourceToProjectRequest) SetResourceType(v ResourceType)
func (*AddResourceToProjectRequest) String ¶
func (x *AddResourceToProjectRequest) String() string
type Community ¶
type Community struct { // ID of the community. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Time when community was created. CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Name of the community. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Description of the comminuty. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Labels of the community. Labels map[string]string `` /* 153-byte string literal not displayed */ // ID of the user who created the community. CreatedById string `protobuf:"bytes,6,opt,name=created_by_id,json=createdById,proto3" json:"created_by_id,omitempty"` // ID of the organization to which community belongs. OrganizationId string `protobuf:"bytes,10,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // ID of the zone where this community was created ZoneId string `protobuf:"bytes,11,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"` // contains filtered or unexported fields }
func (*Community) Descriptor
deprecated
func (*Community) GetCreatedAt ¶
func (x *Community) GetCreatedAt() *timestamppb.Timestamp
func (*Community) GetCreatedById ¶
func (*Community) GetDescription ¶
func (*Community) GetOrganizationId ¶
func (*Community) ProtoMessage ¶
func (*Community) ProtoMessage()
func (*Community) ProtoReflect ¶
func (x *Community) ProtoReflect() protoreflect.Message
func (*Community) SetCreatedAt ¶
func (m *Community) SetCreatedAt(v *timestamppb.Timestamp)
func (*Community) SetCreatedById ¶
func (*Community) SetDescription ¶
func (*Community) SetOrganizationId ¶
type CommunityServiceClient ¶
type CommunityServiceClient interface { // Creates community in specified organization. Create(ctx context.Context, in *CreateCommunityRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Returns community. Get(ctx context.Context, in *GetCommunityRequest, opts ...grpc.CallOption) (*Community, error) // Updates specified community. Update(ctx context.Context, in *UpdateCommunityRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Deletes specified community. Delete(ctx context.Context, in *DeleteCommunityRequest, opts ...grpc.CallOption) (*operation.Operation, error) // List communities in specified organization. List(ctx context.Context, in *ListCommunitiesRequest, opts ...grpc.CallOption) (*ListCommunitiesResponse, error) // Lists access bindings for specified community. ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error) // Sets access bindings for specified community. SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates access bindings for specified community. UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Adds shared resource to community AddResource(ctx context.Context, in *AddCommunityResourceRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Removes shared resource from community RemoveResource(ctx context.Context, in *RemoveCommunityResourceRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Get meta information about available restrictions. GetRestrictionsMeta(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetRestrictionsMetaResponse, error) // Get current community restrictions. GetRestrictions(ctx context.Context, in *GetCommunityRestrictionsRequest, opts ...grpc.CallOption) (*RestrictionsResponse, error) // Set community restrictions. SetRestrictions(ctx context.Context, in *SetCommunityRestrictionsRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
CommunityServiceClient is the client API for CommunityService 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.
A set of methods for managing Community resources.
func NewCommunityServiceClient ¶
func NewCommunityServiceClient(cc grpc.ClientConnInterface) CommunityServiceClient
type CommunityServiceServer ¶
type CommunityServiceServer interface { // Creates community in specified organization. Create(context.Context, *CreateCommunityRequest) (*operation.Operation, error) // Returns community. Get(context.Context, *GetCommunityRequest) (*Community, error) // Updates specified community. Update(context.Context, *UpdateCommunityRequest) (*operation.Operation, error) // Deletes specified community. Delete(context.Context, *DeleteCommunityRequest) (*operation.Operation, error) // List communities in specified organization. List(context.Context, *ListCommunitiesRequest) (*ListCommunitiesResponse, error) // Lists access bindings for specified community. ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error) // Sets access bindings for specified community. SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error) // Updates access bindings for specified community. UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error) // Adds shared resource to community AddResource(context.Context, *AddCommunityResourceRequest) (*operation.Operation, error) // Removes shared resource from community RemoveResource(context.Context, *RemoveCommunityResourceRequest) (*operation.Operation, error) // Get meta information about available restrictions. GetRestrictionsMeta(context.Context, *emptypb.Empty) (*GetRestrictionsMetaResponse, error) // Get current community restrictions. GetRestrictions(context.Context, *GetCommunityRestrictionsRequest) (*RestrictionsResponse, error) // Set community restrictions. SetRestrictions(context.Context, *SetCommunityRestrictionsRequest) (*operation.Operation, error) }
CommunityServiceServer is the server API for CommunityService service. All implementations should embed UnimplementedCommunityServiceServer for forward compatibility.
A set of methods for managing Community resources.
type CreateCommunityMetadata ¶
type CreateCommunityMetadata struct { // ID of the community that is being created. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
func (*CreateCommunityMetadata) Descriptor
deprecated
func (*CreateCommunityMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateCommunityMetadata.ProtoReflect.Descriptor instead.
func (*CreateCommunityMetadata) GetCommunityId ¶
func (x *CreateCommunityMetadata) GetCommunityId() string
func (*CreateCommunityMetadata) ProtoMessage ¶
func (*CreateCommunityMetadata) ProtoMessage()
func (*CreateCommunityMetadata) ProtoReflect ¶
func (x *CreateCommunityMetadata) ProtoReflect() protoreflect.Message
func (*CreateCommunityMetadata) Reset ¶
func (x *CreateCommunityMetadata) Reset()
func (*CreateCommunityMetadata) SetCommunityId ¶
func (m *CreateCommunityMetadata) SetCommunityId(v string)
func (*CreateCommunityMetadata) String ¶
func (x *CreateCommunityMetadata) String() string
type CreateCommunityRequest ¶
type CreateCommunityRequest struct { // Name of the community. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Description of the community. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // ID of the organization where community should be created. OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // ID of the billing account for the created community. Optional, billing account could be bound to community later. BillingAccountId string `protobuf:"bytes,4,opt,name=billing_account_id,json=billingAccountId,proto3" json:"billing_account_id,omitempty"` // Labels of the community. Labels map[string]string `` /* 153-byte string literal not displayed */ // ID of the zone where community will be created (all projects and other resources will be in this zone) ZoneId string `protobuf:"bytes,6,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"` // contains filtered or unexported fields }
func (*CreateCommunityRequest) Descriptor
deprecated
func (*CreateCommunityRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCommunityRequest.ProtoReflect.Descriptor instead.
func (*CreateCommunityRequest) GetBillingAccountId ¶
func (x *CreateCommunityRequest) GetBillingAccountId() string
func (*CreateCommunityRequest) GetDescription ¶
func (x *CreateCommunityRequest) GetDescription() string
func (*CreateCommunityRequest) GetLabels ¶
func (x *CreateCommunityRequest) GetLabels() map[string]string
func (*CreateCommunityRequest) GetName ¶
func (x *CreateCommunityRequest) GetName() string
func (*CreateCommunityRequest) GetOrganizationId ¶
func (x *CreateCommunityRequest) GetOrganizationId() string
func (*CreateCommunityRequest) GetZoneId ¶
func (x *CreateCommunityRequest) GetZoneId() string
func (*CreateCommunityRequest) ProtoMessage ¶
func (*CreateCommunityRequest) ProtoMessage()
func (*CreateCommunityRequest) ProtoReflect ¶
func (x *CreateCommunityRequest) ProtoReflect() protoreflect.Message
func (*CreateCommunityRequest) Reset ¶
func (x *CreateCommunityRequest) Reset()
func (*CreateCommunityRequest) SetBillingAccountId ¶
func (m *CreateCommunityRequest) SetBillingAccountId(v string)
func (*CreateCommunityRequest) SetDescription ¶
func (m *CreateCommunityRequest) SetDescription(v string)
func (*CreateCommunityRequest) SetLabels ¶
func (m *CreateCommunityRequest) SetLabels(v map[string]string)
func (*CreateCommunityRequest) SetName ¶
func (m *CreateCommunityRequest) SetName(v string)
func (*CreateCommunityRequest) SetOrganizationId ¶
func (m *CreateCommunityRequest) SetOrganizationId(v string)
func (*CreateCommunityRequest) SetZoneId ¶
func (m *CreateCommunityRequest) SetZoneId(v string)
func (*CreateCommunityRequest) String ¶
func (x *CreateCommunityRequest) String() string
type CreateProjectMetadata ¶
type CreateProjectMetadata struct { // ID of the project that is being created. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*CreateProjectMetadata) Descriptor
deprecated
func (*CreateProjectMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateProjectMetadata.ProtoReflect.Descriptor instead.
func (*CreateProjectMetadata) GetProjectId ¶
func (x *CreateProjectMetadata) GetProjectId() string
func (*CreateProjectMetadata) ProtoMessage ¶
func (*CreateProjectMetadata) ProtoMessage()
func (*CreateProjectMetadata) ProtoReflect ¶
func (x *CreateProjectMetadata) ProtoReflect() protoreflect.Message
func (*CreateProjectMetadata) Reset ¶
func (x *CreateProjectMetadata) Reset()
func (*CreateProjectMetadata) SetProjectId ¶
func (m *CreateProjectMetadata) SetProjectId(v string)
func (*CreateProjectMetadata) String ¶
func (x *CreateProjectMetadata) String() string
type CreateProjectRequest ¶
type CreateProjectRequest struct { // ID of the community to create a project in. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // Name of the project. 0-63 characters long. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Description of the project. 0-256 characters long. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Labels of the project. Labels map[string]string `` /* 153-byte string literal not displayed */ // Settings of the project. Settings *Project_Settings `protobuf:"bytes,5,opt,name=settings,proto3" json:"settings,omitempty"` // Limits of the project. Limits *Project_Limits `protobuf:"bytes,6,opt,name=limits,proto3" json:"limits,omitempty"` // contains filtered or unexported fields }
func (*CreateProjectRequest) Descriptor
deprecated
func (*CreateProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.
func (*CreateProjectRequest) GetCommunityId ¶
func (x *CreateProjectRequest) GetCommunityId() string
func (*CreateProjectRequest) GetDescription ¶
func (x *CreateProjectRequest) GetDescription() string
func (*CreateProjectRequest) GetLabels ¶
func (x *CreateProjectRequest) GetLabels() map[string]string
func (*CreateProjectRequest) GetLimits ¶
func (x *CreateProjectRequest) GetLimits() *Project_Limits
func (*CreateProjectRequest) GetName ¶
func (x *CreateProjectRequest) GetName() string
func (*CreateProjectRequest) GetSettings ¶
func (x *CreateProjectRequest) GetSettings() *Project_Settings
func (*CreateProjectRequest) ProtoMessage ¶
func (*CreateProjectRequest) ProtoMessage()
func (*CreateProjectRequest) ProtoReflect ¶
func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message
func (*CreateProjectRequest) Reset ¶
func (x *CreateProjectRequest) Reset()
func (*CreateProjectRequest) SetCommunityId ¶
func (m *CreateProjectRequest) SetCommunityId(v string)
func (*CreateProjectRequest) SetDescription ¶
func (m *CreateProjectRequest) SetDescription(v string)
func (*CreateProjectRequest) SetLabels ¶
func (m *CreateProjectRequest) SetLabels(v map[string]string)
func (*CreateProjectRequest) SetLimits ¶
func (m *CreateProjectRequest) SetLimits(v *Project_Limits)
func (*CreateProjectRequest) SetName ¶
func (m *CreateProjectRequest) SetName(v string)
func (*CreateProjectRequest) SetSettings ¶
func (m *CreateProjectRequest) SetSettings(v *Project_Settings)
func (*CreateProjectRequest) String ¶
func (x *CreateProjectRequest) String() string
type Dataset ¶
type Dataset struct { // ID of the dataset. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // ID of the project. ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Time the dataset was created. CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Name of the dataset. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // Description of the dataset. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // Labels of the dataset. Labels map[string]string `` /* 153-byte string literal not displayed */ // ID of the user who created the dataset. CreatedById string `protobuf:"bytes,7,opt,name=created_by_id,json=createdById,proto3" json:"created_by_id,omitempty"` // Code used to create dataset. Code string `protobuf:"bytes,8,opt,name=code,proto3" json:"code,omitempty"` // Size of the dataset, Gb. SizeGb int64 `protobuf:"varint,9,opt,name=size_gb,json=sizeGb,proto3" json:"size_gb,omitempty"` // Zone IDs where dataset is available. ZoneIds []string `protobuf:"bytes,10,rep,name=zone_ids,json=zoneIds,proto3" json:"zone_ids,omitempty"` // Dataset mount path. MountPath string `protobuf:"bytes,11,opt,name=mount_path,json=mountPath,proto3" json:"mount_path,omitempty"` // ID of the data capsule object, storing information about dataset storage. DataCapsuleId string `protobuf:"bytes,12,opt,name=data_capsule_id,json=dataCapsuleId,proto3" json:"data_capsule_id,omitempty"` // contains filtered or unexported fields }
func (*Dataset) Descriptor
deprecated
func (*Dataset) GetCreatedAt ¶
func (x *Dataset) GetCreatedAt() *timestamppb.Timestamp
func (*Dataset) GetCreatedById ¶
func (*Dataset) GetDataCapsuleId ¶
func (*Dataset) GetDescription ¶
func (*Dataset) GetMountPath ¶
func (*Dataset) GetProjectId ¶
func (*Dataset) GetZoneIds ¶
func (*Dataset) ProtoMessage ¶
func (*Dataset) ProtoMessage()
func (*Dataset) ProtoReflect ¶
func (x *Dataset) ProtoReflect() protoreflect.Message
func (*Dataset) SetCreatedAt ¶
func (m *Dataset) SetCreatedAt(v *timestamppb.Timestamp)
func (*Dataset) SetCreatedById ¶
func (*Dataset) SetDataCapsuleId ¶
func (*Dataset) SetDescription ¶
func (*Dataset) SetMountPath ¶
func (*Dataset) SetProjectId ¶
func (*Dataset) SetZoneIds ¶
type DatasetServiceClient ¶
type DatasetServiceClient interface { // Activates shared dataset for project Activate(ctx context.Context, in *ActivateDatasetRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Deactivates shared dataset for project Deactivate(ctx context.Context, in *DeactivateDatasetRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
DatasetServiceClient is the client API for DatasetService 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.
A set of methods for managing Datasets.
func NewDatasetServiceClient ¶
func NewDatasetServiceClient(cc grpc.ClientConnInterface) DatasetServiceClient
type DatasetServiceServer ¶
type DatasetServiceServer interface { // Activates shared dataset for project Activate(context.Context, *ActivateDatasetRequest) (*operation.Operation, error) // Deactivates shared dataset for project Deactivate(context.Context, *DeactivateDatasetRequest) (*operation.Operation, error) }
DatasetServiceServer is the server API for DatasetService service. All implementations should embed UnimplementedDatasetServiceServer for forward compatibility.
A set of methods for managing Datasets.
type DatasetStatus ¶
type DatasetStatus struct { // Types that are assignable to Status: // // *DatasetStatus_StatusActive_ // *DatasetStatus_StatusInactive_ // *DatasetStatus_StatusError_ Status isDatasetStatus_Status `protobuf_oneof:"status"` // contains filtered or unexported fields }
func (*DatasetStatus) Descriptor
deprecated
func (*DatasetStatus) Descriptor() ([]byte, []int)
Deprecated: Use DatasetStatus.ProtoReflect.Descriptor instead.
func (*DatasetStatus) GetStatus ¶
func (m *DatasetStatus) GetStatus() isDatasetStatus_Status
func (*DatasetStatus) GetStatusActive ¶
func (x *DatasetStatus) GetStatusActive() *DatasetStatus_StatusActive
func (*DatasetStatus) GetStatusError ¶
func (x *DatasetStatus) GetStatusError() *DatasetStatus_StatusError
func (*DatasetStatus) GetStatusInactive ¶
func (x *DatasetStatus) GetStatusInactive() *DatasetStatus_StatusInactive
func (*DatasetStatus) ProtoMessage ¶
func (*DatasetStatus) ProtoMessage()
func (*DatasetStatus) ProtoReflect ¶
func (x *DatasetStatus) ProtoReflect() protoreflect.Message
func (*DatasetStatus) Reset ¶
func (x *DatasetStatus) Reset()
func (*DatasetStatus) SetStatus ¶
func (m *DatasetStatus) SetStatus(v DatasetStatus_Status)
func (*DatasetStatus) SetStatusActive ¶
func (m *DatasetStatus) SetStatusActive(v *DatasetStatus_StatusActive)
func (*DatasetStatus) SetStatusError ¶
func (m *DatasetStatus) SetStatusError(v *DatasetStatus_StatusError)
func (*DatasetStatus) SetStatusInactive ¶
func (m *DatasetStatus) SetStatusInactive(v *DatasetStatus_StatusInactive)
func (*DatasetStatus) String ¶
func (x *DatasetStatus) String() string
type DatasetStatus_Status ¶
type DatasetStatus_Status = isDatasetStatus_Status
type DatasetStatus_StatusActive ¶
type DatasetStatus_StatusActive struct {
// contains filtered or unexported fields
}
func (*DatasetStatus_StatusActive) Descriptor
deprecated
func (*DatasetStatus_StatusActive) Descriptor() ([]byte, []int)
Deprecated: Use DatasetStatus_StatusActive.ProtoReflect.Descriptor instead.
func (*DatasetStatus_StatusActive) ProtoMessage ¶
func (*DatasetStatus_StatusActive) ProtoMessage()
func (*DatasetStatus_StatusActive) ProtoReflect ¶
func (x *DatasetStatus_StatusActive) ProtoReflect() protoreflect.Message
func (*DatasetStatus_StatusActive) Reset ¶
func (x *DatasetStatus_StatusActive) Reset()
func (*DatasetStatus_StatusActive) String ¶
func (x *DatasetStatus_StatusActive) String() string
type DatasetStatus_StatusActive_ ¶
type DatasetStatus_StatusActive_ struct { // Dataset is activated. StatusActive *DatasetStatus_StatusActive `protobuf:"bytes,1,opt,name=status_active,json=statusActive,proto3,oneof"` }
type DatasetStatus_StatusError ¶
type DatasetStatus_StatusError struct { // Text of the error. Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*DatasetStatus_StatusError) Descriptor
deprecated
func (*DatasetStatus_StatusError) Descriptor() ([]byte, []int)
Deprecated: Use DatasetStatus_StatusError.ProtoReflect.Descriptor instead.
func (*DatasetStatus_StatusError) GetError ¶
func (x *DatasetStatus_StatusError) GetError() string
func (*DatasetStatus_StatusError) ProtoMessage ¶
func (*DatasetStatus_StatusError) ProtoMessage()
func (*DatasetStatus_StatusError) ProtoReflect ¶
func (x *DatasetStatus_StatusError) ProtoReflect() protoreflect.Message
func (*DatasetStatus_StatusError) Reset ¶
func (x *DatasetStatus_StatusError) Reset()
func (*DatasetStatus_StatusError) SetError ¶
func (m *DatasetStatus_StatusError) SetError(v string)
func (*DatasetStatus_StatusError) String ¶
func (x *DatasetStatus_StatusError) String() string
type DatasetStatus_StatusError_ ¶
type DatasetStatus_StatusError_ struct { // Error while activating dataset. StatusError *DatasetStatus_StatusError `protobuf:"bytes,3,opt,name=status_error,json=statusError,proto3,oneof"` }
type DatasetStatus_StatusInactive ¶
type DatasetStatus_StatusInactive struct {
// contains filtered or unexported fields
}
func (*DatasetStatus_StatusInactive) Descriptor
deprecated
func (*DatasetStatus_StatusInactive) Descriptor() ([]byte, []int)
Deprecated: Use DatasetStatus_StatusInactive.ProtoReflect.Descriptor instead.
func (*DatasetStatus_StatusInactive) ProtoMessage ¶
func (*DatasetStatus_StatusInactive) ProtoMessage()
func (*DatasetStatus_StatusInactive) ProtoReflect ¶
func (x *DatasetStatus_StatusInactive) ProtoReflect() protoreflect.Message
func (*DatasetStatus_StatusInactive) Reset ¶
func (x *DatasetStatus_StatusInactive) Reset()
func (*DatasetStatus_StatusInactive) String ¶
func (x *DatasetStatus_StatusInactive) String() string
type DatasetStatus_StatusInactive_ ¶
type DatasetStatus_StatusInactive_ struct { // Dataset is inactive. StatusInactive *DatasetStatus_StatusInactive `protobuf:"bytes,2,opt,name=status_inactive,json=statusInactive,proto3,oneof"` }
type DeactivateDatasetRequest ¶
type DeactivateDatasetRequest struct { DatasetId string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"` ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*DeactivateDatasetRequest) Descriptor
deprecated
func (*DeactivateDatasetRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateDatasetRequest.ProtoReflect.Descriptor instead.
func (*DeactivateDatasetRequest) GetDatasetId ¶
func (x *DeactivateDatasetRequest) GetDatasetId() string
func (*DeactivateDatasetRequest) GetProjectId ¶
func (x *DeactivateDatasetRequest) GetProjectId() string
func (*DeactivateDatasetRequest) ProtoMessage ¶
func (*DeactivateDatasetRequest) ProtoMessage()
func (*DeactivateDatasetRequest) ProtoReflect ¶
func (x *DeactivateDatasetRequest) ProtoReflect() protoreflect.Message
func (*DeactivateDatasetRequest) Reset ¶
func (x *DeactivateDatasetRequest) Reset()
func (*DeactivateDatasetRequest) SetDatasetId ¶
func (m *DeactivateDatasetRequest) SetDatasetId(v string)
func (*DeactivateDatasetRequest) SetProjectId ¶
func (m *DeactivateDatasetRequest) SetProjectId(v string)
func (*DeactivateDatasetRequest) String ¶
func (x *DeactivateDatasetRequest) String() string
type DeactivateS3Request ¶
type DeactivateS3Request struct { S3Id string `protobuf:"bytes,1,opt,name=s3_id,json=s3Id,proto3" json:"s3_id,omitempty"` ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*DeactivateS3Request) Descriptor
deprecated
func (*DeactivateS3Request) Descriptor() ([]byte, []int)
Deprecated: Use DeactivateS3Request.ProtoReflect.Descriptor instead.
func (*DeactivateS3Request) GetProjectId ¶
func (x *DeactivateS3Request) GetProjectId() string
func (*DeactivateS3Request) GetS3Id ¶
func (x *DeactivateS3Request) GetS3Id() string
func (*DeactivateS3Request) ProtoMessage ¶
func (*DeactivateS3Request) ProtoMessage()
func (*DeactivateS3Request) ProtoReflect ¶
func (x *DeactivateS3Request) ProtoReflect() protoreflect.Message
func (*DeactivateS3Request) Reset ¶
func (x *DeactivateS3Request) Reset()
func (*DeactivateS3Request) SetProjectId ¶
func (m *DeactivateS3Request) SetProjectId(v string)
func (*DeactivateS3Request) SetS3Id ¶
func (m *DeactivateS3Request) SetS3Id(v string)
func (*DeactivateS3Request) String ¶
func (x *DeactivateS3Request) String() string
type DecryptedSecret ¶
type DecryptedSecret struct { Secret *Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // Content of the secret. Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*DecryptedSecret) Descriptor
deprecated
func (*DecryptedSecret) Descriptor() ([]byte, []int)
Deprecated: Use DecryptedSecret.ProtoReflect.Descriptor instead.
func (*DecryptedSecret) GetContent ¶
func (x *DecryptedSecret) GetContent() string
func (*DecryptedSecret) GetSecret ¶
func (x *DecryptedSecret) GetSecret() *Secret
func (*DecryptedSecret) ProtoMessage ¶
func (*DecryptedSecret) ProtoMessage()
func (*DecryptedSecret) ProtoReflect ¶
func (x *DecryptedSecret) ProtoReflect() protoreflect.Message
func (*DecryptedSecret) Reset ¶
func (x *DecryptedSecret) Reset()
func (*DecryptedSecret) SetContent ¶
func (m *DecryptedSecret) SetContent(v string)
func (*DecryptedSecret) SetSecret ¶
func (m *DecryptedSecret) SetSecret(v *Secret)
func (*DecryptedSecret) String ¶
func (x *DecryptedSecret) String() string
type DeleteCommunityMetadata ¶
type DeleteCommunityMetadata struct { // ID of the community that is being deleted. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteCommunityMetadata) Descriptor
deprecated
func (*DeleteCommunityMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCommunityMetadata.ProtoReflect.Descriptor instead.
func (*DeleteCommunityMetadata) GetCommunityId ¶
func (x *DeleteCommunityMetadata) GetCommunityId() string
func (*DeleteCommunityMetadata) ProtoMessage ¶
func (*DeleteCommunityMetadata) ProtoMessage()
func (*DeleteCommunityMetadata) ProtoReflect ¶
func (x *DeleteCommunityMetadata) ProtoReflect() protoreflect.Message
func (*DeleteCommunityMetadata) Reset ¶
func (x *DeleteCommunityMetadata) Reset()
func (*DeleteCommunityMetadata) SetCommunityId ¶
func (m *DeleteCommunityMetadata) SetCommunityId(v string)
func (*DeleteCommunityMetadata) String ¶
func (x *DeleteCommunityMetadata) String() string
type DeleteCommunityRequest ¶
type DeleteCommunityRequest struct { // ID of the community. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteCommunityRequest) Descriptor
deprecated
func (*DeleteCommunityRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCommunityRequest.ProtoReflect.Descriptor instead.
func (*DeleteCommunityRequest) GetCommunityId ¶
func (x *DeleteCommunityRequest) GetCommunityId() string
func (*DeleteCommunityRequest) ProtoMessage ¶
func (*DeleteCommunityRequest) ProtoMessage()
func (*DeleteCommunityRequest) ProtoReflect ¶
func (x *DeleteCommunityRequest) ProtoReflect() protoreflect.Message
func (*DeleteCommunityRequest) Reset ¶
func (x *DeleteCommunityRequest) Reset()
func (*DeleteCommunityRequest) SetCommunityId ¶
func (m *DeleteCommunityRequest) SetCommunityId(v string)
func (*DeleteCommunityRequest) String ¶
func (x *DeleteCommunityRequest) String() string
type DeleteProjectMetadata ¶
type DeleteProjectMetadata struct { // ID of the project that is being deleted. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteProjectMetadata) Descriptor
deprecated
func (*DeleteProjectMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteProjectMetadata.ProtoReflect.Descriptor instead.
func (*DeleteProjectMetadata) GetProjectId ¶
func (x *DeleteProjectMetadata) GetProjectId() string
func (*DeleteProjectMetadata) ProtoMessage ¶
func (*DeleteProjectMetadata) ProtoMessage()
func (*DeleteProjectMetadata) ProtoReflect ¶
func (x *DeleteProjectMetadata) ProtoReflect() protoreflect.Message
func (*DeleteProjectMetadata) Reset ¶
func (x *DeleteProjectMetadata) Reset()
func (*DeleteProjectMetadata) SetProjectId ¶
func (m *DeleteProjectMetadata) SetProjectId(v string)
func (*DeleteProjectMetadata) String ¶
func (x *DeleteProjectMetadata) String() string
type DeleteProjectRequest ¶
type DeleteProjectRequest struct { // ID of the Project resource to delete. // To get the project ID use a [ProjectService.List] request. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteProjectRequest) Descriptor
deprecated
func (*DeleteProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteProjectRequest.ProtoReflect.Descriptor instead.
func (*DeleteProjectRequest) GetProjectId ¶
func (x *DeleteProjectRequest) GetProjectId() 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) SetProjectId ¶
func (m *DeleteProjectRequest) SetProjectId(v string)
func (*DeleteProjectRequest) String ¶
func (x *DeleteProjectRequest) String() string
type DiskInfo ¶
type DiskInfo struct { // ID of the project. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Project disk size in gigabytes. DiskSizeGb float64 `protobuf:"fixed64,2,opt,name=disk_size_gb,json=diskSizeGb,proto3" json:"disk_size_gb,omitempty"` // Used project disk in gigabytes. DiskUsedGb float64 `protobuf:"fixed64,3,opt,name=disk_used_gb,json=diskUsedGb,proto3" json:"disk_used_gb,omitempty"` // Detailed information about the project disk. DetailedUsage *DiskInfo_DetailedDiskInfo `protobuf:"bytes,4,opt,name=detailed_usage,json=detailedUsage,proto3" json:"detailed_usage,omitempty"` // contains filtered or unexported fields }
func (*DiskInfo) Descriptor
deprecated
func (*DiskInfo) GetDetailedUsage ¶
func (x *DiskInfo) GetDetailedUsage() *DiskInfo_DetailedDiskInfo
func (*DiskInfo) GetDiskSizeGb ¶
func (*DiskInfo) GetDiskUsedGb ¶
func (*DiskInfo) GetProjectId ¶
func (*DiskInfo) ProtoMessage ¶
func (*DiskInfo) ProtoMessage()
func (*DiskInfo) ProtoReflect ¶
func (x *DiskInfo) ProtoReflect() protoreflect.Message
func (*DiskInfo) SetDetailedUsage ¶
func (m *DiskInfo) SetDetailedUsage(v *DiskInfo_DetailedDiskInfo)
func (*DiskInfo) SetDiskSizeGb ¶
func (*DiskInfo) SetDiskUsedGb ¶
func (*DiskInfo) SetProjectId ¶
type DiskInfo_DetailedDiskInfo ¶
type DiskInfo_DetailedDiskInfo struct { // Used project disk for user data in gigabytes. UserDataGb float64 `protobuf:"fixed64,1,opt,name=user_data_gb,json=userDataGb,proto3" json:"user_data_gb,omitempty"` // Used project disk for packages in gigabytes. PackagesGb float64 `protobuf:"fixed64,2,opt,name=packages_gb,json=packagesGb,proto3" json:"packages_gb,omitempty"` // Used project disk for system data in gigabytes. SystemDataGb float64 `protobuf:"fixed64,3,opt,name=system_data_gb,json=systemDataGb,proto3" json:"system_data_gb,omitempty"` // Free space project disk in gigabytes. FreeSpaceGb float64 `protobuf:"fixed64,4,opt,name=free_space_gb,json=freeSpaceGb,proto3" json:"free_space_gb,omitempty"` // contains filtered or unexported fields }
func (*DiskInfo_DetailedDiskInfo) Descriptor
deprecated
func (*DiskInfo_DetailedDiskInfo) Descriptor() ([]byte, []int)
Deprecated: Use DiskInfo_DetailedDiskInfo.ProtoReflect.Descriptor instead.
func (*DiskInfo_DetailedDiskInfo) GetFreeSpaceGb ¶
func (x *DiskInfo_DetailedDiskInfo) GetFreeSpaceGb() float64
func (*DiskInfo_DetailedDiskInfo) GetPackagesGb ¶
func (x *DiskInfo_DetailedDiskInfo) GetPackagesGb() float64
func (*DiskInfo_DetailedDiskInfo) GetSystemDataGb ¶
func (x *DiskInfo_DetailedDiskInfo) GetSystemDataGb() float64
func (*DiskInfo_DetailedDiskInfo) GetUserDataGb ¶
func (x *DiskInfo_DetailedDiskInfo) GetUserDataGb() float64
func (*DiskInfo_DetailedDiskInfo) ProtoMessage ¶
func (*DiskInfo_DetailedDiskInfo) ProtoMessage()
func (*DiskInfo_DetailedDiskInfo) ProtoReflect ¶
func (x *DiskInfo_DetailedDiskInfo) ProtoReflect() protoreflect.Message
func (*DiskInfo_DetailedDiskInfo) Reset ¶
func (x *DiskInfo_DetailedDiskInfo) Reset()
func (*DiskInfo_DetailedDiskInfo) SetFreeSpaceGb ¶
func (m *DiskInfo_DetailedDiskInfo) SetFreeSpaceGb(v float64)
func (*DiskInfo_DetailedDiskInfo) SetPackagesGb ¶
func (m *DiskInfo_DetailedDiskInfo) SetPackagesGb(v float64)
func (*DiskInfo_DetailedDiskInfo) SetSystemDataGb ¶
func (m *DiskInfo_DetailedDiskInfo) SetSystemDataGb(v float64)
func (*DiskInfo_DetailedDiskInfo) SetUserDataGb ¶
func (m *DiskInfo_DetailedDiskInfo) SetUserDataGb(v float64)
func (*DiskInfo_DetailedDiskInfo) String ¶
func (x *DiskInfo_DetailedDiskInfo) String() string
type DockerImageServiceClient ¶
type DockerImageServiceClient interface { // Activates shared docker image in project Activate(ctx context.Context, in *ActivateDockerImageRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
DockerImageServiceClient is the client API for DockerImageService 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.
A set of methods for managing Docker Images.
func NewDockerImageServiceClient ¶
func NewDockerImageServiceClient(cc grpc.ClientConnInterface) DockerImageServiceClient
type DockerImageServiceServer ¶
type DockerImageServiceServer interface { // Activates shared docker image in project Activate(context.Context, *ActivateDockerImageRequest) (*operation.Operation, error) }
DockerImageServiceServer is the server API for DockerImageService service. All implementations should embed UnimplementedDockerImageServiceServer for forward compatibility.
A set of methods for managing Docker Images.
type ExecutionStatus ¶
type ExecutionStatus int32
const ( ExecutionStatus_EXECUTION_STATUS_UNSPECIFIED ExecutionStatus = 0 // Execution finished successfully. ExecutionStatus_OK ExecutionStatus = 1 // Execution ended with error. ExecutionStatus_ERROR ExecutionStatus = 2 // Execution was aborted. ExecutionStatus_ABORTED ExecutionStatus = 3 )
func (ExecutionStatus) Descriptor ¶
func (ExecutionStatus) Descriptor() protoreflect.EnumDescriptor
func (ExecutionStatus) Enum ¶
func (x ExecutionStatus) Enum() *ExecutionStatus
func (ExecutionStatus) EnumDescriptor
deprecated
func (ExecutionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExecutionStatus.Descriptor instead.
func (ExecutionStatus) Number ¶
func (x ExecutionStatus) Number() protoreflect.EnumNumber
func (ExecutionStatus) String ¶
func (x ExecutionStatus) String() string
func (ExecutionStatus) Type ¶
func (ExecutionStatus) Type() protoreflect.EnumType
type GetCommunityRequest ¶
type GetCommunityRequest struct { // ID of the community. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
func (*GetCommunityRequest) Descriptor
deprecated
func (*GetCommunityRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommunityRequest.ProtoReflect.Descriptor instead.
func (*GetCommunityRequest) GetCommunityId ¶
func (x *GetCommunityRequest) GetCommunityId() string
func (*GetCommunityRequest) ProtoMessage ¶
func (*GetCommunityRequest) ProtoMessage()
func (*GetCommunityRequest) ProtoReflect ¶
func (x *GetCommunityRequest) ProtoReflect() protoreflect.Message
func (*GetCommunityRequest) Reset ¶
func (x *GetCommunityRequest) Reset()
func (*GetCommunityRequest) SetCommunityId ¶
func (m *GetCommunityRequest) SetCommunityId(v string)
func (*GetCommunityRequest) String ¶
func (x *GetCommunityRequest) String() string
type GetCommunityRestrictionsRequest ¶
type GetCommunityRestrictionsRequest struct { // ID of the community. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
func (*GetCommunityRestrictionsRequest) Descriptor
deprecated
func (*GetCommunityRestrictionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommunityRestrictionsRequest.ProtoReflect.Descriptor instead.
func (*GetCommunityRestrictionsRequest) GetCommunityId ¶
func (x *GetCommunityRestrictionsRequest) GetCommunityId() string
func (*GetCommunityRestrictionsRequest) ProtoMessage ¶
func (*GetCommunityRestrictionsRequest) ProtoMessage()
func (*GetCommunityRestrictionsRequest) ProtoReflect ¶
func (x *GetCommunityRestrictionsRequest) ProtoReflect() protoreflect.Message
func (*GetCommunityRestrictionsRequest) Reset ¶
func (x *GetCommunityRestrictionsRequest) Reset()
func (*GetCommunityRestrictionsRequest) SetCommunityId ¶
func (m *GetCommunityRestrictionsRequest) SetCommunityId(v string)
func (*GetCommunityRestrictionsRequest) String ¶
func (x *GetCommunityRestrictionsRequest) String() string
type GetProjectRequest ¶
type GetProjectRequest struct { // ID of the Project resource to return. // To get the project ID use a [ProjectService.List] request. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*GetProjectRequest) Descriptor
deprecated
func (*GetProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.
func (*GetProjectRequest) GetProjectId ¶
func (x *GetProjectRequest) GetProjectId() string
func (*GetProjectRequest) ProtoMessage ¶
func (*GetProjectRequest) ProtoMessage()
func (*GetProjectRequest) ProtoReflect ¶
func (x *GetProjectRequest) ProtoReflect() protoreflect.Message
func (*GetProjectRequest) Reset ¶
func (x *GetProjectRequest) Reset()
func (*GetProjectRequest) SetProjectId ¶
func (m *GetProjectRequest) SetProjectId(v string)
func (*GetProjectRequest) String ¶
func (x *GetProjectRequest) String() string
type GetProjectRestrictionsRequest ¶
type GetProjectRestrictionsRequest struct { // ID of the project. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*GetProjectRestrictionsRequest) Descriptor
deprecated
func (*GetProjectRestrictionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProjectRestrictionsRequest.ProtoReflect.Descriptor instead.
func (*GetProjectRestrictionsRequest) GetProjectId ¶
func (x *GetProjectRestrictionsRequest) GetProjectId() string
func (*GetProjectRestrictionsRequest) ProtoMessage ¶
func (*GetProjectRestrictionsRequest) ProtoMessage()
func (*GetProjectRestrictionsRequest) ProtoReflect ¶
func (x *GetProjectRestrictionsRequest) ProtoReflect() protoreflect.Message
func (*GetProjectRestrictionsRequest) Reset ¶
func (x *GetProjectRestrictionsRequest) Reset()
func (*GetProjectRestrictionsRequest) SetProjectId ¶
func (m *GetProjectRestrictionsRequest) SetProjectId(v string)
func (*GetProjectRestrictionsRequest) String ¶
func (x *GetProjectRestrictionsRequest) String() string
type GetRestrictionsMetaResponse ¶
type GetRestrictionsMetaResponse struct { // List of restrictions. RestrictionsMeta []*RestrictionMeta `protobuf:"bytes,1,rep,name=restrictions_meta,json=restrictionsMeta,proto3" json:"restrictions_meta,omitempty"` // contains filtered or unexported fields }
func (*GetRestrictionsMetaResponse) Descriptor
deprecated
func (*GetRestrictionsMetaResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRestrictionsMetaResponse.ProtoReflect.Descriptor instead.
func (*GetRestrictionsMetaResponse) GetRestrictionsMeta ¶
func (x *GetRestrictionsMetaResponse) GetRestrictionsMeta() []*RestrictionMeta
func (*GetRestrictionsMetaResponse) ProtoMessage ¶
func (*GetRestrictionsMetaResponse) ProtoMessage()
func (*GetRestrictionsMetaResponse) ProtoReflect ¶
func (x *GetRestrictionsMetaResponse) ProtoReflect() protoreflect.Message
func (*GetRestrictionsMetaResponse) Reset ¶
func (x *GetRestrictionsMetaResponse) Reset()
func (*GetRestrictionsMetaResponse) SetRestrictionsMeta ¶
func (m *GetRestrictionsMetaResponse) SetRestrictionsMeta(v []*RestrictionMeta)
func (*GetRestrictionsMetaResponse) String ¶
func (x *GetRestrictionsMetaResponse) String() string
type GetUnitBalanceRequest ¶
type GetUnitBalanceRequest struct { // ID of the project to return the unit balance for. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*GetUnitBalanceRequest) Descriptor
deprecated
func (*GetUnitBalanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUnitBalanceRequest.ProtoReflect.Descriptor instead.
func (*GetUnitBalanceRequest) GetProjectId ¶
func (x *GetUnitBalanceRequest) GetProjectId() string
func (*GetUnitBalanceRequest) ProtoMessage ¶
func (*GetUnitBalanceRequest) ProtoMessage()
func (*GetUnitBalanceRequest) ProtoReflect ¶
func (x *GetUnitBalanceRequest) ProtoReflect() protoreflect.Message
func (*GetUnitBalanceRequest) Reset ¶
func (x *GetUnitBalanceRequest) Reset()
func (*GetUnitBalanceRequest) SetProjectId ¶
func (m *GetUnitBalanceRequest) SetProjectId(v string)
func (*GetUnitBalanceRequest) String ¶
func (x *GetUnitBalanceRequest) String() string
type GetUnitBalanceResponse ¶
type GetUnitBalanceResponse struct { // The number of units available to the project. UnitBalance *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=unit_balance,json=unitBalance,proto3" json:"unit_balance,omitempty"` // contains filtered or unexported fields }
func (*GetUnitBalanceResponse) Descriptor
deprecated
func (*GetUnitBalanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUnitBalanceResponse.ProtoReflect.Descriptor instead.
func (*GetUnitBalanceResponse) GetUnitBalance ¶
func (x *GetUnitBalanceResponse) GetUnitBalance() *wrapperspb.Int64Value
func (*GetUnitBalanceResponse) ProtoMessage ¶
func (*GetUnitBalanceResponse) ProtoMessage()
func (*GetUnitBalanceResponse) ProtoReflect ¶
func (x *GetUnitBalanceResponse) ProtoReflect() protoreflect.Message
func (*GetUnitBalanceResponse) Reset ¶
func (x *GetUnitBalanceResponse) Reset()
func (*GetUnitBalanceResponse) SetUnitBalance ¶
func (m *GetUnitBalanceResponse) SetUnitBalance(v *wrapperspb.Int64Value)
func (*GetUnitBalanceResponse) String ¶
func (x *GetUnitBalanceResponse) String() string
type ListCommunitiesRequest ¶
type ListCommunitiesRequest struct { // The maximum number of results per page to return. If the number of available // results is larger than [page_size], // the service returns a [ListCommunitiesResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. PageSize int64 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. To get the next page of results, set [page_token] to the // [ListCommunitiesResponse.next_page_token] returned by a previous list request. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Community name or description pattern. // Only communities with names or descriptions matching specified pattern will be returned. NameOrDescriptionPattern string `` /* 137-byte string literal not displayed */ // ID of the user. Only communities owned by specified user will be returned. OwnedById string `protobuf:"bytes,5,opt,name=owned_by_id,json=ownedById,proto3" json:"owned_by_id,omitempty"` // If set to true, only public communities will be returned. ListPublic bool `protobuf:"varint,6,opt,name=list_public,json=listPublic,proto3" json:"list_public,omitempty"` // ID of the organization to list communities in. OrganizationId string `protobuf:"bytes,7,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*ListCommunitiesRequest) Descriptor
deprecated
func (*ListCommunitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCommunitiesRequest.ProtoReflect.Descriptor instead.
func (*ListCommunitiesRequest) GetListPublic ¶
func (x *ListCommunitiesRequest) GetListPublic() bool
func (*ListCommunitiesRequest) GetNameOrDescriptionPattern ¶
func (x *ListCommunitiesRequest) GetNameOrDescriptionPattern() string
func (*ListCommunitiesRequest) GetOrganizationId ¶
func (x *ListCommunitiesRequest) GetOrganizationId() string
func (*ListCommunitiesRequest) GetOwnedById ¶
func (x *ListCommunitiesRequest) GetOwnedById() string
func (*ListCommunitiesRequest) GetPageSize ¶
func (x *ListCommunitiesRequest) GetPageSize() int64
func (*ListCommunitiesRequest) GetPageToken ¶
func (x *ListCommunitiesRequest) GetPageToken() string
func (*ListCommunitiesRequest) ProtoMessage ¶
func (*ListCommunitiesRequest) ProtoMessage()
func (*ListCommunitiesRequest) ProtoReflect ¶
func (x *ListCommunitiesRequest) ProtoReflect() protoreflect.Message
func (*ListCommunitiesRequest) Reset ¶
func (x *ListCommunitiesRequest) Reset()
func (*ListCommunitiesRequest) SetListPublic ¶
func (m *ListCommunitiesRequest) SetListPublic(v bool)
func (*ListCommunitiesRequest) SetNameOrDescriptionPattern ¶
func (m *ListCommunitiesRequest) SetNameOrDescriptionPattern(v string)
func (*ListCommunitiesRequest) SetOrganizationId ¶
func (m *ListCommunitiesRequest) SetOrganizationId(v string)
func (*ListCommunitiesRequest) SetOwnedById ¶
func (m *ListCommunitiesRequest) SetOwnedById(v string)
func (*ListCommunitiesRequest) SetPageSize ¶
func (m *ListCommunitiesRequest) SetPageSize(v int64)
func (*ListCommunitiesRequest) SetPageToken ¶
func (m *ListCommunitiesRequest) SetPageToken(v string)
func (*ListCommunitiesRequest) String ¶
func (x *ListCommunitiesRequest) String() string
type ListCommunitiesResponse ¶
type ListCommunitiesResponse struct { // List of communities matching filters in list communities request. Communities []*Community `protobuf:"bytes,1,rep,name=communities,proto3" json:"communities,omitempty"` // This token allows you to get the next page of results for list requests. If the number of results // is larger than [ListCommunitiesRequest.page_size], use // the [next_page_token] as the value // for the [ListCommunitiesRequest.page_token] query parameter // in the next list request. Each subsequent list request will have its own // [next_page_token] to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListCommunitiesResponse) Descriptor
deprecated
func (*ListCommunitiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCommunitiesResponse.ProtoReflect.Descriptor instead.
func (*ListCommunitiesResponse) GetCommunities ¶
func (x *ListCommunitiesResponse) GetCommunities() []*Community
func (*ListCommunitiesResponse) GetNextPageToken ¶
func (x *ListCommunitiesResponse) GetNextPageToken() string
func (*ListCommunitiesResponse) ProtoMessage ¶
func (*ListCommunitiesResponse) ProtoMessage()
func (*ListCommunitiesResponse) ProtoReflect ¶
func (x *ListCommunitiesResponse) ProtoReflect() protoreflect.Message
func (*ListCommunitiesResponse) Reset ¶
func (x *ListCommunitiesResponse) Reset()
func (*ListCommunitiesResponse) SetCommunities ¶
func (m *ListCommunitiesResponse) SetCommunities(v []*Community)
func (*ListCommunitiesResponse) SetNextPageToken ¶
func (m *ListCommunitiesResponse) SetNextPageToken(v string)
func (*ListCommunitiesResponse) String ¶
func (x *ListCommunitiesResponse) String() string
type ListProjectsRequest ¶
type ListProjectsRequest struct { // ID of the community to list projects in. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than [page_size], // the service returns a [ListProjectsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. To get the next page of results, set [page_token] to the // [ListProjectsResponse.next_page_token] returned by a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Name pattern to filter projects that are returned. // Only projects with names matching the pattern will be returned. ProjectNamePattern string `protobuf:"bytes,4,opt,name=project_name_pattern,json=projectNamePattern,proto3" json:"project_name_pattern,omitempty"` // User ID to filter projects that are returned. // Only projects that are owned by specified user will be returned. OwnedById string `protobuf:"bytes,5,opt,name=owned_by_id,json=ownedById,proto3" json:"owned_by_id,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsRequest) Descriptor
deprecated
func (*ListProjectsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.
func (*ListProjectsRequest) GetCommunityId ¶
func (x *ListProjectsRequest) GetCommunityId() string
func (*ListProjectsRequest) GetOwnedById ¶
func (x *ListProjectsRequest) GetOwnedById() string
func (*ListProjectsRequest) GetPageSize ¶
func (x *ListProjectsRequest) GetPageSize() int64
func (*ListProjectsRequest) GetPageToken ¶
func (x *ListProjectsRequest) GetPageToken() string
func (*ListProjectsRequest) GetProjectNamePattern ¶
func (x *ListProjectsRequest) GetProjectNamePattern() string
func (*ListProjectsRequest) ProtoMessage ¶
func (*ListProjectsRequest) ProtoMessage()
func (*ListProjectsRequest) ProtoReflect ¶
func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message
func (*ListProjectsRequest) Reset ¶
func (x *ListProjectsRequest) Reset()
func (*ListProjectsRequest) SetCommunityId ¶
func (m *ListProjectsRequest) SetCommunityId(v string)
func (*ListProjectsRequest) SetOwnedById ¶
func (m *ListProjectsRequest) SetOwnedById(v string)
func (*ListProjectsRequest) SetPageSize ¶
func (m *ListProjectsRequest) SetPageSize(v int64)
func (*ListProjectsRequest) SetPageToken ¶
func (m *ListProjectsRequest) SetPageToken(v string)
func (*ListProjectsRequest) SetProjectNamePattern ¶
func (m *ListProjectsRequest) SetProjectNamePattern(v string)
func (*ListProjectsRequest) String ¶
func (x *ListProjectsRequest) String() string
type ListProjectsResponse ¶
type ListProjectsResponse struct { // List of Project resources. Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"` // This token allows you to get the next page of results for list requests. If the number of results // is larger than [ListProjectsRequest.page_size], use // the [next_page_token] as the value // for the [ListProjectsRequest.page_token] query parameter // in the next list request. Each subsequent list request will have its own // [next_page_token] to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsResponse) Descriptor
deprecated
func (*ListProjectsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.
func (*ListProjectsResponse) GetNextPageToken ¶
func (x *ListProjectsResponse) GetNextPageToken() string
func (*ListProjectsResponse) GetProjects ¶
func (x *ListProjectsResponse) GetProjects() []*Project
func (*ListProjectsResponse) ProtoMessage ¶
func (*ListProjectsResponse) ProtoMessage()
func (*ListProjectsResponse) ProtoReflect ¶
func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message
func (*ListProjectsResponse) Reset ¶
func (x *ListProjectsResponse) Reset()
func (*ListProjectsResponse) SetNextPageToken ¶
func (m *ListProjectsResponse) SetNextPageToken(v string)
func (*ListProjectsResponse) SetProjects ¶
func (m *ListProjectsResponse) SetProjects(v []*Project)
func (*ListProjectsResponse) String ¶
func (x *ListProjectsResponse) String() string
type OpenProjectMetadata ¶
type OpenProjectMetadata struct { // ID of the project that is being opened. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Project opening status. Status OpenProjectMetadata_OpenProjectStatus `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OpenProjectMetadata) Descriptor
deprecated
func (*OpenProjectMetadata) Descriptor() ([]byte, []int)
Deprecated: Use OpenProjectMetadata.ProtoReflect.Descriptor instead.
func (*OpenProjectMetadata) GetProjectId ¶
func (x *OpenProjectMetadata) GetProjectId() string
func (*OpenProjectMetadata) GetStatus ¶
func (x *OpenProjectMetadata) GetStatus() OpenProjectMetadata_OpenProjectStatus
func (*OpenProjectMetadata) ProtoMessage ¶
func (*OpenProjectMetadata) ProtoMessage()
func (*OpenProjectMetadata) ProtoReflect ¶
func (x *OpenProjectMetadata) ProtoReflect() protoreflect.Message
func (*OpenProjectMetadata) Reset ¶
func (x *OpenProjectMetadata) Reset()
func (*OpenProjectMetadata) SetProjectId ¶
func (m *OpenProjectMetadata) SetProjectId(v string)
func (*OpenProjectMetadata) SetStatus ¶
func (m *OpenProjectMetadata) SetStatus(v OpenProjectMetadata_OpenProjectStatus)
func (*OpenProjectMetadata) String ¶
func (x *OpenProjectMetadata) String() string
type OpenProjectMetadata_OpenProjectStatus ¶
type OpenProjectMetadata_OpenProjectStatus int32
const ( OpenProjectMetadata_OPEN_PROJECT_STATUS_UNSPECIFIED OpenProjectMetadata_OpenProjectStatus = 0 // Closing previous IDE instance. OpenProjectMetadata_OPEN_PROJECT_STATUS_CLOSING_IDE OpenProjectMetadata_OpenProjectStatus = 1 // Unzipping project. OpenProjectMetadata_OPEN_PROJECT_STATUS_UNZIPPING_PROJECT OpenProjectMetadata_OpenProjectStatus = 2 // Allocating VM for the project. OpenProjectMetadata_OPEN_PROJECT_STATUS_ALLOCATING_VM OpenProjectMetadata_OpenProjectStatus = 3 // Allocating resources for the project. OpenProjectMetadata_OPEN_PROJECT_STATUS_ALLOCATING_RESOURCES OpenProjectMetadata_OpenProjectStatus = 4 // Starting IDE. OpenProjectMetadata_OPEN_PROJECT_STATUS_STARTING_IDE OpenProjectMetadata_OpenProjectStatus = 5 // Unknown open project status. OpenProjectMetadata_OPEN_PROJECT_STATUS_UNKNOWN OpenProjectMetadata_OpenProjectStatus = 7 )
func (OpenProjectMetadata_OpenProjectStatus) Descriptor ¶
func (OpenProjectMetadata_OpenProjectStatus) Descriptor() protoreflect.EnumDescriptor
func (OpenProjectMetadata_OpenProjectStatus) EnumDescriptor
deprecated
func (OpenProjectMetadata_OpenProjectStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use OpenProjectMetadata_OpenProjectStatus.Descriptor instead.
func (OpenProjectMetadata_OpenProjectStatus) Number ¶
func (x OpenProjectMetadata_OpenProjectStatus) Number() protoreflect.EnumNumber
func (OpenProjectMetadata_OpenProjectStatus) String ¶
func (x OpenProjectMetadata_OpenProjectStatus) String() string
func (OpenProjectMetadata_OpenProjectStatus) Type ¶
func (OpenProjectMetadata_OpenProjectStatus) Type() protoreflect.EnumType
type OpenProjectRequest ¶
type OpenProjectRequest struct { // ID of the Project resource to open. // To get the project ID use a [ProjectService.List] request. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*OpenProjectRequest) Descriptor
deprecated
func (*OpenProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use OpenProjectRequest.ProtoReflect.Descriptor instead.
func (*OpenProjectRequest) GetProjectId ¶
func (x *OpenProjectRequest) GetProjectId() string
func (*OpenProjectRequest) ProtoMessage ¶
func (*OpenProjectRequest) ProtoMessage()
func (*OpenProjectRequest) ProtoReflect ¶
func (x *OpenProjectRequest) ProtoReflect() protoreflect.Message
func (*OpenProjectRequest) Reset ¶
func (x *OpenProjectRequest) Reset()
func (*OpenProjectRequest) SetProjectId ¶
func (m *OpenProjectRequest) SetProjectId(v string)
func (*OpenProjectRequest) String ¶
func (x *OpenProjectRequest) String() string
type OpenProjectResponse ¶
type OpenProjectResponse struct { // URL of the project that is being opened. // Make GET request to [project_url] with sessionToken query parameter equals to [session_token] // or POST request to [project_url] with sessionToken body parameter equals to [session_token] // to fetch DataSphere web interface. ProjectUrl string `protobuf:"bytes,1,opt,name=project_url,json=projectUrl,proto3" json:"project_url,omitempty"` // Session token of the project that is being opened. SessionToken string `protobuf:"bytes,2,opt,name=session_token,json=sessionToken,proto3" json:"session_token,omitempty"` // contains filtered or unexported fields }
func (*OpenProjectResponse) Descriptor
deprecated
func (*OpenProjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use OpenProjectResponse.ProtoReflect.Descriptor instead.
func (*OpenProjectResponse) GetProjectUrl ¶
func (x *OpenProjectResponse) GetProjectUrl() string
func (*OpenProjectResponse) GetSessionToken ¶
func (x *OpenProjectResponse) GetSessionToken() string
func (*OpenProjectResponse) ProtoMessage ¶
func (*OpenProjectResponse) ProtoMessage()
func (*OpenProjectResponse) ProtoReflect ¶
func (x *OpenProjectResponse) ProtoReflect() protoreflect.Message
func (*OpenProjectResponse) Reset ¶
func (x *OpenProjectResponse) Reset()
func (*OpenProjectResponse) SetProjectUrl ¶
func (m *OpenProjectResponse) SetProjectUrl(v string)
func (*OpenProjectResponse) SetSessionToken ¶
func (m *OpenProjectResponse) SetSessionToken(v string)
func (*OpenProjectResponse) String ¶
func (x *OpenProjectResponse) String() string
type Project ¶
type Project struct { // ID of the project. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Name of the project. 1-63 characters long. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Description of the project. 0-256 characters long. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ CreatedById string `protobuf:"bytes,6,opt,name=created_by_id,json=createdById,proto3" json:"created_by_id,omitempty"` // Settings of the project. Settings *Project_Settings `protobuf:"bytes,7,opt,name=settings,proto3" json:"settings,omitempty"` // Limits of the project. Limits *Project_Limits `protobuf:"bytes,8,opt,name=limits,proto3" json:"limits,omitempty"` // ID of the community that the project belongs to. CommunityId string `protobuf:"bytes,11,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
A Project resource.
func (*Project) Descriptor
deprecated
func (*Project) GetCommunityId ¶
func (*Project) GetCreatedAt ¶
func (x *Project) GetCreatedAt() *timestamppb.Timestamp
func (*Project) GetCreatedById ¶
func (*Project) GetDescription ¶
func (*Project) GetLimits ¶
func (x *Project) GetLimits() *Project_Limits
func (*Project) GetSettings ¶
func (x *Project) GetSettings() *Project_Settings
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
func (*Project) SetCommunityId ¶
func (*Project) SetCreatedAt ¶
func (m *Project) SetCreatedAt(v *timestamppb.Timestamp)
func (*Project) SetCreatedById ¶
func (*Project) SetDescription ¶
func (*Project) SetLimits ¶
func (m *Project) SetLimits(v *Project_Limits)
func (*Project) SetSettings ¶
func (m *Project) SetSettings(v *Project_Settings)
type ProjectExecutionMetadata ¶
type ProjectExecutionMetadata struct { // ID of the project in which notebook is being executed. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Types that are assignable to Target: // // *ProjectExecutionMetadata_NotebookId // *ProjectExecutionMetadata_CellId Target isProjectExecutionMetadata_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
func (*ProjectExecutionMetadata) Descriptor
deprecated
func (*ProjectExecutionMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ProjectExecutionMetadata.ProtoReflect.Descriptor instead.
func (*ProjectExecutionMetadata) GetCellId ¶
func (x *ProjectExecutionMetadata) GetCellId() string
func (*ProjectExecutionMetadata) GetNotebookId ¶
func (x *ProjectExecutionMetadata) GetNotebookId() string
func (*ProjectExecutionMetadata) GetProjectId ¶
func (x *ProjectExecutionMetadata) GetProjectId() string
func (*ProjectExecutionMetadata) GetTarget ¶
func (m *ProjectExecutionMetadata) GetTarget() isProjectExecutionMetadata_Target
func (*ProjectExecutionMetadata) ProtoMessage ¶
func (*ProjectExecutionMetadata) ProtoMessage()
func (*ProjectExecutionMetadata) ProtoReflect ¶
func (x *ProjectExecutionMetadata) ProtoReflect() protoreflect.Message
func (*ProjectExecutionMetadata) Reset ¶
func (x *ProjectExecutionMetadata) Reset()
func (*ProjectExecutionMetadata) SetCellId ¶
func (m *ProjectExecutionMetadata) SetCellId(v string)
func (*ProjectExecutionMetadata) SetNotebookId ¶
func (m *ProjectExecutionMetadata) SetNotebookId(v string)
func (*ProjectExecutionMetadata) SetProjectId ¶
func (m *ProjectExecutionMetadata) SetProjectId(v string)
func (*ProjectExecutionMetadata) SetTarget ¶
func (m *ProjectExecutionMetadata) SetTarget(v ProjectExecutionMetadata_Target)
func (*ProjectExecutionMetadata) String ¶
func (x *ProjectExecutionMetadata) String() string
type ProjectExecutionMetadata_CellId ¶
type ProjectExecutionMetadata_CellId struct { // ID of the cell that is being executed CellId string `protobuf:"bytes,3,opt,name=cell_id,json=cellId,proto3,oneof"` }
type ProjectExecutionMetadata_NotebookId ¶
type ProjectExecutionMetadata_NotebookId struct { // ID of the notebook that is being executed NotebookId string `protobuf:"bytes,2,opt,name=notebook_id,json=notebookId,proto3,oneof"` }
type ProjectExecutionMetadata_Target ¶
type ProjectExecutionMetadata_Target = isProjectExecutionMetadata_Target
type ProjectExecutionRequest ¶
type ProjectExecutionRequest struct { // ID of the project to execute notebook/cell in. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Types that are assignable to Target: // // *ProjectExecutionRequest_NotebookId // *ProjectExecutionRequest_CellId Target isProjectExecutionRequest_Target `protobuf_oneof:"target"` // Values of input variables. Input variables will be available in the project as environment variables. InputVariables *structpb.Struct `protobuf:"bytes,4,opt,name=input_variables,json=inputVariables,proto3" json:"input_variables,omitempty"` // Names of output variables. OutputVariableNames []string `protobuf:"bytes,5,rep,name=output_variable_names,json=outputVariableNames,proto3" json:"output_variable_names,omitempty"` // Specification of the VM Spec string `protobuf:"bytes,6,opt,name=spec,proto3" json:"spec,omitempty"` // ID of the Spark Connector SparkConnectorId string `protobuf:"bytes,7,opt,name=spark_connector_id,json=sparkConnectorId,proto3" json:"spark_connector_id,omitempty"` // contains filtered or unexported fields }
func (*ProjectExecutionRequest) Descriptor
deprecated
func (*ProjectExecutionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProjectExecutionRequest.ProtoReflect.Descriptor instead.
func (*ProjectExecutionRequest) GetCellId
deprecated
func (x *ProjectExecutionRequest) GetCellId() string
Deprecated: Marked as deprecated in yandex/cloud/datasphere/v2/project_service.proto.
func (*ProjectExecutionRequest) GetInputVariables ¶
func (x *ProjectExecutionRequest) GetInputVariables() *structpb.Struct
func (*ProjectExecutionRequest) GetNotebookId ¶
func (x *ProjectExecutionRequest) GetNotebookId() string
func (*ProjectExecutionRequest) GetOutputVariableNames ¶
func (x *ProjectExecutionRequest) GetOutputVariableNames() []string
func (*ProjectExecutionRequest) GetProjectId ¶
func (x *ProjectExecutionRequest) GetProjectId() string
func (*ProjectExecutionRequest) GetSparkConnectorId ¶
func (x *ProjectExecutionRequest) GetSparkConnectorId() string
func (*ProjectExecutionRequest) GetSpec ¶
func (x *ProjectExecutionRequest) GetSpec() string
func (*ProjectExecutionRequest) GetTarget ¶
func (m *ProjectExecutionRequest) GetTarget() isProjectExecutionRequest_Target
func (*ProjectExecutionRequest) ProtoMessage ¶
func (*ProjectExecutionRequest) ProtoMessage()
func (*ProjectExecutionRequest) ProtoReflect ¶
func (x *ProjectExecutionRequest) ProtoReflect() protoreflect.Message
func (*ProjectExecutionRequest) Reset ¶
func (x *ProjectExecutionRequest) Reset()
func (*ProjectExecutionRequest) SetCellId ¶
func (m *ProjectExecutionRequest) SetCellId(v string)
func (*ProjectExecutionRequest) SetInputVariables ¶
func (m *ProjectExecutionRequest) SetInputVariables(v *structpb.Struct)
func (*ProjectExecutionRequest) SetNotebookId ¶
func (m *ProjectExecutionRequest) SetNotebookId(v string)
func (*ProjectExecutionRequest) SetOutputVariableNames ¶
func (m *ProjectExecutionRequest) SetOutputVariableNames(v []string)
func (*ProjectExecutionRequest) SetProjectId ¶
func (m *ProjectExecutionRequest) SetProjectId(v string)
func (*ProjectExecutionRequest) SetSparkConnectorId ¶
func (m *ProjectExecutionRequest) SetSparkConnectorId(v string)
func (*ProjectExecutionRequest) SetSpec ¶
func (m *ProjectExecutionRequest) SetSpec(v string)
func (*ProjectExecutionRequest) SetTarget ¶
func (m *ProjectExecutionRequest) SetTarget(v ProjectExecutionRequest_Target)
func (*ProjectExecutionRequest) String ¶
func (x *ProjectExecutionRequest) String() string
type ProjectExecutionRequest_CellId ¶
type ProjectExecutionRequest_CellId struct { // ID of the cell to execute. // Deprecated // // Deprecated: Marked as deprecated in yandex/cloud/datasphere/v2/project_service.proto. CellId string `protobuf:"bytes,3,opt,name=cell_id,json=cellId,proto3,oneof"` }
type ProjectExecutionRequest_NotebookId ¶
type ProjectExecutionRequest_NotebookId struct { // The path to the executable notebook in the project storage. The maximum string length is 200 characters. // // To get the path, right-click on the notebook in JupyterLab and select `Copy path`. NotebookId string `protobuf:"bytes,2,opt,name=notebook_id,json=notebookId,proto3,oneof"` }
type ProjectExecutionRequest_Target ¶
type ProjectExecutionRequest_Target = isProjectExecutionRequest_Target
type ProjectExecutionResponse ¶
type ProjectExecutionResponse struct { // Execution final status. ExecutionStatus ExecutionStatus `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ProjectExecutionResponse) Descriptor
deprecated
func (*ProjectExecutionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProjectExecutionResponse.ProtoReflect.Descriptor instead.
func (*ProjectExecutionResponse) GetExecutionStatus ¶
func (x *ProjectExecutionResponse) GetExecutionStatus() ExecutionStatus
func (*ProjectExecutionResponse) ProtoMessage ¶
func (*ProjectExecutionResponse) ProtoMessage()
func (*ProjectExecutionResponse) ProtoReflect ¶
func (x *ProjectExecutionResponse) ProtoReflect() protoreflect.Message
func (*ProjectExecutionResponse) Reset ¶
func (x *ProjectExecutionResponse) Reset()
func (*ProjectExecutionResponse) SetExecutionStatus ¶
func (m *ProjectExecutionResponse) SetExecutionStatus(v ExecutionStatus)
func (*ProjectExecutionResponse) String ¶
func (x *ProjectExecutionResponse) String() string
type ProjectServiceClient ¶
type ProjectServiceClient interface { // Creates a project in the specified folder. Create(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates the specified project. Update(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Deletes the specified project. Delete(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Opens the specified project. Open(ctx context.Context, in *OpenProjectRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Returns the specified project. Get(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*Project, error) // Lists projects for the specified community. List(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error) // Returns the unit balance of the specified project. GetUnitBalance(ctx context.Context, in *GetUnitBalanceRequest, opts ...grpc.CallOption) (*GetUnitBalanceResponse, error) // Sets the unit balance of the specified project. SetUnitBalance(ctx context.Context, in *SetUnitBalanceRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Executes code of the specified notebook using configuration defined in the project settings. If the default project configuration is not specified, `c1.4` is used. Execute(ctx context.Context, in *ProjectExecutionRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Lists access bindings for the project. ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error) // Sets access bindings for the project. SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates access bindings for the project. UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Adds shared resource to project AddResource(ctx context.Context, in *AddResourceToProjectRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Removes shared resource from project RemoveResource(ctx context.Context, in *RemoveResourceFromProjectRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Resizes project disk ResizeDisk(ctx context.Context, in *ResizeProjectDiskRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Get meta information about available restrictions. GetRestrictionsMeta(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetRestrictionsMetaResponse, error) // Get current project restrictions. GetRestrictions(ctx context.Context, in *GetProjectRestrictionsRequest, opts ...grpc.CallOption) (*RestrictionsResponse, error) // Set project restrictions. SetRestrictions(ctx context.Context, in *SetProjectRestrictionsRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
ProjectServiceClient is the client API for ProjectService 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.
A set of methods for managing Project resources.
func NewProjectServiceClient ¶
func NewProjectServiceClient(cc grpc.ClientConnInterface) ProjectServiceClient
type ProjectServiceServer ¶
type ProjectServiceServer interface { // Creates a project in the specified folder. Create(context.Context, *CreateProjectRequest) (*operation.Operation, error) // Updates the specified project. Update(context.Context, *UpdateProjectRequest) (*operation.Operation, error) // Deletes the specified project. Delete(context.Context, *DeleteProjectRequest) (*operation.Operation, error) // Opens the specified project. Open(context.Context, *OpenProjectRequest) (*operation.Operation, error) // Returns the specified project. Get(context.Context, *GetProjectRequest) (*Project, error) // Lists projects for the specified community. List(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error) // Returns the unit balance of the specified project. GetUnitBalance(context.Context, *GetUnitBalanceRequest) (*GetUnitBalanceResponse, error) // Sets the unit balance of the specified project. SetUnitBalance(context.Context, *SetUnitBalanceRequest) (*operation.Operation, error) // Executes code of the specified notebook using configuration defined in the project settings. If the default project configuration is not specified, `c1.4` is used. Execute(context.Context, *ProjectExecutionRequest) (*operation.Operation, error) // Lists access bindings for the project. ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error) // Sets access bindings for the project. SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error) // Updates access bindings for the project. UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error) // Adds shared resource to project AddResource(context.Context, *AddResourceToProjectRequest) (*operation.Operation, error) // Removes shared resource from project RemoveResource(context.Context, *RemoveResourceFromProjectRequest) (*operation.Operation, error) // Resizes project disk ResizeDisk(context.Context, *ResizeProjectDiskRequest) (*operation.Operation, error) // Get meta information about available restrictions. GetRestrictionsMeta(context.Context, *emptypb.Empty) (*GetRestrictionsMetaResponse, error) // Get current project restrictions. GetRestrictions(context.Context, *GetProjectRestrictionsRequest) (*RestrictionsResponse, error) // Set project restrictions. SetRestrictions(context.Context, *SetProjectRestrictionsRequest) (*operation.Operation, error) }
ProjectServiceServer is the server API for ProjectService service. All implementations should embed UnimplementedProjectServiceServer for forward compatibility.
A set of methods for managing Project resources.
type Project_Limits ¶
type Project_Limits struct { // The number of units that can be spent per hour. MaxUnitsPerHour *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=max_units_per_hour,json=maxUnitsPerHour,proto3" json:"max_units_per_hour,omitempty"` // The number of units that can be spent on the one execution. MaxUnitsPerExecution *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=max_units_per_execution,json=maxUnitsPerExecution,proto3" json:"max_units_per_execution,omitempty"` // contains filtered or unexported fields }
func (*Project_Limits) Descriptor
deprecated
func (*Project_Limits) Descriptor() ([]byte, []int)
Deprecated: Use Project_Limits.ProtoReflect.Descriptor instead.
func (*Project_Limits) GetMaxUnitsPerExecution ¶
func (x *Project_Limits) GetMaxUnitsPerExecution() *wrapperspb.Int64Value
func (*Project_Limits) GetMaxUnitsPerHour ¶
func (x *Project_Limits) GetMaxUnitsPerHour() *wrapperspb.Int64Value
func (*Project_Limits) ProtoMessage ¶
func (*Project_Limits) ProtoMessage()
func (*Project_Limits) ProtoReflect ¶
func (x *Project_Limits) ProtoReflect() protoreflect.Message
func (*Project_Limits) Reset ¶
func (x *Project_Limits) Reset()
func (*Project_Limits) SetMaxUnitsPerExecution ¶
func (m *Project_Limits) SetMaxUnitsPerExecution(v *wrapperspb.Int64Value)
func (*Project_Limits) SetMaxUnitsPerHour ¶
func (m *Project_Limits) SetMaxUnitsPerHour(v *wrapperspb.Int64Value)
func (*Project_Limits) String ¶
func (x *Project_Limits) String() string
type Project_Settings ¶
type Project_Settings struct { // ID of the service account, on whose behalf all operations with clusters will be performed. ServiceAccountId string `protobuf:"bytes,1,opt,name=service_account_id,json=serviceAccountId,proto3" json:"service_account_id,omitempty"` // ID of the subnet where the DataProc cluster resides. // Currently only subnets created in the availability zone ru-central1-a are supported. SubnetId string `protobuf:"bytes,2,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` // ID of the DataProc cluster. DataProcClusterId string `protobuf:"bytes,3,opt,name=data_proc_cluster_id,json=dataProcClusterId,proto3" json:"data_proc_cluster_id,omitempty"` // Network interfaces security groups. SecurityGroupIds []string `protobuf:"bytes,5,rep,name=security_group_ids,json=securityGroupIds,proto3" json:"security_group_ids,omitempty"` // Is early access preview enabled for the project. EarlyAccess bool `protobuf:"varint,6,opt,name=early_access,json=earlyAccess,proto3" json:"early_access,omitempty"` // Project IDE. Ide Project_Settings_Ide `protobuf:"varint,7,opt,name=ide,proto3,enum=yandex.cloud.datasphere.v2.Project_Settings_Ide" json:"ide,omitempty"` // Default project folder ID. DefaultFolderId string `protobuf:"bytes,8,opt,name=default_folder_id,json=defaultFolderId,proto3" json:"default_folder_id,omitempty"` // Timeout to automatically stop stale executions. StaleExecTimeoutMode Project_Settings_StaleExecutionTimeoutMode `` /* 201-byte string literal not displayed */ // Timeout for VM deallocation. VmInactivityTimeout *durationpb.Duration `protobuf:"bytes,11,opt,name=vm_inactivity_timeout,json=vmInactivityTimeout,proto3" json:"vm_inactivity_timeout,omitempty"` // Default VM configuration for DEDICATED mode. DefaultDedicatedSpec string `protobuf:"bytes,12,opt,name=default_dedicated_spec,json=defaultDedicatedSpec,proto3" json:"default_dedicated_spec,omitempty"` // contains filtered or unexported fields }
func (*Project_Settings) Descriptor
deprecated
func (*Project_Settings) Descriptor() ([]byte, []int)
Deprecated: Use Project_Settings.ProtoReflect.Descriptor instead.
func (*Project_Settings) GetDataProcClusterId ¶
func (x *Project_Settings) GetDataProcClusterId() string
func (*Project_Settings) GetDefaultDedicatedSpec ¶
func (x *Project_Settings) GetDefaultDedicatedSpec() string
func (*Project_Settings) GetDefaultFolderId ¶
func (x *Project_Settings) GetDefaultFolderId() string
func (*Project_Settings) GetEarlyAccess ¶
func (x *Project_Settings) GetEarlyAccess() bool
func (*Project_Settings) GetIde ¶
func (x *Project_Settings) GetIde() Project_Settings_Ide
func (*Project_Settings) GetSecurityGroupIds ¶
func (x *Project_Settings) GetSecurityGroupIds() []string
func (*Project_Settings) GetServiceAccountId ¶
func (x *Project_Settings) GetServiceAccountId() string
func (*Project_Settings) GetStaleExecTimeoutMode ¶
func (x *Project_Settings) GetStaleExecTimeoutMode() Project_Settings_StaleExecutionTimeoutMode
func (*Project_Settings) GetSubnetId ¶
func (x *Project_Settings) GetSubnetId() string
func (*Project_Settings) GetVmInactivityTimeout ¶
func (x *Project_Settings) GetVmInactivityTimeout() *durationpb.Duration
func (*Project_Settings) ProtoMessage ¶
func (*Project_Settings) ProtoMessage()
func (*Project_Settings) ProtoReflect ¶
func (x *Project_Settings) ProtoReflect() protoreflect.Message
func (*Project_Settings) Reset ¶
func (x *Project_Settings) Reset()
func (*Project_Settings) SetDataProcClusterId ¶
func (m *Project_Settings) SetDataProcClusterId(v string)
func (*Project_Settings) SetDefaultDedicatedSpec ¶
func (m *Project_Settings) SetDefaultDedicatedSpec(v string)
func (*Project_Settings) SetDefaultFolderId ¶
func (m *Project_Settings) SetDefaultFolderId(v string)
func (*Project_Settings) SetEarlyAccess ¶
func (m *Project_Settings) SetEarlyAccess(v bool)
func (*Project_Settings) SetIde ¶
func (m *Project_Settings) SetIde(v Project_Settings_Ide)
func (*Project_Settings) SetSecurityGroupIds ¶
func (m *Project_Settings) SetSecurityGroupIds(v []string)
func (*Project_Settings) SetServiceAccountId ¶
func (m *Project_Settings) SetServiceAccountId(v string)
func (*Project_Settings) SetStaleExecTimeoutMode ¶
func (m *Project_Settings) SetStaleExecTimeoutMode(v Project_Settings_StaleExecutionTimeoutMode)
func (*Project_Settings) SetSubnetId ¶
func (m *Project_Settings) SetSubnetId(v string)
func (*Project_Settings) SetVmInactivityTimeout ¶
func (m *Project_Settings) SetVmInactivityTimeout(v *durationpb.Duration)
func (*Project_Settings) String ¶
func (x *Project_Settings) String() string
type Project_Settings_Ide ¶
type Project_Settings_Ide int32
const ( Project_Settings_IDE_UNSPECIFIED Project_Settings_Ide = 0 // Project running on JupyterLab IDE. Project_Settings_JUPYTER_LAB Project_Settings_Ide = 1 )
func (Project_Settings_Ide) Descriptor ¶
func (Project_Settings_Ide) Descriptor() protoreflect.EnumDescriptor
func (Project_Settings_Ide) Enum ¶
func (x Project_Settings_Ide) Enum() *Project_Settings_Ide
func (Project_Settings_Ide) EnumDescriptor
deprecated
func (Project_Settings_Ide) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Settings_Ide.Descriptor instead.
func (Project_Settings_Ide) Number ¶
func (x Project_Settings_Ide) Number() protoreflect.EnumNumber
func (Project_Settings_Ide) String ¶
func (x Project_Settings_Ide) String() string
func (Project_Settings_Ide) Type ¶
func (Project_Settings_Ide) Type() protoreflect.EnumType
type Project_Settings_StaleExecutionTimeoutMode ¶
type Project_Settings_StaleExecutionTimeoutMode int32
const ( Project_Settings_STALE_EXECUTION_TIMEOUT_MODE_UNSPECIFIED Project_Settings_StaleExecutionTimeoutMode = 0 // Setting to automatically stop stale execution after one hour with low consumption. Project_Settings_ONE_HOUR Project_Settings_StaleExecutionTimeoutMode = 1 // Setting to automatically stop stale execution after three hours with low consumption. Project_Settings_THREE_HOURS Project_Settings_StaleExecutionTimeoutMode = 2 // Setting to never automatically stop stale executions. Project_Settings_NO_TIMEOUT Project_Settings_StaleExecutionTimeoutMode = 3 )
func (Project_Settings_StaleExecutionTimeoutMode) Descriptor ¶
func (Project_Settings_StaleExecutionTimeoutMode) Descriptor() protoreflect.EnumDescriptor
func (Project_Settings_StaleExecutionTimeoutMode) EnumDescriptor
deprecated
func (Project_Settings_StaleExecutionTimeoutMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Settings_StaleExecutionTimeoutMode.Descriptor instead.
func (Project_Settings_StaleExecutionTimeoutMode) Number ¶
func (x Project_Settings_StaleExecutionTimeoutMode) Number() protoreflect.EnumNumber
func (Project_Settings_StaleExecutionTimeoutMode) String ¶
func (x Project_Settings_StaleExecutionTimeoutMode) String() string
func (Project_Settings_StaleExecutionTimeoutMode) Type ¶
func (Project_Settings_StaleExecutionTimeoutMode) Type() protoreflect.EnumType
type RemoveCommunityResourceRequest ¶
type RemoveCommunityResourceRequest struct { CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` ResourceType ResourceType `` /* 143-byte string literal not displayed */ ResourceId string `protobuf:"bytes,3,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveCommunityResourceRequest) Descriptor
deprecated
func (*RemoveCommunityResourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveCommunityResourceRequest.ProtoReflect.Descriptor instead.
func (*RemoveCommunityResourceRequest) GetCommunityId ¶
func (x *RemoveCommunityResourceRequest) GetCommunityId() string
func (*RemoveCommunityResourceRequest) GetResourceId ¶
func (x *RemoveCommunityResourceRequest) GetResourceId() string
func (*RemoveCommunityResourceRequest) GetResourceType ¶
func (x *RemoveCommunityResourceRequest) GetResourceType() ResourceType
func (*RemoveCommunityResourceRequest) ProtoMessage ¶
func (*RemoveCommunityResourceRequest) ProtoMessage()
func (*RemoveCommunityResourceRequest) ProtoReflect ¶
func (x *RemoveCommunityResourceRequest) ProtoReflect() protoreflect.Message
func (*RemoveCommunityResourceRequest) Reset ¶
func (x *RemoveCommunityResourceRequest) Reset()
func (*RemoveCommunityResourceRequest) SetCommunityId ¶
func (m *RemoveCommunityResourceRequest) SetCommunityId(v string)
func (*RemoveCommunityResourceRequest) SetResourceId ¶
func (m *RemoveCommunityResourceRequest) SetResourceId(v string)
func (*RemoveCommunityResourceRequest) SetResourceType ¶
func (m *RemoveCommunityResourceRequest) SetResourceType(v ResourceType)
func (*RemoveCommunityResourceRequest) String ¶
func (x *RemoveCommunityResourceRequest) String() string
type RemoveResourceFromProjectRequest ¶
type RemoveResourceFromProjectRequest struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` ResourceType ResourceType `` /* 143-byte string literal not displayed */ ResourceId string `protobuf:"bytes,3,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveResourceFromProjectRequest) Descriptor
deprecated
func (*RemoveResourceFromProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveResourceFromProjectRequest.ProtoReflect.Descriptor instead.
func (*RemoveResourceFromProjectRequest) GetProjectId ¶
func (x *RemoveResourceFromProjectRequest) GetProjectId() string
func (*RemoveResourceFromProjectRequest) GetResourceId ¶
func (x *RemoveResourceFromProjectRequest) GetResourceId() string
func (*RemoveResourceFromProjectRequest) GetResourceType ¶
func (x *RemoveResourceFromProjectRequest) GetResourceType() ResourceType
func (*RemoveResourceFromProjectRequest) ProtoMessage ¶
func (*RemoveResourceFromProjectRequest) ProtoMessage()
func (*RemoveResourceFromProjectRequest) ProtoReflect ¶
func (x *RemoveResourceFromProjectRequest) ProtoReflect() protoreflect.Message
func (*RemoveResourceFromProjectRequest) Reset ¶
func (x *RemoveResourceFromProjectRequest) Reset()
func (*RemoveResourceFromProjectRequest) SetProjectId ¶
func (m *RemoveResourceFromProjectRequest) SetProjectId(v string)
func (*RemoveResourceFromProjectRequest) SetResourceId ¶
func (m *RemoveResourceFromProjectRequest) SetResourceId(v string)
func (*RemoveResourceFromProjectRequest) SetResourceType ¶
func (m *RemoveResourceFromProjectRequest) SetResourceType(v ResourceType)
func (*RemoveResourceFromProjectRequest) String ¶
func (x *RemoveResourceFromProjectRequest) String() string
type ResizeProjectDiskMetadata ¶
type ResizeProjectDiskMetadata struct { // ID of the project which resized project disk. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Old size project disk in gigabytes. OldDiskSizeGb int64 `protobuf:"varint,2,opt,name=old_disk_size_gb,json=oldDiskSizeGb,proto3" json:"old_disk_size_gb,omitempty"` // New size project disk in gigabytes. NewDiskSizeGb int64 `protobuf:"varint,3,opt,name=new_disk_size_gb,json=newDiskSizeGb,proto3" json:"new_disk_size_gb,omitempty"` // contains filtered or unexported fields }
func (*ResizeProjectDiskMetadata) Descriptor
deprecated
func (*ResizeProjectDiskMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ResizeProjectDiskMetadata.ProtoReflect.Descriptor instead.
func (*ResizeProjectDiskMetadata) GetNewDiskSizeGb ¶
func (x *ResizeProjectDiskMetadata) GetNewDiskSizeGb() int64
func (*ResizeProjectDiskMetadata) GetOldDiskSizeGb ¶
func (x *ResizeProjectDiskMetadata) GetOldDiskSizeGb() int64
func (*ResizeProjectDiskMetadata) GetProjectId ¶
func (x *ResizeProjectDiskMetadata) GetProjectId() string
func (*ResizeProjectDiskMetadata) ProtoMessage ¶
func (*ResizeProjectDiskMetadata) ProtoMessage()
func (*ResizeProjectDiskMetadata) ProtoReflect ¶
func (x *ResizeProjectDiskMetadata) ProtoReflect() protoreflect.Message
func (*ResizeProjectDiskMetadata) Reset ¶
func (x *ResizeProjectDiskMetadata) Reset()
func (*ResizeProjectDiskMetadata) SetNewDiskSizeGb ¶
func (m *ResizeProjectDiskMetadata) SetNewDiskSizeGb(v int64)
func (*ResizeProjectDiskMetadata) SetOldDiskSizeGb ¶
func (m *ResizeProjectDiskMetadata) SetOldDiskSizeGb(v int64)
func (*ResizeProjectDiskMetadata) SetProjectId ¶
func (m *ResizeProjectDiskMetadata) SetProjectId(v string)
func (*ResizeProjectDiskMetadata) String ¶
func (x *ResizeProjectDiskMetadata) String() string
type ResizeProjectDiskRequest ¶
type ResizeProjectDiskRequest struct { // ID of the project. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Set new size project disk in gigabytes. NewDiskSizeGb int64 `protobuf:"varint,2,opt,name=new_disk_size_gb,json=newDiskSizeGb,proto3" json:"new_disk_size_gb,omitempty"` // contains filtered or unexported fields }
func (*ResizeProjectDiskRequest) Descriptor
deprecated
func (*ResizeProjectDiskRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResizeProjectDiskRequest.ProtoReflect.Descriptor instead.
func (*ResizeProjectDiskRequest) GetNewDiskSizeGb ¶
func (x *ResizeProjectDiskRequest) GetNewDiskSizeGb() int64
func (*ResizeProjectDiskRequest) GetProjectId ¶
func (x *ResizeProjectDiskRequest) GetProjectId() string
func (*ResizeProjectDiskRequest) ProtoMessage ¶
func (*ResizeProjectDiskRequest) ProtoMessage()
func (*ResizeProjectDiskRequest) ProtoReflect ¶
func (x *ResizeProjectDiskRequest) ProtoReflect() protoreflect.Message
func (*ResizeProjectDiskRequest) Reset ¶
func (x *ResizeProjectDiskRequest) Reset()
func (*ResizeProjectDiskRequest) SetNewDiskSizeGb ¶
func (m *ResizeProjectDiskRequest) SetNewDiskSizeGb(v int64)
func (*ResizeProjectDiskRequest) SetProjectId ¶
func (m *ResizeProjectDiskRequest) SetProjectId(v string)
func (*ResizeProjectDiskRequest) String ¶
func (x *ResizeProjectDiskRequest) String() string
type ResourceType ¶
type ResourceType int32
const ( ResourceType_RESOURCE_TYPE_UNSPECIFIED ResourceType = 0 ResourceType_RESOURCE_TYPE_SECRET ResourceType = 2 ResourceType_RESOURCE_TYPE_DOCKER_IMAGE ResourceType = 3 ResourceType_RESOURCE_TYPE_DATASET ResourceType = 4 ResourceType_RESOURCE_TYPE_S3 ResourceType = 5 ResourceType_RESOURCE_TYPE_NODE ResourceType = 6 ResourceType_RESOURCE_TYPE_ALIAS ResourceType = 8 )
func (ResourceType) Descriptor ¶
func (ResourceType) Descriptor() protoreflect.EnumDescriptor
func (ResourceType) Enum ¶
func (x ResourceType) Enum() *ResourceType
func (ResourceType) EnumDescriptor
deprecated
func (ResourceType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ResourceType.Descriptor instead.
func (ResourceType) Number ¶
func (x ResourceType) Number() protoreflect.EnumNumber
func (ResourceType) String ¶
func (x ResourceType) String() string
func (ResourceType) Type ¶
func (ResourceType) Type() protoreflect.EnumType
type Restriction ¶
type Restriction struct { // Name of restriction. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // List of boolean restriction values. Empty if value type is not boolean. BoolValue []bool `protobuf:"varint,2,rep,packed,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"` // List of long restriction values. Empty if value type is not long. LongValue []int64 `protobuf:"varint,3,rep,packed,name=long_value,json=longValue,proto3" json:"long_value,omitempty"` // List of string restriction values. Empty if value type is not string. StringValue []string `protobuf:"bytes,4,rep,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"` // contains filtered or unexported fields }
func (*Restriction) Descriptor
deprecated
func (*Restriction) Descriptor() ([]byte, []int)
Deprecated: Use Restriction.ProtoReflect.Descriptor instead.
func (*Restriction) GetBoolValue ¶
func (x *Restriction) GetBoolValue() []bool
func (*Restriction) GetLongValue ¶
func (x *Restriction) GetLongValue() []int64
func (*Restriction) GetName ¶
func (x *Restriction) GetName() string
func (*Restriction) GetStringValue ¶
func (x *Restriction) GetStringValue() []string
func (*Restriction) ProtoMessage ¶
func (*Restriction) ProtoMessage()
func (*Restriction) ProtoReflect ¶
func (x *Restriction) ProtoReflect() protoreflect.Message
func (*Restriction) Reset ¶
func (x *Restriction) Reset()
func (*Restriction) SetBoolValue ¶
func (m *Restriction) SetBoolValue(v []bool)
func (*Restriction) SetLongValue ¶
func (m *Restriction) SetLongValue(v []int64)
func (*Restriction) SetName ¶
func (m *Restriction) SetName(v string)
func (*Restriction) SetStringValue ¶
func (m *Restriction) SetStringValue(v []string)
func (*Restriction) String ¶
func (x *Restriction) String() string
type RestrictionMeta ¶
type RestrictionMeta struct { // Name of restriction. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Value type of restriction. ValueType RestrictionMeta_RestrictionValueType `` /* 158-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RestrictionMeta) Descriptor
deprecated
func (*RestrictionMeta) Descriptor() ([]byte, []int)
Deprecated: Use RestrictionMeta.ProtoReflect.Descriptor instead.
func (*RestrictionMeta) GetName ¶
func (x *RestrictionMeta) GetName() string
func (*RestrictionMeta) GetValueType ¶
func (x *RestrictionMeta) GetValueType() RestrictionMeta_RestrictionValueType
func (*RestrictionMeta) ProtoMessage ¶
func (*RestrictionMeta) ProtoMessage()
func (*RestrictionMeta) ProtoReflect ¶
func (x *RestrictionMeta) ProtoReflect() protoreflect.Message
func (*RestrictionMeta) Reset ¶
func (x *RestrictionMeta) Reset()
func (*RestrictionMeta) SetName ¶
func (m *RestrictionMeta) SetName(v string)
func (*RestrictionMeta) SetValueType ¶
func (m *RestrictionMeta) SetValueType(v RestrictionMeta_RestrictionValueType)
func (*RestrictionMeta) String ¶
func (x *RestrictionMeta) String() string
type RestrictionMeta_RestrictionValueType ¶
type RestrictionMeta_RestrictionValueType int32
const ( RestrictionMeta_RESTRICTION_VALUE_TYPE_UNSPECIFIED RestrictionMeta_RestrictionValueType = 0 RestrictionMeta_BOOLEAN RestrictionMeta_RestrictionValueType = 1 RestrictionMeta_LONG RestrictionMeta_RestrictionValueType = 2 RestrictionMeta_STRING RestrictionMeta_RestrictionValueType = 3 )
func (RestrictionMeta_RestrictionValueType) Descriptor ¶
func (RestrictionMeta_RestrictionValueType) Descriptor() protoreflect.EnumDescriptor
func (RestrictionMeta_RestrictionValueType) Enum ¶
func (x RestrictionMeta_RestrictionValueType) Enum() *RestrictionMeta_RestrictionValueType
func (RestrictionMeta_RestrictionValueType) EnumDescriptor
deprecated
func (RestrictionMeta_RestrictionValueType) EnumDescriptor() ([]byte, []int)
Deprecated: Use RestrictionMeta_RestrictionValueType.Descriptor instead.
func (RestrictionMeta_RestrictionValueType) Number ¶
func (x RestrictionMeta_RestrictionValueType) Number() protoreflect.EnumNumber
func (RestrictionMeta_RestrictionValueType) String ¶
func (x RestrictionMeta_RestrictionValueType) String() string
func (RestrictionMeta_RestrictionValueType) Type ¶
func (RestrictionMeta_RestrictionValueType) Type() protoreflect.EnumType
type RestrictionsResponse ¶
type RestrictionsResponse struct { // List of restrictions. Restrictions []*Restriction `protobuf:"bytes,1,rep,name=restrictions,proto3" json:"restrictions,omitempty"` // contains filtered or unexported fields }
func (*RestrictionsResponse) Descriptor
deprecated
func (*RestrictionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestrictionsResponse.ProtoReflect.Descriptor instead.
func (*RestrictionsResponse) GetRestrictions ¶
func (x *RestrictionsResponse) GetRestrictions() []*Restriction
func (*RestrictionsResponse) ProtoMessage ¶
func (*RestrictionsResponse) ProtoMessage()
func (*RestrictionsResponse) ProtoReflect ¶
func (x *RestrictionsResponse) ProtoReflect() protoreflect.Message
func (*RestrictionsResponse) Reset ¶
func (x *RestrictionsResponse) Reset()
func (*RestrictionsResponse) SetRestrictions ¶
func (m *RestrictionsResponse) SetRestrictions(v []*Restriction)
func (*RestrictionsResponse) String ¶
func (x *RestrictionsResponse) String() string
type S3ServiceClient ¶
type S3ServiceClient interface { // Activates shared s3 for project Activate(ctx context.Context, in *ActivateS3Request, opts ...grpc.CallOption) (*operation.Operation, error) // Deactivates shared s3 for project Deactivate(ctx context.Context, in *DeactivateS3Request, opts ...grpc.CallOption) (*operation.Operation, error) }
S3ServiceClient is the client API for S3Service 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.
A set of methods for managing S3 configurations.
func NewS3ServiceClient ¶
func NewS3ServiceClient(cc grpc.ClientConnInterface) S3ServiceClient
type S3ServiceServer ¶
type S3ServiceServer interface { // Activates shared s3 for project Activate(context.Context, *ActivateS3Request) (*operation.Operation, error) // Deactivates shared s3 for project Deactivate(context.Context, *DeactivateS3Request) (*operation.Operation, error) }
S3ServiceServer is the server API for S3Service service. All implementations should embed UnimplementedS3ServiceServer for forward compatibility.
A set of methods for managing S3 configurations.
type Secret ¶
type Secret struct { // ID of the secret. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // ID of the project. ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Time when secret was created. CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Name of the secret. 1-63 characters long. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // Description of the secret. 0-256 characters long. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // Labels of the secret. Labels map[string]string `` /* 153-byte string literal not displayed */ // ID of the user who created secret. CreatedById string `protobuf:"bytes,7,opt,name=created_by_id,json=createdById,proto3" json:"created_by_id,omitempty"` // Time of last secret update. UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Secret) Descriptor
deprecated
func (*Secret) GetCreatedAt ¶
func (x *Secret) GetCreatedAt() *timestamppb.Timestamp
func (*Secret) GetCreatedById ¶
func (*Secret) GetDescription ¶
func (*Secret) GetProjectId ¶
func (*Secret) GetUpdatedAt ¶
func (x *Secret) GetUpdatedAt() *timestamppb.Timestamp
func (*Secret) ProtoMessage ¶
func (*Secret) ProtoMessage()
func (*Secret) ProtoReflect ¶
func (x *Secret) ProtoReflect() protoreflect.Message
func (*Secret) SetCreatedAt ¶
func (m *Secret) SetCreatedAt(v *timestamppb.Timestamp)
func (*Secret) SetCreatedById ¶
func (*Secret) SetDescription ¶
func (*Secret) SetProjectId ¶
func (*Secret) SetUpdatedAt ¶
func (m *Secret) SetUpdatedAt(v *timestamppb.Timestamp)
type SetCommunityAccessBindingsMetadata ¶
type SetCommunityAccessBindingsMetadata struct { // ID of the community which access bindings are set. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
func (*SetCommunityAccessBindingsMetadata) Descriptor
deprecated
func (*SetCommunityAccessBindingsMetadata) Descriptor() ([]byte, []int)
Deprecated: Use SetCommunityAccessBindingsMetadata.ProtoReflect.Descriptor instead.
func (*SetCommunityAccessBindingsMetadata) GetCommunityId ¶
func (x *SetCommunityAccessBindingsMetadata) GetCommunityId() string
func (*SetCommunityAccessBindingsMetadata) ProtoMessage ¶
func (*SetCommunityAccessBindingsMetadata) ProtoMessage()
func (*SetCommunityAccessBindingsMetadata) ProtoReflect ¶
func (x *SetCommunityAccessBindingsMetadata) ProtoReflect() protoreflect.Message
func (*SetCommunityAccessBindingsMetadata) Reset ¶
func (x *SetCommunityAccessBindingsMetadata) Reset()
func (*SetCommunityAccessBindingsMetadata) SetCommunityId ¶
func (m *SetCommunityAccessBindingsMetadata) SetCommunityId(v string)
func (*SetCommunityAccessBindingsMetadata) String ¶
func (x *SetCommunityAccessBindingsMetadata) String() string
type SetCommunityRestrictionsRequest ¶
type SetCommunityRestrictionsRequest struct { // ID of the community. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // List of restrictions to set. Restrictions []*Restriction `protobuf:"bytes,2,rep,name=restrictions,proto3" json:"restrictions,omitempty"` // contains filtered or unexported fields }
func (*SetCommunityRestrictionsRequest) Descriptor
deprecated
func (*SetCommunityRestrictionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetCommunityRestrictionsRequest.ProtoReflect.Descriptor instead.
func (*SetCommunityRestrictionsRequest) GetCommunityId ¶
func (x *SetCommunityRestrictionsRequest) GetCommunityId() string
func (*SetCommunityRestrictionsRequest) GetRestrictions ¶
func (x *SetCommunityRestrictionsRequest) GetRestrictions() []*Restriction
func (*SetCommunityRestrictionsRequest) ProtoMessage ¶
func (*SetCommunityRestrictionsRequest) ProtoMessage()
func (*SetCommunityRestrictionsRequest) ProtoReflect ¶
func (x *SetCommunityRestrictionsRequest) ProtoReflect() protoreflect.Message
func (*SetCommunityRestrictionsRequest) Reset ¶
func (x *SetCommunityRestrictionsRequest) Reset()
func (*SetCommunityRestrictionsRequest) SetCommunityId ¶
func (m *SetCommunityRestrictionsRequest) SetCommunityId(v string)
func (*SetCommunityRestrictionsRequest) SetRestrictions ¶
func (m *SetCommunityRestrictionsRequest) SetRestrictions(v []*Restriction)
func (*SetCommunityRestrictionsRequest) String ¶
func (x *SetCommunityRestrictionsRequest) String() string
type SetProjectAccessBindingsMetadata ¶
type SetProjectAccessBindingsMetadata struct { // ID of the project which access bindings are set. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*SetProjectAccessBindingsMetadata) Descriptor
deprecated
func (*SetProjectAccessBindingsMetadata) Descriptor() ([]byte, []int)
Deprecated: Use SetProjectAccessBindingsMetadata.ProtoReflect.Descriptor instead.
func (*SetProjectAccessBindingsMetadata) GetProjectId ¶
func (x *SetProjectAccessBindingsMetadata) GetProjectId() string
func (*SetProjectAccessBindingsMetadata) ProtoMessage ¶
func (*SetProjectAccessBindingsMetadata) ProtoMessage()
func (*SetProjectAccessBindingsMetadata) ProtoReflect ¶
func (x *SetProjectAccessBindingsMetadata) ProtoReflect() protoreflect.Message
func (*SetProjectAccessBindingsMetadata) Reset ¶
func (x *SetProjectAccessBindingsMetadata) Reset()
func (*SetProjectAccessBindingsMetadata) SetProjectId ¶
func (m *SetProjectAccessBindingsMetadata) SetProjectId(v string)
func (*SetProjectAccessBindingsMetadata) String ¶
func (x *SetProjectAccessBindingsMetadata) String() string
type SetProjectRestrictionsRequest ¶
type SetProjectRestrictionsRequest struct { // ID of the project. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // List of restrictions to set. Restrictions []*Restriction `protobuf:"bytes,2,rep,name=restrictions,proto3" json:"restrictions,omitempty"` // contains filtered or unexported fields }
func (*SetProjectRestrictionsRequest) Descriptor
deprecated
func (*SetProjectRestrictionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetProjectRestrictionsRequest.ProtoReflect.Descriptor instead.
func (*SetProjectRestrictionsRequest) GetProjectId ¶
func (x *SetProjectRestrictionsRequest) GetProjectId() string
func (*SetProjectRestrictionsRequest) GetRestrictions ¶
func (x *SetProjectRestrictionsRequest) GetRestrictions() []*Restriction
func (*SetProjectRestrictionsRequest) ProtoMessage ¶
func (*SetProjectRestrictionsRequest) ProtoMessage()
func (*SetProjectRestrictionsRequest) ProtoReflect ¶
func (x *SetProjectRestrictionsRequest) ProtoReflect() protoreflect.Message
func (*SetProjectRestrictionsRequest) Reset ¶
func (x *SetProjectRestrictionsRequest) Reset()
func (*SetProjectRestrictionsRequest) SetProjectId ¶
func (m *SetProjectRestrictionsRequest) SetProjectId(v string)
func (*SetProjectRestrictionsRequest) SetRestrictions ¶
func (m *SetProjectRestrictionsRequest) SetRestrictions(v []*Restriction)
func (*SetProjectRestrictionsRequest) String ¶
func (x *SetProjectRestrictionsRequest) String() string
type SetUnitBalanceMetadata ¶
type SetUnitBalanceMetadata struct { // ID of the project which unit balance is set. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*SetUnitBalanceMetadata) Descriptor
deprecated
func (*SetUnitBalanceMetadata) Descriptor() ([]byte, []int)
Deprecated: Use SetUnitBalanceMetadata.ProtoReflect.Descriptor instead.
func (*SetUnitBalanceMetadata) GetProjectId ¶
func (x *SetUnitBalanceMetadata) GetProjectId() string
func (*SetUnitBalanceMetadata) ProtoMessage ¶
func (*SetUnitBalanceMetadata) ProtoMessage()
func (*SetUnitBalanceMetadata) ProtoReflect ¶
func (x *SetUnitBalanceMetadata) ProtoReflect() protoreflect.Message
func (*SetUnitBalanceMetadata) Reset ¶
func (x *SetUnitBalanceMetadata) Reset()
func (*SetUnitBalanceMetadata) SetProjectId ¶
func (m *SetUnitBalanceMetadata) SetProjectId(v string)
func (*SetUnitBalanceMetadata) String ¶
func (x *SetUnitBalanceMetadata) String() string
type SetUnitBalanceRequest ¶
type SetUnitBalanceRequest struct { // ID of the project to set the unit balance for. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The number of units available to the project. UnitBalance *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=unit_balance,json=unitBalance,proto3" json:"unit_balance,omitempty"` // contains filtered or unexported fields }
func (*SetUnitBalanceRequest) Descriptor
deprecated
func (*SetUnitBalanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetUnitBalanceRequest.ProtoReflect.Descriptor instead.
func (*SetUnitBalanceRequest) GetProjectId ¶
func (x *SetUnitBalanceRequest) GetProjectId() string
func (*SetUnitBalanceRequest) GetUnitBalance ¶
func (x *SetUnitBalanceRequest) GetUnitBalance() *wrapperspb.Int64Value
func (*SetUnitBalanceRequest) ProtoMessage ¶
func (*SetUnitBalanceRequest) ProtoMessage()
func (*SetUnitBalanceRequest) ProtoReflect ¶
func (x *SetUnitBalanceRequest) ProtoReflect() protoreflect.Message
func (*SetUnitBalanceRequest) Reset ¶
func (x *SetUnitBalanceRequest) Reset()
func (*SetUnitBalanceRequest) SetProjectId ¶
func (m *SetUnitBalanceRequest) SetProjectId(v string)
func (*SetUnitBalanceRequest) SetUnitBalance ¶
func (m *SetUnitBalanceRequest) SetUnitBalance(v *wrapperspb.Int64Value)
func (*SetUnitBalanceRequest) String ¶
func (x *SetUnitBalanceRequest) String() string
type UnimplementedCommunityServiceServer ¶
type UnimplementedCommunityServiceServer struct{}
UnimplementedCommunityServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedCommunityServiceServer) AddResource ¶
func (UnimplementedCommunityServiceServer) AddResource(context.Context, *AddCommunityResourceRequest) (*operation.Operation, error)
func (UnimplementedCommunityServiceServer) Create ¶
func (UnimplementedCommunityServiceServer) Create(context.Context, *CreateCommunityRequest) (*operation.Operation, error)
func (UnimplementedCommunityServiceServer) Delete ¶
func (UnimplementedCommunityServiceServer) Delete(context.Context, *DeleteCommunityRequest) (*operation.Operation, error)
func (UnimplementedCommunityServiceServer) Get ¶
func (UnimplementedCommunityServiceServer) Get(context.Context, *GetCommunityRequest) (*Community, error)
func (UnimplementedCommunityServiceServer) GetRestrictions ¶
func (UnimplementedCommunityServiceServer) GetRestrictions(context.Context, *GetCommunityRestrictionsRequest) (*RestrictionsResponse, error)
func (UnimplementedCommunityServiceServer) GetRestrictionsMeta ¶
func (UnimplementedCommunityServiceServer) GetRestrictionsMeta(context.Context, *emptypb.Empty) (*GetRestrictionsMetaResponse, error)
func (UnimplementedCommunityServiceServer) ListAccessBindings ¶
func (UnimplementedCommunityServiceServer) ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error)
func (UnimplementedCommunityServiceServer) RemoveResource ¶
func (UnimplementedCommunityServiceServer) RemoveResource(context.Context, *RemoveCommunityResourceRequest) (*operation.Operation, error)
func (UnimplementedCommunityServiceServer) SetAccessBindings ¶
func (UnimplementedCommunityServiceServer) SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error)
func (UnimplementedCommunityServiceServer) SetRestrictions ¶
func (UnimplementedCommunityServiceServer) SetRestrictions(context.Context, *SetCommunityRestrictionsRequest) (*operation.Operation, error)
func (UnimplementedCommunityServiceServer) Update ¶
func (UnimplementedCommunityServiceServer) Update(context.Context, *UpdateCommunityRequest) (*operation.Operation, error)
func (UnimplementedCommunityServiceServer) UpdateAccessBindings ¶
func (UnimplementedCommunityServiceServer) UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error)
type UnimplementedDatasetServiceServer ¶
type UnimplementedDatasetServiceServer struct{}
UnimplementedDatasetServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedDatasetServiceServer) Activate ¶
func (UnimplementedDatasetServiceServer) Activate(context.Context, *ActivateDatasetRequest) (*operation.Operation, error)
func (UnimplementedDatasetServiceServer) Deactivate ¶
func (UnimplementedDatasetServiceServer) Deactivate(context.Context, *DeactivateDatasetRequest) (*operation.Operation, error)
type UnimplementedDockerImageServiceServer ¶
type UnimplementedDockerImageServiceServer struct{}
UnimplementedDockerImageServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedDockerImageServiceServer) Activate ¶
func (UnimplementedDockerImageServiceServer) Activate(context.Context, *ActivateDockerImageRequest) (*operation.Operation, error)
type UnimplementedProjectServiceServer ¶
type UnimplementedProjectServiceServer struct{}
UnimplementedProjectServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedProjectServiceServer) AddResource ¶
func (UnimplementedProjectServiceServer) AddResource(context.Context, *AddResourceToProjectRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) Create ¶
func (UnimplementedProjectServiceServer) Create(context.Context, *CreateProjectRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) Delete ¶
func (UnimplementedProjectServiceServer) Delete(context.Context, *DeleteProjectRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) Execute ¶
func (UnimplementedProjectServiceServer) Execute(context.Context, *ProjectExecutionRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) Get ¶
func (UnimplementedProjectServiceServer) Get(context.Context, *GetProjectRequest) (*Project, error)
func (UnimplementedProjectServiceServer) GetRestrictions ¶
func (UnimplementedProjectServiceServer) GetRestrictions(context.Context, *GetProjectRestrictionsRequest) (*RestrictionsResponse, error)
func (UnimplementedProjectServiceServer) GetRestrictionsMeta ¶
func (UnimplementedProjectServiceServer) GetRestrictionsMeta(context.Context, *emptypb.Empty) (*GetRestrictionsMetaResponse, error)
func (UnimplementedProjectServiceServer) GetUnitBalance ¶
func (UnimplementedProjectServiceServer) GetUnitBalance(context.Context, *GetUnitBalanceRequest) (*GetUnitBalanceResponse, error)
func (UnimplementedProjectServiceServer) List ¶
func (UnimplementedProjectServiceServer) List(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
func (UnimplementedProjectServiceServer) ListAccessBindings ¶
func (UnimplementedProjectServiceServer) ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error)
func (UnimplementedProjectServiceServer) Open ¶
func (UnimplementedProjectServiceServer) Open(context.Context, *OpenProjectRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) RemoveResource ¶
func (UnimplementedProjectServiceServer) RemoveResource(context.Context, *RemoveResourceFromProjectRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) ResizeDisk ¶
func (UnimplementedProjectServiceServer) ResizeDisk(context.Context, *ResizeProjectDiskRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) SetAccessBindings ¶
func (UnimplementedProjectServiceServer) SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) SetRestrictions ¶
func (UnimplementedProjectServiceServer) SetRestrictions(context.Context, *SetProjectRestrictionsRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) SetUnitBalance ¶
func (UnimplementedProjectServiceServer) SetUnitBalance(context.Context, *SetUnitBalanceRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) Update ¶
func (UnimplementedProjectServiceServer) Update(context.Context, *UpdateProjectRequest) (*operation.Operation, error)
func (UnimplementedProjectServiceServer) UpdateAccessBindings ¶
func (UnimplementedProjectServiceServer) UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error)
type UnimplementedS3ServiceServer ¶
type UnimplementedS3ServiceServer struct{}
UnimplementedS3ServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedS3ServiceServer) Activate ¶
func (UnimplementedS3ServiceServer) Activate(context.Context, *ActivateS3Request) (*operation.Operation, error)
func (UnimplementedS3ServiceServer) Deactivate ¶
func (UnimplementedS3ServiceServer) Deactivate(context.Context, *DeactivateS3Request) (*operation.Operation, error)
type UnsafeCommunityServiceServer ¶
type UnsafeCommunityServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCommunityServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CommunityServiceServer will result in compilation errors.
type UnsafeDatasetServiceServer ¶
type UnsafeDatasetServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDatasetServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DatasetServiceServer will result in compilation errors.
type UnsafeDockerImageServiceServer ¶
type UnsafeDockerImageServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDockerImageServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DockerImageServiceServer will result in compilation errors.
type UnsafeProjectServiceServer ¶
type UnsafeProjectServiceServer interface {
// contains filtered or unexported methods
}
UnsafeProjectServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProjectServiceServer will result in compilation errors.
type UnsafeS3ServiceServer ¶
type UnsafeS3ServiceServer interface {
// contains filtered or unexported methods
}
UnsafeS3ServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to S3ServiceServer will result in compilation errors.
type UpdateCommunityAccessBindingsMetadata ¶
type UpdateCommunityAccessBindingsMetadata struct { // ID of the community which access bindings are updated. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateCommunityAccessBindingsMetadata) Descriptor
deprecated
func (*UpdateCommunityAccessBindingsMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCommunityAccessBindingsMetadata.ProtoReflect.Descriptor instead.
func (*UpdateCommunityAccessBindingsMetadata) GetCommunityId ¶
func (x *UpdateCommunityAccessBindingsMetadata) GetCommunityId() string
func (*UpdateCommunityAccessBindingsMetadata) ProtoMessage ¶
func (*UpdateCommunityAccessBindingsMetadata) ProtoMessage()
func (*UpdateCommunityAccessBindingsMetadata) ProtoReflect ¶
func (x *UpdateCommunityAccessBindingsMetadata) ProtoReflect() protoreflect.Message
func (*UpdateCommunityAccessBindingsMetadata) Reset ¶
func (x *UpdateCommunityAccessBindingsMetadata) Reset()
func (*UpdateCommunityAccessBindingsMetadata) SetCommunityId ¶
func (m *UpdateCommunityAccessBindingsMetadata) SetCommunityId(v string)
func (*UpdateCommunityAccessBindingsMetadata) String ¶
func (x *UpdateCommunityAccessBindingsMetadata) String() string
type UpdateCommunityMetadata ¶
type UpdateCommunityMetadata struct { // ID of the community that is being updated. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateCommunityMetadata) Descriptor
deprecated
func (*UpdateCommunityMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCommunityMetadata.ProtoReflect.Descriptor instead.
func (*UpdateCommunityMetadata) GetCommunityId ¶
func (x *UpdateCommunityMetadata) GetCommunityId() string
func (*UpdateCommunityMetadata) ProtoMessage ¶
func (*UpdateCommunityMetadata) ProtoMessage()
func (*UpdateCommunityMetadata) ProtoReflect ¶
func (x *UpdateCommunityMetadata) ProtoReflect() protoreflect.Message
func (*UpdateCommunityMetadata) Reset ¶
func (x *UpdateCommunityMetadata) Reset()
func (*UpdateCommunityMetadata) SetCommunityId ¶
func (m *UpdateCommunityMetadata) SetCommunityId(v string)
func (*UpdateCommunityMetadata) String ¶
func (x *UpdateCommunityMetadata) String() string
type UpdateCommunityRequest ¶
type UpdateCommunityRequest struct { // ID of the community. CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // Field mask that specifies which fields of the Community resource are going to be updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Name of the community. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Description of the community. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Labels of the community. Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateCommunityRequest) Descriptor
deprecated
func (*UpdateCommunityRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCommunityRequest.ProtoReflect.Descriptor instead.
func (*UpdateCommunityRequest) GetCommunityId ¶
func (x *UpdateCommunityRequest) GetCommunityId() string
func (*UpdateCommunityRequest) GetDescription ¶
func (x *UpdateCommunityRequest) GetDescription() string
func (*UpdateCommunityRequest) GetLabels ¶
func (x *UpdateCommunityRequest) GetLabels() map[string]string
func (*UpdateCommunityRequest) GetName ¶
func (x *UpdateCommunityRequest) GetName() string
func (*UpdateCommunityRequest) GetUpdateMask ¶
func (x *UpdateCommunityRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateCommunityRequest) ProtoMessage ¶
func (*UpdateCommunityRequest) ProtoMessage()
func (*UpdateCommunityRequest) ProtoReflect ¶
func (x *UpdateCommunityRequest) ProtoReflect() protoreflect.Message
func (*UpdateCommunityRequest) Reset ¶
func (x *UpdateCommunityRequest) Reset()
func (*UpdateCommunityRequest) SetCommunityId ¶
func (m *UpdateCommunityRequest) SetCommunityId(v string)
func (*UpdateCommunityRequest) SetDescription ¶
func (m *UpdateCommunityRequest) SetDescription(v string)
func (*UpdateCommunityRequest) SetLabels ¶
func (m *UpdateCommunityRequest) SetLabels(v map[string]string)
func (*UpdateCommunityRequest) SetName ¶
func (m *UpdateCommunityRequest) SetName(v string)
func (*UpdateCommunityRequest) SetUpdateMask ¶
func (m *UpdateCommunityRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateCommunityRequest) String ¶
func (x *UpdateCommunityRequest) String() string
type UpdateProjectAccessBindingsMetadata ¶
type UpdateProjectAccessBindingsMetadata struct { // ID of the project which access bindings are updated. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateProjectAccessBindingsMetadata) Descriptor
deprecated
func (*UpdateProjectAccessBindingsMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProjectAccessBindingsMetadata.ProtoReflect.Descriptor instead.
func (*UpdateProjectAccessBindingsMetadata) GetProjectId ¶
func (x *UpdateProjectAccessBindingsMetadata) GetProjectId() string
func (*UpdateProjectAccessBindingsMetadata) ProtoMessage ¶
func (*UpdateProjectAccessBindingsMetadata) ProtoMessage()
func (*UpdateProjectAccessBindingsMetadata) ProtoReflect ¶
func (x *UpdateProjectAccessBindingsMetadata) ProtoReflect() protoreflect.Message
func (*UpdateProjectAccessBindingsMetadata) Reset ¶
func (x *UpdateProjectAccessBindingsMetadata) Reset()
func (*UpdateProjectAccessBindingsMetadata) SetProjectId ¶
func (m *UpdateProjectAccessBindingsMetadata) SetProjectId(v string)
func (*UpdateProjectAccessBindingsMetadata) String ¶
func (x *UpdateProjectAccessBindingsMetadata) String() string
type UpdateProjectMetadata ¶
type UpdateProjectMetadata struct { // ID of the project that is being updated. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateProjectMetadata) Descriptor
deprecated
func (*UpdateProjectMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProjectMetadata.ProtoReflect.Descriptor instead.
func (*UpdateProjectMetadata) GetProjectId ¶
func (x *UpdateProjectMetadata) GetProjectId() string
func (*UpdateProjectMetadata) ProtoMessage ¶
func (*UpdateProjectMetadata) ProtoMessage()
func (*UpdateProjectMetadata) ProtoReflect ¶
func (x *UpdateProjectMetadata) ProtoReflect() protoreflect.Message
func (*UpdateProjectMetadata) Reset ¶
func (x *UpdateProjectMetadata) Reset()
func (*UpdateProjectMetadata) SetProjectId ¶
func (m *UpdateProjectMetadata) SetProjectId(v string)
func (*UpdateProjectMetadata) String ¶
func (x *UpdateProjectMetadata) String() string
type UpdateProjectRequest ¶
type UpdateProjectRequest struct { // ID of the Project resource to update. // To get the project ID use a [ProjectService.List] request. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Field mask that specifies which fields of the Project resource are going to be updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Name of the project. 0-63 characters long. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Description of the project. 0-256 characters long. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Labels of the project. Labels map[string]string `` /* 153-byte string literal not displayed */ // Settings of the project. Settings *Project_Settings `protobuf:"bytes,6,opt,name=settings,proto3" json:"settings,omitempty"` // Limits of the project. Limits *Project_Limits `protobuf:"bytes,7,opt,name=limits,proto3" json:"limits,omitempty"` // contains filtered or unexported fields }
func (*UpdateProjectRequest) Descriptor
deprecated
func (*UpdateProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.
func (*UpdateProjectRequest) GetDescription ¶
func (x *UpdateProjectRequest) GetDescription() string
func (*UpdateProjectRequest) GetLabels ¶
func (x *UpdateProjectRequest) GetLabels() map[string]string
func (*UpdateProjectRequest) GetLimits ¶
func (x *UpdateProjectRequest) GetLimits() *Project_Limits
func (*UpdateProjectRequest) GetName ¶
func (x *UpdateProjectRequest) GetName() string
func (*UpdateProjectRequest) GetProjectId ¶
func (x *UpdateProjectRequest) GetProjectId() string
func (*UpdateProjectRequest) GetSettings ¶
func (x *UpdateProjectRequest) GetSettings() *Project_Settings
func (*UpdateProjectRequest) GetUpdateMask ¶
func (x *UpdateProjectRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateProjectRequest) ProtoMessage ¶
func (*UpdateProjectRequest) ProtoMessage()
func (*UpdateProjectRequest) ProtoReflect ¶
func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message
func (*UpdateProjectRequest) Reset ¶
func (x *UpdateProjectRequest) Reset()
func (*UpdateProjectRequest) SetDescription ¶
func (m *UpdateProjectRequest) SetDescription(v string)
func (*UpdateProjectRequest) SetLabels ¶
func (m *UpdateProjectRequest) SetLabels(v map[string]string)
func (*UpdateProjectRequest) SetLimits ¶
func (m *UpdateProjectRequest) SetLimits(v *Project_Limits)
func (*UpdateProjectRequest) SetName ¶
func (m *UpdateProjectRequest) SetName(v string)
func (*UpdateProjectRequest) SetProjectId ¶
func (m *UpdateProjectRequest) SetProjectId(v string)
func (*UpdateProjectRequest) SetSettings ¶
func (m *UpdateProjectRequest) SetSettings(v *Project_Settings)
func (*UpdateProjectRequest) SetUpdateMask ¶
func (m *UpdateProjectRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateProjectRequest) String ¶
func (x *UpdateProjectRequest) String() string
type User ¶
type User struct { // ID of the user. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Name of the user. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Email of the user. Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` // URL to the user's profile picture. Picture string `protobuf:"bytes,4,opt,name=picture,proto3" json:"picture,omitempty"` // An image content of the user's profile picture. PictureData string `protobuf:"bytes,5,opt,name=picture_data,json=pictureData,proto3" json:"picture_data,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetPicture ¶
func (*User) GetPictureData ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
func (*User) SetPicture ¶
func (*User) SetPictureData ¶
Source Files ¶
- community.pb.go
- community.pbext.go
- community_service.pb.go
- community_service.pbext.go
- community_service_grpc.pb.go
- dataset.pb.go
- dataset.pbext.go
- dataset_service.pb.go
- dataset_service.pbext.go
- dataset_service_grpc.pb.go
- docker_image_service.pb.go
- docker_image_service.pbext.go
- docker_image_service_grpc.pb.go
- project.pb.go
- project.pbext.go
- project_service.pb.go
- project_service.pbext.go
- project_service_grpc.pb.go
- resource_types.pb.go
- restrictions.pb.go
- restrictions.pbext.go
- s3_service.pb.go
- s3_service.pbext.go
- s3_service_grpc.pb.go
- secret.pb.go
- secret.pbext.go
- user.pb.go
- user.pbext.go