datasphere

package
v0.0.0-...-a04abcf Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: MIT Imports: 18 Imported by: 6

Documentation

Index

Constants

View Source
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"
)
View Source
const (
	DatasetService_Activate_FullMethodName   = "/yandex.cloud.datasphere.v2.DatasetService/Activate"
	DatasetService_Deactivate_FullMethodName = "/yandex.cloud.datasphere.v2.DatasetService/Deactivate"
)
View Source
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_GetCellOutputs_FullMethodName       = "/yandex.cloud.datasphere.v2.ProjectService/GetCellOutputs"
	ProjectService_GetStateVariables_FullMethodName    = "/yandex.cloud.datasphere.v2.ProjectService/GetStateVariables"
	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"
)
View Source
const (
	S3Service_Activate_FullMethodName   = "/yandex.cloud.datasphere.v2.S3Service/Activate"
	S3Service_Deactivate_FullMethodName = "/yandex.cloud.datasphere.v2.S3Service/Deactivate"
)
View Source
const (
	DockerImageService_Activate_FullMethodName = "/yandex.cloud.datasphere.v2.DockerImageService/Activate"
)

Variables

View Source
var (
	Project_Settings_CommitMode_name = map[int32]string{
		0: "COMMIT_MODE_UNSPECIFIED",
		1: "STANDARD",
		2: "AUTO",
	}
	Project_Settings_CommitMode_value = map[string]int32{
		"COMMIT_MODE_UNSPECIFIED": 0,
		"STANDARD":                1,
		"AUTO":                    2,
	}
)

Enum value maps for Project_Settings_CommitMode.

View Source
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.

View Source
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.

View Source
var (
	Project_Settings_IdeExecutionMode_name = map[int32]string{
		0: "IDE_EXECUTION_MODE_UNSPECIFIED",
		1: "SERVERLESS",
		2: "DEDICATED",
	}
	Project_Settings_IdeExecutionMode_value = map[string]int32{
		"IDE_EXECUTION_MODE_UNSPECIFIED": 0,
		"SERVERLESS":                     1,
		"DEDICATED":                      2,
	}
)

Enum value maps for Project_Settings_IdeExecutionMode.

View Source
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.

View Source
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",
		6: "OPEN_PROJECT_STATUS_APPLYING_CHECKPOINT",
		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_APPLYING_CHECKPOINT":  6,
		"OPEN_PROJECT_STATUS_UNKNOWN":              7,
	}
)

Enum value maps for OpenProjectMetadata_OpenProjectStatus.

View Source
var (
	ResourceType_name = map[int32]string{
		0: "RESOURCE_TYPE_UNSPECIFIED",
		1: "RESOURCE_TYPE_UNPINNED_CHECKPOINT",
		2: "RESOURCE_TYPE_SECRET",
		3: "RESOURCE_TYPE_DOCKER_IMAGE",
		4: "RESOURCE_TYPE_DATASET",
		5: "RESOURCE_TYPE_S3",
		6: "RESOURCE_TYPE_NODE",
		7: "RESOURCE_TYPE_PINNED_CHECKPOINT",
		8: "RESOURCE_TYPE_ALIAS",
	}
	ResourceType_value = map[string]int32{
		"RESOURCE_TYPE_UNSPECIFIED":         0,
		"RESOURCE_TYPE_UNPINNED_CHECKPOINT": 1,
		"RESOURCE_TYPE_SECRET":              2,
		"RESOURCE_TYPE_DOCKER_IMAGE":        3,
		"RESOURCE_TYPE_DATASET":             4,
		"RESOURCE_TYPE_S3":                  5,
		"RESOURCE_TYPE_NODE":                6,
		"RESOURCE_TYPE_PINNED_CHECKPOINT":   7,
		"RESOURCE_TYPE_ALIAS":               8,
	}
)

Enum value maps for ResourceType.

View Source
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,
		},
	},
	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)

View Source
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)

View Source
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)

