devplaneapiv1

package
v1.36.11-2026041023545... Latest Latest
Warning

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

Go to latest
Published: unknown License: ISC Imports: 8 Imported by: 16

Documentation

Index

Constants

View Source
const CreateBillingProfileRequest_Account_not_set_case case_CreateBillingProfileRequest_Account = 0
View Source
const CreateBillingProfileRequest_BillingProfileDetails_case case_CreateBillingProfileRequest_Account = 4
View Source
const CreateBillingProfileRequest_ExternalAccountId_case case_CreateBillingProfileRequest_Account = 3
View Source
const CreateCloudCredRequest_Akash_case case_CreateCloudCredRequest_Credential = 10
View Source
const CreateCloudCredRequest_Aws_case case_CreateCloudCredRequest_Credential = 2
View Source
const CreateCloudCredRequest_Azure_case case_CreateCloudCredRequest_Credential = 3
View Source
const CreateCloudCredRequest_BrevCloud_case case_CreateCloudCredRequest_Credential = 16
View Source
const CreateCloudCredRequest_Credential_not_set_case case_CreateCloudCredRequest_Credential = 0
View Source
const CreateCloudCredRequest_Crusoe_case case_CreateCloudCredRequest_Credential = 11
View Source
const CreateCloudCredRequest_Fluidstack_case case_CreateCloudCredRequest_Credential = 8
View Source
const CreateCloudCredRequest_Gcp_case case_CreateCloudCredRequest_Credential = 7
View Source
const CreateCloudCredRequest_LambdaLabs_case case_CreateCloudCredRequest_Credential = 6
View Source
const CreateCloudCredRequest_Launchpad_case case_CreateCloudCredRequest_Credential = 12
View Source
const CreateCloudCredRequest_Nebius_case case_CreateCloudCredRequest_Credential = 14
View Source
const CreateCloudCredRequest_SfCompute_case case_CreateCloudCredRequest_Credential = 17
View Source
const CreateCloudCredRequest_Shadeform_case case_CreateCloudCredRequest_Credential = 13
View Source
const CreateCloudCredRequest_VastAi_case case_CreateCloudCredRequest_Credential = 9
View Source
const CreateHealthCheckRequest_HealthCheck_not_set_case case_CreateHealthCheckRequest_HealthCheck = 0
View Source
const CreateHealthCheckRequest_HeartbeatHealthCheck_case case_CreateHealthCheckRequest_HealthCheck = 6
View Source
const CreateHealthCheckRequest_ProbeHealthCheck_case case_CreateHealthCheckRequest_HealthCheck = 5
View Source
const CreateInstanceExecRequest_Connection_not_set_case case_CreateInstanceExecRequest_Connection = 0
View Source
const CreateInstanceExecRequest_Ssh_case case_CreateInstanceExecRequest_Connection = 9
View Source
const EnvironmentProvision_CreateInstanceRequest_case case_EnvironmentProvision_Directive = 3
View Source
const EnvironmentProvision_Directive_not_set_case case_EnvironmentProvision_Directive = 0
View Source
const EnvironmentProvision_InstanceId_case case_EnvironmentProvision_Directive = 2
View Source
const HealthCheck_HealthCheck_not_set_case case_HealthCheck_HealthCheck = 0
View Source
const HealthCheck_HeartbeatHealthCheck_case case_HealthCheck_HealthCheck = 9
View Source
const HealthCheck_ProbeHealthCheck_case case_HealthCheck_HealthCheck = 8
View Source
const InstanceExec_Connection_not_set_case case_InstanceExec_Connection = 0
View Source
const InstanceExec_SshConnection_case case_InstanceExec_Connection = 11
View Source
const InterconnectSpec_Details_not_set_case case_InterconnectSpec_Details = 0
View Source
const InterconnectSpec_Nvlink_case case_InterconnectSpec_Details = 2
View Source
const InterconnectSpec_Pcie_case case_InterconnectSpec_Details = 3
View Source
const RedeemCloudPointsRequest_BillingProfileCreditRecipient_case case_RedeemCloudPointsRequest_RedeemTo = 3
View Source
const RedeemCloudPointsRequest_RedeemTo_not_set_case case_RedeemCloudPointsRequest_RedeemTo = 0
View Source
const RenderNotebookRequest_NotebookId_case case_RenderNotebookRequest_Source = 2
View Source
const RenderNotebookRequest_RawIpynb_case case_RenderNotebookRequest_Source = 3
View Source
const RenderNotebookRequest_SourceUrl_case case_RenderNotebookRequest_Source = 1
View Source
const RenderNotebookRequest_SourceVal_case case_RenderNotebookRequest_Source = 4
View Source
const RenderNotebookRequest_Source_not_set_case case_RenderNotebookRequest_Source = 0
View Source
const SecretOrValue_SecretId_case case_SecretOrValue_SecretValue = 1
View Source
const SecretOrValue_SecretValue_not_set_case case_SecretOrValue_SecretValue = 0
View Source
const SecretOrValue_Value_case case_SecretOrValue_SecretValue = 2
View Source
const SshConnection_PrivateKeyValue_case case_SshConnection_PrivateKey = 4
View Source
const SshConnection_PrivateKey_not_set_case case_SshConnection_PrivateKey = 0

Variables

View Source
var (
	TenantType_name = map[int32]string{
		0: "TENANT_TYPE_UNSPECIFIED",
		1: "TENANT_TYPE_SHARED",
		2: "TENANT_TYPE_ISOLATED",
	}
	TenantType_value = map[string]int32{
		"TENANT_TYPE_UNSPECIFIED": 0,
		"TENANT_TYPE_SHARED":      1,
		"TENANT_TYPE_ISOLATED":    2,
	}
)

Enum value maps for TenantType.

View Source
var (
	DefaultRule_name = map[int32]string{
		0: "DEFAULT_RULE_UNSPECIFIED",
		1: "DEFAULT_RULE_ALLOW",
		2: "DEFAULT_RULE_DENY",
	}
	DefaultRule_value = map[string]int32{
		"DEFAULT_RULE_UNSPECIFIED": 0,
		"DEFAULT_RULE_ALLOW":       1,
		"DEFAULT_RULE_DENY":        2,
	}
)

Enum value maps for DefaultRule.

View Source
var (
	ModelProvider_name = map[int32]string{
		0: "MODEL_PROVIDER_UNSPECIFIED",
		1: "MODEL_PROVIDER_HUGGINGFACE",
	}
	ModelProvider_value = map[string]int32{
		"MODEL_PROVIDER_UNSPECIFIED": 0,
		"MODEL_PROVIDER_HUGGINGFACE": 1,
	}
)

Enum value maps for ModelProvider.

View Source
var (
	DeploymentStatus_name = map[int32]string{
		0: "DEPLOYMENT_STATUS_UNSPECIFIED",
		1: "DEPLOYMENT_STATUS_CREATED",
		2: "DEPLOYMENT_STATUS_RUNNING",
		3: "DEPLOYMENT_STATUS_DELETING",
		4: "DEPLOYMENT_STATUS_DELETED",
		5: "DEPLOYMENT_STATUS_DEPLOYING",
		6: "DEPLOYMENT_STATUS_ERROR",
	}
	DeploymentStatus_value = map[string]int32{
		"DEPLOYMENT_STATUS_UNSPECIFIED": 0,
		"DEPLOYMENT_STATUS_CREATED":     1,
		"DEPLOYMENT_STATUS_RUNNING":     2,
		"DEPLOYMENT_STATUS_DELETING":    3,
		"DEPLOYMENT_STATUS_DELETED":     4,
		"DEPLOYMENT_STATUS_DEPLOYING":   5,
		"DEPLOYMENT_STATUS_ERROR":       6,
	}
)

Enum value maps for DeploymentStatus.

View Source
var (
	DeploymentProvider_name = map[int32]string{
		0: "DEPLOYMENT_PROVIDER_UNSPECIFIED",
		1: "DEPLOYMENT_PROVIDER_NVCF",
	}
	DeploymentProvider_value = map[string]int32{
		"DEPLOYMENT_PROVIDER_UNSPECIFIED": 0,
		"DEPLOYMENT_PROVIDER_NVCF":        1,
	}
)

Enum value maps for DeploymentProvider.

View Source
var (
	CredStatus_name = map[int32]string{
		0: "CRED_STATUS_UNSPECIFIED",
		1: "CRED_STATUS_ACTIVE",
		2: "CRED_STATUS_DISABLED",
	}
	CredStatus_value = map[string]int32{
		"CRED_STATUS_UNSPECIFIED": 0,
		"CRED_STATUS_ACTIVE":      1,
		"CRED_STATUS_DISABLED":    2,
	}
)

Enum value maps for CredStatus.

View Source
var (
	UserType_name = map[int32]string{
		0: "USER_TYPE_UNSPECIFIED",
		1: "USER_TYPE_HOST",
		2: "USER_TYPE_CONTAINER",
		3: "USER_TYPE_UTILITY",
	}
	UserType_value = map[string]int32{
		"USER_TYPE_UNSPECIFIED": 0,
		"USER_TYPE_HOST":        1,
		"USER_TYPE_CONTAINER":   2,
		"USER_TYPE_UTILITY":     3,
	}
)

Enum value maps for UserType.

View Source
var (
	FileType_name = map[int32]string{
		0: "FILE_TYPE_UNSPECIFIED",
		1: "FILE_TYPE_COLAB_NOTEBOOK",
		2: "FILE_TYPE_GITHUB_JUPYTER_NOTEBOOK",
		3: "FILE_TYPE_GITHUB_REPOSITORY",
		4: "FILE_TYPE_GITLAB_JUPYTER_NOTEBOOK",
		5: "FILE_TYPE_GITLAB_REPOSITORY",
	}
	FileType_value = map[string]int32{
		"FILE_TYPE_UNSPECIFIED":             0,
		"FILE_TYPE_COLAB_NOTEBOOK":          1,
		"FILE_TYPE_GITHUB_JUPYTER_NOTEBOOK": 2,
		"FILE_TYPE_GITHUB_REPOSITORY":       3,
		"FILE_TYPE_GITLAB_JUPYTER_NOTEBOOK": 4,
		"FILE_TYPE_GITLAB_REPOSITORY":       5,
	}
)

Enum value maps for FileType.

View Source
var (
	LifecycleScriptStatus_name = map[int32]string{
		0: "LIFECYCLE_SCRIPT_STATUS_UNSPECIFIED",
		1: "LIFECYCLE_SCRIPT_STATUS_PENDING",
		2: "LIFECYCLE_SCRIPT_STATUS_RUNNING",
		3: "LIFECYCLE_SCRIPT_STATUS_SUCCEEDED",
		4: "LIFECYCLE_SCRIPT_STATUS_FAILED",
	}
	LifecycleScriptStatus_value = map[string]int32{
		"LIFECYCLE_SCRIPT_STATUS_UNSPECIFIED": 0,
		"LIFECYCLE_SCRIPT_STATUS_PENDING":     1,
		"LIFECYCLE_SCRIPT_STATUS_RUNNING":     2,
		"LIFECYCLE_SCRIPT_STATUS_SUCCEEDED":   3,
		"LIFECYCLE_SCRIPT_STATUS_FAILED":      4,
	}
)

Enum value maps for LifecycleScriptStatus.

View Source
var (
	EnvironmentAccessLevel_name = map[int32]string{
		0: "ENVIRONMENT_ACCESS_LEVEL_UNSPECIFIED",
		1: "ENVIRONMENT_ACCESS_LEVEL_ADMIN",
		2: "ENVIRONMENT_ACCESS_LEVEL_COLLABORATOR",
	}
	EnvironmentAccessLevel_value = map[string]int32{
		"ENVIRONMENT_ACCESS_LEVEL_UNSPECIFIED":  0,
		"ENVIRONMENT_ACCESS_LEVEL_ADMIN":        1,
		"ENVIRONMENT_ACCESS_LEVEL_COLLABORATOR": 2,
	}
)

Enum value maps for EnvironmentAccessLevel.

View Source
var (
	PortProtocol_name = map[int32]string{
		0: "PORT_PROTOCOL_UNSPECIFIED",
		1: "PORT_PROTOCOL_SSH",
		2: "PORT_PROTOCOL_TCP",
		3: "PORT_PROTOCOL_UDP",
	}
	PortProtocol_value = map[string]int32{
		"PORT_PROTOCOL_UNSPECIFIED": 0,
		"PORT_PROTOCOL_SSH":         1,
		"PORT_PROTOCOL_TCP":         2,
		"PORT_PROTOCOL_UDP":         3,
	}
)

Enum value maps for PortProtocol.

View Source
var (
	HttpPortProtocol_name = map[int32]string{
		0: "HTTP_PORT_PROTOCOL_UNSPECIFIED",
		1: "HTTP_PORT_PROTOCOL_HTTP",
		2: "HTTP_PORT_PROTOCOL_HTTPS",
	}
	HttpPortProtocol_value = map[string]int32{
		"HTTP_PORT_PROTOCOL_UNSPECIFIED": 0,
		"HTTP_PORT_PROTOCOL_HTTP":        1,
		"HTTP_PORT_PROTOCOL_HTTPS":       2,
	}
)

Enum value maps for HttpPortProtocol.

View Source
var (
	NetworkMemberStatus_name = map[int32]string{
		0: "NETWORK_MEMBER_STATUS_UNSPECIFIED",
		1: "NETWORK_MEMBER_STATUS_CONNECTED",
		2: "NETWORK_MEMBER_STATUS_DISCONNECTED",
	}
	NetworkMemberStatus_value = map[string]int32{
		"NETWORK_MEMBER_STATUS_UNSPECIFIED":  0,
		"NETWORK_MEMBER_STATUS_CONNECTED":    1,
		"NETWORK_MEMBER_STATUS_DISCONNECTED": 2,
	}
)

Enum value maps for NetworkMemberStatus.

View Source
var (
	IngressGatewayStatus_name = map[int32]string{
		0: "INGRESS_GATEWAY_STATUS_UNSPECIFIED",
		1: "INGRESS_GATEWAY_STATUS_UNKNOWN",
		2: "INGRESS_GATEWAY_STATUS_HEALTHY",
		3: "INGRESS_GATEWAY_STATUS_DOWN",
		4: "INGRESS_GATEWAY_STATUS_INACTIVE",
	}
	IngressGatewayStatus_value = map[string]int32{
		"INGRESS_GATEWAY_STATUS_UNSPECIFIED": 0,
		"INGRESS_GATEWAY_STATUS_UNKNOWN":     1,
		"INGRESS_GATEWAY_STATUS_HEALTHY":     2,
		"INGRESS_GATEWAY_STATUS_DOWN":        3,
		"INGRESS_GATEWAY_STATUS_INACTIVE":    4,
	}
)

Enum value maps for IngressGatewayStatus.

View Source
var (
	CreateAttemptStatus_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "STATE_WAITING",
		2: "STATE_RUNNING",
		3: "STATE_SUCCESS",
		4: "STATE_FAILURE",
	}
	CreateAttemptStatus_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"STATE_WAITING":     1,
		"STATE_RUNNING":     2,
		"STATE_SUCCESS":     3,
		"STATE_FAILURE":     4,
	}
)

Enum value maps for CreateAttemptStatus_State.

