Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + type AutoscalingLimits struct + ForceSendFields []string + MaxServeNodes int64 + MinServeNodes int64 + NullFields []string + func (s *AutoscalingLimits) MarshalJSON() ([]byte, error) + type AutoscalingTargets struct + CpuUtilizationPercent int64 + ForceSendFields []string + NullFields []string + func (s *AutoscalingTargets) MarshalJSON() ([]byte, error) + type Backup struct + EncryptionInfo *EncryptionInfo + EndTime string + ExpireTime string + ForceSendFields []string + Name string + NullFields []string + SizeBytes int64 + SourceTable string + StartTime string + State string + func (s *Backup) MarshalJSON() ([]byte, error) + type BackupInfo struct + Backup string + EndTime string + ForceSendFields []string + NullFields []string + SourceTable string + StartTime string + func (s *BackupInfo) MarshalJSON() ([]byte, error) + type Cluster struct + ClusterConfig *ClusterConfig + DefaultStorageType string + EncryptionConfig *EncryptionConfig + ForceSendFields []string + Location string + Name string + NullFields []string + ServeNodes int64 + State string + func (s *Cluster) MarshalJSON() ([]byte, error) + type ClusterAutoscalingConfig struct + AutoscalingLimits *AutoscalingLimits + AutoscalingTargets *AutoscalingTargets + ForceSendFields []string + NullFields []string + func (s *ClusterAutoscalingConfig) MarshalJSON() ([]byte, error) + type ClusterConfig struct + ClusterAutoscalingConfig *ClusterAutoscalingConfig + ForceSendFields []string + NullFields []string + func (s *ClusterConfig) MarshalJSON() ([]byte, error) + type CreateBackupMetadata struct + EndTime string + ForceSendFields []string + Name string + NullFields []string + SourceTable string + StartTime string + func (s *CreateBackupMetadata) MarshalJSON() ([]byte, error) + type CreateClusterMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *CreateClusterRequest + RequestTime string + Tables map[string]TableProgress + func (s *CreateClusterMetadata) MarshalJSON() ([]byte, error) + type CreateClusterRequest struct + Cluster *Cluster + ClusterId string + ForceSendFields []string + NullFields []string + Parent string + func (s *CreateClusterRequest) MarshalJSON() ([]byte, error) + type CreateInstanceMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *CreateInstanceRequest + RequestTime string + func (s *CreateInstanceMetadata) MarshalJSON() ([]byte, error) + type CreateInstanceRequest struct + Clusters map[string]Cluster + ForceSendFields []string + Instance *Instance + InstanceId string + NullFields []string + Parent string + func (s *CreateInstanceRequest) MarshalJSON() ([]byte, error) + type EncryptionConfig struct + ForceSendFields []string + KmsKeyName string + NullFields []string + func (s *EncryptionConfig) MarshalJSON() ([]byte, error) + type EncryptionInfo struct + EncryptionStatus *Status + EncryptionType string + ForceSendFields []string + KmsKeyVersion string + NullFields []string + func (s *EncryptionInfo) MarshalJSON() ([]byte, error) + type Instance struct + CreateTime string + DisplayName string + ForceSendFields []string + Labels map[string]string + Name string + NullFields []string + State string + Type string + func (s *Instance) MarshalJSON() ([]byte, error) + type OperationProgress struct + EndTime string + ForceSendFields []string + NullFields []string + ProgressPercent int64 + StartTime string + func (s *OperationProgress) MarshalJSON() ([]byte, error) + type OptimizeRestoredTableMetadata struct + ForceSendFields []string + Name string + NullFields []string + Progress *OperationProgress + func (s *OptimizeRestoredTableMetadata) MarshalJSON() ([]byte, error) + type PartialUpdateClusterMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *PartialUpdateClusterRequest + RequestTime string + func (s *PartialUpdateClusterMetadata) MarshalJSON() ([]byte, error) + type PartialUpdateClusterRequest struct + Cluster *Cluster + ForceSendFields []string + NullFields []string + UpdateMask string + func (s *PartialUpdateClusterRequest) MarshalJSON() ([]byte, error) + type PartialUpdateInstanceRequest struct + ForceSendFields []string + Instance *Instance + NullFields []string + UpdateMask string + func (s *PartialUpdateInstanceRequest) MarshalJSON() ([]byte, error) + type RestoreTableMetadata struct + BackupInfo *BackupInfo + ForceSendFields []string + Name string + NullFields []string + OptimizeTableOperationName string + Progress *OperationProgress + SourceType string + func (s *RestoreTableMetadata) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error) + type TableProgress struct + EstimatedCopiedBytes int64 + EstimatedSizeBytes int64 + ForceSendFields []string + NullFields []string + State string + func (s *TableProgress) MarshalJSON() ([]byte, error) + type UpdateAppProfileMetadata struct + type UpdateClusterMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *Cluster + RequestTime string + func (s *UpdateClusterMetadata) MarshalJSON() ([]byte, error) + type UpdateInstanceMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *PartialUpdateInstanceRequest + RequestTime string + func (s *UpdateInstanceMetadata) MarshalJSON() ([]byte, error)