types
Community
id : string
ID of the community.
createdAt : google.protobuf.Timestamp
Time when community was created.
name : string
Name of the community.
description : string
Description of the comminuty.
labels : string
Labels of the community.
createdById : string
ID of the user who created the community.
organizationId : string
ID of the organization to which community belongs.
zoneId : string
ID of the zone where this community was created
Dataset
id : string
ID of the dataset.
projectId : string
ID of the project.
createdAt : google.protobuf.Timestamp
Time the dataset was created.
name : string
Name of the dataset.
description : string
Description of the dataset.
labels : string
Labels of the dataset.
createdById : string
ID of the user who created the dataset.
code : string
Code used to create dataset.
sizeGb : int64
Size of the dataset, Gb.
zoneIds : string
Zone IDs where dataset is available.
mountPath : string
Dataset mount path.
dataCapsuleId : string
ID of the data capsule object, storing information about dataset storage.
DatasetStatus
StatusActive
StatusInactive
StatusError
error : string
Text of the error.
One of status
statusActive: StatusActiveDataset is activated.
statusInactive: StatusInactiveDataset is inactive.
statusError: StatusErrorError while activating dataset.
DecryptedSecret
secret : Secret
content : string
Content of the secret.
GetRestrictionsMetaResponse
restrictionsMeta : RestrictionMeta
List of restrictions.
Project
A Project resource.
Settings
Ide
IDE_UNSPECIFIEDJUPYTER_LABProject running on JupyterLab IDE.
StaleExecutionTimeoutMode
STALE_EXECUTION_TIMEOUT_MODE_UNSPECIFIEDONE_HOURSetting to automatically stop stale execution after one hour with low consumption.
THREE_HOURSSetting to automatically stop stale execution after three hours with low consumption.
NO_TIMEOUTSetting to never automatically stop stale executions.
serviceAccountId : string
ID of the service account, on whose behalf all operations with clusters will be performed.
subnetId : string
ID of the subnet where the DataProc cluster resides. Currently only subnets created in the availability zone ru-central1-a are supported.
dataProcClusterId : string
ID of the DataProc cluster.
securityGroupIds : string
Network interfaces security groups.
earlyAccess : bool
Is early access preview enabled for the project.
ide : Ide
Project IDE.
defaultFolderId : string
Default project folder ID.
staleExecTimeoutMode : StaleExecutionTimeoutMode
Timeout to automatically stop stale executions.
vmInactivityTimeout : google.protobuf.Duration
Timeout for VM deallocation.
defaultDedicatedSpec : string
Default VM configuration for DEDICATED mode.
Limits
maxUnitsPerHour : google.protobuf.Int64Value
The number of units that can be spent per hour.
maxUnitsPerExecution : google.protobuf.Int64Value
The number of units that can be spent on the one execution.
id : string
ID of the project.
createdAt : google.protobuf.Timestamp
name : string
Name of the project. 1-63 characters long.
description : string
Description of the project. 0-256 characters long.
labels : string
createdById : string
settings : Settings
Settings of the project.
limits : Limits
Limits of the project.
communityId : string
ID of the community that the project belongs to.
Restriction
name : string
Name of restriction.
boolValue : bool
List of boolean restriction values. Empty if value type is not boolean.
longValue : int64
List of long restriction values. Empty if value type is not long.
stringValue : string
List of string restriction values. Empty if value type is not string.
RestrictionMeta
RestrictionValueType
RESTRICTION_VALUE_TYPE_UNSPECIFIEDBOOLEANLONGSTRING
name : string
Name of restriction.
valueType : RestrictionValueType
Value type of restriction.
RestrictionsResponse
restrictions : Restriction
List of restrictions.
Secret
id : string
ID of the secret.
projectId : string
ID of the project.
createdAt : google.protobuf.Timestamp
Time when secret was created.
name : string
Name of the secret. 1-63 characters long.
description : string
Description of the secret. 0-256 characters long.
labels : string
Labels of the secret.
createdById : string
ID of the user who created secret.
updatedAt : google.protobuf.Timestamp
Time of last secret update.
User
id : string
ID of the user.
name : string
Name of the user.
email : string
Email of the user.
picture : string
URL to the user's profile picture.
pictureData : string
An image content of the user's profile picture.