View Source
var (
	Order_name = map[int32]string{
		0: "ORDER_UNSPECIFIED",
		1: "ORDER_ASC",
		2: "ORDER_DESC",
	}
	Order_value = map[string]int32{
		"ORDER_UNSPECIFIED": 0,
		"ORDER_ASC":         1,
		"ORDER_DESC":        2,
	}
)

Enum value maps for Order.

View Source
var (
	OrganizationAccessLevel_name = map[int32]string{
		0: "ORGANIZATION_ACCESS_LEVEL_UNSPECIFIED",
		1: "ORGANIZATION_ACCESS_LEVEL_OWNER",
		2: "ORGANIZATION_ACCESS_LEVEL_ADMIN",
		3: "ORGANIZATION_ACCESS_LEVEL_MAINTAINER",
		4: "ORGANIZATION_ACCESS_LEVEL_MEMBER",
	}
	OrganizationAccessLevel_value = map[string]int32{
		"ORGANIZATION_ACCESS_LEVEL_UNSPECIFIED": 0,
		"ORGANIZATION_ACCESS_LEVEL_OWNER":       1,
		"ORGANIZATION_ACCESS_LEVEL_ADMIN":       2,
		"ORGANIZATION_ACCESS_LEVEL_MAINTAINER":  3,
		"ORGANIZATION_ACCESS_LEVEL_MEMBER":      4,
	}
)

Enum value maps for OrganizationAccessLevel.

View Source
var File_devplaneapi_v1_apikey_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_billing_profile_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_billing_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_cloud_cred_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_cloud_info_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_cloud_policy_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_common_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_data_source_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_deployment_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_docker_compose_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_environment_access_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_environment_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_external_node_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_form_submission_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_health_check_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_ingress_gateway_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_instance_exec_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_instance_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_invite_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_launchable_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_ledger_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_limit_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_model_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_notebook_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_organization_access_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_organization_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_persistent_pod_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_program_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_public_profile_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_redeemable_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_remotefile_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_reserved_instance_pool_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_secret_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_service_event_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_session_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_usage_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_user_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type APIKey

type APIKey struct {
	ApiKeyId   string                 `protobuf:"bytes,1,opt,name=api_key_id,json=apiKeyId,proto3" json:"api_key_id,omitempty"`
	Value      string                 `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	Labels     map[string]string      `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*APIKey) ClearCreateTime

func (x *APIKey) ClearCreateTime()

func (*APIKey) ClearUpdateTime

func (x *APIKey) ClearUpdateTime()

func (*APIKey) GetApiKeyId

func (x *APIKey) GetApiKeyId() string

func (*APIKey) GetCreateTime

func (x *APIKey) GetCreateTime() *timestamppb.Timestamp

func (*APIKey) GetLabels

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

func (*APIKey) GetUpdateTime

func (x *APIKey) GetUpdateTime() *timestamppb.Timestamp

func (*APIKey) GetValue

func (x *APIKey) GetValue() string

func (*APIKey) HasCreateTime

func (x *APIKey) HasCreateTime() bool

func (*APIKey) HasUpdateTime

func (x *APIKey) HasUpdateTime() bool

func (*APIKey) ProtoMessage

func (*APIKey) ProtoMessage()

func (*APIKey) ProtoReflect

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

func (*APIKey) Reset

func (x *APIKey) Reset()

func (*APIKey) SetApiKeyId

func (x *APIKey) SetApiKeyId(v string)

func (*APIKey) SetCreateTime

func (x *APIKey) SetCreateTime(v *timestamppb.Timestamp)

func (*APIKey) SetLabels

func (x *APIKey) SetLabels(v map[string]string)

func (*APIKey) SetUpdateTime

func (x *APIKey) SetUpdateTime(v *timestamppb.Timestamp)

func (*APIKey) SetValue

func (x *APIKey) SetValue(v string)

func (*APIKey) String

func (x *APIKey) String() string

type APIKey_builder