View Source
var File_yandex_cloud_datasphere_v2_community_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_community_service_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_dataset_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_dataset_service_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_docker_image_service_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_project_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_project_service_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_resource_types_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_s3_service_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_secret_proto protoreflect.FileDescriptor
View Source
var File_yandex_cloud_datasphere_v2_user_proto protoreflect.FileDescriptor
View Source
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: "GetCellOutputs",
			Handler:    _ProjectService_GetCellOutputs_Handler,
		},
		{
			MethodName: "GetStateVariables",
			Handler:    _ProjectService_GetStateVariables_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,
		},
	},
	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)

View Source
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 (*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 (*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 (*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 CellOutputsRequest

type CellOutputsRequest struct {

	// ID of the project to return cell outputs for.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// ID of the cell to return outputs for.
	CellId string `protobuf:"bytes,2,opt,name=cell_id,json=cellId,proto3" json:"cell_id,omitempty"`
	// ID of the checkpoint to return cell outputs for.
	CheckpointId string `protobuf:"bytes,3,opt,name=checkpoint_id,json=checkpointId,proto3" json:"checkpoint_id,omitempty"`
	// Timestamp from which to return outputs.
	StartAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"`
	// contains filtered or unexported fields
}

func (*CellOutputsRequest) Descriptor deprecated

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

Deprecated: Use CellOutputsRequest.ProtoReflect.Descriptor instead.

func (*CellOutputsRequest) GetCellId

func (x *CellOutputsRequest) GetCellId() string

func (*CellOutputsRequest) GetCheckpointId

func (x *CellOutputsRequest) GetCheckpointId() string

func (*CellOutputsRequest) GetProjectId

func (x *CellOutputsRequest) GetProjectId() string

func (*CellOutputsRequest) GetStartAt

func (x *CellOutputsRequest) GetStartAt() *timestamppb.Timestamp

func (*CellOutputsRequest) ProtoMessage

func (*CellOutputsRequest) ProtoMessage()

func (*CellOutputsRequest) ProtoReflect

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

func (*CellOutputsRequest) Reset

func (x *CellOutputsRequest) Reset()

func (*CellOutputsRequest) SetCellId

func (m *CellOutputsRequest) SetCellId(v string)

func (*CellOutputsRequest) SetCheckpointId

func (m *CellOutputsRequest) SetCheckpointId(v string)

func (*CellOutputsRequest) SetProjectId

func (m *CellOutputsRequest) SetProjectId(v string)

func (*CellOutputsRequest) SetStartAt

func (m *CellOutputsRequest) SetStartAt(v *timestamppb.Timestamp)

func (*CellOutputsRequest) String

func (x *CellOutputsRequest) String() string

type CellOutputsResponse

type CellOutputsResponse struct {

	// List of outputs.
	Outputs []string `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*CellOutputsResponse) Descriptor deprecated

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

Deprecated: Use CellOutputsResponse.ProtoReflect.Descriptor instead.

func (*CellOutputsResponse) GetOutputs

func (x *CellOutputsResponse) GetOutputs() []string

func (*CellOutputsResponse) ProtoMessage

func (*CellOutputsResponse) ProtoMessage()

func (*CellOutputsResponse) ProtoReflect

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

func (*CellOutputsResponse) Reset

func (x *CellOutputsResponse) Reset()

func (*CellOutputsResponse) SetOutputs

func (m *CellOutputsResponse) SetOutputs(v []string)

func (*CellOutputsResponse) String

func (x *CellOutputsResponse) 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"`
	// contains filtered or unexported fields
}

func (*Community) Descriptor deprecated

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

Deprecated: Use Community.ProtoReflect.Descriptor instead.

func (*Community) GetCreatedAt

func (x *Community) GetCreatedAt() *timestamppb.Timestamp

func (*Community) GetCreatedById

func (x *Community) GetCreatedById() string

func (*Community) GetDescription

func (x *Community) GetDescription() string

func (*Community) GetId

func (x *Community) GetId() string

func (*Community) GetLabels

func (x *Community) GetLabels() map[string]string

func (*Community) GetName

func (x *Community) GetName() string

func (*Community) GetOrganizationId

func (x *Community) GetOrganizationId() string

func (*Community) ProtoMessage

func (*Community) ProtoMessage()

func (*Community) ProtoReflect

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

func (*Community) Reset

func (x *Community) Reset()

func (*Community) SetCreatedAt

func (m *Community) SetCreatedAt(v *timestamppb.Timestamp)

func (*Community) SetCreatedById

func (m *Community) SetCreatedById(v string)

func (*Community) SetDescription

func (m *Community) SetDescription(v string)

func (*Community) SetId

func (m *Community) SetId(v string)

func (*Community) SetLabels

func (m *Community) SetLabels(v map[string]string)

func (*Community) SetName

func (m *Community) SetName(v string)

func (*Community) SetOrganizationId

func (m *Community) SetOrganizationId(v string)

func (*Community) String

func (x *Community) String() string

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)
}

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.

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)
}