type APIKey_builder struct {
	ApiKeyId   string
	Value      string
	CreateTime *timestamppb.Timestamp
	UpdateTime *timestamppb.Timestamp
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (APIKey_builder) Build

func (b0 APIKey_builder) Build() *APIKey

type AWSCredential

type AWSCredential struct {
	AccessKeyId     string `protobuf:"bytes,1,opt,name=access_key_id,json=accessKeyId,proto3" json:"access_key_id,omitempty"`
	SecretAccessKey string `protobuf:"bytes,2,opt,name=secret_access_key,json=secretAccessKey,proto3" json:"secret_access_key,omitempty"`
	RoleArn         string `protobuf:"bytes,3,opt,name=role_arn,json=roleArn,proto3" json:"role_arn,omitempty"`
	ExternalId      string `protobuf:"bytes,4,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AWSCredential) GetAccessKeyId

func (x *AWSCredential) GetAccessKeyId() string

func (*AWSCredential) GetExternalId

func (x *AWSCredential) GetExternalId() string

func (*AWSCredential) GetRoleArn

func (x *AWSCredential) GetRoleArn() string

func (*AWSCredential) GetSecretAccessKey

func (x *AWSCredential) GetSecretAccessKey() string

func (*AWSCredential) ProtoMessage

func (*AWSCredential) ProtoMessage()

func (*AWSCredential) ProtoReflect

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

func (*AWSCredential) Reset

func (x *AWSCredential) Reset()

func (*AWSCredential) SetAccessKeyId

func (x *AWSCredential) SetAccessKeyId(v string)

func (*AWSCredential) SetExternalId

func (x *AWSCredential) SetExternalId(v string)

func (*AWSCredential) SetRoleArn

func (x *AWSCredential) SetRoleArn(v string)

func (*AWSCredential) SetSecretAccessKey

func (x *AWSCredential) SetSecretAccessKey(v string)

func (*AWSCredential) String

func (x *AWSCredential) String() string

type AWSCredential_builder

type AWSCredential_builder struct {
	AccessKeyId     string
	SecretAccessKey string
	RoleArn         string
	ExternalId      string
	// contains filtered or unexported fields
}

func (AWSCredential_builder) Build

type AcceptInviteFromLinkRequest

type AcceptInviteFromLinkRequest struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // HMAC-signed JWT containing org_id and expiration
	// contains filtered or unexported fields
}

func (*AcceptInviteFromLinkRequest) GetToken

func (x *AcceptInviteFromLinkRequest) GetToken() string

func (*AcceptInviteFromLinkRequest) ProtoMessage

func (*AcceptInviteFromLinkRequest) ProtoMessage()

func (*AcceptInviteFromLinkRequest) ProtoReflect

func (*AcceptInviteFromLinkRequest) Reset

func (x *AcceptInviteFromLinkRequest) Reset()

func (*AcceptInviteFromLinkRequest) SetToken

func (x *AcceptInviteFromLinkRequest) SetToken(v string)

func (*AcceptInviteFromLinkRequest) String

func (x *AcceptInviteFromLinkRequest) String() string

type AcceptInviteFromLinkRequest_builder

type AcceptInviteFromLinkRequest_builder struct {
	Token string
	// contains filtered or unexported fields
}

func (AcceptInviteFromLinkRequest_builder) Build

type AcceptInviteFromLinkResponse

type AcceptInviteFromLinkResponse struct {
	// contains filtered or unexported fields
}

func (*AcceptInviteFromLinkResponse) ProtoMessage

func (*AcceptInviteFromLinkResponse) ProtoMessage()

func (*AcceptInviteFromLinkResponse) ProtoReflect

func (*AcceptInviteFromLinkResponse) Reset

func (x *AcceptInviteFromLinkResponse) Reset()

func (*AcceptInviteFromLinkResponse) String

type AcceptInviteFromLinkResponse_builder

type AcceptInviteFromLinkResponse_builder struct {
	// contains filtered or unexported fields
}

func (AcceptInviteFromLinkResponse_builder) Build

type AccessPolicy

type AccessPolicy struct {
	AccessPolicyId string                 `protobuf:"bytes,1,opt,name=access_policy_id,json=accessPolicyId,proto3" json:"access_policy_id,omitempty"`
	AccessPolicy   *CreateAccessPolicy    `protobuf:"bytes,2,opt,name=access_policy,json=accessPolicy,proto3" json:"access_policy,omitempty"`
	CreateTime     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessPolicy) ClearAccessPolicy

func (x *AccessPolicy) ClearAccessPolicy()

func (*AccessPolicy) ClearCreateTime

func (x *AccessPolicy) ClearCreateTime()

func (*AccessPolicy) GetAccessPolicy

func (x *AccessPolicy) GetAccessPolicy() *CreateAccessPolicy

func (*AccessPolicy) GetAccessPolicyId

func (x *AccessPolicy) GetAccessPolicyId() string

func (*AccessPolicy) GetCreateTime

func (x *AccessPolicy) GetCreateTime() *timestamppb.Timestamp

func (*AccessPolicy) HasAccessPolicy

func (x *AccessPolicy) HasAccessPolicy() bool

func (*AccessPolicy) HasCreateTime

func (x *AccessPolicy) HasCreateTime() bool

func (*AccessPolicy) ProtoMessage

func (*AccessPolicy) ProtoMessage()

func (*AccessPolicy) ProtoReflect

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

func (*AccessPolicy) Reset

func (x *AccessPolicy) Reset()

func (*AccessPolicy) SetAccessPolicy

func (x *AccessPolicy) SetAccessPolicy(v *CreateAccessPolicy)

func (*AccessPolicy) SetAccessPolicyId

func (x *AccessPolicy) SetAccessPolicyId(v string)

func (*AccessPolicy) SetCreateTime

func (x *AccessPolicy) SetCreateTime(v *timestamppb.Timestamp)

func (*AccessPolicy) String

func (x *AccessPolicy) String() string

type AccessPolicy_builder

type AccessPolicy_builder struct {
	AccessPolicyId string
	AccessPolicy   *CreateAccessPolicy
	CreateTime     *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (AccessPolicy_builder) Build

func (b0 AccessPolicy_builder) Build() *AccessPolicy

type AddCreditsToOrganizationRequest

type AddCreditsToOrganizationRequest struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	AmountUsd      string `protobuf:"bytes,2,opt,name=amount_usd,json=amountUsd,proto3" json:"amount_usd,omitempty"`
	UserId         string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCreditsToOrganizationRequest) GetAmountUsd

func (x *AddCreditsToOrganizationRequest) GetAmountUsd() string

func (*AddCreditsToOrganizationRequest) GetOrganizationId

func (x *AddCreditsToOrganizationRequest) GetOrganizationId() string

func (*AddCreditsToOrganizationRequest) GetUserId

func (x *AddCreditsToOrganizationRequest) GetUserId() string

func (*AddCreditsToOrganizationRequest) ProtoMessage

func (*AddCreditsToOrganizationRequest) ProtoMessage()

func (*AddCreditsToOrganizationRequest) ProtoReflect

func (*AddCreditsToOrganizationRequest) Reset

func (*AddCreditsToOrganizationRequest) SetAmountUsd

func (x *AddCreditsToOrganizationRequest) SetAmountUsd(v string)

func (*AddCreditsToOrganizationRequest) SetOrganizationId

func (x *AddCreditsToOrganizationRequest) SetOrganizationId(v string)

func (*AddCreditsToOrganizationRequest) SetUserId

func (x *AddCreditsToOrganizationRequest) SetUserId(v string)

func (*AddCreditsToOrganizationRequest) String

type AddCreditsToOrganizationRequest_builder

type AddCreditsToOrganizationRequest_builder struct {
	OrganizationId string
	AmountUsd      string
	UserId         string
	// contains filtered or unexported fields
}

func (AddCreditsToOrganizationRequest_builder) Build

type AddCreditsToOrganizationResponse

type AddCreditsToOrganizationResponse struct {
	Transaction *Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCreditsToOrganizationResponse) ClearTransaction

func (x *AddCreditsToOrganizationResponse) ClearTransaction()

func (*AddCreditsToOrganizationResponse) GetTransaction

func (x *AddCreditsToOrganizationResponse) GetTransaction() *Transaction

func (*AddCreditsToOrganizationResponse) HasTransaction

func (x *AddCreditsToOrganizationResponse) HasTransaction() bool

func (*AddCreditsToOrganizationResponse) ProtoMessage

func (*AddCreditsToOrganizationResponse) ProtoMessage()

func (*AddCreditsToOrganizationResponse) ProtoReflect

func (*AddCreditsToOrganizationResponse) Reset

func (*AddCreditsToOrganizationResponse) SetTransaction

func (x *AddCreditsToOrganizationResponse) SetTransaction(v *Transaction)

func (*AddCreditsToOrganizationResponse) String

type AddCreditsToOrganizationResponse_builder

type AddCreditsToOrganizationResponse_builder struct {
	Transaction *Transaction
	// contains filtered or unexported fields
}

func (AddCreditsToOrganizationResponse_builder) Build

type AddFile

type AddFile struct {

	// the url of the file to download (required)
	FileUrl string `protobuf:"bytes,1,opt,name=file_url,json=fileUrl,proto3" json:"file_url,omitempty"`
	// the file type - can be resolved from url or provided on request
	FileType FileType `protobuf:"varint,2,opt,name=file_type,json=fileType,proto3,enum=devplaneapi.v1.FileType" json:"file_type,omitempty"`
	// the file name - can be defined on request or resolved from given url
	FileName string `protobuf:"bytes,3,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	// the directory where the file will be downloaded
	// can be either absolute or relative path
	// path should not include slash at end - will be removed if it exists
	FileDirectory string `protobuf:"bytes,4,opt,name=file_directory,json=fileDirectory,proto3" json:"file_directory,omitempty"`
	// contains filtered or unexported fields
}

func (*AddFile) GetFileDirectory

func (x *AddFile) GetFileDirectory() string

func (*AddFile) GetFileName

func (x *AddFile) GetFileName() string

func (*AddFile) GetFileType

func (x *AddFile) GetFileType() FileType

func (*AddFile) GetFileUrl

func (x *AddFile) GetFileUrl() string

func (*AddFile) ProtoMessage

func (*AddFile) ProtoMessage()

func (*AddFile) ProtoReflect

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

func (*AddFile) Reset

func (x *AddFile) Reset()

func (*AddFile) SetFileDirectory

func (x *AddFile) SetFileDirectory(v string)

func (*AddFile) SetFileName

func (x *AddFile) SetFileName(v string)

func (*AddFile) SetFileType

func (x *AddFile) SetFileType(v FileType)

func (*AddFile) SetFileUrl

func (x *AddFile) SetFileUrl(v string)

func (*AddFile) String

func (x *AddFile) String() string

type AddFile_builder

type AddFile_builder struct {

	// the url of the file to download (required)
	FileUrl string
	// the file type - can be resolved from url or provided on request
	FileType FileType
	// the file name - can be defined on request or resolved from given url
	FileName string
	// the directory where the file will be downloaded
	// can be either absolute or relative path
	// path should not include slash at end - will be removed if it exists
	FileDirectory string
	// contains filtered or unexported fields
}

func (AddFile_builder) Build

func (b0 AddFile_builder) Build() *AddFile

type AddIngressToGatewayRequest

type AddIngressToGatewayRequest struct {
	IngressGatewayId string           `protobuf:"bytes,1,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_id,omitempty"`
	Ingresses        []*CreateIngress `protobuf:"bytes,2,rep,name=ingresses,proto3" json:"ingresses,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIngressToGatewayRequest) GetIngressGatewayId

func (x *AddIngressToGatewayRequest) GetIngressGatewayId() string

func (*AddIngressToGatewayRequest) GetIngresses

func (x *AddIngressToGatewayRequest) GetIngresses() []*CreateIngress

func (*AddIngressToGatewayRequest) ProtoMessage

func (*AddIngressToGatewayRequest) ProtoMessage()

func (*AddIngressToGatewayRequest) ProtoReflect

func (*AddIngressToGatewayRequest) Reset

func (x *AddIngressToGatewayRequest) Reset()

func (*AddIngressToGatewayRequest) SetIngressGatewayId

func (x *AddIngressToGatewayRequest) SetIngressGatewayId(v string)

func (*AddIngressToGatewayRequest) SetIngresses

func (x *AddIngressToGatewayRequest) SetIngresses(v []*CreateIngress)

func (*AddIngressToGatewayRequest) String

func (x *AddIngressToGatewayRequest) String() string

type AddIngressToGatewayRequest_builder

type AddIngressToGatewayRequest_builder struct {
	IngressGatewayId string
	Ingresses        []*CreateIngress
	// contains filtered or unexported fields
}

func (AddIngressToGatewayRequest_builder) Build

type AddIngressToGatewayResponse

type AddIngressToGatewayResponse struct {
	IngressGateway *IngressGateway `protobuf:"bytes,1,opt,name=ingress_gateway,json=ingressGateway,proto3" json:"ingress_gateway,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIngressToGatewayResponse) ClearIngressGateway

func (x *AddIngressToGatewayResponse) ClearIngressGateway()

func (*AddIngressToGatewayResponse) GetIngressGateway

func (x *AddIngressToGatewayResponse) GetIngressGateway() *IngressGateway

func (*AddIngressToGatewayResponse) HasIngressGateway

func (x *AddIngressToGatewayResponse) HasIngressGateway() bool

func (*AddIngressToGatewayResponse) ProtoMessage

func (*AddIngressToGatewayResponse) ProtoMessage()

func (*AddIngressToGatewayResponse) ProtoReflect

func (*AddIngressToGatewayResponse) Reset

func (x *AddIngressToGatewayResponse) Reset()

func (*AddIngressToGatewayResponse) SetIngressGateway

func (x *AddIngressToGatewayResponse) SetIngressGateway(v *IngressGateway)

func (*AddIngressToGatewayResponse) String

func (x *AddIngressToGatewayResponse) String() string

type AddIngressToGatewayResponse_builder

type AddIngressToGatewayResponse_builder struct {
	IngressGateway *IngressGateway
	// contains filtered or unexported fields
}

func (AddIngressToGatewayResponse_builder) Build

type AddInstanceFirewallRulesRequest

type AddInstanceFirewallRulesRequest struct {
	InstanceId      string                      `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	FirewallRules   *FirewallRules              `protobuf:"bytes,2,opt,name=firewall_rules,json=firewallRules,proto3" json:"firewall_rules,omitempty"`
	FirewallRulesV2 *CreateFirewallRulesRequest `protobuf:"bytes,3,opt,name=firewall_rules_v2,json=firewallRulesV2,proto3" json:"firewall_rules_v2,omitempty"`
	// contains filtered or unexported fields
}

func (*AddInstanceFirewallRulesRequest) ClearFirewallRules

func (x *AddInstanceFirewallRulesRequest) ClearFirewallRules()

func (*AddInstanceFirewallRulesRequest) ClearFirewallRulesV2

func (x *AddInstanceFirewallRulesRequest) ClearFirewallRulesV2()

func (*AddInstanceFirewallRulesRequest) GetFirewallRules

func (x *AddInstanceFirewallRulesRequest) GetFirewallRules() *FirewallRules

func (*AddInstanceFirewallRulesRequest) GetFirewallRulesV2

func (*AddInstanceFirewallRulesRequest) GetInstanceId

func (x *AddInstanceFirewallRulesRequest) GetInstanceId() string

func (*AddInstanceFirewallRulesRequest) HasFirewallRules

func (x *AddInstanceFirewallRulesRequest) HasFirewallRules() bool

func (*AddInstanceFirewallRulesRequest) HasFirewallRulesV2

func (x *AddInstanceFirewallRulesRequest) HasFirewallRulesV2() bool

func (*AddInstanceFirewallRulesRequest) ProtoMessage

func (*AddInstanceFirewallRulesRequest) ProtoMessage()

func (*AddInstanceFirewallRulesRequest) ProtoReflect

func (*AddInstanceFirewallRulesRequest) Reset

func (*AddInstanceFirewallRulesRequest) SetFirewallRules

func (x *AddInstanceFirewallRulesRequest) SetFirewallRules(v *FirewallRules)

func (*AddInstanceFirewallRulesRequest) SetFirewallRulesV2

func (*AddInstanceFirewallRulesRequest) SetInstanceId

func (x *AddInstanceFirewallRulesRequest) SetInstanceId(v string)

func (*AddInstanceFirewallRulesRequest) String

type AddInstanceFirewallRulesRequest_builder

type AddInstanceFirewallRulesRequest_builder struct {
	InstanceId      string
	FirewallRules   *FirewallRules
	FirewallRulesV2 *CreateFirewallRulesRequest
	// contains filtered or unexported fields
}

func (AddInstanceFirewallRulesRequest_builder) Build

type AddInstanceFirewallRulesResponse

type AddInstanceFirewallRulesResponse struct {
	FirewallRules *FirewallRules `protobuf:"bytes,1,opt,name=firewall_rules,json=firewallRules,proto3" json:"firewall_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*AddInstanceFirewallRulesResponse) ClearFirewallRules

func (x *AddInstanceFirewallRulesResponse) ClearFirewallRules()

func (*AddInstanceFirewallRulesResponse) GetFirewallRules

func (x *AddInstanceFirewallRulesResponse) GetFirewallRules() *FirewallRules

func (*AddInstanceFirewallRulesResponse) HasFirewallRules

func (x *AddInstanceFirewallRulesResponse) HasFirewallRules() bool

func (*AddInstanceFirewallRulesResponse) ProtoMessage

func (*AddInstanceFirewallRulesResponse) ProtoMessage()

func (*AddInstanceFirewallRulesResponse) ProtoReflect

func (*AddInstanceFirewallRulesResponse) Reset

func (*AddInstanceFirewallRulesResponse) SetFirewallRules

func (x *AddInstanceFirewallRulesResponse) SetFirewallRules(v *FirewallRules)

func (*AddInstanceFirewallRulesResponse) String

type AddInstanceFirewallRulesResponse_builder

type AddInstanceFirewallRulesResponse_builder struct {
	FirewallRules *FirewallRules
	// contains filtered or unexported fields
}

func (AddInstanceFirewallRulesResponse_builder) Build

type AddKeyPairToEnvironmentRequest

type AddKeyPairToEnvironmentRequest struct {
	EnvironmentId string     `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	KeyPairs      []*KeyPair `protobuf:"bytes,2,rep,name=key_pairs,json=keyPairs,proto3" json:"key_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*AddKeyPairToEnvironmentRequest) GetEnvironmentId

func (x *AddKeyPairToEnvironmentRequest) GetEnvironmentId() string

func (*AddKeyPairToEnvironmentRequest) GetKeyPairs

func (x *AddKeyPairToEnvironmentRequest) GetKeyPairs() []*KeyPair

func (*AddKeyPairToEnvironmentRequest) ProtoMessage

func (*AddKeyPairToEnvironmentRequest) ProtoMessage()

func (*AddKeyPairToEnvironmentRequest) ProtoReflect

func (*AddKeyPairToEnvironmentRequest) Reset

func (x *AddKeyPairToEnvironmentRequest) Reset()

func (*AddKeyPairToEnvironmentRequest) SetEnvironmentId

func (x *AddKeyPairToEnvironmentRequest) SetEnvironmentId(v string)

func (*AddKeyPairToEnvironmentRequest) SetKeyPairs

func (x *AddKeyPairToEnvironmentRequest) SetKeyPairs(v []*KeyPair)

func (*AddKeyPairToEnvironmentRequest) String

type AddKeyPairToEnvironmentRequest_builder

type AddKeyPairToEnvironmentRequest_builder struct {
	EnvironmentId string
	KeyPairs      []*KeyPair
	// contains filtered or unexported fields
}

func (AddKeyPairToEnvironmentRequest_builder) Build

type AddKeyPairToEnvironmentResponse

type AddKeyPairToEnvironmentResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*AddKeyPairToEnvironmentResponse) ClearEnvironment

func (x *AddKeyPairToEnvironmentResponse) ClearEnvironment()

func (*AddKeyPairToEnvironmentResponse) GetEnvironment

func (x *AddKeyPairToEnvironmentResponse) GetEnvironment() *Environment

func (*AddKeyPairToEnvironmentResponse) HasEnvironment

func (x *AddKeyPairToEnvironmentResponse) HasEnvironment() bool

func (*AddKeyPairToEnvironmentResponse) ProtoMessage

func (*AddKeyPairToEnvironmentResponse) ProtoMessage()

func (*AddKeyPairToEnvironmentResponse) ProtoReflect

func (*AddKeyPairToEnvironmentResponse) Reset

func (*AddKeyPairToEnvironmentResponse) SetEnvironment

func (x *AddKeyPairToEnvironmentResponse) SetEnvironment(v *Environment)

func (*AddKeyPairToEnvironmentResponse) String

type AddKeyPairToEnvironmentResponse_builder

type AddKeyPairToEnvironmentResponse_builder struct {
	Environment *Environment
	// contains filtered or unexported fields
}

func (AddKeyPairToEnvironmentResponse_builder) Build

type AddNodeRequest

type AddNodeRequest struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	Name           string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Client-provided stable identifier for this physical device. Drives idempotency:
	// a second AddNode call with the same device_id returns the existing node
	// rather than creating a duplicate. Use a random UUID for now; will be replaced
	// with a hardware-derived fingerprint in the future.
	DeviceId string    `protobuf:"bytes,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	NodeSpec *NodeSpec `protobuf:"bytes,4,opt,name=node_spec,json=nodeSpec,proto3" json:"node_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*AddNodeRequest) ClearNodeSpec

func (x *AddNodeRequest) ClearNodeSpec()

func (*AddNodeRequest) GetDeviceId

func (x *AddNodeRequest) GetDeviceId() string

func (*AddNodeRequest) GetName

func (x *AddNodeRequest) GetName() string

func (*AddNodeRequest) GetNodeSpec

func (x *AddNodeRequest) GetNodeSpec() *NodeSpec

func (*AddNodeRequest) GetOrganizationId

func (x *AddNodeRequest) GetOrganizationId() string

func (*AddNodeRequest) HasNodeSpec

func (x *AddNodeRequest) HasNodeSpec() bool

func (*AddNodeRequest) ProtoMessage

func (*AddNodeRequest) ProtoMessage()

func (*AddNodeRequest) ProtoReflect

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

func (*AddNodeRequest) Reset

func (x *AddNodeRequest) Reset()

func (*AddNodeRequest) SetDeviceId

func (x *AddNodeRequest) SetDeviceId(v string)

func (*AddNodeRequest) SetName

func (x *AddNodeRequest) SetName(v string)

func (*AddNodeRequest) SetNodeSpec

func (x *AddNodeRequest) SetNodeSpec(v *NodeSpec)

func (*AddNodeRequest) SetOrganizationId

func (x *AddNodeRequest) SetOrganizationId(v string)

func (*AddNodeRequest) String

func (x *AddNodeRequest) String() string

type AddNodeRequest_builder

type AddNodeRequest_builder struct {
	OrganizationId string
	Name           string
	// Client-provided stable identifier for this physical device. Drives idempotency:
	// a second AddNode call with the same device_id returns the existing node
	// rather than creating a duplicate. Use a random UUID for now; will be replaced
	// with a hardware-derived fingerprint in the future.
	DeviceId string
	NodeSpec *NodeSpec
	// contains filtered or unexported fields
}

func (AddNodeRequest_builder) Build

type AddNodeResponse

type AddNodeResponse struct {
	ExternalNode *ExternalNode `protobuf:"bytes,1,opt,name=external_node,json=externalNode,proto3" json:"external_node,omitempty"`
	// contains filtered or unexported fields
}

func (*AddNodeResponse) ClearExternalNode

func (x *AddNodeResponse) ClearExternalNode()

func (*AddNodeResponse) GetExternalNode

func (x *AddNodeResponse) GetExternalNode() *ExternalNode

func (*AddNodeResponse) HasExternalNode

func (x *AddNodeResponse) HasExternalNode() bool

func (*AddNodeResponse) ProtoMessage

func (*AddNodeResponse) ProtoMessage()

func (*AddNodeResponse) ProtoReflect

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

func (*AddNodeResponse) Reset

func (x *AddNodeResponse) Reset()

func (*AddNodeResponse) SetExternalNode

func (x *AddNodeResponse) SetExternalNode(v *ExternalNode)

func (*AddNodeResponse) String

func (x *AddNodeResponse) String() string

type AddNodeResponse_builder

type AddNodeResponse_builder struct {
	ExternalNode *ExternalNode
	// contains filtered or unexported fields
}

func (AddNodeResponse_builder) Build

type AddPolicyToIngressRequest

type AddPolicyToIngressRequest struct {
	IngressGatewayId string                `protobuf:"bytes,1,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_id,omitempty"`
	IngressId        string                `protobuf:"bytes,2,opt,name=ingress_id,json=ingressId,proto3" json:"ingress_id,omitempty"`
	AccessPolicy     []*CreateAccessPolicy `protobuf:"bytes,3,rep,name=access_policy,json=accessPolicy,proto3" json:"access_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPolicyToIngressRequest) GetAccessPolicy

func (x *AddPolicyToIngressRequest) GetAccessPolicy() []*CreateAccessPolicy

func (*AddPolicyToIngressRequest) GetIngressGatewayId

func (x *AddPolicyToIngressRequest) GetIngressGatewayId() string

func (*AddPolicyToIngressRequest) GetIngressId

func (x *AddPolicyToIngressRequest) GetIngressId() string

func (*AddPolicyToIngressRequest) ProtoMessage

func (*AddPolicyToIngressRequest) ProtoMessage()

func (*AddPolicyToIngressRequest) ProtoReflect

func (*AddPolicyToIngressRequest) Reset

func (x *AddPolicyToIngressRequest) Reset()

func (*AddPolicyToIngressRequest) SetAccessPolicy

func (x *AddPolicyToIngressRequest) SetAccessPolicy(v []*CreateAccessPolicy)

func (*AddPolicyToIngressRequest) SetIngressGatewayId

func (x *AddPolicyToIngressRequest) SetIngressGatewayId(v string)

func (*AddPolicyToIngressRequest) SetIngressId

func (x *AddPolicyToIngressRequest) SetIngressId(v string)

func (*AddPolicyToIngressRequest) String

func (x *AddPolicyToIngressRequest) String() string

type AddPolicyToIngressRequest_builder

type AddPolicyToIngressRequest_builder struct {
	IngressGatewayId string
	IngressId        string
	AccessPolicy     []*CreateAccessPolicy
	// contains filtered or unexported fields
}

func (AddPolicyToIngressRequest_builder) Build

type AddPolicyToIngressResponse

type AddPolicyToIngressResponse struct {
	IngressGateway *IngressGateway `protobuf:"bytes,1,opt,name=ingress_gateway,json=ingressGateway,proto3" json:"ingress_gateway,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPolicyToIngressResponse) ClearIngressGateway

func (x *AddPolicyToIngressResponse) ClearIngressGateway()

func (*AddPolicyToIngressResponse) GetIngressGateway

func (x *AddPolicyToIngressResponse) GetIngressGateway() *IngressGateway

func (*AddPolicyToIngressResponse) HasIngressGateway

func (x *AddPolicyToIngressResponse) HasIngressGateway() bool

func (*AddPolicyToIngressResponse) ProtoMessage

func (*AddPolicyToIngressResponse) ProtoMessage()

func (*AddPolicyToIngressResponse) ProtoReflect

func (*AddPolicyToIngressResponse) Reset

func (x *AddPolicyToIngressResponse) Reset()

func (*AddPolicyToIngressResponse) SetIngressGateway

func (x *AddPolicyToIngressResponse) SetIngressGateway(v *IngressGateway)

func (*AddPolicyToIngressResponse) String

func (x *AddPolicyToIngressResponse) String() string

type AddPolicyToIngressResponse_builder

type AddPolicyToIngressResponse_builder struct {
	IngressGateway *IngressGateway
	// contains filtered or unexported fields
}

func (AddPolicyToIngressResponse_builder) Build

type AddQuotasToCloudPolicyRequest

type AddQuotasToCloudPolicyRequest struct {
	Id     string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Quotas []*CreateCloudQuota `protobuf:"bytes,2,rep,name=quotas,proto3" json:"quotas,omitempty"`
	// contains filtered or unexported fields
}

func (*AddQuotasToCloudPolicyRequest) GetId

func (*AddQuotasToCloudPolicyRequest) GetQuotas

func (*AddQuotasToCloudPolicyRequest) ProtoMessage

func (*AddQuotasToCloudPolicyRequest) ProtoMessage()

func (*AddQuotasToCloudPolicyRequest) ProtoReflect

func (*AddQuotasToCloudPolicyRequest) Reset

func (x *AddQuotasToCloudPolicyRequest) Reset()

func (*AddQuotasToCloudPolicyRequest) SetId

func (*AddQuotasToCloudPolicyRequest) SetQuotas

func (*AddQuotasToCloudPolicyRequest) String

type AddQuotasToCloudPolicyRequest_builder

type AddQuotasToCloudPolicyRequest_builder struct {
	Id     string
	Quotas []*CreateCloudQuota
	// contains filtered or unexported fields
}

func (AddQuotasToCloudPolicyRequest_builder) Build

type AddQuotasToCloudPolicyResponse

type AddQuotasToCloudPolicyResponse struct {
	CloudPolicy *CloudPolicy `protobuf:"bytes,1,opt,name=cloud_policy,json=cloudPolicy,proto3" json:"cloud_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*AddQuotasToCloudPolicyResponse) ClearCloudPolicy

func (x *AddQuotasToCloudPolicyResponse) ClearCloudPolicy()

func (*AddQuotasToCloudPolicyResponse) GetCloudPolicy

func (x *AddQuotasToCloudPolicyResponse) GetCloudPolicy() *CloudPolicy

func (*AddQuotasToCloudPolicyResponse) HasCloudPolicy

func (x *AddQuotasToCloudPolicyResponse) HasCloudPolicy() bool

func (*AddQuotasToCloudPolicyResponse) ProtoMessage

func (*AddQuotasToCloudPolicyResponse) ProtoMessage()

func (*AddQuotasToCloudPolicyResponse) ProtoReflect

func (*AddQuotasToCloudPolicyResponse) Reset

func (x *AddQuotasToCloudPolicyResponse) Reset()

func (*AddQuotasToCloudPolicyResponse) SetCloudPolicy

func (x *AddQuotasToCloudPolicyResponse) SetCloudPolicy(v *CloudPolicy)

func (*AddQuotasToCloudPolicyResponse) String

type AddQuotasToCloudPolicyResponse_builder

type AddQuotasToCloudPolicyResponse_builder struct {
	CloudPolicy *CloudPolicy
	// contains filtered or unexported fields
}

func (AddQuotasToCloudPolicyResponse_builder) Build

type AddRoleToUserRequest

type AddRoleToUserRequest struct {

	// *
	// The user ID of the user to add the role to.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// *
	// The role ID of the role to add to the user.
	RoleId string `protobuf:"bytes,2,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// contains filtered or unexported fields
}

* AddRoleToUserRequest represents the input for the AddRoleToUser RPC.

func (*AddRoleToUserRequest) GetRoleId

func (x *AddRoleToUserRequest) GetRoleId() string

func (*AddRoleToUserRequest) GetUserId

func (x *AddRoleToUserRequest) GetUserId() string

func (*AddRoleToUserRequest) ProtoMessage

func (*AddRoleToUserRequest) ProtoMessage()

func (*AddRoleToUserRequest) ProtoReflect

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

func (*AddRoleToUserRequest) Reset

func (x *AddRoleToUserRequest) Reset()

func (*AddRoleToUserRequest) SetRoleId

func (x *AddRoleToUserRequest) SetRoleId(v string)

func (*AddRoleToUserRequest) SetUserId

func (x *AddRoleToUserRequest) SetUserId(v string)

func (*AddRoleToUserRequest) String

func (x *AddRoleToUserRequest) String() string

type AddRoleToUserRequest_builder

type AddRoleToUserRequest_builder struct {

	// *
	// The user ID of the user to add the role to.
	UserId string
	// *
	// The role ID of the role to add to the user.
	RoleId string
	// contains filtered or unexported fields
}

func (AddRoleToUserRequest_builder) Build

type AddRoleToUserResponse

type AddRoleToUserResponse struct {

	// *
	// The user after the successful completion of the AddRoleToUser RPC.
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

* AddRoleToUserResponse represents the state of the user after the successful completion of the AddRoleToUser RPC.

func (*AddRoleToUserResponse) ClearUser

func (x *AddRoleToUserResponse) ClearUser()

func (*AddRoleToUserResponse) GetUser

func (x *AddRoleToUserResponse) GetUser() *User

func (*AddRoleToUserResponse) HasUser

func (x *AddRoleToUserResponse) HasUser() bool

func (*AddRoleToUserResponse) ProtoMessage

func (*AddRoleToUserResponse) ProtoMessage()

func (*AddRoleToUserResponse) ProtoReflect

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

func (*AddRoleToUserResponse) Reset

func (x *AddRoleToUserResponse) Reset()

func (*AddRoleToUserResponse) SetUser

func (x *AddRoleToUserResponse) SetUser(v *User)

func (*AddRoleToUserResponse) String

func (x *AddRoleToUserResponse) String() string

type AddRoleToUserResponse_builder

type AddRoleToUserResponse_builder struct {

	// *
	// The user after the successful completion of the AddRoleToUser RPC.
	User *User
	// contains filtered or unexported fields
}

func (AddRoleToUserResponse_builder) Build

type AddUserExternalIdentityFromTokenRequest

type AddUserExternalIdentityFromTokenRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Token  string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserExternalIdentityFromTokenRequest) GetToken

func (*AddUserExternalIdentityFromTokenRequest) GetUserId

func (*AddUserExternalIdentityFromTokenRequest) ProtoMessage

func (*AddUserExternalIdentityFromTokenRequest) ProtoReflect

func (*AddUserExternalIdentityFromTokenRequest) Reset

func (*AddUserExternalIdentityFromTokenRequest) SetToken

func (*AddUserExternalIdentityFromTokenRequest) SetUserId

func (*AddUserExternalIdentityFromTokenRequest) String

type AddUserExternalIdentityFromTokenRequest_builder

type AddUserExternalIdentityFromTokenRequest_builder struct {
	UserId string
	Token  string
	// contains filtered or unexported fields
}

func (AddUserExternalIdentityFromTokenRequest_builder) Build

type AddUserExternalIdentityFromTokenResponse

type AddUserExternalIdentityFromTokenResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserExternalIdentityFromTokenResponse) ClearUser

func (*AddUserExternalIdentityFromTokenResponse) GetUser

func (*AddUserExternalIdentityFromTokenResponse) HasUser

func (*AddUserExternalIdentityFromTokenResponse) ProtoMessage

func (*AddUserExternalIdentityFromTokenResponse) ProtoReflect

func (*AddUserExternalIdentityFromTokenResponse) Reset

func (*AddUserExternalIdentityFromTokenResponse) SetUser

func (*AddUserExternalIdentityFromTokenResponse) String

type AddUserExternalIdentityFromTokenResponse_builder

type AddUserExternalIdentityFromTokenResponse_builder struct {
	User *User
	// contains filtered or unexported fields
}

func (AddUserExternalIdentityFromTokenResponse_builder) Build

type AggregateInstanceTypeRequest

type AggregateInstanceTypeRequest struct {
	Filter  *InfrastructureConstraints `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	GroupBy []string                   `protobuf:"bytes,2,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	OrderBy []string                   `protobuf:"bytes,3,rep,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateInstanceTypeRequest) ClearFilter

func (x *AggregateInstanceTypeRequest) ClearFilter()

func (*AggregateInstanceTypeRequest) GetFilter

func (*AggregateInstanceTypeRequest) GetGroupBy

func (x *AggregateInstanceTypeRequest) GetGroupBy() []string

func (*AggregateInstanceTypeRequest) GetOrderBy

func (x *AggregateInstanceTypeRequest) GetOrderBy() []string

func (*AggregateInstanceTypeRequest) HasFilter

func (x *AggregateInstanceTypeRequest) HasFilter() bool

func (*AggregateInstanceTypeRequest) ProtoMessage

func (*AggregateInstanceTypeRequest) ProtoMessage()

func (*AggregateInstanceTypeRequest) ProtoReflect

func (*AggregateInstanceTypeRequest) Reset

func (x *AggregateInstanceTypeRequest) Reset()

func (*AggregateInstanceTypeRequest) SetFilter

func (*AggregateInstanceTypeRequest) SetGroupBy

func (x *AggregateInstanceTypeRequest) SetGroupBy(v []string)

func (*AggregateInstanceTypeRequest) SetOrderBy

func (x *AggregateInstanceTypeRequest) SetOrderBy(v []string)

func (*AggregateInstanceTypeRequest) String

type AggregateInstanceTypeRequest_builder

type AggregateInstanceTypeRequest_builder struct {
	Filter  *InfrastructureConstraints
	GroupBy []string
	OrderBy []string
	// contains filtered or unexported fields
}

func (AggregateInstanceTypeRequest_builder) Build

type AggregateInstanceTypeResponse

type AggregateInstanceTypeResponse struct {
	Items []*InfrastructureConstraints `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateInstanceTypeResponse) GetItems

func (*AggregateInstanceTypeResponse) ProtoMessage

func (*AggregateInstanceTypeResponse) ProtoMessage()

func (*AggregateInstanceTypeResponse) ProtoReflect

func (*AggregateInstanceTypeResponse) Reset

func (x *AggregateInstanceTypeResponse) Reset()

func (*AggregateInstanceTypeResponse) SetItems

func (*AggregateInstanceTypeResponse) String

type AggregateInstanceTypeResponse_builder

type AggregateInstanceTypeResponse_builder struct {
	Items []*InfrastructureConstraints
	// contains filtered or unexported fields
}

func (AggregateInstanceTypeResponse_builder) Build

type AggregateLaunchableMetricsFilter

type AggregateLaunchableMetricsFilter struct {
	TimePeriod      *TimePeriod `protobuf:"bytes,1,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"`
	LaunchableIds   []string    `protobuf:"bytes,2,rep,name=launchable_ids,json=launchableIds,proto3" json:"launchable_ids,omitempty"`
	OrganizationIds []string    `protobuf:"bytes,3,rep,name=organization_ids,json=organizationIds,proto3" json:"organization_ids,omitempty"`
	CreatorIds      []string    `protobuf:"bytes,4,rep,name=creator_ids,json=creatorIds,proto3" json:"creator_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateLaunchableMetricsFilter) ClearTimePeriod

func (x *AggregateLaunchableMetricsFilter) ClearTimePeriod()

func (*AggregateLaunchableMetricsFilter) GetCreatorIds

func (x *AggregateLaunchableMetricsFilter) GetCreatorIds() []string

func (*AggregateLaunchableMetricsFilter) GetLaunchableIds

func (x *AggregateLaunchableMetricsFilter) GetLaunchableIds() []string

func (*AggregateLaunchableMetricsFilter) GetOrganizationIds

func (x *AggregateLaunchableMetricsFilter) GetOrganizationIds() []string

func (*AggregateLaunchableMetricsFilter) GetTimePeriod

func (x *AggregateLaunchableMetricsFilter) GetTimePeriod() *TimePeriod

func (*AggregateLaunchableMetricsFilter) HasTimePeriod

func (x *AggregateLaunchableMetricsFilter) HasTimePeriod() bool

func (*AggregateLaunchableMetricsFilter) ProtoMessage

func (*AggregateLaunchableMetricsFilter) ProtoMessage()

func (*AggregateLaunchableMetricsFilter) ProtoReflect

func (*AggregateLaunchableMetricsFilter) Reset

func (*AggregateLaunchableMetricsFilter) SetCreatorIds

func (x *AggregateLaunchableMetricsFilter) SetCreatorIds(v []string)

func (*AggregateLaunchableMetricsFilter) SetLaunchableIds

func (x *AggregateLaunchableMetricsFilter) SetLaunchableIds(v []string)

func (*AggregateLaunchableMetricsFilter) SetOrganizationIds

func (x *AggregateLaunchableMetricsFilter) SetOrganizationIds(v []string)

func (*AggregateLaunchableMetricsFilter) SetTimePeriod

func (x *AggregateLaunchableMetricsFilter) SetTimePeriod(v *TimePeriod)

func (*AggregateLaunchableMetricsFilter) String

type AggregateLaunchableMetricsFilter_builder

type AggregateLaunchableMetricsFilter_builder struct {
	TimePeriod      *TimePeriod
	LaunchableIds   []string
	OrganizationIds []string
	CreatorIds      []string
	// contains filtered or unexported fields
}

func (AggregateLaunchableMetricsFilter_builder) Build

type AggregateLaunchableMetricsRequest

type AggregateLaunchableMetricsRequest struct {

	// defines output shape
	GroupBy          []string                          `protobuf:"bytes,1,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`                         // e.g. launchable_id, organization_id, creator_id
	TimeGranularity  string                            `protobuf:"bytes,2,opt,name=time_granularity,json=timeGranularity,proto3" json:"time_granularity,omitempty"` // e.g. day, week, month, all
	EventTypes       []string                          `protobuf:"bytes,3,rep,name=event_types,json=eventTypes,proto3" json:"event_types,omitempty"`                // e.g. launchable_view, launchable_deploy
	LaunchableFilter *AggregateLaunchableMetricsFilter `protobuf:"bytes,4,opt,name=launchable_filter,json=launchableFilter,proto3" json:"launchable_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateLaunchableMetricsRequest) ClearLaunchableFilter

func (x *AggregateLaunchableMetricsRequest) ClearLaunchableFilter()

func (*AggregateLaunchableMetricsRequest) GetEventTypes

func (x *AggregateLaunchableMetricsRequest) GetEventTypes() []string

func (*AggregateLaunchableMetricsRequest) GetGroupBy

func (x *AggregateLaunchableMetricsRequest) GetGroupBy() []string

func (*AggregateLaunchableMetricsRequest) GetLaunchableFilter

func (*AggregateLaunchableMetricsRequest) GetTimeGranularity

func (x *AggregateLaunchableMetricsRequest) GetTimeGranularity() string

func (*AggregateLaunchableMetricsRequest) HasLaunchableFilter

func (x *AggregateLaunchableMetricsRequest) HasLaunchableFilter() bool

func (*AggregateLaunchableMetricsRequest) ProtoMessage

func (*AggregateLaunchableMetricsRequest) ProtoMessage()

func (*AggregateLaunchableMetricsRequest) ProtoReflect

func (*AggregateLaunchableMetricsRequest) Reset

func (*AggregateLaunchableMetricsRequest) SetEventTypes

func (x *AggregateLaunchableMetricsRequest) SetEventTypes(v []string)

func (*AggregateLaunchableMetricsRequest) SetGroupBy

func (x *AggregateLaunchableMetricsRequest) SetGroupBy(v []string)

func (*AggregateLaunchableMetricsRequest) SetLaunchableFilter

func (*AggregateLaunchableMetricsRequest) SetTimeGranularity

func (x *AggregateLaunchableMetricsRequest) SetTimeGranularity(v string)

func (*AggregateLaunchableMetricsRequest) String

type AggregateLaunchableMetricsRequest_builder

type AggregateLaunchableMetricsRequest_builder struct {

	// defines output shape
	GroupBy          []string
	TimeGranularity  string
	EventTypes       []string
	LaunchableFilter *AggregateLaunchableMetricsFilter
	// contains filtered or unexported fields
}

func (AggregateLaunchableMetricsRequest_builder) Build

type AggregateLaunchableMetricsResponse

type AggregateLaunchableMetricsResponse struct {
	Items         []*AggregateLaunchableMetricsResult `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	NextPageToken string                              `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateLaunchableMetricsResponse) GetItems

func (*AggregateLaunchableMetricsResponse) GetNextPageToken

func (x *AggregateLaunchableMetricsResponse) GetNextPageToken() string

func (*AggregateLaunchableMetricsResponse) ProtoMessage

func (*AggregateLaunchableMetricsResponse) ProtoMessage()

func (*AggregateLaunchableMetricsResponse) ProtoReflect

func (*AggregateLaunchableMetricsResponse) Reset

func (*AggregateLaunchableMetricsResponse) SetItems

func (*AggregateLaunchableMetricsResponse) SetNextPageToken

func (x *AggregateLaunchableMetricsResponse) SetNextPageToken(v string)

func (*AggregateLaunchableMetricsResponse) String

type AggregateLaunchableMetricsResponse_builder

type AggregateLaunchableMetricsResponse_builder struct {
	Items         []*AggregateLaunchableMetricsResult
	NextPageToken string
	// contains filtered or unexported fields
}

func (AggregateLaunchableMetricsResponse_builder) Build

type AggregateLaunchableMetricsResult

type AggregateLaunchableMetricsResult struct {
	GroupedBy map[string]string `` /* 162-byte string literal not displayed */
	Date      string            `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"`
	EventData map[string]uint64 `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AggregateLaunchableMetricsResult) GetDate

func (*AggregateLaunchableMetricsResult) GetEventData

func (x *AggregateLaunchableMetricsResult) GetEventData() map[string]uint64

func (*AggregateLaunchableMetricsResult) GetGroupedBy

func (x *AggregateLaunchableMetricsResult) GetGroupedBy() map[string]string

func (*AggregateLaunchableMetricsResult) ProtoMessage

func (*AggregateLaunchableMetricsResult) ProtoMessage()

func (*AggregateLaunchableMetricsResult) ProtoReflect

func (*AggregateLaunchableMetricsResult) Reset

func (*AggregateLaunchableMetricsResult) SetDate

func (*AggregateLaunchableMetricsResult) SetEventData

func (x *AggregateLaunchableMetricsResult) SetEventData(v map[string]uint64)

func (*AggregateLaunchableMetricsResult) SetGroupedBy

func (x *AggregateLaunchableMetricsResult) SetGroupedBy(v map[string]string)

func (*AggregateLaunchableMetricsResult) String

type AggregateLaunchableMetricsResult_builder

type AggregateLaunchableMetricsResult_builder struct {
	GroupedBy map[string]string
	Date      string
	EventData map[string]uint64
	// contains filtered or unexported fields
}

func (AggregateLaunchableMetricsResult_builder) Build

type AggregateUsageOptions

type AggregateUsageOptions struct {
	GroupBy          []string          `protobuf:"bytes,1,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	TimeGranularity  string            `protobuf:"bytes,2,opt,name=time_granularity,json=timeGranularity,proto3" json:"time_granularity,omitempty"`
	OrderBy          []*OrderOptions   `protobuf:"bytes,3,rep,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	HasAllLabels     map[string]string `` /* 173-byte string literal not displayed */
	TimeFilter       *TimePeriod       `protobuf:"bytes,5,opt,name=time_filter,json=timeFilter,proto3" json:"time_filter,omitempty"`
	ChargeTypeFilter []string          `protobuf:"bytes,6,rep,name=charge_type_filter,json=chargeTypeFilter,proto3" json:"charge_type_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateUsageOptions) ClearTimeFilter

func (x *AggregateUsageOptions) ClearTimeFilter()

func (*AggregateUsageOptions) GetChargeTypeFilter

func (x *AggregateUsageOptions) GetChargeTypeFilter() []string

func (*AggregateUsageOptions) GetGroupBy

func (x *AggregateUsageOptions) GetGroupBy() []string

func (*AggregateUsageOptions) GetHasAllLabels

func (x *AggregateUsageOptions) GetHasAllLabels() map[string]string

func (*AggregateUsageOptions) GetOrderBy

func (x *AggregateUsageOptions) GetOrderBy() []*OrderOptions

func (*AggregateUsageOptions) GetTimeFilter

func (x *AggregateUsageOptions) GetTimeFilter() *TimePeriod

func (*AggregateUsageOptions) GetTimeGranularity

func (x *AggregateUsageOptions) GetTimeGranularity() string

func (*AggregateUsageOptions) HasTimeFilter

func (x *AggregateUsageOptions) HasTimeFilter() bool

func (*AggregateUsageOptions) ProtoMessage

func (*AggregateUsageOptions) ProtoMessage()

func (*AggregateUsageOptions) ProtoReflect

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

func (*AggregateUsageOptions) Reset

func (x *AggregateUsageOptions) Reset()

func (*AggregateUsageOptions) SetChargeTypeFilter

func (x *AggregateUsageOptions) SetChargeTypeFilter(v []string)

func (*AggregateUsageOptions) SetGroupBy

func (x *AggregateUsageOptions) SetGroupBy(v []string)

func (*AggregateUsageOptions) SetHasAllLabels

func (x *AggregateUsageOptions) SetHasAllLabels(v map[string]string)

func (*AggregateUsageOptions) SetOrderBy

func (x *AggregateUsageOptions) SetOrderBy(v []*OrderOptions)

func (*AggregateUsageOptions) SetTimeFilter

func (x *AggregateUsageOptions) SetTimeFilter(v *TimePeriod)

func (*AggregateUsageOptions) SetTimeGranularity

func (x *AggregateUsageOptions) SetTimeGranularity(v string)

func (*AggregateUsageOptions) String

func (x *AggregateUsageOptions) String() string

type AggregateUsageOptions_builder

type AggregateUsageOptions_builder struct {
	GroupBy          []string
	TimeGranularity  string
	OrderBy          []*OrderOptions
	HasAllLabels     map[string]string
	TimeFilter       *TimePeriod
	ChargeTypeFilter []string
	// contains filtered or unexported fields
}

func (AggregateUsageOptions_builder) Build

type AggregateUsageRequest

type AggregateUsageRequest struct {
	PageParams *PageParams            `protobuf:"bytes,1,opt,name=page_params,json=pageParams,proto3" json:"page_params,omitempty"`
	Options    *AggregateUsageOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateUsageRequest) ClearOptions

func (x *AggregateUsageRequest) ClearOptions()

func (*AggregateUsageRequest) ClearPageParams

func (x *AggregateUsageRequest) ClearPageParams()

func (*AggregateUsageRequest) GetOptions

func (*AggregateUsageRequest) GetPageParams

func (x *AggregateUsageRequest) GetPageParams() *PageParams

func (*AggregateUsageRequest) HasOptions

func (x *AggregateUsageRequest) HasOptions() bool

func (*AggregateUsageRequest) HasPageParams

func (x *AggregateUsageRequest) HasPageParams() bool

func (*AggregateUsageRequest) ProtoMessage

func (*AggregateUsageRequest) ProtoMessage()

func (*AggregateUsageRequest) ProtoReflect

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

func (*AggregateUsageRequest) Reset

func (x *AggregateUsageRequest) Reset()

func (*AggregateUsageRequest) SetOptions

func (x *AggregateUsageRequest) SetOptions(v *AggregateUsageOptions)

func (*AggregateUsageRequest) SetPageParams

func (x *AggregateUsageRequest) SetPageParams(v *PageParams)

func (*AggregateUsageRequest) String

func (x *AggregateUsageRequest) String() string

type AggregateUsageRequest_builder

type AggregateUsageRequest_builder struct {
	PageParams *PageParams
	Options    *AggregateUsageOptions
	// contains filtered or unexported fields
}

func (AggregateUsageRequest_builder) Build

type AggregateUsageResponse

type AggregateUsageResponse struct {
	Items         []*AggregateUsageResult `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	NextPageToken string                  `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateUsageResponse) GetItems

func (*AggregateUsageResponse) GetNextPageToken

func (x *AggregateUsageResponse) GetNextPageToken() string

func (*AggregateUsageResponse) ProtoMessage

func (*AggregateUsageResponse) ProtoMessage()

func (*AggregateUsageResponse) ProtoReflect

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

func (*AggregateUsageResponse) Reset

func (x *AggregateUsageResponse) Reset()

func (*AggregateUsageResponse) SetItems

func (x *AggregateUsageResponse) SetItems(v []*AggregateUsageResult)

func (*AggregateUsageResponse) SetNextPageToken

func (x *AggregateUsageResponse) SetNextPageToken(v string)

func (*AggregateUsageResponse) String

func (x *AggregateUsageResponse) String() string

type AggregateUsageResponse_builder

type AggregateUsageResponse_builder struct {
	Items         []*AggregateUsageResult
	NextPageToken string
	// contains filtered or unexported fields
}

func (AggregateUsageResponse_builder) Build

type AggregateUsageResult

type AggregateUsageResult struct {
	GroupedBy  map[string]string `` /* 162-byte string literal not displayed */
	Date       string            `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"`
	TotalUsage float64           `protobuf:"fixed64,3,opt,name=total_usage,json=totalUsage,proto3" json:"total_usage,omitempty"`
	TotalTime  uint64            `protobuf:"varint,4,opt,name=total_time,json=totalTime,proto3" json:"total_time,omitempty"`
	AvgPrice   float64           `protobuf:"fixed64,5,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateUsageResult) GetAvgPrice

func (x *AggregateUsageResult) GetAvgPrice() float64

func (*AggregateUsageResult) GetDate

func (x *AggregateUsageResult) GetDate() string

func (*AggregateUsageResult) GetGroupedBy

func (x *AggregateUsageResult) GetGroupedBy() map[string]string

func (*AggregateUsageResult) GetTotalTime

func (x *AggregateUsageResult) GetTotalTime() uint64

func (*AggregateUsageResult) GetTotalUsage

func (x *AggregateUsageResult) GetTotalUsage() float64

func (*AggregateUsageResult) ProtoMessage

func (*AggregateUsageResult) ProtoMessage()

func (*AggregateUsageResult) ProtoReflect

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

func (*AggregateUsageResult) Reset

func (x *AggregateUsageResult) Reset()

func (*AggregateUsageResult) SetAvgPrice

func (x *AggregateUsageResult) SetAvgPrice(v float64)

func (*AggregateUsageResult) SetDate

func (x *AggregateUsageResult) SetDate(v string)

func (*AggregateUsageResult) SetGroupedBy

func (x *AggregateUsageResult) SetGroupedBy(v map[string]string)

func (*AggregateUsageResult) SetTotalTime

func (x *AggregateUsageResult) SetTotalTime(v uint64)

func (*AggregateUsageResult) SetTotalUsage

func (x *AggregateUsageResult) SetTotalUsage(v float64)

func (*AggregateUsageResult) String

func (x *AggregateUsageResult) String() string

type AggregateUsageResult_builder

type AggregateUsageResult_builder struct {
	GroupedBy  map[string]string
	Date       string
	TotalUsage float64
	TotalTime  uint64
	AvgPrice   float64
	// contains filtered or unexported fields
}

func (AggregateUsageResult_builder) Build

type AkashCredential deprecated

type AkashCredential struct {
	MainWalletMnemonic         string `protobuf:"bytes,1,opt,name=main_wallet_mnemonic,json=mainWalletMnemonic,proto3" json:"main_wallet_mnemonic,omitempty"`
	InstanceTypeWalletMnemonic string `` /* 143-byte string literal not displayed */
	CertPem                    string `protobuf:"bytes,3,opt,name=cert_pem,json=certPem,proto3" json:"cert_pem,omitempty"`
	EncryptedPrivateKeyPem     string `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: Akash is no longer supported.

Deprecated: Marked as deprecated in devplaneapi/v1/cloud_cred.proto.

func (*AkashCredential) GetCertPem

func (x *AkashCredential) GetCertPem() string

func (*AkashCredential) GetEncryptedPrivateKeyPem

func (x *AkashCredential) GetEncryptedPrivateKeyPem() string

func (*AkashCredential) GetInstanceTypeWalletMnemonic

func (x *AkashCredential) GetInstanceTypeWalletMnemonic() string

func (*AkashCredential) GetMainWalletMnemonic

func (x *AkashCredential) GetMainWalletMnemonic() string

func (*AkashCredential) ProtoMessage

func (*AkashCredential) ProtoMessage()

func (*AkashCredential) ProtoReflect

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

func (*AkashCredential) Reset

func (x *AkashCredential) Reset()

func (*AkashCredential) SetCertPem

func (x *AkashCredential) SetCertPem(v string)

func (*AkashCredential) SetEncryptedPrivateKeyPem

func (x *AkashCredential) SetEncryptedPrivateKeyPem(v string)

func (*AkashCredential) SetInstanceTypeWalletMnemonic

func (x *AkashCredential) SetInstanceTypeWalletMnemonic(v string)

func (*AkashCredential) SetMainWalletMnemonic

func (x *AkashCredential) SetMainWalletMnemonic(v string)

func (*AkashCredential) String

func (x *AkashCredential) String() string

type AkashCredential_builder deprecated

type AkashCredential_builder struct {
	MainWalletMnemonic         string
	InstanceTypeWalletMnemonic string
	CertPem                    string
	EncryptedPrivateKeyPem     string
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in devplaneapi/v1/cloud_cred.proto.

func (AkashCredential_builder) Build

type Artifact

type Artifact struct {
	Model           *Model                 `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	Container       *Container             `protobuf:"bytes,2,opt,name=container,proto3" json:"container,omitempty"`
	InferenceServer *InferenceServerConfig `protobuf:"bytes,3,opt,name=inference_server,json=inferenceServer,proto3" json:"inference_server,omitempty"`
	// contains filtered or unexported fields
}

func (*Artifact) ClearContainer

func (x *Artifact) ClearContainer()

func (*Artifact) ClearInferenceServer

func (x *Artifact) ClearInferenceServer()

func (*Artifact) ClearModel

func (x *Artifact) ClearModel()

func (*Artifact) GetContainer

func (x *Artifact) GetContainer() *Container

func (*Artifact) GetInferenceServer

func (x *Artifact) GetInferenceServer() *InferenceServerConfig

func (*Artifact) GetModel

func (x *Artifact) GetModel() *Model

func (*Artifact) HasContainer

func (x *Artifact) HasContainer() bool

func (*Artifact) HasInferenceServer

func (x *Artifact) HasInferenceServer() bool

func (*Artifact) HasModel

func (x *Artifact) HasModel() bool

func (*Artifact) ProtoMessage

func (*Artifact) ProtoMessage()

func (*Artifact) ProtoReflect

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

func (*Artifact) Reset

func (x *Artifact) Reset()

func (*Artifact) SetContainer

func (x *Artifact) SetContainer(v *Container)

func (*Artifact) SetInferenceServer

func (x *Artifact) SetInferenceServer(v *InferenceServerConfig)

func (*Artifact) SetModel

func (x *Artifact) SetModel(v *Model)

func (*Artifact) String

func (x *Artifact) String() string

type Artifact_builder

type Artifact_builder struct {
	Model           *Model
	Container       *Container
	InferenceServer *InferenceServerConfig
	// contains filtered or unexported fields
}

func (Artifact_builder) Build

func (b0 Artifact_builder) Build() *Artifact

type AzureCredential

type AzureCredential struct {
	ClientId                   string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret               string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	TenantId                   string `protobuf:"bytes,3,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	SubscriptionId             string `protobuf:"bytes,4,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	AdditionallyAllowedTenants string `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AzureCredential) GetAdditionallyAllowedTenants

func (x *AzureCredential) GetAdditionallyAllowedTenants() string

func (*AzureCredential) GetClientId

func (x *AzureCredential) GetClientId() string

func (*AzureCredential) GetClientSecret

func (x *AzureCredential) GetClientSecret() string

func (*AzureCredential) GetSubscriptionId

func (x *AzureCredential) GetSubscriptionId() string

func (*AzureCredential) GetTenantId

func (x *AzureCredential) GetTenantId() string

func (*AzureCredential) ProtoMessage

func (*AzureCredential) ProtoMessage()

func (*AzureCredential) ProtoReflect

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

func (*AzureCredential) Reset

func (x *AzureCredential) Reset()

func (*AzureCredential) SetAdditionallyAllowedTenants

func (x *AzureCredential) SetAdditionallyAllowedTenants(v string)

func (*AzureCredential) SetClientId

func (x *AzureCredential) SetClientId(v string)

func (*AzureCredential) SetClientSecret

func (x *AzureCredential) SetClientSecret(v string)

func (*AzureCredential) SetSubscriptionId

func (x *AzureCredential) SetSubscriptionId(v string)

func (*AzureCredential) SetTenantId

func (x *AzureCredential) SetTenantId(v string)

func (*AzureCredential) String

func (x *AzureCredential) String() string

type AzureCredential_builder

type AzureCredential_builder struct {
	ClientId                   string
	ClientSecret               string
	TenantId                   string
	SubscriptionId             string
	AdditionallyAllowedTenants string
	// contains filtered or unexported fields
}

func (AzureCredential_builder) Build

type BackupOptions

type BackupOptions struct {
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupOptions) GetDisabled

func (x *BackupOptions) GetDisabled() bool

func (*BackupOptions) ProtoMessage

func (*BackupOptions) ProtoMessage()

func (*BackupOptions) ProtoReflect

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

func (*BackupOptions) Reset

func (x *BackupOptions) Reset()

func (*BackupOptions) SetDisabled

func (x *BackupOptions) SetDisabled(v bool)

func (*BackupOptions) String

func (x *BackupOptions) String() string

type BackupOptions_builder

type BackupOptions_builder struct {
	Disabled bool
	// contains filtered or unexported fields
}

func (BackupOptions_builder) Build

type BillingProfile

type BillingProfile struct {
	BillingProfileId     string                 `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	CreateTime           *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime           *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	Labels               map[string]string      `` /* 139-byte string literal not displayed */
	BillingProfileMeta   *BillingProfileDetails `protobuf:"bytes,6,opt,name=billing_profile_meta,json=billingProfileMeta,proto3" json:"billing_profile_meta,omitempty"`
	ExternalAccountId    string                 `protobuf:"bytes,7,opt,name=external_account_id,json=externalAccountId,proto3" json:"external_account_id,omitempty"`
	UsageLabels          map[string]string      ``                                                                                                               /* 168-byte string literal not displayed */
	UsageCloudCredLabels map[string]string      ``                                                                                                               /* 199-byte string literal not displayed */
	PlanIds              []string               `protobuf:"bytes,10,rep,name=plan_ids,json=planIds,proto3" json:"plan_ids,omitempty"`                            // free-tier, standard
	CollectionStatus     string                 `protobuf:"bytes,11,opt,name=collection_status,json=collectionStatus,proto3" json:"collection_status,omitempty"` // active, inactive
	InactiveAt           *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=inactive_at,json=inactiveAt,proto3" json:"inactive_at,omitempty"`
	DelinquentAt         *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=delinquent_at,json=delinquentAt,proto3" json:"delinquent_at,omitempty"`
	PaymentStatus        string                 `protobuf:"bytes,15,opt,name=payment_status,json=paymentStatus,proto3" json:"payment_status,omitempty"` // connected, no_payment, last_charge_failed
	CreditBalance        int64                  `protobuf:"varint,14,opt,name=credit_balance,json=creditBalance,proto3" json:"credit_balance,omitempty"`
	BillingThreshold     int64                  `protobuf:"varint,16,opt,name=billing_threshold,json=billingThreshold,proto3" json:"billing_threshold,omitempty"`
	CreditDetails        *CreditDetails         `protobuf:"bytes,17,opt,name=credit_details,json=creditDetails,proto3" json:"credit_details,omitempty"`
	BillingType          *string                `protobuf:"bytes,18,opt,name=billing_type,json=billingType,proto3,oneof" json:"billing_type,omitempty"`
	CloudPointDetails    *CloudPointDetails     `protobuf:"bytes,19,opt,name=cloud_point_details,json=cloudPointDetails,proto3" json:"cloud_point_details,omitempty"` // in cents
	ResourceLimits       *ResourceLimits        `protobuf:"bytes,20,opt,name=resource_limits,json=resourceLimits,proto3" json:"resource_limits,omitempty"`
	NcaId                string                 `protobuf:"bytes,21,opt,name=nca_id,json=ncaId,proto3" json:"nca_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingProfile) ClearBillingProfileMeta

func (x *BillingProfile) ClearBillingProfileMeta()

func (*BillingProfile) ClearBillingType

func (x *BillingProfile) ClearBillingType()

func (*BillingProfile) ClearCloudPointDetails

func (x *BillingProfile) ClearCloudPointDetails()

func (*BillingProfile) ClearCreateTime

func (x *BillingProfile) ClearCreateTime()

func (*BillingProfile) ClearCreditDetails

func (x *BillingProfile) ClearCreditDetails()

func (*BillingProfile) ClearDelinquentAt

func (x *BillingProfile) ClearDelinquentAt()

func (*BillingProfile) ClearInactiveAt

func (x *BillingProfile) ClearInactiveAt()

func (*BillingProfile) ClearResourceLimits

func (x *BillingProfile) ClearResourceLimits()

func (*BillingProfile) ClearUpdateTime

func (x *BillingProfile) ClearUpdateTime()

func (*BillingProfile) GetBillingProfileId

func (x *BillingProfile) GetBillingProfileId() string

func (*BillingProfile) GetBillingProfileMeta

func (x *BillingProfile) GetBillingProfileMeta() *BillingProfileDetails

func (*BillingProfile) GetBillingThreshold

func (x *BillingProfile) GetBillingThreshold() int64

func (*BillingProfile) GetBillingType

func (x *BillingProfile) GetBillingType() string

func (*BillingProfile) GetCloudPointDetails

func (x *BillingProfile) GetCloudPointDetails() *CloudPointDetails

func (*BillingProfile) GetCollectionStatus

func (x *BillingProfile) GetCollectionStatus() string

func (*BillingProfile) GetCreateTime

func (x *BillingProfile) GetCreateTime() *timestamppb.Timestamp

func (*BillingProfile) GetCreditBalance

func (x *BillingProfile) GetCreditBalance() int64

func (*BillingProfile) GetCreditDetails

func (x *BillingProfile) GetCreditDetails() *CreditDetails

func (*BillingProfile) GetDelinquentAt

func (x *BillingProfile) GetDelinquentAt() *timestamppb.Timestamp

func (*BillingProfile) GetExternalAccountId

func (x *BillingProfile) GetExternalAccountId() string

func (*BillingProfile) GetInactiveAt

func (x *BillingProfile) GetInactiveAt() *timestamppb.Timestamp

func (*BillingProfile) GetLabels

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

func (*BillingProfile) GetNcaId

func (x *BillingProfile) GetNcaId() string

func (*BillingProfile) GetPaymentStatus

func (x *BillingProfile) GetPaymentStatus() string

func (*BillingProfile) GetPlanIds

func (x *BillingProfile) GetPlanIds() []string

func (*BillingProfile) GetResourceLimits

func (x *BillingProfile) GetResourceLimits() *ResourceLimits

func (*BillingProfile) GetUpdateTime

func (x *BillingProfile) GetUpdateTime() *timestamppb.Timestamp

func (*BillingProfile) GetUsageCloudCredLabels

func (x *BillingProfile) GetUsageCloudCredLabels() map[string]string

func (*BillingProfile) GetUsageLabels

func (x *BillingProfile) GetUsageLabels() map[string]string

func (*BillingProfile) HasBillingProfileMeta

func (x *BillingProfile) HasBillingProfileMeta() bool

func (*BillingProfile) HasBillingType

func (x *BillingProfile) HasBillingType() bool

func (*BillingProfile) HasCloudPointDetails

func (x *BillingProfile) HasCloudPointDetails() bool

func (*BillingProfile) HasCreateTime

func (x *BillingProfile) HasCreateTime() bool

func (*BillingProfile) HasCreditDetails

func (x *BillingProfile) HasCreditDetails() bool

func (*BillingProfile) HasDelinquentAt

func (x *BillingProfile) HasDelinquentAt() bool

func (*BillingProfile) HasInactiveAt

func (x *BillingProfile) HasInactiveAt() bool

func (*BillingProfile) HasResourceLimits

func (x *BillingProfile) HasResourceLimits() bool

func (*BillingProfile) HasUpdateTime

func (x *BillingProfile) HasUpdateTime() bool

func (*BillingProfile) ProtoMessage

func (*BillingProfile) ProtoMessage()

func (*BillingProfile) ProtoReflect

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

func (*BillingProfile) Reset

func (x *BillingProfile) Reset()

func (*BillingProfile) SetBillingProfileId

func (x *BillingProfile) SetBillingProfileId(v string)

func (*BillingProfile) SetBillingProfileMeta

func (x *BillingProfile) SetBillingProfileMeta(v *BillingProfileDetails)

func (*BillingProfile) SetBillingThreshold

func (x *BillingProfile) SetBillingThreshold(v int64)

func (*BillingProfile) SetBillingType

func (x *BillingProfile) SetBillingType(v string)

func (*BillingProfile) SetCloudPointDetails

func (x *BillingProfile) SetCloudPointDetails(v *CloudPointDetails)

func (*BillingProfile) SetCollectionStatus

func (x *BillingProfile) SetCollectionStatus(v string)

func (*BillingProfile) SetCreateTime

func (x *BillingProfile) SetCreateTime(v *timestamppb.Timestamp)

func (*BillingProfile) SetCreditBalance

func (x *BillingProfile) SetCreditBalance(v int64)

func (*BillingProfile) SetCreditDetails

func (x *BillingProfile) SetCreditDetails(v *CreditDetails)

func (*BillingProfile) SetDelinquentAt

func (x *BillingProfile) SetDelinquentAt(v *timestamppb.Timestamp)

func (*BillingProfile) SetExternalAccountId

func (x *BillingProfile) SetExternalAccountId(v string)

func (*BillingProfile) SetInactiveAt

func (x *BillingProfile) SetInactiveAt(v *timestamppb.Timestamp)

func (*BillingProfile) SetLabels

func (x *BillingProfile) SetLabels(v map[string]string)

func (*BillingProfile) SetNcaId

func (x *BillingProfile) SetNcaId(v string)

func (*BillingProfile) SetPaymentStatus

func (x *BillingProfile) SetPaymentStatus(v string)

func (*BillingProfile) SetPlanIds

func (x *BillingProfile) SetPlanIds(v []string)

func (*BillingProfile) SetResourceLimits

func (x *BillingProfile) SetResourceLimits(v *ResourceLimits)

func (*BillingProfile) SetUpdateTime

func (x *BillingProfile) SetUpdateTime(v *timestamppb.Timestamp)

func (*BillingProfile) SetUsageCloudCredLabels

func (x *BillingProfile) SetUsageCloudCredLabels(v map[string]string)

func (*BillingProfile) SetUsageLabels

func (x *BillingProfile) SetUsageLabels(v map[string]string)

func (*BillingProfile) String

func (x *BillingProfile) String() string

type BillingProfileCreditRecipient

type BillingProfileCreditRecipient struct {
	BillingProfileId string `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingProfileCreditRecipient) GetBillingProfileId

func (x *BillingProfileCreditRecipient) GetBillingProfileId() string

func (*BillingProfileCreditRecipient) ProtoMessage

func (*BillingProfileCreditRecipient) ProtoMessage()

func (*BillingProfileCreditRecipient) ProtoReflect

func (*BillingProfileCreditRecipient) Reset

func (x *BillingProfileCreditRecipient) Reset()

func (*BillingProfileCreditRecipient) SetBillingProfileId

func (x *BillingProfileCreditRecipient) SetBillingProfileId(v string)

func (*BillingProfileCreditRecipient) String

type BillingProfileCreditRecipient_builder

type BillingProfileCreditRecipient_builder struct {
	BillingProfileId string
	// contains filtered or unexported fields
}

func (BillingProfileCreditRecipient_builder) Build

type BillingProfileDetails

type BillingProfileDetails struct {
	AccountEmail string `protobuf:"bytes,1,opt,name=account_email,json=accountEmail,proto3" json:"account_email,omitempty"`
	AccountName  string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingProfileDetails) GetAccountEmail

func (x *BillingProfileDetails) GetAccountEmail() string

func (*BillingProfileDetails) GetAccountName

func (x *BillingProfileDetails) GetAccountName() string

func (*BillingProfileDetails) ProtoMessage

func (*BillingProfileDetails) ProtoMessage()

func (*BillingProfileDetails) ProtoReflect

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

func (*BillingProfileDetails) Reset

func (x *BillingProfileDetails) Reset()

func (*BillingProfileDetails) SetAccountEmail

func (x *BillingProfileDetails) SetAccountEmail(v string)

func (*BillingProfileDetails) SetAccountName

func (x *BillingProfileDetails) SetAccountName(v string)

func (*BillingProfileDetails) String

func (x *BillingProfileDetails) String() string

type BillingProfileDetails_builder

type BillingProfileDetails_builder struct {
	AccountEmail string
	AccountName  string
	// contains filtered or unexported fields
}

func (BillingProfileDetails_builder) Build

type BillingProfile_builder

type BillingProfile_builder struct {
	BillingProfileId     string
	CreateTime           *timestamppb.Timestamp
	UpdateTime           *timestamppb.Timestamp
	Labels               map[string]string
	BillingProfileMeta   *BillingProfileDetails
	ExternalAccountId    string
	UsageLabels          map[string]string
	UsageCloudCredLabels map[string]string
	PlanIds              []string
	CollectionStatus     string
	InactiveAt           *timestamppb.Timestamp
	DelinquentAt         *timestamppb.Timestamp
	PaymentStatus        string
	CreditBalance        int64
	BillingThreshold     int64
	CreditDetails        *CreditDetails
	BillingType          *string
	CloudPointDetails    *CloudPointDetails
	ResourceLimits       *ResourceLimits
	NcaId                string
	// contains filtered or unexported fields
}

func (BillingProfile_builder) Build

type Brev

type Brev struct {
	// contains filtered or unexported fields
}

maybe?

func (*Brev) ProtoMessage

func (*Brev) ProtoMessage()

func (*Brev) ProtoReflect

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

func (*Brev) Reset

func (x *Brev) Reset()

func (*Brev) String

func (x *Brev) String() string

type BrevCloudCredential

type BrevCloudCredential struct {
	DisplayName          string   `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	OwnerType            string   `protobuf:"bytes,2,opt,name=owner_type,json=ownerType,proto3" json:"owner_type,omitempty"`
	OwnerId              string   `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	AccessScope          string   `protobuf:"bytes,4,opt,name=access_scope,json=accessScope,proto3" json:"access_scope,omitempty"`
	AllowedTunnelDomains []string `protobuf:"bytes,5,rep,name=allowed_tunnel_domains,json=allowedTunnelDomains,proto3" json:"allowed_tunnel_domains,omitempty"`
	Notes                string   `protobuf:"bytes,6,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

func (*BrevCloudCredential) GetAccessScope

func (x *BrevCloudCredential) GetAccessScope() string

func (*BrevCloudCredential) GetAllowedTunnelDomains

func (x *BrevCloudCredential) GetAllowedTunnelDomains() []string

func (*BrevCloudCredential) GetDisplayName

func (x *BrevCloudCredential) GetDisplayName() string

func (*BrevCloudCredential) GetNotes

func (x *BrevCloudCredential) GetNotes() string

func (*BrevCloudCredential) GetOwnerId

func (x *BrevCloudCredential) GetOwnerId() string

func (*BrevCloudCredential) GetOwnerType

func (x *BrevCloudCredential) GetOwnerType() string

func (*BrevCloudCredential) ProtoMessage

func (*BrevCloudCredential) ProtoMessage()

func (*BrevCloudCredential) ProtoReflect

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

func (*BrevCloudCredential) Reset

func (x *BrevCloudCredential) Reset()

func (*BrevCloudCredential) SetAccessScope

func (x *BrevCloudCredential) SetAccessScope(v string)

func (*BrevCloudCredential) SetAllowedTunnelDomains

func (x *BrevCloudCredential) SetAllowedTunnelDomains(v []string)

func (*BrevCloudCredential) SetDisplayName

func (x *BrevCloudCredential) SetDisplayName(v string)

func (*BrevCloudCredential) SetNotes

func (x *BrevCloudCredential) SetNotes(v string)

func (*BrevCloudCredential) SetOwnerId

func (x *BrevCloudCredential) SetOwnerId(v string)

func (*BrevCloudCredential) SetOwnerType

func (x *BrevCloudCredential) SetOwnerType(v string)

func (*BrevCloudCredential) String

func (x *BrevCloudCredential) String() string

type BrevCloudCredential_builder

type BrevCloudCredential_builder struct {
	DisplayName          string
	OwnerType            string
	OwnerId              string
	AccessScope          string
	AllowedTunnelDomains []string
	Notes                string
	// contains filtered or unexported fields
}

func (BrevCloudCredential_builder) Build

type Brev_builder

type Brev_builder struct {
	// contains filtered or unexported fields
}

func (Brev_builder) Build

func (b0 Brev_builder) Build() *Brev

type Budget

type Budget struct {
	Granularity string `protobuf:"bytes,1,opt,name=granularity,proto3" json:"granularity,omitempty"`
	AmountUsd   string `protobuf:"bytes,2,opt,name=amount_usd,json=amountUsd,proto3" json:"amount_usd,omitempty"`
	BudgetType  string `protobuf:"bytes,3,opt,name=budget_type,json=budgetType,proto3" json:"budget_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Budget) GetAmountUsd

func (x *Budget) GetAmountUsd() string

func (*Budget) GetBudgetType

func (x *Budget) GetBudgetType() string

func (*Budget) GetGranularity

func (x *Budget) GetGranularity() string

func (*Budget) ProtoMessage

func (*Budget) ProtoMessage()

func (*Budget) ProtoReflect

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

func (*Budget) Reset

func (x *Budget) Reset()

func (*Budget) SetAmountUsd

func (x *Budget) SetAmountUsd(v string)

func (*Budget) SetBudgetType

func (x *Budget) SetBudgetType(v string)

func (*Budget) SetGranularity

func (x *Budget) SetGranularity(v string)

func (*Budget) String

func (x *Budget) String() string

type Budget_builder

type Budget_builder struct {
	Granularity string
	AmountUsd   string
	BudgetType  string
	// contains filtered or unexported fields
}

func (Budget_builder) Build

func (b0 Budget_builder) Build() *Budget

type BuildConfig

type BuildConfig struct {
	Context          string                 `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
	Dockerfile       string                 `protobuf:"bytes,2,opt,name=dockerfile,proto3" json:"dockerfile,omitempty"`
	DockerfileInline string                 `protobuf:"bytes,3,opt,name=dockerfile_inline,json=dockerfileInline,proto3" json:"dockerfile_inline,omitempty"`
	Network          string                 `protobuf:"bytes,7,opt,name=network,proto3" json:"network,omitempty"`
	Secrets          []*ServiceSecretConfig `protobuf:"bytes,8,rep,name=secrets,proto3" json:"secrets,omitempty"`
	Tags             []string               `protobuf:"bytes,9,rep,name=tags,proto3" json:"tags,omitempty"`
	Platforms        []string               `protobuf:"bytes,10,rep,name=platforms,proto3" json:"platforms,omitempty"`
	Privileged       bool                   `protobuf:"varint,11,opt,name=privileged,proto3" json:"privileged,omitempty"`
	// contains filtered or unexported fields
}

BuildConfig matches the Go struct field names

func (*BuildConfig) GetContext

func (x *BuildConfig) GetContext() string

func (*BuildConfig) GetDockerfile

func (x *BuildConfig) GetDockerfile() string

func (*BuildConfig) GetDockerfileInline

func (x *BuildConfig) GetDockerfileInline() string

func (*BuildConfig) GetNetwork

func (x *BuildConfig) GetNetwork() string

func (*BuildConfig) GetPlatforms

func (x *BuildConfig) GetPlatforms() []string

func (*BuildConfig) GetPrivileged

func (x *BuildConfig) GetPrivileged() bool

func (*BuildConfig) GetSecrets

func (x *BuildConfig) GetSecrets() []*ServiceSecretConfig

func (*BuildConfig) GetTags

func (x *BuildConfig) GetTags() []string

func (*BuildConfig) ProtoMessage

func (*BuildConfig) ProtoMessage()

func (*BuildConfig) ProtoReflect

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

func (*BuildConfig) Reset

func (x *BuildConfig) Reset()

func (*BuildConfig) SetContext

func (x *BuildConfig) SetContext(v string)

func (*BuildConfig) SetDockerfile

func (x *BuildConfig) SetDockerfile(v string)

func (*BuildConfig) SetDockerfileInline

func (x *BuildConfig) SetDockerfileInline(v string)

func (*BuildConfig) SetNetwork

func (x *BuildConfig) SetNetwork(v string)

func (*BuildConfig) SetPlatforms

func (x *BuildConfig) SetPlatforms(v []string)

func (*BuildConfig) SetPrivileged

func (x *BuildConfig) SetPrivileged(v bool)

func (*BuildConfig) SetSecrets

func (x *BuildConfig) SetSecrets(v []*ServiceSecretConfig)

func (*BuildConfig) SetTags

func (x *BuildConfig) SetTags(v []string)

func (*BuildConfig) String

func (x *BuildConfig) String() string

type BuildConfig_builder

type BuildConfig_builder struct {
	Context          string
	Dockerfile       string
	DockerfileInline string
	Network          string
	Secrets          []*ServiceSecretConfig
	Tags             []string
	Platforms        []string
	Privileged       bool
	// contains filtered or unexported fields
}

func (BuildConfig_builder) Build

func (b0 BuildConfig_builder) Build() *BuildConfig

type BuildEnvironmentRequest

type BuildEnvironmentRequest struct {
	EnvironmentId  string            `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Build          *EnvironmentBuild `protobuf:"bytes,2,opt,name=build,proto3" json:"build,omitempty"`
	IdempotencyKey string            `protobuf:"bytes,3,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEnvironmentRequest) ClearBuild_

func (x *BuildEnvironmentRequest) ClearBuild_()

func (*BuildEnvironmentRequest) GetBuild deprecated

Deprecated: Use GetBuild_ instead.

func (*BuildEnvironmentRequest) GetBuild_

func (x *BuildEnvironmentRequest) GetBuild_() *EnvironmentBuild

func (*BuildEnvironmentRequest) GetEnvironmentId

func (x *BuildEnvironmentRequest) GetEnvironmentId() string

func (*BuildEnvironmentRequest) GetIdempotencyKey

func (x *BuildEnvironmentRequest) GetIdempotencyKey() string

func (*BuildEnvironmentRequest) HasBuild_

func (x *BuildEnvironmentRequest) HasBuild_() bool

func (*BuildEnvironmentRequest) ProtoMessage

func (*BuildEnvironmentRequest) ProtoMessage()

func (*BuildEnvironmentRequest) ProtoReflect

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

func (*BuildEnvironmentRequest) Reset

func (x *BuildEnvironmentRequest) Reset()

func (*BuildEnvironmentRequest) SetBuild_

func (x *BuildEnvironmentRequest) SetBuild_(v *EnvironmentBuild)

func (*BuildEnvironmentRequest) SetEnvironmentId

func (x *BuildEnvironmentRequest) SetEnvironmentId(v string)

func (*BuildEnvironmentRequest) SetIdempotencyKey

func (x *BuildEnvironmentRequest) SetIdempotencyKey(v string)

func (*BuildEnvironmentRequest) String

func (x *BuildEnvironmentRequest) String() string

type BuildEnvironmentRequest_builder

type BuildEnvironmentRequest_builder struct {
	EnvironmentId  string
	Build_         *EnvironmentBuild
	IdempotencyKey string
	// contains filtered or unexported fields
}

func (BuildEnvironmentRequest_builder) Build

type BuildEnvironmentResponse

type BuildEnvironmentResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEnvironmentResponse) ClearEnvironment

func (x *BuildEnvironmentResponse) ClearEnvironment()

func (*BuildEnvironmentResponse) GetEnvironment

func (x *BuildEnvironmentResponse) GetEnvironment() *Environment

func (*BuildEnvironmentResponse) HasEnvironment

func (x *BuildEnvironmentResponse) HasEnvironment() bool

func (*BuildEnvironmentResponse) ProtoMessage

func (*BuildEnvironmentResponse) ProtoMessage()

func (*BuildEnvironmentResponse) ProtoReflect

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

func (*BuildEnvironmentResponse) Reset

func (x *BuildEnvironmentResponse) Reset()

func (*BuildEnvironmentResponse) SetEnvironment

func (x *BuildEnvironmentResponse) SetEnvironment(v *Environment)

func (*BuildEnvironmentResponse) String

func (x *BuildEnvironmentResponse) String() string

type BuildEnvironmentResponse_builder

type BuildEnvironmentResponse_builder struct {
	Environment *Environment
	// contains filtered or unexported fields
}

func (BuildEnvironmentResponse_builder) Build

type Bytes

type Bytes struct {
	Value int64  `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	Unit  string `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

func (*Bytes) GetUnit

func (x *Bytes) GetUnit() string

func (*Bytes) GetValue

func (x *Bytes) GetValue() int64

func (*Bytes) ProtoMessage

func (*Bytes) ProtoMessage()

func (*Bytes) ProtoReflect

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

func (*Bytes) Reset

func (x *Bytes) Reset()

func (*Bytes) SetUnit

func (x *Bytes) SetUnit(v string)

func (*Bytes) SetValue

func (x *Bytes) SetValue(v int64)

func (*Bytes) String

func (x *Bytes) String() string

type Bytes_builder

type Bytes_builder struct {
	Value int64
	Unit  string
	// contains filtered or unexported fields
}

func (Bytes_builder) Build

func (b0 Bytes_builder) Build() *Bytes

type Card

type Card struct {
	Last4    string `protobuf:"bytes,1,opt,name=last4,proto3" json:"last4,omitempty"`
	ExpMonth int64  `protobuf:"varint,2,opt,name=exp_month,json=expMonth,proto3" json:"exp_month,omitempty"`
	ExpYear  int64  `protobuf:"varint,3,opt,name=exp_year,json=expYear,proto3" json:"exp_year,omitempty"`
	Brand    string `protobuf:"bytes,4,opt,name=brand,proto3" json:"brand,omitempty"`
	// contains filtered or unexported fields
}

func (*Card) GetBrand

func (x *Card) GetBrand() string

func (*Card) GetExpMonth

func (x *Card) GetExpMonth() int64

func (*Card) GetExpYear

func (x *Card) GetExpYear() int64

func (*Card) GetLast4

func (x *Card) GetLast4() string

func (*Card) ProtoMessage

func (*Card) ProtoMessage()

func (*Card) ProtoReflect

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

func (*Card) Reset

func (x *Card) Reset()

func (*Card) SetBrand

func (x *Card) SetBrand(v string)

func (*Card) SetExpMonth

func (x *Card) SetExpMonth(v int64)

func (*Card) SetExpYear

func (x *Card) SetExpYear(v int64)

func (*Card) SetLast4

func (x *Card) SetLast4(v string)

func (*Card) String

func (x *Card) String() string

type Card_builder

type Card_builder struct {
	Last4    string
	ExpMonth int64
	ExpYear  int64
	Brand    string
	// contains filtered or unexported fields
}

func (Card_builder) Build

func (b0 Card_builder) Build() *Card

type ChangeEnvironmentInstanceTypeRequest

type ChangeEnvironmentInstanceTypeRequest struct {
	EnvironmentId string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	InstanceType  string `protobuf:"bytes,2,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeEnvironmentInstanceTypeRequest) GetEnvironmentId

func (x *ChangeEnvironmentInstanceTypeRequest) GetEnvironmentId() string

func (*ChangeEnvironmentInstanceTypeRequest) GetInstanceType

func (x *ChangeEnvironmentInstanceTypeRequest) GetInstanceType() string

func (*ChangeEnvironmentInstanceTypeRequest) ProtoMessage

func (*ChangeEnvironmentInstanceTypeRequest) ProtoMessage()

func (*ChangeEnvironmentInstanceTypeRequest) ProtoReflect

func (*ChangeEnvironmentInstanceTypeRequest) Reset

func (*ChangeEnvironmentInstanceTypeRequest) SetEnvironmentId

func (x *ChangeEnvironmentInstanceTypeRequest) SetEnvironmentId(v string)

func (*ChangeEnvironmentInstanceTypeRequest) SetInstanceType

func (x *ChangeEnvironmentInstanceTypeRequest) SetInstanceType(v string)

func (*ChangeEnvironmentInstanceTypeRequest) String

type ChangeEnvironmentInstanceTypeRequest_builder

type ChangeEnvironmentInstanceTypeRequest_builder struct {
	EnvironmentId string
	InstanceType  string
	// contains filtered or unexported fields
}

func (ChangeEnvironmentInstanceTypeRequest_builder) Build

type ChangeEnvironmentInstanceTypeResponse

type ChangeEnvironmentInstanceTypeResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeEnvironmentInstanceTypeResponse) ClearEnvironment

func (x *ChangeEnvironmentInstanceTypeResponse) ClearEnvironment()

func (*ChangeEnvironmentInstanceTypeResponse) GetEnvironment

func (*ChangeEnvironmentInstanceTypeResponse) HasEnvironment

func (x *ChangeEnvironmentInstanceTypeResponse) HasEnvironment() bool

func (*ChangeEnvironmentInstanceTypeResponse) ProtoMessage

func (*ChangeEnvironmentInstanceTypeResponse) ProtoMessage()

func (*ChangeEnvironmentInstanceTypeResponse) ProtoReflect

func (*ChangeEnvironmentInstanceTypeResponse) Reset

func (*ChangeEnvironmentInstanceTypeResponse) SetEnvironment

func (x *ChangeEnvironmentInstanceTypeResponse) SetEnvironment(v *Environment)

func (*ChangeEnvironmentInstanceTypeResponse) String

type ChangeEnvironmentInstanceTypeResponse_builder

type ChangeEnvironmentInstanceTypeResponse_builder struct {
	Environment *Environment
	// contains filtered or unexported fields
}

func (ChangeEnvironmentInstanceTypeResponse_builder) Build

type ChangeInstanceTypeRequest

type ChangeInstanceTypeRequest struct {
	InstanceId   string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	InstanceType string `protobuf:"bytes,2,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeInstanceTypeRequest) GetInstanceId

func (x *ChangeInstanceTypeRequest) GetInstanceId() string

func (*ChangeInstanceTypeRequest) GetInstanceType

func (x *ChangeInstanceTypeRequest) GetInstanceType() string

func (*ChangeInstanceTypeRequest) ProtoMessage

func (*ChangeInstanceTypeRequest) ProtoMessage()

func (*ChangeInstanceTypeRequest) ProtoReflect

func (*ChangeInstanceTypeRequest) Reset

func (x *ChangeInstanceTypeRequest) Reset()

func (*ChangeInstanceTypeRequest) SetInstanceId

func (x *ChangeInstanceTypeRequest) SetInstanceId(v string)

func (*ChangeInstanceTypeRequest) SetInstanceType

func (x *ChangeInstanceTypeRequest) SetInstanceType(v string)

func (*ChangeInstanceTypeRequest) String

func (x *ChangeInstanceTypeRequest) String() string

type ChangeInstanceTypeRequest_builder

type ChangeInstanceTypeRequest_builder struct {
	InstanceId   string
	InstanceType string
	// contains filtered or unexported fields
}

func (ChangeInstanceTypeRequest_builder) Build

type ChangeInstanceTypeResponse

type ChangeInstanceTypeResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeInstanceTypeResponse) ClearInstance

func (x *ChangeInstanceTypeResponse) ClearInstance()

func (*ChangeInstanceTypeResponse) GetInstance

func (x *ChangeInstanceTypeResponse) GetInstance() *Instance

func (*ChangeInstanceTypeResponse) HasInstance

func (x *ChangeInstanceTypeResponse) HasInstance() bool

func (*ChangeInstanceTypeResponse) ProtoMessage

func (*ChangeInstanceTypeResponse) ProtoMessage()

func (*ChangeInstanceTypeResponse) ProtoReflect

func (*ChangeInstanceTypeResponse) Reset

func (x *ChangeInstanceTypeResponse) Reset()

func (*ChangeInstanceTypeResponse) SetInstance

func (x *ChangeInstanceTypeResponse) SetInstance(v *Instance)

func (*ChangeInstanceTypeResponse) String

func (x *ChangeInstanceTypeResponse) String() string

type ChangeInstanceTypeResponse_builder

type ChangeInstanceTypeResponse_builder struct {
	Instance *Instance
	// contains filtered or unexported fields
}

func (ChangeInstanceTypeResponse_builder) Build

type ChangePlatformRoleRequest

type ChangePlatformRoleRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Role   string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` // Role value (e.g. "admin", "user")
	// contains filtered or unexported fields
}

func (*ChangePlatformRoleRequest) GetRole

func (x *ChangePlatformRoleRequest) GetRole() string

func (*ChangePlatformRoleRequest) GetUserId

func (x *ChangePlatformRoleRequest) GetUserId() string

func (*ChangePlatformRoleRequest) ProtoMessage

func (*ChangePlatformRoleRequest) ProtoMessage()

func (*ChangePlatformRoleRequest) ProtoReflect

func (*ChangePlatformRoleRequest) Reset

func (x *ChangePlatformRoleRequest) Reset()

func (*ChangePlatformRoleRequest) SetRole

func (x *ChangePlatformRoleRequest) SetRole(v string)

func (*ChangePlatformRoleRequest) SetUserId

func (x *ChangePlatformRoleRequest) SetUserId(v string)

func (*ChangePlatformRoleRequest) String

func (x *ChangePlatformRoleRequest) String() string

type ChangePlatformRoleRequest_builder

type ChangePlatformRoleRequest_builder struct {
	UserId string
	Role   string
	// contains filtered or unexported fields
}

func (ChangePlatformRoleRequest_builder) Build

type ChangePlatformRoleResponse

type ChangePlatformRoleResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangePlatformRoleResponse) ClearUser

func (x *ChangePlatformRoleResponse) ClearUser()

func (*ChangePlatformRoleResponse) GetUser

func (x *ChangePlatformRoleResponse) GetUser() *User

func (*ChangePlatformRoleResponse) HasUser

func (x *ChangePlatformRoleResponse) HasUser() bool

func (*ChangePlatformRoleResponse) ProtoMessage

func (*ChangePlatformRoleResponse) ProtoMessage()

func (*ChangePlatformRoleResponse) ProtoReflect

func (*ChangePlatformRoleResponse) Reset

func (x *ChangePlatformRoleResponse) Reset()

func (*ChangePlatformRoleResponse) SetUser

func (x *ChangePlatformRoleResponse) SetUser(v *User)

func (*ChangePlatformRoleResponse) String

func (x *ChangePlatformRoleResponse) String() string

type ChangePlatformRoleResponse_builder

type ChangePlatformRoleResponse_builder struct {
	User *User
	// contains filtered or unexported fields
}

func (ChangePlatformRoleResponse_builder) Build

type ClosePortRequest

type ClosePortRequest struct {
	PortId string `protobuf:"bytes,1,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClosePortRequest) GetPortId

func (x *ClosePortRequest) GetPortId() string

func (*ClosePortRequest) ProtoMessage

func (*ClosePortRequest) ProtoMessage()

func (*ClosePortRequest) ProtoReflect

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

func (*ClosePortRequest) Reset

func (x *ClosePortRequest) Reset()

func (*ClosePortRequest) SetPortId

func (x *ClosePortRequest) SetPortId(v string)

func (*ClosePortRequest) String

func (x *ClosePortRequest) String() string

type ClosePortRequest_builder

type ClosePortRequest_builder struct {
	PortId string
	// contains filtered or unexported fields
}

func (ClosePortRequest_builder) Build

type ClosePortResponse

type ClosePortResponse struct {
	// contains filtered or unexported fields
}

func (*ClosePortResponse) ProtoMessage

func (*ClosePortResponse) ProtoMessage()

func (*ClosePortResponse) ProtoReflect

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

func (*ClosePortResponse) Reset

func (x *ClosePortResponse) Reset()

func (*ClosePortResponse) String

func (x *ClosePortResponse) String() string

type ClosePortResponse_builder

type ClosePortResponse_builder struct {
	// contains filtered or unexported fields
}

func (ClosePortResponse_builder) Build

type CloudCred

type CloudCred struct {
	CloudCredId string                 `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	CreateTime  *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime  *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	ProviderId  string                 `protobuf:"bytes,4,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Labels      map[string]string      `` /* 139-byte string literal not displayed */
	Status      string                 `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	// when true, instances created with this cloud cred will not allow wide open (i.e. 0.0.0.0/0)
	// ingress firewall rules. user ssh access will be configured via a Cloudflare proxy
	RestrictedIngress bool `protobuf:"varint,7,opt,name=restricted_ingress,json=restrictedIngress,proto3" json:"restricted_ingress,omitempty"`
	// user-facing name for the cloud cred
	Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	// region for the cloud cred, e.g. "us-east-1"
	PlatformRegion string `protobuf:"bytes,9,opt,name=platform_region,json=platformRegion,proto3" json:"platform_region,omitempty"`
	// indication of whether the cloud cred is generally available (public) or not
	TenantType TenantType `protobuf:"varint,10,opt,name=tenant_type,json=tenantType,proto3,enum=devplaneapi.v1.TenantType" json:"tenant_type,omitempty"`
	// list of org IDs that the cloud cred is available to; empty means all orgs
	OrgIds []string `protobuf:"bytes,11,rep,name=org_ids,json=orgIds,proto3" json:"org_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*CloudCred) ClearCreateTime

func (x *CloudCred) ClearCreateTime()

func (*CloudCred) ClearUpdateTime

func (x *CloudCred) ClearUpdateTime()

func (*CloudCred) GetCloudCredId

func (x *CloudCred) GetCloudCredId() string

func (*CloudCred) GetCreateTime

func (x *CloudCred) GetCreateTime() *timestamppb.Timestamp

func (*CloudCred) GetLabels

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

func (*CloudCred) GetName

func (x *CloudCred) GetName() string

func (*CloudCred) GetOrgIds

func (x *CloudCred) GetOrgIds() []string

func (*CloudCred) GetPlatformRegion

func (x *CloudCred) GetPlatformRegion() string

func (*CloudCred) GetProviderId

func (x *CloudCred) GetProviderId() string

func (*CloudCred) GetRestrictedIngress

func (x *CloudCred) GetRestrictedIngress() bool

func (*CloudCred) GetStatus

func (x *CloudCred) GetStatus() string

func (*CloudCred) GetTenantType

func (x *CloudCred) GetTenantType() TenantType

func (*CloudCred) GetUpdateTime

func (x *CloudCred) GetUpdateTime() *timestamppb.Timestamp

func (*CloudCred) HasCreateTime

func (x *CloudCred) HasCreateTime() bool

func (*CloudCred) HasUpdateTime

func (x *CloudCred) HasUpdateTime() bool

func (*CloudCred) ProtoMessage

func (*CloudCred) ProtoMessage()

func (*CloudCred) ProtoReflect

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

func (*CloudCred) Reset

func (x *CloudCred) Reset()

func (*CloudCred) SetCloudCredId

func (x *CloudCred) SetCloudCredId(v string)

func (*CloudCred) SetCreateTime

func (x *CloudCred) SetCreateTime(v *timestamppb.Timestamp)

func (*CloudCred) SetLabels

func (x *CloudCred) SetLabels(v map[string]string)

func (*CloudCred) SetName

func (x *CloudCred) SetName(v string)

func (*CloudCred) SetOrgIds

func (x *CloudCred) SetOrgIds(v []string)

func (*CloudCred) SetPlatformRegion

func (x *CloudCred) SetPlatformRegion(v string)

func (*CloudCred) SetProviderId

func (x *CloudCred) SetProviderId(v string)

func (*CloudCred) SetRestrictedIngress

func (x *CloudCred) SetRestrictedIngress(v bool)

func (*CloudCred) SetStatus

func (x *CloudCred) SetStatus(v string)

func (*CloudCred) SetTenantType

func (x *CloudCred) SetTenantType(v TenantType)

func (*CloudCred) SetUpdateTime

func (x *CloudCred) SetUpdateTime(v *timestamppb.Timestamp)

func (*CloudCred) String

func (x *CloudCred) String() string

type CloudCred_builder

type CloudCred_builder struct {
	CloudCredId string
	CreateTime  *timestamppb.Timestamp
	UpdateTime  *timestamppb.Timestamp
	ProviderId  string
	Labels      map[string]string
	Status      string
	// when true, instances created with this cloud cred will not allow wide open (i.e. 0.0.0.0/0)
	// ingress firewall rules. user ssh access will be configured via a Cloudflare proxy
	RestrictedIngress bool
	// user-facing name for the cloud cred
	Name string
	// region for the cloud cred, e.g. "us-east-1"
	PlatformRegion string
	// indication of whether the cloud cred is generally available (public) or not
	TenantType TenantType
	// list of org IDs that the cloud cred is available to; empty means all orgs
	OrgIds []string
	// contains filtered or unexported fields
}

func (CloudCred_builder) Build

func (b0 CloudCred_builder) Build() *CloudCred

type CloudPointDetails

type CloudPointDetails struct {
	CloudPointsRedeemable *int64 `` // in cents
	/* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CloudPointDetails) ClearCloudPointsRedeemable

func (x *CloudPointDetails) ClearCloudPointsRedeemable()

func (*CloudPointDetails) GetCloudPointsRedeemable

func (x *CloudPointDetails) GetCloudPointsRedeemable() int64

func (*CloudPointDetails) HasCloudPointsRedeemable

func (x *CloudPointDetails) HasCloudPointsRedeemable() bool

func (*CloudPointDetails) ProtoMessage

func (*CloudPointDetails) ProtoMessage()

func (*CloudPointDetails) ProtoReflect

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

func (*CloudPointDetails) Reset

func (x *CloudPointDetails) Reset()

func (*CloudPointDetails) SetCloudPointsRedeemable

func (x *CloudPointDetails) SetCloudPointsRedeemable(v int64)

func (*CloudPointDetails) String

func (x *CloudPointDetails) String() string

type CloudPointDetails_builder

type CloudPointDetails_builder struct {
	CloudPointsRedeemable *int64
	// contains filtered or unexported fields
}

func (CloudPointDetails_builder) Build

type CloudPolicy

type CloudPolicy struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreateTime     *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	CloudCredId    string                 `protobuf:"bytes,4,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	OrganizationId string                 `protobuf:"bytes,5,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	DefaultRule    DefaultRule            `` // Defaults to ALLOW
	/* 127-byte string literal not displayed */
	Quotas  []*CloudQuota  `protobuf:"bytes,7,rep,name=quotas,proto3" json:"quotas,omitempty"`
	Context *PolicyContext `protobuf:"bytes,8,opt,name=context,proto3" json:"context,omitempty"`
	// contains filtered or unexported fields
}

func (*CloudPolicy) ClearContext

func (x *