CommunityServiceServer is the server API for CommunityService service. All implementations should embed UnimplementedCommunityServiceServer for forward compatibility

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 */
	// 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) 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) 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) Descriptor() ([]byte, []int)

Deprecated: Use Dataset.ProtoReflect.Descriptor instead.

func (*Dataset) GetCode

func (x *Dataset) GetCode() string

func (*Dataset) GetCreatedAt

func (x *Dataset) GetCreatedAt() *timestamppb.Timestamp

func (*Dataset) GetCreatedById

func (x *Dataset) GetCreatedById() string

func (*Dataset) GetDataCapsuleId

func (x *Dataset) GetDataCapsuleId() string

func (*Dataset) GetDescription

func (x *Dataset) GetDescription() string

func (*Dataset) GetId

func (x *Dataset) GetId() string

func (*Dataset) GetLabels

func (x *Dataset) GetLabels() map[string]string

func (*Dataset) GetMountPath

func (x *Dataset) GetMountPath() string

func (*Dataset) GetName

func (x *Dataset) GetName() string

func (*Dataset) GetProjectId

func (x *Dataset) GetProjectId() string

func (*Dataset) GetSizeGb

func (x *Dataset) GetSizeGb() int64

func (*Dataset) GetZoneIds

func (x *Dataset) GetZoneIds() []string

func (*Dataset) ProtoMessage

func (*Dataset) ProtoMessage()

func (*Dataset) ProtoReflect

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

func (*Dataset) Reset

func (x *Dataset) Reset()

func (*Dataset) SetCode

func (m *Dataset) SetCode(v string)

func (*Dataset) SetCreatedAt

func (m *Dataset) SetCreatedAt(v *timestamppb.Timestamp)

func (*Dataset) SetCreatedById

func (m *Dataset) SetCreatedById(v string)

func (*Dataset) SetDataCapsuleId

func (m *Dataset) SetDataCapsuleId(v string)

func (*Dataset) SetDescription

func (m *Dataset) SetDescription(v string)

func (*Dataset) SetId

func (m *Dataset) SetId(v string)

func (*Dataset) SetLabels

func (m *Dataset) SetLabels(v map[string]string)

func (*Dataset) SetMountPath

func (m *Dataset) SetMountPath(v string)

func (*Dataset) SetName

func (m *Dataset) SetName(v string)

func (*Dataset) SetProjectId

func (m *Dataset) SetProjectId(v string)

func (*Dataset) SetSizeGb

func (m *Dataset) SetSizeGb(v int64)

func (*Dataset) SetZoneIds

func (m *Dataset) SetZoneIds(v []string)

func (*Dataset) String

func (x *Dataset) String() string

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.

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

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 (*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 (*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 (*DatasetStatus_StatusInactive) Reset

func (x *DatasetStatus_StatusInactive) Reset()

func (*DatasetStatus_StatusInactive) 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 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.

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

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) Enum

func (x ExecutionStatus) Enum() *ExecutionStatus

func (ExecutionStatus) EnumDescriptor deprecated

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

Deprecated: Use ExecutionStatus.Descriptor instead.

func (ExecutionStatus) Number

func (ExecutionStatus) String

func (x ExecutionStatus) String() string

func (ExecutionStatus) Type

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 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 GetStateVariablesRequest

type GetStateVariablesRequest struct {

	// ID of the project, for which to return state variables.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// ID of the notebook, for which to return state variables.
	NotebookId string `protobuf:"bytes,2,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	// Names of variables to return.
	VariableNames []string `protobuf:"bytes,3,rep,name=variable_names,json=variableNames,proto3" json:"variable_names,omitempty"`
	// ID of the checkpoint, for which to return state variables.
	CheckpointId string `protobuf:"bytes,4,opt,name=checkpoint_id,json=checkpointId,proto3" json:"checkpoint_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStateVariablesRequest) Descriptor deprecated

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

Deprecated: Use GetStateVariablesRequest.ProtoReflect.Descriptor instead.

func (*GetStateVariablesRequest) GetCheckpointId

func (x *GetStateVariablesRequest) GetCheckpointId() string

func (*GetStateVariablesRequest) GetNotebookId

func (x *GetStateVariablesRequest) GetNotebookId() string

func (*GetStateVariablesRequest) GetProjectId

func (x *GetStateVariablesRequest) GetProjectId() string

func (*GetStateVariablesRequest) GetVariableNames

func (x *GetStateVariablesRequest) GetVariableNames() []string

func (*GetStateVariablesRequest) ProtoMessage

func (*GetStateVariablesRequest) ProtoMessage()

func (*GetStateVariablesRequest) ProtoReflect

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

func (*GetStateVariablesRequest) Reset

func (x *GetStateVariablesRequest) Reset()

func (*GetStateVariablesRequest) SetCheckpointId

func (m *GetStateVariablesRequest) SetCheckpointId(v string)

func (*GetStateVariablesRequest) SetNotebookId

func (m *GetStateVariablesRequest) SetNotebookId(v string)

func (*GetStateVariablesRequest) SetProjectId

func (m *GetStateVariablesRequest) SetProjectId(v string)

func (*GetStateVariablesRequest) SetVariableNames

func (m *GetStateVariablesRequest) SetVariableNames(v []string)

func (*GetStateVariablesRequest) String

func (x *GetStateVariablesRequest) String() string

type GetStateVariablesResponse

type GetStateVariablesResponse struct {

	// Values of the specified variables.
	Variables *structpb.Struct `protobuf:"bytes,1,opt,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStateVariablesResponse) Descriptor deprecated

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

Deprecated: Use GetStateVariablesResponse.ProtoReflect.Descriptor instead.

func (*GetStateVariablesResponse) GetVariables

func (x *GetStateVariablesResponse) GetVariables() *structpb.Struct

func (*GetStateVariablesResponse) ProtoMessage

func (*GetStateVariablesResponse) ProtoMessage()

func (*GetStateVariablesResponse) ProtoReflect

func (*GetStateVariablesResponse) Reset

func (x *GetStateVariablesResponse) Reset()

func (*GetStateVariablesResponse) SetVariables

func (m *GetStateVariablesResponse) SetVariables(v *structpb.Struct)

func (*GetStateVariablesResponse) String

func (x *GetStateVariablesResponse) 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 (*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 (*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
	// Applying checkpoint to project.
	OpenProjectMetadata_OPEN_PROJECT_STATUS_APPLYING_CHECKPOINT OpenProjectMetadata_OpenProjectStatus = 6
	// Unknown open project status.
	OpenProjectMetadata_OPEN_PROJECT_STATUS_UNKNOWN OpenProjectMetadata_OpenProjectStatus = 7
)

func (OpenProjectMetadata_OpenProjectStatus) Descriptor

func (OpenProjectMetadata_OpenProjectStatus) Enum

func (OpenProjectMetadata_OpenProjectStatus) EnumDescriptor deprecated

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

Deprecated: Use OpenProjectMetadata_OpenProjectStatus.Descriptor instead.

func (OpenProjectMetadata_OpenProjectStatus) Number

func (OpenProjectMetadata_OpenProjectStatus) String

func (OpenProjectMetadata_OpenProjectStatus) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCommunityId

func (x *Project) GetCommunityId() string

func (*Project) GetCreatedAt

func (x *Project) GetCreatedAt() *timestamppb.Timestamp

func (*Project) GetCreatedById

func (x *Project) GetCreatedById() string

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetLabels

func (x *Project) GetLabels() map[string]string

func (*Project) GetLimits

func (x *Project) GetLimits() *Project_Limits

func (*Project) GetName

func (x *Project) GetName() string

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) Reset

func (x *Project) Reset()

func (*Project) SetCommunityId

func (m *Project) SetCommunityId(v string)

func (*Project) SetCreatedAt

func (m *Project) SetCreatedAt(v *timestamppb.Timestamp)

func (*Project) SetCreatedById

func (m *Project) SetCreatedById(v string)

func (*Project) SetDescription

func (m *Project) SetDescription(v string)

func (*Project) SetId

func (m *Project) SetId(v string)

func (*Project) SetLabels

func (m *Project) SetLabels(v map[string]string)

func (*Project) SetLimits

func (m *Project) SetLimits(v *Project_Limits)

func (*Project) SetName

func (m *Project) SetName(v string)

func (*Project) SetSettings

func (m *Project) SetSettings(v *Project_Settings)

func (*Project) String

func (x *Project) String() string

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 (*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.
	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"`
	// 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) 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) SetTarget

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 {

	// ID of the checkpoint resulting from the execution.
	CheckpointId string `protobuf:"bytes,1,opt,name=checkpoint_id,json=checkpointId,proto3" json:"checkpoint_id,omitempty"` // <project_id>/checkpoint/<uuid>
	// Values of output variables resulting from the execution.
	OutputVariables *structpb.Struct `protobuf:"bytes,2,opt,name=output_variables,json=outputVariables,proto3" json:"output_variables,omitempty"`
	// 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) GetCheckpointId

func (x *ProjectExecutionResponse) GetCheckpointId() string

func (*ProjectExecutionResponse) GetExecutionStatus

func (x *ProjectExecutionResponse) GetExecutionStatus() ExecutionStatus

func (*ProjectExecutionResponse) GetOutputVariables

func (x *ProjectExecutionResponse) GetOutputVariables() *structpb.Struct

func (*ProjectExecutionResponse) ProtoMessage

func (*ProjectExecutionResponse) ProtoMessage()

func (*ProjectExecutionResponse) ProtoReflect

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

func (*ProjectExecutionResponse) Reset

func (x *ProjectExecutionResponse) Reset()

func (*ProjectExecutionResponse) SetCheckpointId

func (m *ProjectExecutionResponse) SetCheckpointId(v string)

func (*ProjectExecutionResponse) SetExecutionStatus

func (m *ProjectExecutionResponse) SetExecutionStatus(v ExecutionStatus)

func (*ProjectExecutionResponse) SetOutputVariables

func (m *ProjectExecutionResponse) SetOutputVariables(v *structpb.Struct)

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)
	// Returns outputs of the specified cell.
	// Deprecated
	GetCellOutputs(ctx context.Context, in *CellOutputsRequest, opts ...grpc.CallOption) (*CellOutputsResponse, error)
	// Returns state variables of the specified notebook.
	// Deprecated
	GetStateVariables(ctx context.Context, in *GetStateVariablesRequest, opts ...grpc.CallOption) (*GetStateVariablesResponse, 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)
}

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.

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)
	// Returns outputs of the specified cell.
	// Deprecated
	GetCellOutputs(context.Context, *CellOutputsRequest) (*CellOutputsResponse, error)
	// Returns state variables of the specified notebook.
	// Deprecated
	GetStateVariables(context.Context, *GetStateVariablesRequest) (*GetStateVariablesResponse, 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)
}

ProjectServiceServer is the server API for ProjectService service. All implementations should embed UnimplementedProjectServiceServer for forward compatibility

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"`
	// Commit mode that is assigned to the project.
	CommitMode Project_Settings_CommitMode `` /* 152-byte string literal not displayed */
	// 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 */
	// VM allocation mode.
	IdeExecutionMode Project_Settings_IdeExecutionMode `` /* 179-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) GetCommitMode

func (x *Project_Settings) GetCommitMode() Project_Settings_CommitMode

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 (*Project_Settings) GetIdeExecutionMode

func (x *Project_Settings) GetIdeExecutionMode() Project_Settings_IdeExecutionMode

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) SetCommitMode

func (m *Project_Settings) SetCommitMode(v Project_Settings_CommitMode)

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 (*Project_Settings) SetIdeExecutionMode

func (m *Project_Settings) SetIdeExecutionMode(v Project_Settings_IdeExecutionMode)

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_CommitMode

type Project_Settings_CommitMode int32
const (
	Project_Settings_COMMIT_MODE_UNSPECIFIED Project_Settings_CommitMode = 0
	// Commit happens after the execution of a cell or group of cells or after completion with an error.
	Project_Settings_STANDARD Project_Settings_CommitMode = 1
	// Commit happens periodically.
	// Also, automatic saving of state occurs when switching to another type of computing resource.
	Project_Settings_AUTO Project_Settings_CommitMode = 2
)

func (Project_Settings_CommitMode) Descriptor

func (Project_Settings_CommitMode) Enum

func (Project_Settings_CommitMode) EnumDescriptor deprecated

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

Deprecated: Use Project_Settings_CommitMode.Descriptor instead.

func (Project_Settings_CommitMode) Number

func (Project_Settings_CommitMode) String

func (Project_Settings_CommitMode) Type

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) Enum

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 (Project_Settings_Ide) String

func (x Project_Settings_Ide) String() string

func (Project_Settings_Ide) Type

type Project_Settings_IdeExecutionMode

type Project_Settings_IdeExecutionMode int32
const (
	Project_Settings_IDE_EXECUTION_MODE_UNSPECIFIED Project_Settings_IdeExecutionMode = 0
	// VM is allocated for specific execution and deallocated after the execution ends.
	Project_Settings_SERVERLESS Project_Settings_IdeExecutionMode = 1
	// VM is allocated at the first execution and stays allocated until manually deallocated.
	// Or until timeout exceeded.
	Project_Settings_DEDICATED Project_Settings_IdeExecutionMode = 2
)

func (Project_Settings_IdeExecutionMode) Descriptor

func (Project_Settings_IdeExecutionMode) Enum

func (Project_Settings_IdeExecutionMode) EnumDescriptor deprecated

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

Deprecated: Use Project_Settings_IdeExecutionMode.Descriptor instead.

func (Project_Settings_IdeExecutionMode) Number

func (Project_Settings_IdeExecutionMode) String

func (Project_Settings_IdeExecutionMode) Type

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) Enum

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 (Project_Settings_StaleExecutionTimeoutMode) String

func (Project_Settings_StaleExecutionTimeoutMode) Type

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 (*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

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 (*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

type ResourceType

type ResourceType int32
const (
	ResourceType_RESOURCE_TYPE_UNSPECIFIED         ResourceType = 0
	ResourceType_RESOURCE_TYPE_UNPINNED_CHECKPOINT ResourceType = 1
	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_PINNED_CHECKPOINT   ResourceType = 7
	ResourceType_RESOURCE_TYPE_ALIAS               ResourceType = 8
)

func (ResourceType) Descriptor

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 (ResourceType) String

func (x ResourceType) String() string

func (ResourceType) Type

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.

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

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) Descriptor() ([]byte, []int)

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetCreatedAt

func (x *Secret) GetCreatedAt() *timestamppb.Timestamp

func (*Secret) GetCreatedById

func (x *Secret) GetCreatedById() string

func (*Secret) GetDescription

func (x *Secret) GetDescription() string

func (*Secret) GetId

func (x *Secret) GetId() string

func (*Secret) GetLabels

func (x *Secret) GetLabels() map[string]string

func (*Secret) GetName

func (x *Secret) GetName() string

func (*Secret) GetProjectId

func (x *Secret) GetProjectId() string

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) Reset

func (x *Secret) Reset()

func (*Secret) SetCreatedAt

func (m *Secret) SetCreatedAt(v *timestamppb.Timestamp)

func (*Secret) SetCreatedById

func (m *Secret) SetCreatedById(v string)

func (*Secret) SetDescription

func (m *Secret) SetDescription(v string)

func (*Secret) SetId

func (m *Secret) SetId(v string)

func (*Secret) SetLabels

func (m *Secret) SetLabels(v map[string]string)

func (*Secret) SetName

func (m *Secret) SetName(v string)

func (*Secret) SetProjectId

func (m *Secret) SetProjectId(v string)

func (*Secret) SetUpdatedAt

func (m *Secret) SetUpdatedAt(v *timestamppb.Timestamp)

func (*Secret) String

func (x *Secret) String() string

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 (*SetCommunityAccessBindingsMetadata) Reset

func (*SetCommunityAccessBindingsMetadata) SetCommunityId

func (m *SetCommunityAccessBindingsMetadata) SetCommunityId(v string)

func (*SetCommunityAccessBindingsMetadata) 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 (*SetProjectAccessBindingsMetadata) Reset

func (*SetProjectAccessBindingsMetadata) SetProjectId

func (m *SetProjectAccessBindingsMetadata) SetProjectId(v string)

func (*SetProjectAccessBindingsMetadata) 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.

func (UnimplementedCommunityServiceServer) AddResource

func (UnimplementedCommunityServiceServer) Create

func (UnimplementedCommunityServiceServer) Delete

func (UnimplementedCommunityServiceServer) Get

func (UnimplementedCommunityServiceServer) List

func (UnimplementedCommunityServiceServer) RemoveResource

func (UnimplementedCommunityServiceServer) SetAccessBindings

func (UnimplementedCommunityServiceServer) Update

func (UnimplementedCommunityServiceServer) UpdateAccessBindings

type UnimplementedDatasetServiceServer

type UnimplementedDatasetServiceServer struct {
}

UnimplementedDatasetServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedDatasetServiceServer) Activate

func (UnimplementedDatasetServiceServer) Deactivate

type UnimplementedDockerImageServiceServer

type UnimplementedDockerImageServiceServer struct {
}

UnimplementedDockerImageServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedDockerImageServiceServer) Activate

type UnimplementedProjectServiceServer

type UnimplementedProjectServiceServer struct {
}

UnimplementedProjectServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedProjectServiceServer) AddResource

func (UnimplementedProjectServiceServer) Create

func (UnimplementedProjectServiceServer) Delete

func (UnimplementedProjectServiceServer) Execute

func (UnimplementedProjectServiceServer) Get

func (UnimplementedProjectServiceServer) GetCellOutputs

func (UnimplementedProjectServiceServer) GetStateVariables

func (UnimplementedProjectServiceServer) GetUnitBalance

func (UnimplementedProjectServiceServer) List

func (UnimplementedProjectServiceServer) Open

func (UnimplementedProjectServiceServer) RemoveResource

func (UnimplementedProjectServiceServer) SetAccessBindings

func (UnimplementedProjectServiceServer) SetUnitBalance

func (UnimplementedProjectServiceServer) Update

func (UnimplementedProjectServiceServer) UpdateAccessBindings

type UnimplementedS3ServiceServer

type UnimplementedS3ServiceServer struct {
}

UnimplementedS3ServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedS3ServiceServer) Activate

func (UnimplementedS3ServiceServer) Deactivate

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 (*UpdateCommunityAccessBindingsMetadata) Reset

func (*UpdateCommunityAccessBindingsMetadata) SetCommunityId

func (m *UpdateCommunityAccessBindingsMetadata) SetCommunityId(v string)

func (*UpdateCommunityAccessBindingsMetadata) 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 (*UpdateProjectAccessBindingsMetadata) Reset

func (*UpdateProjectAccessBindingsMetadata) SetProjectId

func (m *UpdateProjectAccessBindingsMetadata) SetProjectId(v string)

func (*UpdateProjectAccessBindingsMetadata) 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) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() string

func (*User) GetName

func (x *User) GetName() string

func (*User) GetPicture

func (x *User) GetPicture() string

func (*User) GetPictureData

func (x *User) GetPictureData() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) SetEmail

func (m *User) SetEmail(v string)

func (*User) SetId

func (m *User) SetId(v string)

func (*User) SetName

func (m *User) SetName(v string)

func (*User) SetPicture

func (m *User) SetPicture(v string)

func (*User) SetPictureData

func (m *User) SetPictureData(v string)

func (*User) String

func (x *User) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL