devplaneapiv1

package
v1.36.5-20250307011511... 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: 2

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_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_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 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 (
	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 (
	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 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_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_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_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_proto protoreflect.FileDescriptor
View Source
var File_devplaneapi_v1_persistent_pod_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_reputation_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 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"`
	// contains filtered or unexported fields
}

func (*AddInstanceFirewallRulesRequest) ClearFirewallRules

func (x *AddInstanceFirewallRulesRequest) ClearFirewallRules()

func (*AddInstanceFirewallRulesRequest) GetFirewallRules

func (x *AddInstanceFirewallRulesRequest) GetFirewallRules() *FirewallRules

func (*AddInstanceFirewallRulesRequest) GetInstanceId

func (x *AddInstanceFirewallRulesRequest) GetInstanceId() string

func (*AddInstanceFirewallRulesRequest) HasFirewallRules

func (x *AddInstanceFirewallRulesRequest) HasFirewallRules() bool

func (*AddInstanceFirewallRulesRequest) ProtoMessage

func (*AddInstanceFirewallRulesRequest) ProtoMessage()

func (*AddInstanceFirewallRulesRequest) ProtoReflect

func (*AddInstanceFirewallRulesRequest) Reset

func (*AddInstanceFirewallRulesRequest) SetFirewallRules

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

func (*AddInstanceFirewallRulesRequest) SetInstanceId

func (x *AddInstanceFirewallRulesRequest) SetInstanceId(v string)

func (*AddInstanceFirewallRulesRequest) String

type AddInstanceFirewallRulesRequest_builder

type AddInstanceFirewallRulesRequest_builder struct {
	InstanceId    string
	FirewallRules *FirewallRules
	// 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 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 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 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

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
}

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

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

func (AkashCredential_builder) Build

type ApiVoidEmailReputation

type ApiVoidEmailReputation struct {
	Email              string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	ValidFormat        bool   `protobuf:"varint,2,opt,name=valid_format,json=validFormat,proto3" json:"valid_format,omitempty"`
	Username           string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	RoleAddress        bool   `protobuf:"varint,4,opt,name=role_address,json=roleAddress,proto3" json:"role_address,omitempty"`
	SuspiciousUsername bool   `protobuf:"varint,5,opt,name=suspicious_username,json=suspiciousUsername,proto3" json:"suspicious_username,omitempty"`
	DirtyWordsUsername bool   `protobuf:"varint,6,opt,name=dirty_words_username,json=dirtyWordsUsername,proto3" json:"dirty_words_username,omitempty"`
	SuspiciousEmail    bool   `protobuf:"varint,7,opt,name=suspicious_email,json=suspiciousEmail,proto3" json:"suspicious_email,omitempty"`
	Domain             string `protobuf:"bytes,8,opt,name=domain,proto3" json:"domain,omitempty"`
	ValidTld           bool   `protobuf:"varint,9,opt,name=valid_tld,json=validTld,proto3" json:"valid_tld,omitempty"`
	Disposable         bool   `protobuf:"varint,10,opt,name=disposable,proto3" json:"disposable,omitempty"`
	HasARecords        bool   `protobuf:"varint,11,opt,name=has_a_records,json=hasARecords,proto3" json:"has_a_records,omitempty"`
	HasMxRecords       bool   `protobuf:"varint,12,opt,name=has_mx_records,json=hasMxRecords,proto3" json:"has_mx_records,omitempty"`
	HasSpfRecords      bool   `protobuf:"varint,13,opt,name=has_spf_records,json=hasSpfRecords,proto3" json:"has_spf_records,omitempty"`
	IsSpoofable        bool   `protobuf:"varint,14,opt,name=is_spoofable,json=isSpoofable,proto3" json:"is_spoofable,omitempty"`
	DmarcConfigured    bool   `protobuf:"varint,15,opt,name=dmarc_configured,json=dmarcConfigured,proto3" json:"dmarc_configured,omitempty"`
	DmarcEnforced      bool   `protobuf:"varint,16,opt,name=dmarc_enforced,json=dmarcEnforced,proto3" json:"dmarc_enforced,omitempty"`
	FreeEmail          bool   `protobuf:"varint,17,opt,name=free_email,json=freeEmail,proto3" json:"free_email,omitempty"`
	RussianFreeEmail   bool   `protobuf:"varint,18,opt,name=russian_free_email,json=russianFreeEmail,proto3" json:"russian_free_email,omitempty"`
	ChinaFreeEmail     bool   `protobuf:"varint,19,opt,name=china_free_email,json=chinaFreeEmail,proto3" json:"china_free_email,omitempty"`
	DidYouMean         string `protobuf:"bytes,20,opt,name=did_you_mean,json=didYouMean,proto3" json:"did_you_mean,omitempty"`
	SuspiciousDomain   bool   `protobuf:"varint,21,opt,name=suspicious_domain,json=suspiciousDomain,proto3" json:"suspicious_domain,omitempty"`
	DirtyWordsDomain   bool   `protobuf:"varint,22,opt,name=dirty_words_domain,json=dirtyWordsDomain,proto3" json:"dirty_words_domain,omitempty"`
	DomainPopular      bool   `protobuf:"varint,23,opt,name=domain_popular,json=domainPopular,proto3" json:"domain_popular,omitempty"`
	RiskyTld           bool   `protobuf:"varint,24,opt,name=risky_tld,json=riskyTld,proto3" json:"risky_tld,omitempty"`
	PoliceDomain       bool   `protobuf:"varint,25,opt,name=police_domain,json=policeDomain,proto3" json:"police_domain,omitempty"`
	GovernmentDomain   bool   `protobuf:"varint,26,opt,name=government_domain,json=governmentDomain,proto3" json:"government_domain,omitempty"`
	EducationalDomain  bool   `protobuf:"varint,27,opt,name=educational_domain,json=educationalDomain,proto3" json:"educational_domain,omitempty"`
	ShouldBlock        bool   `protobuf:"varint,28,opt,name=should_block,json=shouldBlock,proto3" json:"should_block,omitempty"`
	Score              int32  `protobuf:"varint,29,opt,name=score,proto3" json:"score,omitempty"`
	// contains filtered or unexported fields
}

func (*ApiVoidEmailReputation) GetChinaFreeEmail

func (x *ApiVoidEmailReputation) GetChinaFreeEmail() bool

func (*ApiVoidEmailReputation) GetDidYouMean

func (x *ApiVoidEmailReputation) GetDidYouMean() string

func (*ApiVoidEmailReputation) GetDirtyWordsDomain

func (x *ApiVoidEmailReputation) GetDirtyWordsDomain() bool

func (*ApiVoidEmailReputation) GetDirtyWordsUsername

func (x *ApiVoidEmailReputation) GetDirtyWordsUsername() bool

func (*ApiVoidEmailReputation) GetDisposable

func (x *ApiVoidEmailReputation) GetDisposable() bool

func (*ApiVoidEmailReputation) GetDmarcConfigured

func (x *ApiVoidEmailReputation) GetDmarcConfigured() bool

func (*ApiVoidEmailReputation) GetDmarcEnforced

func (x *ApiVoidEmailReputation) GetDmarcEnforced() bool

func (*ApiVoidEmailReputation) GetDomain

func (x *ApiVoidEmailReputation) GetDomain() string

func (*ApiVoidEmailReputation) GetDomainPopular

func (x *ApiVoidEmailReputation) GetDomainPopular() bool

func (*ApiVoidEmailReputation) GetEducationalDomain

func (x *ApiVoidEmailReputation) GetEducationalDomain() bool

func (*ApiVoidEmailReputation) GetEmail

func (x *ApiVoidEmailReputation) GetEmail() string

func (*ApiVoidEmailReputation) GetFreeEmail

func (x *ApiVoidEmailReputation) GetFreeEmail() bool

func (*ApiVoidEmailReputation) GetGovernmentDomain

func (x *ApiVoidEmailReputation) GetGovernmentDomain() bool

func (*ApiVoidEmailReputation) GetHasARecords

func (x *ApiVoidEmailReputation) GetHasARecords() bool

func (*ApiVoidEmailReputation) GetHasMxRecords

func (x *ApiVoidEmailReputation) GetHasMxRecords() bool

func (*ApiVoidEmailReputation) GetHasSpfRecords

func (x *ApiVoidEmailReputation) GetHasSpfRecords() bool

func (*ApiVoidEmailReputation) GetIsSpoofable

func (x *ApiVoidEmailReputation) GetIsSpoofable() bool

func (*ApiVoidEmailReputation) GetPoliceDomain

func (x *ApiVoidEmailReputation) GetPoliceDomain() bool

func (*ApiVoidEmailReputation) GetRiskyTld

func (x *ApiVoidEmailReputation) GetRiskyTld() bool

func (*ApiVoidEmailReputation) GetRoleAddress

func (x *ApiVoidEmailReputation) GetRoleAddress() bool

func (*ApiVoidEmailReputation) GetRussianFreeEmail

func (x *ApiVoidEmailReputation) GetRussianFreeEmail() bool

func (*ApiVoidEmailReputation) GetScore

func (x *ApiVoidEmailReputation) GetScore() int32

func (*ApiVoidEmailReputation) GetShouldBlock

func (x *ApiVoidEmailReputation) GetShouldBlock() bool

func (*ApiVoidEmailReputation) GetSuspiciousDomain

func (x *ApiVoidEmailReputation) GetSuspiciousDomain() bool

func (*ApiVoidEmailReputation) GetSuspiciousEmail

func (x *ApiVoidEmailReputation) GetSuspiciousEmail() bool

func (*ApiVoidEmailReputation) GetSuspiciousUsername

func (x *ApiVoidEmailReputation) GetSuspiciousUsername() bool

func (*ApiVoidEmailReputation) GetUsername

func (x *ApiVoidEmailReputation) GetUsername() string

func (*ApiVoidEmailReputation) GetValidFormat

func (x *ApiVoidEmailReputation) GetValidFormat() bool

func (*ApiVoidEmailReputation) GetValidTld

func (x *ApiVoidEmailReputation) GetValidTld() bool

func (*ApiVoidEmailReputation) ProtoMessage

func (*ApiVoidEmailReputation) ProtoMessage()

func (*ApiVoidEmailReputation) ProtoReflect

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

func (*ApiVoidEmailReputation) Reset

func (x *ApiVoidEmailReputation) Reset()

func (*ApiVoidEmailReputation) SetChinaFreeEmail

func (x *ApiVoidEmailReputation) SetChinaFreeEmail(v bool)

func (*ApiVoidEmailReputation) SetDidYouMean

func (x *ApiVoidEmailReputation) SetDidYouMean(v string)

func (*ApiVoidEmailReputation) SetDirtyWordsDomain

func (x *ApiVoidEmailReputation) SetDirtyWordsDomain(v bool)

func (*ApiVoidEmailReputation) SetDirtyWordsUsername

func (x *ApiVoidEmailReputation) SetDirtyWordsUsername(v bool)

func (*ApiVoidEmailReputation) SetDisposable

func (x *ApiVoidEmailReputation) SetDisposable(v bool)

func (*ApiVoidEmailReputation) SetDmarcConfigured

func (x *ApiVoidEmailReputation) SetDmarcConfigured(v bool)

func (*ApiVoidEmailReputation) SetDmarcEnforced

func (x *ApiVoidEmailReputation) SetDmarcEnforced(v bool)

func (*ApiVoidEmailReputation) SetDomain

func (x *ApiVoidEmailReputation) SetDomain(v string)

func (*ApiVoidEmailReputation) SetDomainPopular

func (x *ApiVoidEmailReputation) SetDomainPopular(v bool)

func (*ApiVoidEmailReputation) SetEducationalDomain

func (x *ApiVoidEmailReputation) SetEducationalDomain(v bool)

func (*ApiVoidEmailReputation) SetEmail

func (x *ApiVoidEmailReputation) SetEmail(v string)

func (*ApiVoidEmailReputation) SetFreeEmail

func (x *ApiVoidEmailReputation) SetFreeEmail(v bool)

func (*ApiVoidEmailReputation) SetGovernmentDomain

func (x *ApiVoidEmailReputation) SetGovernmentDomain(v bool)

func (*ApiVoidEmailReputation) SetHasARecords

func (x *ApiVoidEmailReputation) SetHasARecords(v bool)

func (*ApiVoidEmailReputation) SetHasMxRecords

func (x *ApiVoidEmailReputation) SetHasMxRecords(v bool)

func (*ApiVoidEmailReputation) SetHasSpfRecords

func (x *ApiVoidEmailReputation) SetHasSpfRecords(v bool)

func (*ApiVoidEmailReputation) SetIsSpoofable

func (x *ApiVoidEmailReputation) SetIsSpoofable(v bool)

func (*ApiVoidEmailReputation) SetPoliceDomain

func (x *ApiVoidEmailReputation) SetPoliceDomain(v bool)

func (*ApiVoidEmailReputation) SetRiskyTld

func (x *ApiVoidEmailReputation) SetRiskyTld(v bool)

func (*ApiVoidEmailReputation) SetRoleAddress

func (x *ApiVoidEmailReputation) SetRoleAddress(v bool)

func (*ApiVoidEmailReputation) SetRussianFreeEmail

func (x *ApiVoidEmailReputation) SetRussianFreeEmail(v bool)

func (*ApiVoidEmailReputation) SetScore

func (x *ApiVoidEmailReputation) SetScore(v int32)

func (*ApiVoidEmailReputation) SetShouldBlock

func (x *ApiVoidEmailReputation) SetShouldBlock(v bool)

func (*ApiVoidEmailReputation) SetSuspiciousDomain

func (x *ApiVoidEmailReputation) SetSuspiciousDomain(v bool)

func (*ApiVoidEmailReputation) SetSuspiciousEmail

func (x *ApiVoidEmailReputation) SetSuspiciousEmail(v bool)

func (*ApiVoidEmailReputation) SetSuspiciousUsername

func (x *ApiVoidEmailReputation) SetSuspiciousUsername(v bool)

func (*ApiVoidEmailReputation) SetUsername

func (x *ApiVoidEmailReputation) SetUsername(v string)

func (*ApiVoidEmailReputation) SetValidFormat

func (x *ApiVoidEmailReputation) SetValidFormat(v bool)

func (*ApiVoidEmailReputation) SetValidTld

func (x *ApiVoidEmailReputation) SetValidTld(v bool)

func (*ApiVoidEmailReputation) String

func (x *ApiVoidEmailReputation) String() string

type ApiVoidEmailReputation_builder

type ApiVoidEmailReputation_builder struct {
	Email              string
	ValidFormat        bool
	Username           string
	RoleAddress        bool
	SuspiciousUsername bool
	DirtyWordsUsername bool
	SuspiciousEmail    bool
	Domain             string
	ValidTld           bool
	Disposable         bool
	HasARecords        bool
	HasMxRecords       bool
	HasSpfRecords      bool
	IsSpoofable        bool
	DmarcConfigured    bool
	DmarcEnforced      bool
	FreeEmail          bool
	RussianFreeEmail   bool
	ChinaFreeEmail     bool
	DidYouMean         string
	SuspiciousDomain   bool
	DirtyWordsDomain   bool
	DomainPopular      bool
	RiskyTld           bool
	PoliceDomain       bool
	GovernmentDomain   bool
	EducationalDomain  bool
	ShouldBlock        bool
	Score              int32
	// contains filtered or unexported fields
}

func (ApiVoidEmailReputation_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"`
	// 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) 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) 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
	// 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 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 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 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"`
	// 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) GetProviderId

func (x *CloudCred) GetProviderId() string

func (*CloudCred) GetRestrictedIngress

func (x *CloudCred) GetRestrictedIngress() bool

func (*CloudCred) GetStatus

func (x *CloudCred) GetStatus() string

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) 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) 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
	// 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 ComputeInstanceOptions

type ComputeInstanceOptions struct {
	Location          string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	OperatingSystem   string `protobuf:"bytes,2,opt,name=operating_system,json=operatingSystem,proto3" json:"operating_system,omitempty"`
	InstanceType      string `protobuf:"bytes,3,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	IncludeSpotPrices *bool  `protobuf:"varint,4,opt,name=include_spot_prices,json=includeSpotPrices,proto3,oneof" json:"include_spot_prices,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputeInstanceOptions) ClearIncludeSpotPrices

func (x *ComputeInstanceOptions) ClearIncludeSpotPrices()

func (*ComputeInstanceOptions) GetIncludeSpotPrices

func (x *ComputeInstanceOptions) GetIncludeSpotPrices() bool

func (*ComputeInstanceOptions) GetInstanceType

func (x *ComputeInstanceOptions) GetInstanceType() string

func (*ComputeInstanceOptions) GetLocation

func (x *ComputeInstanceOptions) GetLocation() string

func (*ComputeInstanceOptions) GetOperatingSystem

func (x *ComputeInstanceOptions) GetOperatingSystem() string

func (*ComputeInstanceOptions) HasIncludeSpotPrices

func (x *ComputeInstanceOptions) HasIncludeSpotPrices() bool

func (*ComputeInstanceOptions) ProtoMessage

func (*ComputeInstanceOptions) ProtoMessage()

func (*ComputeInstanceOptions) ProtoReflect

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

func (*ComputeInstanceOptions) Reset

func (x *ComputeInstanceOptions) Reset()

func (*ComputeInstanceOptions) SetIncludeSpotPrices

func (x *ComputeInstanceOptions) SetIncludeSpotPrices(v bool)

func (*ComputeInstanceOptions) SetInstanceType

func (x *ComputeInstanceOptions) SetInstanceType(v string)

func (*ComputeInstanceOptions) SetLocation

func (x *ComputeInstanceOptions) SetLocation(v string)

func (*ComputeInstanceOptions) SetOperatingSystem

func (x *ComputeInstanceOptions) SetOperatingSystem(v string)

func (*ComputeInstanceOptions) String

func (x *ComputeInstanceOptions) String() string

type ComputeInstanceOptions_builder

type ComputeInstanceOptions_builder struct {
	Location          string
	OperatingSystem   string
	InstanceType      string
	IncludeSpotPrices *bool
	// contains filtered or unexported fields
}

func (ComputeInstanceOptions_builder) Build

type ComputeInstanceProduct

type ComputeInstanceProduct struct {
	Attrs  *ComputeInstanceProductAttrs `protobuf:"bytes,1,opt,name=attrs,proto3" json:"attrs,omitempty"`
	Prices *ComputePrice                `protobuf:"bytes,2,opt,name=prices,proto3" json:"prices,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputeInstanceProduct) ClearAttrs

func (x *ComputeInstanceProduct) ClearAttrs()

func (*ComputeInstanceProduct) ClearPrices

func (x *ComputeInstanceProduct) ClearPrices()

func (*ComputeInstanceProduct) GetAttrs

func (*ComputeInstanceProduct) GetPrices

func (x *ComputeInstanceProduct) GetPrices() *ComputePrice

func (*ComputeInstanceProduct) HasAttrs

func (x *ComputeInstanceProduct) HasAttrs() bool

func (*ComputeInstanceProduct) HasPrices

func (x *ComputeInstanceProduct) HasPrices() bool

func (*ComputeInstanceProduct) ProtoMessage

func (*ComputeInstanceProduct) ProtoMessage()

func (*ComputeInstanceProduct) ProtoReflect

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

func (*ComputeInstanceProduct) Reset

func (x *ComputeInstanceProduct) Reset()

func (*ComputeInstanceProduct) SetAttrs

func (*ComputeInstanceProduct) SetPrices

func (x *ComputeInstanceProduct) SetPrices(v *ComputePrice)

func (*ComputeInstanceProduct) String

func (x *ComputeInstanceProduct) String() string

type ComputeInstanceProductAttrs

type ComputeInstanceProductAttrs struct {
	InstanceType    string `protobuf:"bytes,1,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	OperatingSystem string `protobuf:"bytes,2,opt,name=operating_system,json=operatingSystem,proto3" json:"operating_system,omitempty"`
	Location        string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputeInstanceProductAttrs) GetInstanceType

func (x *ComputeInstanceProductAttrs) GetInstanceType() string

func (*ComputeInstanceProductAttrs) GetLocation

func (x *ComputeInstanceProductAttrs) GetLocation() string

func (*ComputeInstanceProductAttrs) GetOperatingSystem

func (x *ComputeInstanceProductAttrs) GetOperatingSystem() string

func (*ComputeInstanceProductAttrs) ProtoMessage

func (*ComputeInstanceProductAttrs) ProtoMessage()

func (*ComputeInstanceProductAttrs) ProtoReflect

func (*ComputeInstanceProductAttrs) Reset

func (x *ComputeInstanceProductAttrs) Reset()

func (*ComputeInstanceProductAttrs) SetInstanceType

func (x *ComputeInstanceProductAttrs) SetInstanceType(v string)

func (*ComputeInstanceProductAttrs) SetLocation

func (x *ComputeInstanceProductAttrs) SetLocation(v string)

func (*ComputeInstanceProductAttrs) SetOperatingSystem

func (x *ComputeInstanceProductAttrs) SetOperatingSystem(v string)

func (*ComputeInstanceProductAttrs) String

func (x *ComputeInstanceProductAttrs) String() string

type ComputeInstanceProductAttrs_builder

type ComputeInstanceProductAttrs_builder struct {
	InstanceType    string
	OperatingSystem string
	Location        string
	// contains filtered or unexported fields
}

func (ComputeInstanceProductAttrs_builder) Build

type ComputeInstanceProduct_builder

type ComputeInstanceProduct_builder struct {
	Attrs  *ComputeInstanceProductAttrs
	Prices *ComputePrice
	// contains filtered or unexported fields
}

func (ComputeInstanceProduct_builder) Build

type ComputePrice

type ComputePrice struct {
	OnDemand *OnDemand `protobuf:"bytes,1,opt,name=on_demand,json=onDemand,proto3" json:"on_demand,omitempty"`
	Spot     []*Spot   `protobuf:"bytes,2,rep,name=spot,proto3" json:"spot,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputePrice) ClearOnDemand

func (x *ComputePrice) ClearOnDemand()

func (*ComputePrice) GetOnDemand

func (x *ComputePrice) GetOnDemand() *OnDemand

func (*ComputePrice) GetSpot

func (x *ComputePrice) GetSpot() []*Spot

func (*ComputePrice) HasOnDemand

func (x *ComputePrice) HasOnDemand() bool

func (*ComputePrice) ProtoMessage

func (*ComputePrice) ProtoMessage()

func (*ComputePrice) ProtoReflect

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

func (*ComputePrice) Reset

func (x *ComputePrice) Reset()

func (*ComputePrice) SetOnDemand

func (x *ComputePrice) SetOnDemand(v *OnDemand)

func (*ComputePrice) SetSpot

func (x *ComputePrice) SetSpot(v []*Spot)

func (*ComputePrice) String

func (x *ComputePrice) String() string

type ComputePrice_builder

type ComputePrice_builder struct {
	OnDemand *OnDemand
	Spot     []*Spot
	// contains filtered or unexported fields
}

func (ComputePrice_builder) Build

func (b0 ComputePrice_builder) Build() *ComputePrice

type ConfigConfig

type ConfigConfig struct {
	Name           string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	File           string            `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Environment    string            `protobuf:"bytes,3,opt,name=environment,proto3" json:"environment,omitempty"`
	Content        string            `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	External       *External         `protobuf:"bytes,5,opt,name=external,proto3" json:"external,omitempty"`
	Labels         map[string]string `` /* 139-byte string literal not displayed */
	Driver         string            `protobuf:"bytes,7,opt,name=driver,proto3" json:"driver,omitempty"`
	DriverOpts     map[string]string `` /* 165-byte string literal not displayed */
	TemplateDriver string            `protobuf:"bytes,9,opt,name=template_driver,json=templateDriver,proto3" json:"template_driver,omitempty"`
	// contains filtered or unexported fields
}

ConfigConfig mirrors SecretConfig for config objects

func (*ConfigConfig) ClearExternal

func (x *ConfigConfig) ClearExternal()

func (*ConfigConfig) GetContent

func (x *ConfigConfig) GetContent() string

func (*ConfigConfig) GetDriver

func (x *ConfigConfig) GetDriver() string

func (*ConfigConfig) GetDriverOpts

func (x *ConfigConfig) GetDriverOpts() map[string]string

func (*ConfigConfig) GetEnvironment

func (x *ConfigConfig) GetEnvironment() string

func (*ConfigConfig) GetExternal

func (x *ConfigConfig) GetExternal() *External

func (*ConfigConfig) GetFile

func (x *ConfigConfig) GetFile() string

func (*ConfigConfig) GetLabels

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

func (*ConfigConfig) GetName

func (x *ConfigConfig) GetName() string

func (*ConfigConfig) GetTemplateDriver

func (x *ConfigConfig) GetTemplateDriver() string

func (*ConfigConfig) HasExternal

func (x *ConfigConfig) HasExternal() bool

func (*ConfigConfig) ProtoMessage

func (*ConfigConfig) ProtoMessage()

func (*ConfigConfig) ProtoReflect

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

func (*ConfigConfig) Reset

func (x *ConfigConfig) Reset()

func (*ConfigConfig) SetContent

func (x *ConfigConfig) SetContent(v string)

func (*ConfigConfig) SetDriver

func (x *ConfigConfig) SetDriver(v string)

func (*ConfigConfig) SetDriverOpts

func (x *ConfigConfig) SetDriverOpts(v map[string]string)

func (*ConfigConfig) SetEnvironment

func (x *ConfigConfig) SetEnvironment(v string)

func (*ConfigConfig) SetExternal

func (x *ConfigConfig) SetExternal(v *External)

func (*ConfigConfig) SetFile

func (x *ConfigConfig) SetFile(v string)

func (*ConfigConfig) SetLabels

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

func (*ConfigConfig) SetName

func (x *ConfigConfig) SetName(v string)

func (*ConfigConfig) SetTemplateDriver

func (x *ConfigConfig) SetTemplateDriver(v string)

func (*ConfigConfig) String

func (x *ConfigConfig) String() string

type ConfigConfig_builder

type ConfigConfig_builder struct {
	Name           string
	File           string
	Environment    string
	Content        string
	External       *External
	Labels         map[string]string
	Driver         string
	DriverOpts     map[string]string
	TemplateDriver string
	// contains filtered or unexported fields
}

func (ConfigConfig_builder) Build

func (b0 ConfigConfig_builder) Build() *ConfigConfig

type Container

type Container struct {

	// base_image is the container registry image url
	BaseImage string `protobuf:"bytes,1,opt,name=base_image,json=baseImage,proto3" json:"base_image,omitempty"`
	// entrypoint is an array of strings for the docker entrypoint args
	Entrypoint  []string          `protobuf:"bytes,2,rep,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	CommandArgs []string          `protobuf:"bytes,4,rep,name=command_args,json=commandArgs,proto3" json:"command_args,omitempty"`
	EnvVars     map[string]string `` /* 156-byte string literal not displayed */
	Registry    *Registry         `protobuf:"bytes,3,opt,name=registry,proto3" json:"registry,omitempty"`
	// contains filtered or unexported fields
}

func (*Container) ClearRegistry

func (x *Container) ClearRegistry()

func (*Container) GetBaseImage

func (x *Container) GetBaseImage() string

func (*Container) GetCommandArgs

func (x *Container) GetCommandArgs() []string

func (*Container) GetEntrypoint

func (x *Container) GetEntrypoint() []string

func (*Container) GetEnvVars

func (x *Container) GetEnvVars() map[string]string

func (*Container) GetRegistry

func (x *Container) GetRegistry() *Registry

func (*Container) HasRegistry

func (x *Container) HasRegistry() bool

func (*Container) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) ProtoReflect

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

func (*Container) Reset

func (x *Container) Reset()

func (*Container) SetBaseImage

func (x *Container) SetBaseImage(v string)

func (*Container) SetCommandArgs

func (x *Container) SetCommandArgs(v []string)

func (*Container) SetEntrypoint

func (x *Container) SetEntrypoint(v []string)

func (*Container) SetEnvVars

func (x *Container) SetEnvVars(v map[string]string)

func (*Container) SetRegistry

func (x *Container) SetRegistry(v *Registry)

func (*Container) String

func (x *Container) String() string

type ContainerBuild

type ContainerBuild struct {

	// base_image is the container registry image url
	BaseImage string `protobuf:"bytes,1,opt,name=base_image,json=baseImage,proto3" json:"base_image,omitempty"`
	// entrypoint is an array of strings for the docker entrypoint args
	Entrypoint []string  `protobuf:"bytes,2,rep,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Registry   *Registry `protobuf:"bytes,3,opt,name=registry,proto3" json:"registry,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerBuild) ClearRegistry

func (x *ContainerBuild) ClearRegistry()

func (*ContainerBuild) GetBaseImage

func (x *ContainerBuild) GetBaseImage() string

func (*ContainerBuild) GetEntrypoint

func (x *ContainerBuild) GetEntrypoint() []string

func (*ContainerBuild) GetRegistry

func (x *ContainerBuild) GetRegistry() *Registry

func (*ContainerBuild) HasRegistry

func (x *ContainerBuild) HasRegistry() bool

func (*ContainerBuild) ProtoMessage

func (*ContainerBuild) ProtoMessage()

func (*ContainerBuild) ProtoReflect

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

func (*ContainerBuild) Reset

func (x *ContainerBuild) Reset()

func (*ContainerBuild) SetBaseImage

func (x *ContainerBuild) SetBaseImage(v string)

func (*ContainerBuild) SetEntrypoint

func (x *ContainerBuild) SetEntrypoint(v []string)

func (*ContainerBuild) SetRegistry

func (x *ContainerBuild) SetRegistry(v *Registry)

func (*ContainerBuild) String

func (x *ContainerBuild) String() string

type ContainerBuild_builder

type ContainerBuild_builder struct {

	// base_image is the container registry image url
	BaseImage string
	// entrypoint is an array of strings for the docker entrypoint args
	Entrypoint []string
	Registry   *Registry
	// contains filtered or unexported fields
}

func (ContainerBuild_builder) Build

type Container_builder

type Container_builder struct {

	// base_image is the container registry image url
	BaseImage string
	// entrypoint is an array of strings for the docker entrypoint args
	Entrypoint  []string
	CommandArgs []string
	EnvVars     map[string]string
	Registry    *Registry
	// contains filtered or unexported fields
}

func (Container_builder) Build

func (b0 Container_builder) Build() *Container

type CreateAPIKeyRequest

type CreateAPIKeyRequest struct {
	ApiKeyId string            `protobuf:"bytes,1,opt,name=api_key_id,json=apiKeyId,proto3" json:"api_key_id,omitempty"`
	Labels   map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateAPIKeyRequest) GetApiKeyId

func (x *CreateAPIKeyRequest) GetApiKeyId() string

func (*CreateAPIKeyRequest) GetLabels

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

func (*CreateAPIKeyRequest) ProtoMessage

func (*CreateAPIKeyRequest) ProtoMessage()

func (*CreateAPIKeyRequest) ProtoReflect

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

func (*CreateAPIKeyRequest) Reset

func (x *CreateAPIKeyRequest) Reset()

func (*CreateAPIKeyRequest) SetApiKeyId

func (x *CreateAPIKeyRequest) SetApiKeyId(v string)

func (*CreateAPIKeyRequest) SetLabels

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

func (*CreateAPIKeyRequest) String

func (x *CreateAPIKeyRequest) String() string

type CreateAPIKeyRequest_builder

type CreateAPIKeyRequest_builder struct {
	ApiKeyId string
	Labels   map[string]string
	// contains filtered or unexported fields
}

func (CreateAPIKeyRequest_builder) Build

type CreateAPIKeyResponse

type CreateAPIKeyResponse struct {
	ApiKey *APIKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAPIKeyResponse) ClearApiKey

func (x *CreateAPIKeyResponse) ClearApiKey()

func (*CreateAPIKeyResponse) GetApiKey

func (x *CreateAPIKeyResponse) GetApiKey() *APIKey

func (*CreateAPIKeyResponse) HasApiKey

func (x *CreateAPIKeyResponse) HasApiKey() bool

func (*CreateAPIKeyResponse) ProtoMessage

func (*CreateAPIKeyResponse) ProtoMessage()

func (*CreateAPIKeyResponse) ProtoReflect

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

func (*CreateAPIKeyResponse) Reset

func (x *CreateAPIKeyResponse) Reset()

func (*CreateAPIKeyResponse) SetApiKey

func (x *CreateAPIKeyResponse) SetApiKey(v *APIKey)

func (*CreateAPIKeyResponse) String

func (x *CreateAPIKeyResponse) String() string

type CreateAPIKeyResponse_builder

type CreateAPIKeyResponse_builder struct {
	ApiKey *APIKey
	// contains filtered or unexported fields
}

func (CreateAPIKeyResponse_builder) Build

type CreateAccessPolicy

type CreateAccessPolicy struct {
	Name                  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ExternalAuthId        string `protobuf:"bytes,2,opt,name=external_auth_id,json=externalAuthId,proto3" json:"external_auth_id,omitempty"`
	IdentityProviderId    string `protobuf:"bytes,5,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // optional if not set will use default provider id, eg. "auth0" "nvidia-starfleet"
	IngressGatewayTokenId string ``                                                                                                                      /* 128-byte string literal not displayed */
	IsPublic              *bool  `protobuf:"varint,4,opt,name=is_public,json=isPublic,proto3,oneof" json:"is_public,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccessPolicy) ClearIsPublic

func (x *CreateAccessPolicy) ClearIsPublic()

func (*CreateAccessPolicy) GetExternalAuthId

func (x *CreateAccessPolicy) GetExternalAuthId() string

func (*CreateAccessPolicy) GetIdentityProviderId

func (x *CreateAccessPolicy) GetIdentityProviderId() string

func (*CreateAccessPolicy) GetIngressGatewayTokenId

func (x *CreateAccessPolicy) GetIngressGatewayTokenId() string

func (*CreateAccessPolicy) GetIsPublic

func (x *CreateAccessPolicy) GetIsPublic() bool

func (*CreateAccessPolicy) GetName

func (x *CreateAccessPolicy) GetName() string

func (*CreateAccessPolicy) HasIsPublic

func (x *CreateAccessPolicy) HasIsPublic() bool

func (*CreateAccessPolicy) ProtoMessage

func (*CreateAccessPolicy) ProtoMessage()

func (*CreateAccessPolicy) ProtoReflect

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

func (*CreateAccessPolicy) Reset

func (x *CreateAccessPolicy) Reset()

func (*CreateAccessPolicy) SetExternalAuthId

func (x *CreateAccessPolicy) SetExternalAuthId(v string)

func (*CreateAccessPolicy) SetIdentityProviderId

func (x *CreateAccessPolicy) SetIdentityProviderId(v string)

func (*CreateAccessPolicy) SetIngressGatewayTokenId

func (x *CreateAccessPolicy) SetIngressGatewayTokenId(v string)

func (*CreateAccessPolicy) SetIsPublic

func (x *CreateAccessPolicy) SetIsPublic(v bool)

func (*CreateAccessPolicy) SetName

func (x *CreateAccessPolicy) SetName(v string)

func (*CreateAccessPolicy) String

func (x *CreateAccessPolicy) String() string

type CreateAccessPolicy_builder

type CreateAccessPolicy_builder struct {
	Name                  string
	ExternalAuthId        string
	IdentityProviderId    string
	IngressGatewayTokenId string
	IsPublic              *bool
	// contains filtered or unexported fields
}

func (CreateAccessPolicy_builder) Build

type CreateAttempt

type CreateAttempt struct {
	Request            *CreateInstanceRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	Status             *CreateAttemptStatus   `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	AttemptCount       int32                  `protobuf:"varint,3,opt,name=attempt_count,json=attemptCount,proto3" json:"attempt_count,omitempty"`
	LastAttemptMessage string                 `protobuf:"bytes,4,opt,name=last_attempt_message,json=lastAttemptMessage,proto3" json:"last_attempt_message,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAttempt) ClearRequest

func (x *CreateAttempt) ClearRequest()

func (*CreateAttempt) ClearStatus

func (x *CreateAttempt) ClearStatus()

func (*CreateAttempt) GetAttemptCount

func (x *CreateAttempt) GetAttemptCount() int32

func (*CreateAttempt) GetLastAttemptMessage

func (x *CreateAttempt) GetLastAttemptMessage() string

func (*CreateAttempt) GetRequest

func (x *CreateAttempt) GetRequest() *CreateInstanceRequest

func (*CreateAttempt) GetStatus

func (x *CreateAttempt) GetStatus() *CreateAttemptStatus

func (*CreateAttempt) HasRequest

func (x *CreateAttempt) HasRequest() bool

func (*CreateAttempt) HasStatus

func (x *CreateAttempt) HasStatus() bool

func (*CreateAttempt) ProtoMessage

func (*CreateAttempt) ProtoMessage()

func (*CreateAttempt) ProtoReflect

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

func (*CreateAttempt) Reset

func (x *CreateAttempt) Reset()

func (*CreateAttempt) SetAttemptCount

func (x *CreateAttempt) SetAttemptCount(v int32)

func (*CreateAttempt) SetLastAttemptMessage

func (x *CreateAttempt) SetLastAttemptMessage(v string)

func (*CreateAttempt) SetRequest

func (x *CreateAttempt) SetRequest(v *CreateInstanceRequest)

func (*CreateAttempt) SetStatus

func (x *CreateAttempt) SetStatus(v *CreateAttemptStatus)

func (*CreateAttempt) String

func (x *CreateAttempt) String() string

type CreateAttemptStatus

type CreateAttemptStatus struct {
	State   CreateAttemptStatus_State `protobuf:"varint,1,opt,name=state,proto3,enum=devplaneapi.v1.CreateAttemptStatus_State" json:"state,omitempty"`
	Message string                    `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Details string                    `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAttemptStatus) GetDetails

func (x *CreateAttemptStatus) GetDetails() string

func (*CreateAttemptStatus) GetMessage

func (x *CreateAttemptStatus) GetMessage() string

func (*CreateAttemptStatus) GetState

func (*CreateAttemptStatus) ProtoMessage

func (*CreateAttemptStatus) ProtoMessage()

func (*CreateAttemptStatus) ProtoReflect

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

func (*CreateAttemptStatus) Reset

func (x *CreateAttemptStatus) Reset()

func (*CreateAttemptStatus) SetDetails

func (x *CreateAttemptStatus) SetDetails(v string)

func (*CreateAttemptStatus) SetMessage

func (x *CreateAttemptStatus) SetMessage(v string)

func (*CreateAttemptStatus) SetState

func (*CreateAttemptStatus) String

func (x *CreateAttemptStatus) String() string

type CreateAttemptStatus_State

type CreateAttemptStatus_State int32
const (
	CreateAttemptStatus_STATE_UNSPECIFIED CreateAttemptStatus_State = 0
	CreateAttemptStatus_STATE_WAITING     CreateAttemptStatus_State = 1
	CreateAttemptStatus_STATE_RUNNING     CreateAttemptStatus_State = 2
	CreateAttemptStatus_STATE_SUCCESS     CreateAttemptStatus_State = 3
	CreateAttemptStatus_STATE_FAILURE     CreateAttemptStatus_State = 4
)

func (CreateAttemptStatus_State) Descriptor

func (CreateAttemptStatus_State) Enum

func (CreateAttemptStatus_State) Number

func (CreateAttemptStatus_State) String

func (x CreateAttemptStatus_State) String() string

func (CreateAttemptStatus_State) Type

type CreateAttemptStatus_builder

type CreateAttemptStatus_builder struct {
	State   CreateAttemptStatus_State
	Message string
	Details string
	// contains filtered or unexported fields
}

func (CreateAttemptStatus_builder) Build

type CreateAttempt_builder

type CreateAttempt_builder struct {
	Request            *CreateInstanceRequest
	Status             *CreateAttemptStatus
	AttemptCount       int32
	LastAttemptMessage string
	// contains filtered or unexported fields
}

func (CreateAttempt_builder) Build

type CreateBillingProfileRequest

type CreateBillingProfileRequest struct {
	BillingProfileId string            `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	Labels           map[string]string `` /* 139-byte string literal not displayed */
	// Types that are valid to be assigned to Account:
	//
	//	*CreateBillingProfileRequest_ExternalAccountId
	//	*CreateBillingProfileRequest_BillingProfileDetails
	Account              isCreateBillingProfileRequest_Account `protobuf_oneof:"account"`
	UsageLabels          map[string]string                     `` /* 168-byte string literal not displayed */
	UsageCloudCredLabels map[string]string                     `` /* 199-byte string literal not displayed */
	BillingThreshold     int64                                 `protobuf:"varint,7,opt,name=billing_threshold,json=billingThreshold,proto3" json:"billing_threshold,omitempty"`
	CreditDetails        *CreditDetails                        `protobuf:"bytes,8,opt,name=credit_details,json=creditDetails,proto3" json:"credit_details,omitempty"`
	BillingType          *string                               `protobuf:"bytes,9,opt,name=billing_type,json=billingType,proto3,oneof" json:"billing_type,omitempty"`
	ResourceLimits       *ResourceLimits                       `protobuf:"bytes,10,opt,name=resource_limits,json=resourceLimits,proto3" json:"resource_limits,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingProfileRequest) ClearAccount

func (x *CreateBillingProfileRequest) ClearAccount()

func (*CreateBillingProfileRequest) ClearBillingProfileDetails

func (x *CreateBillingProfileRequest) ClearBillingProfileDetails()

func (*CreateBillingProfileRequest) ClearBillingType

func (x *CreateBillingProfileRequest) ClearBillingType()

func (*CreateBillingProfileRequest) ClearCreditDetails

func (x *CreateBillingProfileRequest) ClearCreditDetails()

func (*CreateBillingProfileRequest) ClearExternalAccountId

func (x *CreateBillingProfileRequest) ClearExternalAccountId()

func (*CreateBillingProfileRequest) ClearResourceLimits

func (x *CreateBillingProfileRequest) ClearResourceLimits()

func (*CreateBillingProfileRequest) GetAccount

func (x *CreateBillingProfileRequest) GetAccount() isCreateBillingProfileRequest_Account

func (*CreateBillingProfileRequest) GetBillingProfileDetails

func (x *CreateBillingProfileRequest) GetBillingProfileDetails() *BillingProfileDetails

func (*CreateBillingProfileRequest) GetBillingProfileId

func (x *CreateBillingProfileRequest) GetBillingProfileId() string

func (*CreateBillingProfileRequest) GetBillingThreshold

func (x *CreateBillingProfileRequest) GetBillingThreshold() int64

func (*CreateBillingProfileRequest) GetBillingType

func (x *CreateBillingProfileRequest) GetBillingType() string

func (*CreateBillingProfileRequest) GetCreditDetails

func (x *CreateBillingProfileRequest) GetCreditDetails() *CreditDetails

func (*CreateBillingProfileRequest) GetExternalAccountId

func (x *CreateBillingProfileRequest) GetExternalAccountId() string

func (*CreateBillingProfileRequest) GetLabels

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

func (*CreateBillingProfileRequest) GetResourceLimits

func (x *CreateBillingProfileRequest) GetResourceLimits() *ResourceLimits

func (*CreateBillingProfileRequest) GetUsageCloudCredLabels

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

func (*CreateBillingProfileRequest) GetUsageLabels

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

func (*CreateBillingProfileRequest) HasAccount

func (x *CreateBillingProfileRequest) HasAccount() bool

func (*CreateBillingProfileRequest) HasBillingProfileDetails

func (x *CreateBillingProfileRequest) HasBillingProfileDetails() bool

func (*CreateBillingProfileRequest) HasBillingType

func (x *CreateBillingProfileRequest) HasBillingType() bool

func (*CreateBillingProfileRequest) HasCreditDetails

func (x *CreateBillingProfileRequest) HasCreditDetails() bool

func (*CreateBillingProfileRequest) HasExternalAccountId

func (x *CreateBillingProfileRequest) HasExternalAccountId() bool

func (*CreateBillingProfileRequest) HasResourceLimits

func (x *CreateBillingProfileRequest) HasResourceLimits() bool

func (*CreateBillingProfileRequest) ProtoMessage

func (*CreateBillingProfileRequest) ProtoMessage()

func (*CreateBillingProfileRequest) ProtoReflect

func (*CreateBillingProfileRequest) Reset

func (x *CreateBillingProfileRequest) Reset()

func (*CreateBillingProfileRequest) SetBillingProfileDetails

func (x *CreateBillingProfileRequest) SetBillingProfileDetails(v *BillingProfileDetails)

func (*CreateBillingProfileRequest) SetBillingProfileId

func (x *CreateBillingProfileRequest) SetBillingProfileId(v string)

func (*CreateBillingProfileRequest) SetBillingThreshold

func (x *CreateBillingProfileRequest) SetBillingThreshold(v int64)

func (*CreateBillingProfileRequest) SetBillingType

func (x *CreateBillingProfileRequest) SetBillingType(v string)

func (*CreateBillingProfileRequest) SetCreditDetails

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

func (*CreateBillingProfileRequest) SetExternalAccountId

func (x *CreateBillingProfileRequest) SetExternalAccountId(v string)

func (*CreateBillingProfileRequest) SetLabels

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

func (*CreateBillingProfileRequest) SetResourceLimits

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

func (*CreateBillingProfileRequest) SetUsageCloudCredLabels

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

func (*CreateBillingProfileRequest) SetUsageLabels

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

func (*CreateBillingProfileRequest) String

func (x *CreateBillingProfileRequest) String() string

func (*CreateBillingProfileRequest) WhichAccount

func (x *CreateBillingProfileRequest) WhichAccount() case_CreateBillingProfileRequest_Account

type CreateBillingProfileRequest_BillingProfileDetails

type CreateBillingProfileRequest_BillingProfileDetails struct {
	BillingProfileDetails *BillingProfileDetails `protobuf:"bytes,4,opt,name=billing_profile_details,json=billingProfileDetails,proto3,oneof"`
}

type CreateBillingProfileRequest_ExternalAccountId

type CreateBillingProfileRequest_ExternalAccountId struct {
	ExternalAccountId string `protobuf:"bytes,3,opt,name=external_account_id,json=externalAccountId,proto3,oneof"`
}

type CreateBillingProfileRequest_builder

type CreateBillingProfileRequest_builder struct {
	BillingProfileId string
	Labels           map[string]string
	// Fields of oneof Account:
	ExternalAccountId     *string
	BillingProfileDetails *BillingProfileDetails
	// -- end of Account
	UsageLabels          map[string]string
	UsageCloudCredLabels map[string]string
	BillingThreshold     int64
	CreditDetails        *CreditDetails
	BillingType          *string
	ResourceLimits       *ResourceLimits
	// contains filtered or unexported fields
}

func (CreateBillingProfileRequest_builder) Build

type CreateBillingProfileResponse

type CreateBillingProfileResponse struct {
	BillingProfile *BillingProfile `protobuf:"bytes,1,opt,name=billing_profile,json=billingProfile,proto3" json:"billing_profile,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingProfileResponse) ClearBillingProfile

func (x *CreateBillingProfileResponse) ClearBillingProfile()

func (*CreateBillingProfileResponse) GetBillingProfile

func (x *CreateBillingProfileResponse) GetBillingProfile() *BillingProfile

func (*CreateBillingProfileResponse) HasBillingProfile

func (x *CreateBillingProfileResponse) HasBillingProfile() bool

func (*CreateBillingProfileResponse) ProtoMessage

func (*CreateBillingProfileResponse) ProtoMessage()

func (*CreateBillingProfileResponse) ProtoReflect

func (*CreateBillingProfileResponse) Reset

func (x *CreateBillingProfileResponse) Reset()

func (*CreateBillingProfileResponse) SetBillingProfile

func (x *CreateBillingProfileResponse) SetBillingProfile(v *BillingProfile)

func (*CreateBillingProfileResponse) String

type CreateBillingProfileResponse_builder

type CreateBillingProfileResponse_builder struct {
	BillingProfile *BillingProfile
	// contains filtered or unexported fields
}

func (CreateBillingProfileResponse_builder) Build

type CreateCardHoldRequest

type CreateCardHoldRequest struct {
	BillingProfileId string `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	PaymentMethodId  string `protobuf:"bytes,2,opt,name=payment_method_id,json=paymentMethodId,proto3" json:"payment_method_id,omitempty"`
	Amount           int64  `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCardHoldRequest) GetAmount

func (x *CreateCardHoldRequest) GetAmount() int64

func (*CreateCardHoldRequest) GetBillingProfileId

func (x *CreateCardHoldRequest) GetBillingProfileId() string

func (*CreateCardHoldRequest) GetPaymentMethodId

func (x *CreateCardHoldRequest) GetPaymentMethodId() string

func (*CreateCardHoldRequest) ProtoMessage

func (*CreateCardHoldRequest) ProtoMessage()

func (*CreateCardHoldRequest) ProtoReflect

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

func (*CreateCardHoldRequest) Reset

func (x *CreateCardHoldRequest) Reset()

func (*CreateCardHoldRequest) SetAmount

func (x *CreateCardHoldRequest) SetAmount(v int64)

func (*CreateCardHoldRequest) SetBillingProfileId

func (x *CreateCardHoldRequest) SetBillingProfileId(v string)

func (*CreateCardHoldRequest) SetPaymentMethodId

func (x *CreateCardHoldRequest) SetPaymentMethodId(v string)

func (*CreateCardHoldRequest) String

func (x *CreateCardHoldRequest) String() string

type CreateCardHoldRequest_builder

type CreateCardHoldRequest_builder struct {
	BillingProfileId string
	PaymentMethodId  string
	Amount           int64
	// contains filtered or unexported fields
}

func (CreateCardHoldRequest_builder) Build

type CreateCardHoldResponse

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

func (*CreateCardHoldResponse) ClearPayment

func (x *CreateCardHoldResponse) ClearPayment()

func (*CreateCardHoldResponse) GetPayment

func (x *CreateCardHoldResponse) GetPayment() *Payment

func (*CreateCardHoldResponse) HasPayment

func (x *CreateCardHoldResponse) HasPayment() bool

func (*CreateCardHoldResponse) ProtoMessage

func (*CreateCardHoldResponse) ProtoMessage()

func (*CreateCardHoldResponse) ProtoReflect

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

func (*CreateCardHoldResponse) Reset

func (x *CreateCardHoldResponse) Reset()

func (*CreateCardHoldResponse) SetPayment

func (x *CreateCardHoldResponse) SetPayment(v *Payment)

func (*CreateCardHoldResponse) String

func (x *CreateCardHoldResponse) String() string

type CreateCardHoldResponse_builder

type CreateCardHoldResponse_builder struct {
	Payment *Payment
	// contains filtered or unexported fields
}

func (CreateCardHoldResponse_builder) Build

type CreateCloudCredRequest

type CreateCloudCredRequest struct {
	ProviderId string `protobuf:"bytes,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"` // consider removing or not using https://linear.app/brev/issue/ENG-1529/consider-removing-provider-id-from-create-cloud-credential-request-and
	// Types that are valid to be assigned to Credential:
	//
	//	*CreateCloudCredRequest_Aws
	//	*CreateCloudCredRequest_Azure
	//	*CreateCloudCredRequest_LambdaLabs
	//	*CreateCloudCredRequest_Gcp
	//	*CreateCloudCredRequest_Fluidstack
	//	*CreateCloudCredRequest_VastAi
	//	*CreateCloudCredRequest_Akash
	//	*CreateCloudCredRequest_Crusoe
	//	*CreateCloudCredRequest_Launchpad
	Credential  isCreateCloudCredRequest_Credential `protobuf_oneof:"credential"`
	CloudCredId string                              `protobuf:"bytes,4,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	Labels      map[string]string                   `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateCloudCredRequest) ClearAkash

func (x *CreateCloudCredRequest) ClearAkash()

func (*CreateCloudCredRequest) ClearAws

func (x *CreateCloudCredRequest) ClearAws()

func (*CreateCloudCredRequest) ClearAzure

func (x *CreateCloudCredRequest) ClearAzure()

func (*CreateCloudCredRequest) ClearCredential

func (x *CreateCloudCredRequest) ClearCredential()

func (*CreateCloudCredRequest) ClearCrusoe

func (x *CreateCloudCredRequest) ClearCrusoe()

func (*CreateCloudCredRequest) ClearFluidstack

func (x *CreateCloudCredRequest) ClearFluidstack()

func (*CreateCloudCredRequest) ClearGcp

func (x *CreateCloudCredRequest) ClearGcp()

func (*CreateCloudCredRequest) ClearLambdaLabs

func (x *CreateCloudCredRequest) ClearLambdaLabs()

func (*CreateCloudCredRequest) ClearLaunchpad

func (x *CreateCloudCredRequest) ClearLaunchpad()

func (*CreateCloudCredRequest) ClearVastAi

func (x *CreateCloudCredRequest) ClearVastAi()

func (*CreateCloudCredRequest) GetAkash

func (x *CreateCloudCredRequest) GetAkash() *AkashCredential

func (*CreateCloudCredRequest) GetAws

func (*CreateCloudCredRequest) GetAzure

func (x *CreateCloudCredRequest) GetAzure() *AzureCredential

func (*CreateCloudCredRequest) GetCloudCredId

func (x *CreateCloudCredRequest) GetCloudCredId() string

func (*CreateCloudCredRequest) GetCredential

func (x *CreateCloudCredRequest) GetCredential() isCreateCloudCredRequest_Credential

func (*CreateCloudCredRequest) GetCrusoe

func (x *CreateCloudCredRequest) GetCrusoe() *CrusoeCredential

func (*CreateCloudCredRequest) GetFluidstack

func (x *CreateCloudCredRequest) GetFluidstack() *FluidstackCredential

func (*CreateCloudCredRequest) GetGcp

func (*CreateCloudCredRequest) GetLabels

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

func (*CreateCloudCredRequest) GetLambdaLabs

func (x *CreateCloudCredRequest) GetLambdaLabs() *LambdaLabsCredential

func (*CreateCloudCredRequest) GetLaunchpad

func (x *CreateCloudCredRequest) GetLaunchpad() *LaunchpadCredential

func (*CreateCloudCredRequest) GetProviderId

func (x *CreateCloudCredRequest) GetProviderId() string

func (*CreateCloudCredRequest) GetVastAi

func (x *CreateCloudCredRequest) GetVastAi() *VastAICredential

func (*CreateCloudCredRequest) HasAkash

func (x *CreateCloudCredRequest) HasAkash() bool

func (*CreateCloudCredRequest) HasAws

func (x *CreateCloudCredRequest) HasAws() bool

func (*CreateCloudCredRequest) HasAzure

func (x *CreateCloudCredRequest) HasAzure() bool

func (*CreateCloudCredRequest) HasCredential

func (x *CreateCloudCredRequest) HasCredential() bool

func (*CreateCloudCredRequest) HasCrusoe

func (x *CreateCloudCredRequest) HasCrusoe() bool

func (*CreateCloudCredRequest) HasFluidstack

func (x *CreateCloudCredRequest) HasFluidstack() bool

func (*CreateCloudCredRequest) HasGcp

func (x *CreateCloudCredRequest) HasGcp() bool

func (*CreateCloudCredRequest) HasLambdaLabs

func (x *CreateCloudCredRequest) HasLambdaLabs() bool

func (*CreateCloudCredRequest) HasLaunchpad

func (x *CreateCloudCredRequest) HasLaunchpad() bool

func (*CreateCloudCredRequest) HasVastAi

func (x *CreateCloudCredRequest) HasVastAi() bool

func (*CreateCloudCredRequest) ProtoMessage

func (*CreateCloudCredRequest) ProtoMessage()

func (*CreateCloudCredRequest) ProtoReflect

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

func (*CreateCloudCredRequest) Reset

func (x *CreateCloudCredRequest) Reset()

func (*CreateCloudCredRequest) SetAkash

func (x *CreateCloudCredRequest) SetAkash(v *AkashCredential)

func (*CreateCloudCredRequest) SetAws

func (x *CreateCloudCredRequest) SetAws(v *AWSCredential)

func (*CreateCloudCredRequest) SetAzure

func (x *CreateCloudCredRequest) SetAzure(v *AzureCredential)

func (*CreateCloudCredRequest) SetCloudCredId

func (x *CreateCloudCredRequest) SetCloudCredId(v string)

func (*CreateCloudCredRequest) SetCrusoe

func (x *CreateCloudCredRequest) SetCrusoe(v *CrusoeCredential)

func (*CreateCloudCredRequest) SetFluidstack

func (x *CreateCloudCredRequest) SetFluidstack(v *FluidstackCredential)

func (*CreateCloudCredRequest) SetGcp

func (x *CreateCloudCredRequest) SetGcp(v *GCPCredential)

func (*CreateCloudCredRequest) SetLabels

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

func (*CreateCloudCredRequest) SetLambdaLabs

func (x *CreateCloudCredRequest) SetLambdaLabs(v *LambdaLabsCredential)

func (*CreateCloudCredRequest) SetLaunchpad

func (x *CreateCloudCredRequest) SetLaunchpad(v *LaunchpadCredential)

func (*CreateCloudCredRequest) SetProviderId

func (x *CreateCloudCredRequest) SetProviderId(v string)

func (*CreateCloudCredRequest) SetVastAi

func (x *CreateCloudCredRequest) SetVastAi(v *VastAICredential)

func (*CreateCloudCredRequest) String

func (x *CreateCloudCredRequest) String() string

func (*CreateCloudCredRequest) WhichCredential

func (x *CreateCloudCredRequest) WhichCredential() case_CreateCloudCredRequest_Credential

type CreateCloudCredRequest_Akash

type CreateCloudCredRequest_Akash struct {
	Akash *AkashCredential `protobuf:"bytes,10,opt,name=akash,proto3,oneof"`
}

type CreateCloudCredRequest_Aws

type CreateCloudCredRequest_Aws struct {
	Aws *AWSCredential `protobuf:"bytes,2,opt,name=aws,proto3,oneof"`
}

type CreateCloudCredRequest_Azure

type CreateCloudCredRequest_Azure struct {
	Azure *AzureCredential `protobuf:"bytes,3,opt,name=azure,proto3,oneof"`
}

type CreateCloudCredRequest_Crusoe

type CreateCloudCredRequest_Crusoe struct {
	Crusoe *CrusoeCredential `protobuf:"bytes,11,opt,name=crusoe,proto3,oneof"`
}

type CreateCloudCredRequest_Fluidstack

type CreateCloudCredRequest_Fluidstack struct {
	Fluidstack *FluidstackCredential `protobuf:"bytes,8,opt,name=fluidstack,proto3,oneof"`
}

type CreateCloudCredRequest_Gcp

type CreateCloudCredRequest_Gcp struct {
	Gcp *GCPCredential `protobuf:"bytes,7,opt,name=gcp,proto3,oneof"`
}

type CreateCloudCredRequest_LambdaLabs

type CreateCloudCredRequest_LambdaLabs struct {
	LambdaLabs *LambdaLabsCredential `protobuf:"bytes,6,opt,name=lambda_labs,json=lambdaLabs,proto3,oneof"`
}

type CreateCloudCredRequest_Launchpad

type CreateCloudCredRequest_Launchpad struct {
	Launchpad *LaunchpadCredential `protobuf:"bytes,12,opt,name=launchpad,proto3,oneof"`
}

type CreateCloudCredRequest_VastAi

type CreateCloudCredRequest_VastAi struct {
	VastAi *VastAICredential `protobuf:"bytes,9,opt,name=vast_ai,json=vastAi,proto3,oneof"`
}

type CreateCloudCredRequest_builder

type CreateCloudCredRequest_builder struct {
	ProviderId string
	// Fields of oneof Credential:
	Aws        *AWSCredential
	Azure      *AzureCredential
	LambdaLabs *LambdaLabsCredential
	Gcp        *GCPCredential
	Fluidstack *FluidstackCredential
	VastAi     *VastAICredential
	Akash      *AkashCredential
	Crusoe     *CrusoeCredential
	Launchpad  *LaunchpadCredential
	// -- end of Credential
	CloudCredId string
	Labels      map[string]string
	// contains filtered or unexported fields
}

func (CreateCloudCredRequest_builder) Build

type CreateCloudCredResponse

type CreateCloudCredResponse struct {
	CloudCred *CloudCred `protobuf:"bytes,1,opt,name=cloud_cred,json=cloudCred,proto3" json:"cloud_cred,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCloudCredResponse) ClearCloudCred

func (x *CreateCloudCredResponse) ClearCloudCred()

func (*CreateCloudCredResponse) GetCloudCred

func (x *CreateCloudCredResponse) GetCloudCred() *CloudCred

func (*CreateCloudCredResponse) HasCloudCred

func (x *CreateCloudCredResponse) HasCloudCred() bool

func (*CreateCloudCredResponse) ProtoMessage

func (*CreateCloudCredResponse) ProtoMessage()

func (*CreateCloudCredResponse) ProtoReflect

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

func (*CreateCloudCredResponse) Reset

func (x *CreateCloudCredResponse) Reset()

func (*CreateCloudCredResponse) SetCloudCred

func (x *CreateCloudCredResponse) SetCloudCred(v *CloudCred)

func (*CreateCloudCredResponse) String

func (x *CreateCloudCredResponse) String() string

type CreateCloudCredResponse_builder

type CreateCloudCredResponse_builder struct {
	CloudCred *CloudCred
	// contains filtered or unexported fields
}

func (CreateCloudCredResponse_builder) Build

type CreateDataSourceRequest

type CreateDataSourceRequest struct {
	DataSourceId string            `protobuf:"bytes,1,opt,name=data_source_id,json=dataSourceId,proto3" json:"data_source_id,omitempty"`
	Labels       map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateDataSourceRequest) GetDataSourceId

func (x *CreateDataSourceRequest) GetDataSourceId() string

func (*CreateDataSourceRequest) GetLabels

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

func (*CreateDataSourceRequest) ProtoMessage

func (*CreateDataSourceRequest) ProtoMessage()

func (*CreateDataSourceRequest) ProtoReflect

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

func (*CreateDataSourceRequest) Reset

func (x *CreateDataSourceRequest) Reset()

func (*CreateDataSourceRequest) SetDataSourceId

func (x *CreateDataSourceRequest) SetDataSourceId(v string)

func (*CreateDataSourceRequest) SetLabels

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

func (*CreateDataSourceRequest) String

func (x *CreateDataSourceRequest) String() string

type CreateDataSourceRequest_builder

type CreateDataSourceRequest_builder struct {
	DataSourceId string
	Labels       map[string]string
	// contains filtered or unexported fields
}

func (CreateDataSourceRequest_builder) Build

type CreateDataSourceResponse

type CreateDataSourceResponse struct {
	DataSource *DataSource `protobuf:"bytes,1,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataSourceResponse) ClearDataSource

func (x *CreateDataSourceResponse) ClearDataSource()

func (*CreateDataSourceResponse) GetDataSource

func (x *CreateDataSourceResponse) GetDataSource() *DataSource

func (*CreateDataSourceResponse) HasDataSource

func (x *CreateDataSourceResponse) HasDataSource() bool

func (*CreateDataSourceResponse) ProtoMessage

func (*CreateDataSourceResponse) ProtoMessage()

func (*CreateDataSourceResponse) ProtoReflect

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

func (*CreateDataSourceResponse) Reset

func (x *CreateDataSourceResponse) Reset()

func (*CreateDataSourceResponse) SetDataSource

func (x *CreateDataSourceResponse) SetDataSource(v *DataSource)

func (*CreateDataSourceResponse) String

func (x *CreateDataSourceResponse) String() string

type CreateDataSourceResponse_builder

type CreateDataSourceResponse_builder struct {
	DataSource *DataSource
	// contains filtered or unexported fields
}

func (CreateDataSourceResponse_builder) Build

type CreateDeploymentRequest

type CreateDeploymentRequest struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// for time being this id will be a hardcoded map one-to-one
	// to a deployment provider with the cred being stored in the config.
	// in the future, we can wire up this cred to the cloudcred service
	// to enable byoc and other features
	DeploymentProviderCredId string            `` /* 137-byte string literal not displayed */
	InstanceType             string            `protobuf:"bytes,4,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	Location                 string            `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`
	MinInstances             int32             `protobuf:"varint,6,opt,name=min_instances,json=minInstances,proto3" json:"min_instances,omitempty"`
	MaxInstances             int32             `protobuf:"varint,7,opt,name=max_instances,json=maxInstances,proto3" json:"max_instances,omitempty"`
	MaxConcurrency           int32             `protobuf:"varint,8,opt,name=max_concurrency,json=maxConcurrency,proto3" json:"max_concurrency,omitempty"`
	Artifact                 *Artifact         `protobuf:"bytes,9,opt,name=artifact,proto3" json:"artifact,omitempty"`
	Labels                   map[string]string `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateDeploymentRequest) ClearArtifact

func (x *CreateDeploymentRequest) ClearArtifact()

func (*CreateDeploymentRequest) GetArtifact

func (x *CreateDeploymentRequest) GetArtifact() *Artifact

func (*CreateDeploymentRequest) GetDeploymentProviderCredId

func (x *CreateDeploymentRequest) GetDeploymentProviderCredId() string

func (*CreateDeploymentRequest) GetInstanceType

func (x *CreateDeploymentRequest) GetInstanceType() string

func (*CreateDeploymentRequest) GetLabels

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

func (*CreateDeploymentRequest) GetLocation

func (x *CreateDeploymentRequest) GetLocation() string

func (*CreateDeploymentRequest) GetMaxConcurrency

func (x *CreateDeploymentRequest) GetMaxConcurrency() int32

func (*CreateDeploymentRequest) GetMaxInstances

func (x *CreateDeploymentRequest) GetMaxInstances() int32

func (*CreateDeploymentRequest) GetMinInstances

func (x *CreateDeploymentRequest) GetMinInstances() int32

func (*CreateDeploymentRequest) GetName

func (x *CreateDeploymentRequest) GetName() string

func (*CreateDeploymentRequest) GetNamespace

func (x *CreateDeploymentRequest) GetNamespace() string

func (*CreateDeploymentRequest) HasArtifact

func (x *CreateDeploymentRequest) HasArtifact() bool

func (*CreateDeploymentRequest) ProtoMessage

func (*CreateDeploymentRequest) ProtoMessage()

func (*CreateDeploymentRequest) ProtoReflect

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

func (*CreateDeploymentRequest) Reset

func (x *CreateDeploymentRequest) Reset()

func (*CreateDeploymentRequest) SetArtifact

func (x *CreateDeploymentRequest) SetArtifact(v *Artifact)

func (*CreateDeploymentRequest) SetDeploymentProviderCredId

func (x *CreateDeploymentRequest) SetDeploymentProviderCredId(v string)

func (*CreateDeploymentRequest) SetInstanceType

func (x *CreateDeploymentRequest) SetInstanceType(v string)

func (*CreateDeploymentRequest) SetLabels

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

func (*CreateDeploymentRequest) SetLocation

func (x *CreateDeploymentRequest) SetLocation(v string)

func (*CreateDeploymentRequest) SetMaxConcurrency

func (x *CreateDeploymentRequest) SetMaxConcurrency(v int32)

func (*CreateDeploymentRequest) SetMaxInstances

func (x *CreateDeploymentRequest) SetMaxInstances(v int32)

func (*CreateDeploymentRequest) SetMinInstances

func (x *CreateDeploymentRequest) SetMinInstances(v int32)

func (*CreateDeploymentRequest) SetName

func (x *CreateDeploymentRequest) SetName(v string)

func (*CreateDeploymentRequest) SetNamespace

func (x *CreateDeploymentRequest) SetNamespace(v string)

func (*CreateDeploymentRequest) String

func (x *CreateDeploymentRequest) String() string

type CreateDeploymentRequest_builder

type CreateDeploymentRequest_builder struct {
	Name      string
	Namespace string
	// for time being this id will be a hardcoded map one-to-one
	// to a deployment provider with the cred being stored in the config.
	// in the future, we can wire up this cred to the cloudcred service
	// to enable byoc and other features
	DeploymentProviderCredId string
	InstanceType             string
	Location                 string
	MinInstances             int32
	MaxInstances             int32
	MaxConcurrency           int32
	Artifact                 *Artifact
	Labels                   map[string]string
	// contains filtered or unexported fields
}

func (CreateDeploymentRequest_builder) Build

type CreateDeploymentResponse

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

func (*CreateDeploymentResponse) ClearDeployment

func (x *CreateDeploymentResponse) ClearDeployment()

func (*CreateDeploymentResponse) GetDeployment

func (x *CreateDeploymentResponse) GetDeployment() *Deployment

func (*CreateDeploymentResponse) HasDeployment

func (x *CreateDeploymentResponse) HasDeployment() bool

func (*CreateDeploymentResponse) ProtoMessage

func (*CreateDeploymentResponse) ProtoMessage()

func (*CreateDeploymentResponse) ProtoReflect

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

func (*CreateDeploymentResponse) Reset

func (x *CreateDeploymentResponse) Reset()

func (*CreateDeploymentResponse) SetDeployment

func (x *CreateDeploymentResponse) SetDeployment(v *Deployment)

func (*CreateDeploymentResponse) String

func (x *CreateDeploymentResponse) String() string

type CreateDeploymentResponse_builder

type CreateDeploymentResponse_builder struct {
	Deployment *Deployment
	// contains filtered or unexported fields
}

func (CreateDeploymentResponse_builder) Build

type CreateEnvironmentRequest

type CreateEnvironmentRequest struct {
	EnvironmentId   string                `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Labels          map[string]string     `` /* 139-byte string literal not displayed */
	Namespace       string                `protobuf:"bytes,10,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name            string                `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Meta            *EnvironmentMeta      `protobuf:"bytes,4,opt,name=meta,proto3" json:"meta,omitempty"`
	Provision       *EnvironmentProvision `protobuf:"bytes,5,opt,name=provision,proto3" json:"provision,omitempty"`
	Build           *EnvironmentBuild     `protobuf:"bytes,6,opt,name=build,proto3" json:"build,omitempty"`
	IdempotencyKey  string                `protobuf:"bytes,7,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	KeyPairs        []*KeyPair            `protobuf:"bytes,8,rep,name=key_pairs,json=keyPairs,proto3" json:"key_pairs,omitempty"`
	ShouldProvision *bool                 `protobuf:"varint,9,opt,name=should_provision,json=shouldProvision,proto3,oneof" json:"should_provision,omitempty"` // if true, will provision after create
	// contains filtered or unexported fields
}

func (*CreateEnvironmentRequest) ClearBuild_

func (x *CreateEnvironmentRequest) ClearBuild_()

func (*CreateEnvironmentRequest) ClearMeta

func (x *CreateEnvironmentRequest) ClearMeta()

func (*CreateEnvironmentRequest) ClearProvision

func (x *CreateEnvironmentRequest) ClearProvision()

func (*CreateEnvironmentRequest) ClearShouldProvision

func (x *CreateEnvironmentRequest) ClearShouldProvision()

func (*CreateEnvironmentRequest) GetBuild deprecated

Deprecated: Use GetBuild_ instead.

func (*CreateEnvironmentRequest) GetBuild_

func (*CreateEnvironmentRequest) GetEnvironmentId

func (x *CreateEnvironmentRequest) GetEnvironmentId() string

func (*CreateEnvironmentRequest) GetIdempotencyKey

func (x *CreateEnvironmentRequest) GetIdempotencyKey() string

func (*CreateEnvironmentRequest) GetKeyPairs

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

func (*CreateEnvironmentRequest) GetLabels

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

func (*CreateEnvironmentRequest) GetMeta

func (*CreateEnvironmentRequest) GetName

func (x *CreateEnvironmentRequest) GetName() string

func (*CreateEnvironmentRequest) GetNamespace

func (x *CreateEnvironmentRequest) GetNamespace() string

func (*CreateEnvironmentRequest) GetProvision

func (*CreateEnvironmentRequest) GetShouldProvision

func (x *CreateEnvironmentRequest) GetShouldProvision() bool

func (*CreateEnvironmentRequest) HasBuild_

func (x *CreateEnvironmentRequest) HasBuild_() bool

func (*CreateEnvironmentRequest) HasMeta

func (x *CreateEnvironmentRequest) HasMeta() bool

func (*CreateEnvironmentRequest) HasProvision

func (x *CreateEnvironmentRequest) HasProvision() bool

func (*CreateEnvironmentRequest) HasShouldProvision

func (x *CreateEnvironmentRequest) HasShouldProvision() bool

func (*CreateEnvironmentRequest) ProtoMessage

func (*CreateEnvironmentRequest) ProtoMessage()

func (*CreateEnvironmentRequest) ProtoReflect

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

func (*CreateEnvironmentRequest) Reset

func (x *CreateEnvironmentRequest) Reset()

func (*CreateEnvironmentRequest) SetBuild_

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

func (*CreateEnvironmentRequest) SetEnvironmentId

func (x *CreateEnvironmentRequest) SetEnvironmentId(v string)

func (*CreateEnvironmentRequest) SetIdempotencyKey

func (x *CreateEnvironmentRequest) SetIdempotencyKey(v string)

func (*CreateEnvironmentRequest) SetKeyPairs

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

func (*CreateEnvironmentRequest) SetLabels

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

func (*CreateEnvironmentRequest) SetMeta

func (*CreateEnvironmentRequest) SetName

func (x *CreateEnvironmentRequest) SetName(v string)

func (*CreateEnvironmentRequest) SetNamespace

func (x *CreateEnvironmentRequest) SetNamespace(v string)

func (*CreateEnvironmentRequest) SetProvision

func (x *CreateEnvironmentRequest) SetProvision(v *EnvironmentProvision)

func (*CreateEnvironmentRequest) SetShouldProvision

func (x *CreateEnvironmentRequest) SetShouldProvision(v bool)

func (*CreateEnvironmentRequest) String

func (x *CreateEnvironmentRequest) String() string

type CreateEnvironmentRequest_builder

type CreateEnvironmentRequest_builder struct {
	EnvironmentId   string
	Labels          map[string]string
	Namespace       string
	Name            string
	Meta            *EnvironmentMeta
	Provision       *EnvironmentProvision
	Build_          *EnvironmentBuild
	IdempotencyKey  string
	KeyPairs        []*KeyPair
	ShouldProvision *bool
	// contains filtered or unexported fields
}

func (CreateEnvironmentRequest_builder) Build

type CreateEnvironmentResponse

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

func (*CreateEnvironmentResponse) ClearEnvironment

func (x *CreateEnvironmentResponse) ClearEnvironment()

func (*CreateEnvironmentResponse) GetEnvironment

func (x *CreateEnvironmentResponse) GetEnvironment() *Environment

func (*CreateEnvironmentResponse) HasEnvironment

func (x *CreateEnvironmentResponse) HasEnvironment() bool

func (*CreateEnvironmentResponse) ProtoMessage

func (*CreateEnvironmentResponse) ProtoMessage()

func (*CreateEnvironmentResponse) ProtoReflect

func (*CreateEnvironmentResponse) Reset

func (x *CreateEnvironmentResponse) Reset()

func (*CreateEnvironmentResponse) SetEnvironment

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

func (*CreateEnvironmentResponse) String

func (x *CreateEnvironmentResponse) String() string

type CreateEnvironmentResponse_builder

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

func (CreateEnvironmentResponse_builder) Build

type CreateHealthCheckRequest

type CreateHealthCheckRequest struct {
	HealthCheckId string            `protobuf:"bytes,1,opt,name=health_check_id,json=healthCheckId,proto3" json:"health_check_id,omitempty"`
	Labels        map[string]string `` /* 139-byte string literal not displayed */
	Thresholds    *Thresholds       `protobuf:"bytes,3,opt,name=thresholds,proto3" json:"thresholds,omitempty"`
	// Types that are valid to be assigned to HealthCheck:
	//
	//	*CreateHealthCheckRequest_ProbeHealthCheck
	//	*CreateHealthCheckRequest_HeartbeatHealthCheck
	HealthCheck    isCreateHealthCheckRequest_HealthCheck `protobuf_oneof:"health_check"`
	IdempotencyKey string                                 `protobuf:"bytes,7,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateHealthCheckRequest) ClearHealthCheck

func (x *CreateHealthCheckRequest) ClearHealthCheck()

func (*CreateHealthCheckRequest) ClearHeartbeatHealthCheck

func (x *CreateHealthCheckRequest) ClearHeartbeatHealthCheck()

func (*CreateHealthCheckRequest) ClearProbeHealthCheck

func (x *CreateHealthCheckRequest) ClearProbeHealthCheck()

func (*CreateHealthCheckRequest) ClearThresholds

func (x *CreateHealthCheckRequest) ClearThresholds()

func (*CreateHealthCheckRequest) GetHealthCheck

func (x *CreateHealthCheckRequest) GetHealthCheck() isCreateHealthCheckRequest_HealthCheck

func (*CreateHealthCheckRequest) GetHealthCheckId

func (x *CreateHealthCheckRequest) GetHealthCheckId() string

func (*CreateHealthCheckRequest) GetHeartbeatHealthCheck

func (x *CreateHealthCheckRequest) GetHeartbeatHealthCheck() *HeartbeatHealthCheck

func (*CreateHealthCheckRequest) GetIdempotencyKey

func (x *CreateHealthCheckRequest) GetIdempotencyKey() string

func (*CreateHealthCheckRequest) GetLabels

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

func (*CreateHealthCheckRequest) GetProbeHealthCheck

func (x *CreateHealthCheckRequest) GetProbeHealthCheck() *ProbeHealthCheck

func (*CreateHealthCheckRequest) GetThresholds

func (x *CreateHealthCheckRequest) GetThresholds() *Thresholds

func (*CreateHealthCheckRequest) HasHealthCheck

func (x *CreateHealthCheckRequest) HasHealthCheck() bool

func (*CreateHealthCheckRequest) HasHeartbeatHealthCheck

func (x *CreateHealthCheckRequest) HasHeartbeatHealthCheck() bool

func (*CreateHealthCheckRequest) HasProbeHealthCheck

func (x *CreateHealthCheckRequest) HasProbeHealthCheck() bool

func (*CreateHealthCheckRequest) HasThresholds

func (x *CreateHealthCheckRequest) HasThresholds() bool

func (*CreateHealthCheckRequest) ProtoMessage

func (*CreateHealthCheckRequest) ProtoMessage()

func (*CreateHealthCheckRequest) ProtoReflect

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

func (*CreateHealthCheckRequest) Reset

func (x *CreateHealthCheckRequest) Reset()

func (*CreateHealthCheckRequest) SetHealthCheckId

func (x *CreateHealthCheckRequest) SetHealthCheckId(v string)

func (*CreateHealthCheckRequest) SetHeartbeatHealthCheck

func (x *CreateHealthCheckRequest) SetHeartbeatHealthCheck(v *HeartbeatHealthCheck)

func (*CreateHealthCheckRequest) SetIdempotencyKey

func (x *CreateHealthCheckRequest) SetIdempotencyKey(v string)

func (*CreateHealthCheckRequest) SetLabels

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

func (*CreateHealthCheckRequest) SetProbeHealthCheck

func (x *CreateHealthCheckRequest) SetProbeHealthCheck(v *ProbeHealthCheck)

func (*CreateHealthCheckRequest) SetThresholds

func (x *CreateHealthCheckRequest) SetThresholds(v *Thresholds)

func (*CreateHealthCheckRequest) String

func (x *CreateHealthCheckRequest) String() string

func (*CreateHealthCheckRequest) WhichHealthCheck

func (x *CreateHealthCheckRequest) WhichHealthCheck() case_CreateHealthCheckRequest_HealthCheck

type CreateHealthCheckRequest_HeartbeatHealthCheck

type CreateHealthCheckRequest_HeartbeatHealthCheck struct {
	HeartbeatHealthCheck *HeartbeatHealthCheck `protobuf:"bytes,6,opt,name=heartbeat_health_check,json=heartbeatHealthCheck,proto3,oneof"`
}

type CreateHealthCheckRequest_ProbeHealthCheck

type CreateHealthCheckRequest_ProbeHealthCheck struct {
	ProbeHealthCheck *ProbeHealthCheck `protobuf:"bytes,5,opt,name=probe_health_check,json=probeHealthCheck,proto3,oneof"`
}

type CreateHealthCheckRequest_builder

type CreateHealthCheckRequest_builder struct {
	HealthCheckId string
	Labels        map[string]string
	Thresholds    *Thresholds
	// Fields of oneof HealthCheck:
	ProbeHealthCheck     *ProbeHealthCheck
	HeartbeatHealthCheck *HeartbeatHealthCheck
	// -- end of HealthCheck
	IdempotencyKey string
	// contains filtered or unexported fields
}

func (CreateHealthCheckRequest_builder) Build

type CreateHealthCheckResponse

type CreateHealthCheckResponse struct {
	HealthCheck *HealthCheck `protobuf:"bytes,1,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateHealthCheckResponse) ClearHealthCheck

func (x *CreateHealthCheckResponse) ClearHealthCheck()

func (*CreateHealthCheckResponse) GetHealthCheck

func (x *CreateHealthCheckResponse) GetHealthCheck() *HealthCheck

func (*CreateHealthCheckResponse) HasHealthCheck

func (x *CreateHealthCheckResponse) HasHealthCheck() bool

func (*CreateHealthCheckResponse) ProtoMessage

func (*CreateHealthCheckResponse) ProtoMessage()

func (*CreateHealthCheckResponse) ProtoReflect

func (*CreateHealthCheckResponse) Reset

func (x *CreateHealthCheckResponse) Reset()

func (*CreateHealthCheckResponse) SetHealthCheck

func (x *CreateHealthCheckResponse) SetHealthCheck(v *HealthCheck)

func (*CreateHealthCheckResponse) String

func (x *CreateHealthCheckResponse) String() string

type CreateHealthCheckResponse_builder

type CreateHealthCheckResponse_builder struct {
	HealthCheck *HealthCheck
	// contains filtered or unexported fields
}

func (CreateHealthCheckResponse_builder) Build

type CreateIngress

type CreateIngress struct {
	Hostname    string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Path        string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	ServiceType string `protobuf:"bytes,3,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	Port        int32  `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
	// service_hostname is the hostname of the service on the ingress source
	// (i.e. localhost, host.docker.internal)
	ServiceHostname string                `protobuf:"bytes,7,opt,name=service_hostname,json=serviceHostname,proto3" json:"service_hostname,omitempty"`
	AccessPolicies  []*CreateAccessPolicy `protobuf:"bytes,6,rep,name=access_policies,json=accessPolicies,proto3" json:"access_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIngress) GetAccessPolicies

func (x *CreateIngress) GetAccessPolicies() []*CreateAccessPolicy

func (*CreateIngress) GetHostname

func (x *CreateIngress) GetHostname() string

func (*CreateIngress) GetPath

func (x *CreateIngress) GetPath() string

func (*CreateIngress) GetPort

func (x *CreateIngress) GetPort() int32

func (*CreateIngress) GetServiceHostname

func (x *CreateIngress) GetServiceHostname() string

func (*CreateIngress) GetServiceType

func (x *CreateIngress) GetServiceType() string

func (*CreateIngress) ProtoMessage

func (*CreateIngress) ProtoMessage()

func (*CreateIngress) ProtoReflect

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

func (*CreateIngress) Reset

func (x *CreateIngress) Reset()

func (*CreateIngress) SetAccessPolicies

func (x *CreateIngress) SetAccessPolicies(v []*CreateAccessPolicy)

func (*CreateIngress) SetHostname

func (x *CreateIngress) SetHostname(v string)

func (*CreateIngress) SetPath

func (x *CreateIngress) SetPath(v string)

func (*CreateIngress) SetPort

func (x *CreateIngress) SetPort(v int32)

func (*CreateIngress) SetServiceHostname

func (x *CreateIngress) SetServiceHostname(v string)

func (*CreateIngress) SetServiceType

func (x *CreateIngress) SetServiceType(v string)

func (*CreateIngress) String

func (x *CreateIngress) String() string

type CreateIngressGatewayInstallationRequest

type CreateIngressGatewayInstallationRequest struct {
	IngressGatewayId        string            `protobuf:"bytes,1,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_id,omitempty"`
	InstallationReferenceId string            `` /* 132-byte string literal not displayed */
	Labels                  map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateIngressGatewayInstallationRequest) GetIngressGatewayId

func (x *CreateIngressGatewayInstallationRequest) GetIngressGatewayId() string

func (*CreateIngressGatewayInstallationRequest) GetInstallationReferenceId

func (x *CreateIngressGatewayInstallationRequest) GetInstallationReferenceId() string

func (*CreateIngressGatewayInstallationRequest) GetLabels

func (*CreateIngressGatewayInstallationRequest) ProtoMessage

func (*CreateIngressGatewayInstallationRequest) ProtoReflect

func (*CreateIngressGatewayInstallationRequest) Reset

func (*CreateIngressGatewayInstallationRequest) SetIngressGatewayId

func (x *CreateIngressGatewayInstallationRequest) SetIngressGatewayId(v string)

func (*CreateIngressGatewayInstallationRequest) SetInstallationReferenceId

func (x *CreateIngressGatewayInstallationRequest) SetInstallationReferenceId(v string)

func (*CreateIngressGatewayInstallationRequest) SetLabels

func (*CreateIngressGatewayInstallationRequest) String

type CreateIngressGatewayInstallationRequest_builder

type CreateIngressGatewayInstallationRequest_builder struct {
	IngressGatewayId        string
	InstallationReferenceId string
	Labels                  map[string]string
	// contains filtered or unexported fields
}

func (CreateIngressGatewayInstallationRequest_builder) Build

type CreateIngressGatewayInstallationResponse

type CreateIngressGatewayInstallationResponse struct {
	IngressGatewayInstallation  *IngressGatewayInstallation `` /* 141-byte string literal not displayed */
	IngressGatewayInstallScript string                      `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateIngressGatewayInstallationResponse) ClearIngressGatewayInstallation

func (x *CreateIngressGatewayInstallationResponse) ClearIngressGatewayInstallation()

func (*CreateIngressGatewayInstallationResponse) GetIngressGatewayInstallScript

func (x *CreateIngressGatewayInstallationResponse) GetIngressGatewayInstallScript() string

func (*CreateIngressGatewayInstallationResponse) GetIngressGatewayInstallation

func (x *CreateIngressGatewayInstallationResponse) GetIngressGatewayInstallation() *IngressGatewayInstallation

func (*CreateIngressGatewayInstallationResponse) HasIngressGatewayInstallation

func (x *CreateIngressGatewayInstallationResponse) HasIngressGatewayInstallation() bool

func (*CreateIngressGatewayInstallationResponse) ProtoMessage

func (*CreateIngressGatewayInstallationResponse) ProtoReflect

func (*CreateIngressGatewayInstallationResponse) Reset

func (*CreateIngressGatewayInstallationResponse) SetIngressGatewayInstallScript

func (x *CreateIngressGatewayInstallationResponse) SetIngressGatewayInstallScript(v string)

func (*CreateIngressGatewayInstallationResponse) SetIngressGatewayInstallation

func (x *CreateIngressGatewayInstallationResponse) SetIngressGatewayInstallation(v *IngressGatewayInstallation)

func (*CreateIngressGatewayInstallationResponse) String

type CreateIngressGatewayInstallationResponse_builder

type CreateIngressGatewayInstallationResponse_builder struct {
	IngressGatewayInstallation  *IngressGatewayInstallation
	IngressGatewayInstallScript string
	// contains filtered or unexported fields
}

func (CreateIngressGatewayInstallationResponse_builder) Build

type CreateIngressGatewayRequest

type CreateIngressGatewayRequest struct {
	IngressGatewayId string            `protobuf:"bytes,1,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_id,omitempty"`
	Labels           map[string]string `` /* 139-byte string literal not displayed */
	Ingresses        []*CreateIngress  `protobuf:"bytes,3,rep,name=ingresses,proto3" json:"ingresses,omitempty"`
	IdempotencyKey   string            `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIngressGatewayRequest) GetIdempotencyKey

func (x *CreateIngressGatewayRequest) GetIdempotencyKey() string

func (*CreateIngressGatewayRequest) GetIngressGatewayId

func (x *CreateIngressGatewayRequest) GetIngressGatewayId() string

func (*CreateIngressGatewayRequest) GetIngresses

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

func (*CreateIngressGatewayRequest) GetLabels

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

func (*CreateIngressGatewayRequest) ProtoMessage

func (*CreateIngressGatewayRequest) ProtoMessage()

func (*CreateIngressGatewayRequest) ProtoReflect

func (*CreateIngressGatewayRequest) Reset

func (x *CreateIngressGatewayRequest) Reset()

func (*CreateIngressGatewayRequest) SetIdempotencyKey

func (x *CreateIngressGatewayRequest) SetIdempotencyKey(v string)

func (*CreateIngressGatewayRequest) SetIngressGatewayId

func (x *CreateIngressGatewayRequest) SetIngressGatewayId(v string)

func (*CreateIngressGatewayRequest) SetIngresses

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

func (*CreateIngressGatewayRequest) SetLabels

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

func (*CreateIngressGatewayRequest) String

func (x *CreateIngressGatewayRequest) String() string

type CreateIngressGatewayRequest_builder

type CreateIngressGatewayRequest_builder struct {
	IngressGatewayId string
	Labels           map[string]string
	Ingresses        []*CreateIngress
	IdempotencyKey   string
	// contains filtered or unexported fields
}

func (CreateIngressGatewayRequest_builder) Build

type CreateIngressGatewayResponse

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

func (*CreateIngressGatewayResponse) ClearIngressGateway

func (x *CreateIngressGatewayResponse) ClearIngressGateway()

func (*CreateIngressGatewayResponse) GetIngressGateway

func (x *CreateIngressGatewayResponse) GetIngressGateway() *IngressGateway

func (*CreateIngressGatewayResponse) HasIngressGateway

func (x *CreateIngressGatewayResponse) HasIngressGateway() bool

func (*CreateIngressGatewayResponse) ProtoMessage

func (*CreateIngressGatewayResponse) ProtoMessage()

func (*CreateIngressGatewayResponse) ProtoReflect

func (*CreateIngressGatewayResponse) Reset

func (x *CreateIngressGatewayResponse) Reset()

func (*CreateIngressGatewayResponse) SetIngressGateway

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

func (*CreateIngressGatewayResponse) String

type CreateIngressGatewayResponse_builder

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

func (CreateIngressGatewayResponse_builder) Build

type CreateIngressGatewayTokenRequest

type CreateIngressGatewayTokenRequest struct {
	IngressGatewayTokenId string            `` /* 128-byte string literal not displayed */
	Labels                map[string]string `` /* 139-byte string literal not displayed */
	Name                  string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIngressGatewayTokenRequest) GetIngressGatewayTokenId

func (x *CreateIngressGatewayTokenRequest) GetIngressGatewayTokenId() string

func (*CreateIngressGatewayTokenRequest) GetLabels

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

func (*CreateIngressGatewayTokenRequest) GetName

func (*CreateIngressGatewayTokenRequest) ProtoMessage

func (*CreateIngressGatewayTokenRequest) ProtoMessage()

func (*CreateIngressGatewayTokenRequest) ProtoReflect

func (*CreateIngressGatewayTokenRequest) Reset

func (*CreateIngressGatewayTokenRequest) SetIngressGatewayTokenId

func (x *CreateIngressGatewayTokenRequest) SetIngressGatewayTokenId(v string)

func (*CreateIngressGatewayTokenRequest) SetLabels

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

func (*CreateIngressGatewayTokenRequest) SetName

func (*CreateIngressGatewayTokenRequest) String

type CreateIngressGatewayTokenRequest_builder

type CreateIngressGatewayTokenRequest_builder struct {
	IngressGatewayTokenId string
	Labels                map[string]string
	Name                  string
	// contains filtered or unexported fields
}

func (CreateIngressGatewayTokenRequest_builder) Build

type CreateIngressGatewayTokenResponse

type CreateIngressGatewayTokenResponse struct {
	IngressGatewayToken *IngressGatewayToken `protobuf:"bytes,1,opt,name=ingress_gateway_token,json=ingressGatewayToken,proto3" json:"ingress_gateway_token,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIngressGatewayTokenResponse) ClearIngressGatewayToken

func (x *CreateIngressGatewayTokenResponse) ClearIngressGatewayToken()

func (*CreateIngressGatewayTokenResponse) GetIngressGatewayToken

func (x *CreateIngressGatewayTokenResponse) GetIngressGatewayToken() *IngressGatewayToken

func (*CreateIngressGatewayTokenResponse) HasIngressGatewayToken

func (x *CreateIngressGatewayTokenResponse) HasIngressGatewayToken() bool

func (*CreateIngressGatewayTokenResponse) ProtoMessage

func (*CreateIngressGatewayTokenResponse) ProtoMessage()

func (*CreateIngressGatewayTokenResponse) ProtoReflect

func (*CreateIngressGatewayTokenResponse) Reset

func (*CreateIngressGatewayTokenResponse) SetIngressGatewayToken

func (x *CreateIngressGatewayTokenResponse) SetIngressGatewayToken(v *IngressGatewayToken)

func (*CreateIngressGatewayTokenResponse) String

type CreateIngressGatewayTokenResponse_builder

type CreateIngressGatewayTokenResponse_builder struct {
	IngressGatewayToken *IngressGatewayToken
	// contains filtered or unexported fields
}

func (CreateIngressGatewayTokenResponse_builder) Build

type CreateIngress_builder

type CreateIngress_builder struct {
	Hostname    string
	Path        string
	ServiceType string
	Port        int32
	// service_hostname is the hostname of the service on the ingress source
	// (i.e. localhost, host.docker.internal)
	ServiceHostname string
	AccessPolicies  []*CreateAccessPolicy
	// contains filtered or unexported fields
}

func (CreateIngress_builder) Build

type CreateInstanceExecRequest

type CreateInstanceExecRequest struct {
	InstanceExecId    string            `protobuf:"bytes,1,opt,name=instance_exec_id,json=instanceExecId,proto3" json:"instance_exec_id,omitempty"`
	Labels            map[string]string `` /* 139-byte string literal not displayed */
	Type              string            `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Script            string            `protobuf:"bytes,5,opt,name=script,proto3" json:"script,omitempty"`
	ConnectionTimeout string            `protobuf:"bytes,6,opt,name=connection_timeout,json=connectionTimeout,proto3" json:"connection_timeout,omitempty"`
	RunTimeout        string            `protobuf:"bytes,7,opt,name=run_timeout,json=runTimeout,proto3" json:"run_timeout,omitempty"`
	WaitTilCompletion bool              `protobuf:"varint,8,opt,name=wait_til_completion,json=waitTilCompletion,proto3" json:"wait_til_completion,omitempty"`
	// Types that are valid to be assigned to Connection:
	//
	//	*CreateInstanceExecRequest_Ssh
	Connection     isCreateInstanceExecRequest_Connection `protobuf_oneof:"connection"`
	InstanceId     string                                 `protobuf:"bytes,11,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // if provided will fill out connection
	IdempotencyKey string                                 `protobuf:"bytes,12,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInstanceExecRequest) ClearConnection

func (x *CreateInstanceExecRequest) ClearConnection()

func (*CreateInstanceExecRequest) ClearSsh

func (x *CreateInstanceExecRequest) ClearSsh()

func (*CreateInstanceExecRequest) GetConnection

func (x *CreateInstanceExecRequest) GetConnection() isCreateInstanceExecRequest_Connection

func (*CreateInstanceExecRequest) GetConnectionTimeout

func (x *CreateInstanceExecRequest) GetConnectionTimeout() string

func (*CreateInstanceExecRequest) GetIdempotencyKey

func (x *CreateInstanceExecRequest) GetIdempotencyKey() string

func (*CreateInstanceExecRequest) GetInstanceExecId

func (x *CreateInstanceExecRequest) GetInstanceExecId() string

func (*CreateInstanceExecRequest) GetInstanceId

func (x *CreateInstanceExecRequest) GetInstanceId() string

func (*CreateInstanceExecRequest) GetLabels

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

func (*CreateInstanceExecRequest) GetRunTimeout

func (x *CreateInstanceExecRequest) GetRunTimeout() string

func (*CreateInstanceExecRequest) GetScript

func (x *CreateInstanceExecRequest) GetScript() string

func (*CreateInstanceExecRequest) GetSsh

func (*CreateInstanceExecRequest) GetType

func (x *CreateInstanceExecRequest) GetType() string

func (*CreateInstanceExecRequest) GetWaitTilCompletion

func (x *CreateInstanceExecRequest) GetWaitTilCompletion() bool

func (*CreateInstanceExecRequest) HasConnection

func (x *CreateInstanceExecRequest) HasConnection() bool

func (*CreateInstanceExecRequest) HasSsh

func (x *CreateInstanceExecRequest) HasSsh() bool

func (*CreateInstanceExecRequest) ProtoMessage

func (*CreateInstanceExecRequest) ProtoMessage()

func (*CreateInstanceExecRequest) ProtoReflect

func (*CreateInstanceExecRequest) Reset

func (x *CreateInstanceExecRequest) Reset()

func (*CreateInstanceExecRequest) SetConnectionTimeout

func (x *CreateInstanceExecRequest) SetConnectionTimeout(v string)

func (*CreateInstanceExecRequest) SetIdempotencyKey

func (x *CreateInstanceExecRequest) SetIdempotencyKey(v string)

func (*CreateInstanceExecRequest) SetInstanceExecId

func (x *CreateInstanceExecRequest) SetInstanceExecId(v string)

func (*CreateInstanceExecRequest) SetInstanceId

func (x *CreateInstanceExecRequest) SetInstanceId(v string)

func (*CreateInstanceExecRequest) SetLabels

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

func (*CreateInstanceExecRequest) SetRunTimeout

func (x *CreateInstanceExecRequest) SetRunTimeout(v string)

func (*CreateInstanceExecRequest) SetScript

func (x *CreateInstanceExecRequest) SetScript(v string)

func (*CreateInstanceExecRequest) SetSsh

func (*CreateInstanceExecRequest) SetType

func (x *CreateInstanceExecRequest) SetType(v string)

func (*CreateInstanceExecRequest) SetWaitTilCompletion

func (x *CreateInstanceExecRequest) SetWaitTilCompletion(v bool)

func (*CreateInstanceExecRequest) String

func (x *CreateInstanceExecRequest) String() string

func (*CreateInstanceExecRequest) WhichConnection

func (x *CreateInstanceExecRequest) WhichConnection() case_CreateInstanceExecRequest_Connection

type CreateInstanceExecRequest_Ssh

type CreateInstanceExecRequest_Ssh struct {
	Ssh *SshConnection `protobuf:"bytes,9,opt,name=ssh,proto3,oneof"` // Brev brev = 7;
}

type CreateInstanceExecRequest_builder

type CreateInstanceExecRequest_builder struct {
	InstanceExecId    string
	Labels            map[string]string
	Type              string
	Script            string
	ConnectionTimeout string
	RunTimeout        string
	WaitTilCompletion bool
	// Fields of oneof Connection:
	Ssh *SshConnection
	// -- end of Connection
	InstanceId     string
	IdempotencyKey string
	// contains filtered or unexported fields
}

func (CreateInstanceExecRequest_builder) Build

type CreateInstanceExecResponse

type CreateInstanceExecResponse struct {
	InstanceExec *InstanceExec `protobuf:"bytes,1,opt,name=instance_exec,json=instanceExec,proto3" json:"instance_exec,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInstanceExecResponse) ClearInstanceExec

func (x *CreateInstanceExecResponse) ClearInstanceExec()

func (*CreateInstanceExecResponse) GetInstanceExec

func (x *CreateInstanceExecResponse) GetInstanceExec() *InstanceExec

func (*CreateInstanceExecResponse) HasInstanceExec

func (x *CreateInstanceExecResponse) HasInstanceExec() bool

func (*CreateInstanceExecResponse) ProtoMessage

func (*CreateInstanceExecResponse) ProtoMessage()

func (*CreateInstanceExecResponse) ProtoReflect

func (*CreateInstanceExecResponse) Reset

func (x *CreateInstanceExecResponse) Reset()

func (*CreateInstanceExecResponse) SetInstanceExec

func (x *CreateInstanceExecResponse) SetInstanceExec(v *InstanceExec)

func (*CreateInstanceExecResponse) String

func (x *CreateInstanceExecResponse) String() string

type CreateInstanceExecResponse_builder

type CreateInstanceExecResponse_builder struct {
	InstanceExec *InstanceExec
	// contains filtered or unexported fields
}

func (CreateInstanceExecResponse_builder) Build

type CreateInstanceProvisionRequest

type CreateInstanceProvisionRequest struct {
	CreateInstanceRequests []*CreateInstanceRequest `` /* 129-byte string literal not displayed */
	ProvisionRetryPolicy   *RetryPolicy             `protobuf:"bytes,2,opt,name=provision_retry_policy,json=provisionRetryPolicy,proto3" json:"provision_retry_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInstanceProvisionRequest) ClearProvisionRetryPolicy

func (x *CreateInstanceProvisionRequest) ClearProvisionRetryPolicy()

func (*CreateInstanceProvisionRequest) GetCreateInstanceRequests

func (x *CreateInstanceProvisionRequest) GetCreateInstanceRequests() []*CreateInstanceRequest

func (*CreateInstanceProvisionRequest) GetProvisionRetryPolicy

func (x *CreateInstanceProvisionRequest) GetProvisionRetryPolicy() *RetryPolicy

func (*CreateInstanceProvisionRequest) HasProvisionRetryPolicy

func (x *CreateInstanceProvisionRequest) HasProvisionRetryPolicy() bool

func (*CreateInstanceProvisionRequest) ProtoMessage

func (*CreateInstanceProvisionRequest) ProtoMessage()

func (*CreateInstanceProvisionRequest) ProtoReflect

func (*CreateInstanceProvisionRequest) Reset

func (x *CreateInstanceProvisionRequest) Reset()

func (*CreateInstanceProvisionRequest) SetCreateInstanceRequests

func (x *CreateInstanceProvisionRequest) SetCreateInstanceRequests(v []*CreateInstanceRequest)

func (*CreateInstanceProvisionRequest) SetProvisionRetryPolicy

func (x *CreateInstanceProvisionRequest) SetProvisionRetryPolicy(v *RetryPolicy)

func (*CreateInstanceProvisionRequest) String

type CreateInstanceProvisionRequest_builder

type CreateInstanceProvisionRequest_builder struct {
	CreateInstanceRequests []*CreateInstanceRequest
	ProvisionRetryPolicy   *RetryPolicy
	// contains filtered or unexported fields
}

func (CreateInstanceProvisionRequest_builder) Build

type CreateInstanceProvisionResponse

type CreateInstanceProvisionResponse struct {
	InstanceProvision *InstanceProvision `protobuf:"bytes,1,opt,name=instance_provision,json=instanceProvision,proto3" json:"instance_provision,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInstanceProvisionResponse) ClearInstanceProvision

func (x *CreateInstanceProvisionResponse) ClearInstanceProvision()

func (*CreateInstanceProvisionResponse) GetInstanceProvision

func (x *CreateInstanceProvisionResponse) GetInstanceProvision() *InstanceProvision

func (*CreateInstanceProvisionResponse) HasInstanceProvision

func (x *CreateInstanceProvisionResponse) HasInstanceProvision() bool

func (*CreateInstanceProvisionResponse) ProtoMessage

func (*CreateInstanceProvisionResponse) ProtoMessage()

func (*CreateInstanceProvisionResponse) ProtoReflect

func (*CreateInstanceProvisionResponse) Reset

func (*CreateInstanceProvisionResponse) SetInstanceProvision

func (x *CreateInstanceProvisionResponse) SetInstanceProvision(v *InstanceProvision)

func (*CreateInstanceProvisionResponse) String

type CreateInstanceProvisionResponse_builder

type CreateInstanceProvisionResponse_builder struct {
	InstanceProvision *InstanceProvision
	// contains filtered or unexported fields
}

func (CreateInstanceProvisionResponse_builder) Build

type CreateInstanceRequest

type CreateInstanceRequest struct {
	CloudCredId          string            `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	PublicKey            string            `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	ImageId              string            `protobuf:"bytes,3,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	InstanceType         string            `protobuf:"bytes,4,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	UserDataBase64       string            `protobuf:"bytes,5,opt,name=user_data_base64,json=userDataBase64,proto3" json:"user_data_base64,omitempty"`
	Location             string            `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"`
	DiskSize             string            `protobuf:"bytes,7,opt,name=disk_size,json=diskSize,proto3" json:"disk_size,omitempty"`
	InstanceId           string            `protobuf:"bytes,8,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Labels               map[string]string `` /* 139-byte string literal not displayed */
	VpcId                *string           `protobuf:"bytes,10,opt,name=vpc_id,json=vpcId,proto3,oneof" json:"vpc_id,omitempty"`
	SubnetId             *string           `protobuf:"bytes,11,opt,name=subnet_id,json=subnetId,proto3,oneof" json:"subnet_id,omitempty"`
	Name                 *string           `protobuf:"bytes,12,opt,name=name,proto3,oneof" json:"name,omitempty"`
	Spot                 *bool             `protobuf:"varint,13,opt,name=spot,proto3,oneof" json:"spot,omitempty"`
	BackupOptions        *BackupOptions    `protobuf:"bytes,14,opt,name=backup_options,json=backupOptions,proto3,oneof" json:"backup_options,omitempty"`
	FirewallRules        *FirewallRules    `protobuf:"bytes,15,opt,name=firewall_rules,json=firewallRules,proto3,oneof" json:"firewall_rules,omitempty"`
	RetireTimeout        *string           `protobuf:"bytes,16,opt,name=retire_timeout,json=retireTimeout,proto3,oneof" json:"retire_timeout,omitempty"`
	IdempotencyKey       string            `protobuf:"bytes,17,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	SubLocation          string            `protobuf:"bytes,18,opt,name=sub_location,json=subLocation,proto3" json:"sub_location,omitempty"`
	EnvironmentVariables map[string]string `` /* 196-byte string literal not displayed */
	RetryPolicy          *RetryPolicy      `protobuf:"bytes,20,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"`
	Namespace            *string           `protobuf:"bytes,21,opt,name=namespace,proto3,oneof" json:"namespace,omitempty"`
	AdditionalDisks      []*Disk           `protobuf:"bytes,23,rep,name=additional_disks,json=additionalDisks,proto3" json:"additional_disks,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInstanceRequest) ClearBackupOptions

func (x *CreateInstanceRequest) ClearBackupOptions()

func (*CreateInstanceRequest) ClearFirewallRules

func (x *CreateInstanceRequest) ClearFirewallRules()

func (*CreateInstanceRequest) ClearName

func (x *CreateInstanceRequest) ClearName()

func (*CreateInstanceRequest) ClearNamespace

func (x *CreateInstanceRequest) ClearNamespace()

func (*CreateInstanceRequest) ClearRetireTimeout

func (x *CreateInstanceRequest) ClearRetireTimeout()

func (*CreateInstanceRequest) ClearRetryPolicy

func (x *CreateInstanceRequest) ClearRetryPolicy()

func (*CreateInstanceRequest) ClearSpot

func (x *CreateInstanceRequest) ClearSpot()

func (*CreateInstanceRequest) ClearSubnetId

func (x *CreateInstanceRequest) ClearSubnetId()

func (*CreateInstanceRequest) ClearVpcId

func (x *CreateInstanceRequest) ClearVpcId()

func (*CreateInstanceRequest) GetAdditionalDisks

func (x *CreateInstanceRequest) GetAdditionalDisks() []*Disk

func (*CreateInstanceRequest) GetBackupOptions

func (x *CreateInstanceRequest) GetBackupOptions() *BackupOptions

func (*CreateInstanceRequest) GetCloudCredId

func (x *CreateInstanceRequest) GetCloudCredId() string

func (*CreateInstanceRequest) GetDiskSize

func (x *CreateInstanceRequest) GetDiskSize() string

func (*CreateInstanceRequest) GetEnvironmentVariables

func (x *CreateInstanceRequest) GetEnvironmentVariables() map[string]string

func (*CreateInstanceRequest) GetFirewallRules

func (x *CreateInstanceRequest) GetFirewallRules() *FirewallRules

func (*CreateInstanceRequest) GetIdempotencyKey

func (x *CreateInstanceRequest) GetIdempotencyKey() string

func (*CreateInstanceRequest) GetImageId

func (x *CreateInstanceRequest) GetImageId() string

func (*CreateInstanceRequest) GetInstanceId

func (x *CreateInstanceRequest) GetInstanceId() string

func (*CreateInstanceRequest) GetInstanceType

func (x *CreateInstanceRequest) GetInstanceType() string

func (*CreateInstanceRequest) GetLabels

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

func (*CreateInstanceRequest) GetLocation

func (x *CreateInstanceRequest) GetLocation() string

func (*CreateInstanceRequest) GetName

func (x *CreateInstanceRequest) GetName() string

func (*CreateInstanceRequest) GetNamespace

func (x *CreateInstanceRequest) GetNamespace() string

func (*CreateInstanceRequest) GetPublicKey

func (x *CreateInstanceRequest) GetPublicKey() string

func (*CreateInstanceRequest) GetRetireTimeout

func (x *CreateInstanceRequest) GetRetireTimeout() string

func (*CreateInstanceRequest) GetRetryPolicy

func (x *CreateInstanceRequest) GetRetryPolicy() *RetryPolicy

func (*CreateInstanceRequest) GetSpot

func (x *CreateInstanceRequest) GetSpot() bool

func (*CreateInstanceRequest) GetSubLocation

func (x *CreateInstanceRequest) GetSubLocation() string

func (*CreateInstanceRequest) GetSubnetId

func (x *CreateInstanceRequest) GetSubnetId() string

func (*CreateInstanceRequest) GetUserDataBase64

func (x *CreateInstanceRequest) GetUserDataBase64() string

func (*CreateInstanceRequest) GetVpcId

func (x *CreateInstanceRequest) GetVpcId() string

func (*CreateInstanceRequest) HasBackupOptions

func (x *CreateInstanceRequest) HasBackupOptions() bool

func (*CreateInstanceRequest) HasFirewallRules

func (x *CreateInstanceRequest) HasFirewallRules() bool

func (*CreateInstanceRequest) HasName

func (x *CreateInstanceRequest) HasName() bool

func (*CreateInstanceRequest) HasNamespace

func (x *CreateInstanceRequest) HasNamespace() bool

func (*CreateInstanceRequest) HasRetireTimeout

func (x *CreateInstanceRequest) HasRetireTimeout() bool

func (*CreateInstanceRequest) HasRetryPolicy

func (x *CreateInstanceRequest) HasRetryPolicy() bool

func (*CreateInstanceRequest) HasSpot

func (x *CreateInstanceRequest) HasSpot() bool

func (*CreateInstanceRequest) HasSubnetId

func (x *CreateInstanceRequest) HasSubnetId() bool

func (*CreateInstanceRequest) HasVpcId

func (x *CreateInstanceRequest) HasVpcId() bool

func (*CreateInstanceRequest) ProtoMessage

func (*CreateInstanceRequest) ProtoMessage()

func (*CreateInstanceRequest) ProtoReflect

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

func (*CreateInstanceRequest) Reset

func (x *CreateInstanceRequest) Reset()

func (*CreateInstanceRequest) SetAdditionalDisks

func (x *CreateInstanceRequest) SetAdditionalDisks(v []*Disk)

func (*CreateInstanceRequest) SetBackupOptions

func (x *CreateInstanceRequest) SetBackupOptions(v *BackupOptions)

func (*CreateInstanceRequest) SetCloudCredId

func (x *CreateInstanceRequest) SetCloudCredId(v string)

func (*CreateInstanceRequest) SetDiskSize

func (x *CreateInstanceRequest) SetDiskSize(v string)

func (*CreateInstanceRequest) SetEnvironmentVariables

func (x *CreateInstanceRequest) SetEnvironmentVariables(v map[string]string)

func (*CreateInstanceRequest) SetFirewallRules

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

func (*CreateInstanceRequest) SetIdempotencyKey

func (x *CreateInstanceRequest) SetIdempotencyKey(v string)

func (*CreateInstanceRequest) SetImageId

func (x *CreateInstanceRequest) SetImageId(v string)

func (*CreateInstanceRequest) SetInstanceId

func (x *CreateInstanceRequest) SetInstanceId(v string)

func (*CreateInstanceRequest) SetInstanceType

func (x *CreateInstanceRequest) SetInstanceType(v string)

func (*CreateInstanceRequest) SetLabels

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

func (*CreateInstanceRequest) SetLocation

func (x *CreateInstanceRequest) SetLocation(v string)

func (*CreateInstanceRequest) SetName

func (x *CreateInstanceRequest) SetName(v string)

func (*CreateInstanceRequest) SetNamespace

func (x *CreateInstanceRequest) SetNamespace(v string)

func (*CreateInstanceRequest) SetPublicKey

func (x *CreateInstanceRequest) SetPublicKey(v string)

func (*CreateInstanceRequest) SetRetireTimeout

func (x *CreateInstanceRequest) SetRetireTimeout(v string)

func (*CreateInstanceRequest) SetRetryPolicy

func (x *CreateInstanceRequest) SetRetryPolicy(v *RetryPolicy)

func (*CreateInstanceRequest) SetSpot

func (x *CreateInstanceRequest) SetSpot(v bool)

func (*CreateInstanceRequest) SetSubLocation

func (x *CreateInstanceRequest) SetSubLocation(v string)

func (*CreateInstanceRequest) SetSubnetId

func (x *CreateInstanceRequest) SetSubnetId(v string)

func (*CreateInstanceRequest) SetUserDataBase64

func (x *CreateInstanceRequest) SetUserDataBase64(v string)

func (*CreateInstanceRequest) SetVpcId

func (x *CreateInstanceRequest) SetVpcId(v string)

func (*CreateInstanceRequest) String

func (x *CreateInstanceRequest) String() string

type CreateInstanceRequest_builder

type CreateInstanceRequest_builder struct {
	CloudCredId          string
	PublicKey            string
	ImageId              string
	InstanceType         string
	UserDataBase64       string
	Location             string
	DiskSize             string
	InstanceId           string
	Labels               map[string]string
	VpcId                *string
	SubnetId             *string
	Name                 *string
	Spot                 *bool
	BackupOptions        *BackupOptions
	FirewallRules        *FirewallRules
	RetireTimeout        *string
	IdempotencyKey       string
	SubLocation          string
	EnvironmentVariables map[string]string
	RetryPolicy          *RetryPolicy
	Namespace            *string
	AdditionalDisks      []*Disk
	// contains filtered or unexported fields
}

func (CreateInstanceRequest_builder) Build

type CreateInstanceResponse

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

func (*CreateInstanceResponse) ClearInstance

func (x *CreateInstanceResponse) ClearInstance()

func (*CreateInstanceResponse) GetInstance

func (x *CreateInstanceResponse) GetInstance() *Instance

func (*CreateInstanceResponse) HasInstance

func (x *CreateInstanceResponse) HasInstance() bool

func (*CreateInstanceResponse) ProtoMessage

func (*CreateInstanceResponse) ProtoMessage()

func (*CreateInstanceResponse) ProtoReflect

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

func (*CreateInstanceResponse) Reset

func (x *CreateInstanceResponse) Reset()

func (*CreateInstanceResponse) SetInstance

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

func (*CreateInstanceResponse) String

func (x *CreateInstanceResponse) String() string

type CreateInstanceResponse_builder

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

func (CreateInstanceResponse_builder) Build

type CreateLimitRequest

type CreateLimitRequest struct {
	LimitId         string            `protobuf:"bytes,1,opt,name=limit_id,json=limitId,proto3" json:"limit_id,omitempty"`
	Labels          map[string]string `` /* 139-byte string literal not displayed */
	EnforcementMode string            `protobuf:"bytes,3,opt,name=enforcement_mode,json=enforcementMode,proto3" json:"enforcement_mode,omitempty"`
	Budgets         []*Budget         `protobuf:"bytes,4,rep,name=budgets,proto3" json:"budgets,omitempty"`
	Priority        *int32            `protobuf:"varint,5,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	Description     string            `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateLimitRequest) ClearPriority

func (x *CreateLimitRequest) ClearPriority()

func (*CreateLimitRequest) GetBudgets

func (x *CreateLimitRequest) GetBudgets() []*Budget

func (*CreateLimitRequest) GetDescription

func (x *CreateLimitRequest) GetDescription() string

func (*CreateLimitRequest) GetEnforcementMode

func (x *CreateLimitRequest) GetEnforcementMode() string

func (*CreateLimitRequest) GetLabels

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

func (*CreateLimitRequest) GetLimitId

func (x *CreateLimitRequest) GetLimitId() string

func (*CreateLimitRequest) GetPriority

func (x *CreateLimitRequest) GetPriority() int32

func (*CreateLimitRequest) HasPriority

func (x *CreateLimitRequest) HasPriority() bool

func (*CreateLimitRequest) ProtoMessage

func (*CreateLimitRequest) ProtoMessage()

func (*CreateLimitRequest) ProtoReflect

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

func (*CreateLimitRequest) Reset

func (x *CreateLimitRequest) Reset()

func (*CreateLimitRequest) SetBudgets

func (x *CreateLimitRequest) SetBudgets(v []*Budget)

func (*CreateLimitRequest) SetDescription

func (x *CreateLimitRequest) SetDescription(v string)

func (*CreateLimitRequest) SetEnforcementMode

func (x *CreateLimitRequest) SetEnforcementMode(v string)

func (*CreateLimitRequest) SetLabels

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

func (*CreateLimitRequest) SetLimitId

func (x *CreateLimitRequest) SetLimitId(v string)

func (*CreateLimitRequest) SetPriority

func (x *CreateLimitRequest) SetPriority(v int32)

func (*CreateLimitRequest) String

func (x *CreateLimitRequest) String() string

type CreateLimitRequest_builder

type CreateLimitRequest_builder struct {
	LimitId         string
	Labels          map[string]string
	EnforcementMode string
	Budgets         []*Budget
	Priority        *int32
	Description     string
	// contains filtered or unexported fields
}

func (CreateLimitRequest_builder) Build

type CreateLimitResponse

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

func (*CreateLimitResponse) ClearLimit

func (x *CreateLimitResponse) ClearLimit()

func (*CreateLimitResponse) GetLimit

func (x *CreateLimitResponse) GetLimit() *Limit

func (*CreateLimitResponse) HasLimit

func (x *CreateLimitResponse) HasLimit() bool

func (*CreateLimitResponse) ProtoMessage

func (*CreateLimitResponse) ProtoMessage()

func (*CreateLimitResponse) ProtoReflect

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

func (*CreateLimitResponse) Reset

func (x *CreateLimitResponse) Reset()

func (*CreateLimitResponse) SetLimit

func (x *CreateLimitResponse) SetLimit(v *Limit)

func (*CreateLimitResponse) String

func (x *CreateLimitResponse) String() string

type CreateLimitResponse_builder

type CreateLimitResponse_builder struct {
	Limit *Limit
	// contains filtered or unexported fields
}

func (CreateLimitResponse_builder) Build

type CreateModelRequest

type CreateModelRequest struct {
	ModelId              string                 `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
	ModelName            string                 `protobuf:"bytes,2,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	Container            *Container             `protobuf:"bytes,3,opt,name=container,proto3" json:"container,omitempty"`
	InferenceServer      *InferenceServerConfig `protobuf:"bytes,4,opt,name=inference_server,json=inferenceServer,proto3" json:"inference_server,omitempty"`
	HardwareRequirements []*HardwareRequirement `protobuf:"bytes,5,rep,name=hardware_requirements,json=hardwareRequirements,proto3" json:"hardware_requirements,omitempty"`
	Labels               map[string]string      `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateModelRequest) ClearContainer

func (x *CreateModelRequest) ClearContainer()

func (*CreateModelRequest) ClearInferenceServer

func (x *CreateModelRequest) ClearInferenceServer()

func (*CreateModelRequest) GetContainer

func (x *CreateModelRequest) GetContainer() *Container

func (*CreateModelRequest) GetHardwareRequirements

func (x *CreateModelRequest) GetHardwareRequirements() []*HardwareRequirement

func (*CreateModelRequest) GetInferenceServer

func (x *CreateModelRequest) GetInferenceServer() *InferenceServerConfig

func (*CreateModelRequest) GetLabels

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

func (*CreateModelRequest) GetModelId

func (x *CreateModelRequest) GetModelId() string

func (*CreateModelRequest) GetModelName

func (x *CreateModelRequest) GetModelName() string

func (*CreateModelRequest) HasContainer

func (x *CreateModelRequest) HasContainer() bool

func (*CreateModelRequest) HasInferenceServer

func (x *CreateModelRequest) HasInferenceServer() bool

func (*CreateModelRequest) ProtoMessage

func (*CreateModelRequest) ProtoMessage()

func (*CreateModelRequest) ProtoReflect

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

func (*CreateModelRequest) Reset

func (x *CreateModelRequest) Reset()

func (*CreateModelRequest) SetContainer

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

func (*CreateModelRequest) SetHardwareRequirements

func (x *CreateModelRequest) SetHardwareRequirements(v []*HardwareRequirement)

func (*CreateModelRequest) SetInferenceServer

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

func (*CreateModelRequest) SetLabels

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

func (*CreateModelRequest) SetModelId

func (x *CreateModelRequest) SetModelId(v string)

func (*CreateModelRequest) SetModelName

func (x *CreateModelRequest) SetModelName(v string)

func (*CreateModelRequest) String

func (x *CreateModelRequest) String() string

type CreateModelRequest_builder

type CreateModelRequest_builder struct {
	ModelId              string
	ModelName            string
	Container            *Container
	InferenceServer      *InferenceServerConfig
	HardwareRequirements []*HardwareRequirement
	Labels               map[string]string
	// contains filtered or unexported fields
}

func (CreateModelRequest_builder) Build

type CreateModelResponse

type CreateModelResponse struct {
	Model *ModelConfig `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateModelResponse) ClearModel

func (x *CreateModelResponse) ClearModel()

func (*CreateModelResponse) GetModel

func (x *CreateModelResponse) GetModel() *ModelConfig

func (*CreateModelResponse) HasModel

func (x *CreateModelResponse) HasModel() bool

func (*CreateModelResponse) ProtoMessage

func (*CreateModelResponse) ProtoMessage()

func (*CreateModelResponse) ProtoReflect

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

func (*CreateModelResponse) Reset

func (x *CreateModelResponse) Reset()

func (*CreateModelResponse) SetModel

func (x *CreateModelResponse) SetModel(v *ModelConfig)

func (*CreateModelResponse) String

func (x *CreateModelResponse) String() string

type CreateModelResponse_builder

type CreateModelResponse_builder struct {
	Model *ModelConfig
	// contains filtered or unexported fields
}

func (CreateModelResponse_builder) Build

type CreateNotebookRequest

type CreateNotebookRequest struct {
	NotebookId string            `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	Name       string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	SourceUrl  string            `protobuf:"bytes,3,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"`
	SourceType string            `protobuf:"bytes,4,opt,name=source_type,json=sourceType,proto3" json:"source_type,omitempty"`
	Labels     map[string]string `` /* 139-byte string literal not displayed */
	Tags       map[string]string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateNotebookRequest) GetLabels

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

func (*CreateNotebookRequest) GetName

func (x *CreateNotebookRequest) GetName() string

func (*CreateNotebookRequest) GetNotebookId

func (x *CreateNotebookRequest) GetNotebookId() string

func (*CreateNotebookRequest) GetSourceType

func (x *CreateNotebookRequest) GetSourceType() string

func (*CreateNotebookRequest) GetSourceUrl

func (x *CreateNotebookRequest) GetSourceUrl() string

func (*CreateNotebookRequest) GetTags

func (x *CreateNotebookRequest) GetTags() map[string]string

func (*CreateNotebookRequest) ProtoMessage

func (*CreateNotebookRequest) ProtoMessage()

func (*CreateNotebookRequest) ProtoReflect

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

func (*CreateNotebookRequest) Reset

func (x *CreateNotebookRequest) Reset()

func (*CreateNotebookRequest) SetLabels

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

func (*CreateNotebookRequest) SetName

func (x *CreateNotebookRequest) SetName(v string)

func (*CreateNotebookRequest) SetNotebookId

func (x *CreateNotebookRequest) SetNotebookId(v string)

func (*CreateNotebookRequest) SetSourceType

func (x *CreateNotebookRequest) SetSourceType(v string)

func (*CreateNotebookRequest) SetSourceUrl

func (x *CreateNotebookRequest) SetSourceUrl(v string)

func (*CreateNotebookRequest) SetTags

func (x *CreateNotebookRequest) SetTags(v map[string]string)

func (*CreateNotebookRequest) String

func (x *CreateNotebookRequest) String() string

type CreateNotebookRequest_builder

type CreateNotebookRequest_builder struct {
	NotebookId string
	Name       string
	SourceUrl  string
	SourceType string
	Labels     map[string]string
	Tags       map[string]string
	// contains filtered or unexported fields
}

func (CreateNotebookRequest_builder) Build

type CreateNotebookResponse

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

func (*CreateNotebookResponse) ClearNotebook

func (x *CreateNotebookResponse) ClearNotebook()

func (*CreateNotebookResponse) GetNotebook

func (x *CreateNotebookResponse) GetNotebook() *Notebook

func (*CreateNotebookResponse) HasNotebook

func (x *CreateNotebookResponse) HasNotebook() bool

func (*CreateNotebookResponse) ProtoMessage

func (*CreateNotebookResponse) ProtoMessage()

func (*CreateNotebookResponse) ProtoReflect

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

func (*CreateNotebookResponse) Reset

func (x *CreateNotebookResponse) Reset()

func (*CreateNotebookResponse) SetNotebook

func (x *CreateNotebookResponse) SetNotebook(v *Notebook)

func (*CreateNotebookResponse) String

func (x *CreateNotebookResponse) String() string

type CreateNotebookResponse_builder

type CreateNotebookResponse_builder struct {
	Notebook *Notebook
	// contains filtered or unexported fields
}

func (CreateNotebookResponse_builder) Build

type CreateOrganizationRequest

type CreateOrganizationRequest struct {
	OrganizationId string            `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	Labels         map[string]string ``                                                                                               /* 139-byte string literal not displayed */
	Username       string            `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`                          // the slug unique friendly identifier for the organization
	DisplayName    string            `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // a human readable name for the organization
	NcaId          string            `protobuf:"bytes,5,opt,name=nca_id,json=ncaId,proto3" json:"nca_id,omitempty"`
	NgcOrgId       string            `protobuf:"bytes,6,opt,name=ngc_org_id,json=ngcOrgId,proto3" json:"ngc_org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest) GetDisplayName

func (x *CreateOrganizationRequest) GetDisplayName() string

func (*CreateOrganizationRequest) GetLabels

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

func (*CreateOrganizationRequest) GetNcaId

func (x *CreateOrganizationRequest) GetNcaId() string

func (*CreateOrganizationRequest) GetNgcOrgId

func (x *CreateOrganizationRequest) GetNgcOrgId() string

func (*CreateOrganizationRequest) GetOrganizationId

func (x *CreateOrganizationRequest) GetOrganizationId() string

func (*CreateOrganizationRequest) GetUsername

func (x *CreateOrganizationRequest) GetUsername() string

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

func (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) SetDisplayName

func (x *CreateOrganizationRequest) SetDisplayName(v string)

func (*CreateOrganizationRequest) SetLabels

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

func (*CreateOrganizationRequest) SetNcaId

func (x *CreateOrganizationRequest) SetNcaId(v string)

func (*CreateOrganizationRequest) SetNgcOrgId

func (x *CreateOrganizationRequest) SetNgcOrgId(v string)

func (*CreateOrganizationRequest) SetOrganizationId

func (x *CreateOrganizationRequest) SetOrganizationId(v string)

func (*CreateOrganizationRequest) SetUsername

func (x *CreateOrganizationRequest) SetUsername(v string)

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

type CreateOrganizationRequest_builder

type CreateOrganizationRequest_builder struct {
	OrganizationId string
	Labels         map[string]string
	Username       string
	DisplayName    string
	NcaId          string
	NgcOrgId       string
	// contains filtered or unexported fields
}

func (CreateOrganizationRequest_builder) Build

type CreateOrganizationResponse

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

func (*CreateOrganizationResponse) ClearOrganization

func (x *CreateOrganizationResponse) ClearOrganization()

func (*CreateOrganizationResponse) GetOrganization

func (x *CreateOrganizationResponse) GetOrganization() *Organization

func (*CreateOrganizationResponse) HasOrganization

func (x *CreateOrganizationResponse) HasOrganization() bool

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) ProtoReflect

func (*CreateOrganizationResponse) Reset

func (x *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) SetOrganization

func (x *CreateOrganizationResponse) SetOrganization(v *Organization)

func (*CreateOrganizationResponse) String

func (x *CreateOrganizationResponse) String() string

type CreateOrganizationResponse_builder

type CreateOrganizationResponse_builder struct {
	Organization *Organization
	// contains filtered or unexported fields
}

func (CreateOrganizationResponse_builder) Build

type CreatePaymentIntentRequest

type CreatePaymentIntentRequest struct {
	Amount        int64             `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	MetaData      map[string]string `` /* 159-byte string literal not displayed */
	Confirm       bool              `protobuf:"varint,3,opt,name=confirm,proto3" json:"confirm,omitempty"`
	PaymentMethod string            `protobuf:"bytes,4,opt,name=payment_method,json=paymentMethod,proto3" json:"payment_method,omitempty"`
	ReceiptEmail  string            `protobuf:"bytes,5,opt,name=receipt_email,json=receiptEmail,proto3" json:"receipt_email,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePaymentIntentRequest) GetAmount

func (x *CreatePaymentIntentRequest) GetAmount() int64

func (*CreatePaymentIntentRequest) GetConfirm

func (x *CreatePaymentIntentRequest) GetConfirm() bool

func (*CreatePaymentIntentRequest) GetMetaData

func (x *CreatePaymentIntentRequest) GetMetaData() map[string]string

func (*CreatePaymentIntentRequest) GetPaymentMethod

func (x *CreatePaymentIntentRequest) GetPaymentMethod() string

func (*CreatePaymentIntentRequest) GetReceiptEmail

func (x *CreatePaymentIntentRequest) GetReceiptEmail() string

func (*CreatePaymentIntentRequest) ProtoMessage

func (*CreatePaymentIntentRequest) ProtoMessage()

func (*CreatePaymentIntentRequest) ProtoReflect

func (*CreatePaymentIntentRequest) Reset

func (x *CreatePaymentIntentRequest) Reset()

func (*CreatePaymentIntentRequest) SetAmount

func (x *CreatePaymentIntentRequest) SetAmount(v int64)

func (*CreatePaymentIntentRequest) SetConfirm

func (x *CreatePaymentIntentRequest) SetConfirm(v bool)

func (*CreatePaymentIntentRequest) SetMetaData

func (x *CreatePaymentIntentRequest) SetMetaData(v map[string]string)

func (*CreatePaymentIntentRequest) SetPaymentMethod

func (x *CreatePaymentIntentRequest) SetPaymentMethod(v string)

func (*CreatePaymentIntentRequest) SetReceiptEmail

func (x *CreatePaymentIntentRequest) SetReceiptEmail(v string)

func (*CreatePaymentIntentRequest) String

func (x *CreatePaymentIntentRequest) String() string

type CreatePaymentIntentRequest_builder

type CreatePaymentIntentRequest_builder struct {
	Amount        int64
	MetaData      map[string]string
	Confirm       bool
	PaymentMethod string
	ReceiptEmail  string
	// contains filtered or unexported fields
}

func (CreatePaymentIntentRequest_builder) Build

type CreatePaymentIntentResponse

type CreatePaymentIntentResponse struct {
	PaymentIntent *PaymentIntent `protobuf:"bytes,1,opt,name=payment_intent,json=paymentIntent,proto3" json:"payment_intent,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePaymentIntentResponse) ClearPaymentIntent

func (x *CreatePaymentIntentResponse) ClearPaymentIntent()

func (*CreatePaymentIntentResponse) GetPaymentIntent

func (x *CreatePaymentIntentResponse) GetPaymentIntent() *PaymentIntent

func (*CreatePaymentIntentResponse) HasPaymentIntent

func (x *CreatePaymentIntentResponse) HasPaymentIntent() bool

func (*CreatePaymentIntentResponse) ProtoMessage

func (*CreatePaymentIntentResponse) ProtoMessage()

func (*CreatePaymentIntentResponse) ProtoReflect

func (*CreatePaymentIntentResponse) Reset

func (x *CreatePaymentIntentResponse) Reset()

func (*CreatePaymentIntentResponse) SetPaymentIntent

func (x *CreatePaymentIntentResponse) SetPaymentIntent(v *PaymentIntent)

func (*CreatePaymentIntentResponse) String

func (x *CreatePaymentIntentResponse) String() string

type CreatePaymentIntentResponse_builder

type CreatePaymentIntentResponse_builder struct {
	PaymentIntent *PaymentIntent
	// contains filtered or unexported fields
}

func (CreatePaymentIntentResponse_builder) Build

type CreatePaymentSetupIntentRequest

type CreatePaymentSetupIntentRequest 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 (*CreatePaymentSetupIntentRequest) GetBillingProfileId

func (x *CreatePaymentSetupIntentRequest) GetBillingProfileId() string

func (*CreatePaymentSetupIntentRequest) ProtoMessage

func (*CreatePaymentSetupIntentRequest) ProtoMessage()

func (*CreatePaymentSetupIntentRequest) ProtoReflect

func (*CreatePaymentSetupIntentRequest) Reset

func (*CreatePaymentSetupIntentRequest) SetBillingProfileId

func (x *CreatePaymentSetupIntentRequest) SetBillingProfileId(v string)

func (*CreatePaymentSetupIntentRequest) String

type CreatePaymentSetupIntentRequest_builder

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

func (CreatePaymentSetupIntentRequest_builder) Build

type CreatePaymentSetupIntentResponse

type CreatePaymentSetupIntentResponse struct {
	SetupIntent *SetupIntent `protobuf:"bytes,1,opt,name=setup_intent,json=setupIntent,proto3" json:"setup_intent,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePaymentSetupIntentResponse) ClearSetupIntent

func (x *CreatePaymentSetupIntentResponse) ClearSetupIntent()

func (*CreatePaymentSetupIntentResponse) GetSetupIntent

func (x *CreatePaymentSetupIntentResponse) GetSetupIntent() *SetupIntent

func (*CreatePaymentSetupIntentResponse) HasSetupIntent

func (x *CreatePaymentSetupIntentResponse) HasSetupIntent() bool

func (*CreatePaymentSetupIntentResponse) ProtoMessage

func (*CreatePaymentSetupIntentResponse) ProtoMessage()

func (*CreatePaymentSetupIntentResponse) ProtoReflect

func (*CreatePaymentSetupIntentResponse) Reset

func (*CreatePaymentSetupIntentResponse) SetSetupIntent

func (x *CreatePaymentSetupIntentResponse) SetSetupIntent(v *SetupIntent)

func (*CreatePaymentSetupIntentResponse) String

type CreatePaymentSetupIntentResponse_builder

type CreatePaymentSetupIntentResponse_builder struct {
	SetupIntent *SetupIntent
	// contains filtered or unexported fields
}

func (CreatePaymentSetupIntentResponse_builder) Build

type CreatePersistentPodRequest

type CreatePersistentPodRequest struct {
	PersistentPodId string            `protobuf:"bytes,1,opt,name=persistent_pod_id,json=persistentPodId,proto3" json:"persistent_pod_id,omitempty"`
	Labels          map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreatePersistentPodRequest) GetLabels

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

func (*CreatePersistentPodRequest) GetPersistentPodId

func (x *CreatePersistentPodRequest) GetPersistentPodId() string

func (*CreatePersistentPodRequest) ProtoMessage

func (*CreatePersistentPodRequest) ProtoMessage()

func (*CreatePersistentPodRequest) ProtoReflect

func (*CreatePersistentPodRequest) Reset

func (x *CreatePersistentPodRequest) Reset()

func (*CreatePersistentPodRequest) SetLabels

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

func (*CreatePersistentPodRequest) SetPersistentPodId

func (x *CreatePersistentPodRequest) SetPersistentPodId(v string)

func (*CreatePersistentPodRequest) String

func (x *CreatePersistentPodRequest) String() string

type CreatePersistentPodRequest_builder

type CreatePersistentPodRequest_builder struct {
	PersistentPodId string
	Labels          map[string]string
	// contains filtered or unexported fields
}

func (CreatePersistentPodRequest_builder) Build

type CreatePersistentPodResponse

type CreatePersistentPodResponse struct {
	PersistentPod *PersistentPod `protobuf:"bytes,1,opt,name=persistent_pod,json=persistentPod,proto3" json:"persistent_pod,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePersistentPodResponse) ClearPersistentPod

func (x *CreatePersistentPodResponse) ClearPersistentPod()

func (*CreatePersistentPodResponse) GetPersistentPod

func (x *CreatePersistentPodResponse) GetPersistentPod() *PersistentPod

func (*CreatePersistentPodResponse) HasPersistentPod

func (x *CreatePersistentPodResponse) HasPersistentPod() bool

func (*CreatePersistentPodResponse) ProtoMessage

func (*CreatePersistentPodResponse) ProtoMessage()

func (*CreatePersistentPodResponse) ProtoReflect

func (*CreatePersistentPodResponse) Reset

func (x *CreatePersistentPodResponse) Reset()

func (*CreatePersistentPodResponse) SetPersistentPod

func (x *CreatePersistentPodResponse) SetPersistentPod(v *PersistentPod)

func (*CreatePersistentPodResponse) String

func (x *CreatePersistentPodResponse) String() string

type CreatePersistentPodResponse_builder

type CreatePersistentPodResponse_builder struct {
	PersistentPod *PersistentPod
	// contains filtered or unexported fields
}

func (CreatePersistentPodResponse_builder) Build

type CreatePublicProfileRequest

type CreatePublicProfileRequest struct {
	PublicProfileId string            `protobuf:"bytes,1,opt,name=public_profile_id,json=publicProfileId,proto3" json:"public_profile_id,omitempty"`
	Labels          map[string]string `` /* 139-byte string literal not displayed */
	DisplayName     string            `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Bio             string            `protobuf:"bytes,4,opt,name=bio,proto3" json:"bio,omitempty"`
	CoverPhotoData  []byte            `protobuf:"bytes,5,opt,name=cover_photo_data,json=coverPhotoData,proto3" json:"cover_photo_data,omitempty"`
	Handle          string            `protobuf:"bytes,6,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePublicProfileRequest) GetBio

func (x *CreatePublicProfileRequest) GetBio() string

func (*CreatePublicProfileRequest) GetCoverPhotoData

func (x *CreatePublicProfileRequest) GetCoverPhotoData() []byte

func (*CreatePublicProfileRequest) GetDisplayName

func (x *CreatePublicProfileRequest) GetDisplayName() string

func (*CreatePublicProfileRequest) GetHandle

func (x *CreatePublicProfileRequest) GetHandle() string

func (*CreatePublicProfileRequest) GetLabels

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

func (*CreatePublicProfileRequest) GetPublicProfileId

func (x *CreatePublicProfileRequest) GetPublicProfileId() string

func (*CreatePublicProfileRequest) ProtoMessage

func (*CreatePublicProfileRequest) ProtoMessage()

func (*CreatePublicProfileRequest) ProtoReflect

func (*CreatePublicProfileRequest) Reset

func (x *CreatePublicProfileRequest) Reset()

func (*CreatePublicProfileRequest) SetBio

func (x *CreatePublicProfileRequest) SetBio(v string)

func (*CreatePublicProfileRequest) SetCoverPhotoData

func (x *CreatePublicProfileRequest) SetCoverPhotoData(v []byte)

func (*CreatePublicProfileRequest) SetDisplayName

func (x *CreatePublicProfileRequest) SetDisplayName(v string)

func (*CreatePublicProfileRequest) SetHandle

func (x *CreatePublicProfileRequest) SetHandle(v string)

func (*CreatePublicProfileRequest) SetLabels

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

func (*CreatePublicProfileRequest) SetPublicProfileId

func (x *CreatePublicProfileRequest) SetPublicProfileId(v string)

func (*CreatePublicProfileRequest) String

func (x *CreatePublicProfileRequest) String() string

type CreatePublicProfileRequest_builder

type CreatePublicProfileRequest_builder struct {
	PublicProfileId string
	Labels          map[string]string
	DisplayName     string
	Bio             string
	CoverPhotoData  []byte
	Handle          string
	// contains filtered or unexported fields
}

func (CreatePublicProfileRequest_builder) Build

type CreatePublicProfileResponse

type CreatePublicProfileResponse struct {
	PublicProfile *PublicProfile `protobuf:"bytes,1,opt,name=public_profile,json=publicProfile,proto3" json:"public_profile,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePublicProfileResponse) ClearPublicProfile

func (x *CreatePublicProfileResponse) ClearPublicProfile()

func (*CreatePublicProfileResponse) GetPublicProfile

func (x *CreatePublicProfileResponse) GetPublicProfile() *PublicProfile

func (*CreatePublicProfileResponse) HasPublicProfile

func (x *CreatePublicProfileResponse) HasPublicProfile() bool

func (*CreatePublicProfileResponse) ProtoMessage

func (*CreatePublicProfileResponse) ProtoMessage()

func (*CreatePublicProfileResponse) ProtoReflect

func (*CreatePublicProfileResponse) Reset

func (x *CreatePublicProfileResponse) Reset()

func (*CreatePublicProfileResponse) SetPublicProfile

func (x *CreatePublicProfileResponse) SetPublicProfile(v *PublicProfile)

func (*CreatePublicProfileResponse) String

func (x *CreatePublicProfileResponse) String() string

type CreatePublicProfileResponse_builder

type CreatePublicProfileResponse_builder struct {
	PublicProfile *PublicProfile
	// contains filtered or unexported fields
}

func (CreatePublicProfileResponse_builder) Build

type CreateRedeemableRequest

type CreateRedeemableRequest struct {
	RedeemableId               string                 `protobuf:"bytes,1,opt,name=redeemable_id,json=redeemableId,proto3" json:"redeemable_id,omitempty"`
	Labels                     map[string]string      `` /* 139-byte string literal not displayed */
	ShortCode                  string                 `protobuf:"bytes,3,opt,name=short_code,json=shortCode,proto3" json:"short_code,omitempty"`
	Description                string                 `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Status                     string                 `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	DefaultRedemptionAmountUsd string                 `` /* 143-byte string literal not displayed */
	MaxRedemptionAmountUsd     string                 `` /* 131-byte string literal not displayed */
	ExpiresAt                  *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	GlobalConstraint           *RedeemableConstraint  `protobuf:"bytes,9,opt,name=global_constraint,json=globalConstraint,proto3" json:"global_constraint,omitempty"`
	TenantConstraint           *RedeemableConstraint  `protobuf:"bytes,10,opt,name=tenant_constraint,json=tenantConstraint,proto3" json:"tenant_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRedeemableRequest) ClearExpiresAt

func (x *CreateRedeemableRequest) ClearExpiresAt()

func (*CreateRedeemableRequest) ClearGlobalConstraint

func (x *CreateRedeemableRequest) ClearGlobalConstraint()

func (*CreateRedeemableRequest) ClearTenantConstraint

func (x *CreateRedeemableRequest) ClearTenantConstraint()

func (*CreateRedeemableRequest) GetDefaultRedemptionAmountUsd

func (x *CreateRedeemableRequest) GetDefaultRedemptionAmountUsd() string

func (*CreateRedeemableRequest) GetDescription

func (x *CreateRedeemableRequest) GetDescription() string

func (*CreateRedeemableRequest) GetExpiresAt

func (x *CreateRedeemableRequest) GetExpiresAt() *timestamppb.Timestamp

func (*CreateRedeemableRequest) GetGlobalConstraint

func (x *CreateRedeemableRequest) GetGlobalConstraint() *RedeemableConstraint

func (*CreateRedeemableRequest) GetLabels

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

func (*CreateRedeemableRequest) GetMaxRedemptionAmountUsd

func (x *CreateRedeemableRequest) GetMaxRedemptionAmountUsd() string

func (*CreateRedeemableRequest) GetRedeemableId

func (x *CreateRedeemableRequest) GetRedeemableId() string

func (*CreateRedeemableRequest) GetShortCode

func (x *CreateRedeemableRequest) GetShortCode() string

func (*CreateRedeemableRequest) GetStatus

func (x *CreateRedeemableRequest) GetStatus() string

func (*CreateRedeemableRequest) GetTenantConstraint

func (x *CreateRedeemableRequest) GetTenantConstraint() *RedeemableConstraint

func (*CreateRedeemableRequest) HasExpiresAt

func (x *CreateRedeemableRequest) HasExpiresAt() bool

func (*CreateRedeemableRequest) HasGlobalConstraint

func (x *CreateRedeemableRequest) HasGlobalConstraint() bool

func (*CreateRedeemableRequest) HasTenantConstraint

func (x *CreateRedeemableRequest) HasTenantConstraint() bool

func (*CreateRedeemableRequest) ProtoMessage

func (*CreateRedeemableRequest) ProtoMessage()

func (*CreateRedeemableRequest) ProtoReflect

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

func (*CreateRedeemableRequest) Reset

func (x *CreateRedeemableRequest) Reset()

func (*CreateRedeemableRequest) SetDefaultRedemptionAmountUsd

func (x *CreateRedeemableRequest) SetDefaultRedemptionAmountUsd(v string)

func (*CreateRedeemableRequest) SetDescription

func (x *CreateRedeemableRequest) SetDescription(v string)

func (*CreateRedeemableRequest) SetExpiresAt

func (x *CreateRedeemableRequest) SetExpiresAt(v *timestamppb.Timestamp)

func (*CreateRedeemableRequest) SetGlobalConstraint

func (x *CreateRedeemableRequest) SetGlobalConstraint(v *RedeemableConstraint)

func (*CreateRedeemableRequest) SetLabels

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

func (*CreateRedeemableRequest) SetMaxRedemptionAmountUsd

func (x *CreateRedeemableRequest) SetMaxRedemptionAmountUsd(v string)

func (*CreateRedeemableRequest) SetRedeemableId

func (x *CreateRedeemableRequest) SetRedeemableId(v string)

func (*CreateRedeemableRequest) SetShortCode

func (x *CreateRedeemableRequest) SetShortCode(v string)

func (*CreateRedeemableRequest) SetStatus

func (x *CreateRedeemableRequest) SetStatus(v string)

func (*CreateRedeemableRequest) SetTenantConstraint

func (x *CreateRedeemableRequest) SetTenantConstraint(v *RedeemableConstraint)

func (*CreateRedeemableRequest) String

func (x *CreateRedeemableRequest) String() string

type CreateRedeemableRequest_builder

type CreateRedeemableRequest_builder struct {
	RedeemableId               string
	Labels                     map[string]string
	ShortCode                  string
	Description                string
	Status                     string
	DefaultRedemptionAmountUsd string
	MaxRedemptionAmountUsd     string
	ExpiresAt                  *timestamppb.Timestamp
	GlobalConstraint           *RedeemableConstraint
	TenantConstraint           *RedeemableConstraint
	// contains filtered or unexported fields
}

func (CreateRedeemableRequest_builder) Build

type CreateRedeemableResponse

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

func (*CreateRedeemableResponse) ClearRedeemable

func (x *CreateRedeemableResponse) ClearRedeemable()

func (*CreateRedeemableResponse) GetRedeemable

func (x *CreateRedeemableResponse) GetRedeemable() *Redeemable

func (*CreateRedeemableResponse) HasRedeemable

func (x *CreateRedeemableResponse) HasRedeemable() bool

func (*CreateRedeemableResponse) ProtoMessage

func (*CreateRedeemableResponse) ProtoMessage()

func (*CreateRedeemableResponse) ProtoReflect

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

func (*CreateRedeemableResponse) Reset

func (x *CreateRedeemableResponse) Reset()

func (*CreateRedeemableResponse) SetRedeemable

func (x *CreateRedeemableResponse) SetRedeemable(v *Redeemable)

func (*CreateRedeemableResponse) String

func (x *CreateRedeemableResponse) String() string

type CreateRedeemableResponse_builder

type CreateRedeemableResponse_builder struct {
	Redeemable *Redeemable
	// contains filtered or unexported fields
}

func (CreateRedeemableResponse_builder) Build

type CreateSecretRequest

type CreateSecretRequest struct {
	SecretId string            `protobuf:"bytes,1,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	Labels   map[string]string `` /* 139-byte string literal not displayed */
	Value    string            `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSecretRequest) GetLabels

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

func (*CreateSecretRequest) GetSecretId

func (x *CreateSecretRequest) GetSecretId() string

func (*CreateSecretRequest) GetValue

func (x *CreateSecretRequest) GetValue() string

func (*CreateSecretRequest) ProtoMessage

func (*CreateSecretRequest) ProtoMessage()

func (*CreateSecretRequest) ProtoReflect

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

func (*CreateSecretRequest) Reset

func (x *CreateSecretRequest) Reset()

func (*CreateSecretRequest) SetLabels

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

func (*CreateSecretRequest) SetSecretId

func (x *CreateSecretRequest) SetSecretId(v string)

func (*CreateSecretRequest) SetValue

func (x *CreateSecretRequest) SetValue(v string)

func (*CreateSecretRequest) String

func (x *CreateSecretRequest) String() string

type CreateSecretRequest_builder

type CreateSecretRequest_builder struct {
	SecretId string
	Labels   map[string]string
	Value    string
	// contains filtered or unexported fields
}

func (CreateSecretRequest_builder) Build

type CreateSecretResponse

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

func (*CreateSecretResponse) ClearSecret

func (x *CreateSecretResponse) ClearSecret()

func (*CreateSecretResponse) GetSecret

func (x *CreateSecretResponse) GetSecret() *Secret

func (*CreateSecretResponse) HasSecret

func (x *CreateSecretResponse) HasSecret() bool

func (*CreateSecretResponse) ProtoMessage

func (*CreateSecretResponse) ProtoMessage()

func (*CreateSecretResponse) ProtoReflect

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

func (*CreateSecretResponse) Reset

func (x *CreateSecretResponse) Reset()

func (*CreateSecretResponse) SetSecret

func (x *CreateSecretResponse) SetSecret(v *Secret)

func (*CreateSecretResponse) String

func (x *CreateSecretResponse) String() string

type CreateSecretResponse_builder

type CreateSecretResponse_builder struct {
	Secret *Secret
	// contains filtered or unexported fields
}

func (CreateSecretResponse_builder) Build

type CreateServiceEventRequest

type CreateServiceEventRequest struct {
	Type      string                 `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Labels    map[string]string      `` /* 139-byte string literal not displayed */
	Event     *Event                 `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	EventTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`
	Object    string                 `protobuf:"bytes,5,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceEventRequest) ClearEvent

func (x *CreateServiceEventRequest) ClearEvent()

func (*CreateServiceEventRequest) ClearEventTime

func (x *CreateServiceEventRequest) ClearEventTime()

func (*CreateServiceEventRequest) GetEvent

func (x *CreateServiceEventRequest) GetEvent() *Event

func (*CreateServiceEventRequest) GetEventTime

func (x *CreateServiceEventRequest) GetEventTime() *timestamppb.Timestamp

func (*CreateServiceEventRequest) GetLabels

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

func (*CreateServiceEventRequest) GetObject

func (x *CreateServiceEventRequest) GetObject() string

func (*CreateServiceEventRequest) GetType

func (x *CreateServiceEventRequest) GetType() string

func (*CreateServiceEventRequest) HasEvent

func (x *CreateServiceEventRequest) HasEvent() bool

func (*CreateServiceEventRequest) HasEventTime

func (x *CreateServiceEventRequest) HasEventTime() bool

func (*CreateServiceEventRequest) ProtoMessage

func (*CreateServiceEventRequest) ProtoMessage()

func (*CreateServiceEventRequest) ProtoReflect

func (*CreateServiceEventRequest) Reset

func (x *CreateServiceEventRequest) Reset()

func (*CreateServiceEventRequest) SetEvent

func (x *CreateServiceEventRequest) SetEvent(v *Event)

func (*CreateServiceEventRequest) SetEventTime

func (x *CreateServiceEventRequest) SetEventTime(v *timestamppb.Timestamp)

func (*CreateServiceEventRequest) SetLabels

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

func (*CreateServiceEventRequest) SetObject

func (x *CreateServiceEventRequest) SetObject(v string)

func (*CreateServiceEventRequest) SetType

func (x *CreateServiceEventRequest) SetType(v string)

func (*CreateServiceEventRequest) String

func (x *CreateServiceEventRequest) String() string

type CreateServiceEventRequest_builder

type CreateServiceEventRequest_builder struct {
	Type      string
	Labels    map[string]string
	Event     *Event
	EventTime *timestamppb.Timestamp
	Object    string
	// contains filtered or unexported fields
}

func (CreateServiceEventRequest_builder) Build

type CreateServiceEventResponse

type CreateServiceEventResponse struct {
	ServiceEvent *ServiceEvent `protobuf:"bytes,1,opt,name=service_event,json=serviceEvent,proto3" json:"service_event,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceEventResponse) ClearServiceEvent

func (x *CreateServiceEventResponse) ClearServiceEvent()

func (*CreateServiceEventResponse) GetServiceEvent

func (x *CreateServiceEventResponse) GetServiceEvent() *ServiceEvent

func (*CreateServiceEventResponse) HasServiceEvent

func (x *CreateServiceEventResponse) HasServiceEvent() bool

func (*CreateServiceEventResponse) ProtoMessage

func (*CreateServiceEventResponse) ProtoMessage()

func (*CreateServiceEventResponse) ProtoReflect

func (*CreateServiceEventResponse) Reset

func (x *CreateServiceEventResponse) Reset()

func (*CreateServiceEventResponse) SetServiceEvent

func (x *CreateServiceEventResponse) SetServiceEvent(v *ServiceEvent)

func (*CreateServiceEventResponse) String

func (x *CreateServiceEventResponse) String() string

type CreateServiceEventResponse_builder

type CreateServiceEventResponse_builder struct {
	ServiceEvent *ServiceEvent
	// contains filtered or unexported fields
}

func (CreateServiceEventResponse_builder) Build

type CreateSessionRequest

type CreateSessionRequest struct {
	SessionId string            `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	Labels    map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateSessionRequest) GetLabels

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

func (*CreateSessionRequest) GetSessionId

func (x *CreateSessionRequest) GetSessionId() string

func (*CreateSessionRequest) ProtoMessage

func (*CreateSessionRequest) ProtoMessage()

func (*CreateSessionRequest) ProtoReflect

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

func (*CreateSessionRequest) Reset

func (x *CreateSessionRequest) Reset()

func (*CreateSessionRequest) SetLabels

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

func (*CreateSessionRequest) SetSessionId

func (x *CreateSessionRequest) SetSessionId(v string)

func (*CreateSessionRequest) String

func (x *CreateSessionRequest) String() string

type CreateSessionRequest_builder

type CreateSessionRequest_builder struct {
	SessionId string
	Labels    map[string]string
	// contains filtered or unexported fields
}

func (CreateSessionRequest_builder) Build

type CreateSessionResponse

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

func (*CreateSessionResponse) ClearSession

func (x *CreateSessionResponse) ClearSession()

func (*CreateSessionResponse) GetSession

func (x *CreateSessionResponse) GetSession() *Session

func (*CreateSessionResponse) HasSession

func (x *CreateSessionResponse) HasSession() bool

func (*CreateSessionResponse) ProtoMessage

func (*CreateSessionResponse) ProtoMessage()

func (*CreateSessionResponse) ProtoReflect

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

func (*CreateSessionResponse) Reset

func (x *CreateSessionResponse) Reset()

func (*CreateSessionResponse) SetSession

func (x *CreateSessionResponse) SetSession(v *Session)

func (*CreateSessionResponse) String

func (x *CreateSessionResponse) String() string

type CreateSessionResponse_builder

type CreateSessionResponse_builder struct {
	Session *Session
	// contains filtered or unexported fields
}

func (CreateSessionResponse_builder) Build

type CreateTransactionRequest

type CreateTransactionRequest struct {
	TransactionId    string                 `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	Labels           map[string]string      `` /* 139-byte string literal not displayed */
	Type             string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	LedgerId         string                 `protobuf:"bytes,4,opt,name=ledger_id,json=ledgerId,proto3" json:"ledger_id,omitempty"`
	AmountUsd        string                 `protobuf:"bytes,5,opt,name=amount_usd,json=amountUsd,proto3" json:"amount_usd,omitempty"`
	TransactionTime  *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=transaction_time,json=transactionTime,proto3" json:"transaction_time,omitempty"`
	BillingProfileId string                 `protobuf:"bytes,7,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	Note             string                 `protobuf:"bytes,8,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTransactionRequest) ClearTransactionTime

func (x *CreateTransactionRequest) ClearTransactionTime()

func (*CreateTransactionRequest) GetAmountUsd

func (x *CreateTransactionRequest) GetAmountUsd() string

func (*CreateTransactionRequest) GetBillingProfileId

func (x *CreateTransactionRequest) GetBillingProfileId() string

func (*CreateTransactionRequest) GetLabels

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

func (*CreateTransactionRequest) GetLedgerId

func (x *CreateTransactionRequest) GetLedgerId() string

func (*CreateTransactionRequest) GetNote

func (x *CreateTransactionRequest) GetNote() string

func (*CreateTransactionRequest) GetTransactionId

func (x *CreateTransactionRequest) GetTransactionId() string

func (*CreateTransactionRequest) GetTransactionTime

func (x *CreateTransactionRequest) GetTransactionTime() *timestamppb.Timestamp

func (*CreateTransactionRequest) GetType

func (x *CreateTransactionRequest) GetType() string

func (*CreateTransactionRequest) HasTransactionTime

func (x *CreateTransactionRequest) HasTransactionTime() bool

func (*CreateTransactionRequest) ProtoMessage

func (*CreateTransactionRequest) ProtoMessage()

func (*CreateTransactionRequest) ProtoReflect

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

func (*CreateTransactionRequest) Reset

func (x *CreateTransactionRequest) Reset()

func (*CreateTransactionRequest) SetAmountUsd

func (x *CreateTransactionRequest) SetAmountUsd(v string)

func (*CreateTransactionRequest) SetBillingProfileId

func (x *CreateTransactionRequest) SetBillingProfileId(v string)

func (*CreateTransactionRequest) SetLabels

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

func (*CreateTransactionRequest) SetLedgerId

func (x *CreateTransactionRequest) SetLedgerId(v string)

func (*CreateTransactionRequest) SetNote

func (x *CreateTransactionRequest) SetNote(v string)

func (*CreateTransactionRequest) SetTransactionId

func (x *CreateTransactionRequest) SetTransactionId(v string)

func (*CreateTransactionRequest) SetTransactionTime

func (x *CreateTransactionRequest) SetTransactionTime(v *timestamppb.Timestamp)

func (*CreateTransactionRequest) SetType

func (x *CreateTransactionRequest) SetType(v string)

func (*CreateTransactionRequest) String

func (x *CreateTransactionRequest) String() string

type CreateTransactionRequest_builder

type CreateTransactionRequest_builder struct {
	TransactionId    string
	Labels           map[string]string
	Type             string
	LedgerId         string
	AmountUsd        string
	TransactionTime  *timestamppb.Timestamp
	BillingProfileId string
	Note             string
	// contains filtered or unexported fields
}

func (CreateTransactionRequest_builder) Build

type CreateTransactionResponse

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

func (*CreateTransactionResponse) ClearTransaction

func (x *CreateTransactionResponse) ClearTransaction()

func (*CreateTransactionResponse) GetTransaction

func (x *CreateTransactionResponse) GetTransaction() *Transaction

func (*CreateTransactionResponse) HasTransaction

func (x *CreateTransactionResponse) HasTransaction() bool

func (*CreateTransactionResponse) ProtoMessage

func (*CreateTransactionResponse) ProtoMessage()

func (*CreateTransactionResponse) ProtoReflect

func (*CreateTransactionResponse) Reset

func (x *CreateTransactionResponse) Reset()

func (*CreateTransactionResponse) SetTransaction

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

func (*CreateTransactionResponse) String

func (x *CreateTransactionResponse) String() string

type CreateTransactionResponse_builder

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

func (CreateTransactionResponse_builder) Build

type CreateUserRequest

type CreateUserRequest struct {
	UserId      string              `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // Optional, client-provided ID
	DisplayName string              `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Username    string              `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Email       string              `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Metadata    *structpb.Struct    `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Identities  []*ExternalIdentity `protobuf:"bytes,6,rep,name=identities,proto3" json:"identities,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) ClearMetadata

func (x *CreateUserRequest) ClearMetadata()

func (*CreateUserRequest) GetDisplayName

func (x *CreateUserRequest) GetDisplayName() string

func (*CreateUserRequest) GetEmail

func (x *CreateUserRequest) GetEmail() string

func (*CreateUserRequest) GetIdentities

func (x *CreateUserRequest) GetIdentities() []*ExternalIdentity

func (*CreateUserRequest) GetMetadata

func (x *CreateUserRequest) GetMetadata() *structpb.Struct

func (*CreateUserRequest) GetUserId

func (x *CreateUserRequest) GetUserId() string

func (*CreateUserRequest) GetUsername

func (x *CreateUserRequest) GetUsername() string

func (*CreateUserRequest) HasMetadata

func (x *CreateUserRequest) HasMetadata() bool

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

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

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) SetDisplayName

func (x *CreateUserRequest) SetDisplayName(v string)

func (*CreateUserRequest) SetEmail

func (x *CreateUserRequest) SetEmail(v string)

func (*CreateUserRequest) SetIdentities

func (x *CreateUserRequest) SetIdentities(v []*ExternalIdentity)

func (*CreateUserRequest) SetMetadata

func (x *CreateUserRequest) SetMetadata(v *structpb.Struct)

func (*CreateUserRequest) SetUserId

func (x *CreateUserRequest) SetUserId(v string)

func (*CreateUserRequest) SetUsername

func (x *CreateUserRequest) SetUsername(v string)

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserRequest_builder

type CreateUserRequest_builder struct {
	UserId      string
	DisplayName string
	Username    string
	Email       string
	Metadata    *structpb.Struct
	Identities  []*ExternalIdentity
	// contains filtered or unexported fields
}

func (CreateUserRequest_builder) Build

type CreateUserResponse

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

func (*CreateUserResponse) ClearUser

func (x *CreateUserResponse) ClearUser()

func (*CreateUserResponse) GetUser

func (x *CreateUserResponse) GetUser() *User

func (*CreateUserResponse) HasUser

func (x *CreateUserResponse) HasUser() bool

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

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

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) SetUser

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

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type CreateUserResponse_builder

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

func (CreateUserResponse_builder) Build

type CreateUserWithTokenRequest

type CreateUserWithTokenRequest struct {
	Token       string           `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	DisplayName string           `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Username    string           `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Metadata    *structpb.Struct `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserWithTokenRequest) ClearMetadata

func (x *CreateUserWithTokenRequest) ClearMetadata()

func (*CreateUserWithTokenRequest) GetDisplayName

func (x *CreateUserWithTokenRequest) GetDisplayName() string

func (*CreateUserWithTokenRequest) GetMetadata

func (x *CreateUserWithTokenRequest) GetMetadata() *structpb.Struct

func (*CreateUserWithTokenRequest) GetToken

func (x *CreateUserWithTokenRequest) GetToken() string

func (*CreateUserWithTokenRequest) GetUsername

func (x *CreateUserWithTokenRequest) GetUsername() string

func (*CreateUserWithTokenRequest) HasMetadata

func (x *CreateUserWithTokenRequest) HasMetadata() bool

func (*CreateUserWithTokenRequest) ProtoMessage

func (*CreateUserWithTokenRequest) ProtoMessage()

func (*CreateUserWithTokenRequest) ProtoReflect

func (*CreateUserWithTokenRequest) Reset

func (x *CreateUserWithTokenRequest) Reset()

func (*CreateUserWithTokenRequest) SetDisplayName

func (x *CreateUserWithTokenRequest) SetDisplayName(v string)

func (*CreateUserWithTokenRequest) SetMetadata

func (x *CreateUserWithTokenRequest) SetMetadata(v *structpb.Struct)

func (*CreateUserWithTokenRequest) SetToken

func (x *CreateUserWithTokenRequest) SetToken(v string)

func (*CreateUserWithTokenRequest) SetUsername

func (x *CreateUserWithTokenRequest) SetUsername(v string)

func (*CreateUserWithTokenRequest) String

func (x *CreateUserWithTokenRequest) String() string

type CreateUserWithTokenRequest_builder

type CreateUserWithTokenRequest_builder struct {
	Token       string
	DisplayName string
	Username    string
	Metadata    *structpb.Struct
	// contains filtered or unexported fields
}

func (CreateUserWithTokenRequest_builder) Build

type CreateUserWithTokenResponse

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

func (*CreateUserWithTokenResponse) ClearUser

func (x *CreateUserWithTokenResponse) ClearUser()

func (*CreateUserWithTokenResponse) GetUser

func (x *CreateUserWithTokenResponse) GetUser() *User

func (*CreateUserWithTokenResponse) HasUser

func (x *CreateUserWithTokenResponse) HasUser() bool

func (*CreateUserWithTokenResponse) ProtoMessage

func (*CreateUserWithTokenResponse) ProtoMessage()

func (*CreateUserWithTokenResponse) ProtoReflect

func (*CreateUserWithTokenResponse) Reset

func (x *CreateUserWithTokenResponse) Reset()

func (*CreateUserWithTokenResponse) SetUser

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

func (*CreateUserWithTokenResponse) String

func (x *CreateUserWithTokenResponse) String() string

type CreateUserWithTokenResponse_builder

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

func (CreateUserWithTokenResponse_builder) Build

type CredStatus

type CredStatus int32
const (
	CredStatus_CRED_STATUS_UNSPECIFIED CredStatus = 0
	CredStatus_CRED_STATUS_ACTIVE      CredStatus = 1
	CredStatus_CRED_STATUS_DISABLED    CredStatus = 2
)

func (CredStatus) Descriptor

func (CredStatus) Descriptor() protoreflect.EnumDescriptor

func (CredStatus) Enum

func (x CredStatus) Enum() *CredStatus

func (CredStatus) Number

func (x CredStatus) Number() protoreflect.EnumNumber

func (CredStatus) String

func (x CredStatus) String() string

func (CredStatus) Type

type CredentialSpecConfig

type CredentialSpecConfig struct {
	File     string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Registry string `protobuf:"bytes,2,opt,name=registry,proto3" json:"registry,omitempty"`
	Config   string `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialSpecConfig) GetConfig

func (x *CredentialSpecConfig) GetConfig() string

func (*CredentialSpecConfig) GetFile

func (x *CredentialSpecConfig) GetFile() string

func (*CredentialSpecConfig) GetRegistry

func (x *CredentialSpecConfig) GetRegistry() string

func (*CredentialSpecConfig) ProtoMessage

func (*CredentialSpecConfig) ProtoMessage()

func (*CredentialSpecConfig) ProtoReflect

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

func (*CredentialSpecConfig) Reset

func (x *CredentialSpecConfig) Reset()

func (*CredentialSpecConfig) SetConfig

func (x *CredentialSpecConfig) SetConfig(v string)

func (*CredentialSpecConfig) SetFile

func (x *CredentialSpecConfig) SetFile(v string)

func (*CredentialSpecConfig) SetRegistry

func (x *CredentialSpecConfig) SetRegistry(v string)

func (*CredentialSpecConfig) String

func (x *CredentialSpecConfig) String() string

type CredentialSpecConfig_builder

type CredentialSpecConfig_builder struct {
	File     string
	Registry string
	Config   string
	// contains filtered or unexported fields
}

func (CredentialSpecConfig_builder) Build

type CreditBalanceAdjustment

type CreditBalanceAdjustment struct {
	CreditBalanceAdjustmentId string            `` /* 140-byte string literal not displayed */
	Amount                    int64             `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Description               string            `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	CreatedAt                 int64             `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Meta                      map[string]string `` /* 135-byte string literal not displayed */
	Reason                    string            `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*CreditBalanceAdjustment) GetAmount

func (x *CreditBalanceAdjustment) GetAmount() int64

func (*CreditBalanceAdjustment) GetCreatedAt

func (x *CreditBalanceAdjustment) GetCreatedAt() int64

func (*CreditBalanceAdjustment) GetCreditBalanceAdjustmentId

func (x *CreditBalanceAdjustment) GetCreditBalanceAdjustmentId() string

func (*CreditBalanceAdjustment) GetDescription

func (x *CreditBalanceAdjustment) GetDescription() string

func (*CreditBalanceAdjustment) GetMeta

func (x *CreditBalanceAdjustment) GetMeta() map[string]string

func (*CreditBalanceAdjustment) GetReason

func (x *CreditBalanceAdjustment) GetReason() string

func (*CreditBalanceAdjustment) ProtoMessage

func (*CreditBalanceAdjustment) ProtoMessage()

func (*CreditBalanceAdjustment) ProtoReflect

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

func (*CreditBalanceAdjustment) Reset

func (x *CreditBalanceAdjustment) Reset()

func (*CreditBalanceAdjustment) SetAmount

func (x *CreditBalanceAdjustment) SetAmount(v int64)

func (*CreditBalanceAdjustment) SetCreatedAt

func (x *CreditBalanceAdjustment) SetCreatedAt(v int64)

func (*CreditBalanceAdjustment) SetCreditBalanceAdjustmentId

func (x *CreditBalanceAdjustment) SetCreditBalanceAdjustmentId(v string)

func (*CreditBalanceAdjustment) SetDescription

func (x *CreditBalanceAdjustment) SetDescription(v string)

func (*CreditBalanceAdjustment) SetMeta

func (x *CreditBalanceAdjustment) SetMeta(v map[string]string)

func (*CreditBalanceAdjustment) SetReason

func (x *CreditBalanceAdjustment) SetReason(v string)

func (*CreditBalanceAdjustment) String

func (x *CreditBalanceAdjustment) String() string

type CreditBalanceAdjustment_builder

type CreditBalanceAdjustment_builder struct {
	CreditBalanceAdjustmentId string
	Amount                    int64
	Description               string
	CreatedAt                 int64
	Meta                      map[string]string
	Reason                    string
	// contains filtered or unexported fields
}

func (CreditBalanceAdjustment_builder) Build

type CreditDetails

type CreditDetails struct {
	TopUpThreshold        *int64 `protobuf:"varint,1,opt,name=top_up_threshold,json=topUpThreshold,proto3,oneof" json:"top_up_threshold,omitempty"` // in cents
	TopUpAmount           *int64 `protobuf:"varint,2,opt,name=top_up_amount,json=topUpAmount,proto3,oneof" json:"top_up_amount,omitempty"`          // in cents
	OutOfCreditsThreshold *int64 ``                                                                                                                 // in cents
	/* 135-byte string literal not displayed */
	RemainingCredits *int64                 `protobuf:"varint,4,opt,name=remaining_credits,json=remainingCredits,proto3,oneof" json:"remaining_credits,omitempty"` // in cents
	WarnAt           *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=warn_at,json=warnAt,proto3,oneof" json:"warn_at,omitempty"`
	// contains filtered or unexported fields
}

func (*CreditDetails) ClearOutOfCreditsThreshold

func (x *CreditDetails) ClearOutOfCreditsThreshold()

func (*CreditDetails) ClearRemainingCredits

func (x *CreditDetails) ClearRemainingCredits()

func (*CreditDetails) ClearTopUpAmount

func (x *CreditDetails) ClearTopUpAmount()

func (*CreditDetails) ClearTopUpThreshold

func (x *CreditDetails) ClearTopUpThreshold()

func (*CreditDetails) ClearWarnAt

func (x *CreditDetails) ClearWarnAt()

func (*CreditDetails) GetOutOfCreditsThreshold

func (x *CreditDetails) GetOutOfCreditsThreshold() int64

func (*CreditDetails) GetRemainingCredits

func (x *CreditDetails) GetRemainingCredits() int64

func (*CreditDetails) GetTopUpAmount

func (x *CreditDetails) GetTopUpAmount() int64

func (*CreditDetails) GetTopUpThreshold

func (x *CreditDetails) GetTopUpThreshold() int64

func (*CreditDetails) GetWarnAt

func (x *CreditDetails) GetWarnAt() *timestamppb.Timestamp

func (*CreditDetails) HasOutOfCreditsThreshold

func (x *CreditDetails) HasOutOfCreditsThreshold() bool

func (*CreditDetails) HasRemainingCredits

func (x *CreditDetails) HasRemainingCredits() bool

func (*CreditDetails) HasTopUpAmount

func (x *CreditDetails) HasTopUpAmount() bool

func (*CreditDetails) HasTopUpThreshold

func (x *CreditDetails) HasTopUpThreshold() bool

func (*CreditDetails) HasWarnAt

func (x *CreditDetails) HasWarnAt() bool

func (*CreditDetails) ProtoMessage

func (*CreditDetails) ProtoMessage()

func (*CreditDetails) ProtoReflect

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

func (*CreditDetails) Reset

func (x *CreditDetails) Reset()

func (*CreditDetails) SetOutOfCreditsThreshold

func (x *CreditDetails) SetOutOfCreditsThreshold(v int64)

func (*CreditDetails) SetRemainingCredits

func (x *CreditDetails) SetRemainingCredits(v int64)

func (*CreditDetails) SetTopUpAmount

func (x *CreditDetails) SetTopUpAmount(v int64)

func (*CreditDetails) SetTopUpThreshold

func (x *CreditDetails) SetTopUpThreshold(v int64)

func (*CreditDetails) SetWarnAt

func (x *CreditDetails) SetWarnAt(v *timestamppb.Timestamp)

func (*CreditDetails) String

func (x *CreditDetails) String() string

type CreditDetails_builder

type CreditDetails_builder struct {
	TopUpThreshold        *int64
	TopUpAmount           *int64
	OutOfCreditsThreshold *int64
	RemainingCredits      *int64
	WarnAt                *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (CreditDetails_builder) Build

type CreditLedgerRequest

type CreditLedgerRequest struct {
	TransactionId    string                 `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	Labels           map[string]string      `` /* 139-byte string literal not displayed */
	LedgerId         string                 `protobuf:"bytes,3,opt,name=ledger_id,json=ledgerId,proto3" json:"ledger_id,omitempty"`
	AmountUsd        string                 `protobuf:"bytes,4,opt,name=amount_usd,json=amountUsd,proto3" json:"amount_usd,omitempty"`
	TransactionTime  *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=transaction_time,json=transactionTime,proto3" json:"transaction_time,omitempty"`
	BillingProfileId string                 `protobuf:"bytes,6,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	Note             string                 `protobuf:"bytes,7,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

func (*CreditLedgerRequest) ClearTransactionTime

func (x *CreditLedgerRequest) ClearTransactionTime()

func (*CreditLedgerRequest) GetAmountUsd

func (x *CreditLedgerRequest) GetAmountUsd() string

func (*CreditLedgerRequest) GetBillingProfileId

func (x *CreditLedgerRequest) GetBillingProfileId() string

func (*CreditLedgerRequest) GetLabels

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

func (*CreditLedgerRequest) GetLedgerId

func (x *CreditLedgerRequest) GetLedgerId() string

func (*CreditLedgerRequest) GetNote

func (x *CreditLedgerRequest) GetNote() string

func (*CreditLedgerRequest) GetTransactionId

func (x *CreditLedgerRequest) GetTransactionId() string

func (*CreditLedgerRequest) GetTransactionTime

func (x *CreditLedgerRequest) GetTransactionTime() *timestamppb.Timestamp

func (*CreditLedgerRequest) HasTransactionTime

func (x *CreditLedgerRequest) HasTransactionTime() bool

func (*CreditLedgerRequest) ProtoMessage

func (*CreditLedgerRequest) ProtoMessage()

func (*CreditLedgerRequest) ProtoReflect

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

func (*CreditLedgerRequest) Reset

func (x *CreditLedgerRequest) Reset()

func (*CreditLedgerRequest) SetAmountUsd

func (x *CreditLedgerRequest) SetAmountUsd(v string)

func (*CreditLedgerRequest) SetBillingProfileId

func (x *CreditLedgerRequest) SetBillingProfileId(v string)

func (*CreditLedgerRequest) SetLabels

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

func (*CreditLedgerRequest) SetLedgerId

func (x *CreditLedgerRequest) SetLedgerId(v string)

func (*CreditLedgerRequest) SetNote

func (x *CreditLedgerRequest) SetNote(v string)

func (*CreditLedgerRequest) SetTransactionId

func (x *CreditLedgerRequest) SetTransactionId(v string)

func (*CreditLedgerRequest) SetTransactionTime

func (x *CreditLedgerRequest) SetTransactionTime(v *timestamppb.Timestamp)

func (*CreditLedgerRequest) String

func (x *CreditLedgerRequest) String() string

type CreditLedgerRequest_builder

type CreditLedgerRequest_builder struct {
	TransactionId    string
	Labels           map[string]string
	LedgerId         string
	AmountUsd        string
	TransactionTime  *timestamppb.Timestamp
	BillingProfileId string
	Note             string
	// contains filtered or unexported fields
}

func (CreditLedgerRequest_builder) Build

type CreditLedgerResponse

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

func (*CreditLedgerResponse) ClearTransaction

func (x *CreditLedgerResponse) ClearTransaction()

func (*CreditLedgerResponse) GetTransaction

func (x *CreditLedgerResponse) GetTransaction() *Transaction

func (*CreditLedgerResponse) HasTransaction

func (x *CreditLedgerResponse) HasTransaction() bool

func (*CreditLedgerResponse) ProtoMessage

func (*CreditLedgerResponse) ProtoMessage()

func (*CreditLedgerResponse) ProtoReflect

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

func (*CreditLedgerResponse) Reset

func (x *CreditLedgerResponse) Reset()

func (*CreditLedgerResponse) SetTransaction

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

func (*CreditLedgerResponse) String

func (x *CreditLedgerResponse) String() string

type CreditLedgerResponse_builder

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

func (CreditLedgerResponse_builder) Build

type CrusoeCredential

type CrusoeCredential struct {
	ApiKey    string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	SecretKey string `protobuf:"bytes,2,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CrusoeCredential) GetApiKey

func (x *CrusoeCredential) GetApiKey() string

func (*CrusoeCredential) GetProjectId

func (x *CrusoeCredential) GetProjectId() string

func (*CrusoeCredential) GetSecretKey

func (x *CrusoeCredential) GetSecretKey() string

func (*CrusoeCredential) ProtoMessage

func (*CrusoeCredential) ProtoMessage()

func (*CrusoeCredential) ProtoReflect

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

func (*CrusoeCredential) Reset

func (x *CrusoeCredential) Reset()

func (*CrusoeCredential) SetApiKey

func (x *CrusoeCredential) SetApiKey(v string)

func (*CrusoeCredential) SetProjectId

func (x *CrusoeCredential) SetProjectId(v string)

func (*CrusoeCredential) SetSecretKey

func (x *CrusoeCredential) SetSecretKey(v string)

func (*CrusoeCredential) String

func (x *CrusoeCredential) String() string

type CrusoeCredential_builder

type CrusoeCredential_builder struct {
	ApiKey    string
	SecretKey string
	ProjectId string
	// contains filtered or unexported fields
}

func (CrusoeCredential_builder) Build

type CurrencyAmount

type CurrencyAmount struct {
	Currency string `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount   string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*CurrencyAmount) GetAmount

func (x *CurrencyAmount) GetAmount() string

func (*CurrencyAmount) GetCurrency

func (x *CurrencyAmount) GetCurrency() string

func (*CurrencyAmount) ProtoMessage

func (*CurrencyAmount) ProtoMessage()

func (*CurrencyAmount) ProtoReflect

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

func (*CurrencyAmount) Reset

func (x *CurrencyAmount) Reset()

func (*CurrencyAmount) SetAmount

func (x *CurrencyAmount) SetAmount(v string)

func (*CurrencyAmount) SetCurrency

func (x *CurrencyAmount) SetCurrency(v string)

func (*CurrencyAmount) String

func (x *CurrencyAmount) String() string

type CurrencyAmount_builder

type CurrencyAmount_builder struct {
	Currency string
	Amount   string
	// contains filtered or unexported fields
}

func (CurrencyAmount_builder) Build

type DataSource

type DataSource struct {
	DataSourceId string                 `protobuf:"bytes,1,opt,name=data_source_id,json=dataSourceId,proto3" json:"data_source_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 */
	// contains filtered or unexported fields
}

func (*DataSource) ClearCreateTime

func (x *DataSource) ClearCreateTime()

func (*DataSource) ClearUpdateTime

func (x *DataSource) ClearUpdateTime()

func (*DataSource) GetCreateTime

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

func (*DataSource) GetDataSourceId

func (x *DataSource) GetDataSourceId() string

func (*DataSource) GetLabels

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

func (*DataSource) GetUpdateTime

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

func (*DataSource) HasCreateTime

func (x *DataSource) HasCreateTime() bool

func (*DataSource) HasUpdateTime

func (x *DataSource) HasUpdateTime() bool

func (*DataSource) ProtoMessage

func (*DataSource) ProtoMessage()

func (*DataSource) ProtoReflect

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

func (*DataSource) Reset

func (x *DataSource) Reset()

func (*DataSource) SetCreateTime

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

func (*DataSource) SetDataSourceId

func (x *DataSource) SetDataSourceId(v string)

func (*DataSource) SetLabels

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

func (*DataSource) SetUpdateTime

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

func (*DataSource) String

func (x *DataSource) String() string

type DataSource_builder

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

func (DataSource_builder) Build

func (b0 DataSource_builder) Build() *DataSource

type DebitLedgerRequest

type DebitLedgerRequest struct {
	TransactionId    string                 `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	Labels           map[string]string      `` /* 139-byte string literal not displayed */
	LedgerId         string                 `protobuf:"bytes,3,opt,name=ledger_id,json=ledgerId,proto3" json:"ledger_id,omitempty"`
	AmountUsd        string                 `protobuf:"bytes,4,opt,name=amount_usd,json=amountUsd,proto3" json:"amount_usd,omitempty"`
	TransactionTime  *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=transaction_time,json=transactionTime,proto3" json:"transaction_time,omitempty"`
	BillingProfileId string                 `protobuf:"bytes,6,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DebitLedgerRequest) ClearTransactionTime

func (x *DebitLedgerRequest) ClearTransactionTime()

func (*DebitLedgerRequest) GetAmountUsd

func (x *DebitLedgerRequest) GetAmountUsd() string

func (*DebitLedgerRequest) GetBillingProfileId

func (x *DebitLedgerRequest) GetBillingProfileId() string

func (*DebitLedgerRequest) GetLabels

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

func (*DebitLedgerRequest) GetLedgerId

func (x *DebitLedgerRequest) GetLedgerId() string

func (*DebitLedgerRequest) GetTransactionId

func (x *DebitLedgerRequest) GetTransactionId() string

func (*DebitLedgerRequest) GetTransactionTime

func (x *DebitLedgerRequest) GetTransactionTime() *timestamppb.Timestamp

func (*DebitLedgerRequest) HasTransactionTime

func (x *DebitLedgerRequest) HasTransactionTime() bool

func (*DebitLedgerRequest) ProtoMessage

func (*DebitLedgerRequest) ProtoMessage()

func (*DebitLedgerRequest) ProtoReflect

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

func (*DebitLedgerRequest) Reset

func (x *DebitLedgerRequest) Reset()

func (*DebitLedgerRequest) SetAmountUsd

func (x *DebitLedgerRequest) SetAmountUsd(v string)

func (*DebitLedgerRequest) SetBillingProfileId

func (x *DebitLedgerRequest) SetBillingProfileId(v string)

func (*DebitLedgerRequest) SetLabels

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

func (*DebitLedgerRequest) SetLedgerId

func (x *DebitLedgerRequest) SetLedgerId(v string)

func (*DebitLedgerRequest) SetTransactionId

func (x *DebitLedgerRequest) SetTransactionId(v string)

func (*DebitLedgerRequest) SetTransactionTime

func (x *DebitLedgerRequest) SetTransactionTime(v *timestamppb.Timestamp)

func (*DebitLedgerRequest) String

func (x *DebitLedgerRequest) String() string

type DebitLedgerRequest_builder

type DebitLedgerRequest_builder struct {
	TransactionId    string
	Labels           map[string]string
	LedgerId         string
	AmountUsd        string
	TransactionTime  *timestamppb.Timestamp
	BillingProfileId string
	// contains filtered or unexported fields
}

func (DebitLedgerRequest_builder) Build

type DebitLedgerResponse

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

func (*DebitLedgerResponse) ClearTransaction

func (x *DebitLedgerResponse) ClearTransaction()

func (*DebitLedgerResponse) GetTransaction

func (x *DebitLedgerResponse) GetTransaction() *Transaction

func (*DebitLedgerResponse) HasTransaction

func (x *DebitLedgerResponse) HasTransaction() bool

func (*DebitLedgerResponse) ProtoMessage

func (*DebitLedgerResponse) ProtoMessage()

func (*DebitLedgerResponse) ProtoReflect

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

func (*DebitLedgerResponse) Reset

func (x *DebitLedgerResponse) Reset()

func (*DebitLedgerResponse) SetTransaction

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

func (*DebitLedgerResponse) String

func (x *DebitLedgerResponse) String() string

type DebitLedgerResponse_builder

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

func (DebitLedgerResponse_builder) Build

type DeleteAPIKeyRequest

type DeleteAPIKeyRequest struct {
	ApiKeyId string `protobuf:"bytes,1,opt,name=api_key_id,json=apiKeyId,proto3" json:"api_key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAPIKeyRequest) GetApiKeyId

func (x *DeleteAPIKeyRequest) GetApiKeyId() string

func (*DeleteAPIKeyRequest) ProtoMessage

func (*DeleteAPIKeyRequest) ProtoMessage()

func (*DeleteAPIKeyRequest) ProtoReflect

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

func (*DeleteAPIKeyRequest) Reset

func (x *DeleteAPIKeyRequest) Reset()

func (*DeleteAPIKeyRequest) SetApiKeyId

func (x *DeleteAPIKeyRequest) SetApiKeyId(v string)

func (*DeleteAPIKeyRequest) String

func (x *DeleteAPIKeyRequest) String() string

type DeleteAPIKeyRequest_builder

type DeleteAPIKeyRequest_builder struct {
	ApiKeyId string
	// contains filtered or unexported fields
}

func (DeleteAPIKeyRequest_builder) Build

type DeleteAPIKeyResponse

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

func (*DeleteAPIKeyResponse) ProtoMessage

func (*DeleteAPIKeyResponse) ProtoMessage()

func (*DeleteAPIKeyResponse) ProtoReflect

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

func (*DeleteAPIKeyResponse) Reset

func (x *DeleteAPIKeyResponse) Reset()

func (*DeleteAPIKeyResponse) String

func (x *DeleteAPIKeyResponse) String() string

type DeleteAPIKeyResponse_builder

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

func (DeleteAPIKeyResponse_builder) Build

type DeleteBillingProfileRequest

type DeleteBillingProfileRequest 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 (*DeleteBillingProfileRequest) GetBillingProfileId

func (x *DeleteBillingProfileRequest) GetBillingProfileId() string

func (*DeleteBillingProfileRequest) ProtoMessage

func (*DeleteBillingProfileRequest) ProtoMessage()

func (*DeleteBillingProfileRequest) ProtoReflect

func (*DeleteBillingProfileRequest) Reset

func (x *DeleteBillingProfileRequest) Reset()

func (*DeleteBillingProfileRequest) SetBillingProfileId

func (x *DeleteBillingProfileRequest) SetBillingProfileId(v string)

func (*DeleteBillingProfileRequest) String

func (x *DeleteBillingProfileRequest) String() string

type DeleteBillingProfileRequest_builder

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

func (DeleteBillingProfileRequest_builder) Build

type DeleteBillingProfileResponse

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

func (*DeleteBillingProfileResponse) ProtoMessage

func (*DeleteBillingProfileResponse) ProtoMessage()

func (*DeleteBillingProfileResponse) ProtoReflect

func (*DeleteBillingProfileResponse) Reset

func (x *DeleteBillingProfileResponse) Reset()

func (*DeleteBillingProfileResponse) String

type DeleteBillingProfileResponse_builder

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

func (DeleteBillingProfileResponse_builder) Build

type DeleteCloudCredRequest

type DeleteCloudCredRequest struct {
	CloudCredId string `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCloudCredRequest) GetCloudCredId

func (x *DeleteCloudCredRequest) GetCloudCredId() string

func (*DeleteCloudCredRequest) ProtoMessage

func (*DeleteCloudCredRequest) ProtoMessage()

func (*DeleteCloudCredRequest) ProtoReflect

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

func (*DeleteCloudCredRequest) Reset

func (x *DeleteCloudCredRequest) Reset()

func (*DeleteCloudCredRequest) SetCloudCredId

func (x *DeleteCloudCredRequest) SetCloudCredId(v string)

func (*DeleteCloudCredRequest) String

func (x *DeleteCloudCredRequest) String() string

type DeleteCloudCredRequest_builder

type DeleteCloudCredRequest_builder struct {
	CloudCredId string
	// contains filtered or unexported fields
}

func (DeleteCloudCredRequest_builder) Build

type DeleteCloudCredResponse

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

func (*DeleteCloudCredResponse) ProtoMessage

func (*DeleteCloudCredResponse) ProtoMessage()

func (*DeleteCloudCredResponse) ProtoReflect

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

func (*DeleteCloudCredResponse) Reset

func (x *DeleteCloudCredResponse) Reset()

func (*DeleteCloudCredResponse) String

func (x *DeleteCloudCredResponse) String() string

type DeleteCloudCredResponse_builder

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

func (DeleteCloudCredResponse_builder) Build

type DeleteDataSourceRequest

type DeleteDataSourceRequest struct {
	DataSourceId string `protobuf:"bytes,1,opt,name=data_source_id,json=dataSourceId,proto3" json:"data_source_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDataSourceRequest) GetDataSourceId

func (x *DeleteDataSourceRequest) GetDataSourceId() string

func (*DeleteDataSourceRequest) ProtoMessage

func (*DeleteDataSourceRequest) ProtoMessage()

func (*DeleteDataSourceRequest) ProtoReflect

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

func (*DeleteDataSourceRequest) Reset

func (x *DeleteDataSourceRequest) Reset()

func (*DeleteDataSourceRequest) SetDataSourceId

func (x *DeleteDataSourceRequest) SetDataSourceId(v string)

func (*DeleteDataSourceRequest) String

func (x *DeleteDataSourceRequest) String() string

type DeleteDataSourceRequest_builder

type DeleteDataSourceRequest_builder struct {
	DataSourceId string
	// contains filtered or unexported fields
}

func (DeleteDataSourceRequest_builder) Build

type DeleteDataSourceResponse

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

func (*DeleteDataSourceResponse) ProtoMessage

func (*DeleteDataSourceResponse) ProtoMessage()

func (*DeleteDataSourceResponse) ProtoReflect

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

func (*DeleteDataSourceResponse) Reset

func (x *DeleteDataSourceResponse) Reset()

func (*DeleteDataSourceResponse) String

func (x *DeleteDataSourceResponse) String() string

type DeleteDataSourceResponse_builder

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

func (DeleteDataSourceResponse_builder) Build

type DeleteDeploymentRequest

type DeleteDeploymentRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDeploymentRequest) GetDeploymentId

func (x *DeleteDeploymentRequest) GetDeploymentId() string

func (*DeleteDeploymentRequest) ProtoMessage

func (*DeleteDeploymentRequest) ProtoMessage()

func (*DeleteDeploymentRequest) ProtoReflect

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

func (*DeleteDeploymentRequest) Reset

func (x *DeleteDeploymentRequest) Reset()

func (*DeleteDeploymentRequest) SetDeploymentId

func (x *DeleteDeploymentRequest) SetDeploymentId(v string)

func (*DeleteDeploymentRequest) String

func (x *DeleteDeploymentRequest) String() string

type DeleteDeploymentRequest_builder

type DeleteDeploymentRequest_builder struct {
	DeploymentId string
	// contains filtered or unexported fields
}

func (DeleteDeploymentRequest_builder) Build

type DeleteDeploymentResponse

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

func (*DeleteDeploymentResponse) ProtoMessage

func (*DeleteDeploymentResponse) ProtoMessage()

func (*DeleteDeploymentResponse) ProtoReflect

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

func (*DeleteDeploymentResponse) Reset

func (x *DeleteDeploymentResponse) Reset()

func (*DeleteDeploymentResponse) String

func (x *DeleteDeploymentResponse) String() string

type DeleteDeploymentResponse_builder

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

func (DeleteDeploymentResponse_builder) Build

type DeleteEnvironmentRequest

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

func (*DeleteEnvironmentRequest) GetEnvironmentId

func (x *DeleteEnvironmentRequest) GetEnvironmentId() string

func (*DeleteEnvironmentRequest) ProtoMessage

func (*DeleteEnvironmentRequest) ProtoMessage()

func (*DeleteEnvironmentRequest) ProtoReflect

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

func (*DeleteEnvironmentRequest) Reset

func (x *DeleteEnvironmentRequest) Reset()

func (*DeleteEnvironmentRequest) SetEnvironmentId

func (x *DeleteEnvironmentRequest) SetEnvironmentId(v string)

func (*DeleteEnvironmentRequest) String

func (x *DeleteEnvironmentRequest) String() string

type DeleteEnvironmentRequest_builder

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

func (DeleteEnvironmentRequest_builder) Build

type DeleteEnvironmentResponse

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

func (*DeleteEnvironmentResponse) ProtoMessage

func (*DeleteEnvironmentResponse) ProtoMessage()

func (*DeleteEnvironmentResponse) ProtoReflect

func (*DeleteEnvironmentResponse) Reset

func (x *DeleteEnvironmentResponse) Reset()

func (*DeleteEnvironmentResponse) String

func (x *DeleteEnvironmentResponse) String() string

type DeleteEnvironmentResponse_builder

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

func (DeleteEnvironmentResponse_builder) Build

type DeleteHealthCheckRequest

type DeleteHealthCheckRequest struct {
	HealthCheckId string `protobuf:"bytes,1,opt,name=health_check_id,json=healthCheckId,proto3" json:"health_check_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteHealthCheckRequest) GetHealthCheckId

func (x *DeleteHealthCheckRequest) GetHealthCheckId() string

func (*DeleteHealthCheckRequest) ProtoMessage

func (*DeleteHealthCheckRequest) ProtoMessage()

func (*DeleteHealthCheckRequest) ProtoReflect

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

func (*DeleteHealthCheckRequest) Reset

func (x *DeleteHealthCheckRequest) Reset()

func (*DeleteHealthCheckRequest) SetHealthCheckId

func (x *DeleteHealthCheckRequest) SetHealthCheckId(v string)

func (*DeleteHealthCheckRequest) String

func (x *DeleteHealthCheckRequest) String() string

type DeleteHealthCheckRequest_builder

type DeleteHealthCheckRequest_builder struct {
	HealthCheckId string
	// contains filtered or unexported fields
}

func (DeleteHealthCheckRequest_builder) Build

type DeleteHealthCheckResponse

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

func (*DeleteHealthCheckResponse) ProtoMessage

func (*DeleteHealthCheckResponse) ProtoMessage()

func (*DeleteHealthCheckResponse) ProtoReflect

func (*DeleteHealthCheckResponse) Reset

func (x *DeleteHealthCheckResponse) Reset()

func (*DeleteHealthCheckResponse) String

func (x *DeleteHealthCheckResponse) String() string

type DeleteHealthCheckResponse_builder

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

func (DeleteHealthCheckResponse_builder) Build

type DeleteIngressFromGatewayRequest

type DeleteIngressFromGatewayRequest struct {
	IngressGatewayId string   `protobuf:"bytes,1,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_id,omitempty"`
	IngressIds       []string `protobuf:"bytes,2,rep,name=ingress_ids,json=ingressIds,proto3" json:"ingress_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteIngressFromGatewayRequest) GetIngressGatewayId

func (x *DeleteIngressFromGatewayRequest) GetIngressGatewayId() string

func (*DeleteIngressFromGatewayRequest) GetIngressIds

func (x *DeleteIngressFromGatewayRequest) GetIngressIds() []string

func (*DeleteIngressFromGatewayRequest) ProtoMessage

func (*DeleteIngressFromGatewayRequest) ProtoMessage()

func (*DeleteIngressFromGatewayRequest) ProtoReflect

func (*DeleteIngressFromGatewayRequest) Reset

func (*DeleteIngressFromGatewayRequest) SetIngressGatewayId

func (x *DeleteIngressFromGatewayRequest) SetIngressGatewayId(v string)

func (*DeleteIngressFromGatewayRequest) SetIngressIds

func (x *DeleteIngressFromGatewayRequest) SetIngressIds(v []string)

func (*DeleteIngressFromGatewayRequest) String

type DeleteIngressFromGatewayRequest_builder

type DeleteIngressFromGatewayRequest_builder struct {
	IngressGatewayId string
	IngressIds       []string
	// contains filtered or unexported fields
}

func (DeleteIngressFromGatewayRequest_builder) Build

type DeleteIngressFromGatewayResponse

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

func (*DeleteIngressFromGatewayResponse) ClearIngressGateway

func (x *DeleteIngressFromGatewayResponse) ClearIngressGateway()

func (*DeleteIngressFromGatewayResponse) GetIngressGateway

func (x *DeleteIngressFromGatewayResponse) GetIngressGateway() *IngressGateway

func (*DeleteIngressFromGatewayResponse) HasIngressGateway

func (x *DeleteIngressFromGatewayResponse) HasIngressGateway() bool

func (*DeleteIngressFromGatewayResponse) ProtoMessage

func (*DeleteIngressFromGatewayResponse) ProtoMessage()

func (*DeleteIngressFromGatewayResponse) ProtoReflect

func (*DeleteIngressFromGatewayResponse) Reset

func (*DeleteIngressFromGatewayResponse) SetIngressGateway

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

func (*DeleteIngressFromGatewayResponse) String

type DeleteIngressFromGatewayResponse_builder

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

func (DeleteIngressFromGatewayResponse_builder) Build

type DeleteIngressGatewayInstallationRequest

type DeleteIngressGatewayInstallationRequest struct {
	IngressGatewayInstallationId string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteIngressGatewayInstallationRequest) GetIngressGatewayInstallationId

func (x *DeleteIngressGatewayInstallationRequest) GetIngressGatewayInstallationId() string

func (*DeleteIngressGatewayInstallationRequest) ProtoMessage

func (*DeleteIngressGatewayInstallationRequest) ProtoReflect

func (*DeleteIngressGatewayInstallationRequest) Reset

func (*DeleteIngressGatewayInstallationRequest) SetIngressGatewayInstallationId

func (x *DeleteIngressGatewayInstallationRequest) SetIngressGatewayInstallationId(v string)

func (*DeleteIngressGatewayInstallationRequest) String

type DeleteIngressGatewayInstallationRequest_builder

type DeleteIngressGatewayInstallationRequest_builder struct {
	IngressGatewayInstallationId string
	// contains filtered or unexported fields
}

func (DeleteIngressGatewayInstallationRequest_builder) Build

type DeleteIngressGatewayInstallationResponse

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

func (*DeleteIngressGatewayInstallationResponse) ProtoMessage

func (*DeleteIngressGatewayInstallationResponse) ProtoReflect

func (*DeleteIngressGatewayInstallationResponse) Reset

func (*DeleteIngressGatewayInstallationResponse) String

type DeleteIngressGatewayInstallationResponse_builder

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

func (DeleteIngressGatewayInstallationResponse_builder) Build

type DeleteIngressGatewayRequest

type DeleteIngressGatewayRequest struct {
	IngressGatewayId string `protobuf:"bytes,1,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteIngressGatewayRequest) GetIngressGatewayId

func (x *DeleteIngressGatewayRequest) GetIngressGatewayId() string

func (*DeleteIngressGatewayRequest) ProtoMessage

func (*DeleteIngressGatewayRequest) ProtoMessage()

func (*DeleteIngressGatewayRequest) ProtoReflect

func (*DeleteIngressGatewayRequest) Reset

func (x *DeleteIngressGatewayRequest) Reset()

func (*DeleteIngressGatewayRequest) SetIngressGatewayId

func (x *DeleteIngressGatewayRequest) SetIngressGatewayId(v string)

func (*DeleteIngressGatewayRequest) String

func (x *DeleteIngressGatewayRequest) String() string

type DeleteIngressGatewayRequest_builder

type DeleteIngressGatewayRequest_builder struct {
	IngressGatewayId string
	// contains filtered or unexported fields
}

func (DeleteIngressGatewayRequest_builder) Build

type DeleteIngressGatewayResponse

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

func (*DeleteIngressGatewayResponse) ProtoMessage

func (*DeleteIngressGatewayResponse) ProtoMessage()

func (*DeleteIngressGatewayResponse) ProtoReflect

func (*DeleteIngressGatewayResponse) Reset

func (x *DeleteIngressGatewayResponse) Reset()

func (*DeleteIngressGatewayResponse) String

type DeleteIngressGatewayResponse_builder

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

func (DeleteIngressGatewayResponse_builder) Build

type DeleteIngressGatewayTokenRequest

type DeleteIngressGatewayTokenRequest struct {
	IngressGatewayTokenId string `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteIngressGatewayTokenRequest) GetIngressGatewayTokenId

func (x *DeleteIngressGatewayTokenRequest) GetIngressGatewayTokenId() string

func (*DeleteIngressGatewayTokenRequest) ProtoMessage

func (*DeleteIngressGatewayTokenRequest) ProtoMessage()

func (*DeleteIngressGatewayTokenRequest) ProtoReflect

func (*DeleteIngressGatewayTokenRequest) Reset

func (*DeleteIngressGatewayTokenRequest) SetIngressGatewayTokenId

func (x *DeleteIngressGatewayTokenRequest) SetIngressGatewayTokenId(v string)

func (*DeleteIngressGatewayTokenRequest) String

type DeleteIngressGatewayTokenRequest_builder

type DeleteIngressGatewayTokenRequest_builder struct {
	IngressGatewayTokenId string
	// contains filtered or unexported fields
}

func (DeleteIngressGatewayTokenRequest_builder) Build

type DeleteIngressGatewayTokenResponse

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

func (*DeleteIngressGatewayTokenResponse) ProtoMessage

func (*DeleteIngressGatewayTokenResponse) ProtoMessage()

func (*DeleteIngressGatewayTokenResponse) ProtoReflect

func (*DeleteIngressGatewayTokenResponse) Reset

func (*DeleteIngressGatewayTokenResponse) String

type DeleteIngressGatewayTokenResponse_builder

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

func (DeleteIngressGatewayTokenResponse_builder) Build

type DeleteInstanceExecRequest

type DeleteInstanceExecRequest struct {
	InstanceExecId string `protobuf:"bytes,1,opt,name=instance_exec_id,json=instanceExecId,proto3" json:"instance_exec_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteInstanceExecRequest) GetInstanceExecId

func (x *DeleteInstanceExecRequest) GetInstanceExecId() string

func (*DeleteInstanceExecRequest) ProtoMessage

func (*DeleteInstanceExecRequest) ProtoMessage()

func (*DeleteInstanceExecRequest) ProtoReflect

func (*DeleteInstanceExecRequest) Reset

func (x *DeleteInstanceExecRequest) Reset()

func (*DeleteInstanceExecRequest) SetInstanceExecId

func (x *DeleteInstanceExecRequest) SetInstanceExecId(v string)

func (*DeleteInstanceExecRequest) String

func (x *DeleteInstanceExecRequest) String() string

type DeleteInstanceExecRequest_builder

type DeleteInstanceExecRequest_builder struct {
	InstanceExecId string
	// contains filtered or unexported fields
}

func (DeleteInstanceExecRequest_builder) Build

type DeleteInstanceExecResponse

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

func (*DeleteInstanceExecResponse) ProtoMessage

func (*DeleteInstanceExecResponse) ProtoMessage()

func (*DeleteInstanceExecResponse) ProtoReflect

func (*DeleteInstanceExecResponse) Reset

func (x *DeleteInstanceExecResponse) Reset()

func (*DeleteInstanceExecResponse) String

func (x *DeleteInstanceExecResponse) String() string

type DeleteInstanceExecResponse_builder

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

func (DeleteInstanceExecResponse_builder) Build

type DeleteInstanceRequest

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

func (*DeleteInstanceRequest) GetInstanceId

func (x *DeleteInstanceRequest) GetInstanceId() string

func (*DeleteInstanceRequest) ProtoMessage

func (*DeleteInstanceRequest) ProtoMessage()

func (*DeleteInstanceRequest) ProtoReflect

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

func (*DeleteInstanceRequest) Reset

func (x *DeleteInstanceRequest) Reset()

func (*DeleteInstanceRequest) SetInstanceId

func (x *DeleteInstanceRequest) SetInstanceId(v string)

func (*DeleteInstanceRequest) String

func (x *DeleteInstanceRequest) String() string

type DeleteInstanceRequest_builder

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

func (DeleteInstanceRequest_builder) Build

type DeleteInstanceResponse

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

func (*DeleteInstanceResponse) ProtoMessage

func (*DeleteInstanceResponse) ProtoMessage()

func (*DeleteInstanceResponse) ProtoReflect

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

func (*DeleteInstanceResponse) Reset

func (x *DeleteInstanceResponse) Reset()

func (*DeleteInstanceResponse) String

func (x *DeleteInstanceResponse) String() string

type DeleteInstanceResponse_builder

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

func (DeleteInstanceResponse_builder) Build

type DeleteLimitRequest

type DeleteLimitRequest struct {
	LimitId string `protobuf:"bytes,1,opt,name=limit_id,json=limitId,proto3" json:"limit_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLimitRequest) GetLimitId

func (x *DeleteLimitRequest) GetLimitId() string

func (*DeleteLimitRequest) ProtoMessage

func (*DeleteLimitRequest) ProtoMessage()

func (*DeleteLimitRequest) ProtoReflect

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

func (*DeleteLimitRequest) Reset

func (x *DeleteLimitRequest) Reset()

func (*DeleteLimitRequest) SetLimitId

func (x *DeleteLimitRequest) SetLimitId(v string)

func (*DeleteLimitRequest) String

func (x *DeleteLimitRequest) String() string

type DeleteLimitRequest_builder

type DeleteLimitRequest_builder struct {
	LimitId string
	// contains filtered or unexported fields
}

func (DeleteLimitRequest_builder) Build

type DeleteLimitResponse

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

func (*DeleteLimitResponse) ProtoMessage

func (*DeleteLimitResponse) ProtoMessage()

func (*DeleteLimitResponse) ProtoReflect

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

func (*DeleteLimitResponse) Reset

func (x *DeleteLimitResponse) Reset()

func (*DeleteLimitResponse) String

func (x *DeleteLimitResponse) String() string

type DeleteLimitResponse_builder

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

func (DeleteLimitResponse_builder) Build

type DeleteModelRequest

type DeleteModelRequest struct {
	ModelId string `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteModelRequest) GetModelId

func (x *DeleteModelRequest) GetModelId() string

func (*DeleteModelRequest) ProtoMessage

func (*DeleteModelRequest) ProtoMessage()

func (*DeleteModelRequest) ProtoReflect

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

func (*DeleteModelRequest) Reset

func (x *DeleteModelRequest) Reset()

func (*DeleteModelRequest) SetModelId

func (x *DeleteModelRequest) SetModelId(v string)

func (*DeleteModelRequest) String

func (x *DeleteModelRequest) String() string

type DeleteModelRequest_builder

type DeleteModelRequest_builder struct {
	ModelId string
	// contains filtered or unexported fields
}

func (DeleteModelRequest_builder) Build

type DeleteModelResponse

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

func (*DeleteModelResponse) ProtoMessage

func (*DeleteModelResponse) ProtoMessage()

func (*DeleteModelResponse) ProtoReflect

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

func (*DeleteModelResponse) Reset

func (x *DeleteModelResponse) Reset()

func (*DeleteModelResponse) String

func (x *DeleteModelResponse) String() string

type DeleteModelResponse_builder

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

func (DeleteModelResponse_builder) Build

type DeleteNotebookRequest

type DeleteNotebookRequest struct {
	NotebookId string `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNotebookRequest) GetNotebookId

func (x *DeleteNotebookRequest) GetNotebookId() string

func (*DeleteNotebookRequest) ProtoMessage

func (*DeleteNotebookRequest) ProtoMessage()

func (*DeleteNotebookRequest) ProtoReflect

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

func (*DeleteNotebookRequest) Reset

func (x *DeleteNotebookRequest) Reset()

func (*DeleteNotebookRequest) SetNotebookId

func (x *DeleteNotebookRequest) SetNotebookId(v string)

func (*DeleteNotebookRequest) String

func (x *DeleteNotebookRequest) String() string

type DeleteNotebookRequest_builder

type DeleteNotebookRequest_builder struct {
	NotebookId string
	// contains filtered or unexported fields
}

func (DeleteNotebookRequest_builder) Build

type DeleteNotebookResponse

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

func (*DeleteNotebookResponse) ProtoMessage

func (*DeleteNotebookResponse) ProtoMessage()

func (*DeleteNotebookResponse) ProtoReflect

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

func (*DeleteNotebookResponse) Reset

func (x *DeleteNotebookResponse) Reset()

func (*DeleteNotebookResponse) String

func (x *DeleteNotebookResponse) String() string

type DeleteNotebookResponse_builder

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

func (DeleteNotebookResponse_builder) Build

type DeleteOrganizationRequest

type DeleteOrganizationRequest struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrganizationRequest) GetOrganizationId

func (x *DeleteOrganizationRequest) GetOrganizationId() string

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect

func (*DeleteOrganizationRequest) Reset

func (x *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) SetOrganizationId

func (x *DeleteOrganizationRequest) SetOrganizationId(v string)

func (*DeleteOrganizationRequest) String

func (x *DeleteOrganizationRequest) String() string

type DeleteOrganizationRequest_builder

type DeleteOrganizationRequest_builder struct {
	OrganizationId string
	// contains filtered or unexported fields
}

func (DeleteOrganizationRequest_builder) Build

type DeleteOrganizationResponse

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

func (*DeleteOrganizationResponse) ProtoMessage

func (*DeleteOrganizationResponse) ProtoMessage()

func (*DeleteOrganizationResponse) ProtoReflect

func (*DeleteOrganizationResponse) Reset

func (x *DeleteOrganizationResponse) Reset()

func (*DeleteOrganizationResponse) String

func (x *DeleteOrganizationResponse) String() string

type DeleteOrganizationResponse_builder

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

func (DeleteOrganizationResponse_builder) Build

type DeletePersistentPodRequest

type DeletePersistentPodRequest struct {
	PersistentPodId string `protobuf:"bytes,1,opt,name=persistent_pod_id,json=persistentPodId,proto3" json:"persistent_pod_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePersistentPodRequest) GetPersistentPodId

func (x *DeletePersistentPodRequest) GetPersistentPodId() string

func (*DeletePersistentPodRequest) ProtoMessage

func (*DeletePersistentPodRequest) ProtoMessage()

func (*DeletePersistentPodRequest) ProtoReflect

func (*DeletePersistentPodRequest) Reset

func (x *DeletePersistentPodRequest) Reset()

func (*DeletePersistentPodRequest) SetPersistentPodId

func (x *DeletePersistentPodRequest) SetPersistentPodId(v string)

func (*DeletePersistentPodRequest) String

func (x *DeletePersistentPodRequest) String() string

type DeletePersistentPodRequest_builder

type DeletePersistentPodRequest_builder struct {
	PersistentPodId string
	// contains filtered or unexported fields
}

func (DeletePersistentPodRequest_builder) Build

type DeletePersistentPodResponse

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

func (*DeletePersistentPodResponse) ProtoMessage

func (*DeletePersistentPodResponse) ProtoMessage()

func (*DeletePersistentPodResponse) ProtoReflect

func (*DeletePersistentPodResponse) Reset

func (x *DeletePersistentPodResponse) Reset()

func (*DeletePersistentPodResponse) String

func (x *DeletePersistentPodResponse) String() string

type DeletePersistentPodResponse_builder

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

func (DeletePersistentPodResponse_builder) Build

type DeletePolicyFromIngressRequest

type DeletePolicyFromIngressRequest 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"`
	AccessPolicyId   []string `protobuf:"bytes,3,rep,name=access_policy_id,json=accessPolicyId,proto3" json:"access_policy_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePolicyFromIngressRequest) GetAccessPolicyId

func (x *DeletePolicyFromIngressRequest) GetAccessPolicyId() []string

func (*DeletePolicyFromIngressRequest) GetIngressGatewayId

func (x *DeletePolicyFromIngressRequest) GetIngressGatewayId() string

func (*DeletePolicyFromIngressRequest) GetIngressId

func (x *DeletePolicyFromIngressRequest) GetIngressId() string

func (*DeletePolicyFromIngressRequest) ProtoMessage

func (*DeletePolicyFromIngressRequest) ProtoMessage()

func (*DeletePolicyFromIngressRequest) ProtoReflect

func (*DeletePolicyFromIngressRequest) Reset

func (x *DeletePolicyFromIngressRequest) Reset()

func (*DeletePolicyFromIngressRequest) SetAccessPolicyId

func (x *DeletePolicyFromIngressRequest) SetAccessPolicyId(v []string)

func (*DeletePolicyFromIngressRequest) SetIngressGatewayId

func (x *DeletePolicyFromIngressRequest) SetIngressGatewayId(v string)

func (*DeletePolicyFromIngressRequest) SetIngressId

func (x *DeletePolicyFromIngressRequest) SetIngressId(v string)

func (*DeletePolicyFromIngressRequest) String

type DeletePolicyFromIngressRequest_builder

type DeletePolicyFromIngressRequest_builder struct {
	IngressGatewayId string
	IngressId        string
	AccessPolicyId   []string
	// contains filtered or unexported fields
}

func (DeletePolicyFromIngressRequest_builder) Build

type DeletePolicyFromIngressResponse

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

func (*DeletePolicyFromIngressResponse) ClearIngressGateway

func (x *DeletePolicyFromIngressResponse) ClearIngressGateway()

func (*DeletePolicyFromIngressResponse) GetIngressGateway

func (x *DeletePolicyFromIngressResponse) GetIngressGateway() *IngressGateway

func (*DeletePolicyFromIngressResponse) HasIngressGateway

func (x *DeletePolicyFromIngressResponse) HasIngressGateway() bool

func (*DeletePolicyFromIngressResponse) ProtoMessage

func (*DeletePolicyFromIngressResponse) ProtoMessage()

func (*DeletePolicyFromIngressResponse) ProtoReflect

func (*DeletePolicyFromIngressResponse) Reset

func (*DeletePolicyFromIngressResponse) SetIngressGateway

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

func (*DeletePolicyFromIngressResponse) String

type DeletePolicyFromIngressResponse_builder

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

func (DeletePolicyFromIngressResponse_builder) Build

type DeletePublicProfileRequest

type DeletePublicProfileRequest struct {
	PublicProfileId string `protobuf:"bytes,1,opt,name=public_profile_id,json=publicProfileId,proto3" json:"public_profile_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePublicProfileRequest) GetPublicProfileId

func (x *DeletePublicProfileRequest) GetPublicProfileId() string

func (*DeletePublicProfileRequest) ProtoMessage

func (*DeletePublicProfileRequest) ProtoMessage()

func (*DeletePublicProfileRequest) ProtoReflect

func (*DeletePublicProfileRequest) Reset

func (x *DeletePublicProfileRequest) Reset()

func (*DeletePublicProfileRequest) SetPublicProfileId

func (x *DeletePublicProfileRequest) SetPublicProfileId(v string)

func (*DeletePublicProfileRequest) String

func (x *DeletePublicProfileRequest) String() string

type DeletePublicProfileRequest_builder

type DeletePublicProfileRequest_builder struct {
	PublicProfileId string
	// contains filtered or unexported fields
}

func (DeletePublicProfileRequest_builder) Build

type DeletePublicProfileResponse

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

func (*DeletePublicProfileResponse) ProtoMessage

func (*DeletePublicProfileResponse) ProtoMessage()

func (*DeletePublicProfileResponse) ProtoReflect

func (*DeletePublicProfileResponse) Reset

func (x *DeletePublicProfileResponse) Reset()

func (*DeletePublicProfileResponse) String

func (x *DeletePublicProfileResponse) String() string

type DeletePublicProfileResponse_builder

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

func (DeletePublicProfileResponse_builder) Build

type DeleteRedeemableRequest

type DeleteRedeemableRequest struct {
	RedeemableId string `protobuf:"bytes,1,opt,name=redeemable_id,json=redeemableId,proto3" json:"redeemable_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRedeemableRequest) GetRedeemableId

func (x *DeleteRedeemableRequest) GetRedeemableId() string

func (*DeleteRedeemableRequest) ProtoMessage

func (*DeleteRedeemableRequest) ProtoMessage()

func (*DeleteRedeemableRequest) ProtoReflect

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

func (*DeleteRedeemableRequest) Reset

func (x *DeleteRedeemableRequest) Reset()

func (*DeleteRedeemableRequest) SetRedeemableId

func (x *DeleteRedeemableRequest) SetRedeemableId(v string)

func (*DeleteRedeemableRequest) String

func (x *DeleteRedeemableRequest) String() string

type DeleteRedeemableRequest_builder

type DeleteRedeemableRequest_builder struct {
	RedeemableId string
	// contains filtered or unexported fields
}

func (DeleteRedeemableRequest_builder) Build

type DeleteRedeemableResponse

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

func (*DeleteRedeemableResponse) ProtoMessage

func (*DeleteRedeemableResponse) ProtoMessage()

func (*DeleteRedeemableResponse) ProtoReflect

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

func (*DeleteRedeemableResponse) Reset

func (x *DeleteRedeemableResponse) Reset()

func (*DeleteRedeemableResponse) String

func (x *DeleteRedeemableResponse) String() string

type DeleteRedeemableResponse_builder

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

func (DeleteRedeemableResponse_builder) Build

type DeleteSecretRequest

type DeleteSecretRequest struct {
	SecretId string `protobuf:"bytes,1,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSecretRequest) GetSecretId

func (x *DeleteSecretRequest) GetSecretId() string

func (*DeleteSecretRequest) ProtoMessage

func (*DeleteSecretRequest) ProtoMessage()

func (*DeleteSecretRequest) ProtoReflect

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

func (*DeleteSecretRequest) Reset

func (x *DeleteSecretRequest) Reset()

func (*DeleteSecretRequest) SetSecretId

func (x *DeleteSecretRequest) SetSecretId(v string)

func (*DeleteSecretRequest) String

func (x *DeleteSecretRequest) String() string

type DeleteSecretRequest_builder

type DeleteSecretRequest_builder struct {
	SecretId string
	// contains filtered or unexported fields
}

func (DeleteSecretRequest_builder) Build

type DeleteSecretResponse

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

func (*DeleteSecretResponse) ProtoMessage

func (*DeleteSecretResponse) ProtoMessage()

func (*DeleteSecretResponse) ProtoReflect

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

func (*DeleteSecretResponse) Reset

func (x *DeleteSecretResponse) Reset()

func (*DeleteSecretResponse) String

func (x *DeleteSecretResponse) String() string

type DeleteSecretResponse_builder

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

func (DeleteSecretResponse_builder) Build

type DeleteSessionRequest

type DeleteSessionRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSessionRequest) GetSessionId

func (x *DeleteSessionRequest) GetSessionId() string

func (*DeleteSessionRequest) ProtoMessage

func (*DeleteSessionRequest) ProtoMessage()

func (*DeleteSessionRequest) ProtoReflect

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

func (*DeleteSessionRequest) Reset

func (x *DeleteSessionRequest) Reset()

func (*DeleteSessionRequest) SetSessionId

func (x *DeleteSessionRequest) SetSessionId(v string)

func (*DeleteSessionRequest) String

func (x *DeleteSessionRequest) String() string

type DeleteSessionRequest_builder

type DeleteSessionRequest_builder struct {
	SessionId string
	// contains filtered or unexported fields
}

func (DeleteSessionRequest_builder) Build

type DeleteSessionResponse

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

func (*DeleteSessionResponse) ProtoMessage

func (*DeleteSessionResponse) ProtoMessage()

func (*DeleteSessionResponse) ProtoReflect

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

func (*DeleteSessionResponse) Reset

func (x *DeleteSessionResponse) Reset()

func (*DeleteSessionResponse) String

func (x *DeleteSessionResponse) String() string

type DeleteSessionResponse_builder

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

func (DeleteSessionResponse_builder) Build

type DeleteTransactionRequest

type DeleteTransactionRequest struct {
	TransactionId string `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTransactionRequest) GetTransactionId

func (x *DeleteTransactionRequest) GetTransactionId() string

func (*DeleteTransactionRequest) ProtoMessage

func (*DeleteTransactionRequest) ProtoMessage()

func (*DeleteTransactionRequest) ProtoReflect

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

func (*DeleteTransactionRequest) Reset

func (x *DeleteTransactionRequest) Reset()

func (*DeleteTransactionRequest) SetTransactionId

func (x *DeleteTransactionRequest) SetTransactionId(v string)

func (*DeleteTransactionRequest) String

func (x *DeleteTransactionRequest) String() string

type DeleteTransactionRequest_builder

type DeleteTransactionRequest_builder struct {
	TransactionId string
	// contains filtered or unexported fields
}

func (DeleteTransactionRequest_builder) Build

type DeleteTransactionResponse

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

func (*DeleteTransactionResponse) ProtoMessage

func (*DeleteTransactionResponse) ProtoMessage()

func (*DeleteTransactionResponse) ProtoReflect

func (*DeleteTransactionResponse) Reset

func (x *DeleteTransactionResponse) Reset()

func (*DeleteTransactionResponse) String

func (x *DeleteTransactionResponse) String() string

type DeleteTransactionResponse_builder

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

func (DeleteTransactionResponse_builder) Build

type DeleteUserRequest

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

func (*DeleteUserRequest) GetUserId

func (x *DeleteUserRequest) GetUserId() string

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) SetUserId

func (x *DeleteUserRequest) SetUserId(v string)

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteUserRequest_builder

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

func (DeleteUserRequest_builder) Build

type DeleteUserResponse

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

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

type DeleteUserResponse_builder

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

func (DeleteUserResponse_builder) Build

type Deployment

type Deployment struct {
	DeploymentId             string                 `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_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"`
	Name                     string                 `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Namespace                string                 `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	DeploymentProviderCredId string                 `` /* 137-byte string literal not displayed */
	InstanceType             string                 `protobuf:"bytes,7,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	Location                 string                 `protobuf:"bytes,8,opt,name=location,proto3" json:"location,omitempty"`
	ProviderDeploymentId     string                 `protobuf:"bytes,9,opt,name=provider_deployment_id,json=providerDeploymentId,proto3" json:"provider_deployment_id,omitempty"`
	MinInstances             int32                  `protobuf:"varint,10,opt,name=min_instances,json=minInstances,proto3" json:"min_instances,omitempty"`
	MaxInstances             int32                  `protobuf:"varint,11,opt,name=max_instances,json=maxInstances,proto3" json:"max_instances,omitempty"`
	MaxConcurrency           int32                  `protobuf:"varint,12,opt,name=max_concurrency,json=maxConcurrency,proto3" json:"max_concurrency,omitempty"`
	Artifact                 *Artifact              `protobuf:"bytes,13,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// external user facing id used for public inferencing and potentially for
	// finetuning, model management, etc. in the future
	ModelId    string                 `protobuf:"bytes,14,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
	Status     DeploymentStatus       `protobuf:"varint,15,opt,name=status,proto3,enum=devplaneapi.v1.DeploymentStatus" json:"status,omitempty"`
	RetireTime *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=retire_time,json=retireTime,proto3" json:"retire_time,omitempty"`
	Labels     map[string]string      `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Deployment) ClearArtifact

func (x *Deployment) ClearArtifact()

func (*Deployment) ClearCreateTime

func (x *Deployment) ClearCreateTime()

func (*Deployment) ClearRetireTime

func (x *Deployment) ClearRetireTime()

func (*Deployment) ClearUpdateTime

func (x *Deployment) ClearUpdateTime()

func (*Deployment) GetArtifact

func (x *Deployment) GetArtifact() *Artifact

func (*Deployment) GetCreateTime

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

func (*Deployment) GetDeploymentId

func (x *Deployment) GetDeploymentId() string

func (*Deployment) GetDeploymentProviderCredId

func (x *Deployment) GetDeploymentProviderCredId() string

func (*Deployment) GetInstanceType

func (x *Deployment) GetInstanceType() string

func (*Deployment) GetLabels

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

func (*Deployment) GetLocation

func (x *Deployment) GetLocation() string

func (*Deployment) GetMaxConcurrency

func (x *Deployment) GetMaxConcurrency() int32

func (*Deployment) GetMaxInstances

func (x *Deployment) GetMaxInstances() int32

func (*Deployment) GetMinInstances

func (x *Deployment) GetMinInstances() int32

func (*Deployment) GetModelId

func (x *Deployment) GetModelId() string

func (*Deployment) GetName

func (x *Deployment) GetName() string

func (*Deployment) GetNamespace

func (x *Deployment) GetNamespace() string

func (*Deployment) GetProviderDeploymentId

func (x *Deployment) GetProviderDeploymentId() string

func (*Deployment) GetRetireTime

func (x *Deployment) GetRetireTime() *timestamppb.Timestamp

func (*Deployment) GetStatus

func (x *Deployment) GetStatus() DeploymentStatus

func (*Deployment) GetUpdateTime

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

func (*Deployment) HasArtifact

func (x *Deployment) HasArtifact() bool

func (*Deployment) HasCreateTime

func (x *Deployment) HasCreateTime() bool

func (*Deployment) HasRetireTime

func (x *Deployment) HasRetireTime() bool

func (*Deployment) HasUpdateTime

func (x *Deployment) HasUpdateTime() bool

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) ProtoReflect

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

func (*Deployment) Reset

func (x *Deployment) Reset()

func (*Deployment) SetArtifact

func (x *Deployment) SetArtifact(v *Artifact)

func (*Deployment) SetCreateTime

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

func (*Deployment) SetDeploymentId

func (x *Deployment) SetDeploymentId(v string)

func (*Deployment) SetDeploymentProviderCredId

func (x *Deployment) SetDeploymentProviderCredId(v string)

func (*Deployment) SetInstanceType

func (x *Deployment) SetInstanceType(v string)

func (*Deployment) SetLabels

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

func (*Deployment) SetLocation

func (x *Deployment) SetLocation(v string)

func (*Deployment) SetMaxConcurrency

func (x *Deployment) SetMaxConcurrency(v int32)

func (*Deployment) SetMaxInstances

func (x *Deployment) SetMaxInstances(v int32)

func (*Deployment) SetMinInstances

func (x *Deployment) SetMinInstances(v int32)

func (*Deployment) SetModelId

func (x *Deployment) SetModelId(v string)

func (*Deployment) SetName

func (x *Deployment) SetName(v string)

func (*Deployment) SetNamespace

func (x *Deployment) SetNamespace(v string)

func (*Deployment) SetProviderDeploymentId

func (x *Deployment) SetProviderDeploymentId(v string)

func (*Deployment) SetRetireTime

func (x *Deployment) SetRetireTime(v *timestamppb.Timestamp)

func (*Deployment) SetStatus

func (x *Deployment) SetStatus(v DeploymentStatus)

func (*Deployment) SetUpdateTime

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

func (*Deployment) String

func (x *Deployment) String() string

type DeploymentInstanceType

type DeploymentInstanceType struct {
	Type          string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Location      string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
	SupportedGpus []*Gpu `protobuf:"bytes,3,rep,name=supported_gpus,json=supportedGpus,proto3" json:"supported_gpus,omitempty"`
	Preemptible   bool   `protobuf:"varint,4,opt,name=preemptible,proto3" json:"preemptible,omitempty"`
	IsAvailable   bool   `protobuf:"varint,5,opt,name=is_available,json=isAvailable,proto3" json:"is_available,omitempty"`
	MinInstances  int32  `protobuf:"varint,6,opt,name=min_instances,json=minInstances,proto3" json:"min_instances,omitempty"`
	MaxInstances  int32  `protobuf:"varint,7,opt,name=max_instances,json=maxInstances,proto3" json:"max_instances,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentInstanceType) GetIsAvailable

func (x *DeploymentInstanceType) GetIsAvailable() bool

func (*DeploymentInstanceType) GetLocation

func (x *DeploymentInstanceType) GetLocation() string

func (*DeploymentInstanceType) GetMaxInstances

func (x *DeploymentInstanceType) GetMaxInstances() int32

func (*DeploymentInstanceType) GetMinInstances

func (x *DeploymentInstanceType) GetMinInstances() int32

func (*DeploymentInstanceType) GetPreemptible

func (x *DeploymentInstanceType) GetPreemptible() bool

func (*DeploymentInstanceType) GetSupportedGpus

func (x *DeploymentInstanceType) GetSupportedGpus() []*Gpu

func (*DeploymentInstanceType) GetType

func (x *DeploymentInstanceType) GetType() string

func (*DeploymentInstanceType) ProtoMessage

func (*DeploymentInstanceType) ProtoMessage()

func (*DeploymentInstanceType) ProtoReflect

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

func (*DeploymentInstanceType) Reset

func (x *DeploymentInstanceType) Reset()

func (*DeploymentInstanceType) SetIsAvailable

func (x *DeploymentInstanceType) SetIsAvailable(v bool)

func (*DeploymentInstanceType) SetLocation

func (x *DeploymentInstanceType) SetLocation(v string)

func (*DeploymentInstanceType) SetMaxInstances

func (x *DeploymentInstanceType) SetMaxInstances(v int32)

func (*DeploymentInstanceType) SetMinInstances

func (x *DeploymentInstanceType) SetMinInstances(v int32)

func (*DeploymentInstanceType) SetPreemptible

func (x *DeploymentInstanceType) SetPreemptible(v bool)

func (*DeploymentInstanceType) SetSupportedGpus

func (x *DeploymentInstanceType) SetSupportedGpus(v []*Gpu)

func (*DeploymentInstanceType) SetType

func (x *DeploymentInstanceType) SetType(v string)

func (*DeploymentInstanceType) String

func (x *DeploymentInstanceType) String() string

type DeploymentInstanceType_builder

type DeploymentInstanceType_builder struct {
	Type          string
	Location      string
	SupportedGpus []*Gpu
	Preemptible   bool
	IsAvailable   bool
	MinInstances  int32
	MaxInstances  int32
	// contains filtered or unexported fields
}

func (DeploymentInstanceType_builder) Build

type DeploymentLog

type DeploymentLog struct {
	Level     string `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	Timestamp string `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Message   string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentLog) GetLevel

func (x *DeploymentLog) GetLevel() string

func (*DeploymentLog) GetMessage

func (x *DeploymentLog) GetMessage() string

func (*DeploymentLog) GetTimestamp

func (x *DeploymentLog) GetTimestamp() string

func (*DeploymentLog) ProtoMessage

func (*DeploymentLog) ProtoMessage()

func (*DeploymentLog) ProtoReflect

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

func (*DeploymentLog) Reset

func (x *DeploymentLog) Reset()

func (*DeploymentLog) SetLevel

func (x *DeploymentLog) SetLevel(v string)

func (*DeploymentLog) SetMessage

func (x *DeploymentLog) SetMessage(v string)

func (*DeploymentLog) SetTimestamp

func (x *DeploymentLog) SetTimestamp(v string)

func (*DeploymentLog) String

func (x *DeploymentLog) String() string

type DeploymentLog_builder

type DeploymentLog_builder struct {
	Level     string
	Timestamp string
	Message   string
	// contains filtered or unexported fields
}

func (DeploymentLog_builder) Build

type DeploymentMetrics

type DeploymentMetrics struct {
	TotalInvocations int32 `protobuf:"varint,1,opt,name=total_invocations,json=totalInvocations,proto3" json:"total_invocations,omitempty"`
	// average inference time in seconds
	AverageInferenceTime    float32 `protobuf:"fixed32,2,opt,name=average_inference_time,json=averageInferenceTime,proto3" json:"average_inference_time,omitempty"`
	TotalActiveInstances    int32   `protobuf:"varint,3,opt,name=total_active_instances,json=totalActiveInstances,proto3" json:"total_active_instances,omitempty"`
	TotalInvocationFailures int32   `` /* 133-byte string literal not displayed */
	// value equals the invocations/sec at the timestamp
	InvocationPerSecTimeSeries []*MetricDataPointInt `` /* 145-byte string literal not displayed */
	QueueDepthTimeSeries       []*MetricDataPointInt `protobuf:"bytes,6,rep,name=queue_depth_time_series,json=queueDepthTimeSeries,proto3" json:"queue_depth_time_series,omitempty"`
	// average inference time in seconds
	AvgInferenceTimeSeries []*MetricDataPointFloat `` /* 131-byte string literal not displayed */
	// value equals the number of instances at the timestamps
	InstancesTimeSeries []*MetricDataPointInt `protobuf:"bytes,8,rep,name=instances_time_series,json=instancesTimeSeries,proto3" json:"instances_time_series,omitempty"`
	// success rate equal to float, mutiply by 100 to get %
	InvocationSuccessRateTimeSeries []*MetricDataPointFloat `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeploymentMetrics) GetAverageInferenceTime

func (x *DeploymentMetrics) GetAverageInferenceTime() float32

func (*DeploymentMetrics) GetAvgInferenceTimeSeries

func (x *DeploymentMetrics) GetAvgInferenceTimeSeries() []*MetricDataPointFloat

func (*DeploymentMetrics) GetInstancesTimeSeries

func (x *DeploymentMetrics) GetInstancesTimeSeries() []*MetricDataPointInt

func (*DeploymentMetrics) GetInvocationPerSecTimeSeries

func (x *DeploymentMetrics) GetInvocationPerSecTimeSeries() []*MetricDataPointInt

func (*DeploymentMetrics) GetInvocationSuccessRateTimeSeries

func (x *DeploymentMetrics) GetInvocationSuccessRateTimeSeries() []*MetricDataPointFloat

func (*DeploymentMetrics) GetQueueDepthTimeSeries

func (x *DeploymentMetrics) GetQueueDepthTimeSeries() []*MetricDataPointInt

func (*DeploymentMetrics) GetTotalActiveInstances

func (x *DeploymentMetrics) GetTotalActiveInstances() int32

func (*DeploymentMetrics) GetTotalInvocationFailures

func (x *DeploymentMetrics) GetTotalInvocationFailures() int32

func (*DeploymentMetrics) GetTotalInvocations

func (x *DeploymentMetrics) GetTotalInvocations() int32

func (*DeploymentMetrics) ProtoMessage

func (*DeploymentMetrics) ProtoMessage()

func (*DeploymentMetrics) ProtoReflect

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

func (*DeploymentMetrics) Reset

func (x *DeploymentMetrics) Reset()

func (*DeploymentMetrics) SetAverageInferenceTime

func (x *DeploymentMetrics) SetAverageInferenceTime(v float32)

func (*DeploymentMetrics) SetAvgInferenceTimeSeries

func (x *DeploymentMetrics) SetAvgInferenceTimeSeries(v []*MetricDataPointFloat)

func (*DeploymentMetrics) SetInstancesTimeSeries

func (x *DeploymentMetrics) SetInstancesTimeSeries(v []*MetricDataPointInt)

func (*DeploymentMetrics) SetInvocationPerSecTimeSeries

func (x *DeploymentMetrics) SetInvocationPerSecTimeSeries(v []*MetricDataPointInt)

func (*DeploymentMetrics) SetInvocationSuccessRateTimeSeries

func (x *DeploymentMetrics) SetInvocationSuccessRateTimeSeries(v []*MetricDataPointFloat)

func (*DeploymentMetrics) SetQueueDepthTimeSeries

func (x *DeploymentMetrics) SetQueueDepthTimeSeries(v []*MetricDataPointInt)

func (*DeploymentMetrics) SetTotalActiveInstances

func (x *DeploymentMetrics) SetTotalActiveInstances(v int32)

func (*DeploymentMetrics) SetTotalInvocationFailures

func (x *DeploymentMetrics) SetTotalInvocationFailures(v int32)

func (*DeploymentMetrics) SetTotalInvocations

func (x *DeploymentMetrics) SetTotalInvocations(v int32)

func (*DeploymentMetrics) String

func (x *DeploymentMetrics) String() string

type DeploymentMetrics_builder

type DeploymentMetrics_builder struct {
	TotalInvocations int32
	// average inference time in seconds
	AverageInferenceTime    float32
	TotalActiveInstances    int32
	TotalInvocationFailures int32
	// value equals the invocations/sec at the timestamp
	InvocationPerSecTimeSeries []*MetricDataPointInt
	QueueDepthTimeSeries       []*MetricDataPointInt
	// average inference time in seconds
	AvgInferenceTimeSeries []*MetricDataPointFloat
	// value equals the number of instances at the timestamps
	InstancesTimeSeries []*MetricDataPointInt
	// success rate equal to float, mutiply by 100 to get %
	InvocationSuccessRateTimeSeries []*MetricDataPointFloat
	// contains filtered or unexported fields
}

func (DeploymentMetrics_builder) Build

type DeploymentProvider

type DeploymentProvider int32
const (
	DeploymentProvider_DEPLOYMENT_PROVIDER_UNSPECIFIED DeploymentProvider = 0
	DeploymentProvider_DEPLOYMENT_PROVIDER_NVCF        DeploymentProvider = 1
)

func (DeploymentProvider) Descriptor

func (DeploymentProvider) Enum

func (DeploymentProvider) Number

func (DeploymentProvider) String

func (x DeploymentProvider) String() string

func (DeploymentProvider) Type

type DeploymentProviderCred

type DeploymentProviderCred struct {
	DeploymentProviderCredId string                 `` /* 137-byte string literal not displayed */
	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"`
	DeploymentProvider       DeploymentProvider     `` /* 155-byte string literal not displayed */
	Labels                   map[string]string      `` /* 139-byte string literal not displayed */
	Status                   CredStatus             `protobuf:"varint,6,opt,name=status,proto3,enum=devplaneapi.v1.CredStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentProviderCred) ClearCreateTime

func (x *DeploymentProviderCred) ClearCreateTime()

func (*DeploymentProviderCred) ClearUpdateTime

func (x *DeploymentProviderCred) ClearUpdateTime()

func (*DeploymentProviderCred) GetCreateTime

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

func (*DeploymentProviderCred) GetDeploymentProvider

func (x *DeploymentProviderCred) GetDeploymentProvider() DeploymentProvider

func (*DeploymentProviderCred) GetDeploymentProviderCredId

func (x *DeploymentProviderCred) GetDeploymentProviderCredId() string

func (*DeploymentProviderCred) GetLabels

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

func (*DeploymentProviderCred) GetStatus

func (x *DeploymentProviderCred) GetStatus() CredStatus

func (*DeploymentProviderCred) GetUpdateTime

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

func (*DeploymentProviderCred) HasCreateTime

func (x *DeploymentProviderCred) HasCreateTime() bool

func (*DeploymentProviderCred) HasUpdateTime

func (x *DeploymentProviderCred) HasUpdateTime() bool

func (*DeploymentProviderCred) ProtoMessage

func (*DeploymentProviderCred) ProtoMessage()

func (*DeploymentProviderCred) ProtoReflect

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

func (*DeploymentProviderCred) Reset

func (x *DeploymentProviderCred) Reset()

func (*DeploymentProviderCred) SetCreateTime

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

func (*DeploymentProviderCred) SetDeploymentProvider

func (x *DeploymentProviderCred) SetDeploymentProvider(v DeploymentProvider)

func (*DeploymentProviderCred) SetDeploymentProviderCredId

func (x *DeploymentProviderCred) SetDeploymentProviderCredId(v string)

func (*DeploymentProviderCred) SetLabels

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

func (*DeploymentProviderCred) SetStatus

func (x *DeploymentProviderCred) SetStatus(v CredStatus)

func (*DeploymentProviderCred) SetUpdateTime

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

func (*DeploymentProviderCred) String

func (x *DeploymentProviderCred) String() string

type DeploymentProviderCred_builder

type DeploymentProviderCred_builder struct {
	DeploymentProviderCredId string
	CreateTime               *timestamppb.Timestamp
	UpdateTime               *timestamppb.Timestamp
	DeploymentProvider       DeploymentProvider
	Labels                   map[string]string
	Status                   CredStatus
	// contains filtered or unexported fields
}

func (DeploymentProviderCred_builder) Build

type DeploymentStatus

type DeploymentStatus int32
const (
	DeploymentStatus_DEPLOYMENT_STATUS_UNSPECIFIED DeploymentStatus = 0
	DeploymentStatus_DEPLOYMENT_STATUS_CREATED     DeploymentStatus = 1
	DeploymentStatus_DEPLOYMENT_STATUS_RUNNING     DeploymentStatus = 2
	DeploymentStatus_DEPLOYMENT_STATUS_DELETING    DeploymentStatus = 3
	DeploymentStatus_DEPLOYMENT_STATUS_DELETED     DeploymentStatus = 4
	DeploymentStatus_DEPLOYMENT_STATUS_DEPLOYING   DeploymentStatus = 5
	DeploymentStatus_DEPLOYMENT_STATUS_ERROR       DeploymentStatus = 6
)

func (DeploymentStatus) Descriptor

func (DeploymentStatus) Enum

func (DeploymentStatus) Number

func (DeploymentStatus) String

func (x DeploymentStatus) String() string

func (DeploymentStatus) Type

type Deployment_builder

type Deployment_builder struct {
	DeploymentId             string
	CreateTime               *timestamppb.Timestamp
	UpdateTime               *timestamppb.Timestamp
	Name                     string
	Namespace                string
	DeploymentProviderCredId string
	InstanceType             string
	Location                 string
	ProviderDeploymentId     string
	MinInstances             int32
	MaxInstances             int32
	MaxConcurrency           int32
	Artifact                 *Artifact
	// external user facing id used for public inferencing and potentially for
	// finetuning, model management, etc. in the future
	ModelId    string
	Status     DeploymentStatus
	RetireTime *timestamppb.Timestamp
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (Deployment_builder) Build

func (b0 Deployment_builder) Build() *Deployment

type Details

type Details struct {
	Blacklisted             bool   `protobuf:"varint,1,opt,name=blacklisted,proto3" json:"blacklisted,omitempty"`
	MaliciousActivity       bool   `protobuf:"varint,2,opt,name=malicious_activity,json=maliciousActivity,proto3" json:"malicious_activity,omitempty"`
	MaliciousActivityRecent bool   `` /* 133-byte string literal not displayed */
	CredentialsLeaked       bool   `protobuf:"varint,4,opt,name=credentials_leaked,json=credentialsLeaked,proto3" json:"credentials_leaked,omitempty"`
	CredentialsLeakedRecent bool   `` /* 133-byte string literal not displayed */
	DataBreach              bool   `protobuf:"varint,6,opt,name=data_breach,json=dataBreach,proto3" json:"data_breach,omitempty"`
	FirstSeen               string `protobuf:"bytes,7,opt,name=first_seen,json=firstSeen,proto3" json:"first_seen,omitempty"`
	LastSeen                string `protobuf:"bytes,8,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"`
	DomainExists            bool   `protobuf:"varint,9,opt,name=domain_exists,json=domainExists,proto3" json:"domain_exists,omitempty"`
	DomainReputation        string `protobuf:"bytes,10,opt,name=domain_reputation,json=domainReputation,proto3" json:"domain_reputation,omitempty"`
	NewDomain               bool   `protobuf:"varint,11,opt,name=new_domain,json=newDomain,proto3" json:"new_domain,omitempty"`
	DaysSinceDomainCreation int64  `` /* 136-byte string literal not displayed */
	SuspiciousTld           bool   `protobuf:"varint,13,opt,name=suspicious_tld,json=suspiciousTld,proto3" json:"suspicious_tld,omitempty"`
	Spam                    bool   `protobuf:"varint,14,opt,name=spam,proto3" json:"spam,omitempty"`
	FreeProvider            bool   `protobuf:"varint,15,opt,name=free_provider,json=freeProvider,proto3" json:"free_provider,omitempty"`
	Disposable              bool   `protobuf:"varint,16,opt,name=disposable,proto3" json:"disposable,omitempty"`
	Deliverable             bool   `protobuf:"varint,17,opt,name=deliverable,proto3" json:"deliverable,omitempty"`
	AcceptAll               bool   `protobuf:"varint,18,opt,name=accept_all,json=acceptAll,proto3" json:"accept_all,omitempty"`
	ValidMx                 bool   `protobuf:"varint,19,opt,name=valid_mx,json=validMx,proto3" json:"valid_mx,omitempty"`
	Spoofable               bool   `protobuf:"varint,20,opt,name=spoofable,proto3" json:"spoofable,omitempty"`
	SpfStrict               bool   `protobuf:"varint,21,opt,name=spf_strict,json=spfStrict,proto3" json:"spf_strict,omitempty"`
	DmarcEnforced           bool   `protobuf:"varint,22,opt,name=dmarc_enforced,json=dmarcEnforced,proto3" json:"dmarc_enforced,omitempty"`
	// contains filtered or unexported fields
}

func (*Details) GetAcceptAll

func (x *Details) GetAcceptAll() bool

func (*Details) GetBlacklisted

func (x *Details) GetBlacklisted() bool

func (*Details) GetCredentialsLeaked

func (x *Details) GetCredentialsLeaked() bool

func (*Details) GetCredentialsLeakedRecent

func (x *Details) GetCredentialsLeakedRecent() bool

func (*Details) GetDataBreach

func (x *Details) GetDataBreach() bool

func (*Details) GetDaysSinceDomainCreation

func (x *Details) GetDaysSinceDomainCreation() int64

func (*Details) GetDeliverable

func (x *Details) GetDeliverable() bool

func (*Details) GetDisposable

func (x *Details) GetDisposable() bool

func (*Details) GetDmarcEnforced

func (x *Details) GetDmarcEnforced() bool

func (*Details) GetDomainExists

func (x *Details) GetDomainExists() bool

func (*Details) GetDomainReputation

func (x *Details) GetDomainReputation() string

func (*Details) GetFirstSeen

func (x *Details) GetFirstSeen() string

func (*Details) GetFreeProvider

func (x *Details) GetFreeProvider() bool

func (*Details) GetLastSeen

func (x *Details) GetLastSeen() string

func (*Details) GetMaliciousActivity

func (x *Details) GetMaliciousActivity() bool

func (*Details) GetMaliciousActivityRecent

func (x *Details) GetMaliciousActivityRecent() bool

func (*Details) GetNewDomain

func (x *Details) GetNewDomain() bool

func (*Details) GetSpam

func (x *Details) GetSpam() bool

func (*Details) GetSpfStrict

func (x *Details) GetSpfStrict() bool

func (*Details) GetSpoofable

func (x *Details) GetSpoofable() bool

func (*Details) GetSuspiciousTld

func (x *Details) GetSuspiciousTld() bool

func (*Details) GetValidMx

func (x *Details) GetValidMx() bool

func (*Details) ProtoMessage

func (*Details) ProtoMessage()

func (*Details) ProtoReflect

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

func (*Details) Reset

func (x *Details) Reset()

func (*Details) SetAcceptAll

func (x *Details) SetAcceptAll(v bool)

func (*Details) SetBlacklisted

func (x *Details) SetBlacklisted(v bool)

func (*Details) SetCredentialsLeaked

func (x *Details) SetCredentialsLeaked(v bool)

func (*Details) SetCredentialsLeakedRecent

func (x *Details) SetCredentialsLeakedRecent(v bool)

func (*Details) SetDataBreach

func (x *Details) SetDataBreach(v bool)

func (*Details) SetDaysSinceDomainCreation

func (x *Details) SetDaysSinceDomainCreation(v int64)

func (*Details) SetDeliverable

func (x *Details) SetDeliverable(v bool)

func (*Details) SetDisposable

func (x *Details) SetDisposable(v bool)

func (*Details) SetDmarcEnforced

func (x *Details) SetDmarcEnforced(v bool)

func (*Details) SetDomainExists

func (x *Details) SetDomainExists(v bool)

func (*Details) SetDomainReputation

func (x *Details) SetDomainReputation(v string)

func (*Details) SetFirstSeen

func (x *Details) SetFirstSeen(v string)

func (*Details) SetFreeProvider

func (x *Details) SetFreeProvider(v bool)

func (*Details) SetLastSeen

func (x *Details) SetLastSeen(v string)

func (*Details) SetMaliciousActivity

func (x *Details) SetMaliciousActivity(v bool)

func (*Details) SetMaliciousActivityRecent

func (x *Details) SetMaliciousActivityRecent(v bool)

func (*Details) SetNewDomain

func (x *Details) SetNewDomain(v bool)

func (*Details) SetSpam

func (x *Details) SetSpam(v bool)

func (*Details) SetSpfStrict

func (x *Details) SetSpfStrict(v bool)

func (*Details) SetSpoofable

func (x *Details) SetSpoofable(v bool)

func (*Details) SetSuspiciousTld

func (x *Details) SetSuspiciousTld(v bool)

func (*Details) SetValidMx

func (x *Details) SetValidMx(v bool)

func (*Details) String

func (x *Details) String() string

type Details_builder

type Details_builder struct {
	Blacklisted             bool
	MaliciousActivity       bool
	MaliciousActivityRecent bool
	CredentialsLeaked       bool
	CredentialsLeakedRecent bool
	DataBreach              bool
	FirstSeen               string
	LastSeen                string
	DomainExists            bool
	DomainReputation        string
	NewDomain               bool
	DaysSinceDomainCreation int64
	SuspiciousTld           bool
	Spam                    bool
	FreeProvider            bool
	Disposable              bool
	Deliverable             bool
	AcceptAll               bool
	ValidMx                 bool
	Spoofable               bool
	SpfStrict               bool
	DmarcEnforced           bool
	// contains filtered or unexported fields
}

func (Details_builder) Build

func (b0 Details_builder) Build() *Details

type Disk

type Disk struct {
	Size      string `protobuf:"bytes,1,opt,name=size,proto3" json:"size,omitempty"`
	Type      string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	MountPath string `protobuf:"bytes,3,opt,name=mount_path,json=mountPath,proto3" json:"mount_path,omitempty"`
	// contains filtered or unexported fields
}

func (*Disk) GetMountPath

func (x *Disk) GetMountPath() string

func (*Disk) GetSize

func (x *Disk) GetSize() string

func (*Disk) GetType

func (x *Disk) GetType() string

func (*Disk) ProtoMessage

func (*Disk) ProtoMessage()

func (*Disk) ProtoReflect

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

func (*Disk) Reset

func (x *Disk) Reset()

func (*Disk) SetMountPath

func (x *Disk) SetMountPath(v string)

func (*Disk) SetSize

func (x *Disk) SetSize(v string)

func (*Disk) SetType

func (x *Disk) SetType(v string)

func (*Disk) String

func (x *Disk) String() string

type Disk_builder

type Disk_builder struct {
	Size      string
	Type      string
	MountPath string
	// contains filtered or unexported fields
}

func (Disk_builder) Build

func (b0 Disk_builder) Build() *Disk

type DockerComposeBuild

type DockerComposeBuild struct {
	FileUrl              string            `protobuf:"bytes,1,opt,name=file_url,json=fileUrl,proto3" json:"file_url,omitempty"`
	YamlString           string            `protobuf:"bytes,2,opt,name=yaml_string,json=yamlString,proto3" json:"yaml_string,omitempty"`
	Registries           []*Registry       `protobuf:"bytes,3,rep,name=registries,proto3" json:"registries,omitempty"`
	JupyterInstall       bool              `protobuf:"varint,4,opt,name=jupyter_install,json=jupyterInstall,proto3" json:"jupyter_install,omitempty"`
	EnvironmentVariables map[string]string `` /* 195-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DockerComposeBuild) GetEnvironmentVariables

func (x *DockerComposeBuild) GetEnvironmentVariables() map[string]string

func (*DockerComposeBuild) GetFileUrl

func (x *DockerComposeBuild) GetFileUrl() string

func (*DockerComposeBuild) GetJupyterInstall

func (x *DockerComposeBuild) GetJupyterInstall() bool

func (*DockerComposeBuild) GetRegistries

func (x *DockerComposeBuild) GetRegistries() []*Registry

func (*DockerComposeBuild) GetYamlString

func (x *DockerComposeBuild) GetYamlString() string

func (*DockerComposeBuild) ProtoMessage

func (*DockerComposeBuild) ProtoMessage()

func (*DockerComposeBuild) ProtoReflect

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

func (*DockerComposeBuild) Reset

func (x *DockerComposeBuild) Reset()

func (*DockerComposeBuild) SetEnvironmentVariables

func (x *DockerComposeBuild) SetEnvironmentVariables(v map[string]string)

func (*DockerComposeBuild) SetFileUrl

func (x *DockerComposeBuild) SetFileUrl(v string)

func (*DockerComposeBuild) SetJupyterInstall

func (x *DockerComposeBuild) SetJupyterInstall(v bool)

func (*DockerComposeBuild) SetRegistries

func (x *DockerComposeBuild) SetRegistries(v []*Registry)

func (*DockerComposeBuild) SetYamlString

func (x *DockerComposeBuild) SetYamlString(v string)

func (*DockerComposeBuild) String

func (x *DockerComposeBuild) String() string

type DockerComposeBuild_builder

type DockerComposeBuild_builder struct {
	FileUrl              string
	YamlString           string
	Registries           []*Registry
	JupyterInstall       bool
	EnvironmentVariables map[string]string
	// contains filtered or unexported fields
}

func (DockerComposeBuild_builder) Build

type Email

type Email struct {
	EmailId      string `protobuf:"bytes,1,opt,name=email_id,json=emailId,proto3" json:"email_id,omitempty"`
	EmailAddress string `protobuf:"bytes,2,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"`
	Verified     bool   `protobuf:"varint,3,opt,name=verified,proto3" json:"verified,omitempty"`
	// contains filtered or unexported fields
}

func (*Email) GetEmailAddress

func (x *Email) GetEmailAddress() string

func (*Email) GetEmailId

func (x *Email) GetEmailId() string

func (*Email) GetVerified

func (x *Email) GetVerified() bool

func (*Email) ProtoMessage

func (*Email) ProtoMessage()

func (*Email) ProtoReflect

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

func (*Email) Reset

func (x *Email) Reset()

func (*Email) SetEmailAddress

func (x *Email) SetEmailAddress(v string)

func (*Email) SetEmailId

func (x *Email) SetEmailId(v string)

func (*Email) SetVerified

func (x *Email) SetVerified(v bool)

func (*Email) String

func (x *Email) String() string

type EmailReputation

type EmailReputation struct {
	EmailReputationId string                 `protobuf:"bytes,1,opt,name=email_reputation_id,json=emailReputationId,proto3" json:"email_reputation_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"`
	Email             string                 `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Domain            string                 `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain,omitempty"`
	ExternalData      *ExternalData          `protobuf:"bytes,6,opt,name=external_data,json=externalData,proto3" json:"external_data,omitempty"`
	RiskLevel         string                 `protobuf:"bytes,7,opt,name=risk_level,json=riskLevel,proto3" json:"risk_level,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailReputation) ClearCreateTime

func (x *EmailReputation) ClearCreateTime()

func (*EmailReputation) ClearExternalData

func (x *EmailReputation) ClearExternalData()

func (*EmailReputation) ClearUpdateTime

func (x *EmailReputation) ClearUpdateTime()

func (*EmailReputation) GetCreateTime

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

func (*EmailReputation) GetDomain

func (x *EmailReputation) GetDomain() string

func (*EmailReputation) GetEmail

func (x *EmailReputation) GetEmail() string

func (*EmailReputation) GetEmailReputationId

func (x *EmailReputation) GetEmailReputationId() string

func (*EmailReputation) GetExternalData

func (x *EmailReputation) GetExternalData() *ExternalData

func (*EmailReputation) GetRiskLevel

func (x *EmailReputation) GetRiskLevel() string

func (*EmailReputation) GetUpdateTime

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

func (*EmailReputation) HasCreateTime

func (x *EmailReputation) HasCreateTime() bool

func (*EmailReputation) HasExternalData

func (x *EmailReputation) HasExternalData() bool

func (*EmailReputation) HasUpdateTime

func (x *EmailReputation) HasUpdateTime() bool

func (*EmailReputation) ProtoMessage

func (*EmailReputation) ProtoMessage()

func (*EmailReputation) ProtoReflect

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

func (*EmailReputation) Reset

func (x *EmailReputation) Reset()

func (*EmailReputation) SetCreateTime

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

func (*EmailReputation) SetDomain

func (x *EmailReputation) SetDomain(v string)

func (*EmailReputation) SetEmail

func (x *EmailReputation) SetEmail(v string)

func (*EmailReputation) SetEmailReputationId

func (x *EmailReputation) SetEmailReputationId(v string)

func (*EmailReputation) SetExternalData

func (x *EmailReputation) SetExternalData(v *ExternalData)

func (*EmailReputation) SetRiskLevel

func (x *EmailReputation) SetRiskLevel(v string)

func (*EmailReputation) SetUpdateTime

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

func (*EmailReputation) String

func (x *EmailReputation) String() string

type EmailReputation_builder

type EmailReputation_builder struct {
	EmailReputationId string
	CreateTime        *timestamppb.Timestamp
	UpdateTime        *timestamppb.Timestamp
	Email             string
	Domain            string
	ExternalData      *ExternalData
	RiskLevel         string
	// contains filtered or unexported fields
}

func (EmailReputation_builder) Build

type Email_builder

type Email_builder struct {
	EmailId      string
	EmailAddress string
	Verified     bool
	// contains filtered or unexported fields
}

func (Email_builder) Build

func (b0 Email_builder) Build() *Email

type EnableUsageRequest

type EnableUsageRequest struct {
	Tags []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableUsageRequest) GetTags

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

func (*EnableUsageRequest) ProtoMessage

func (*EnableUsageRequest) ProtoMessage()

func (*EnableUsageRequest) ProtoReflect

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

func (*EnableUsageRequest) Reset

func (x *EnableUsageRequest) Reset()

func (*EnableUsageRequest) SetTags

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

func (*EnableUsageRequest) String

func (x *EnableUsageRequest) String() string

type EnableUsageRequest_builder

type EnableUsageRequest_builder struct {
	Tags []string
	// contains filtered or unexported fields
}

func (EnableUsageRequest_builder) Build

type EnableUsageResponse

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

func (*EnableUsageResponse) ProtoMessage

func (*EnableUsageResponse) ProtoMessage()

func (*EnableUsageResponse) ProtoReflect

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

func (*EnableUsageResponse) Reset

func (x *EnableUsageResponse) Reset()

func (*EnableUsageResponse) String

func (x *EnableUsageResponse) String() string

type EnableUsageResponse_builder

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

func (EnableUsageResponse_builder) Build

type Environment

type Environment struct {
	EnvironmentId    string                 `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_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 */
	Namespace        string                 `protobuf:"bytes,16,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name             string                 `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Meta             *EnvironmentMeta       `protobuf:"bytes,7,opt,name=meta,proto3" json:"meta,omitempty"`
	Provision        *EnvironmentProvision  `protobuf:"bytes,8,opt,name=provision,proto3" json:"provision,omitempty"`
	Instance         *Instance              `protobuf:"bytes,9,opt,name=instance,proto3" json:"instance,omitempty"`
	Build            *EnvironmentBuild      `protobuf:"bytes,10,opt,name=build,proto3" json:"build,omitempty"`
	Tasks            []*Task                `protobuf:"bytes,11,rep,name=tasks,proto3" json:"tasks,omitempty"`
	SysUsers         []*SysUser             `protobuf:"bytes,12,rep,name=sys_users,json=sysUsers,proto3" json:"sys_users,omitempty"`
	HealthChecks     []*HealthCheck         `protobuf:"bytes,13,rep,name=health_checks,json=healthChecks,proto3" json:"health_checks,omitempty"`
	IngressGateways  []*IngressGateway      `protobuf:"bytes,14,rep,name=ingress_gateways,json=ingressGateways,proto3" json:"ingress_gateways,omitempty"`
	LifecycleScripts []*LifecycleScript     `protobuf:"bytes,15,rep,name=lifecycle_scripts,json=lifecycleScripts,proto3" json:"lifecycle_scripts,omitempty"`
	Files            []*File                `protobuf:"bytes,17,rep,name=files,proto3" json:"files,omitempty"`
	InstanceType     *InstanceType          `protobuf:"bytes,18,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Environment) ClearBuild_

func (x *Environment) ClearBuild_()

func (*Environment) ClearCreateTime

func (x *Environment) ClearCreateTime()

func (*Environment) ClearInstance

func (x *Environment) ClearInstance()

func (*Environment) ClearInstanceType

func (x *Environment) ClearInstanceType()

func (*Environment) ClearMeta

func (x *Environment) ClearMeta()

func (*Environment) ClearProvision

func (x *Environment) ClearProvision()

func (*Environment) ClearUpdateTime

func (x *Environment) ClearUpdateTime()

func (*Environment) GetBuild deprecated

func (x *Environment) GetBuild() *EnvironmentBuild

Deprecated: Use GetBuild_ instead.

func (*Environment) GetBuild_

func (x *Environment) GetBuild_() *EnvironmentBuild

func (*Environment) GetCreateTime

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

func (*Environment) GetEnvironmentId

func (x *Environment) GetEnvironmentId() string

func (*Environment) GetFiles

func (x *Environment) GetFiles() []*File

func (*Environment) GetHealthChecks

func (x *Environment) GetHealthChecks() []*HealthCheck

func (*Environment) GetIngressGateways

func (x *Environment) GetIngressGateways() []*IngressGateway

func (*Environment) GetInstance

func (x *Environment) GetInstance() *Instance

func (*Environment) GetInstanceType

func (x *Environment) GetInstanceType() *InstanceType

func (*Environment) GetLabels

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

func (*Environment) GetLifecycleScripts

func (x *Environment) GetLifecycleScripts() []*LifecycleScript

func (*Environment) GetMeta

func (x *Environment) GetMeta() *EnvironmentMeta

func (*Environment) GetName

func (x *Environment) GetName() string

func (*Environment) GetNamespace

func (x *Environment) GetNamespace() string

func (*Environment) GetProvision

func (x *Environment) GetProvision() *EnvironmentProvision

func (*Environment) GetSysUsers

func (x *Environment) GetSysUsers() []*SysUser

func (*Environment) GetTasks

func (x *Environment) GetTasks() []*Task

func (*Environment) GetUpdateTime

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

func (*Environment) HasBuild_

func (x *Environment) HasBuild_() bool

func (*Environment) HasCreateTime

func (x *Environment) HasCreateTime() bool

func (*Environment) HasInstance

func (x *Environment) HasInstance() bool

func (*Environment) HasInstanceType

func (x *Environment) HasInstanceType() bool

func (*Environment) HasMeta

func (x *Environment) HasMeta() bool

func (*Environment) HasProvision

func (x *Environment) HasProvision() bool

func (*Environment) HasUpdateTime

func (x *Environment) HasUpdateTime() bool

func (*Environment) ProtoMessage

func (*Environment) ProtoMessage()

func (*Environment) ProtoReflect

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

func (*Environment) Reset

func (x *Environment) Reset()

func (*Environment) SetBuild_

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

func (*Environment) SetCreateTime

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

func (*Environment) SetEnvironmentId

func (x *Environment) SetEnvironmentId(v string)

func (*Environment) SetFiles

func (x *Environment) SetFiles(v []*File)

func (*Environment) SetHealthChecks

func (x *Environment) SetHealthChecks(v []*HealthCheck)

func (*Environment) SetIngressGateways

func (x *Environment) SetIngressGateways(v []*IngressGateway)

func (*Environment) SetInstance

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

func (*Environment) SetInstanceType

func (x *Environment) SetInstanceType(v *InstanceType)

func (*Environment) SetLabels

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

func (*Environment) SetLifecycleScripts

func (x *Environment) SetLifecycleScripts(v []*LifecycleScript)

func (*Environment) SetMeta

func (x *Environment) SetMeta(v *EnvironmentMeta)

func (*Environment) SetName

func (x *Environment) SetName(v string)

func (*Environment) SetNamespace

func (x *Environment) SetNamespace(v string)

func (*Environment) SetProvision

func (x *Environment) SetProvision(v *EnvironmentProvision)

func (*Environment) SetSysUsers

func (x *Environment) SetSysUsers(v []*SysUser)

func (*Environment) SetTasks

func (x *Environment) SetTasks(v []*Task)

func (*Environment) SetUpdateTime

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

func (*Environment) String

func (x *Environment) String() string

type EnvironmentBuild

type EnvironmentBuild struct {
	Verb             *VerbBuild                    `protobuf:"bytes,1,opt,name=verb,proto3" json:"verb,omitempty"`
	Vm               *VMBuild                      `protobuf:"bytes,2,opt,name=vm,proto3" json:"vm,omitempty"`
	Container        *ContainerBuild               `protobuf:"bytes,5,opt,name=container,proto3" json:"container,omitempty"`
	DockerCompose    *DockerComposeBuild           `protobuf:"bytes,7,opt,name=docker_compose,json=dockerCompose,proto3" json:"docker_compose,omitempty"`
	IngressGateway   []*AddIngressToGatewayRequest `protobuf:"bytes,3,rep,name=ingress_gateway,json=ingressGateway,proto3" json:"ingress_gateway,omitempty"` // we only support [0] for now
	LifecycleScripts []*LifecycleScriptAttrs       `protobuf:"bytes,4,rep,name=lifecycle_scripts,json=lifecycleScripts,proto3" json:"lifecycle_scripts,omitempty"`
	Files            []*AddFile                    `protobuf:"bytes,6,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentBuild) ClearContainer

func (x *EnvironmentBuild) ClearContainer()

func (*EnvironmentBuild) ClearDockerCompose

func (x *EnvironmentBuild) ClearDockerCompose()

func (*EnvironmentBuild) ClearVerb

func (x *EnvironmentBuild) ClearVerb()

func (*EnvironmentBuild) ClearVm

func (x *EnvironmentBuild) ClearVm()

func (*EnvironmentBuild) GetContainer

func (x *EnvironmentBuild) GetContainer() *ContainerBuild

func (*EnvironmentBuild) GetDockerCompose

func (x *EnvironmentBuild) GetDockerCompose() *DockerComposeBuild

func (*EnvironmentBuild) GetFiles

func (x *EnvironmentBuild) GetFiles() []*AddFile

func (*EnvironmentBuild) GetIngressGateway

func (x *EnvironmentBuild) GetIngressGateway() []*AddIngressToGatewayRequest

func (*EnvironmentBuild) GetLifecycleScripts

func (x *EnvironmentBuild) GetLifecycleScripts() []*LifecycleScriptAttrs

func (*EnvironmentBuild) GetVerb

func (x *EnvironmentBuild) GetVerb() *VerbBuild

func (*EnvironmentBuild) GetVm

func (x *EnvironmentBuild) GetVm() *VMBuild

func (*EnvironmentBuild) HasContainer

func (x *EnvironmentBuild) HasContainer() bool

func (*EnvironmentBuild) HasDockerCompose

func (x *EnvironmentBuild) HasDockerCompose() bool

func (*EnvironmentBuild) HasVerb

func (x *EnvironmentBuild) HasVerb() bool

func (*EnvironmentBuild) HasVm

func (x *EnvironmentBuild) HasVm() bool

func (*EnvironmentBuild) ProtoMessage

func (*EnvironmentBuild) ProtoMessage()

func (*EnvironmentBuild) ProtoReflect

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

func (*EnvironmentBuild) Reset

func (x *EnvironmentBuild) Reset()

func (*EnvironmentBuild) SetContainer

func (x *EnvironmentBuild) SetContainer(v *ContainerBuild)

func (*EnvironmentBuild) SetDockerCompose

func (x *EnvironmentBuild) SetDockerCompose(v *DockerComposeBuild)

func (*EnvironmentBuild) SetFiles

func (x *EnvironmentBuild) SetFiles(v []*AddFile)

func (*EnvironmentBuild) SetIngressGateway

func (x *EnvironmentBuild) SetIngressGateway(v []*AddIngressToGatewayRequest)

func (*EnvironmentBuild) SetLifecycleScripts

func (x *EnvironmentBuild) SetLifecycleScripts(v []*LifecycleScriptAttrs)

func (*EnvironmentBuild) SetVerb

func (x *EnvironmentBuild) SetVerb(v *VerbBuild)

func (*EnvironmentBuild) SetVm

func (x *EnvironmentBuild) SetVm(v *VMBuild)

func (*EnvironmentBuild) String

func (x *EnvironmentBuild) String() string

type EnvironmentBuild_builder

type EnvironmentBuild_builder struct {
	Verb             *VerbBuild
	Vm               *VMBuild
	Container        *ContainerBuild
	DockerCompose    *DockerComposeBuild
	IngressGateway   []*AddIngressToGatewayRequest
	LifecycleScripts []*LifecycleScriptAttrs
	Files            []*AddFile
	// contains filtered or unexported fields
}

func (EnvironmentBuild_builder) Build

type EnvironmentMeta

type EnvironmentMeta struct {
	Title       string            `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description string            `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	IconUrl     string            `protobuf:"bytes,3,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`
	Meta        map[string]string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EnvironmentMeta) GetDescription

func (x *EnvironmentMeta) GetDescription() string

func (*EnvironmentMeta) GetIconUrl

func (x *EnvironmentMeta) GetIconUrl() string

func (*EnvironmentMeta) GetMeta

func (x *EnvironmentMeta) GetMeta() map[string]string

func (*EnvironmentMeta) GetTitle

func (x *EnvironmentMeta) GetTitle() string

func (*EnvironmentMeta) ProtoMessage

func (*EnvironmentMeta) ProtoMessage()

func (*EnvironmentMeta) ProtoReflect

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

func (*EnvironmentMeta) Reset

func (x *EnvironmentMeta) Reset()

func (*EnvironmentMeta) SetDescription

func (x *EnvironmentMeta) SetDescription(v string)

func (*EnvironmentMeta) SetIconUrl

func (x *EnvironmentMeta) SetIconUrl(v string)

func (*EnvironmentMeta) SetMeta

func (x *EnvironmentMeta) SetMeta(v map[string]string)

func (*EnvironmentMeta) SetTitle

func (x *EnvironmentMeta) SetTitle(v string)

func (*EnvironmentMeta) String

func (x *EnvironmentMeta) String() string

type EnvironmentMeta_builder

type EnvironmentMeta_builder struct {
	Title       string
	Description string
	IconUrl     string
	Meta        map[string]string
	// contains filtered or unexported fields
}

func (EnvironmentMeta_builder) Build

type EnvironmentProvision

type EnvironmentProvision struct {

	// Types that are valid to be assigned to Directive:
	//
	//	*EnvironmentProvision_InstanceId
	//	*EnvironmentProvision_CreateInstanceRequest
	Directive isEnvironmentProvision_Directive `protobuf_oneof:"directive"`
	// contains filtered or unexported fields
}

func (*EnvironmentProvision) ClearCreateInstanceRequest

func (x *EnvironmentProvision) ClearCreateInstanceRequest()

func (*EnvironmentProvision) ClearDirective

func (x *EnvironmentProvision) ClearDirective()

func (*EnvironmentProvision) ClearInstanceId

func (x *EnvironmentProvision) ClearInstanceId()

func (*EnvironmentProvision) GetCreateInstanceRequest

func (x *EnvironmentProvision) GetCreateInstanceRequest() *CreateInstanceRequest

func (*EnvironmentProvision) GetDirective

func (x *EnvironmentProvision) GetDirective() isEnvironmentProvision_Directive

func (*EnvironmentProvision) GetInstanceId

func (x *EnvironmentProvision) GetInstanceId() string

func (*EnvironmentProvision) HasCreateInstanceRequest

func (x *EnvironmentProvision) HasCreateInstanceRequest() bool

func (*EnvironmentProvision) HasDirective

func (x *EnvironmentProvision) HasDirective() bool

func (*EnvironmentProvision) HasInstanceId

func (x *EnvironmentProvision) HasInstanceId() bool

func (*EnvironmentProvision) ProtoMessage

func (*EnvironmentProvision) ProtoMessage()

func (*EnvironmentProvision) ProtoReflect

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

func (*EnvironmentProvision) Reset

func (x *EnvironmentProvision) Reset()

func (*EnvironmentProvision) SetCreateInstanceRequest

func (x *EnvironmentProvision) SetCreateInstanceRequest(v *CreateInstanceRequest)

func (*EnvironmentProvision) SetInstanceId

func (x *EnvironmentProvision) SetInstanceId(v string)

func (*EnvironmentProvision) String

func (x *EnvironmentProvision) String() string

func (*EnvironmentProvision) WhichDirective

func (x *EnvironmentProvision) WhichDirective() case_EnvironmentProvision_Directive

type EnvironmentProvision_CreateInstanceRequest

type EnvironmentProvision_CreateInstanceRequest struct {
	CreateInstanceRequest *CreateInstanceRequest `protobuf:"bytes,3,opt,name=create_instance_request,json=createInstanceRequest,proto3,oneof"`
}

type EnvironmentProvision_InstanceId

type EnvironmentProvision_InstanceId struct {
	InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3,oneof"`
}

type EnvironmentProvision_builder

type EnvironmentProvision_builder struct {

	// Fields of oneof Directive:
	InstanceId            *string
	CreateInstanceRequest *CreateInstanceRequest
	// contains filtered or unexported fields
}

func (EnvironmentProvision_builder) Build

type Environment_builder

type Environment_builder struct {
	EnvironmentId    string
	CreateTime       *timestamppb.Timestamp
	UpdateTime       *timestamppb.Timestamp
	Labels           map[string]string
	Namespace        string
	Name             string
	Meta             *EnvironmentMeta
	Provision        *EnvironmentProvision
	Instance         *Instance
	Build_           *EnvironmentBuild
	Tasks            []*Task
	SysUsers         []*SysUser
	HealthChecks     []*HealthCheck
	IngressGateways  []*IngressGateway
	LifecycleScripts []*LifecycleScript
	Files            []*File
	InstanceType     *InstanceType
	// contains filtered or unexported fields
}

func (Environment_builder) Build

func (b0 Environment_builder) Build() *Environment

type Event

type Event struct {
	Schema    string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	EventJson string `protobuf:"bytes,3,opt,name=event_json,json=eventJson,proto3" json:"event_json,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) GetEventJson

func (x *Event) GetEventJson() string

func (*Event) GetSchema

func (x *Event) GetSchema() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) SetEventJson

func (x *Event) SetEventJson(v string)

func (*Event) SetSchema

func (x *Event) SetSchema(v string)

func (*Event) String

func (x *Event) String() string

type Event_builder

type Event_builder struct {
	Schema    string
	EventJson string
	// contains filtered or unexported fields
}

func (Event_builder) Build

func (b0 Event_builder) Build() *Event

type ExtendsConfig

type ExtendsConfig struct {
	File    string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

ExtendsConfig defines service extension configuration

func (*ExtendsConfig) GetFile

func (x *ExtendsConfig) GetFile() string

func (*ExtendsConfig) GetService

func (x *ExtendsConfig) GetService() string

func (*ExtendsConfig) ProtoMessage

func (*ExtendsConfig) ProtoMessage()

func (*ExtendsConfig) ProtoReflect

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

func (*ExtendsConfig) Reset

func (x *ExtendsConfig) Reset()

func (*ExtendsConfig) SetFile

func (x *ExtendsConfig) SetFile(v string)

func (*ExtendsConfig) SetService

func (x *ExtendsConfig) SetService(v string)

func (*ExtendsConfig) String

func (x *ExtendsConfig) String() string

type ExtendsConfig_builder

type ExtendsConfig_builder struct {
	File    string
	Service string
	// contains filtered or unexported fields
}

func (ExtendsConfig_builder) Build

type External

type External struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	External bool   `protobuf:"varint,2,opt,name=external,proto3" json:"external,omitempty"`
	// contains filtered or unexported fields
}

External defines external resource configuration

func (*External) GetExternal

func (x *External) GetExternal() bool

func (*External) GetName

func (x *External) GetName() string

func (*External) ProtoMessage

func (*External) ProtoMessage()

func (*External) ProtoReflect

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

func (*External) Reset

func (x *External) Reset()

func (*External) SetExternal

func (x *External) SetExternal(v bool)

func (*External) SetName

func (x *External) SetName(v string)

func (*External) String

func (x *External) String() string

type ExternalData

type ExternalData struct {
	ApiVoidEmailReputation *ApiVoidEmailReputation `` /* 131-byte string literal not displayed */
	EmailRep               *SearchResponse         `protobuf:"bytes,2,opt,name=email_rep,json=emailRep,proto3" json:"email_rep,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalData) ClearApiVoidEmailReputation

func (x *ExternalData) ClearApiVoidEmailReputation()

func (*ExternalData) ClearEmailRep

func (x *ExternalData) ClearEmailRep()

func (*ExternalData) GetApiVoidEmailReputation

func (x *ExternalData) GetApiVoidEmailReputation() *ApiVoidEmailReputation

func (*ExternalData) GetEmailRep

func (x *ExternalData) GetEmailRep() *SearchResponse

func (*ExternalData) HasApiVoidEmailReputation

func (x *ExternalData) HasApiVoidEmailReputation() bool

func (*ExternalData) HasEmailRep

func (x *ExternalData) HasEmailRep() bool

func (*ExternalData) ProtoMessage

func (*ExternalData) ProtoMessage()

func (*ExternalData) ProtoReflect

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

func (*ExternalData) Reset

func (x *ExternalData) Reset()

func (*ExternalData) SetApiVoidEmailReputation

func (x *ExternalData) SetApiVoidEmailReputation(v *ApiVoidEmailReputation)

func (*ExternalData) SetEmailRep

func (x *ExternalData) SetEmailRep(v *SearchResponse)

func (*ExternalData) String

func (x *ExternalData) String() string

type ExternalData_builder

type ExternalData_builder struct {
	ApiVoidEmailReputation *ApiVoidEmailReputation
	EmailRep               *SearchResponse
	// contains filtered or unexported fields
}

func (ExternalData_builder) Build

func (b0 ExternalData_builder) Build() *ExternalData

type ExternalIdentity

type ExternalIdentity struct {
	IdentityId string `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	Provider   string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"`
	ExternalId string `protobuf:"bytes,3,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

ExternalIdentity represents an external identity (e.g., from OAuth provider) associated with a user

func (*ExternalIdentity) GetExternalId

func (x *ExternalIdentity) GetExternalId() string

func (*ExternalIdentity) GetIdentityId

func (x *ExternalIdentity) GetIdentityId() string

func (*ExternalIdentity) GetProvider

func (x *ExternalIdentity) GetProvider() string

func (*ExternalIdentity) ProtoMessage

func (*ExternalIdentity) ProtoMessage()

func (*ExternalIdentity) ProtoReflect

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

func (*ExternalIdentity) Reset

func (x *ExternalIdentity) Reset()

func (*ExternalIdentity) SetExternalId

func (x *ExternalIdentity) SetExternalId(v string)

func (*ExternalIdentity) SetIdentityId

func (x *ExternalIdentity) SetIdentityId(v string)

func (*ExternalIdentity) SetProvider

func (x *ExternalIdentity) SetProvider(v string)

func (*ExternalIdentity) String

func (x *ExternalIdentity) String() string

type ExternalIdentity_builder

type ExternalIdentity_builder struct {
	IdentityId string
	Provider   string
	ExternalId string
	// contains filtered or unexported fields
}

func (ExternalIdentity_builder) Build

type External_builder

type External_builder struct {
	Name     string
	External bool
	// contains filtered or unexported fields
}

func (External_builder) Build

func (b0 External_builder) Build() *External

type File

type File struct {
	FileUrl       string   `protobuf:"bytes,1,opt,name=file_url,json=fileUrl,proto3" json:"file_url,omitempty"`
	FileType      FileType `protobuf:"varint,2,opt,name=file_type,json=fileType,proto3,enum=devplaneapi.v1.FileType" json:"file_type,omitempty"`
	FileName      string   `protobuf:"bytes,3,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	FileDirectory string   `protobuf:"bytes,4,opt,name=file_directory,json=fileDirectory,proto3" json:"file_directory,omitempty"`
	// contains filtered or unexported fields
}

func (*File) GetFileDirectory

func (x *File) GetFileDirectory() string

func (*File) GetFileName

func (x *File) GetFileName() string

func (*File) GetFileType

func (x *File) GetFileType() FileType

func (*File) GetFileUrl

func (x *File) GetFileUrl() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) SetFileDirectory

func (x *File) SetFileDirectory(v string)

func (*File) SetFileName

func (x *File) SetFileName(v string)

func (*File) SetFileType

func (x *File) SetFileType(v FileType)

func (*File) SetFileUrl

func (x *File) SetFileUrl(v string)

func (*File) String

func (x *File) String() string

type FileType

type FileType int32
const (
	FileType_FILE_TYPE_UNSPECIFIED             FileType = 0
	FileType_FILE_TYPE_COLAB_NOTEBOOK          FileType = 1
	FileType_FILE_TYPE_GITHUB_JUPYTER_NOTEBOOK FileType = 2
	FileType_FILE_TYPE_GITHUB_REPOSITORY       FileType = 3
	FileType_FILE_TYPE_GITLAB_JUPYTER_NOTEBOOK FileType = 4
	FileType_FILE_TYPE_GITLAB_REPOSITORY       FileType = 5
)

func (FileType) Descriptor

func (FileType) Descriptor() protoreflect.EnumDescriptor

func (FileType) Enum

func (x FileType) Enum() *FileType

func (FileType) Number

func (x FileType) Number() protoreflect.EnumNumber

func (FileType) String

func (x FileType) String() string

func (FileType) Type

type File_builder

type File_builder struct {
	FileUrl       string
	FileType      FileType
	FileName      string
	FileDirectory string
	// contains filtered or unexported fields
}

func (File_builder) Build

func (b0 File_builder) Build() *File

type FirewallRule

type FirewallRule struct {
	Id       string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FromPort int32    `protobuf:"varint,2,opt,name=from_port,json=fromPort,proto3" json:"from_port,omitempty"`
	ToPort   int32    `protobuf:"varint,3,opt,name=to_port,json=toPort,proto3" json:"to_port,omitempty"`
	IpRanges []string `protobuf:"bytes,4,rep,name=ip_ranges,json=ipRanges,proto3" json:"ip_ranges,omitempty"`
	// contains filtered or unexported fields
}

func (*FirewallRule) GetFromPort

func (x *FirewallRule) GetFromPort() int32

func (*FirewallRule) GetId

func (x *FirewallRule) GetId() string

func (*FirewallRule) GetIpRanges

func (x *FirewallRule) GetIpRanges() []string

func (*FirewallRule) GetToPort

func (x *FirewallRule) GetToPort() int32

func (*FirewallRule) ProtoMessage

func (*FirewallRule) ProtoMessage()

func (*FirewallRule) ProtoReflect

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

func (*FirewallRule) Reset

func (x *FirewallRule) Reset()

func (*FirewallRule) SetFromPort

func (x *FirewallRule) SetFromPort(v int32)

func (*FirewallRule) SetId

func (x *FirewallRule) SetId(v string)

func (*FirewallRule) SetIpRanges

func (x *FirewallRule) SetIpRanges(v []string)

func (*FirewallRule) SetToPort

func (x *FirewallRule) SetToPort(v int32)

func (*FirewallRule) String

func (x *FirewallRule) String() string

type FirewallRule_builder

type FirewallRule_builder struct {
	Id       string
	FromPort int32
	ToPort   int32
	IpRanges []string
	// contains filtered or unexported fields
}

func (FirewallRule_builder) Build

func (b0 FirewallRule_builder) Build() *FirewallRule

type FirewallRules

type FirewallRules struct {
	IngressRules []*FirewallRule `protobuf:"bytes,1,rep,name=ingress_rules,json=ingressRules,proto3" json:"ingress_rules,omitempty"`
	EgressRules  []*FirewallRule `protobuf:"bytes,2,rep,name=egress_rules,json=egressRules,proto3" json:"egress_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*FirewallRules) GetEgressRules

func (x *FirewallRules) GetEgressRules() []*FirewallRule

func (*FirewallRules) GetIngressRules

func (x *FirewallRules) GetIngressRules() []*FirewallRule

func (*FirewallRules) ProtoMessage

func (*FirewallRules) ProtoMessage()

func (*FirewallRules) ProtoReflect

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

func (*FirewallRules) Reset

func (x *FirewallRules) Reset()

func (*FirewallRules) SetEgressRules

func (x *FirewallRules) SetEgressRules(v []*FirewallRule)

func (*FirewallRules) SetIngressRules

func (x *FirewallRules) SetIngressRules(v []*FirewallRule)

func (*FirewallRules) String

func (x *FirewallRules) String() string

type FirewallRules_builder

type FirewallRules_builder struct {
	IngressRules []*FirewallRule
	EgressRules  []*FirewallRule
	// contains filtered or unexported fields
}

func (FirewallRules_builder) Build

type FloatRange

type FloatRange struct {
	Min *float32 `protobuf:"fixed32,1,opt,name=min,proto3,oneof" json:"min,omitempty"`
	Max *float32 `protobuf:"fixed32,2,opt,name=max,proto3,oneof" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatRange) ClearMax

func (x *FloatRange) ClearMax()

func (*FloatRange) ClearMin

func (x *FloatRange) ClearMin()

func (*FloatRange) GetMax

func (x *FloatRange) GetMax() float32

func (*FloatRange) GetMin

func (x *FloatRange) GetMin() float32

func (*FloatRange) HasMax

func (x *FloatRange) HasMax() bool

func (*FloatRange) HasMin

func (x *FloatRange) HasMin() bool

func (*FloatRange) ProtoMessage

func (*FloatRange) ProtoMessage()

func (*FloatRange) ProtoReflect

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

func (*FloatRange) Reset

func (x *FloatRange) Reset()

func (*FloatRange) SetMax

func (x *FloatRange) SetMax(v float32)

func (*FloatRange) SetMin

func (x *FloatRange) SetMin(v float32)

func (*FloatRange) String

func (x *FloatRange) String() string

type FloatRange_builder

type FloatRange_builder struct {
	Min *float32
	Max *float32
	// contains filtered or unexported fields
}

func (FloatRange_builder) Build

func (b0 FloatRange_builder) Build() *FloatRange

type FluidstackCredential

type FluidstackCredential struct {
	ApiKey   string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	ApiToken string `protobuf:"bytes,2,opt,name=api_token,json=apiToken,proto3" json:"api_token,omitempty"`
	// contains filtered or unexported fields
}

func (*FluidstackCredential) GetApiKey

func (x *FluidstackCredential) GetApiKey() string

func (*FluidstackCredential) GetApiToken

func (x *FluidstackCredential) GetApiToken() string

func (*FluidstackCredential) ProtoMessage

func (*FluidstackCredential) ProtoMessage()

func (*FluidstackCredential) ProtoReflect

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

func (*FluidstackCredential) Reset

func (x *FluidstackCredential) Reset()

func (*FluidstackCredential) SetApiKey

func (x *FluidstackCredential) SetApiKey(v string)

func (*FluidstackCredential) SetApiToken

func (x *FluidstackCredential) SetApiToken(v string)

func (*FluidstackCredential) String

func (x *FluidstackCredential) String() string

type FluidstackCredential_builder

type FluidstackCredential_builder struct {
	ApiKey   string
	ApiToken string
	// contains filtered or unexported fields
}

func (FluidstackCredential_builder) Build

type ForkEnvironmentRequest

type ForkEnvironmentRequest struct {
	EnvironmentId    string                    `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	EnvironmentFork  *CreateEnvironmentRequest `protobuf:"bytes,2,opt,name=environment_fork,json=environmentFork,proto3" json:"environment_fork,omitempty"`
	ExcludeProvision bool                      `protobuf:"varint,3,opt,name=exclude_provision,json=excludeProvision,proto3" json:"exclude_provision,omitempty"`
	ExcludeBuild     bool                      `protobuf:"varint,4,opt,name=exclude_build,json=excludeBuild,proto3" json:"exclude_build,omitempty"`
	// contains filtered or unexported fields
}

func (*ForkEnvironmentRequest) ClearEnvironmentFork

func (x *ForkEnvironmentRequest) ClearEnvironmentFork()

func (*ForkEnvironmentRequest) GetEnvironmentFork

func (x *ForkEnvironmentRequest) GetEnvironmentFork() *CreateEnvironmentRequest

func (*ForkEnvironmentRequest) GetEnvironmentId

func (x *ForkEnvironmentRequest) GetEnvironmentId() string

func (*ForkEnvironmentRequest) GetExcludeBuild

func (x *ForkEnvironmentRequest) GetExcludeBuild() bool

func (*ForkEnvironmentRequest) GetExcludeProvision

func (x *ForkEnvironmentRequest) GetExcludeProvision() bool

func (*ForkEnvironmentRequest) HasEnvironmentFork

func (x *ForkEnvironmentRequest) HasEnvironmentFork() bool

func (*ForkEnvironmentRequest) ProtoMessage

func (*ForkEnvironmentRequest) ProtoMessage()

func (*ForkEnvironmentRequest) ProtoReflect

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

func (*ForkEnvironmentRequest) Reset

func (x *ForkEnvironmentRequest) Reset()

func (*ForkEnvironmentRequest) SetEnvironmentFork

func (x *ForkEnvironmentRequest) SetEnvironmentFork(v *CreateEnvironmentRequest)

func (*ForkEnvironmentRequest) SetEnvironmentId

func (x *ForkEnvironmentRequest) SetEnvironmentId(v string)

func (*ForkEnvironmentRequest) SetExcludeBuild

func (x *ForkEnvironmentRequest) SetExcludeBuild(v bool)

func (*ForkEnvironmentRequest) SetExcludeProvision

func (x *ForkEnvironmentRequest) SetExcludeProvision(v bool)

func (*ForkEnvironmentRequest) String

func (x *ForkEnvironmentRequest) String() string

type ForkEnvironmentRequest_builder

type ForkEnvironmentRequest_builder struct {
	EnvironmentId    string
	EnvironmentFork  *CreateEnvironmentRequest
	ExcludeProvision bool
	ExcludeBuild     bool
	// contains filtered or unexported fields
}

func (ForkEnvironmentRequest_builder) Build

type ForkEnvironmentResponse

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

func (*ForkEnvironmentResponse) ClearEnvironment

func (x *ForkEnvironmentResponse) ClearEnvironment()

func (*ForkEnvironmentResponse) GetEnvironment

func (x *ForkEnvironmentResponse) GetEnvironment() *Environment

func (*ForkEnvironmentResponse) HasEnvironment

func (x *ForkEnvironmentResponse) HasEnvironment() bool

func (*ForkEnvironmentResponse) ProtoMessage

func (*ForkEnvironmentResponse) ProtoMessage()

func (*ForkEnvironmentResponse) ProtoReflect

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

func (*ForkEnvironmentResponse) Reset

func (x *ForkEnvironmentResponse) Reset()

func (*ForkEnvironmentResponse) SetEnvironment

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

func (*ForkEnvironmentResponse) String

func (x *ForkEnvironmentResponse) String() string

type ForkEnvironmentResponse_builder

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

func (ForkEnvironmentResponse_builder) Build

type GCPCredential

type GCPCredential struct {
	Type                    string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ProjectId               string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PrivateKeyId            string `protobuf:"bytes,3,opt,name=private_key_id,json=privateKeyId,proto3" json:"private_key_id,omitempty"`
	PrivateKey              string `protobuf:"bytes,4,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	ClientEmail             string `protobuf:"bytes,5,opt,name=client_email,json=clientEmail,proto3" json:"client_email,omitempty"`
	ClientId                string `protobuf:"bytes,6,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	AuthUri                 string `protobuf:"bytes,7,opt,name=auth_uri,json=authUri,proto3" json:"auth_uri,omitempty"`
	TokenUri                string `protobuf:"bytes,8,opt,name=token_uri,json=tokenUri,proto3" json:"token_uri,omitempty"`
	AuthProviderX509CertUrl string `` /* 136-byte string literal not displayed */
	ClientX509CertUrl       string `protobuf:"bytes,10,opt,name=client_x509_cert_url,json=clientX509CertUrl,proto3" json:"client_x509_cert_url,omitempty"`
	// This is a means of indicating that the credential is a reservation-only credential which changes the behavior of both inventory listing as well as provisioning.
	ReservationOnly bool `protobuf:"varint,11,opt,name=reservation_only,json=reservationOnly,proto3" json:"reservation_only,omitempty"`
	// contains filtered or unexported fields
}

func (*GCPCredential) GetAuthProviderX509CertUrl

func (x *GCPCredential) GetAuthProviderX509CertUrl() string

func (*GCPCredential) GetAuthUri

func (x *GCPCredential) GetAuthUri() string

func (*GCPCredential) GetClientEmail

func (x *GCPCredential) GetClientEmail() string

func (*GCPCredential) GetClientId

func (x *GCPCredential) GetClientId() string

func (*GCPCredential) GetClientX509CertUrl

func (x *GCPCredential) GetClientX509CertUrl() string

func (*GCPCredential) GetPrivateKey

func (x *GCPCredential) GetPrivateKey() string

func (*GCPCredential) GetPrivateKeyId

func (x *GCPCredential) GetPrivateKeyId() string

func (*GCPCredential) GetProjectId

func (x *GCPCredential) GetProjectId() string

func (*GCPCredential) GetReservationOnly

func (x *GCPCredential) GetReservationOnly() bool

func (*GCPCredential) GetTokenUri

func (x *GCPCredential) GetTokenUri() string

func (*GCPCredential) GetType

func (x *GCPCredential) GetType() string

func (*GCPCredential) ProtoMessage

func (*GCPCredential) ProtoMessage()

func (*GCPCredential) ProtoReflect

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

func (*GCPCredential) Reset

func (x *GCPCredential) Reset()

func (*GCPCredential) SetAuthProviderX509CertUrl

func (x *GCPCredential) SetAuthProviderX509CertUrl(v string)

func (*GCPCredential) SetAuthUri

func (x *GCPCredential) SetAuthUri(v string)

func (*GCPCredential) SetClientEmail

func (x *GCPCredential) SetClientEmail(v string)

func (*GCPCredential) SetClientId

func (x *GCPCredential) SetClientId(v string)

func (*GCPCredential) SetClientX509CertUrl

func (x *GCPCredential) SetClientX509CertUrl(v string)

func (*GCPCredential) SetPrivateKey

func (x *GCPCredential) SetPrivateKey(v string)

func (*GCPCredential) SetPrivateKeyId

func (x *GCPCredential) SetPrivateKeyId(v string)

func (*GCPCredential) SetProjectId

func (x *GCPCredential) SetProjectId(v string)

func (*GCPCredential) SetReservationOnly

func (x *GCPCredential) SetReservationOnly(v bool)

func (*GCPCredential) SetTokenUri

func (x *GCPCredential) SetTokenUri(v string)

func (*GCPCredential) SetType

func (x *GCPCredential) SetType(v string)

func (*GCPCredential) String

func (x *GCPCredential) String() string

type GCPCredential_builder

type GCPCredential_builder struct {
	Type                    string
	ProjectId               string
	PrivateKeyId            string
	PrivateKey              string
	ClientEmail             string
	ClientId                string
	AuthUri                 string
	TokenUri                string
	AuthProviderX509CertUrl string
	ClientX509CertUrl       string
	// This is a means of indicating that the credential is a reservation-only credential which changes the behavior of both inventory listing as well as provisioning.
	ReservationOnly bool
	// contains filtered or unexported fields
}

func (GCPCredential_builder) Build

type GetAPIKeyRequest

type GetAPIKeyRequest struct {
	ApiKeyId string `protobuf:"bytes,1,opt,name=api_key_id,json=apiKeyId,proto3" json:"api_key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAPIKeyRequest) GetApiKeyId

func (x *GetAPIKeyRequest) GetApiKeyId() string

func (*GetAPIKeyRequest) ProtoMessage

func (*GetAPIKeyRequest) ProtoMessage()

func (*GetAPIKeyRequest) ProtoReflect

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

func (*GetAPIKeyRequest) Reset

func (x *GetAPIKeyRequest) Reset()

func (*GetAPIKeyRequest) SetApiKeyId

func (x *GetAPIKeyRequest) SetApiKeyId(v string)

func (*GetAPIKeyRequest) String

func (x *GetAPIKeyRequest) String() string

type GetAPIKeyRequest_builder

type GetAPIKeyRequest_builder struct {
	ApiKeyId string
	// contains filtered or unexported fields
}

func (GetAPIKeyRequest_builder) Build

type GetAPIKeyResponse

type GetAPIKeyResponse struct {
	ApiKey *APIKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAPIKeyResponse) ClearApiKey

func (x *GetAPIKeyResponse) ClearApiKey()

func (*GetAPIKeyResponse) GetApiKey

func (x *GetAPIKeyResponse) GetApiKey() *APIKey

func (*GetAPIKeyResponse) HasApiKey

func (x *GetAPIKeyResponse) HasApiKey() bool

func (*GetAPIKeyResponse) ProtoMessage

func (*GetAPIKeyResponse) ProtoMessage()

func (*GetAPIKeyResponse) ProtoReflect

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

func (*GetAPIKeyResponse) Reset

func (x *GetAPIKeyResponse) Reset()

func (*GetAPIKeyResponse) SetApiKey

func (x *GetAPIKeyResponse) SetApiKey(v *APIKey)

func (*GetAPIKeyResponse) String

func (x *GetAPIKeyResponse) String() string

type GetAPIKeyResponse_builder

type GetAPIKeyResponse_builder struct {
	ApiKey *APIKey
	// contains filtered or unexported fields
}

func (GetAPIKeyResponse_builder) Build

type GetBillingProfileRequest

type GetBillingProfileRequest 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 (*GetBillingProfileRequest) GetBillingProfileId

func (x *GetBillingProfileRequest) GetBillingProfileId() string

func (*GetBillingProfileRequest) ProtoMessage

func (*GetBillingProfileRequest) ProtoMessage()

func (*GetBillingProfileRequest) ProtoReflect

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

func (*GetBillingProfileRequest) Reset

func (x *GetBillingProfileRequest) Reset()

func (*GetBillingProfileRequest) SetBillingProfileId

func (x *GetBillingProfileRequest) SetBillingProfileId(v string)

func (*GetBillingProfileRequest) String

func (x *GetBillingProfileRequest) String() string

type GetBillingProfileRequest_builder

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

func (GetBillingProfileRequest_builder) Build

type GetBillingProfileResponse

type GetBillingProfileResponse struct {
	BillingProfile *BillingProfile `protobuf:"bytes,1,opt,name=billing_profile,json=billingProfile,proto3" json:"billing_profile,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingProfileResponse) ClearBillingProfile

func (x *GetBillingProfileResponse) ClearBillingProfile()

func (*GetBillingProfileResponse) GetBillingProfile

func (x *GetBillingProfileResponse) GetBillingProfile() *BillingProfile

func (*GetBillingProfileResponse) HasBillingProfile

func (x *GetBillingProfileResponse) HasBillingProfile() bool

func (*GetBillingProfileResponse) ProtoMessage

func (*GetBillingProfileResponse) ProtoMessage()

func (*GetBillingProfileResponse) ProtoReflect

func (*GetBillingProfileResponse) Reset

func (x *GetBillingProfileResponse) Reset()

func (*GetBillingProfileResponse) SetBillingProfile

func (x *GetBillingProfileResponse) SetBillingProfile(v *BillingProfile)

func (*GetBillingProfileResponse) String

func (x *GetBillingProfileResponse) String() string

type GetBillingProfileResponse_builder

type GetBillingProfileResponse_builder struct {
	BillingProfile *BillingProfile
	// contains filtered or unexported fields
}

func (GetBillingProfileResponse_builder) Build

type GetCapabilitiesRequest

type GetCapabilitiesRequest struct {
	CloudCredId string `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCapabilitiesRequest) GetCloudCredId

func (x *GetCapabilitiesRequest) GetCloudCredId() string

func (*GetCapabilitiesRequest) ProtoMessage

func (*GetCapabilitiesRequest) ProtoMessage()

func (*GetCapabilitiesRequest) ProtoReflect

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

func (*GetCapabilitiesRequest) Reset

func (x *GetCapabilitiesRequest) Reset()

func (*GetCapabilitiesRequest) SetCloudCredId

func (x *GetCapabilitiesRequest) SetCloudCredId(v string)

func (*GetCapabilitiesRequest) String

func (x *GetCapabilitiesRequest) String() string

type GetCapabilitiesRequest_builder

type GetCapabilitiesRequest_builder struct {
	CloudCredId string
	// contains filtered or unexported fields
}

func (GetCapabilitiesRequest_builder) Build

type GetCapabilitiesResponse

type GetCapabilitiesResponse struct {
	Capabilities []string `protobuf:"bytes,1,rep,name=capabilities,proto3" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCapabilitiesResponse) GetCapabilities

func (x *GetCapabilitiesResponse) GetCapabilities() []string

func (*GetCapabilitiesResponse) ProtoMessage

func (*GetCapabilitiesResponse) ProtoMessage()

func (*GetCapabilitiesResponse) ProtoReflect

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

func (*GetCapabilitiesResponse) Reset

func (x *GetCapabilitiesResponse) Reset()

func (*GetCapabilitiesResponse) SetCapabilities

func (x *GetCapabilitiesResponse) SetCapabilities(v []string)

func (*GetCapabilitiesResponse) String

func (x *GetCapabilitiesResponse) String() string

type GetCapabilitiesResponse_builder

type GetCapabilitiesResponse_builder struct {
	Capabilities []string
	// contains filtered or unexported fields
}

func (GetCapabilitiesResponse_builder) Build

type GetCloudCredRequest

type GetCloudCredRequest struct {
	CloudCredId string `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCloudCredRequest) GetCloudCredId

func (x *GetCloudCredRequest) GetCloudCredId() string

func (*GetCloudCredRequest) ProtoMessage

func (*GetCloudCredRequest) ProtoMessage()

func (*GetCloudCredRequest) ProtoReflect

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

func (*GetCloudCredRequest) Reset

func (x *GetCloudCredRequest) Reset()

func (*GetCloudCredRequest) SetCloudCredId

func (x *GetCloudCredRequest) SetCloudCredId(v string)

func (*GetCloudCredRequest) String

func (x *GetCloudCredRequest) String() string

type GetCloudCredRequest_builder

type GetCloudCredRequest_builder struct {
	CloudCredId string
	// contains filtered or unexported fields
}

func (GetCloudCredRequest_builder) Build

type GetCloudCredResponse

type GetCloudCredResponse struct {
	CloudCred *CloudCred `protobuf:"bytes,1,opt,name=cloud_cred,json=cloudCred,proto3" json:"cloud_cred,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCloudCredResponse) ClearCloudCred

func (x *GetCloudCredResponse) ClearCloudCred()

func (*GetCloudCredResponse) GetCloudCred

func (x *GetCloudCredResponse) GetCloudCred() *CloudCred

func (*GetCloudCredResponse) HasCloudCred

func (x *GetCloudCredResponse) HasCloudCred() bool

func (*GetCloudCredResponse) ProtoMessage

func (*GetCloudCredResponse) ProtoMessage()

func (*GetCloudCredResponse) ProtoReflect

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

func (*GetCloudCredResponse) Reset

func (x *GetCloudCredResponse) Reset()

func (*GetCloudCredResponse) SetCloudCred

func (x *GetCloudCredResponse) SetCloudCred(v *CloudCred)

func (*GetCloudCredResponse) String

func (x *GetCloudCredResponse) String() string

type GetCloudCredResponse_builder

type GetCloudCredResponse_builder struct {
	CloudCred *CloudCred
	// contains filtered or unexported fields
}

func (GetCloudCredResponse_builder) Build

type GetDataSourceRequest

type GetDataSourceRequest struct {
	DataSourceId string `protobuf:"bytes,1,opt,name=data_source_id,json=dataSourceId,proto3" json:"data_source_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDataSourceRequest) GetDataSourceId

func (x *GetDataSourceRequest) GetDataSourceId() string

func (*GetDataSourceRequest) ProtoMessage

func (*GetDataSourceRequest) ProtoMessage()

func (*GetDataSourceRequest) ProtoReflect

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

func (*GetDataSourceRequest) Reset

func (x *GetDataSourceRequest) Reset()

func (*GetDataSourceRequest) SetDataSourceId

func (x *GetDataSourceRequest) SetDataSourceId(v string)

func (*GetDataSourceRequest) String

func (x *GetDataSourceRequest) String() string

type GetDataSourceRequest_builder

type GetDataSourceRequest_builder struct {
	DataSourceId string
	// contains filtered or unexported fields
}

func (GetDataSourceRequest_builder) Build

type GetDataSourceResponse

type GetDataSourceResponse struct {
	DataSource *DataSource `protobuf:"bytes,1,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDataSourceResponse) ClearDataSource

func (x *GetDataSourceResponse) ClearDataSource()

func (*GetDataSourceResponse) GetDataSource

func (x *GetDataSourceResponse) GetDataSource() *DataSource

func (*GetDataSourceResponse) HasDataSource

func (x *GetDataSourceResponse) HasDataSource() bool

func (*GetDataSourceResponse) ProtoMessage

func (*GetDataSourceResponse) ProtoMessage()

func (*GetDataSourceResponse) ProtoReflect

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

func (*GetDataSourceResponse) Reset

func (x *GetDataSourceResponse) Reset()

func (*GetDataSourceResponse) SetDataSource

func (x *GetDataSourceResponse) SetDataSource(v *DataSource)

func (*GetDataSourceResponse) String

func (x *GetDataSourceResponse) String() string

type GetDataSourceResponse_builder

type GetDataSourceResponse_builder struct {
	DataSource *DataSource
	// contains filtered or unexported fields
}

func (GetDataSourceResponse_builder) Build

type GetDeploymentLogsRequest

type GetDeploymentLogsRequest struct {
	DeploymentId string      `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	TimePeriod   *TimePeriod `protobuf:"bytes,2,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentLogsRequest) ClearTimePeriod

func (x *GetDeploymentLogsRequest) ClearTimePeriod()

func (*GetDeploymentLogsRequest) GetDeploymentId

func (x *GetDeploymentLogsRequest) GetDeploymentId() string

func (*GetDeploymentLogsRequest) GetTimePeriod

func (x *GetDeploymentLogsRequest) GetTimePeriod() *TimePeriod

func (*GetDeploymentLogsRequest) HasTimePeriod

func (x *GetDeploymentLogsRequest) HasTimePeriod() bool

func (*GetDeploymentLogsRequest) ProtoMessage

func (*GetDeploymentLogsRequest) ProtoMessage()

func (*GetDeploymentLogsRequest) ProtoReflect

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

func (*GetDeploymentLogsRequest) Reset

func (x *GetDeploymentLogsRequest) Reset()

func (*GetDeploymentLogsRequest) SetDeploymentId

func (x *GetDeploymentLogsRequest) SetDeploymentId(v string)

func (*GetDeploymentLogsRequest) SetTimePeriod

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

func (*GetDeploymentLogsRequest) String

func (x *GetDeploymentLogsRequest) String() string

type GetDeploymentLogsRequest_builder

type GetDeploymentLogsRequest_builder struct {
	DeploymentId string
	TimePeriod   *TimePeriod
	// contains filtered or unexported fields
}

func (GetDeploymentLogsRequest_builder) Build

type GetDeploymentLogsResponse

type GetDeploymentLogsResponse struct {
	DeploymentId   string           `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	TimePeriod     *TimePeriod      `protobuf:"bytes,2,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"`
	DeploymentLogs []*DeploymentLog `protobuf:"bytes,3,rep,name=deployment_logs,json=deploymentLogs,proto3" json:"deployment_logs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentLogsResponse) ClearTimePeriod

func (x *GetDeploymentLogsResponse) ClearTimePeriod()

func (*GetDeploymentLogsResponse) GetDeploymentId

func (x *GetDeploymentLogsResponse) GetDeploymentId() string

func (*GetDeploymentLogsResponse) GetDeploymentLogs

func (x *GetDeploymentLogsResponse) GetDeploymentLogs() []*DeploymentLog

func (*GetDeploymentLogsResponse) GetTimePeriod

func (x *GetDeploymentLogsResponse) GetTimePeriod() *TimePeriod

func (*GetDeploymentLogsResponse) HasTimePeriod

func (x *GetDeploymentLogsResponse) HasTimePeriod() bool

func (*GetDeploymentLogsResponse) ProtoMessage

func (*GetDeploymentLogsResponse) ProtoMessage()

func (*GetDeploymentLogsResponse) ProtoReflect

func (*GetDeploymentLogsResponse) Reset

func (x *GetDeploymentLogsResponse) Reset()

func (*GetDeploymentLogsResponse) SetDeploymentId

func (x *GetDeploymentLogsResponse) SetDeploymentId(v string)

func (*GetDeploymentLogsResponse) SetDeploymentLogs

func (x *GetDeploymentLogsResponse) SetDeploymentLogs(v []*DeploymentLog)

func (*GetDeploymentLogsResponse) SetTimePeriod

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

func (*GetDeploymentLogsResponse) String

func (x *GetDeploymentLogsResponse) String() string

type GetDeploymentLogsResponse_builder

type GetDeploymentLogsResponse_builder struct {
	DeploymentId   string
	TimePeriod     *TimePeriod
	DeploymentLogs []*DeploymentLog
	// contains filtered or unexported fields
}

func (GetDeploymentLogsResponse_builder) Build

type GetDeploymentMetricsRequest

type GetDeploymentMetricsRequest struct {
	DeploymentId string      `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	TimePeriod   *TimePeriod `protobuf:"bytes,2,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentMetricsRequest) ClearTimePeriod

func (x *GetDeploymentMetricsRequest) ClearTimePeriod()

func (*GetDeploymentMetricsRequest) GetDeploymentId

func (x *GetDeploymentMetricsRequest) GetDeploymentId() string

func (*GetDeploymentMetricsRequest) GetTimePeriod

func (x *GetDeploymentMetricsRequest) GetTimePeriod() *TimePeriod

func (*GetDeploymentMetricsRequest) HasTimePeriod

func (x *GetDeploymentMetricsRequest) HasTimePeriod() bool

func (*GetDeploymentMetricsRequest) ProtoMessage

func (*GetDeploymentMetricsRequest) ProtoMessage()

func (*GetDeploymentMetricsRequest) ProtoReflect

func (*GetDeploymentMetricsRequest) Reset

func (x *GetDeploymentMetricsRequest) Reset()

func (*GetDeploymentMetricsRequest) SetDeploymentId

func (x *GetDeploymentMetricsRequest) SetDeploymentId(v string)

func (*GetDeploymentMetricsRequest) SetTimePeriod

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

func (*GetDeploymentMetricsRequest) String

func (x *GetDeploymentMetricsRequest) String() string

type GetDeploymentMetricsRequest_builder

type GetDeploymentMetricsRequest_builder struct {
	DeploymentId string
	TimePeriod   *TimePeriod
	// contains filtered or unexported fields
}

func (GetDeploymentMetricsRequest_builder) Build

type GetDeploymentMetricsResponse

type GetDeploymentMetricsResponse struct {
	DeploymentId      string             `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	TimePeriod        *TimePeriod        `protobuf:"bytes,2,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"`
	DeploymentMetrics *DeploymentMetrics `protobuf:"bytes,3,opt,name=deployment_metrics,json=deploymentMetrics,proto3" json:"deployment_metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentMetricsResponse) ClearDeploymentMetrics

func (x *GetDeploymentMetricsResponse) ClearDeploymentMetrics()

func (*GetDeploymentMetricsResponse) ClearTimePeriod

func (x *GetDeploymentMetricsResponse) ClearTimePeriod()

func (*GetDeploymentMetricsResponse) GetDeploymentId

func (x *GetDeploymentMetricsResponse) GetDeploymentId() string

func (*GetDeploymentMetricsResponse) GetDeploymentMetrics

func (x *GetDeploymentMetricsResponse) GetDeploymentMetrics() *DeploymentMetrics

func (*GetDeploymentMetricsResponse) GetTimePeriod

func (x *GetDeploymentMetricsResponse) GetTimePeriod() *TimePeriod

func (*GetDeploymentMetricsResponse) HasDeploymentMetrics

func (x *GetDeploymentMetricsResponse) HasDeploymentMetrics() bool

func (*GetDeploymentMetricsResponse) HasTimePeriod

func (x *GetDeploymentMetricsResponse) HasTimePeriod() bool

func (*GetDeploymentMetricsResponse) ProtoMessage

func (*GetDeploymentMetricsResponse) ProtoMessage()

func (*GetDeploymentMetricsResponse) ProtoReflect

func (*GetDeploymentMetricsResponse) Reset

func (x *GetDeploymentMetricsResponse) Reset()

func (*GetDeploymentMetricsResponse) SetDeploymentId

func (x *GetDeploymentMetricsResponse) SetDeploymentId(v string)

func (*GetDeploymentMetricsResponse) SetDeploymentMetrics

func (x *GetDeploymentMetricsResponse) SetDeploymentMetrics(v *DeploymentMetrics)

func (*GetDeploymentMetricsResponse) SetTimePeriod

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

func (*GetDeploymentMetricsResponse) String

type GetDeploymentMetricsResponse_builder

type GetDeploymentMetricsResponse_builder struct {
	DeploymentId      string
	TimePeriod        *TimePeriod
	DeploymentMetrics *DeploymentMetrics
	// contains filtered or unexported fields
}

func (GetDeploymentMetricsResponse_builder) Build

type GetDeploymentProviderCredRequest

type GetDeploymentProviderCredRequest struct {
	DeploymentProviderCredId string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetDeploymentProviderCredRequest) GetDeploymentProviderCredId

func (x *GetDeploymentProviderCredRequest) GetDeploymentProviderCredId() string

func (*GetDeploymentProviderCredRequest) ProtoMessage

func (*GetDeploymentProviderCredRequest) ProtoMessage()

func (*GetDeploymentProviderCredRequest) ProtoReflect

func (*GetDeploymentProviderCredRequest) Reset

func (*GetDeploymentProviderCredRequest) SetDeploymentProviderCredId

func (x *GetDeploymentProviderCredRequest) SetDeploymentProviderCredId(v string)

func (*GetDeploymentProviderCredRequest) String

type GetDeploymentProviderCredRequest_builder

type GetDeploymentProviderCredRequest_builder struct {
	DeploymentProviderCredId string
	// contains filtered or unexported fields
}

func (GetDeploymentProviderCredRequest_builder) Build

type GetDeploymentProviderCredResponse

type GetDeploymentProviderCredResponse struct {
	Cred *DeploymentProviderCred `protobuf:"bytes,1,opt,name=cred,proto3" json:"cred,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentProviderCredResponse) ClearCred

func (x *GetDeploymentProviderCredResponse) ClearCred()

func (*GetDeploymentProviderCredResponse) GetCred

func (*GetDeploymentProviderCredResponse) HasCred

func (*GetDeploymentProviderCredResponse) ProtoMessage

func (*GetDeploymentProviderCredResponse) ProtoMessage()

func (*GetDeploymentProviderCredResponse) ProtoReflect

func (*GetDeploymentProviderCredResponse) Reset

func (*GetDeploymentProviderCredResponse) SetCred

func (*GetDeploymentProviderCredResponse) String

type GetDeploymentProviderCredResponse_builder

type GetDeploymentProviderCredResponse_builder struct {
	Cred *DeploymentProviderCred
	// contains filtered or unexported fields
}

func (GetDeploymentProviderCredResponse_builder) Build

type GetDeploymentRequest

type GetDeploymentRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentRequest) GetDeploymentId

func (x *GetDeploymentRequest) GetDeploymentId() string

func (*GetDeploymentRequest) ProtoMessage

func (*GetDeploymentRequest) ProtoMessage()

func (*GetDeploymentRequest) ProtoReflect

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

func (*GetDeploymentRequest) Reset

func (x *GetDeploymentRequest) Reset()

func (*GetDeploymentRequest) SetDeploymentId

func (x *GetDeploymentRequest) SetDeploymentId(v string)

func (*GetDeploymentRequest) String

func (x *GetDeploymentRequest) String() string

type GetDeploymentRequest_builder

type GetDeploymentRequest_builder struct {
	DeploymentId string
	// contains filtered or unexported fields
}

func (GetDeploymentRequest_builder) Build

type GetDeploymentResponse

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

func (*GetDeploymentResponse) ClearDeployment

func (x *GetDeploymentResponse) ClearDeployment()

func (*GetDeploymentResponse) GetDeployment

func (x *GetDeploymentResponse) GetDeployment() *Deployment

func (*GetDeploymentResponse) HasDeployment

func (x *GetDeploymentResponse) HasDeployment() bool

func (*GetDeploymentResponse) ProtoMessage

func (*GetDeploymentResponse) ProtoMessage()

func (*GetDeploymentResponse) ProtoReflect

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

func (*GetDeploymentResponse) Reset

func (x *GetDeploymentResponse) Reset()

func (*GetDeploymentResponse) SetDeployment

func (x *GetDeploymentResponse) SetDeployment(v *Deployment)

func (*GetDeploymentResponse) String

func (x *GetDeploymentResponse) String() string

type GetDeploymentResponse_builder

type GetDeploymentResponse_builder struct {
	Deployment *Deployment
	// contains filtered or unexported fields
}

func (GetDeploymentResponse_builder) Build

type GetDockerComposeRequest

type GetDockerComposeRequest struct {
	FileUrl    string `protobuf:"bytes,1,opt,name=file_url,json=fileUrl,proto3" json:"file_url,omitempty"`
	YamlString string `protobuf:"bytes,2,opt,name=yaml_string,json=yamlString,proto3" json:"yaml_string,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDockerComposeRequest) GetFileUrl

func (x *GetDockerComposeRequest) GetFileUrl() string

func (*GetDockerComposeRequest) GetYamlString

func (x *GetDockerComposeRequest) GetYamlString() string

func (*GetDockerComposeRequest) ProtoMessage

func (*GetDockerComposeRequest) ProtoMessage()

func (*GetDockerComposeRequest) ProtoReflect

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

func (*GetDockerComposeRequest) Reset

func (x *GetDockerComposeRequest) Reset()

func (*GetDockerComposeRequest) SetFileUrl

func (x *GetDockerComposeRequest) SetFileUrl(v string)

func (*GetDockerComposeRequest) SetYamlString

func (x *GetDockerComposeRequest) SetYamlString(v string)

func (*GetDockerComposeRequest) String

func (x *GetDockerComposeRequest) String() string

type GetDockerComposeRequest_builder

type GetDockerComposeRequest_builder struct {
	FileUrl    string
	YamlString string
	// contains filtered or unexported fields
}

func (GetDockerComposeRequest_builder) Build

type GetDockerComposeResponse

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

func (*GetDockerComposeResponse) ClearProject

func (x *GetDockerComposeResponse) ClearProject()

func (*GetDockerComposeResponse) GetProject

func (x *GetDockerComposeResponse) GetProject() *Project

func (*GetDockerComposeResponse) HasProject

func (x *GetDockerComposeResponse) HasProject() bool

func (*GetDockerComposeResponse) ProtoMessage

func (*GetDockerComposeResponse) ProtoMessage()

func (*GetDockerComposeResponse) ProtoReflect

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

func (*GetDockerComposeResponse) Reset

func (x *GetDockerComposeResponse) Reset()

func (*GetDockerComposeResponse) SetProject

func (x *GetDockerComposeResponse) SetProject(v *Project)

func (*GetDockerComposeResponse) String

func (x *GetDockerComposeResponse) String() string

type GetDockerComposeResponse_builder

type GetDockerComposeResponse_builder struct {
	Project *Project
	// contains filtered or unexported fields
}

func (GetDockerComposeResponse_builder) Build

type GetEmailReputationRequest

type GetEmailReputationRequest struct {
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEmailReputationRequest) GetEmail

func (x *GetEmailReputationRequest) GetEmail() string

func (*GetEmailReputationRequest) ProtoMessage

func (*GetEmailReputationRequest) ProtoMessage()

func (*GetEmailReputationRequest) ProtoReflect

func (*GetEmailReputationRequest) Reset

func (x *GetEmailReputationRequest) Reset()

func (*GetEmailReputationRequest) SetEmail

func (x *GetEmailReputationRequest) SetEmail(v string)

func (*GetEmailReputationRequest) String

func (x *GetEmailReputationRequest) String() string

type GetEmailReputationRequest_builder

type GetEmailReputationRequest_builder struct {
	Email string
	// contains filtered or unexported fields
}

func (GetEmailReputationRequest_builder) Build

type GetEmailReputationResponse

type GetEmailReputationResponse struct {
	EmailReputation *EmailReputation `protobuf:"bytes,1,opt,name=email_reputation,json=emailReputation,proto3" json:"email_reputation,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEmailReputationResponse) ClearEmailReputation

func (x *GetEmailReputationResponse) ClearEmailReputation()

func (*GetEmailReputationResponse) GetEmailReputation

func (x *GetEmailReputationResponse) GetEmailReputation() *EmailReputation

func (*GetEmailReputationResponse) HasEmailReputation

func (x *GetEmailReputationResponse) HasEmailReputation() bool

func (*GetEmailReputationResponse) ProtoMessage

func (*GetEmailReputationResponse) ProtoMessage()

func (*GetEmailReputationResponse) ProtoReflect

func (*GetEmailReputationResponse) Reset

func (x *GetEmailReputationResponse) Reset()

func (*GetEmailReputationResponse) SetEmailReputation

func (x *GetEmailReputationResponse) SetEmailReputation(v *EmailReputation)

func (*GetEmailReputationResponse) String

func (x *GetEmailReputationResponse) String() string

type GetEmailReputationResponse_builder

type GetEmailReputationResponse_builder struct {
	EmailReputation *EmailReputation
	// contains filtered or unexported fields
}

func (GetEmailReputationResponse_builder) Build

type GetEnvironmentRequest

type GetEnvironmentRequest struct {
	EnvironmentId  string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	IncludeDeleted bool   `protobuf:"varint,2,opt,name=include_deleted,json=includeDeleted,proto3" json:"include_deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEnvironmentRequest) GetEnvironmentId

func (x *GetEnvironmentRequest) GetEnvironmentId() string

func (*GetEnvironmentRequest) GetIncludeDeleted

func (x *GetEnvironmentRequest) GetIncludeDeleted() bool

func (*GetEnvironmentRequest) ProtoMessage

func (*GetEnvironmentRequest) ProtoMessage()

func (*GetEnvironmentRequest) ProtoReflect

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

func (*GetEnvironmentRequest) Reset

func (x *GetEnvironmentRequest) Reset()

func (*GetEnvironmentRequest) SetEnvironmentId

func (x *GetEnvironmentRequest) SetEnvironmentId(v string)

func (*GetEnvironmentRequest) SetIncludeDeleted

func (x *GetEnvironmentRequest) SetIncludeDeleted(v bool)

func (*GetEnvironmentRequest) String

func (x *GetEnvironmentRequest) String() string

type GetEnvironmentRequest_builder

type GetEnvironmentRequest_builder struct {
	EnvironmentId  string
	IncludeDeleted bool
	// contains filtered or unexported fields
}

func (GetEnvironmentRequest_builder) Build

type GetEnvironmentResponse

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

func (*GetEnvironmentResponse) ClearEnvironment

func (x *GetEnvironmentResponse) ClearEnvironment()

func (*GetEnvironmentResponse) GetEnvironment

func (x *GetEnvironmentResponse) GetEnvironment() *Environment

func (*GetEnvironmentResponse) HasEnvironment

func (x *GetEnvironmentResponse) HasEnvironment() bool

func (*GetEnvironmentResponse) ProtoMessage

func (*GetEnvironmentResponse) ProtoMessage()

func (*GetEnvironmentResponse) ProtoReflect

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

func (*GetEnvironmentResponse) Reset

func (x *GetEnvironmentResponse) Reset()

func (*GetEnvironmentResponse) SetEnvironment

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

func (*GetEnvironmentResponse) String

func (x *GetEnvironmentResponse) String() string

type GetEnvironmentResponse_builder

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

func (GetEnvironmentResponse_builder) Build

type GetHealthCheckRequest

type GetHealthCheckRequest struct {
	HealthCheckId string `protobuf:"bytes,1,opt,name=health_check_id,json=healthCheckId,proto3" json:"health_check_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHealthCheckRequest) GetHealthCheckId

func (x *GetHealthCheckRequest) GetHealthCheckId() string

func (*GetHealthCheckRequest) ProtoMessage

func (*GetHealthCheckRequest) ProtoMessage()

func (*GetHealthCheckRequest) ProtoReflect

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

func (*GetHealthCheckRequest) Reset

func (x *GetHealthCheckRequest) Reset()

func (*GetHealthCheckRequest) SetHealthCheckId

func (x *GetHealthCheckRequest) SetHealthCheckId(v string)

func (*GetHealthCheckRequest) String

func (x *GetHealthCheckRequest) String() string

type GetHealthCheckRequest_builder

type GetHealthCheckRequest_builder struct {
	HealthCheckId string
	// contains filtered or unexported fields
}

func (GetHealthCheckRequest_builder) Build

type GetHealthCheckResponse

type GetHealthCheckResponse struct {
	HealthCheck *HealthCheck `protobuf:"bytes,1,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHealthCheckResponse) ClearHealthCheck

func (x *GetHealthCheckResponse) ClearHealthCheck()

func (*GetHealthCheckResponse) GetHealthCheck

func (x *GetHealthCheckResponse) GetHealthCheck() *HealthCheck

func (*GetHealthCheckResponse) HasHealthCheck

func (x *GetHealthCheckResponse) HasHealthCheck() bool

func (*GetHealthCheckResponse) ProtoMessage

func (*GetHealthCheckResponse) ProtoMessage()

func (*GetHealthCheckResponse) ProtoReflect

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

func (*GetHealthCheckResponse) Reset

func (x *GetHealthCheckResponse) Reset()

func (*GetHealthCheckResponse) SetHealthCheck

func (x *GetHealthCheckResponse) SetHealthCheck(v *HealthCheck)

func (*GetHealthCheckResponse) String

func (x *GetHealthCheckResponse) String() string

type GetHealthCheckResponse_builder

type GetHealthCheckResponse_builder struct {
	HealthCheck *HealthCheck
	// contains filtered or unexported fields
}

func (GetHealthCheckResponse_builder) Build

type GetIngressGatewayRequest

type GetIngressGatewayRequest struct {
	IngressGatewayId string `protobuf:"bytes,1,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIngressGatewayRequest) GetIngressGatewayId

func (x *GetIngressGatewayRequest) GetIngressGatewayId() string

func (*GetIngressGatewayRequest) ProtoMessage

func (*GetIngressGatewayRequest) ProtoMessage()

func (*GetIngressGatewayRequest) ProtoReflect

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

func (*GetIngressGatewayRequest) Reset

func (x *GetIngressGatewayRequest) Reset()

func (*GetIngressGatewayRequest) SetIngressGatewayId

func (x *GetIngressGatewayRequest) SetIngressGatewayId(v string)

func (*GetIngressGatewayRequest) String

func (x *GetIngressGatewayRequest) String() string

type GetIngressGatewayRequest_builder

type GetIngressGatewayRequest_builder struct {
	IngressGatewayId string
	// contains filtered or unexported fields
}

func (GetIngressGatewayRequest_builder) Build

type GetIngressGatewayResponse

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

func (*GetIngressGatewayResponse) ClearIngressGateway

func (x *GetIngressGatewayResponse) ClearIngressGateway()

func (*GetIngressGatewayResponse) GetIngressGateway

func (x *GetIngressGatewayResponse) GetIngressGateway() *IngressGateway

func (*GetIngressGatewayResponse) HasIngressGateway

func (x *GetIngressGatewayResponse) HasIngressGateway() bool

func (*GetIngressGatewayResponse) ProtoMessage

func (*GetIngressGatewayResponse) ProtoMessage()

func (*GetIngressGatewayResponse) ProtoReflect

func (*GetIngressGatewayResponse) Reset

func (x *GetIngressGatewayResponse) Reset()

func (*GetIngressGatewayResponse) SetIngressGateway

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

func (*GetIngressGatewayResponse) String

func (x *GetIngressGatewayResponse) String() string

type GetIngressGatewayResponse_builder

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

func (GetIngressGatewayResponse_builder) Build

type GetIngressGatewayTokenRequest

type GetIngressGatewayTokenRequest struct {
	IngressGatewayTokenId string `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetIngressGatewayTokenRequest) GetIngressGatewayTokenId

func (x *GetIngressGatewayTokenRequest) GetIngressGatewayTokenId() string

func (*GetIngressGatewayTokenRequest) ProtoMessage

func (*GetIngressGatewayTokenRequest) ProtoMessage()

func (*GetIngressGatewayTokenRequest) ProtoReflect

func (*GetIngressGatewayTokenRequest) Reset

func (x *GetIngressGatewayTokenRequest) Reset()

func (*GetIngressGatewayTokenRequest) SetIngressGatewayTokenId

func (x *GetIngressGatewayTokenRequest) SetIngressGatewayTokenId(v string)

func (*GetIngressGatewayTokenRequest) String

type GetIngressGatewayTokenRequest_builder

type GetIngressGatewayTokenRequest_builder struct {
	IngressGatewayTokenId string
	// contains filtered or unexported fields
}

func (GetIngressGatewayTokenRequest_builder) Build

type GetIngressGatewayTokenResponse

type GetIngressGatewayTokenResponse struct {
	IngressGatewayToken *IngressGatewayToken `protobuf:"bytes,1,opt,name=ingress_gateway_token,json=ingressGatewayToken,proto3" json:"ingress_gateway_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIngressGatewayTokenResponse) ClearIngressGatewayToken

func (x *GetIngressGatewayTokenResponse) ClearIngressGatewayToken()

func (*GetIngressGatewayTokenResponse) GetIngressGatewayToken

func (x *GetIngressGatewayTokenResponse) GetIngressGatewayToken() *IngressGatewayToken

func (*GetIngressGatewayTokenResponse) HasIngressGatewayToken

func (x *GetIngressGatewayTokenResponse) HasIngressGatewayToken() bool

func (*GetIngressGatewayTokenResponse) ProtoMessage

func (*GetIngressGatewayTokenResponse) ProtoMessage()

func (*GetIngressGatewayTokenResponse) ProtoReflect

func (*GetIngressGatewayTokenResponse) Reset

func (x *GetIngressGatewayTokenResponse) Reset()

func (*GetIngressGatewayTokenResponse) SetIngressGatewayToken

func (x *GetIngressGatewayTokenResponse) SetIngressGatewayToken(v *IngressGatewayToken)

func (*GetIngressGatewayTokenResponse) String

type GetIngressGatewayTokenResponse_builder

type GetIngressGatewayTokenResponse_builder struct {
	IngressGatewayToken *IngressGatewayToken
	// contains filtered or unexported fields
}

func (GetIngressGatewayTokenResponse_builder) Build

type GetInstanceExecRequest

type GetInstanceExecRequest struct {
	InstanceExecId string `protobuf:"bytes,1,opt,name=instance_exec_id,json=instanceExecId,proto3" json:"instance_exec_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInstanceExecRequest) GetInstanceExecId

func (x *GetInstanceExecRequest) GetInstanceExecId() string

func (*GetInstanceExecRequest) ProtoMessage

func (*GetInstanceExecRequest) ProtoMessage()

func (*GetInstanceExecRequest) ProtoReflect

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

func (*GetInstanceExecRequest) Reset

func (x *GetInstanceExecRequest) Reset()

func (*GetInstanceExecRequest) SetInstanceExecId

func (x *GetInstanceExecRequest) SetInstanceExecId(v string)

func (*GetInstanceExecRequest) String

func (x *GetInstanceExecRequest) String() string

type GetInstanceExecRequest_builder

type GetInstanceExecRequest_builder struct {
	InstanceExecId string
	// contains filtered or unexported fields
}

func (GetInstanceExecRequest_builder) Build

type GetInstanceExecResponse

type GetInstanceExecResponse struct {
	InstanceExec *InstanceExec `protobuf:"bytes,1,opt,name=instance_exec,json=instanceExec,proto3" json:"instance_exec,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInstanceExecResponse) ClearInstanceExec

func (x *GetInstanceExecResponse) ClearInstanceExec()

func (*GetInstanceExecResponse) GetInstanceExec

func (x *GetInstanceExecResponse) GetInstanceExec() *InstanceExec

func (*GetInstanceExecResponse) HasInstanceExec

func (x *GetInstanceExecResponse) HasInstanceExec() bool

func (*GetInstanceExecResponse) ProtoMessage

func (*GetInstanceExecResponse) ProtoMessage()

func (*GetInstanceExecResponse) ProtoReflect

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

func (*GetInstanceExecResponse) Reset

func (x *GetInstanceExecResponse) Reset()

func (*GetInstanceExecResponse) SetInstanceExec

func (x *GetInstanceExecResponse) SetInstanceExec(v *InstanceExec)

func (*GetInstanceExecResponse) String

func (x *GetInstanceExecResponse) String() string

type GetInstanceExecResponse_builder

type GetInstanceExecResponse_builder struct {
	InstanceExec *InstanceExec
	// contains filtered or unexported fields
}

func (GetInstanceExecResponse_builder) Build

type GetInstanceProvisionRequest

type GetInstanceProvisionRequest struct {
	ProvisionId string `protobuf:"bytes,1,opt,name=provision_id,json=provisionId,proto3" json:"provision_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInstanceProvisionRequest) GetProvisionId

func (x *GetInstanceProvisionRequest) GetProvisionId() string

func (*GetInstanceProvisionRequest) ProtoMessage

func (*GetInstanceProvisionRequest) ProtoMessage()

func (*GetInstanceProvisionRequest) ProtoReflect

func (*GetInstanceProvisionRequest) Reset

func (x *GetInstanceProvisionRequest) Reset()

func (*GetInstanceProvisionRequest) SetProvisionId

func (x *GetInstanceProvisionRequest) SetProvisionId(v string)

func (*GetInstanceProvisionRequest) String

func (x *GetInstanceProvisionRequest) String() string

type GetInstanceProvisionRequest_builder

type GetInstanceProvisionRequest_builder struct {
	ProvisionId string
	// contains filtered or unexported fields
}

func (GetInstanceProvisionRequest_builder) Build

type GetInstanceProvisionResponse

type GetInstanceProvisionResponse struct {
	InstanceProvision *InstanceProvision `protobuf:"bytes,1,opt,name=instance_provision,json=instanceProvision,proto3" json:"instance_provision,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInstanceProvisionResponse) ClearInstanceProvision

func (x *GetInstanceProvisionResponse) ClearInstanceProvision()

func (*GetInstanceProvisionResponse) GetInstanceProvision

func (x *GetInstanceProvisionResponse) GetInstanceProvision() *InstanceProvision

func (*GetInstanceProvisionResponse) HasInstanceProvision

func (x *GetInstanceProvisionResponse) HasInstanceProvision() bool

func (*GetInstanceProvisionResponse) ProtoMessage

func (*GetInstanceProvisionResponse) ProtoMessage()

func (*GetInstanceProvisionResponse) ProtoReflect

func (*GetInstanceProvisionResponse) Reset

func (x *GetInstanceProvisionResponse) Reset()

func (*GetInstanceProvisionResponse) SetInstanceProvision

func (x *GetInstanceProvisionResponse) SetInstanceProvision(v *InstanceProvision)

func (*GetInstanceProvisionResponse) String

type GetInstanceProvisionResponse_builder

type GetInstanceProvisionResponse_builder struct {
	InstanceProvision *InstanceProvision
	// contains filtered or unexported fields
}

func (GetInstanceProvisionResponse_builder) Build

type GetInstanceRequest

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

func (*GetInstanceRequest) GetInstanceId

func (x *GetInstanceRequest) GetInstanceId() string

func (*GetInstanceRequest) ProtoMessage

func (*GetInstanceRequest) ProtoMessage()

func (*GetInstanceRequest) ProtoReflect

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

func (*GetInstanceRequest) Reset

func (x *GetInstanceRequest) Reset()

func (*GetInstanceRequest) SetInstanceId

func (x *GetInstanceRequest) SetInstanceId(v string)

func (*GetInstanceRequest) String

func (x *GetInstanceRequest) String() string

type GetInstanceRequest_builder

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

func (GetInstanceRequest_builder) Build

type GetInstanceResponse

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

func (*GetInstanceResponse) ClearInstance

func (x *GetInstanceResponse) ClearInstance()

func (*GetInstanceResponse) GetInstance

func (x *GetInstanceResponse) GetInstance() *Instance

func (*GetInstanceResponse) HasInstance

func (x *GetInstanceResponse) HasInstance() bool

func (*GetInstanceResponse) ProtoMessage

func (*GetInstanceResponse) ProtoMessage()

func (*GetInstanceResponse) ProtoReflect

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

func (*GetInstanceResponse) Reset

func (x *GetInstanceResponse) Reset()

func (*GetInstanceResponse) SetInstance

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

func (*GetInstanceResponse) String

func (x *GetInstanceResponse) String() string

type GetInstanceResponse_builder

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

func (GetInstanceResponse_builder) Build

type GetLedgerBalanceRequest

type GetLedgerBalanceRequest struct {
	LedgerId string `protobuf:"bytes,1,opt,name=ledger_id,json=ledgerId,proto3" json:"ledger_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLedgerBalanceRequest) GetLedgerId

func (x *GetLedgerBalanceRequest) GetLedgerId() string

func (*GetLedgerBalanceRequest) ProtoMessage

func (*GetLedgerBalanceRequest) ProtoMessage()

func (*GetLedgerBalanceRequest) ProtoReflect

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

func (*GetLedgerBalanceRequest) Reset

func (x *GetLedgerBalanceRequest) Reset()

func (*GetLedgerBalanceRequest) SetLedgerId

func (x *GetLedgerBalanceRequest) SetLedgerId(v string)

func (*GetLedgerBalanceRequest) String

func (x *GetLedgerBalanceRequest) String() string

type GetLedgerBalanceRequest_builder

type GetLedgerBalanceRequest_builder struct {
	LedgerId string
	// contains filtered or unexported fields
}

func (GetLedgerBalanceRequest_builder) Build

type GetLedgerBalanceResponse

type GetLedgerBalanceResponse struct {
	BalanceUsd string `protobuf:"bytes,1,opt,name=balance_usd,json=balanceUsd,proto3" json:"balance_usd,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLedgerBalanceResponse) GetBalanceUsd

func (x *GetLedgerBalanceResponse) GetBalanceUsd() string

func (*GetLedgerBalanceResponse) ProtoMessage

func (*GetLedgerBalanceResponse) ProtoMessage()

func (*GetLedgerBalanceResponse) ProtoReflect

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

func (*GetLedgerBalanceResponse) Reset

func (x *GetLedgerBalanceResponse) Reset()

func (*GetLedgerBalanceResponse) SetBalanceUsd

func (x *GetLedgerBalanceResponse) SetBalanceUsd(v string)

func (*GetLedgerBalanceResponse) String

func (x *GetLedgerBalanceResponse) String() string

type GetLedgerBalanceResponse_builder

type GetLedgerBalanceResponse_builder struct {
	BalanceUsd string
	// contains filtered or unexported fields
}

func (GetLedgerBalanceResponse_builder) Build

type GetLimitRequest

type GetLimitRequest struct {
	LimitId string `protobuf:"bytes,1,opt,name=limit_id,json=limitId,proto3" json:"limit_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLimitRequest) GetLimitId

func (x *GetLimitRequest) GetLimitId() string

func (*GetLimitRequest) ProtoMessage

func (*GetLimitRequest) ProtoMessage()

func (*GetLimitRequest) ProtoReflect

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

func (*GetLimitRequest) Reset

func (x *GetLimitRequest) Reset()

func (*GetLimitRequest) SetLimitId

func (x *GetLimitRequest) SetLimitId(v string)

func (*GetLimitRequest) String

func (x *GetLimitRequest) String() string

type GetLimitRequest_builder

type GetLimitRequest_builder struct {
	LimitId string
	// contains filtered or unexported fields
}

func (GetLimitRequest_builder) Build

type GetLimitResponse

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

func (*GetLimitResponse) ClearLimit

func (x *GetLimitResponse) ClearLimit()

func (*GetLimitResponse) GetLimit

func (x *GetLimitResponse) GetLimit() *Limit

func (*GetLimitResponse) HasLimit

func (x *GetLimitResponse) HasLimit() bool

func (*GetLimitResponse) ProtoMessage

func (*GetLimitResponse) ProtoMessage()

func (*GetLimitResponse) ProtoReflect

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

func (*GetLimitResponse) Reset

func (x *GetLimitResponse) Reset()

func (*GetLimitResponse) SetLimit

func (x *GetLimitResponse) SetLimit(v *Limit)

func (*GetLimitResponse) String

func (x *GetLimitResponse) String() string

type GetLimitResponse_builder

type GetLimitResponse_builder struct {
	Limit *Limit
	// contains filtered or unexported fields
}

func (GetLimitResponse_builder) Build

type GetModelRequest

type GetModelRequest struct {
	ModelId string `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelRequest) GetModelId

func (x *GetModelRequest) GetModelId() string

func (*GetModelRequest) ProtoMessage

func (*GetModelRequest) ProtoMessage()

func (*GetModelRequest) ProtoReflect

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

func (*GetModelRequest) Reset

func (x *GetModelRequest) Reset()

func (*GetModelRequest) SetModelId

func (x *GetModelRequest) SetModelId(v string)

func (*GetModelRequest) String

func (x *GetModelRequest) String() string

type GetModelRequest_builder

type GetModelRequest_builder struct {
	ModelId string
	// contains filtered or unexported fields
}

func (GetModelRequest_builder) Build

type GetModelResponse

type GetModelResponse struct {
	Model *ModelConfig `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelResponse) ClearModel

func (x *GetModelResponse) ClearModel()

func (*GetModelResponse) GetModel

func (x *GetModelResponse) GetModel() *ModelConfig

func (*GetModelResponse) HasModel

func (x *GetModelResponse) HasModel() bool

func (*GetModelResponse) ProtoMessage

func (*GetModelResponse) ProtoMessage()

func (*GetModelResponse) ProtoReflect

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

func (*GetModelResponse) Reset

func (x *GetModelResponse) Reset()

func (*GetModelResponse) SetModel

func (x *GetModelResponse) SetModel(v *ModelConfig)

func (*GetModelResponse) String

func (x *GetModelResponse) String() string

type GetModelResponse_builder

type GetModelResponse_builder struct {
	Model *ModelConfig
	// contains filtered or unexported fields
}

func (GetModelResponse_builder) Build

type GetNotebookRequest

type GetNotebookRequest struct {
	NotebookId string `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNotebookRequest) GetNotebookId

func (x *GetNotebookRequest) GetNotebookId() string

func (*GetNotebookRequest) ProtoMessage

func (*GetNotebookRequest) ProtoMessage()

func (*GetNotebookRequest) ProtoReflect

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

func (*GetNotebookRequest) Reset

func (x *GetNotebookRequest) Reset()

func (*GetNotebookRequest) SetNotebookId

func (x *GetNotebookRequest) SetNotebookId(v string)

func (*GetNotebookRequest) String

func (x *GetNotebookRequest) String() string

type GetNotebookRequest_builder

type GetNotebookRequest_builder struct {
	NotebookId string
	// contains filtered or unexported fields
}

func (GetNotebookRequest_builder) Build

type GetNotebookResponse

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

func (*GetNotebookResponse) ClearNotebook

func (x *GetNotebookResponse) ClearNotebook()

func (*GetNotebookResponse) GetNotebook

func (x *GetNotebookResponse) GetNotebook() *Notebook

func (*GetNotebookResponse) HasNotebook

func (x *GetNotebookResponse) HasNotebook() bool

func (*GetNotebookResponse) ProtoMessage

func (*GetNotebookResponse) ProtoMessage()

func (*GetNotebookResponse) ProtoReflect

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

func (*GetNotebookResponse) Reset

func (x *GetNotebookResponse) Reset()

func (*GetNotebookResponse) SetNotebook

func (x *GetNotebookResponse) SetNotebook(v *Notebook)

func (*GetNotebookResponse) String

func (x *GetNotebookResponse) String() string

type GetNotebookResponse_builder

type GetNotebookResponse_builder struct {
	Notebook *Notebook
	// contains filtered or unexported fields
}

func (GetNotebookResponse_builder) Build

type GetOrganizationRequest

type GetOrganizationRequest struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationRequest) GetOrganizationId

func (x *GetOrganizationRequest) GetOrganizationId() string

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect

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

func (*GetOrganizationRequest) Reset

func (x *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) SetOrganizationId

func (x *GetOrganizationRequest) SetOrganizationId(v string)

func (*GetOrganizationRequest) String

func (x *GetOrganizationRequest) String() string

type GetOrganizationRequest_builder

type GetOrganizationRequest_builder struct {
	OrganizationId string
	// contains filtered or unexported fields
}

func (GetOrganizationRequest_builder) Build

type GetOrganizationResponse

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

func (*GetOrganizationResponse) ClearOrganization

func (x *GetOrganizationResponse) ClearOrganization()

func (*GetOrganizationResponse) GetOrganization

func (x *GetOrganizationResponse) GetOrganization() *Organization

func (*GetOrganizationResponse) HasOrganization

func (x *GetOrganizationResponse) HasOrganization() bool

func (*GetOrganizationResponse) ProtoMessage

func (*GetOrganizationResponse) ProtoMessage()

func (*GetOrganizationResponse) ProtoReflect

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

func (*GetOrganizationResponse) Reset

func (x *GetOrganizationResponse) Reset()

func (*GetOrganizationResponse) SetOrganization

func (x *GetOrganizationResponse) SetOrganization(v *Organization)

func (*GetOrganizationResponse) String

func (x *GetOrganizationResponse) String() string

type GetOrganizationResponse_builder

type GetOrganizationResponse_builder struct {
	Organization *Organization
	// contains filtered or unexported fields
}

func (GetOrganizationResponse_builder) Build

type GetPersistentPodRequest

type GetPersistentPodRequest struct {
	PersistentPodId string `protobuf:"bytes,1,opt,name=persistent_pod_id,json=persistentPodId,proto3" json:"persistent_pod_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersistentPodRequest) GetPersistentPodId

func (x *GetPersistentPodRequest) GetPersistentPodId() string

func (*GetPersistentPodRequest) ProtoMessage

func (*GetPersistentPodRequest) ProtoMessage()

func (*GetPersistentPodRequest) ProtoReflect

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

func (*GetPersistentPodRequest) Reset

func (x *GetPersistentPodRequest) Reset()

func (*GetPersistentPodRequest) SetPersistentPodId

func (x *GetPersistentPodRequest) SetPersistentPodId(v string)

func (*GetPersistentPodRequest) String

func (x *GetPersistentPodRequest) String() string

type GetPersistentPodRequest_builder

type GetPersistentPodRequest_builder struct {
	PersistentPodId string
	// contains filtered or unexported fields
}

func (GetPersistentPodRequest_builder) Build

type GetPersistentPodResponse

type GetPersistentPodResponse struct {
	PersistentPod *PersistentPod `protobuf:"bytes,1,opt,name=persistent_pod,json=persistentPod,proto3" json:"persistent_pod,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersistentPodResponse) ClearPersistentPod

func (x *GetPersistentPodResponse) ClearPersistentPod()

func (*GetPersistentPodResponse) GetPersistentPod

func (x *GetPersistentPodResponse) GetPersistentPod() *PersistentPod

func (*GetPersistentPodResponse) HasPersistentPod

func (x *GetPersistentPodResponse) HasPersistentPod() bool

func (*GetPersistentPodResponse) ProtoMessage

func (*GetPersistentPodResponse) ProtoMessage()

func (*GetPersistentPodResponse) ProtoReflect

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

func (*GetPersistentPodResponse) Reset

func (x *GetPersistentPodResponse) Reset()

func (*GetPersistentPodResponse) SetPersistentPod

func (x *GetPersistentPodResponse) SetPersistentPod(v *PersistentPod)

func (*GetPersistentPodResponse) String

func (x *GetPersistentPodResponse) String() string

type GetPersistentPodResponse_builder

type GetPersistentPodResponse_builder struct {
	PersistentPod *PersistentPod
	// contains filtered or unexported fields
}

func (GetPersistentPodResponse_builder) Build

type GetPublicProfileRequest

type GetPublicProfileRequest struct {
	PublicProfileId string `protobuf:"bytes,1,opt,name=public_profile_id,json=publicProfileId,proto3" json:"public_profile_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPublicProfileRequest) GetPublicProfileId

func (x *GetPublicProfileRequest) GetPublicProfileId() string

func (*GetPublicProfileRequest) ProtoMessage

func (*GetPublicProfileRequest) ProtoMessage()

func (*GetPublicProfileRequest) ProtoReflect

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

func (*GetPublicProfileRequest) Reset

func (x *GetPublicProfileRequest) Reset()

func (*GetPublicProfileRequest) SetPublicProfileId

func (x *GetPublicProfileRequest) SetPublicProfileId(v string)

func (*GetPublicProfileRequest) String

func (x *GetPublicProfileRequest) String() string

type GetPublicProfileRequest_builder

type GetPublicProfileRequest_builder struct {
	PublicProfileId string
	// contains filtered or unexported fields
}

func (GetPublicProfileRequest_builder) Build

type GetPublicProfileResponse

type GetPublicProfileResponse struct {
	PublicProfile *PublicProfile `protobuf:"bytes,1,opt,name=public_profile,json=publicProfile,proto3" json:"public_profile,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPublicProfileResponse) ClearPublicProfile

func (x *GetPublicProfileResponse) ClearPublicProfile()

func (*GetPublicProfileResponse) GetPublicProfile

func (x *GetPublicProfileResponse) GetPublicProfile() *PublicProfile

func (*GetPublicProfileResponse) HasPublicProfile

func (x *GetPublicProfileResponse) HasPublicProfile() bool

func (*GetPublicProfileResponse) ProtoMessage

func (*GetPublicProfileResponse) ProtoMessage()

func (*GetPublicProfileResponse) ProtoReflect

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

func (*GetPublicProfileResponse) Reset

func (x *GetPublicProfileResponse) Reset()

func (*GetPublicProfileResponse) SetPublicProfile

func (x *GetPublicProfileResponse) SetPublicProfile(v *PublicProfile)

func (*GetPublicProfileResponse) String

func (x *GetPublicProfileResponse) String() string

type GetPublicProfileResponse_builder

type GetPublicProfileResponse_builder struct {
	PublicProfile *PublicProfile
	// contains filtered or unexported fields
}

func (GetPublicProfileResponse_builder) Build

type GetRedeemableRequest

type GetRedeemableRequest struct {
	RedeemableId string `protobuf:"bytes,1,opt,name=redeemable_id,json=redeemableId,proto3" json:"redeemable_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRedeemableRequest) GetRedeemableId

func (x *GetRedeemableRequest) GetRedeemableId() string

func (*GetRedeemableRequest) ProtoMessage

func (*GetRedeemableRequest) ProtoMessage()

func (*GetRedeemableRequest) ProtoReflect

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

func (*GetRedeemableRequest) Reset

func (x *GetRedeemableRequest) Reset()

func (*GetRedeemableRequest) SetRedeemableId

func (x *GetRedeemableRequest) SetRedeemableId(v string)

func (*GetRedeemableRequest) String

func (x *GetRedeemableRequest) String() string

type GetRedeemableRequest_builder

type GetRedeemableRequest_builder struct {
	RedeemableId string
	// contains filtered or unexported fields
}

func (GetRedeemableRequest_builder) Build

type GetRedeemableResponse

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

func (*GetRedeemableResponse) ClearRedeemable

func (x *GetRedeemableResponse) ClearRedeemable()

func (*GetRedeemableResponse) GetRedeemable

func (x *GetRedeemableResponse) GetRedeemable() *Redeemable

func (*GetRedeemableResponse) HasRedeemable

func (x *GetRedeemableResponse) HasRedeemable() bool

func (*GetRedeemableResponse) ProtoMessage

func (*GetRedeemableResponse) ProtoMessage()

func (*GetRedeemableResponse) ProtoReflect

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

func (*GetRedeemableResponse) Reset

func (x *GetRedeemableResponse) Reset()

func (*GetRedeemableResponse) SetRedeemable

func (x *GetRedeemableResponse) SetRedeemable(v *Redeemable)

func (*GetRedeemableResponse) String

func (x *GetRedeemableResponse) String() string

type GetRedeemableResponse_builder

type GetRedeemableResponse_builder struct {
	Redeemable *Redeemable
	// contains filtered or unexported fields
}

func (GetRedeemableResponse_builder) Build

type GetRemainingCreditsRequest

type GetRemainingCreditsRequest struct {
	BillingProfileId string `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	LiveData         *bool  `protobuf:"varint,2,opt,name=live_data,json=liveData,proto3,oneof" json:"live_data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRemainingCreditsRequest) ClearLiveData

func (x *GetRemainingCreditsRequest) ClearLiveData()

func (*GetRemainingCreditsRequest) GetBillingProfileId

func (x *GetRemainingCreditsRequest) GetBillingProfileId() string

func (*GetRemainingCreditsRequest) GetLiveData

func (x *GetRemainingCreditsRequest) GetLiveData() bool

func (*GetRemainingCreditsRequest) HasLiveData

func (x *GetRemainingCreditsRequest) HasLiveData() bool

func (*GetRemainingCreditsRequest) ProtoMessage

func (*GetRemainingCreditsRequest) ProtoMessage()

func (*GetRemainingCreditsRequest) ProtoReflect

func (*GetRemainingCreditsRequest) Reset

func (x *GetRemainingCreditsRequest) Reset()

func (*GetRemainingCreditsRequest) SetBillingProfileId

func (x *GetRemainingCreditsRequest) SetBillingProfileId(v string)

func (*GetRemainingCreditsRequest) SetLiveData

func (x *GetRemainingCreditsRequest) SetLiveData(v bool)

func (*GetRemainingCreditsRequest) String

func (x *GetRemainingCreditsRequest) String() string

type GetRemainingCreditsRequest_builder

type GetRemainingCreditsRequest_builder struct {
	BillingProfileId string
	LiveData         *bool
	// contains filtered or unexported fields
}

func (GetRemainingCreditsRequest_builder) Build

type GetRemainingCreditsResponse

type GetRemainingCreditsResponse struct {
	RemainingCredits int64 `protobuf:"varint,1,opt,name=remaining_credits,json=remainingCredits,proto3" json:"remaining_credits,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRemainingCreditsResponse) GetRemainingCredits

func (x *GetRemainingCreditsResponse) GetRemainingCredits() int64

func (*GetRemainingCreditsResponse) ProtoMessage

func (*GetRemainingCreditsResponse) ProtoMessage()

func (*GetRemainingCreditsResponse) ProtoReflect

func (*GetRemainingCreditsResponse) Reset

func (x *GetRemainingCreditsResponse) Reset()

func (*GetRemainingCreditsResponse) SetRemainingCredits

func (x *GetRemainingCreditsResponse) SetRemainingCredits(v int64)

func (*GetRemainingCreditsResponse) String

func (x *GetRemainingCreditsResponse) String() string

type GetRemainingCreditsResponse_builder

type GetRemainingCreditsResponse_builder struct {
	RemainingCredits int64
	// contains filtered or unexported fields
}

func (GetRemainingCreditsResponse_builder) Build

type GetSecretRequest

type GetSecretRequest struct {
	SecretId string `protobuf:"bytes,1,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSecretRequest) GetSecretId

func (x *GetSecretRequest) GetSecretId() string

func (*GetSecretRequest) ProtoMessage

func (*GetSecretRequest) ProtoMessage()

func (*GetSecretRequest) ProtoReflect

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

func (*GetSecretRequest) Reset

func (x *GetSecretRequest) Reset()

func (*GetSecretRequest) SetSecretId

func (x *GetSecretRequest) SetSecretId(v string)

func (*GetSecretRequest) String

func (x *GetSecretRequest) String() string

type GetSecretRequest_builder

type GetSecretRequest_builder struct {
	SecretId string
	// contains filtered or unexported fields
}

func (GetSecretRequest_builder) Build

type GetSecretResponse

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

func (*GetSecretResponse) ClearSecret

func (x *GetSecretResponse) ClearSecret()

func (*GetSecretResponse) GetSecret

func (x *GetSecretResponse) GetSecret() *Secret

func (*GetSecretResponse) HasSecret

func (x *GetSecretResponse) HasSecret() bool

func (*GetSecretResponse) ProtoMessage

func (*GetSecretResponse) ProtoMessage()

func (*GetSecretResponse) ProtoReflect

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

func (*GetSecretResponse) Reset

func (x *GetSecretResponse) Reset()

func (*GetSecretResponse) SetSecret

func (x *GetSecretResponse) SetSecret(v *Secret)

func (*GetSecretResponse) String

func (x *GetSecretResponse) String() string

type GetSecretResponse_builder

type GetSecretResponse_builder struct {
	Secret *Secret
	// contains filtered or unexported fields
}

func (GetSecretResponse_builder) Build

type GetServiceEventRequest

type GetServiceEventRequest struct {
	ServiceEventId string `protobuf:"bytes,1,opt,name=service_event_id,json=serviceEventId,proto3" json:"service_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceEventRequest) GetServiceEventId

func (x *GetServiceEventRequest) GetServiceEventId() string

func (*GetServiceEventRequest) ProtoMessage

func (*GetServiceEventRequest) ProtoMessage()

func (*GetServiceEventRequest) ProtoReflect

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

func (*GetServiceEventRequest) Reset

func (x *GetServiceEventRequest) Reset()

func (*GetServiceEventRequest) SetServiceEventId

func (x *GetServiceEventRequest) SetServiceEventId(v string)

func (*GetServiceEventRequest) String

func (x *GetServiceEventRequest) String() string

type GetServiceEventRequest_builder

type GetServiceEventRequest_builder struct {
	ServiceEventId string
	// contains filtered or unexported fields
}

func (GetServiceEventRequest_builder) Build

type GetServiceEventResponse

type GetServiceEventResponse struct {
	ServiceEvent *ServiceEvent `protobuf:"bytes,1,opt,name=service_event,json=serviceEvent,proto3" json:"service_event,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceEventResponse) ClearServiceEvent

func (x *GetServiceEventResponse) ClearServiceEvent()

func (*GetServiceEventResponse) GetServiceEvent

func (x *GetServiceEventResponse) GetServiceEvent() *ServiceEvent

func (*GetServiceEventResponse) HasServiceEvent

func (x *GetServiceEventResponse) HasServiceEvent() bool

func (*GetServiceEventResponse) ProtoMessage

func (*GetServiceEventResponse) ProtoMessage()

func (*GetServiceEventResponse) ProtoReflect

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

func (*GetServiceEventResponse) Reset

func (x *GetServiceEventResponse) Reset()

func (*GetServiceEventResponse) SetServiceEvent

func (x *GetServiceEventResponse) SetServiceEvent(v *ServiceEvent)

func (*GetServiceEventResponse) String

func (x *GetServiceEventResponse) String() string

type GetServiceEventResponse_builder

type GetServiceEventResponse_builder struct {
	ServiceEvent *ServiceEvent
	// contains filtered or unexported fields
}

func (GetServiceEventResponse_builder) Build

type GetSessionRequest

type GetSessionRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSessionRequest) GetSessionId

func (x *GetSessionRequest) GetSessionId() string

func (*GetSessionRequest) ProtoMessage

func (*GetSessionRequest) ProtoMessage()

func (*GetSessionRequest) ProtoReflect

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

func (*GetSessionRequest) Reset

func (x *GetSessionRequest) Reset()

func (*GetSessionRequest) SetSessionId

func (x *GetSessionRequest) SetSessionId(v string)

func (*GetSessionRequest) String

func (x *GetSessionRequest) String() string

type GetSessionRequest_builder

type GetSessionRequest_builder struct {
	SessionId string
	// contains filtered or unexported fields
}

func (GetSessionRequest_builder) Build

type GetSessionResponse

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

func (*GetSessionResponse) ClearSession

func (x *GetSessionResponse) ClearSession()

func (*GetSessionResponse) GetSession

func (x *GetSessionResponse) GetSession() *Session

func (*GetSessionResponse) HasSession

func (x *GetSessionResponse) HasSession() bool

func (*GetSessionResponse) ProtoMessage

func (*GetSessionResponse) ProtoMessage()

func (*GetSessionResponse) ProtoReflect

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

func (*GetSessionResponse) Reset

func (x *GetSessionResponse) Reset()

func (*GetSessionResponse) SetSession

func (x *GetSessionResponse) SetSession(v *Session)

func (*GetSessionResponse) String

func (x *GetSessionResponse) String() string

type GetSessionResponse_builder

type GetSessionResponse_builder struct {
	Session *Session
	// contains filtered or unexported fields
}

func (GetSessionResponse_builder) Build

type GetTransactionRequest

type GetTransactionRequest struct {
	TransactionId string `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionRequest) GetTransactionId

func (x *GetTransactionRequest) GetTransactionId() string

func (*GetTransactionRequest) ProtoMessage

func (*GetTransactionRequest) ProtoMessage()

func (*GetTransactionRequest) ProtoReflect

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

func (*GetTransactionRequest) Reset

func (x *GetTransactionRequest) Reset()

func (*GetTransactionRequest) SetTransactionId

func (x *GetTransactionRequest) SetTransactionId(v string)

func (*GetTransactionRequest) String

func (x *GetTransactionRequest) String() string

type GetTransactionRequest_builder

type GetTransactionRequest_builder struct {
	TransactionId string
	// contains filtered or unexported fields
}

func (GetTransactionRequest_builder) Build

type GetTransactionResponse

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

func (*GetTransactionResponse) ClearTransaction

func (x *GetTransactionResponse) ClearTransaction()

func (*GetTransactionResponse) GetTransaction

func (x *GetTransactionResponse) GetTransaction() *Transaction

func (*GetTransactionResponse) HasTransaction

func (x *GetTransactionResponse) HasTransaction() bool

func (*GetTransactionResponse) ProtoMessage

func (*GetTransactionResponse) ProtoMessage()

func (*GetTransactionResponse) ProtoReflect

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

func (*GetTransactionResponse) Reset

func (x *GetTransactionResponse) Reset()

func (*GetTransactionResponse) SetTransaction

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

func (*GetTransactionResponse) String

func (x *GetTransactionResponse) String() string

type GetTransactionResponse_builder

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

func (GetTransactionResponse_builder) Build

type GetUpcomingInvoiceRequest

type GetUpcomingInvoiceRequest 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 (*GetUpcomingInvoiceRequest) GetBillingProfileId

func (x *GetUpcomingInvoiceRequest) GetBillingProfileId() string

func (*GetUpcomingInvoiceRequest) ProtoMessage

func (*GetUpcomingInvoiceRequest) ProtoMessage()

func (*GetUpcomingInvoiceRequest) ProtoReflect

func (*GetUpcomingInvoiceRequest) Reset

func (x *GetUpcomingInvoiceRequest) Reset()

func (*GetUpcomingInvoiceRequest) SetBillingProfileId

func (x *GetUpcomingInvoiceRequest) SetBillingProfileId(v string)

func (*GetUpcomingInvoiceRequest) String

func (x *GetUpcomingInvoiceRequest) String() string

type GetUpcomingInvoiceRequest_builder

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

func (GetUpcomingInvoiceRequest_builder) Build

type GetUpcomingInvoiceResponse

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

func (*GetUpcomingInvoiceResponse) ClearInvoice

func (x *GetUpcomingInvoiceResponse) ClearInvoice()

func (*GetUpcomingInvoiceResponse) GetInvoice

func (x *GetUpcomingInvoiceResponse) GetInvoice() *Invoice

func (*GetUpcomingInvoiceResponse) HasInvoice

func (x *GetUpcomingInvoiceResponse) HasInvoice() bool

func (*GetUpcomingInvoiceResponse) ProtoMessage

func (*GetUpcomingInvoiceResponse) ProtoMessage()

func (*GetUpcomingInvoiceResponse) ProtoReflect

func (*GetUpcomingInvoiceResponse) Reset

func (x *GetUpcomingInvoiceResponse) Reset()

func (*GetUpcomingInvoiceResponse) SetInvoice

func (x *GetUpcomingInvoiceResponse) SetInvoice(v *Invoice)

func (*GetUpcomingInvoiceResponse) String

func (x *GetUpcomingInvoiceResponse) String() string

type GetUpcomingInvoiceResponse_builder

type GetUpcomingInvoiceResponse_builder struct {
	Invoice *Invoice
	// contains filtered or unexported fields
}

func (GetUpcomingInvoiceResponse_builder) Build

type GetUsageRequest

type GetUsageRequest struct {
	CloudCredId string                   `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	TimePeriod  *TimePeriod              `protobuf:"bytes,3,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"`
	Granularity string                   `protobuf:"bytes,5,opt,name=granularity,proto3" json:"granularity,omitempty"`
	GroupByTags []string                 `protobuf:"bytes,6,rep,name=group_by_tags,json=groupByTags,proto3" json:"group_by_tags,omitempty"`
	TagFilters  map[string]*ListOfString `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

https://cloud.google.com/apis/design/standard_methods

func (*GetUsageRequest) ClearTimePeriod

func (x *GetUsageRequest) ClearTimePeriod()

func (*GetUsageRequest) GetCloudCredId

func (x *GetUsageRequest) GetCloudCredId() string

func (*GetUsageRequest) GetGranularity

func (x *GetUsageRequest) GetGranularity() string

func (*GetUsageRequest) GetGroupByTags

func (x *GetUsageRequest) GetGroupByTags() []string

func (*GetUsageRequest) GetTagFilters

func (x *GetUsageRequest) GetTagFilters() map[string]*ListOfString

func (*GetUsageRequest) GetTimePeriod

func (x *GetUsageRequest) GetTimePeriod() *TimePeriod

func (*GetUsageRequest) HasTimePeriod

func (x *GetUsageRequest) HasTimePeriod() bool

func (*GetUsageRequest) ProtoMessage

func (*GetUsageRequest) ProtoMessage()

func (*GetUsageRequest) ProtoReflect

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

func (*GetUsageRequest) Reset

func (x *GetUsageRequest) Reset()

func (*GetUsageRequest) SetCloudCredId

func (x *GetUsageRequest) SetCloudCredId(v string)

func (*GetUsageRequest) SetGranularity

func (x *GetUsageRequest) SetGranularity(v string)

func (*GetUsageRequest) SetGroupByTags

func (x *GetUsageRequest) SetGroupByTags(v []string)

func (*GetUsageRequest) SetTagFilters

func (x *GetUsageRequest) SetTagFilters(v map[string]*ListOfString)

func (*GetUsageRequest) SetTimePeriod

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

func (*GetUsageRequest) String

func (x *GetUsageRequest) String() string

type GetUsageRequest_builder

type GetUsageRequest_builder struct {
	CloudCredId string
	TimePeriod  *TimePeriod
	Granularity string
	GroupByTags []string
	TagFilters  map[string]*ListOfString
	// contains filtered or unexported fields
}

func (GetUsageRequest_builder) Build

type GetUsageResponse

type GetUsageResponse struct {
	Usage      []*UsageFrame `protobuf:"bytes,1,rep,name=usage,proto3" json:"usage,omitempty"`
	TimePeriod *TimePeriod   `protobuf:"bytes,2,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsageResponse) ClearTimePeriod

func (x *GetUsageResponse) ClearTimePeriod()

func (*GetUsageResponse) GetTimePeriod

func (x *GetUsageResponse) GetTimePeriod() *TimePeriod

func (*GetUsageResponse) GetUsage

func (x *GetUsageResponse) GetUsage() []*UsageFrame

func (*GetUsageResponse) HasTimePeriod

func (x *GetUsageResponse) HasTimePeriod() bool

func (*GetUsageResponse) ProtoMessage

func (*GetUsageResponse) ProtoMessage()

func (*GetUsageResponse) ProtoReflect

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

func (*GetUsageResponse) Reset

func (x *GetUsageResponse) Reset()

func (*GetUsageResponse) SetTimePeriod

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

func (*GetUsageResponse) SetUsage

func (x *GetUsageResponse) SetUsage(v []*UsageFrame)

func (*GetUsageResponse) String

func (x *GetUsageResponse) String() string

type GetUsageResponse_builder

type GetUsageResponse_builder struct {
	Usage      []*UsageFrame
	TimePeriod *TimePeriod
	// contains filtered or unexported fields
}

func (GetUsageResponse_builder) Build

type GetUserByTokenRequest

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

func (*GetUserByTokenRequest) GetToken

func (x *GetUserByTokenRequest) GetToken() string

func (*GetUserByTokenRequest) ProtoMessage

func (*GetUserByTokenRequest) ProtoMessage()

func (*GetUserByTokenRequest) ProtoReflect

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

func (*GetUserByTokenRequest) Reset

func (x *GetUserByTokenRequest) Reset()

func (*GetUserByTokenRequest) SetToken

func (x *GetUserByTokenRequest) SetToken(v string)

func (*GetUserByTokenRequest) String

func (x *GetUserByTokenRequest) String() string

type GetUserByTokenRequest_builder

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

func (GetUserByTokenRequest_builder) Build

type GetUserByTokenResponse

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

func (*GetUserByTokenResponse) ClearUser

func (x *GetUserByTokenResponse) ClearUser()

func (*GetUserByTokenResponse) GetUser

func (x *GetUserByTokenResponse) GetUser() *User

func (*GetUserByTokenResponse) HasUser

func (x *GetUserByTokenResponse) HasUser() bool

func (*GetUserByTokenResponse) ProtoMessage

func (*GetUserByTokenResponse) ProtoMessage()

func (*GetUserByTokenResponse) ProtoReflect

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

func (*GetUserByTokenResponse) Reset

func (x *GetUserByTokenResponse) Reset()

func (*GetUserByTokenResponse) SetUser

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

func (*GetUserByTokenResponse) String

func (x *GetUserByTokenResponse) String() string

type GetUserByTokenResponse_builder

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

func (GetUserByTokenResponse_builder) Build

type GetUserRequest

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

func (*GetUserRequest) GetUserId

func (x *GetUserRequest) GetUserId() string

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

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

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) SetUserId

func (x *GetUserRequest) SetUserId(v string)

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

type GetUserRequest_builder

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

func (GetUserRequest_builder) Build

type GetUserResponse

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

func (*GetUserResponse) ClearUser

func (x *GetUserResponse) ClearUser()

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) HasUser

func (x *GetUserResponse) HasUser() bool

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) SetUser

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

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

type GetUserResponse_builder

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

func (GetUserResponse_builder) Build

type Gpu

type Gpu struct {
	Count          int32  `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Memory         string `protobuf:"bytes,2,opt,name=memory,proto3" json:"memory,omitempty"`
	Manufacturer   string `protobuf:"bytes,3,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	Name           string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	NetworkDetails string `protobuf:"bytes,5,opt,name=network_details,json=networkDetails,proto3" json:"network_details,omitempty"`
	MemoryDetails  string `protobuf:"bytes,6,opt,name=memory_details,json=memoryDetails,proto3" json:"memory_details,omitempty"`
	// contains filtered or unexported fields
}

func (*Gpu) GetCount

func (x *Gpu) GetCount() int32

func (*Gpu) GetManufacturer

func (x *Gpu) GetManufacturer() string

func (*Gpu) GetMemory

func (x *Gpu) GetMemory() string

func (*Gpu) GetMemoryDetails

func (x *Gpu) GetMemoryDetails() string

func (*Gpu) GetName

func (x *Gpu) GetName() string

func (*Gpu) GetNetworkDetails

func (x *Gpu) GetNetworkDetails() string

func (*Gpu) ProtoMessage

func (*Gpu) ProtoMessage()

func (*Gpu) ProtoReflect

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

func (*Gpu) Reset

func (x *Gpu) Reset()

func (*Gpu) SetCount

func (x *Gpu) SetCount(v int32)

func (*Gpu) SetManufacturer

func (x *Gpu) SetManufacturer(v string)

func (*Gpu) SetMemory

func (x *Gpu) SetMemory(v string)

func (*Gpu) SetMemoryDetails

func (x *Gpu) SetMemoryDetails(v string)

func (*Gpu) SetName

func (x *Gpu) SetName(v string)

func (*Gpu) SetNetworkDetails

func (x *Gpu) SetNetworkDetails(v string)

func (*Gpu) String

func (x *Gpu) String() string

type Gpu_builder

type Gpu_builder struct {
	Count          int32
	Memory         string
	Manufacturer   string
	Name           string
	NetworkDetails string
	MemoryDetails  string
	// contains filtered or unexported fields
}

func (Gpu_builder) Build

func (b0 Gpu_builder) Build() *Gpu

type Group

type Group struct {
	TotalUsd      string     `protobuf:"bytes,1,opt,name=total_usd,json=totalUsd,proto3" json:"total_usd,omitempty"`
	ComputeAmount string     `protobuf:"bytes,2,opt,name=compute_amount,json=computeAmount,proto3" json:"compute_amount,omitempty"`
	StorageAmount string     `protobuf:"bytes,3,opt,name=storage_amount,json=storageAmount,proto3" json:"storage_amount,omitempty"`
	OtherAmount   string     `protobuf:"bytes,4,opt,name=other_amount,json=otherAmount,proto3" json:"other_amount,omitempty"`
	GroupedBy     *GroupedBy `protobuf:"bytes,5,opt,name=grouped_by,json=groupedBy,proto3" json:"grouped_by,omitempty"`
	// contains filtered or unexported fields
}

func (*Group) ClearGroupedBy

func (x *Group) ClearGroupedBy()

func (*Group) GetComputeAmount

func (x *Group) GetComputeAmount() string

func (*Group) GetGroupedBy

func (x *Group) GetGroupedBy() *GroupedBy

func (*Group) GetOtherAmount

func (x *Group) GetOtherAmount() string

func (*Group) GetStorageAmount

func (x *Group) GetStorageAmount() string

func (*Group) GetTotalUsd

func (x *Group) GetTotalUsd() string

func (*Group) HasGroupedBy

func (x *Group) HasGroupedBy() bool

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

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

func (*Group) Reset

func (x *Group) Reset()

func (*Group) SetComputeAmount

func (x *Group) SetComputeAmount(v string)

func (*Group) SetGroupedBy

func (x *Group) SetGroupedBy(v *GroupedBy)

func (*Group) SetOtherAmount

func (x *Group) SetOtherAmount(v string)

func (*Group) SetStorageAmount

func (x *Group) SetStorageAmount(v string)

func (*Group) SetTotalUsd

func (x *Group) SetTotalUsd(v string)

func (*Group) String

func (x *Group) String() string

type Group_builder

type Group_builder struct {
	TotalUsd      string
	ComputeAmount string
	StorageAmount string
	OtherAmount   string
	GroupedBy     *GroupedBy
	// contains filtered or unexported fields
}

func (Group_builder) Build

func (b0 Group_builder) Build() *Group

type GroupedBy

type GroupedBy struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupedBy) GetKey

func (x *GroupedBy) GetKey() string

func (*GroupedBy) GetValue

func (x *GroupedBy) GetValue() string

func (*GroupedBy) ProtoMessage

func (*GroupedBy) ProtoMessage()

func (*GroupedBy) ProtoReflect

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

func (*GroupedBy) Reset

func (x *GroupedBy) Reset()

func (*GroupedBy) SetKey

func (x *GroupedBy) SetKey(v string)

func (*GroupedBy) SetValue

func (x *GroupedBy) SetValue(v string)

func (*GroupedBy) String

func (x *GroupedBy) String() string

type GroupedBy_builder

type GroupedBy_builder struct {
	Key   string
	Value string
	// contains filtered or unexported fields
}

func (GroupedBy_builder) Build

func (b0 GroupedBy_builder) Build() *GroupedBy

type HandleProviderEventRequest

type HandleProviderEventRequest struct {
	ProviderId string `protobuf:"bytes,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	EventData  string `protobuf:"bytes,2,opt,name=event_data,json=eventData,proto3" json:"event_data,omitempty"`
	Signature  string `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*HandleProviderEventRequest) GetEventData

func (x *HandleProviderEventRequest) GetEventData() string

func (*HandleProviderEventRequest) GetProviderId

func (x *HandleProviderEventRequest) GetProviderId() string

func (*HandleProviderEventRequest) GetSignature

func (x *HandleProviderEventRequest) GetSignature() string

func (*HandleProviderEventRequest) ProtoMessage

func (*HandleProviderEventRequest) ProtoMessage()

func (*HandleProviderEventRequest) ProtoReflect

func (*HandleProviderEventRequest) Reset

func (x *HandleProviderEventRequest) Reset()

func (*HandleProviderEventRequest) SetEventData

func (x *HandleProviderEventRequest) SetEventData(v string)

func (*HandleProviderEventRequest) SetProviderId

func (x *HandleProviderEventRequest) SetProviderId(v string)

func (*HandleProviderEventRequest) SetSignature

func (x *HandleProviderEventRequest) SetSignature(v string)

func (*HandleProviderEventRequest) String

func (x *HandleProviderEventRequest) String() string

type HandleProviderEventRequest_builder

type HandleProviderEventRequest_builder struct {
	ProviderId string
	EventData  string
	Signature  string
	// contains filtered or unexported fields
}

func (HandleProviderEventRequest_builder) Build

type HandleProviderEventResponse

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

func (*HandleProviderEventResponse) ProtoMessage

func (*HandleProviderEventResponse) ProtoMessage()

func (*HandleProviderEventResponse) ProtoReflect

func (*HandleProviderEventResponse) Reset

func (x *HandleProviderEventResponse) Reset()

func (*HandleProviderEventResponse) String

func (x *HandleProviderEventResponse) String() string

type HandleProviderEventResponse_builder

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

func (HandleProviderEventResponse_builder) Build

type HardwareRequirement

type HardwareRequirement struct {

	// can only define one of min_vram_gb or supported_gpus
	MinVramGb string `protobuf:"bytes,1,opt,name=min_vram_gb,json=minVramGb,proto3" json:"min_vram_gb,omitempty"`
	// deployment target must match each field defined in a single supported_gpu
	SupportedGpus []*Gpu `protobuf:"bytes,2,rep,name=supported_gpus,json=supportedGpus,proto3" json:"supported_gpus,omitempty"`
	// can't have multiple requirements with the same priority
	// priority 0 is the highest priority
	Priority int32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*HardwareRequirement) GetMinVramGb

func (x *HardwareRequirement) GetMinVramGb() string

func (*HardwareRequirement) GetPriority

func (x *HardwareRequirement) GetPriority() int32

func (*HardwareRequirement) GetSupportedGpus

func (x *HardwareRequirement) GetSupportedGpus() []*Gpu

func (*HardwareRequirement) ProtoMessage

func (*HardwareRequirement) ProtoMessage()

func (*HardwareRequirement) ProtoReflect

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

func (*HardwareRequirement) Reset

func (x *HardwareRequirement) Reset()

func (*HardwareRequirement) SetMinVramGb

func (x *HardwareRequirement) SetMinVramGb(v string)

func (*HardwareRequirement) SetPriority

func (x *HardwareRequirement) SetPriority(v int32)

func (*HardwareRequirement) SetSupportedGpus

func (x *HardwareRequirement) SetSupportedGpus(v []*Gpu)

func (*HardwareRequirement) String

func (x *HardwareRequirement) String() string

type HardwareRequirement_builder

type HardwareRequirement_builder struct {

	// can only define one of min_vram_gb or supported_gpus
	MinVramGb string
	// deployment target must match each field defined in a single supported_gpu
	SupportedGpus []*Gpu
	// can't have multiple requirements with the same priority
	// priority 0 is the highest priority
	Priority int32
	// contains filtered or unexported fields
}

func (HardwareRequirement_builder) Build

type HealthCheck

type HealthCheck struct {
	HealthCheckId string                 `protobuf:"bytes,1,opt,name=health_check_id,json=healthCheckId,proto3" json:"health_check_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 */
	Status        string                 `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` // one of "healthy", "unhealthy", "unknown"
	Thresholds    *Thresholds            `protobuf:"bytes,7,opt,name=thresholds,proto3" json:"thresholds,omitempty"`
	// Types that are valid to be assigned to HealthCheck:
	//
	//	*HealthCheck_ProbeHealthCheck
	//	*HealthCheck_HeartbeatHealthCheck
	HealthCheck isHealthCheck_HealthCheck `protobuf_oneof:"health_check"`
	// contains filtered or unexported fields
}

func (*HealthCheck) ClearCreateTime

func (x *HealthCheck) ClearCreateTime()

func (*HealthCheck) ClearHealthCheck

func (x *HealthCheck) ClearHealthCheck()

func (*HealthCheck) ClearHeartbeatHealthCheck

func (x *HealthCheck) ClearHeartbeatHealthCheck()

func (*HealthCheck) ClearProbeHealthCheck

func (x *HealthCheck) ClearProbeHealthCheck()

func (*HealthCheck) ClearThresholds

func (x *HealthCheck) ClearThresholds()

func (*HealthCheck) ClearUpdateTime

func (x *HealthCheck) ClearUpdateTime()

func (*HealthCheck) GetCreateTime

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

func (*HealthCheck) GetHealthCheck

func (x *HealthCheck) GetHealthCheck() isHealthCheck_HealthCheck

func (*HealthCheck) GetHealthCheckId

func (x *HealthCheck) GetHealthCheckId() string

func (*HealthCheck) GetHeartbeatHealthCheck

func (x *HealthCheck) GetHeartbeatHealthCheck() *HeartbeatHealthCheck

func (*HealthCheck) GetLabels

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

func (*HealthCheck) GetProbeHealthCheck

func (x *HealthCheck) GetProbeHealthCheck() *ProbeHealthCheck

func (*HealthCheck) GetStatus

func (x *HealthCheck) GetStatus() string

func (*HealthCheck) GetThresholds

func (x *HealthCheck) GetThresholds() *Thresholds

func (*HealthCheck) GetUpdateTime

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

func (*HealthCheck) HasCreateTime

func (x *HealthCheck) HasCreateTime() bool

func (*HealthCheck) HasHealthCheck

func (x *HealthCheck) HasHealthCheck() bool

func (*HealthCheck) HasHeartbeatHealthCheck

func (x *HealthCheck) HasHeartbeatHealthCheck() bool

func (*HealthCheck) HasProbeHealthCheck

func (x *HealthCheck) HasProbeHealthCheck() bool

func (*HealthCheck) HasThresholds

func (x *HealthCheck) HasThresholds() bool

func (*HealthCheck) HasUpdateTime

func (x *HealthCheck) HasUpdateTime() bool

func (*HealthCheck) ProtoMessage

func (*HealthCheck) ProtoMessage()

func (*HealthCheck) ProtoReflect

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

func (*HealthCheck) Reset

func (x *HealthCheck) Reset()

func (*HealthCheck) SetCreateTime

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

func (*HealthCheck) SetHealthCheckId

func (x *HealthCheck) SetHealthCheckId(v string)

func (*HealthCheck) SetHeartbeatHealthCheck

func (x *HealthCheck) SetHeartbeatHealthCheck(v *HeartbeatHealthCheck)

func (*HealthCheck) SetLabels

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

func (*HealthCheck) SetProbeHealthCheck

func (x *HealthCheck) SetProbeHealthCheck(v *ProbeHealthCheck)

func (*HealthCheck) SetStatus

func (x *HealthCheck) SetStatus(v string)

func (*HealthCheck) SetThresholds

func (x *HealthCheck) SetThresholds(v *Thresholds)

func (*HealthCheck) SetUpdateTime

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

func (*HealthCheck) String

func (x *HealthCheck) String() string

func (*HealthCheck) WhichHealthCheck

func (x *HealthCheck) WhichHealthCheck() case_HealthCheck_HealthCheck

type HealthCheckConfig

type HealthCheckConfig struct {
	Test          []string `protobuf:"bytes,1,rep,name=test,proto3" json:"test,omitempty"`
	Timeout       string   `protobuf:"bytes,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	Interval      string   `protobuf:"bytes,3,opt,name=interval,proto3" json:"interval,omitempty"`
	Retries       *uint64  `protobuf:"varint,4,opt,name=retries,proto3,oneof" json:"retries,omitempty"`
	StartPeriod   string   `protobuf:"bytes,5,opt,name=start_period,json=startPeriod,proto3" json:"start_period,omitempty"`
	StartInterval string   `protobuf:"bytes,6,opt,name=start_interval,json=startInterval,proto3" json:"start_interval,omitempty"`
	Disable       bool     `protobuf:"varint,7,opt,name=disable,proto3" json:"disable,omitempty"`
	// contains filtered or unexported fields
}

HealthCheckConfig defines service health check configuration

func (*HealthCheckConfig) ClearRetries

func (x *HealthCheckConfig) ClearRetries()

func (*HealthCheckConfig) GetDisable

func (x *HealthCheckConfig) GetDisable() bool

func (*HealthCheckConfig) GetInterval

func (x *HealthCheckConfig) GetInterval() string

func (*HealthCheckConfig) GetRetries

func (x *HealthCheckConfig) GetRetries() uint64

func (*HealthCheckConfig) GetStartInterval

func (x *HealthCheckConfig) GetStartInterval() string

func (*HealthCheckConfig) GetStartPeriod

func (x *HealthCheckConfig) GetStartPeriod() string

func (*HealthCheckConfig) GetTest

func (x *HealthCheckConfig) GetTest() []string

func (*HealthCheckConfig) GetTimeout

func (x *HealthCheckConfig) GetTimeout() string

func (*HealthCheckConfig) HasRetries

func (x *HealthCheckConfig) HasRetries() bool

func (*HealthCheckConfig) ProtoMessage

func (*HealthCheckConfig) ProtoMessage()

func (*HealthCheckConfig) ProtoReflect

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

func (*HealthCheckConfig) Reset

func (x *HealthCheckConfig) Reset()

func (*HealthCheckConfig) SetDisable

func (x *HealthCheckConfig) SetDisable(v bool)

func (*HealthCheckConfig) SetInterval

func (x *HealthCheckConfig) SetInterval(v string)

func (*HealthCheckConfig) SetRetries

func (x *HealthCheckConfig) SetRetries(v uint64)

func (*HealthCheckConfig) SetStartInterval

func (x *HealthCheckConfig) SetStartInterval(v string)

func (*HealthCheckConfig) SetStartPeriod

func (x *HealthCheckConfig) SetStartPeriod(v string)

func (*HealthCheckConfig) SetTest

func (x *HealthCheckConfig) SetTest(v []string)

func (*HealthCheckConfig) SetTimeout

func (x *HealthCheckConfig) SetTimeout(v string)

func (*HealthCheckConfig) String

func (x *HealthCheckConfig) String() string

type HealthCheckConfig_builder

type HealthCheckConfig_builder struct {
	Test          []string
	Timeout       string
	Interval      string
	Retries       *uint64
	StartPeriod   string
	StartInterval string
	Disable       bool
	// contains filtered or unexported fields
}

func (HealthCheckConfig_builder) Build

type HealthCheck_HeartbeatHealthCheck

type HealthCheck_HeartbeatHealthCheck struct {
	HeartbeatHealthCheck *HeartbeatHealthCheck `protobuf:"bytes,9,opt,name=heartbeat_health_check,json=heartbeatHealthCheck,proto3,oneof"`
}

type HealthCheck_ProbeHealthCheck

type HealthCheck_ProbeHealthCheck struct {
	ProbeHealthCheck *ProbeHealthCheck `protobuf:"bytes,8,opt,name=probe_health_check,json=probeHealthCheck,proto3,oneof"`
}

type HealthCheck_builder

type HealthCheck_builder struct {
	HealthCheckId string
	CreateTime    *timestamppb.Timestamp
	UpdateTime    *timestamppb.Timestamp
	Labels        map[string]string
	Status        string
	Thresholds    *Thresholds
	// Fields of oneof HealthCheck:
	ProbeHealthCheck     *ProbeHealthCheck
	HeartbeatHealthCheck *HeartbeatHealthCheck
	// contains filtered or unexported fields
}

func (HealthCheck_builder) Build

func (b0 HealthCheck_builder) Build() *HealthCheck

type HeartbeatHealthCheck

type HeartbeatHealthCheck struct {
	HeartbeatTimeoutSeconds int32 `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HeartbeatHealthCheck) GetHeartbeatTimeoutSeconds

func (x *HeartbeatHealthCheck) GetHeartbeatTimeoutSeconds() int32

func (*HeartbeatHealthCheck) ProtoMessage

func (*HeartbeatHealthCheck) ProtoMessage()

func (*HeartbeatHealthCheck) ProtoReflect

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

func (*HeartbeatHealthCheck) Reset

func (x *HeartbeatHealthCheck) Reset()

func (*HeartbeatHealthCheck) SetHeartbeatTimeoutSeconds

func (x *HeartbeatHealthCheck) SetHeartbeatTimeoutSeconds(v int32)

func (*HeartbeatHealthCheck) String

func (x *HeartbeatHealthCheck) String() string

type HeartbeatHealthCheck_builder

type HeartbeatHealthCheck_builder struct {
	HeartbeatTimeoutSeconds int32
	// contains filtered or unexported fields
}

func (HeartbeatHealthCheck_builder) Build

type Image

type Image struct {
	ImageId      string `protobuf:"bytes,1,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	Architecture string `protobuf:"bytes,2,opt,name=architecture,proto3" json:"architecture,omitempty"`
	Description  string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Image) GetArchitecture

func (x *Image) GetArchitecture() string

func (*Image) GetDescription

func (x *Image) GetDescription() string

func (*Image) GetImageId

func (x *Image) GetImageId() string

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

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

func (*Image) Reset

func (x *Image) Reset()

func (*Image) SetArchitecture

func (x *Image) SetArchitecture(v string)

func (*Image) SetDescription

func (x *Image) SetDescription(v string)

func (*Image) SetImageId

func (x *Image) SetImageId(v string)

func (*Image) String

func (x *Image) String() string

type Image_builder

type Image_builder struct {
	ImageId      string
	Architecture string
	Description  string
	// contains filtered or unexported fields
}

func (Image_builder) Build

func (b0 Image_builder) Build() *Image

type IncludeConfig

type IncludeConfig struct {
	Path     string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Required bool     `protobuf:"varint,2,opt,name=required,proto3" json:"required,omitempty"`
	EnvFiles []string `protobuf:"bytes,3,rep,name=env_files,json=envFiles,proto3" json:"env_files,omitempty"`
	// contains filtered or unexported fields
}

IncludeConfig defines configuration for included files

func (*IncludeConfig) GetEnvFiles

func (x *IncludeConfig) GetEnvFiles() []string

func (*IncludeConfig) GetPath

func (x *IncludeConfig) GetPath() string

func (*IncludeConfig) GetRequired

func (x *IncludeConfig) GetRequired() bool

func (*IncludeConfig) ProtoMessage

func (*IncludeConfig) ProtoMessage()

func (*IncludeConfig) ProtoReflect

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

func (*IncludeConfig) Reset

func (x *IncludeConfig) Reset()

func (*IncludeConfig) SetEnvFiles

func (x *IncludeConfig) SetEnvFiles(v []string)

func (*IncludeConfig) SetPath

func (x *IncludeConfig) SetPath(v string)

func (*IncludeConfig) SetRequired

func (x *IncludeConfig) SetRequired(v bool)

func (*IncludeConfig) String

func (x *IncludeConfig) String() string

type IncludeConfig_builder

type IncludeConfig_builder struct {
	Path     string
	Required bool
	EnvFiles []string
	// contains filtered or unexported fields
}

func (IncludeConfig_builder) Build

type InferenceServerConfig

type InferenceServerConfig struct {
	InferenceUrlPath string `protobuf:"bytes,1,opt,name=inference_url_path,json=inferenceUrlPath,proto3" json:"inference_url_path,omitempty"`
	InferencePort    int32  `protobuf:"varint,2,opt,name=inference_port,json=inferencePort,proto3" json:"inference_port,omitempty"`
	HealthUrlPath    string `protobuf:"bytes,3,opt,name=health_url_path,json=healthUrlPath,proto3" json:"health_url_path,omitempty"`
	// contains filtered or unexported fields
}

func (*InferenceServerConfig) GetHealthUrlPath

func (x *InferenceServerConfig) GetHealthUrlPath() string

func (*InferenceServerConfig) GetInferencePort

func (x *InferenceServerConfig) GetInferencePort() int32

func (*InferenceServerConfig) GetInferenceUrlPath

func (x *InferenceServerConfig) GetInferenceUrlPath() string

func (*InferenceServerConfig) ProtoMessage

func (*InferenceServerConfig) ProtoMessage()

func (*InferenceServerConfig) ProtoReflect

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

func (*InferenceServerConfig) Reset

func (x *InferenceServerConfig) Reset()

func (*InferenceServerConfig) SetHealthUrlPath

func (x *InferenceServerConfig) SetHealthUrlPath(v string)

func (*InferenceServerConfig) SetInferencePort

func (x *InferenceServerConfig) SetInferencePort(v int32)

func (*InferenceServerConfig) SetInferenceUrlPath

func (x *InferenceServerConfig) SetInferenceUrlPath(v string)

func (*InferenceServerConfig) String

func (x *InferenceServerConfig) String() string

type InferenceServerConfig_builder

type InferenceServerConfig_builder struct {
	InferenceUrlPath string
	InferencePort    int32
	HealthUrlPath    string
	// contains filtered or unexported fields
}

func (InferenceServerConfig_builder) Build

type InfrastructureConstraints

type InfrastructureConstraints struct {
	Vcpu                    *Int32Range `protobuf:"bytes,1,opt,name=vcpu,proto3" json:"vcpu,omitempty"`
	Memory                  *StrRange   `protobuf:"bytes,2,opt,name=memory,proto3" json:"memory,omitempty"`
	RootDiskSize            *StrRange   `protobuf:"bytes,3,opt,name=root_disk_size,json=rootDiskSize,proto3" json:"root_disk_size,omitempty"`
	GpuArchitecture         []string    `protobuf:"bytes,4,rep,name=gpu_architecture,json=gpuArchitecture,proto3" json:"gpu_architecture,omitempty"` // A, H, L, etc
	GpuSeries               []string    `protobuf:"bytes,5,rep,name=gpu_series,json=gpuSeries,proto3" json:"gpu_series,omitempty"`                   // a100, a10, etc
	GpuType                 []string    `protobuf:"bytes,6,rep,name=gpu_type,json=gpuType,proto3" json:"gpu_type,omitempty"`                         // a100-40gb, a100-80gb, a10g, l40s
	NvidiaComputeCapability *StrRange   ``                                                                                                           // covers wide range of gpu features like fp8
	/* 132-byte string literal not displayed */
	GpuMemory             *StrRange   `protobuf:"bytes,8,opt,name=gpu_memory,json=gpuMemory,proto3" json:"gpu_memory,omitempty"`
	GpuCount              *Int32Range `protobuf:"bytes,9,opt,name=gpu_count,json=gpuCount,proto3" json:"gpu_count,omitempty"`
	TotalGpuMemory        *StrRange   `protobuf:"bytes,10,opt,name=total_gpu_memory,json=totalGpuMemory,proto3" json:"total_gpu_memory,omitempty"`             // important for training
	CudaCores             *Int32Range `protobuf:"bytes,11,opt,name=cuda_cores,json=cudaCores,proto3" json:"cuda_cores,omitempty"`                              // cuda core
	TensorCores           *Int32Range `protobuf:"bytes,12,opt,name=tensor_cores,json=tensorCores,proto3" json:"tensor_cores,omitempty"`                        // tensor core, important for inference
	GpuMemoryBandwidth    *StrRange   `protobuf:"bytes,13,opt,name=gpu_memory_bandwidth,json=gpuMemoryBandwidth,proto3" json:"gpu_memory_bandwidth,omitempty"` // important for training
	ComputePriceUsd       *StrRange   `protobuf:"bytes,15,opt,name=compute_price_usd,json=computePriceUsd,proto3" json:"compute_price_usd,omitempty"`          // per hour
	StoragePriceUsd       *StrRange   `protobuf:"bytes,16,opt,name=storage_price_usd,json=storagePriceUsd,proto3" json:"storage_price_usd,omitempty"`          // per gb-month
	Countries             []string    `protobuf:"bytes,17,rep,name=countries,proto3" json:"countries,omitempty"`
	GeographicLocations   []string    `protobuf:"bytes,18,rep,name=geographic_locations,json=geographicLocations,proto3" json:"geographic_locations,omitempty"` // cloud agnostic geographic location: california-north, virginia, etc
	CloudProviders        []string    `protobuf:"bytes,19,rep,name=cloud_providers,json=cloudProviders,proto3" json:"cloud_providers,omitempty"`                // aws,gcp
	CloudCreds            []string    `protobuf:"bytes,20,rep,name=cloud_creds,json=cloudCreds,proto3" json:"cloud_creds,omitempty"`
	CloudTenantTypes      []string    `protobuf:"bytes,21,rep,name=cloud_tenant_types,json=cloudTenantTypes,proto3" json:"cloud_tenant_types,omitempty"` // shared, dedicated
	CloudLocations        []string    `protobuf:"bytes,22,rep,name=cloud_locations,json=cloudLocations,proto3" json:"cloud_locations,omitempty"`         // cloud specific location: us-west1, us-east1, etc
	CloudSubLocations     []string    `protobuf:"bytes,23,rep,name=cloud_sub_locations,json=cloudSubLocations,proto3" json:"cloud_sub_locations,omitempty"`
	Preemptible           []string    `protobuf:"bytes,24,rep,name=preemptible,proto3" json:"preemptible,omitempty"` // true, false
	Stoppable             []string    `protobuf:"bytes,25,rep,name=stoppable,proto3" json:"stoppable,omitempty"`     // true, false
	SubLocationChangeable []string    ``                                                                             // true, false
	/* 127-byte string literal not displayed */
	RootDiskResizeable []string `protobuf:"bytes,27,rep,name=root_disk_resizeable,json=rootDiskResizeable,proto3" json:"root_disk_resizeable,omitempty"` // true, false
	Privileged         []string `protobuf:"bytes,28,rep,name=privileged,proto3" json:"privileged,omitempty"`                                             // true, false
	// contains filtered or unexported fields
}

func (*InfrastructureConstraints) ClearComputePriceUsd

func (x *InfrastructureConstraints) ClearComputePriceUsd()

func (*InfrastructureConstraints) ClearCudaCores

func (x *InfrastructureConstraints) ClearCudaCores()

func (*InfrastructureConstraints) ClearGpuCount

func (x *InfrastructureConstraints) ClearGpuCount()

func (*InfrastructureConstraints) ClearGpuMemory

func (x *InfrastructureConstraints) ClearGpuMemory()

func (*InfrastructureConstraints) ClearGpuMemoryBandwidth

func (x *InfrastructureConstraints) ClearGpuMemoryBandwidth()

func (*InfrastructureConstraints) ClearMemory

func (x *InfrastructureConstraints) ClearMemory()

func (*InfrastructureConstraints) ClearNvidiaComputeCapability

func (x *InfrastructureConstraints) ClearNvidiaComputeCapability()

func (*InfrastructureConstraints) ClearRootDiskSize

func (x *InfrastructureConstraints) ClearRootDiskSize()

func (*InfrastructureConstraints) ClearStoragePriceUsd

func (x *InfrastructureConstraints) ClearStoragePriceUsd()

func (*InfrastructureConstraints) ClearTensorCores

func (x *InfrastructureConstraints) ClearTensorCores()

func (*InfrastructureConstraints) ClearTotalGpuMemory

func (x *InfrastructureConstraints) ClearTotalGpuMemory()

func (*InfrastructureConstraints) ClearVcpu

func (x *InfrastructureConstraints) ClearVcpu()

func (*InfrastructureConstraints) GetCloudCreds

func (x *InfrastructureConstraints) GetCloudCreds() []string

func (*InfrastructureConstraints) GetCloudLocations

func (x *InfrastructureConstraints) GetCloudLocations() []string

func (*InfrastructureConstraints) GetCloudProviders

func (x *InfrastructureConstraints) GetCloudProviders() []string

func (*InfrastructureConstraints) GetCloudSubLocations

func (x *InfrastructureConstraints) GetCloudSubLocations() []string

func (*InfrastructureConstraints) GetCloudTenantTypes

func (x *InfrastructureConstraints) GetCloudTenantTypes() []string

func (*InfrastructureConstraints) GetComputePriceUsd

func (x *InfrastructureConstraints) GetComputePriceUsd() *StrRange

func (*InfrastructureConstraints) GetCountries

func (x *InfrastructureConstraints) GetCountries() []string

func (*InfrastructureConstraints) GetCudaCores

func (x *InfrastructureConstraints) GetCudaCores() *Int32Range

func (*InfrastructureConstraints) GetGeographicLocations

func (x *InfrastructureConstraints) GetGeographicLocations() []string

func (*InfrastructureConstraints) GetGpuArchitecture

func (x *InfrastructureConstraints) GetGpuArchitecture() []string

func (*InfrastructureConstraints) GetGpuCount

func (x *InfrastructureConstraints) GetGpuCount() *Int32Range

func (*InfrastructureConstraints) GetGpuMemory

func (x *InfrastructureConstraints) GetGpuMemory() *StrRange

func (*InfrastructureConstraints) GetGpuMemoryBandwidth

func (x *InfrastructureConstraints) GetGpuMemoryBandwidth() *StrRange

func (*InfrastructureConstraints) GetGpuSeries

func (x *InfrastructureConstraints) GetGpuSeries() []string

func (*InfrastructureConstraints) GetGpuType

func (x *InfrastructureConstraints) GetGpuType() []string

func (*InfrastructureConstraints) GetMemory

func (x *InfrastructureConstraints) GetMemory() *StrRange

func (*InfrastructureConstraints) GetNvidiaComputeCapability

func (x *InfrastructureConstraints) GetNvidiaComputeCapability() *StrRange

func (*InfrastructureConstraints) GetPreemptible

func (x *InfrastructureConstraints) GetPreemptible() []string

func (*InfrastructureConstraints) GetPrivileged

func (x *InfrastructureConstraints) GetPrivileged() []string

func (*InfrastructureConstraints) GetRootDiskResizeable

func (x *InfrastructureConstraints) GetRootDiskResizeable() []string

func (*InfrastructureConstraints) GetRootDiskSize

func (x *InfrastructureConstraints) GetRootDiskSize() *StrRange

func (*InfrastructureConstraints) GetStoppable

func (x *InfrastructureConstraints) GetStoppable() []string

func (*InfrastructureConstraints) GetStoragePriceUsd

func (x *InfrastructureConstraints) GetStoragePriceUsd() *StrRange

func (*InfrastructureConstraints) GetSubLocationChangeable

func (x *InfrastructureConstraints) GetSubLocationChangeable() []string

func (*InfrastructureConstraints) GetTensorCores

func (x *InfrastructureConstraints) GetTensorCores() *Int32Range

func (*InfrastructureConstraints) GetTotalGpuMemory

func (x *InfrastructureConstraints) GetTotalGpuMemory() *StrRange

func (*InfrastructureConstraints) GetVcpu

func (x *InfrastructureConstraints) GetVcpu() *Int32Range

func (*InfrastructureConstraints) HasComputePriceUsd

func (x *InfrastructureConstraints) HasComputePriceUsd() bool

func (*InfrastructureConstraints) HasCudaCores

func (x *InfrastructureConstraints) HasCudaCores() bool

func (*InfrastructureConstraints) HasGpuCount

func (x *InfrastructureConstraints) HasGpuCount() bool

func (*InfrastructureConstraints) HasGpuMemory

func (x *InfrastructureConstraints) HasGpuMemory() bool

func (*InfrastructureConstraints) HasGpuMemoryBandwidth

func (x *InfrastructureConstraints) HasGpuMemoryBandwidth() bool

func (*InfrastructureConstraints) HasMemory

func (x *InfrastructureConstraints) HasMemory() bool

func (*InfrastructureConstraints) HasNvidiaComputeCapability

func (x *InfrastructureConstraints) HasNvidiaComputeCapability() bool

func (*InfrastructureConstraints) HasRootDiskSize

func (x *InfrastructureConstraints) HasRootDiskSize() bool

func (*InfrastructureConstraints) HasStoragePriceUsd

func (x *InfrastructureConstraints) HasStoragePriceUsd() bool

func (*InfrastructureConstraints) HasTensorCores

func (x *InfrastructureConstraints) HasTensorCores() bool

func (*InfrastructureConstraints) HasTotalGpuMemory

func (x *InfrastructureConstraints) HasTotalGpuMemory() bool

func (*InfrastructureConstraints) HasVcpu

func (x *InfrastructureConstraints) HasVcpu() bool

func (*InfrastructureConstraints) ProtoMessage

func (*InfrastructureConstraints) ProtoMessage()

func (*InfrastructureConstraints) ProtoReflect

func (*InfrastructureConstraints) Reset

func (x *InfrastructureConstraints) Reset()

func (*InfrastructureConstraints) SetCloudCreds

func (x *InfrastructureConstraints) SetCloudCreds(v []string)

func (*InfrastructureConstraints) SetCloudLocations

func (x *InfrastructureConstraints) SetCloudLocations(v []string)

func (*InfrastructureConstraints) SetCloudProviders

func (x *InfrastructureConstraints) SetCloudProviders(v []string)

func (*InfrastructureConstraints) SetCloudSubLocations

func (x *InfrastructureConstraints) SetCloudSubLocations(v []string)

func (*InfrastructureConstraints) SetCloudTenantTypes

func (x *InfrastructureConstraints) SetCloudTenantTypes(v []string)

func (*InfrastructureConstraints) SetComputePriceUsd

func (x *InfrastructureConstraints) SetComputePriceUsd(v *StrRange)

func (*InfrastructureConstraints) SetCountries

func (x *InfrastructureConstraints) SetCountries(v []string)

func (*InfrastructureConstraints) SetCudaCores

func (x *InfrastructureConstraints) SetCudaCores(v *Int32Range)

func (*InfrastructureConstraints) SetGeographicLocations

func (x *InfrastructureConstraints) SetGeographicLocations(v []string)

func (*InfrastructureConstraints) SetGpuArchitecture

func (x *InfrastructureConstraints) SetGpuArchitecture(v []string)

func (*InfrastructureConstraints) SetGpuCount

func (x *InfrastructureConstraints) SetGpuCount(v *Int32Range)

func (*InfrastructureConstraints) SetGpuMemory

func (x *InfrastructureConstraints) SetGpuMemory(v *StrRange)

func (*InfrastructureConstraints) SetGpuMemoryBandwidth

func (x *InfrastructureConstraints) SetGpuMemoryBandwidth(v *StrRange)

func (*InfrastructureConstraints) SetGpuSeries

func (x *InfrastructureConstraints) SetGpuSeries(v []string)

func (*InfrastructureConstraints) SetGpuType

func (x *InfrastructureConstraints) SetGpuType(v []string)

func (*InfrastructureConstraints) SetMemory

func (x *InfrastructureConstraints) SetMemory(v *StrRange)

func (*InfrastructureConstraints) SetNvidiaComputeCapability

func (x *InfrastructureConstraints) SetNvidiaComputeCapability(v *StrRange)

func (*InfrastructureConstraints) SetPreemptible

func (x *InfrastructureConstraints) SetPreemptible(v []string)

func (*InfrastructureConstraints) SetPrivileged

func (x *InfrastructureConstraints) SetPrivileged(v []string)

func (*InfrastructureConstraints) SetRootDiskResizeable

func (x *InfrastructureConstraints) SetRootDiskResizeable(v []string)

func (*InfrastructureConstraints) SetRootDiskSize

func (x *InfrastructureConstraints) SetRootDiskSize(v *StrRange)

func (*InfrastructureConstraints) SetStoppable

func (x *InfrastructureConstraints) SetStoppable(v []string)

func (*InfrastructureConstraints) SetStoragePriceUsd

func (x *InfrastructureConstraints) SetStoragePriceUsd(v *StrRange)

func (*InfrastructureConstraints) SetSubLocationChangeable

func (x *InfrastructureConstraints) SetSubLocationChangeable(v []string)

func (*InfrastructureConstraints) SetTensorCores

func (x *InfrastructureConstraints) SetTensorCores(v *Int32Range)

func (*InfrastructureConstraints) SetTotalGpuMemory

func (x *InfrastructureConstraints) SetTotalGpuMemory(v *StrRange)

func (*InfrastructureConstraints) SetVcpu

func (x *InfrastructureConstraints) SetVcpu(v *Int32Range)

func (*InfrastructureConstraints) String

func (x *InfrastructureConstraints) String() string

type InfrastructureConstraints_builder

type InfrastructureConstraints_builder struct {
	Vcpu                    *Int32Range
	Memory                  *StrRange
	RootDiskSize            *StrRange
	GpuArchitecture         []string
	GpuSeries               []string
	GpuType                 []string
	NvidiaComputeCapability *StrRange
	GpuMemory               *StrRange
	GpuCount                *Int32Range
	TotalGpuMemory          *StrRange
	CudaCores               *Int32Range
	TensorCores             *Int32Range
	GpuMemoryBandwidth      *StrRange
	ComputePriceUsd         *StrRange
	StoragePriceUsd         *StrRange
	Countries               []string
	GeographicLocations     []string
	CloudProviders          []string
	CloudCreds              []string
	CloudTenantTypes        []string
	CloudLocations          []string
	CloudSubLocations       []string
	Preemptible             []string
	Stoppable               []string
	SubLocationChangeable   []string
	RootDiskResizeable      []string
	Privileged              []string
	// contains filtered or unexported fields
}

func (InfrastructureConstraints_builder) Build

type Ingress

type Ingress struct {
	IngressId       string                 `protobuf:"bytes,1,opt,name=ingress_id,json=ingressId,proto3" json:"ingress_id,omitempty"`
	Hostname        string                 `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Path            string                 `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	ServiceType     string                 `protobuf:"bytes,4,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	Port            int32                  `protobuf:"varint,5,opt,name=port,proto3" json:"port,omitempty"`
	ServiceHostname string                 `protobuf:"bytes,8,opt,name=service_hostname,json=serviceHostname,proto3" json:"service_hostname,omitempty"`
	AccessPolicies  []*AccessPolicy        `protobuf:"bytes,6,rep,name=access_policies,json=accessPolicies,proto3" json:"access_policies,omitempty"`
	CreateTime      *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Ingress) ClearCreateTime

func (x *Ingress) ClearCreateTime()

func (*Ingress) GetAccessPolicies

func (x *Ingress) GetAccessPolicies() []*AccessPolicy

func (*Ingress) GetCreateTime

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

func (*Ingress) GetHostname

func (x *Ingress) GetHostname() string

func (*Ingress) GetIngressId

func (x *Ingress) GetIngressId() string

func (*Ingress) GetPath

func (x *Ingress) GetPath() string

func (*Ingress) GetPort

func (x *Ingress) GetPort() int32

func (*Ingress) GetServiceHostname

func (x *Ingress) GetServiceHostname() string

func (*Ingress) GetServiceType

func (x *Ingress) GetServiceType() string

func (*Ingress) HasCreateTime

func (x *Ingress) HasCreateTime() bool

func (*Ingress) ProtoMessage

func (*Ingress) ProtoMessage()

func (*Ingress) ProtoReflect

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

func (*Ingress) Reset

func (x *Ingress) Reset()

func (*Ingress) SetAccessPolicies

func (x *Ingress) SetAccessPolicies(v []*AccessPolicy)

func (*Ingress) SetCreateTime

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

func (*Ingress) SetHostname

func (x *Ingress) SetHostname(v string)

func (*Ingress) SetIngressId

func (x *Ingress) SetIngressId(v string)

func (*Ingress) SetPath

func (x *Ingress) SetPath(v string)

func (*Ingress) SetPort

func (x *Ingress) SetPort(v int32)

func (*Ingress) SetServiceHostname

func (x *Ingress) SetServiceHostname(v string)

func (*Ingress) SetServiceType

func (x *Ingress) SetServiceType(v string)

func (*Ingress) String

func (x *Ingress) String() string

type IngressGateway

type IngressGateway struct {
	IngressGatewayId string                        `protobuf:"bytes,1,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_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"`
	Ingresses        []*Ingress                    `protobuf:"bytes,4,rep,name=ingresses,proto3" json:"ingresses,omitempty"`
	Labels           map[string]string             `` /* 139-byte string literal not displayed */
	ExternalId       string                        `protobuf:"bytes,6,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Status           IngressGatewayStatus          `protobuf:"varint,7,opt,name=status,proto3,enum=devplaneapi.v1.IngressGatewayStatus" json:"status,omitempty"`
	Installations    []*IngressGatewayInstallation `protobuf:"bytes,8,rep,name=installations,proto3" json:"installations,omitempty"`
	// contains filtered or unexported fields
}

func (*IngressGateway) ClearCreateTime

func (x *IngressGateway) ClearCreateTime()

func (*IngressGateway) ClearUpdateTime

func (x *IngressGateway) ClearUpdateTime()

func (*IngressGateway) GetCreateTime

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

func (*IngressGateway) GetExternalId

func (x *IngressGateway) GetExternalId() string

func (*IngressGateway) GetIngressGatewayId

func (x *IngressGateway) GetIngressGatewayId() string

func (*IngressGateway) GetIngresses

func (x *IngressGateway) GetIngresses() []*Ingress

func (*IngressGateway) GetInstallations

func (x *IngressGateway) GetInstallations() []*IngressGatewayInstallation

func (*IngressGateway) GetLabels

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

func (*IngressGateway) GetStatus

func (x *IngressGateway) GetStatus() IngressGatewayStatus

func (*IngressGateway) GetUpdateTime

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

func (*IngressGateway) HasCreateTime

func (x *IngressGateway) HasCreateTime() bool

func (*IngressGateway) HasUpdateTime

func (x *IngressGateway) HasUpdateTime() bool

func (*IngressGateway) ProtoMessage

func (*IngressGateway) ProtoMessage()

func (*IngressGateway) ProtoReflect

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

func (*IngressGateway) Reset

func (x *IngressGateway) Reset()

func (*IngressGateway) SetCreateTime

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

func (*IngressGateway) SetExternalId

func (x *IngressGateway) SetExternalId(v string)

func (*IngressGateway) SetIngressGatewayId

func (x *IngressGateway) SetIngressGatewayId(v string)

func (*IngressGateway) SetIngresses

func (x *IngressGateway) SetIngresses(v []*Ingress)

func (*IngressGateway) SetInstallations

func (x *IngressGateway) SetInstallations(v []*IngressGatewayInstallation)

func (*IngressGateway) SetLabels

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

func (*IngressGateway) SetStatus

func (x *IngressGateway) SetStatus(v IngressGatewayStatus)

func (*IngressGateway) SetUpdateTime

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

func (*IngressGateway) String

func (x *IngressGateway) String() string

type IngressGatewayInstallation

type IngressGatewayInstallation struct {
	IngressGatewayInstallationId string                 `` /* 149-byte string literal not displayed */
	IngressGatewayId             string                 `protobuf:"bytes,2,opt,name=ingress_gateway_id,json=ingressGatewayId,proto3" json:"ingress_gateway_id,omitempty"`
	InstallationReferenceId      string                 `` /* 132-byte string literal not displayed */
	CreateTime                   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime                   *timestamppb.Timestamp `protobuf:"bytes,5,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 (*IngressGatewayInstallation) ClearCreateTime

func (x *IngressGatewayInstallation) ClearCreateTime()

func (*IngressGatewayInstallation) ClearUpdateTime

func (x *IngressGatewayInstallation) ClearUpdateTime()

func (*IngressGatewayInstallation) GetCreateTime

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

func (*IngressGatewayInstallation) GetIngressGatewayId

func (x *IngressGatewayInstallation) GetIngressGatewayId() string

func (*IngressGatewayInstallation) GetIngressGatewayInstallationId

func (x *IngressGatewayInstallation) GetIngressGatewayInstallationId() string

func (*IngressGatewayInstallation) GetInstallationReferenceId

func (x *IngressGatewayInstallation) GetInstallationReferenceId() string

func (*IngressGatewayInstallation) GetLabels

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

func (*IngressGatewayInstallation) GetUpdateTime

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

func (*IngressGatewayInstallation) HasCreateTime

func (x *IngressGatewayInstallation) HasCreateTime() bool

func (*IngressGatewayInstallation) HasUpdateTime

func (x *IngressGatewayInstallation) HasUpdateTime() bool

func (*IngressGatewayInstallation) ProtoMessage

func (*IngressGatewayInstallation) ProtoMessage()

func (*IngressGatewayInstallation) ProtoReflect

func (*IngressGatewayInstallation) Reset

func (x *IngressGatewayInstallation) Reset()

func (*IngressGatewayInstallation) SetCreateTime

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

func (*IngressGatewayInstallation) SetIngressGatewayId

func (x *IngressGatewayInstallation) SetIngressGatewayId(v string)

func (*IngressGatewayInstallation) SetIngressGatewayInstallationId

func (x *IngressGatewayInstallation) SetIngressGatewayInstallationId(v string)

func (*IngressGatewayInstallation) SetInstallationReferenceId

func (x *IngressGatewayInstallation) SetInstallationReferenceId(v string)

func (*IngressGatewayInstallation) SetLabels

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

func (*IngressGatewayInstallation) SetUpdateTime

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

func (*IngressGatewayInstallation) String

func (x *IngressGatewayInstallation) String() string

type IngressGatewayInstallation_builder

type IngressGatewayInstallation_builder struct {
	IngressGatewayInstallationId string
	IngressGatewayId             string
	InstallationReferenceId      string
	CreateTime                   *timestamppb.Timestamp
	UpdateTime                   *timestamppb.Timestamp
	Labels                       map[string]string
	// contains filtered or unexported fields
}

func (IngressGatewayInstallation_builder) Build

type IngressGatewayStatus

type IngressGatewayStatus int32
const (
	IngressGatewayStatus_INGRESS_GATEWAY_STATUS_UNSPECIFIED IngressGatewayStatus = 0
	IngressGatewayStatus_INGRESS_GATEWAY_STATUS_UNKNOWN     IngressGatewayStatus = 1
	IngressGatewayStatus_INGRESS_GATEWAY_STATUS_HEALTHY     IngressGatewayStatus = 2
	IngressGatewayStatus_INGRESS_GATEWAY_STATUS_DOWN        IngressGatewayStatus = 3
	IngressGatewayStatus_INGRESS_GATEWAY_STATUS_INACTIVE    IngressGatewayStatus = 4
)

func (IngressGatewayStatus) Descriptor

func (IngressGatewayStatus) Enum

func (IngressGatewayStatus) Number

func (IngressGatewayStatus) String

func (x IngressGatewayStatus) String() string

func (IngressGatewayStatus) Type

type IngressGatewayToken

type IngressGatewayToken struct {
	IngressGatewayTokenId string                 `` /* 128-byte string literal not displayed */
	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 */
	Name                  string                 `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	ExpireTime            *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	ClientId              string                 `protobuf:"bytes,8,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret          string                 `protobuf:"bytes,9,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*IngressGatewayToken) ClearCreateTime

func (x *IngressGatewayToken) ClearCreateTime()

func (*IngressGatewayToken) ClearExpireTime

func (x *IngressGatewayToken) ClearExpireTime()

func (*IngressGatewayToken) ClearUpdateTime

func (x *IngressGatewayToken) ClearUpdateTime()

func (*IngressGatewayToken) GetClientId

func (x *IngressGatewayToken) GetClientId() string

func (*IngressGatewayToken) GetClientSecret

func (x *IngressGatewayToken) GetClientSecret() string

func (*IngressGatewayToken) GetCreateTime

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

func (*IngressGatewayToken) GetExpireTime

func (x *IngressGatewayToken) GetExpireTime() *timestamppb.Timestamp

func (*IngressGatewayToken) GetIngressGatewayTokenId

func (x *IngressGatewayToken) GetIngressGatewayTokenId() string

func (*IngressGatewayToken) GetLabels

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

func (*IngressGatewayToken) GetName

func (x *IngressGatewayToken) GetName() string

func (*IngressGatewayToken) GetUpdateTime

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

func (*IngressGatewayToken) HasCreateTime

func (x *IngressGatewayToken) HasCreateTime() bool

func (*IngressGatewayToken) HasExpireTime

func (x *IngressGatewayToken) HasExpireTime() bool

func (*IngressGatewayToken) HasUpdateTime

func (x *IngressGatewayToken) HasUpdateTime() bool

func (*IngressGatewayToken) ProtoMessage

func (*IngressGatewayToken) ProtoMessage()

func (*IngressGatewayToken) ProtoReflect

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

func (*IngressGatewayToken) Reset

func (x *IngressGatewayToken) Reset()

func (*IngressGatewayToken) SetClientId

func (x *IngressGatewayToken) SetClientId(v string)

func (*IngressGatewayToken) SetClientSecret

func (x *IngressGatewayToken) SetClientSecret(v string)

func (*IngressGatewayToken) SetCreateTime

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

func (*IngressGatewayToken) SetExpireTime

func (x *IngressGatewayToken) SetExpireTime(v *timestamppb.Timestamp)

func (*IngressGatewayToken) SetIngressGatewayTokenId

func (x *IngressGatewayToken) SetIngressGatewayTokenId(v string)

func (*IngressGatewayToken) SetLabels

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

func (*IngressGatewayToken) SetName

func (x *IngressGatewayToken) SetName(v string)

func (*IngressGatewayToken) SetUpdateTime

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

func (*IngressGatewayToken) String

func (x *IngressGatewayToken) String() string

type IngressGatewayToken_builder

type IngressGatewayToken_builder struct {
	IngressGatewayTokenId string
	CreateTime            *timestamppb.Timestamp
	UpdateTime            *timestamppb.Timestamp
	Labels                map[string]string
	Name                  string
	ExpireTime            *timestamppb.Timestamp
	ClientId              string
	ClientSecret          string
	// contains filtered or unexported fields
}

func (IngressGatewayToken_builder) Build

type IngressGateway_builder

type IngressGateway_builder struct {
	IngressGatewayId string
	CreateTime       *timestamppb.Timestamp
	UpdateTime       *timestamppb.Timestamp
	Ingresses        []*Ingress
	Labels           map[string]string
	ExternalId       string
	Status           IngressGatewayStatus
	Installations    []*IngressGatewayInstallation
	// contains filtered or unexported fields
}

func (IngressGateway_builder) Build

type Ingress_builder

type Ingress_builder struct {
	IngressId       string
	Hostname        string
	Path            string
	ServiceType     string
	Port            int32
	ServiceHostname string
	AccessPolicies  []*AccessPolicy
	CreateTime      *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (Ingress_builder) Build

func (b0 Ingress_builder) Build() *Ingress

type Instance

type Instance struct {
	InstanceId           string                 `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_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"`
	Status               *Status                `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Hostname             string                 `protobuf:"bytes,6,opt,name=hostname,proto3" json:"hostname,omitempty"` // deprecated -> use public_dns
	Location             string                 `protobuf:"bytes,7,opt,name=location,proto3" json:"location,omitempty"`
	ImageId              string                 `protobuf:"bytes,8,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	InstanceType         string                 `protobuf:"bytes,9,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	DiskSize             string                 `protobuf:"bytes,10,opt,name=disk_size,json=diskSize,proto3" json:"disk_size,omitempty"`
	ProviderInstanceId   string                 `protobuf:"bytes,11,opt,name=provider_instance_id,json=providerInstanceId,proto3" json:"provider_instance_id,omitempty"`
	Labels               map[string]string      `` /* 140-byte string literal not displayed */
	FirewallRules        *FirewallRules         `protobuf:"bytes,13,opt,name=firewall_rules,json=firewallRules,proto3" json:"firewall_rules,omitempty"`
	PublicDns            string                 `protobuf:"bytes,14,opt,name=public_dns,json=publicDns,proto3" json:"public_dns,omitempty"`
	PublicIp             string                 `protobuf:"bytes,15,opt,name=public_ip,json=publicIp,proto3" json:"public_ip,omitempty"`
	RetireTimeout        *string                `protobuf:"bytes,16,opt,name=retire_timeout,json=retireTimeout,proto3,oneof" json:"retire_timeout,omitempty"`
	RetireTime           *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=retire_time,json=retireTime,proto3" json:"retire_time,omitempty"`
	SshUser              string                 `protobuf:"bytes,18,opt,name=ssh_user,json=sshUser,proto3" json:"ssh_user,omitempty"`
	SshPort              int32                  `protobuf:"varint,19,opt,name=ssh_port,json=sshPort,proto3" json:"ssh_port,omitempty"`
	PublicKey            string                 `protobuf:"bytes,20,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	SubLocation          string                 `protobuf:"bytes,21,opt,name=sub_location,json=subLocation,proto3" json:"sub_location,omitempty"`
	IsStoppable          bool                   `protobuf:"varint,22,opt,name=is_stoppable,json=isStoppable,proto3" json:"is_stoppable,omitempty"`
	IsRebootable         bool                   `protobuf:"varint,23,opt,name=is_rebootable,json=isRebootable,proto3" json:"is_rebootable,omitempty"`
	AdditionalDisks      []*Disk                `protobuf:"bytes,27,rep,name=additional_disks,json=additionalDisks,proto3" json:"additional_disks,omitempty"`
	InternalPortMappings []*PortMapping         `protobuf:"bytes,29,rep,name=internal_port_mappings,json=internalPortMappings,proto3" json:"internal_port_mappings,omitempty"`
	InstanceTypeInfo     *InstanceType          `protobuf:"bytes,24,opt,name=instance_type_info,json=instanceTypeInfo,proto3" json:"instance_type_info,omitempty"`
	Namespace            string                 `protobuf:"bytes,25,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name                 string                 `protobuf:"bytes,26,opt,name=name,proto3" json:"name,omitempty"`
	ProvisionStatus      *CreateAttemptStatus   `protobuf:"bytes,28,opt,name=provision_status,json=provisionStatus,proto3" json:"provision_status,omitempty"`
	// contains filtered or unexported fields
}

func (*Instance) ClearCreateTime

func (x *Instance) ClearCreateTime()

func (*Instance) ClearFirewallRules

func (x *Instance) ClearFirewallRules()

func (*Instance) ClearInstanceTypeInfo

func (x *Instance) ClearInstanceTypeInfo()

func (*Instance) ClearProvisionStatus

func (x *Instance) ClearProvisionStatus()

func (*Instance) ClearRetireTime

func (x *Instance) ClearRetireTime()

func (*Instance) ClearRetireTimeout

func (x *Instance) ClearRetireTimeout()

func (*Instance) ClearStatus

func (x *Instance) ClearStatus()

func (*Instance) ClearUpdateTime

func (x *Instance) ClearUpdateTime()

func (*Instance) GetAdditionalDisks

func (x *Instance) GetAdditionalDisks() []*Disk

func (*Instance) GetCloudCredId

func (x *Instance) GetCloudCredId() string

func (*Instance) GetCreateTime

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

func (*Instance) GetDiskSize

func (x *Instance) GetDiskSize() string

func (*Instance) GetFirewallRules

func (x *Instance) GetFirewallRules() *FirewallRules

func (*Instance) GetHostname

func (x *Instance) GetHostname() string

func (*Instance) GetImageId

func (x *Instance) GetImageId() string

func (*Instance) GetInstanceId

func (x *Instance) GetInstanceId() string

func (*Instance) GetInstanceType

func (x *Instance) GetInstanceType() string

func (*Instance) GetInstanceTypeInfo

func (x *Instance) GetInstanceTypeInfo() *InstanceType

func (*Instance) GetInternalPortMappings

func (x *Instance) GetInternalPortMappings() []*PortMapping

func (*Instance) GetIsRebootable

func (x *Instance) GetIsRebootable() bool

func (*Instance) GetIsStoppable

func (x *Instance) GetIsStoppable() bool

func (*Instance) GetLabels

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

func (*Instance) GetLocation

func (x *Instance) GetLocation() string

func (*Instance) GetName

func (x *Instance) GetName() string

func (*Instance) GetNamespace

func (x *Instance) GetNamespace() string

func (*Instance) GetProviderInstanceId

func (x *Instance) GetProviderInstanceId() string

func (*Instance) GetProvisionStatus

func (x *Instance) GetProvisionStatus() *CreateAttemptStatus

func (*Instance) GetPublicDns

func (x *Instance) GetPublicDns() string

func (*Instance) GetPublicIp

func (x *Instance) GetPublicIp() string

func (*Instance) GetPublicKey

func (x *Instance) GetPublicKey() string

func (*Instance) GetRetireTime

func (x *Instance) GetRetireTime() *timestamppb.Timestamp

func (*Instance) GetRetireTimeout

func (x *Instance) GetRetireTimeout() string

func (*Instance) GetSshPort

func (x *Instance) GetSshPort() int32

func (*Instance) GetSshUser

func (x *Instance) GetSshUser() string

func (*Instance) GetStatus

func (x *Instance) GetStatus() *Status

func (*Instance) GetSubLocation

func (x *Instance) GetSubLocation() string

func (*Instance) GetUpdateTime

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

func (*Instance) HasCreateTime

func (x *Instance) HasCreateTime() bool

func (*Instance) HasFirewallRules

func (x *Instance) HasFirewallRules() bool

func (*Instance) HasInstanceTypeInfo

func (x *Instance) HasInstanceTypeInfo() bool

func (*Instance) HasProvisionStatus

func (x *Instance) HasProvisionStatus() bool

func (*Instance) HasRetireTime

func (x *Instance) HasRetireTime() bool

func (*Instance) HasRetireTimeout

func (x *Instance) HasRetireTimeout() bool

func (*Instance) HasStatus

func (x *Instance) HasStatus() bool

func (*Instance) HasUpdateTime

func (x *Instance) HasUpdateTime() bool

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

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

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) SetAdditionalDisks

func (x *Instance) SetAdditionalDisks(v []*Disk)

func (*Instance) SetCloudCredId

func (x *Instance) SetCloudCredId(v string)

func (*Instance) SetCreateTime

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

func (*Instance) SetDiskSize

func (x *Instance) SetDiskSize(v string)

func (*Instance) SetFirewallRules

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

func (*Instance) SetHostname

func (x *Instance) SetHostname(v string)

func (*Instance) SetImageId

func (x *Instance) SetImageId(v string)

func (*Instance) SetInstanceId

func (x *Instance) SetInstanceId(v string)

func (*Instance) SetInstanceType

func (x *Instance) SetInstanceType(v string)

func (*Instance) SetInstanceTypeInfo

func (x *Instance) SetInstanceTypeInfo(v *InstanceType)

func (*Instance) SetInternalPortMappings

func (x *Instance) SetInternalPortMappings(v []*PortMapping)

func (*Instance) SetIsRebootable

func (x *Instance) SetIsRebootable(v bool)

func (*Instance) SetIsStoppable

func (x *Instance) SetIsStoppable(v bool)

func (*Instance) SetLabels

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

func (*Instance) SetLocation

func (x *Instance) SetLocation(v string)

func (*Instance) SetName

func (x *Instance) SetName(v string)

func (*Instance) SetNamespace

func (x *Instance) SetNamespace(v string)

func (*Instance) SetProviderInstanceId

func (x *Instance) SetProviderInstanceId(v string)

func (*Instance) SetProvisionStatus

func (x *Instance) SetProvisionStatus(v *CreateAttemptStatus)

func (*Instance) SetPublicDns

func (x *Instance) SetPublicDns(v string)

func (*Instance) SetPublicIp

func (x *Instance) SetPublicIp(v string)

func (*Instance) SetPublicKey

func (x *Instance) SetPublicKey(v string)

func (*Instance) SetRetireTime

func (x *Instance) SetRetireTime(v *timestamppb.Timestamp)

func (*Instance) SetRetireTimeout

func (x *Instance) SetRetireTimeout(v string)

func (*Instance) SetSshPort

func (x *Instance) SetSshPort(v int32)

func (*Instance) SetSshUser

func (x *Instance) SetSshUser(v string)

func (*Instance) SetStatus

func (x *Instance) SetStatus(v *Status)

func (*Instance) SetSubLocation

func (x *Instance) SetSubLocation(v string)

func (*Instance) SetUpdateTime

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

func (*Instance) String

func (x *Instance) String() string

type InstanceExec

type InstanceExec struct {
	InstanceExecId    string                 `protobuf:"bytes,1,opt,name=instance_exec_id,json=instanceExecId,proto3" json:"instance_exec_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 */
	Type              string                 `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	Script            string                 `protobuf:"bytes,7,opt,name=script,proto3" json:"script,omitempty"`
	ConnectionTimeout string                 `protobuf:"bytes,8,opt,name=connection_timeout,json=connectionTimeout,proto3" json:"connection_timeout,omitempty"`
	Status            string                 `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	Result            *Result                `protobuf:"bytes,10,opt,name=result,proto3" json:"result,omitempty"`
	// Types that are valid to be assigned to Connection:
	//
	//	*InstanceExec_SshConnection
	Connection isInstanceExec_Connection `protobuf_oneof:"connection"`
	RunTimeout string                    `protobuf:"bytes,12,opt,name=run_timeout,json=runTimeout,proto3" json:"run_timeout,omitempty"`
	InstanceId string                    `protobuf:"bytes,13,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceExec) ClearConnection

func (x *InstanceExec) ClearConnection()

func (*InstanceExec) ClearCreateTime

func (x *InstanceExec) ClearCreateTime()

func (*InstanceExec) ClearResult

func (x *InstanceExec) ClearResult()

func (*InstanceExec) ClearSshConnection

func (x *InstanceExec) ClearSshConnection()

func (*InstanceExec) ClearUpdateTime

func (x *InstanceExec) ClearUpdateTime()

func (*InstanceExec) GetConnection

func (x *InstanceExec) GetConnection() isInstanceExec_Connection

func (*InstanceExec) GetConnectionTimeout

func (x *InstanceExec) GetConnectionTimeout() string

func (*InstanceExec) GetCreateTime

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

func (*InstanceExec) GetInstanceExecId

func (x *InstanceExec) GetInstanceExecId() string

func (*InstanceExec) GetInstanceId

func (x *InstanceExec) GetInstanceId() string

func (*InstanceExec) GetLabels

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

func (*InstanceExec) GetResult

func (x *InstanceExec) GetResult() *Result

func (*InstanceExec) GetRunTimeout

func (x *InstanceExec) GetRunTimeout() string

func (*InstanceExec) GetScript

func (x *InstanceExec) GetScript() string

func (*InstanceExec) GetSshConnection

func (x *InstanceExec) GetSshConnection() *SshConnection

func (*InstanceExec) GetStatus

func (x *InstanceExec) GetStatus() string

func (*InstanceExec) GetType

func (x *InstanceExec) GetType() string

func (*InstanceExec) GetUpdateTime

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

func (*InstanceExec) HasConnection

func (x *InstanceExec) HasConnection() bool

func (*InstanceExec) HasCreateTime

func (x *InstanceExec) HasCreateTime() bool

func (*InstanceExec) HasResult

func (x *InstanceExec) HasResult() bool

func (*InstanceExec) HasSshConnection

func (x *InstanceExec) HasSshConnection() bool

func (*InstanceExec) HasUpdateTime

func (x *InstanceExec) HasUpdateTime() bool

func (*InstanceExec) ProtoMessage

func (*InstanceExec) ProtoMessage()

func (*InstanceExec) ProtoReflect

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

func (*InstanceExec) Reset

func (x *InstanceExec) Reset()

func (*InstanceExec) SetConnectionTimeout

func (x *InstanceExec) SetConnectionTimeout(v string)

func (*InstanceExec) SetCreateTime

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

func (*InstanceExec) SetInstanceExecId

func (x *InstanceExec) SetInstanceExecId(v string)

func (*InstanceExec) SetInstanceId

func (x *InstanceExec) SetInstanceId(v string)

func (*InstanceExec) SetLabels

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

func (*InstanceExec) SetResult

func (x *InstanceExec) SetResult(v *Result)

func (*InstanceExec) SetRunTimeout

func (x *InstanceExec) SetRunTimeout(v string)

func (*InstanceExec) SetScript

func (x *InstanceExec) SetScript(v string)

func (*InstanceExec) SetSshConnection

func (x *InstanceExec) SetSshConnection(v *SshConnection)

func (*InstanceExec) SetStatus

func (x *InstanceExec) SetStatus(v string)

func (*InstanceExec) SetType

func (x *InstanceExec) SetType(v string)

func (*InstanceExec) SetUpdateTime

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

func (*InstanceExec) String

func (x *InstanceExec) String() string

func (*InstanceExec) WhichConnection

func (x *InstanceExec) WhichConnection() case_InstanceExec_Connection

type InstanceExec_SshConnection

type InstanceExec_SshConnection struct {
	SshConnection *SshConnection `protobuf:"bytes,11,opt,name=ssh_connection,json=sshConnection,proto3,oneof"` // Brev brev = 7;
}

type InstanceExec_builder

type InstanceExec_builder struct {
	InstanceExecId    string
	CreateTime        *timestamppb.Timestamp
	UpdateTime        *timestamppb.Timestamp
	Labels            map[string]string
	Type              string
	Script            string
	ConnectionTimeout string
	Status            string
	Result            *Result
	// Fields of oneof Connection:
	SshConnection *SshConnection
	// -- end of Connection
	RunTimeout string
	InstanceId string
	// contains filtered or unexported fields
}

func (InstanceExec_builder) Build

func (b0 InstanceExec_builder) Build() *InstanceExec

type InstanceProvision

type InstanceProvision struct {
	ProvisionId          string           `protobuf:"bytes,1,opt,name=provision_id,json=provisionId,proto3" json:"provision_id,omitempty"`
	ProvisionRetryPolicy *RetryPolicy     `protobuf:"bytes,2,opt,name=provision_retry_policy,json=provisionRetryPolicy,proto3" json:"provision_retry_policy,omitempty"`
	ProvisionStatus      *ProvisionStatus `protobuf:"bytes,3,opt,name=provision_status,json=provisionStatus,proto3" json:"provision_status,omitempty"`
	Instance             *Instance        `protobuf:"bytes,4,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceProvision) ClearInstance

func (x *InstanceProvision) ClearInstance()

func (*InstanceProvision) ClearProvisionRetryPolicy

func (x *InstanceProvision) ClearProvisionRetryPolicy()

func (*InstanceProvision) ClearProvisionStatus

func (x *InstanceProvision) ClearProvisionStatus()

func (*InstanceProvision) GetInstance

func (x *InstanceProvision) GetInstance() *Instance

func (*InstanceProvision) GetProvisionId

func (x *InstanceProvision) GetProvisionId() string

func (*InstanceProvision) GetProvisionRetryPolicy

func (x *InstanceProvision) GetProvisionRetryPolicy() *RetryPolicy

func (*InstanceProvision) GetProvisionStatus

func (x *InstanceProvision) GetProvisionStatus() *ProvisionStatus

func (*InstanceProvision) HasInstance

func (x *InstanceProvision) HasInstance() bool

func (*InstanceProvision) HasProvisionRetryPolicy

func (x *InstanceProvision) HasProvisionRetryPolicy() bool

func (*InstanceProvision) HasProvisionStatus

func (x *InstanceProvision) HasProvisionStatus() bool

func (*InstanceProvision) ProtoMessage

func (*InstanceProvision) ProtoMessage()

func (*InstanceProvision) ProtoReflect

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

func (*InstanceProvision) Reset

func (x *InstanceProvision) Reset()

func (*InstanceProvision) SetInstance

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

func (*InstanceProvision) SetProvisionId

func (x *InstanceProvision) SetProvisionId(v string)

func (*InstanceProvision) SetProvisionRetryPolicy

func (x *InstanceProvision) SetProvisionRetryPolicy(v *RetryPolicy)

func (*InstanceProvision) SetProvisionStatus

func (x *InstanceProvision) SetProvisionStatus(v *ProvisionStatus)

func (*InstanceProvision) String

func (x *InstanceProvision) String() string

type InstanceProvision_builder

type InstanceProvision_builder struct {
	ProvisionId          string
	ProvisionRetryPolicy *RetryPolicy
	ProvisionStatus      *ProvisionStatus
	Instance             *Instance
	// contains filtered or unexported fields
}

func (InstanceProvision_builder) Build

type InstanceType

type InstanceType struct {
	Type                            string               `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	SupportedGpus                   []*Gpu               `protobuf:"bytes,2,rep,name=supported_gpus,json=supportedGpus,proto3" json:"supported_gpus,omitempty"`
	SupportedStorage                []*Storage           `protobuf:"bytes,3,rep,name=supported_storage,json=supportedStorage,proto3" json:"supported_storage,omitempty"`
	Memory                          string               `protobuf:"bytes,4,opt,name=memory,proto3" json:"memory,omitempty"`
	MaximumNetworkInterfaces        int32                `` /* 136-byte string literal not displayed */
	NetworkPerformance              string               `protobuf:"bytes,6,opt,name=network_performance,json=networkPerformance,proto3" json:"network_performance,omitempty"`
	SupportedNumCores               []int32              `protobuf:"varint,7,rep,packed,name=supported_num_cores,json=supportedNumCores,proto3" json:"supported_num_cores,omitempty"`
	DefaultCores                    int32                `protobuf:"varint,8,opt,name=default_cores,json=defaultCores,proto3" json:"default_cores,omitempty"`
	Vcpu                            int32                `protobuf:"varint,9,opt,name=vcpu,proto3" json:"vcpu,omitempty"`
	SupportedArchitectures          []string             `` /* 128-byte string literal not displayed */
	ClockSpeedInGhz                 string               `protobuf:"bytes,11,opt,name=clock_speed_in_ghz,json=clockSpeedInGhz,proto3" json:"clock_speed_in_ghz,omitempty"`
	SubLocation                     string               `protobuf:"bytes,12,opt,name=sub_location,json=subLocation,proto3" json:"sub_location,omitempty"`
	Prices                          []*InstanceTypePrice `protobuf:"bytes,13,rep,name=prices,proto3" json:"prices,omitempty"` // to deprecate (use product)
	DefaultPrice                    string               `protobuf:"bytes,14,opt,name=default_price,json=defaultPrice,proto3" json:"default_price,omitempty"`
	ElasticRootVolume               bool                 `protobuf:"varint,15,opt,name=elastic_root_volume,json=elasticRootVolume,proto3" json:"elastic_root_volume,omitempty"`
	SupportedUsageClasses           []string             `` /* 127-byte string literal not displayed */
	Quota                           *InstanceTypeQuota   `protobuf:"bytes,17,opt,name=quota,proto3" json:"quota,omitempty"`
	Location                        string               `protobuf:"bytes,18,opt,name=location,proto3" json:"location,omitempty"`
	IsAvailable                     bool                 `protobuf:"varint,19,opt,name=is_available,json=isAvailable,proto3" json:"is_available,omitempty"`
	VariablePrice                   bool                 `protobuf:"varint,20,opt,name=variable_price,json=variablePrice,proto3" json:"variable_price,omitempty"`
	Rebootable                      bool                 `protobuf:"varint,21,opt,name=rebootable,proto3" json:"rebootable,omitempty"`
	Preemptible                     bool                 `protobuf:"varint,22,opt,name=preemptible,proto3" json:"preemptible,omitempty"`
	BasePrice                       *CurrencyAmount      `protobuf:"bytes,23,opt,name=base_price,json=basePrice,proto3" json:"base_price,omitempty"`
	SubLocationTypeChangeable       bool                 `` /* 142-byte string literal not displayed */
	EstimatedDeployTime             string               `protobuf:"bytes,25,opt,name=estimated_deploy_time,json=estimatedDeployTime,proto3" json:"estimated_deploy_time,omitempty"`
	UserPrivilegeEscalationDisabled bool                 `` /* 160-byte string literal not displayed */
	NotPrivileged                   bool                 `protobuf:"varint,27,opt,name=not_privileged,json=notPrivileged,proto3" json:"not_privileged,omitempty"`
	IsContainer                     bool                 `protobuf:"varint,28,opt,name=is_container,json=isContainer,proto3" json:"is_container,omitempty"`
	Provider                        string               `protobuf:"bytes,29,opt,name=provider,proto3" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceType) ClearBasePrice

func (x *InstanceType) ClearBasePrice()

func (*InstanceType) ClearQuota

func (x *InstanceType) ClearQuota()

func (*InstanceType) GetBasePrice

func (x *InstanceType) GetBasePrice() *CurrencyAmount

func (*InstanceType) GetClockSpeedInGhz

func (x *InstanceType) GetClockSpeedInGhz() string

func (*InstanceType) GetDefaultCores

func (x *InstanceType) GetDefaultCores() int32

func (*InstanceType) GetDefaultPrice

func (x *InstanceType) GetDefaultPrice() string

func (*InstanceType) GetElasticRootVolume

func (x *InstanceType) GetElasticRootVolume() bool

func (*InstanceType) GetEstimatedDeployTime

func (x *InstanceType) GetEstimatedDeployTime() string

func (*InstanceType) GetIsAvailable

func (x *InstanceType) GetIsAvailable() bool

func (*InstanceType) GetIsContainer

func (x *InstanceType) GetIsContainer() bool

func (*InstanceType) GetLocation

func (x *InstanceType) GetLocation() string

func (*InstanceType) GetMaximumNetworkInterfaces

func (x *InstanceType) GetMaximumNetworkInterfaces() int32

func (*InstanceType) GetMemory

func (x *InstanceType) GetMemory() string

func (*InstanceType) GetNetworkPerformance

func (x *InstanceType) GetNetworkPerformance() string

func (*InstanceType) GetNotPrivileged

func (x *InstanceType) GetNotPrivileged() bool

func (*InstanceType) GetPreemptible

func (x *InstanceType) GetPreemptible() bool

func (*InstanceType) GetPrices

func (x *InstanceType) GetPrices() []*InstanceTypePrice

func (*InstanceType) GetProvider

func (x *InstanceType) GetProvider() string

func (*InstanceType) GetQuota

func (x *InstanceType) GetQuota() *InstanceTypeQuota

func (*InstanceType) GetRebootable

func (x *InstanceType) GetRebootable() bool

func (*InstanceType) GetSubLocation

func (x *InstanceType) GetSubLocation() string

func (*InstanceType) GetSubLocationTypeChangeable

func (x *InstanceType) GetSubLocationTypeChangeable() bool

func (*InstanceType) GetSupportedArchitectures

func (x *InstanceType) GetSupportedArchitectures() []string

func (*InstanceType) GetSupportedGpus

func (x *InstanceType) GetSupportedGpus() []*Gpu

func (*InstanceType) GetSupportedNumCores

func (x *InstanceType) GetSupportedNumCores() []int32

func (*InstanceType) GetSupportedStorage

func (x *InstanceType) GetSupportedStorage() []*Storage

func (*InstanceType) GetSupportedUsageClasses

func (x *InstanceType) GetSupportedUsageClasses() []string

func (*InstanceType) GetType

func (x *InstanceType) GetType() string

func (*InstanceType) GetUserPrivilegeEscalationDisabled

func (x *InstanceType) GetUserPrivilegeEscalationDisabled() bool

func (*InstanceType) GetVariablePrice

func (x *InstanceType) GetVariablePrice() bool

func (*InstanceType) GetVcpu

func (x *InstanceType) GetVcpu() int32

func (*InstanceType) HasBasePrice

func (x *InstanceType) HasBasePrice() bool

func (*InstanceType) HasQuota

func (x *InstanceType) HasQuota() bool

func (*InstanceType) ProtoMessage

func (*InstanceType) ProtoMessage()

func (*InstanceType) ProtoReflect

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

func (*InstanceType) Reset

func (x *InstanceType) Reset()

func (*InstanceType) SetBasePrice

func (x *InstanceType) SetBasePrice(v *CurrencyAmount)

func (*InstanceType) SetClockSpeedInGhz

func (x *InstanceType) SetClockSpeedInGhz(v string)

func (*InstanceType) SetDefaultCores

func (x *InstanceType) SetDefaultCores(v int32)

func (*InstanceType) SetDefaultPrice

func (x *InstanceType) SetDefaultPrice(v string)

func (*InstanceType) SetElasticRootVolume

func (x *InstanceType) SetElasticRootVolume(v bool)

func (*InstanceType) SetEstimatedDeployTime

func (x *InstanceType) SetEstimatedDeployTime(v string)

func (*InstanceType) SetIsAvailable

func (x *InstanceType) SetIsAvailable(v bool)

func (*InstanceType) SetIsContainer

func (x *InstanceType) SetIsContainer(v bool)

func (*InstanceType) SetLocation

func (x *InstanceType) SetLocation(v string)

func (*InstanceType) SetMaximumNetworkInterfaces

func (x *InstanceType) SetMaximumNetworkInterfaces(v int32)

func (*InstanceType) SetMemory

func (x *InstanceType) SetMemory(v string)

func (*InstanceType) SetNetworkPerformance

func (x *InstanceType) SetNetworkPerformance(v string)

func (*InstanceType) SetNotPrivileged

func (x *InstanceType) SetNotPrivileged(v bool)

func (*InstanceType) SetPreemptible

func (x *InstanceType) SetPreemptible(v bool)

func (*InstanceType) SetPrices

func (x *InstanceType) SetPrices(v []*InstanceTypePrice)

func (*InstanceType) SetProvider

func (x *InstanceType) SetProvider(v string)

func (*InstanceType) SetQuota

func (x *InstanceType) SetQuota(v *InstanceTypeQuota)

func (*InstanceType) SetRebootable

func (x *InstanceType) SetRebootable(v bool)

func (*InstanceType) SetSubLocation

func (x *InstanceType) SetSubLocation(v string)

func (*InstanceType) SetSubLocationTypeChangeable

func (x *InstanceType) SetSubLocationTypeChangeable(v bool)

func (*InstanceType) SetSupportedArchitectures

func (x *InstanceType) SetSupportedArchitectures(v []string)

func (*InstanceType) SetSupportedGpus

func (x *InstanceType) SetSupportedGpus(v []*Gpu)

func (*InstanceType) SetSupportedNumCores

func (x *InstanceType) SetSupportedNumCores(v []int32)

func (*InstanceType) SetSupportedStorage

func (x *InstanceType) SetSupportedStorage(v []*Storage)

func (*InstanceType) SetSupportedUsageClasses

func (x *InstanceType) SetSupportedUsageClasses(v []string)

func (*InstanceType) SetType

func (x *InstanceType) SetType(v string)

func (*InstanceType) SetUserPrivilegeEscalationDisabled

func (x *InstanceType) SetUserPrivilegeEscalationDisabled(v bool)

func (*InstanceType) SetVariablePrice

func (x *InstanceType) SetVariablePrice(v bool)

func (*InstanceType) SetVcpu

func (x *InstanceType) SetVcpu(v int32)

func (*InstanceType) String

func (x *InstanceType) String() string

type InstanceTypePrice

type InstanceTypePrice struct {
	InstanceTypePriceId string            `protobuf:"bytes,1,opt,name=instance_type_price_id,json=instanceTypePriceId,proto3" json:"instance_type_price_id,omitempty"`
	OperatingSystem     string            `protobuf:"bytes,2,opt,name=operating_system,json=operatingSystem,proto3" json:"operating_system,omitempty"`
	InstanceType        string            `protobuf:"bytes,3,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	TermType            string            `protobuf:"bytes,4,opt,name=term_type,json=termType,proto3" json:"term_type,omitempty"`
	TermAttributes      map[string]string `` /* 177-byte string literal not displayed */
	Unit                string            `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit,omitempty"`
	PriceUsd            string            `protobuf:"bytes,7,opt,name=price_usd,json=priceUsd,proto3" json:"price_usd,omitempty"`
	UsageType           string            `protobuf:"bytes,8,opt,name=usage_type,json=usageType,proto3" json:"usage_type,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceTypePrice) GetInstanceType

func (x *InstanceTypePrice) GetInstanceType() string

func (*InstanceTypePrice) GetInstanceTypePriceId

func (x *InstanceTypePrice) GetInstanceTypePriceId() string

func (*InstanceTypePrice) GetOperatingSystem

func (x *InstanceTypePrice) GetOperatingSystem() string

func (*InstanceTypePrice) GetPriceUsd

func (x *InstanceTypePrice) GetPriceUsd() string

func (*InstanceTypePrice) GetTermAttributes

func (x *InstanceTypePrice) GetTermAttributes() map[string]string

func (*InstanceTypePrice) GetTermType

func (x *InstanceTypePrice) GetTermType() string

func (*InstanceTypePrice) GetUnit

func (x *InstanceTypePrice) GetUnit() string

func (*InstanceTypePrice) GetUsageType

func (x *InstanceTypePrice) GetUsageType() string

func (*InstanceTypePrice) ProtoMessage

func (*InstanceTypePrice) ProtoMessage()

func (*InstanceTypePrice) ProtoReflect

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

func (*InstanceTypePrice) Reset

func (x *InstanceTypePrice) Reset()

func (*InstanceTypePrice) SetInstanceType

func (x *InstanceTypePrice) SetInstanceType(v string)

func (*InstanceTypePrice) SetInstanceTypePriceId

func (x *InstanceTypePrice) SetInstanceTypePriceId(v string)

func (*InstanceTypePrice) SetOperatingSystem

func (x *InstanceTypePrice) SetOperatingSystem(v string)

func (*InstanceTypePrice) SetPriceUsd

func (x *InstanceTypePrice) SetPriceUsd(v string)

func (*InstanceTypePrice) SetTermAttributes

func (x *InstanceTypePrice) SetTermAttributes(v map[string]string)

func (*InstanceTypePrice) SetTermType

func (x *InstanceTypePrice) SetTermType(v string)

func (*InstanceTypePrice) SetUnit

func (x *InstanceTypePrice) SetUnit(v string)

func (*InstanceTypePrice) SetUsageType

func (x *InstanceTypePrice) SetUsageType(v string)

func (*InstanceTypePrice) String

func (x *InstanceTypePrice) String() string

type InstanceTypePrice_builder

type InstanceTypePrice_builder struct {
	InstanceTypePriceId string
	OperatingSystem     string
	InstanceType        string
	TermType            string
	TermAttributes      map[string]string
	Unit                string
	PriceUsd            string
	UsageType           string
	// contains filtered or unexported fields
}

func (InstanceTypePrice_builder) Build

type InstanceTypeQuota

type InstanceTypeQuota struct {
	OnDemand *Quota `protobuf:"bytes,1,opt,name=on_demand,json=onDemand,proto3" json:"on_demand,omitempty"`
	Spot     *Quota `protobuf:"bytes,2,opt,name=spot,proto3" json:"spot,omitempty"`
	Reserved *Quota `protobuf:"bytes,3,opt,name=reserved,proto3" json:"reserved,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceTypeQuota) ClearOnDemand

func (x *InstanceTypeQuota) ClearOnDemand()

func (*InstanceTypeQuota) ClearReserved

func (x *InstanceTypeQuota) ClearReserved()

func (*InstanceTypeQuota) ClearSpot

func (x *InstanceTypeQuota) ClearSpot()

func (*InstanceTypeQuota) GetOnDemand

func (x *InstanceTypeQuota) GetOnDemand() *Quota

func (*InstanceTypeQuota) GetReserved

func (x *InstanceTypeQuota) GetReserved() *Quota

func (*InstanceTypeQuota) GetSpot

func (x *InstanceTypeQuota) GetSpot() *Quota

func (*InstanceTypeQuota) HasOnDemand

func (x *InstanceTypeQuota) HasOnDemand() bool

func (*InstanceTypeQuota) HasReserved

func (x *InstanceTypeQuota) HasReserved() bool

func (*InstanceTypeQuota) HasSpot

func (x *InstanceTypeQuota) HasSpot() bool

func (*InstanceTypeQuota) ProtoMessage

func (*InstanceTypeQuota) ProtoMessage()

func (*InstanceTypeQuota) ProtoReflect

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

func (*InstanceTypeQuota) Reset

func (x *InstanceTypeQuota) Reset()

func (*InstanceTypeQuota) SetOnDemand

func (x *InstanceTypeQuota) SetOnDemand(v *Quota)

func (*InstanceTypeQuota) SetReserved

func (x *InstanceTypeQuota) SetReserved(v *Quota)

func (*InstanceTypeQuota) SetSpot

func (x *InstanceTypeQuota) SetSpot(v *Quota)

func (*InstanceTypeQuota) String

func (x *InstanceTypeQuota) String() string

type InstanceTypeQuota_builder

type InstanceTypeQuota_builder struct {
	OnDemand *Quota
	Spot     *Quota
	Reserved *Quota
	// contains filtered or unexported fields
}

func (InstanceTypeQuota_builder) Build

type InstanceType_builder

type InstanceType_builder struct {
	Type                            string
	SupportedGpus                   []*Gpu
	SupportedStorage                []*Storage
	Memory                          string
	MaximumNetworkInterfaces        int32
	NetworkPerformance              string
	SupportedNumCores               []int32
	DefaultCores                    int32
	Vcpu                            int32
	SupportedArchitectures          []string
	ClockSpeedInGhz                 string
	SubLocation                     string
	Prices                          []*InstanceTypePrice
	DefaultPrice                    string
	ElasticRootVolume               bool
	SupportedUsageClasses           []string
	Quota                           *InstanceTypeQuota
	Location                        string
	IsAvailable                     bool
	VariablePrice                   bool
	Rebootable                      bool
	Preemptible                     bool
	BasePrice                       *CurrencyAmount
	SubLocationTypeChangeable       bool
	EstimatedDeployTime             string
	UserPrivilegeEscalationDisabled bool
	NotPrivileged                   bool
	IsContainer                     bool
	Provider                        string
	// contains filtered or unexported fields
}

func (InstanceType_builder) Build

func (b0 InstanceType_builder) Build() *InstanceType

type Instance_builder

type Instance_builder struct {
	InstanceId           string
	CreateTime           *timestamppb.Timestamp
	UpdateTime           *timestamppb.Timestamp
	CloudCredId          string
	Status               *Status
	Hostname             string
	Location             string
	ImageId              string
	InstanceType         string
	DiskSize             string
	ProviderInstanceId   string
	Labels               map[string]string
	FirewallRules        *FirewallRules
	PublicDns            string
	PublicIp             string
	RetireTimeout        *string
	RetireTime           *timestamppb.Timestamp
	SshUser              string
	SshPort              int32
	PublicKey            string
	SubLocation          string
	IsStoppable          bool
	IsRebootable         bool
	AdditionalDisks      []*Disk
	InternalPortMappings []*PortMapping
	InstanceTypeInfo     *InstanceType
	Namespace            string
	Name                 string
	ProvisionStatus      *CreateAttemptStatus
	// contains filtered or unexported fields
}

func (Instance_builder) Build

func (b0 Instance_builder) Build() *Instance

type Int32Range

type Int32Range struct {
	Min *int32 `protobuf:"varint,1,opt,name=min,proto3,oneof" json:"min,omitempty"`
	Max *int32 `protobuf:"varint,2,opt,name=max,proto3,oneof" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32Range) ClearMax

func (x *Int32Range) ClearMax()

func (*Int32Range) ClearMin

func (x *Int32Range) ClearMin()

func (*Int32Range) GetMax

func (x *Int32Range) GetMax() int32

func (*Int32Range) GetMin

func (x *Int32Range) GetMin() int32

func (*Int32Range) HasMax

func (x *Int32Range) HasMax() bool

func (*Int32Range) HasMin

func (x *Int32Range) HasMin() bool

func (*Int32Range) ProtoMessage

func (*Int32Range) ProtoMessage()

func (*Int32Range) ProtoReflect

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

func (*Int32Range) Reset

func (x *Int32Range) Reset()

func (*Int32Range) SetMax

func (x *Int32Range) SetMax(v int32)

func (*Int32Range) SetMin

func (x *Int32Range) SetMin(v int32)

func (*Int32Range) String

func (x *Int32Range) String() string

type Int32Range_builder

type Int32Range_builder struct {
	Min *int32
	Max *int32
	// contains filtered or unexported fields
}

func (Int32Range_builder) Build

func (b0 Int32Range_builder) Build() *Int32Range

type Invoice

type Invoice struct {
	InvoiceId          string  `protobuf:"bytes,1,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	NextPaymentAttempt int64   `protobuf:"varint,2,opt,name=next_payment_attempt,json=nextPaymentAttempt,proto3" json:"next_payment_attempt,omitempty"`
	Total              int64   `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	Tax                int64   `protobuf:"varint,4,opt,name=tax,proto3" json:"tax,omitempty"`
	Subtotal           int64   `protobuf:"varint,5,opt,name=subtotal,proto3" json:"subtotal,omitempty"`
	CustomerId         string  `protobuf:"bytes,6,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	Status             string  `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	Currency           string  `protobuf:"bytes,8,opt,name=currency,proto3" json:"currency,omitempty"`
	AmountPaid         int64   `protobuf:"varint,9,opt,name=amount_paid,json=amountPaid,proto3" json:"amount_paid,omitempty"`
	AmountDue          int64   `protobuf:"varint,10,opt,name=amount_due,json=amountDue,proto3" json:"amount_due,omitempty"`
	AttemptCount       int64   `protobuf:"varint,11,opt,name=attempt_count,json=attemptCount,proto3" json:"attempt_count,omitempty"`
	InvoiceUrl         string  `protobuf:"bytes,12,opt,name=invoice_url,json=invoiceUrl,proto3" json:"invoice_url,omitempty"`
	Created            int64   `protobuf:"varint,13,opt,name=created,proto3" json:"created,omitempty"`
	Paid               bool    `protobuf:"varint,14,opt,name=paid,proto3" json:"paid,omitempty"`
	Refund             *Refund `protobuf:"bytes,15,opt,name=refund,proto3" json:"refund,omitempty"`
	// contains filtered or unexported fields
}

func (*Invoice) ClearRefund

func (x *Invoice) ClearRefund()

func (*Invoice) GetAmountDue

func (x *Invoice) GetAmountDue() int64

func (*Invoice) GetAmountPaid

func (x *Invoice) GetAmountPaid() int64

func (*Invoice) GetAttemptCount

func (x *Invoice) GetAttemptCount() int64

func (*Invoice) GetCreated

func (x *Invoice) GetCreated() int64

func (*Invoice) GetCurrency

func (x *Invoice) GetCurrency() string

func (*Invoice) GetCustomerId

func (x *Invoice) GetCustomerId() string

func (*Invoice) GetInvoiceId

func (x *Invoice) GetInvoiceId() string

func (*Invoice) GetInvoiceUrl

func (x *Invoice) GetInvoiceUrl() string

func (*Invoice) GetNextPaymentAttempt

func (x *Invoice) GetNextPaymentAttempt() int64

func (*Invoice) GetPaid

func (x *Invoice) GetPaid() bool

func (*Invoice) GetRefund

func (x *Invoice) GetRefund() *Refund

func (*Invoice) GetStatus

func (x *Invoice) GetStatus() string

func (*Invoice) GetSubtotal

func (x *Invoice) GetSubtotal() int64

func (*Invoice) GetTax

func (x *Invoice) GetTax() int64

func (*Invoice) GetTotal

func (x *Invoice) GetTotal() int64

func (*Invoice) HasRefund

func (x *Invoice) HasRefund() bool

func (*Invoice) ProtoMessage

func (*Invoice) ProtoMessage()

func (*Invoice) ProtoReflect

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

func (*Invoice) Reset

func (x *Invoice) Reset()

func (*Invoice) SetAmountDue

func (x *Invoice) SetAmountDue(v int64)

func (*Invoice) SetAmountPaid

func (x *Invoice) SetAmountPaid(v int64)

func (*Invoice) SetAttemptCount

func (x *Invoice) SetAttemptCount(v int64)

func (*Invoice) SetCreated

func (x *Invoice) SetCreated(v int64)

func (*Invoice) SetCurrency

func (x *Invoice) SetCurrency(v string)

func (*Invoice) SetCustomerId

func (x *Invoice) SetCustomerId(v string)

func (*Invoice) SetInvoiceId

func (x *Invoice) SetInvoiceId(v string)

func (*Invoice) SetInvoiceUrl

func (x *Invoice) SetInvoiceUrl(v string)

func (*Invoice) SetNextPaymentAttempt

func (x *Invoice) SetNextPaymentAttempt(v int64)

func (*Invoice) SetPaid

func (x *Invoice) SetPaid(v bool)

func (*Invoice) SetRefund

func (x *Invoice) SetRefund(v *Refund)

func (*Invoice) SetStatus

func (x *Invoice) SetStatus(v string)

func (*Invoice) SetSubtotal

func (x *Invoice) SetSubtotal(v int64)

func (*Invoice) SetTax

func (x *Invoice) SetTax(v int64)

func (*Invoice) SetTotal

func (x *Invoice) SetTotal(v int64)

func (*Invoice) String

func (x *Invoice) String() string

type Invoice_builder

type Invoice_builder struct {
	InvoiceId          string
	NextPaymentAttempt int64
	Total              int64
	Tax                int64
	Subtotal           int64
	CustomerId         string
	Status             string
	Currency           string
	AmountPaid         int64
	AmountDue          int64
	AttemptCount       int64
	InvoiceUrl         string
	Created            int64
	Paid               bool
	Refund             *Refund
	// contains filtered or unexported fields
}

func (Invoice_builder) Build

func (b0 Invoice_builder) Build() *Invoice

type KeyPair

type KeyPair struct {
	PublicKey  string            `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey *SecretOrValue    `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	IsAdmin    bool              `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	Name       string            `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Labels     map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KeyPair) ClearPrivateKey

func (x *KeyPair) ClearPrivateKey()

func (*KeyPair) GetIsAdmin

func (x *KeyPair) GetIsAdmin() bool

func (*KeyPair) GetLabels

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

func (*KeyPair) GetName

func (x *KeyPair) GetName() string

func (*KeyPair) GetPrivateKey

func (x *KeyPair) GetPrivateKey() *SecretOrValue

func (*KeyPair) GetPublicKey

func (x *KeyPair) GetPublicKey() string

func (*KeyPair) HasPrivateKey

func (x *KeyPair) HasPrivateKey() bool

func (*KeyPair) ProtoMessage

func (*KeyPair) ProtoMessage()

func (*KeyPair) ProtoReflect

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

func (*KeyPair) Reset

func (x *KeyPair) Reset()

func (*KeyPair) SetIsAdmin

func (x *KeyPair) SetIsAdmin(v bool)

func (*KeyPair) SetLabels

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

func (*KeyPair) SetName

func (x *KeyPair) SetName(v string)

func (*KeyPair) SetPrivateKey

func (x *KeyPair) SetPrivateKey(v *SecretOrValue)

func (*KeyPair) SetPublicKey

func (x *KeyPair) SetPublicKey(v string)

func (*KeyPair) String

func (x *KeyPair) String() string

type KeyPair_builder

type KeyPair_builder struct {
	PublicKey  string
	PrivateKey *SecretOrValue
	IsAdmin    bool
	Name       string
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (KeyPair_builder) Build

func (b0 KeyPair_builder) Build() *KeyPair

type LambdaLabsCredential

type LambdaLabsCredential struct {
	ApiKey string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*LambdaLabsCredential) GetApiKey

func (x *LambdaLabsCredential) GetApiKey() string

func (*LambdaLabsCredential) ProtoMessage

func (*LambdaLabsCredential) ProtoMessage()

func (*LambdaLabsCredential) ProtoReflect

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

func (*LambdaLabsCredential) Reset

func (x *LambdaLabsCredential) Reset()

func (*LambdaLabsCredential) SetApiKey

func (x *LambdaLabsCredential) SetApiKey(v string)

func (*LambdaLabsCredential) String

func (x *LambdaLabsCredential) String() string

type LambdaLabsCredential_builder

type LambdaLabsCredential_builder struct {
	ApiKey string
	// contains filtered or unexported fields
}

func (LambdaLabsCredential_builder) Build

type LaunchpadCredential

type LaunchpadCredential struct {
	ApiToken string `protobuf:"bytes,1,opt,name=api_token,json=apiToken,proto3" json:"api_token,omitempty"`
	// contains filtered or unexported fields
}

func (*LaunchpadCredential) GetApiToken

func (x *LaunchpadCredential) GetApiToken() string

func (*LaunchpadCredential) ProtoMessage

func (*LaunchpadCredential) ProtoMessage()

func (*LaunchpadCredential) ProtoReflect

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

func (*LaunchpadCredential) Reset

func (x *LaunchpadCredential) Reset()

func (*LaunchpadCredential) SetApiToken

func (x *LaunchpadCredential) SetApiToken(v string)

func (*LaunchpadCredential) String

func (x *LaunchpadCredential) String() string

type LaunchpadCredential_builder

type LaunchpadCredential_builder struct {
	ApiToken string
	// contains filtered or unexported fields
}

func (LaunchpadCredential_builder) Build

type LifecycleScript

type LifecycleScript struct {
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	Attrs      *LifecycleScriptAttrs  `protobuf:"bytes,4,opt,name=attrs,proto3" json:"attrs,omitempty"`
	LastRun    *ScriptRun             `protobuf:"bytes,5,opt,name=last_run,json=lastRun,proto3" json:"last_run,omitempty"`
	// contains filtered or unexported fields
}

func (*LifecycleScript) ClearAttrs

func (x *LifecycleScript) ClearAttrs()

func (*LifecycleScript) ClearCreateTime

func (x *LifecycleScript) ClearCreateTime()

func (*LifecycleScript) ClearLastRun

func (x *LifecycleScript) ClearLastRun()

func (*LifecycleScript) GetAttrs

func (x *LifecycleScript) GetAttrs() *LifecycleScriptAttrs

func (*LifecycleScript) GetCreateTime

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

func (*LifecycleScript) GetLastRun

func (x *LifecycleScript) GetLastRun() *ScriptRun

func (*LifecycleScript) HasAttrs

func (x *LifecycleScript) HasAttrs() bool

func (*LifecycleScript) HasCreateTime

func (x *LifecycleScript) HasCreateTime() bool

func (*LifecycleScript) HasLastRun

func (x *LifecycleScript) HasLastRun() bool

func (*LifecycleScript) ProtoMessage

func (*LifecycleScript) ProtoMessage()

func (*LifecycleScript) ProtoReflect

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

func (*LifecycleScript) Reset

func (x *LifecycleScript) Reset()

func (*LifecycleScript) SetAttrs

func (x *LifecycleScript) SetAttrs(v *LifecycleScriptAttrs)

func (*LifecycleScript) SetCreateTime

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

func (*LifecycleScript) SetLastRun

func (x *LifecycleScript) SetLastRun(v *ScriptRun)

func (*LifecycleScript) String

func (x *LifecycleScript) String() string

type LifecycleScriptAttrs

type LifecycleScriptAttrs struct {
	Name   string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	When   []string `protobuf:"bytes,2,rep,name=when,proto3" json:"when,omitempty"`
	Script string   `protobuf:"bytes,3,opt,name=script,proto3" json:"script,omitempty"`
	// contains filtered or unexported fields
}

func (*LifecycleScriptAttrs) GetName

func (x *LifecycleScriptAttrs) GetName() string

func (*LifecycleScriptAttrs) GetScript

func (x *LifecycleScriptAttrs) GetScript() string

func (*LifecycleScriptAttrs) GetWhen

func (x *LifecycleScriptAttrs) GetWhen() []string

func (*LifecycleScriptAttrs) ProtoMessage

func (*LifecycleScriptAttrs) ProtoMessage()

func (*LifecycleScriptAttrs) ProtoReflect

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

func (*LifecycleScriptAttrs) Reset

func (x *LifecycleScriptAttrs) Reset()

func (*LifecycleScriptAttrs) SetName

func (x *LifecycleScriptAttrs) SetName(v string)

func (*LifecycleScriptAttrs) SetScript

func (x *LifecycleScriptAttrs) SetScript(v string)

func (*LifecycleScriptAttrs) SetWhen

func (x *LifecycleScriptAttrs) SetWhen(v []string)

func (*LifecycleScriptAttrs) String

func (x *LifecycleScriptAttrs) String() string

type LifecycleScriptAttrs_builder

type LifecycleScriptAttrs_builder struct {
	Name   string
	When   []string
	Script string
	// contains filtered or unexported fields
}

func (LifecycleScriptAttrs_builder) Build

type LifecycleScript_builder

type LifecycleScript_builder struct {
	CreateTime *timestamppb.Timestamp
	Attrs      *LifecycleScriptAttrs
	LastRun    *ScriptRun
	// contains filtered or unexported fields
}

func (LifecycleScript_builder) Build

type Limit

type Limit struct {
	LimitId         string                 `protobuf:"bytes,1,opt,name=limit_id,json=limitId,proto3" json:"limit_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 */
	EnforcementMode string                 `protobuf:"bytes,6,opt,name=enforcement_mode,json=enforcementMode,proto3" json:"enforcement_mode,omitempty"`
	Budgets         []*Budget              `protobuf:"bytes,7,rep,name=budgets,proto3" json:"budgets,omitempty"`
	Description     string                 `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	Priority        int32                  `protobuf:"varint,9,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*Limit) ClearCreateTime

func (x *Limit) ClearCreateTime()

func (*Limit) ClearUpdateTime

func (x *Limit) ClearUpdateTime()

func (*Limit) GetBudgets

func (x *Limit) GetBudgets() []*Budget

func (*Limit) GetCreateTime

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

func (*Limit) GetDescription

func (x *Limit) GetDescription() string

func (*Limit) GetEnforcementMode

func (x *Limit) GetEnforcementMode() string

func (*Limit) GetLabels

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

func (*Limit) GetLimitId

func (x *Limit) GetLimitId() string

func (*Limit) GetPriority

func (x *Limit) GetPriority() int32

func (*Limit) GetUpdateTime

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

func (*Limit) HasCreateTime

func (x *Limit) HasCreateTime() bool

func (*Limit) HasUpdateTime

func (x *Limit) HasUpdateTime() bool

func (*Limit) ProtoMessage

func (*Limit) ProtoMessage()

func (*Limit) ProtoReflect

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

func (*Limit) Reset

func (x *Limit) Reset()

func (*Limit) SetBudgets

func (x *Limit) SetBudgets(v []*Budget)

func (*Limit) SetCreateTime

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

func (*Limit) SetDescription

func (x *Limit) SetDescription(v string)

func (*Limit) SetEnforcementMode

func (x *Limit) SetEnforcementMode(v string)

func (*Limit) SetLabels

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

func (*Limit) SetLimitId

func (x *Limit) SetLimitId(v string)

func (*Limit) SetPriority

func (x *Limit) SetPriority(v int32)

func (*Limit) SetUpdateTime

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

func (*Limit) String

func (x *Limit) String() string

type Limit_builder

type Limit_builder struct {
	LimitId         string
	CreateTime      *timestamppb.Timestamp
	UpdateTime      *timestamppb.Timestamp
	Labels          map[string]string
	EnforcementMode string
	Budgets         []*Budget
	Description     string
	Priority        int32
	// contains filtered or unexported fields
}

func (Limit_builder) Build

func (b0 Limit_builder) Build() *Limit

type ListAPIKeyOptions

type ListAPIKeyOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	HasValues      []string                 `protobuf:"bytes,4,rep,name=has_values,json=hasValues,proto3" json:"has_values,omitempty"`
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAPIKeyOptions) ClearOrderOptions

func (x *ListAPIKeyOptions) ClearOrderOptions()

func (*ListAPIKeyOptions) GetHasAllLabels

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

func (*ListAPIKeyOptions) GetHasOneOfLabels

func (x *ListAPIKeyOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListAPIKeyOptions) GetHasValues

func (x *ListAPIKeyOptions) GetHasValues() []string

func (*ListAPIKeyOptions) GetOrderOptions

func (x *ListAPIKeyOptions) GetOrderOptions() *OrderOptions

func (*ListAPIKeyOptions) HasOrderOptions

func (x *ListAPIKeyOptions) HasOrderOptions() bool

func (*ListAPIKeyOptions) ProtoMessage

func (*ListAPIKeyOptions) ProtoMessage()

func (*ListAPIKeyOptions) ProtoReflect

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

func (*ListAPIKeyOptions) Reset

func (x *ListAPIKeyOptions) Reset()

func (*ListAPIKeyOptions) SetHasAllLabels

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

func (*ListAPIKeyOptions) SetHasOneOfLabels

func (x *ListAPIKeyOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListAPIKeyOptions) SetHasValues

func (x *ListAPIKeyOptions) SetHasValues(v []string)

func (*ListAPIKeyOptions) SetOrderOptions

func (x *ListAPIKeyOptions) SetOrderOptions(v *OrderOptions)

func (*ListAPIKeyOptions) String

func (x *ListAPIKeyOptions) String() string

type ListAPIKeyOptions_builder

type ListAPIKeyOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	HasValues      []string
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListAPIKeyOptions_builder) Build

type ListAPIKeyRequest

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

func (*ListAPIKeyRequest) ClearOptions

func (x *ListAPIKeyRequest) ClearOptions()

func (*ListAPIKeyRequest) ClearPageParams

func (x *ListAPIKeyRequest) ClearPageParams()

func (*ListAPIKeyRequest) GetOptions

func (x *ListAPIKeyRequest) GetOptions() *ListAPIKeyOptions

func (*ListAPIKeyRequest) GetPageParams

func (x *ListAPIKeyRequest) GetPageParams() *PageParams

func (*ListAPIKeyRequest) HasOptions

func (x *ListAPIKeyRequest) HasOptions() bool

func (*ListAPIKeyRequest) HasPageParams

func (x *ListAPIKeyRequest) HasPageParams() bool

func (*ListAPIKeyRequest) ProtoMessage

func (*ListAPIKeyRequest) ProtoMessage()

func (*ListAPIKeyRequest) ProtoReflect

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

func (*ListAPIKeyRequest) Reset

func (x *ListAPIKeyRequest) Reset()

func (*ListAPIKeyRequest) SetOptions

func (x *ListAPIKeyRequest) SetOptions(v *ListAPIKeyOptions)

func (*ListAPIKeyRequest) SetPageParams

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

func (*ListAPIKeyRequest) String

func (x *ListAPIKeyRequest) String() string

type ListAPIKeyRequest_builder

type ListAPIKeyRequest_builder struct {
	PageParams *PageParams
	Options    *ListAPIKeyOptions
	// contains filtered or unexported fields
}

func (ListAPIKeyRequest_builder) Build

type ListAPIKeyResponse

type ListAPIKeyResponse struct {
	Items         []*APIKey `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 (*ListAPIKeyResponse) GetItems

func (x *ListAPIKeyResponse) GetItems() []*APIKey

func (*ListAPIKeyResponse) GetNextPageToken

func (x *ListAPIKeyResponse) GetNextPageToken() string

func (*ListAPIKeyResponse) ProtoMessage

func (*ListAPIKeyResponse) ProtoMessage()

func (*ListAPIKeyResponse) ProtoReflect

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

func (*ListAPIKeyResponse) Reset

func (x *ListAPIKeyResponse) Reset()

func (*ListAPIKeyResponse) SetItems

func (x *ListAPIKeyResponse) SetItems(v []*APIKey)

func (*ListAPIKeyResponse) SetNextPageToken

func (x *ListAPIKeyResponse) SetNextPageToken(v string)

func (*ListAPIKeyResponse) String

func (x *ListAPIKeyResponse) String() string

type ListAPIKeyResponse_builder

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

func (ListAPIKeyResponse_builder) Build

type ListBillingProfileOptions

type ListBillingProfileOptions struct {
	HasAllLabels               map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels             map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions               *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	ExternalAccountIds         []string                 `protobuf:"bytes,4,rep,name=external_account_ids,json=externalAccountIds,proto3" json:"external_account_ids,omitempty"`
	ShouldFetchExternalAccount *bool                    `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListBillingProfileOptions) ClearOrderOptions

func (x *ListBillingProfileOptions) ClearOrderOptions()

func (*ListBillingProfileOptions) ClearShouldFetchExternalAccount

func (x *ListBillingProfileOptions) ClearShouldFetchExternalAccount()

func (*ListBillingProfileOptions) GetExternalAccountIds

func (x *ListBillingProfileOptions) GetExternalAccountIds() []string

func (*ListBillingProfileOptions) GetHasAllLabels

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

func (*ListBillingProfileOptions) GetHasOneOfLabels

func (x *ListBillingProfileOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListBillingProfileOptions) GetOrderOptions

func (x *ListBillingProfileOptions) GetOrderOptions() *OrderOptions

func (*ListBillingProfileOptions) GetShouldFetchExternalAccount

func (x *ListBillingProfileOptions) GetShouldFetchExternalAccount() bool

func (*ListBillingProfileOptions) HasOrderOptions

func (x *ListBillingProfileOptions) HasOrderOptions() bool

func (*ListBillingProfileOptions) HasShouldFetchExternalAccount

func (x *ListBillingProfileOptions) HasShouldFetchExternalAccount() bool

func (*ListBillingProfileOptions) ProtoMessage

func (*ListBillingProfileOptions) ProtoMessage()

func (*ListBillingProfileOptions) ProtoReflect

func (*ListBillingProfileOptions) Reset

func (x *ListBillingProfileOptions) Reset()

func (*ListBillingProfileOptions) SetExternalAccountIds

func (x *ListBillingProfileOptions) SetExternalAccountIds(v []string)

func (*ListBillingProfileOptions) SetHasAllLabels

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

func (*ListBillingProfileOptions) SetHasOneOfLabels

func (x *ListBillingProfileOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListBillingProfileOptions) SetOrderOptions

func (x *ListBillingProfileOptions) SetOrderOptions(v *OrderOptions)

func (*ListBillingProfileOptions) SetShouldFetchExternalAccount

func (x *ListBillingProfileOptions) SetShouldFetchExternalAccount(v bool)

func (*ListBillingProfileOptions) String

func (x *ListBillingProfileOptions) String() string

type ListBillingProfileOptions_builder

type ListBillingProfileOptions_builder struct {
	HasAllLabels               map[string]string
	HasOneOfLabels             map[string]*ListOfString
	OrderOptions               *OrderOptions
	ExternalAccountIds         []string
	ShouldFetchExternalAccount *bool
	// contains filtered or unexported fields
}

func (ListBillingProfileOptions_builder) Build

type ListBillingProfileRequest

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

func (*ListBillingProfileRequest) ClearOptions

func (x *ListBillingProfileRequest) ClearOptions()

func (*ListBillingProfileRequest) ClearPageParams

func (x *ListBillingProfileRequest) ClearPageParams()

func (*ListBillingProfileRequest) GetOptions

func (*ListBillingProfileRequest) GetPageParams

func (x *ListBillingProfileRequest) GetPageParams() *PageParams

func (*ListBillingProfileRequest) HasOptions

func (x *ListBillingProfileRequest) HasOptions() bool

func (*ListBillingProfileRequest) HasPageParams

func (x *ListBillingProfileRequest) HasPageParams() bool

func (*ListBillingProfileRequest) ProtoMessage

func (*ListBillingProfileRequest) ProtoMessage()

func (*ListBillingProfileRequest) ProtoReflect

func (*ListBillingProfileRequest) Reset

func (x *ListBillingProfileRequest) Reset()

func (*ListBillingProfileRequest) SetOptions

func (*ListBillingProfileRequest) SetPageParams

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

func (*ListBillingProfileRequest) String

func (x *ListBillingProfileRequest) String() string

type ListBillingProfileRequest_builder

type ListBillingProfileRequest_builder struct {
	PageParams *PageParams
	Options    *ListBillingProfileOptions
	// contains filtered or unexported fields
}

func (ListBillingProfileRequest_builder) Build

type ListBillingProfileResponse

type ListBillingProfileResponse struct {
	Items         []*BillingProfile `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 (*ListBillingProfileResponse) GetItems

func (x *ListBillingProfileResponse) GetItems() []*BillingProfile

func (*ListBillingProfileResponse) GetNextPageToken

func (x *ListBillingProfileResponse) GetNextPageToken() string

func (*ListBillingProfileResponse) ProtoMessage

func (*ListBillingProfileResponse) ProtoMessage()

func (*ListBillingProfileResponse) ProtoReflect

func (*ListBillingProfileResponse) Reset

func (x *ListBillingProfileResponse) Reset()

func (*ListBillingProfileResponse) SetItems

func (x *ListBillingProfileResponse) SetItems(v []*BillingProfile)

func (*ListBillingProfileResponse) SetNextPageToken

func (x *ListBillingProfileResponse) SetNextPageToken(v string)

func (*ListBillingProfileResponse) String

func (x *ListBillingProfileResponse) String() string

type ListBillingProfileResponse_builder

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

func (ListBillingProfileResponse_builder) Build

type ListCloudCredOptions

type ListCloudCredOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCloudCredOptions) ClearOrderOptions

func (x *ListCloudCredOptions) ClearOrderOptions()

func (*ListCloudCredOptions) GetHasAllLabels

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

func (*ListCloudCredOptions) GetHasOneOfLabels

func (x *ListCloudCredOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListCloudCredOptions) GetOrderOptions

func (x *ListCloudCredOptions) GetOrderOptions() *OrderOptions

func (*ListCloudCredOptions) HasOrderOptions

func (x *ListCloudCredOptions) HasOrderOptions() bool

func (*ListCloudCredOptions) ProtoMessage

func (*ListCloudCredOptions) ProtoMessage()

func (*ListCloudCredOptions) ProtoReflect

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

func (*ListCloudCredOptions) Reset

func (x *ListCloudCredOptions) Reset()

func (*ListCloudCredOptions) SetHasAllLabels

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

func (*ListCloudCredOptions) SetHasOneOfLabels

func (x *ListCloudCredOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListCloudCredOptions) SetOrderOptions

func (x *ListCloudCredOptions) SetOrderOptions(v *OrderOptions)

func (*ListCloudCredOptions) String

func (x *ListCloudCredOptions) String() string

type ListCloudCredOptions_builder

type ListCloudCredOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListCloudCredOptions_builder) Build

type ListCloudCredRequest

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

func (*ListCloudCredRequest) ClearOptions

func (x *ListCloudCredRequest) ClearOptions()

func (*ListCloudCredRequest) ClearPageParams

func (x *ListCloudCredRequest) ClearPageParams()

func (*ListCloudCredRequest) GetOptions

func (x *ListCloudCredRequest) GetOptions() *ListCloudCredOptions

func (*ListCloudCredRequest) GetPageParams

func (x *ListCloudCredRequest) GetPageParams() *PageParams

func (*ListCloudCredRequest) HasOptions

func (x *ListCloudCredRequest) HasOptions() bool

func (*ListCloudCredRequest) HasPageParams

func (x *ListCloudCredRequest) HasPageParams() bool

func (*ListCloudCredRequest) ProtoMessage

func (*ListCloudCredRequest) ProtoMessage()

func (*ListCloudCredRequest) ProtoReflect

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

func (*ListCloudCredRequest) Reset

func (x *ListCloudCredRequest) Reset()

func (*ListCloudCredRequest) SetOptions

func (x *ListCloudCredRequest) SetOptions(v *ListCloudCredOptions)

func (*ListCloudCredRequest) SetPageParams

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

func (*ListCloudCredRequest) String

func (x *ListCloudCredRequest) String() string

type ListCloudCredRequest_builder

type ListCloudCredRequest_builder struct {
	PageParams *PageParams
	Options    *ListCloudCredOptions
	// contains filtered or unexported fields
}

func (ListCloudCredRequest_builder) Build

type ListCloudCredResponse

type ListCloudCredResponse struct {
	Items         []*CloudCred `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 (*ListCloudCredResponse) GetItems

func (x *ListCloudCredResponse) GetItems() []*CloudCred

func (*ListCloudCredResponse) GetNextPageToken

func (x *ListCloudCredResponse) GetNextPageToken() string

func (*ListCloudCredResponse) ProtoMessage

func (*ListCloudCredResponse) ProtoMessage()

func (*ListCloudCredResponse) ProtoReflect

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

func (*ListCloudCredResponse) Reset

func (x *ListCloudCredResponse) Reset()

func (*ListCloudCredResponse) SetItems

func (x *ListCloudCredResponse) SetItems(v []*CloudCred)

func (*ListCloudCredResponse) SetNextPageToken

func (x *ListCloudCredResponse) SetNextPageToken(v string)

func (*ListCloudCredResponse) String

func (x *ListCloudCredResponse) String() string

type ListCloudCredResponse_builder

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

func (ListCloudCredResponse_builder) Build

type ListCreditBalanceAdjustmentsRequest

type ListCreditBalanceAdjustmentsRequest 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 (*ListCreditBalanceAdjustmentsRequest) GetBillingProfileId

func (x *ListCreditBalanceAdjustmentsRequest) GetBillingProfileId() string

func (*ListCreditBalanceAdjustmentsRequest) ProtoMessage

func (*ListCreditBalanceAdjustmentsRequest) ProtoMessage()

func (*ListCreditBalanceAdjustmentsRequest) ProtoReflect

func (*ListCreditBalanceAdjustmentsRequest) Reset

func (*ListCreditBalanceAdjustmentsRequest) SetBillingProfileId

func (x *ListCreditBalanceAdjustmentsRequest) SetBillingProfileId(v string)

func (*ListCreditBalanceAdjustmentsRequest) String

type ListCreditBalanceAdjustmentsRequest_builder

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

func (ListCreditBalanceAdjustmentsRequest_builder) Build

type ListCreditBalanceAdjustmentsResponse

type ListCreditBalanceAdjustmentsResponse struct {
	CreditBalanceAdjustments []*CreditBalanceAdjustment `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListCreditBalanceAdjustmentsResponse) GetCreditBalanceAdjustments

func (x *ListCreditBalanceAdjustmentsResponse) GetCreditBalanceAdjustments() []*CreditBalanceAdjustment

func (*ListCreditBalanceAdjustmentsResponse) ProtoMessage

func (*ListCreditBalanceAdjustmentsResponse) ProtoMessage()

func (*ListCreditBalanceAdjustmentsResponse) ProtoReflect

func (*ListCreditBalanceAdjustmentsResponse) Reset

func (*ListCreditBalanceAdjustmentsResponse) SetCreditBalanceAdjustments

func (x *ListCreditBalanceAdjustmentsResponse) SetCreditBalanceAdjustments(v []*CreditBalanceAdjustment)

func (*ListCreditBalanceAdjustmentsResponse) String

type ListCreditBalanceAdjustmentsResponse_builder

type ListCreditBalanceAdjustmentsResponse_builder struct {
	CreditBalanceAdjustments []*CreditBalanceAdjustment
	// contains filtered or unexported fields
}

func (ListCreditBalanceAdjustmentsResponse_builder) Build

type ListDataSourceOptions

type ListDataSourceOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDataSourceOptions) ClearOrderOptions

func (x *ListDataSourceOptions) ClearOrderOptions()

func (*ListDataSourceOptions) GetHasAllLabels

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

func (*ListDataSourceOptions) GetHasOneOfLabels

func (x *ListDataSourceOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListDataSourceOptions) GetOrderOptions

func (x *ListDataSourceOptions) GetOrderOptions() *OrderOptions

func (*ListDataSourceOptions) HasOrderOptions

func (x *ListDataSourceOptions) HasOrderOptions() bool

func (*ListDataSourceOptions) ProtoMessage

func (*ListDataSourceOptions) ProtoMessage()

func (*ListDataSourceOptions) ProtoReflect

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

func (*ListDataSourceOptions) Reset

func (x *ListDataSourceOptions) Reset()

func (*ListDataSourceOptions) SetHasAllLabels

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

func (*ListDataSourceOptions) SetHasOneOfLabels

func (x *ListDataSourceOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListDataSourceOptions) SetOrderOptions

func (x *ListDataSourceOptions) SetOrderOptions(v *OrderOptions)

func (*ListDataSourceOptions) String

func (x *ListDataSourceOptions) String() string

type ListDataSourceOptions_builder

type ListDataSourceOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListDataSourceOptions_builder) Build

type ListDataSourceRequest

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

func (*ListDataSourceRequest) ClearOptions

func (x *ListDataSourceRequest) ClearOptions()

func (*ListDataSourceRequest) ClearPageParams

func (x *ListDataSourceRequest) ClearPageParams()

func (*ListDataSourceRequest) GetOptions

func (*ListDataSourceRequest) GetPageParams

func (x *ListDataSourceRequest) GetPageParams() *PageParams

func (*ListDataSourceRequest) HasOptions

func (x *ListDataSourceRequest) HasOptions() bool

func (*ListDataSourceRequest) HasPageParams

func (x *ListDataSourceRequest) HasPageParams() bool

func (*ListDataSourceRequest) ProtoMessage

func (*ListDataSourceRequest) ProtoMessage()

func (*ListDataSourceRequest) ProtoReflect

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

func (*ListDataSourceRequest) Reset

func (x *ListDataSourceRequest) Reset()

func (*ListDataSourceRequest) SetOptions

func (x *ListDataSourceRequest) SetOptions(v *ListDataSourceOptions)

func (*ListDataSourceRequest) SetPageParams

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

func (*ListDataSourceRequest) String

func (x *ListDataSourceRequest) String() string

type ListDataSourceRequest_builder

type ListDataSourceRequest_builder struct {
	PageParams *PageParams
	Options    *ListDataSourceOptions
	// contains filtered or unexported fields
}

func (ListDataSourceRequest_builder) Build

type ListDataSourceResponse

type ListDataSourceResponse struct {
	Items         []*DataSource `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 (*ListDataSourceResponse) GetItems

func (x *ListDataSourceResponse) GetItems() []*DataSource

func (*ListDataSourceResponse) GetNextPageToken

func (x *ListDataSourceResponse) GetNextPageToken() string

func (*ListDataSourceResponse) ProtoMessage

func (*ListDataSourceResponse) ProtoMessage()

func (*ListDataSourceResponse) ProtoReflect

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

func (*ListDataSourceResponse) Reset

func (x *ListDataSourceResponse) Reset()

func (*ListDataSourceResponse) SetItems

func (x *ListDataSourceResponse) SetItems(v []*DataSource)

func (*ListDataSourceResponse) SetNextPageToken

func (x *ListDataSourceResponse) SetNextPageToken(v string)

func (*ListDataSourceResponse) String

func (x *ListDataSourceResponse) String() string

type ListDataSourceResponse_builder

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

func (ListDataSourceResponse_builder) Build

type ListDeploymentInstanceTypeOptions

type ListDeploymentInstanceTypeOptions struct {
	InstanceTypes []string      `protobuf:"bytes,1,rep,name=instance_types,json=instanceTypes,proto3" json:"instance_types,omitempty"`
	Locations     []string      `protobuf:"bytes,2,rep,name=locations,proto3" json:"locations,omitempty"`
	OrderOptions  *OrderOptions `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentInstanceTypeOptions) ClearOrderOptions

func (x *ListDeploymentInstanceTypeOptions) ClearOrderOptions()

func (*ListDeploymentInstanceTypeOptions) GetInstanceTypes

func (x *ListDeploymentInstanceTypeOptions) GetInstanceTypes() []string

func (*ListDeploymentInstanceTypeOptions) GetLocations

func (x *ListDeploymentInstanceTypeOptions) GetLocations() []string

func (*ListDeploymentInstanceTypeOptions) GetOrderOptions

func (x *ListDeploymentInstanceTypeOptions) GetOrderOptions() *OrderOptions

func (*ListDeploymentInstanceTypeOptions) HasOrderOptions

func (x *ListDeploymentInstanceTypeOptions) HasOrderOptions() bool

func (*ListDeploymentInstanceTypeOptions) ProtoMessage

func (*ListDeploymentInstanceTypeOptions) ProtoMessage()

func (*ListDeploymentInstanceTypeOptions) ProtoReflect

func (*ListDeploymentInstanceTypeOptions) Reset

func (*ListDeploymentInstanceTypeOptions) SetInstanceTypes

func (x *ListDeploymentInstanceTypeOptions) SetInstanceTypes(v []string)

func (*ListDeploymentInstanceTypeOptions) SetLocations

func (x *ListDeploymentInstanceTypeOptions) SetLocations(v []string)

func (*ListDeploymentInstanceTypeOptions) SetOrderOptions

func (x *ListDeploymentInstanceTypeOptions) SetOrderOptions(v *OrderOptions)

func (*ListDeploymentInstanceTypeOptions) String

type ListDeploymentInstanceTypeOptions_builder

type ListDeploymentInstanceTypeOptions_builder struct {
	InstanceTypes []string
	Locations     []string
	OrderOptions  *OrderOptions
	// contains filtered or unexported fields
}

func (ListDeploymentInstanceTypeOptions_builder) Build

type ListDeploymentInstanceTypeRequest

type ListDeploymentInstanceTypeRequest struct {
	PageParams               *PageParams                        `protobuf:"bytes,1,opt,name=page_params,json=pageParams,proto3" json:"page_params,omitempty"`
	DeploymentProviderCredId string                             `` /* 137-byte string literal not displayed */
	Options                  *ListDeploymentInstanceTypeOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentInstanceTypeRequest) ClearOptions

func (x *ListDeploymentInstanceTypeRequest) ClearOptions()

func (*ListDeploymentInstanceTypeRequest) ClearPageParams

func (x *ListDeploymentInstanceTypeRequest) ClearPageParams()

func (*ListDeploymentInstanceTypeRequest) GetDeploymentProviderCredId

func (x *ListDeploymentInstanceTypeRequest) GetDeploymentProviderCredId() string

func (*ListDeploymentInstanceTypeRequest) GetOptions

func (*ListDeploymentInstanceTypeRequest) GetPageParams

func (x *ListDeploymentInstanceTypeRequest) GetPageParams() *PageParams

func (*ListDeploymentInstanceTypeRequest) HasOptions

func (x *ListDeploymentInstanceTypeRequest) HasOptions() bool

func (*ListDeploymentInstanceTypeRequest) HasPageParams

func (x *ListDeploymentInstanceTypeRequest) HasPageParams() bool

func (*ListDeploymentInstanceTypeRequest) ProtoMessage

func (*ListDeploymentInstanceTypeRequest) ProtoMessage()

func (*ListDeploymentInstanceTypeRequest) ProtoReflect

func (*ListDeploymentInstanceTypeRequest) Reset

func (*ListDeploymentInstanceTypeRequest) SetDeploymentProviderCredId

func (x *ListDeploymentInstanceTypeRequest) SetDeploymentProviderCredId(v string)

func (*ListDeploymentInstanceTypeRequest) SetOptions

func (*ListDeploymentInstanceTypeRequest) SetPageParams

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

func (*ListDeploymentInstanceTypeRequest) String

type ListDeploymentInstanceTypeRequest_builder

type ListDeploymentInstanceTypeRequest_builder struct {
	PageParams               *PageParams
	DeploymentProviderCredId string
	Options                  *ListDeploymentInstanceTypeOptions
	// contains filtered or unexported fields
}

func (ListDeploymentInstanceTypeRequest_builder) Build

type ListDeploymentInstanceTypeResponse

type ListDeploymentInstanceTypeResponse struct {
	InstanceTypes []*DeploymentInstanceType `protobuf:"bytes,1,rep,name=instance_types,json=instanceTypes,proto3" json:"instance_types,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 (*ListDeploymentInstanceTypeResponse) GetInstanceTypes

func (*ListDeploymentInstanceTypeResponse) GetNextPageToken

func (x *ListDeploymentInstanceTypeResponse) GetNextPageToken() string

func (*ListDeploymentInstanceTypeResponse) ProtoMessage

func (*ListDeploymentInstanceTypeResponse) ProtoMessage()

func (*ListDeploymentInstanceTypeResponse) ProtoReflect

func (*ListDeploymentInstanceTypeResponse) Reset

func (*ListDeploymentInstanceTypeResponse) SetInstanceTypes

func (*ListDeploymentInstanceTypeResponse) SetNextPageToken

func (x *ListDeploymentInstanceTypeResponse) SetNextPageToken(v string)

func (*ListDeploymentInstanceTypeResponse) String

type ListDeploymentInstanceTypeResponse_builder

type ListDeploymentInstanceTypeResponse_builder struct {
	InstanceTypes []*DeploymentInstanceType
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListDeploymentInstanceTypeResponse_builder) Build

type ListDeploymentOptions

type ListDeploymentOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentOptions) ClearOrderOptions

func (x *ListDeploymentOptions) ClearOrderOptions()

func (*ListDeploymentOptions) GetHasAllLabels

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

func (*ListDeploymentOptions) GetHasOneOfLabels

func (x *ListDeploymentOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListDeploymentOptions) GetOrderOptions

func (x *ListDeploymentOptions) GetOrderOptions() *OrderOptions

func (*ListDeploymentOptions) HasOrderOptions

func (x *ListDeploymentOptions) HasOrderOptions() bool

func (*ListDeploymentOptions) ProtoMessage

func (*ListDeploymentOptions) ProtoMessage()

func (*ListDeploymentOptions) ProtoReflect

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

func (*ListDeploymentOptions) Reset

func (x *ListDeploymentOptions) Reset()

func (*ListDeploymentOptions) SetHasAllLabels

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

func (*ListDeploymentOptions) SetHasOneOfLabels

func (x *ListDeploymentOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListDeploymentOptions) SetOrderOptions

func (x *ListDeploymentOptions) SetOrderOptions(v *OrderOptions)

func (*ListDeploymentOptions) String

func (x *ListDeploymentOptions) String() string

type ListDeploymentOptions_builder

type ListDeploymentOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListDeploymentOptions_builder) Build

type ListDeploymentProviderCredOptions

type ListDeploymentProviderCredOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentProviderCredOptions) ClearOrderOptions

func (x *ListDeploymentProviderCredOptions) ClearOrderOptions()

func (*ListDeploymentProviderCredOptions) GetHasAllLabels

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

func (*ListDeploymentProviderCredOptions) GetHasOneOfLabels

func (x *ListDeploymentProviderCredOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListDeploymentProviderCredOptions) GetOrderOptions

func (x *ListDeploymentProviderCredOptions) GetOrderOptions() *OrderOptions

func (*ListDeploymentProviderCredOptions) HasOrderOptions

func (x *ListDeploymentProviderCredOptions) HasOrderOptions() bool

func (*ListDeploymentProviderCredOptions) ProtoMessage

func (*ListDeploymentProviderCredOptions) ProtoMessage()

func (*ListDeploymentProviderCredOptions) ProtoReflect

func (*ListDeploymentProviderCredOptions) Reset

func (*ListDeploymentProviderCredOptions) SetHasAllLabels

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

func (*ListDeploymentProviderCredOptions) SetHasOneOfLabels

func (x *ListDeploymentProviderCredOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListDeploymentProviderCredOptions) SetOrderOptions

func (x *ListDeploymentProviderCredOptions) SetOrderOptions(v *OrderOptions)

func (*ListDeploymentProviderCredOptions) String

type ListDeploymentProviderCredOptions_builder

type ListDeploymentProviderCredOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListDeploymentProviderCredOptions_builder) Build

type ListDeploymentProviderCredRequest

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

func (*ListDeploymentProviderCredRequest) ClearOptions

func (x *ListDeploymentProviderCredRequest) ClearOptions()

func (*ListDeploymentProviderCredRequest) ClearPageParams

func (x *ListDeploymentProviderCredRequest) ClearPageParams()

func (*ListDeploymentProviderCredRequest) GetOptions

func (*ListDeploymentProviderCredRequest) GetPageParams

func (x *ListDeploymentProviderCredRequest) GetPageParams() *PageParams

func (*ListDeploymentProviderCredRequest) HasOptions

func (x *ListDeploymentProviderCredRequest) HasOptions() bool

func (*ListDeploymentProviderCredRequest) HasPageParams

func (x *ListDeploymentProviderCredRequest) HasPageParams() bool

func (*ListDeploymentProviderCredRequest) ProtoMessage

func (*ListDeploymentProviderCredRequest) ProtoMessage()

func (*ListDeploymentProviderCredRequest) ProtoReflect

func (*ListDeploymentProviderCredRequest) Reset

func (*ListDeploymentProviderCredRequest) SetOptions

func (*ListDeploymentProviderCredRequest) SetPageParams

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

func (*ListDeploymentProviderCredRequest) String

type ListDeploymentProviderCredRequest_builder

type ListDeploymentProviderCredRequest_builder struct {
	PageParams *PageParams
	Options    *ListDeploymentProviderCredOptions
	// contains filtered or unexported fields
}

func (ListDeploymentProviderCredRequest_builder) Build

type ListDeploymentProviderCredResponse

type ListDeploymentProviderCredResponse struct {
	Items         []*DeploymentProviderCred `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 (*ListDeploymentProviderCredResponse) GetItems

func (*ListDeploymentProviderCredResponse) GetNextPageToken

func (x *ListDeploymentProviderCredResponse) GetNextPageToken() string

func (*ListDeploymentProviderCredResponse) ProtoMessage

func (*ListDeploymentProviderCredResponse) ProtoMessage()

func (*ListDeploymentProviderCredResponse) ProtoReflect

func (*ListDeploymentProviderCredResponse) Reset

func (*ListDeploymentProviderCredResponse) SetItems

func (*ListDeploymentProviderCredResponse) SetNextPageToken

func (x *ListDeploymentProviderCredResponse) SetNextPageToken(v string)

func (*ListDeploymentProviderCredResponse) String

type ListDeploymentProviderCredResponse_builder

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

func (ListDeploymentProviderCredResponse_builder) Build

type ListDeploymentRequest

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

func (*ListDeploymentRequest) ClearOptions

func (x *ListDeploymentRequest) ClearOptions()

func (*ListDeploymentRequest) ClearPageParams

func (x *ListDeploymentRequest) ClearPageParams()

func (*ListDeploymentRequest) GetOptions

func (*ListDeploymentRequest) GetPageParams

func (x *ListDeploymentRequest) GetPageParams() *PageParams

func (*ListDeploymentRequest) HasOptions

func (x *ListDeploymentRequest) HasOptions() bool

func (*ListDeploymentRequest) HasPageParams

func (x *ListDeploymentRequest) HasPageParams() bool

func (*ListDeploymentRequest) ProtoMessage

func (*ListDeploymentRequest) ProtoMessage()

func (*ListDeploymentRequest) ProtoReflect

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

func (*ListDeploymentRequest) Reset

func (x *ListDeploymentRequest) Reset()

func (*ListDeploymentRequest) SetOptions

func (x *ListDeploymentRequest) SetOptions(v *ListDeploymentOptions)

func (*ListDeploymentRequest) SetPageParams

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

func (*ListDeploymentRequest) String

func (x *ListDeploymentRequest) String() string

type ListDeploymentRequest_builder

type ListDeploymentRequest_builder struct {
	PageParams *PageParams
	Options    *ListDeploymentOptions
	// contains filtered or unexported fields
}

func (ListDeploymentRequest_builder) Build

type ListDeploymentResponse

type ListDeploymentResponse struct {
	Items         []*Deployment `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 (*ListDeploymentResponse) GetItems

func (x *ListDeploymentResponse) GetItems() []*Deployment

func (*ListDeploymentResponse) GetNextPageToken

func (x *ListDeploymentResponse) GetNextPageToken() string

func (*ListDeploymentResponse) ProtoMessage

func (*ListDeploymentResponse) ProtoMessage()

func (*ListDeploymentResponse) ProtoReflect

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

func (*ListDeploymentResponse) Reset

func (x *ListDeploymentResponse) Reset()

func (*ListDeploymentResponse) SetItems

func (x *ListDeploymentResponse) SetItems(v []*Deployment)

func (*ListDeploymentResponse) SetNextPageToken

func (x *ListDeploymentResponse) SetNextPageToken(v string)

func (*ListDeploymentResponse) String

func (x *ListDeploymentResponse) String() string

type ListDeploymentResponse_builder

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

func (ListDeploymentResponse_builder) Build

type ListEnvironmentOptions

type ListEnvironmentOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	IncludeDeleted bool                     `protobuf:"varint,4,opt,name=include_deleted,json=includeDeleted,proto3" json:"include_deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEnvironmentOptions) ClearOrderOptions

func (x *ListEnvironmentOptions) ClearOrderOptions()

func (*ListEnvironmentOptions) GetHasAllLabels

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

func (*ListEnvironmentOptions) GetHasOneOfLabels

func (x *ListEnvironmentOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListEnvironmentOptions) GetIncludeDeleted

func (x *ListEnvironmentOptions) GetIncludeDeleted() bool

func (*ListEnvironmentOptions) GetOrderOptions

func (x *ListEnvironmentOptions) GetOrderOptions() *OrderOptions

func (*ListEnvironmentOptions) HasOrderOptions

func (x *ListEnvironmentOptions) HasOrderOptions() bool

func (*ListEnvironmentOptions) ProtoMessage

func (*ListEnvironmentOptions) ProtoMessage()

func (*ListEnvironmentOptions) ProtoReflect

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

func (*ListEnvironmentOptions) Reset

func (x *ListEnvironmentOptions) Reset()

func (*ListEnvironmentOptions) SetHasAllLabels

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

func (*ListEnvironmentOptions) SetHasOneOfLabels

func (x *ListEnvironmentOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListEnvironmentOptions) SetIncludeDeleted

func (x *ListEnvironmentOptions) SetIncludeDeleted(v bool)

func (*ListEnvironmentOptions) SetOrderOptions

func (x *ListEnvironmentOptions) SetOrderOptions(v *OrderOptions)

func (*ListEnvironmentOptions) String

func (x *ListEnvironmentOptions) String() string

type ListEnvironmentOptions_builder

type ListEnvironmentOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	IncludeDeleted bool
	// contains filtered or unexported fields
}

func (ListEnvironmentOptions_builder) Build

type ListEnvironmentRequest

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

func (*ListEnvironmentRequest) ClearOptions

func (x *ListEnvironmentRequest) ClearOptions()

func (*ListEnvironmentRequest) ClearPageParams

func (x *ListEnvironmentRequest) ClearPageParams()

func (*ListEnvironmentRequest) GetOptions

func (*ListEnvironmentRequest) GetPageParams

func (x *ListEnvironmentRequest) GetPageParams() *PageParams

func (*ListEnvironmentRequest) HasOptions

func (x *ListEnvironmentRequest) HasOptions() bool

func (*ListEnvironmentRequest) HasPageParams

func (x *ListEnvironmentRequest) HasPageParams() bool

func (*ListEnvironmentRequest) ProtoMessage

func (*ListEnvironmentRequest) ProtoMessage()

func (*ListEnvironmentRequest) ProtoReflect

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

func (*ListEnvironmentRequest) Reset

func (x *ListEnvironmentRequest) Reset()

func (*ListEnvironmentRequest) SetOptions

func (*ListEnvironmentRequest) SetPageParams

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

func (*ListEnvironmentRequest) String

func (x *ListEnvironmentRequest) String() string

type ListEnvironmentRequest_builder

type ListEnvironmentRequest_builder struct {
	PageParams *PageParams
	Options    *ListEnvironmentOptions
	// contains filtered or unexported fields
}

func (ListEnvironmentRequest_builder) Build

type ListEnvironmentResponse

type ListEnvironmentResponse struct {
	Items         []*Environment `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 (*ListEnvironmentResponse) GetItems

func (x *ListEnvironmentResponse) GetItems() []*Environment

func (*ListEnvironmentResponse) GetNextPageToken

func (x *ListEnvironmentResponse) GetNextPageToken() string

func (*ListEnvironmentResponse) ProtoMessage

func (*ListEnvironmentResponse) ProtoMessage()

func (*ListEnvironmentResponse) ProtoReflect

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

func (*ListEnvironmentResponse) Reset

func (x *ListEnvironmentResponse) Reset()

func (*ListEnvironmentResponse) SetItems

func (x *ListEnvironmentResponse) SetItems(v []*Environment)

func (*ListEnvironmentResponse) SetNextPageToken

func (x *ListEnvironmentResponse) SetNextPageToken(v string)

func (*ListEnvironmentResponse) String

func (x *ListEnvironmentResponse) String() string

type ListEnvironmentResponse_builder

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

func (ListEnvironmentResponse_builder) Build

type ListHealthCheckOptions

type ListHealthCheckOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHealthCheckOptions) ClearOrderOptions

func (x *ListHealthCheckOptions) ClearOrderOptions()

func (*ListHealthCheckOptions) GetHasAllLabels

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

func (*ListHealthCheckOptions) GetHasOneOfLabels

func (x *ListHealthCheckOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListHealthCheckOptions) GetOrderOptions

func (x *ListHealthCheckOptions) GetOrderOptions() *OrderOptions

func (*ListHealthCheckOptions) HasOrderOptions

func (x *ListHealthCheckOptions) HasOrderOptions() bool

func (*ListHealthCheckOptions) ProtoMessage

func (*ListHealthCheckOptions) ProtoMessage()

func (*ListHealthCheckOptions) ProtoReflect

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

func (*ListHealthCheckOptions) Reset

func (x *ListHealthCheckOptions) Reset()

func (*ListHealthCheckOptions) SetHasAllLabels

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

func (*ListHealthCheckOptions) SetHasOneOfLabels

func (x *ListHealthCheckOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListHealthCheckOptions) SetOrderOptions

func (x *ListHealthCheckOptions) SetOrderOptions(v *OrderOptions)

func (*ListHealthCheckOptions) String

func (x *ListHealthCheckOptions) String() string

type ListHealthCheckOptions_builder

type ListHealthCheckOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListHealthCheckOptions_builder) Build

type ListHealthCheckRequest

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

func (*ListHealthCheckRequest) ClearOptions

func (x *ListHealthCheckRequest) ClearOptions()

func (*ListHealthCheckRequest) ClearPageParams

func (x *ListHealthCheckRequest) ClearPageParams()

func (*ListHealthCheckRequest) GetOptions

func (*ListHealthCheckRequest) GetPageParams

func (x *ListHealthCheckRequest) GetPageParams() *PageParams

func (*ListHealthCheckRequest) HasOptions

func (x *ListHealthCheckRequest) HasOptions() bool

func (*ListHealthCheckRequest) HasPageParams

func (x *ListHealthCheckRequest) HasPageParams() bool

func (*ListHealthCheckRequest) ProtoMessage

func (*ListHealthCheckRequest) ProtoMessage()

func (*ListHealthCheckRequest) ProtoReflect

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

func (*ListHealthCheckRequest) Reset

func (x *ListHealthCheckRequest) Reset()

func (*ListHealthCheckRequest) SetOptions

func (*ListHealthCheckRequest) SetPageParams

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

func (*ListHealthCheckRequest) String

func (x *ListHealthCheckRequest) String() string

type ListHealthCheckRequest_builder

type ListHealthCheckRequest_builder struct {
	PageParams *PageParams
	Options    *ListHealthCheckOptions
	// contains filtered or unexported fields
}

func (ListHealthCheckRequest_builder) Build

type ListHealthCheckResponse

type ListHealthCheckResponse struct {
	Items         []*HealthCheck `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 (*ListHealthCheckResponse) GetItems

func (x *ListHealthCheckResponse) GetItems() []*HealthCheck

func (*ListHealthCheckResponse) GetNextPageToken

func (x *ListHealthCheckResponse) GetNextPageToken() string

func (*ListHealthCheckResponse) ProtoMessage

func (*ListHealthCheckResponse) ProtoMessage()

func (*ListHealthCheckResponse) ProtoReflect

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

func (*ListHealthCheckResponse) Reset

func (x *ListHealthCheckResponse) Reset()

func (*ListHealthCheckResponse) SetItems

func (x *ListHealthCheckResponse) SetItems(v []*HealthCheck)

func (*ListHealthCheckResponse) SetNextPageToken

func (x *ListHealthCheckResponse) SetNextPageToken(v string)

func (*ListHealthCheckResponse) String

func (x *ListHealthCheckResponse) String() string

type ListHealthCheckResponse_builder

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

func (ListHealthCheckResponse_builder) Build

type ListImageOptions

type ListImageOptions struct {
	Name          string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // can contain wildcards
	Architectures []string `protobuf:"bytes,2,rep,name=architectures,proto3" json:"architectures,omitempty"`
	Owners        []string `protobuf:"bytes,3,rep,name=owners,proto3" json:"owners,omitempty"`
	NameFilters   []string `protobuf:"bytes,4,rep,name=name_filters,json=nameFilters,proto3" json:"name_filters,omitempty"`
	ImageIds      []string `protobuf:"bytes,5,rep,name=image_ids,json=imageIds,proto3" json:"image_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListImageOptions) GetArchitectures

func (x *ListImageOptions) GetArchitectures() []string

func (*ListImageOptions) GetImageIds

func (x *ListImageOptions) GetImageIds() []string

func (*ListImageOptions) GetName

func (x *ListImageOptions) GetName() string

func (*ListImageOptions) GetNameFilters

func (x *ListImageOptions) GetNameFilters() []string

func (*ListImageOptions) GetOwners

func (x *ListImageOptions) GetOwners() []string

func (*ListImageOptions) ProtoMessage

func (*ListImageOptions) ProtoMessage()

func (*ListImageOptions) ProtoReflect

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

func (*ListImageOptions) Reset

func (x *ListImageOptions) Reset()

func (*ListImageOptions) SetArchitectures

func (x *ListImageOptions) SetArchitectures(v []string)

func (*ListImageOptions) SetImageIds

func (x *ListImageOptions) SetImageIds(v []string)

func (*ListImageOptions) SetName

func (x *ListImageOptions) SetName(v string)

func (*ListImageOptions) SetNameFilters

func (x *ListImageOptions) SetNameFilters(v []string)

func (*ListImageOptions) SetOwners

func (x *ListImageOptions) SetOwners(v []string)

func (*ListImageOptions) String

func (x *ListImageOptions) String() string

type ListImageOptions_builder

type ListImageOptions_builder struct {
	Name          string
	Architectures []string
	Owners        []string
	NameFilters   []string
	ImageIds      []string
	// contains filtered or unexported fields
}

func (ListImageOptions_builder) Build

type ListImageRequest

type ListImageRequest struct {

	// PageParams page_params = 1;
	CloudCredId string            `protobuf:"bytes,2,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	Location    string            `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	Options     *ListImageOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListImageRequest) ClearOptions

func (x *ListImageRequest) ClearOptions()

func (*ListImageRequest) GetCloudCredId

func (x *ListImageRequest) GetCloudCredId() string

func (*ListImageRequest) GetLocation

func (x *ListImageRequest) GetLocation() string

func (*ListImageRequest) GetOptions

func (x *ListImageRequest) GetOptions() *ListImageOptions

func (*ListImageRequest) HasOptions

func (x *ListImageRequest) HasOptions() bool

func (*ListImageRequest) ProtoMessage

func (*ListImageRequest) ProtoMessage()

func (*ListImageRequest) ProtoReflect

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

func (*ListImageRequest) Reset

func (x *ListImageRequest) Reset()

func (*ListImageRequest) SetCloudCredId

func (x *ListImageRequest) SetCloudCredId(v string)

func (*ListImageRequest) SetLocation

func (x *ListImageRequest) SetLocation(v string)

func (*ListImageRequest) SetOptions

func (x *ListImageRequest) SetOptions(v *ListImageOptions)

func (*ListImageRequest) String

func (x *ListImageRequest) String() string

type ListImageRequest_builder

type ListImageRequest_builder struct {

	// PageParams page_params = 1;
	CloudCredId string
	Location    string
	Options     *ListImageOptions
	// contains filtered or unexported fields
}

func (ListImageRequest_builder) Build

type ListImageResponse

type ListImageResponse struct {
	Items         []*Image `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 (*ListImageResponse) GetItems

func (x *ListImageResponse) GetItems() []*Image

func (*ListImageResponse) GetNextPageToken

func (x *ListImageResponse) GetNextPageToken() string

func (*ListImageResponse) ProtoMessage

func (*ListImageResponse) ProtoMessage()

func (*ListImageResponse) ProtoReflect

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

func (*ListImageResponse) Reset

func (x *ListImageResponse) Reset()

func (*ListImageResponse) SetItems

func (x *ListImageResponse) SetItems(v []*Image)

func (*ListImageResponse) SetNextPageToken

func (x *ListImageResponse) SetNextPageToken(v string)

func (*ListImageResponse) String

func (x *ListImageResponse) String() string

type ListImageResponse_builder

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

func (ListImageResponse_builder) Build

type ListIngressGatewayInstallationOptions

type ListIngressGatewayInstallationOptions struct {
	InstallationReferenceIds []string                 `` /* 135-byte string literal not displayed */
	HasAllLabels             map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels           map[string]*ListOfString `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListIngressGatewayInstallationOptions) GetHasAllLabels

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

func (*ListIngressGatewayInstallationOptions) GetHasOneOfLabels

func (x *ListIngressGatewayInstallationOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListIngressGatewayInstallationOptions) GetInstallationReferenceIds

func (x *ListIngressGatewayInstallationOptions) GetInstallationReferenceIds() []string

func (*ListIngressGatewayInstallationOptions) ProtoMessage

func (*ListIngressGatewayInstallationOptions) ProtoMessage()

func (*ListIngressGatewayInstallationOptions) ProtoReflect

func (*ListIngressGatewayInstallationOptions) Reset

func (*ListIngressGatewayInstallationOptions) SetHasAllLabels

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

func (*ListIngressGatewayInstallationOptions) SetHasOneOfLabels

func (x *ListIngressGatewayInstallationOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListIngressGatewayInstallationOptions) SetInstallationReferenceIds

func (x *ListIngressGatewayInstallationOptions) SetInstallationReferenceIds(v []string)

func (*ListIngressGatewayInstallationOptions) String

type ListIngressGatewayInstallationOptions_builder

type ListIngressGatewayInstallationOptions_builder struct {
	InstallationReferenceIds []string
	HasAllLabels             map[string]string
	HasOneOfLabels           map[string]*ListOfString
	// contains filtered or unexported fields
}

func (ListIngressGatewayInstallationOptions_builder) Build

type ListIngressGatewayOptions

type ListIngressGatewayOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIngressGatewayOptions) ClearOrderOptions

func (x *ListIngressGatewayOptions) ClearOrderOptions()

func (*ListIngressGatewayOptions) GetHasAllLabels

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

func (*ListIngressGatewayOptions) GetHasOneOfLabels

func (x *ListIngressGatewayOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListIngressGatewayOptions) GetOrderOptions

func (x *ListIngressGatewayOptions) GetOrderOptions() *OrderOptions

func (*ListIngressGatewayOptions) HasOrderOptions

func (x *ListIngressGatewayOptions) HasOrderOptions() bool

func (*ListIngressGatewayOptions) ProtoMessage

func (*ListIngressGatewayOptions) ProtoMessage()

func (*ListIngressGatewayOptions) ProtoReflect

func (*ListIngressGatewayOptions) Reset

func (x *ListIngressGatewayOptions) Reset()

func (*ListIngressGatewayOptions) SetHasAllLabels

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

func (*ListIngressGatewayOptions) SetHasOneOfLabels

func (x *ListIngressGatewayOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListIngressGatewayOptions) SetOrderOptions

func (x *ListIngressGatewayOptions) SetOrderOptions(v *OrderOptions)

func (*ListIngressGatewayOptions) String

func (x *ListIngressGatewayOptions) String() string

type ListIngressGatewayOptions_builder

type ListIngressGatewayOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListIngressGatewayOptions_builder) Build

type ListIngressGatewayRequest

type ListIngressGatewayRequest struct {
	PageParams          *PageParams                            `protobuf:"bytes,1,opt,name=page_params,json=pageParams,proto3" json:"page_params,omitempty"`
	Options             *ListIngressGatewayOptions             `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	InstallationOptions *ListIngressGatewayInstallationOptions `protobuf:"bytes,3,opt,name=installation_options,json=installationOptions,proto3" json:"installation_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIngressGatewayRequest) ClearInstallationOptions

func (x *ListIngressGatewayRequest) ClearInstallationOptions()

func (*ListIngressGatewayRequest) ClearOptions

func (x *ListIngressGatewayRequest) ClearOptions()

func (*ListIngressGatewayRequest) ClearPageParams

func (x *ListIngressGatewayRequest) ClearPageParams()

func (*ListIngressGatewayRequest) GetInstallationOptions

func (*ListIngressGatewayRequest) GetOptions

func (*ListIngressGatewayRequest) GetPageParams

func (x *ListIngressGatewayRequest) GetPageParams() *PageParams

func (*ListIngressGatewayRequest) HasInstallationOptions

func (x *ListIngressGatewayRequest) HasInstallationOptions() bool

func (*ListIngressGatewayRequest) HasOptions

func (x *ListIngressGatewayRequest) HasOptions() bool

func (*ListIngressGatewayRequest) HasPageParams

func (x *ListIngressGatewayRequest) HasPageParams() bool

func (*ListIngressGatewayRequest) ProtoMessage

func (*ListIngressGatewayRequest) ProtoMessage()

func (*ListIngressGatewayRequest) ProtoReflect

func (*ListIngressGatewayRequest) Reset

func (x *ListIngressGatewayRequest) Reset()

func (*ListIngressGatewayRequest) SetInstallationOptions

func (*ListIngressGatewayRequest) SetOptions

func (*ListIngressGatewayRequest) SetPageParams

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

func (*ListIngressGatewayRequest) String

func (x *ListIngressGatewayRequest) String() string

type ListIngressGatewayRequest_builder

type ListIngressGatewayRequest_builder struct {
	PageParams          *PageParams
	Options             *ListIngressGatewayOptions
	InstallationOptions *ListIngressGatewayInstallationOptions
	// contains filtered or unexported fields
}

func (ListIngressGatewayRequest_builder) Build

type ListIngressGatewayResponse

type ListIngressGatewayResponse struct {
	Items         []*IngressGateway `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 (*ListIngressGatewayResponse) GetItems

func (x *ListIngressGatewayResponse) GetItems() []*IngressGateway

func (*ListIngressGatewayResponse) GetNextPageToken

func (x *ListIngressGatewayResponse) GetNextPageToken() string

func (*ListIngressGatewayResponse) ProtoMessage

func (*ListIngressGatewayResponse) ProtoMessage()

func (*ListIngressGatewayResponse) ProtoReflect

func (*ListIngressGatewayResponse) Reset

func (x *ListIngressGatewayResponse) Reset()

func (*ListIngressGatewayResponse) SetItems

func (x *ListIngressGatewayResponse) SetItems(v []*IngressGateway)

func (*ListIngressGatewayResponse) SetNextPageToken

func (x *ListIngressGatewayResponse) SetNextPageToken(v string)

func (*ListIngressGatewayResponse) String

func (x *ListIngressGatewayResponse) String() string

type ListIngressGatewayResponse_builder

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

func (ListIngressGatewayResponse_builder) Build

type ListIngressGatewayTokenOptions

type ListIngressGatewayTokenOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIngressGatewayTokenOptions) ClearOrderOptions

func (x *ListIngressGatewayTokenOptions) ClearOrderOptions()

func (*ListIngressGatewayTokenOptions) GetHasAllLabels

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

func (*ListIngressGatewayTokenOptions) GetHasOneOfLabels

func (x *ListIngressGatewayTokenOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListIngressGatewayTokenOptions) GetOrderOptions

func (x *ListIngressGatewayTokenOptions) GetOrderOptions() *OrderOptions

func (*ListIngressGatewayTokenOptions) HasOrderOptions

func (x *ListIngressGatewayTokenOptions) HasOrderOptions() bool

func (*ListIngressGatewayTokenOptions) ProtoMessage

func (*ListIngressGatewayTokenOptions) ProtoMessage()

func (*ListIngressGatewayTokenOptions) ProtoReflect

func (*ListIngressGatewayTokenOptions) Reset

func (x *ListIngressGatewayTokenOptions) Reset()

func (*ListIngressGatewayTokenOptions) SetHasAllLabels

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

func (*ListIngressGatewayTokenOptions) SetHasOneOfLabels

func (x *ListIngressGatewayTokenOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListIngressGatewayTokenOptions) SetOrderOptions

func (x *ListIngressGatewayTokenOptions) SetOrderOptions(v *OrderOptions)

func (*ListIngressGatewayTokenOptions) String

type ListIngressGatewayTokenOptions_builder

type ListIngressGatewayTokenOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListIngressGatewayTokenOptions_builder) Build

type ListIngressGatewayTokenRequest

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

func (*ListIngressGatewayTokenRequest) ClearOptions

func (x *ListIngressGatewayTokenRequest) ClearOptions()

func (*ListIngressGatewayTokenRequest) ClearPageParams

func (x *ListIngressGatewayTokenRequest) ClearPageParams()

func (*ListIngressGatewayTokenRequest) GetOptions

func (*ListIngressGatewayTokenRequest) GetPageParams

func (x *ListIngressGatewayTokenRequest) GetPageParams() *PageParams

func (*ListIngressGatewayTokenRequest) HasOptions

func (x *ListIngressGatewayTokenRequest) HasOptions() bool

func (*ListIngressGatewayTokenRequest) HasPageParams

func (x *ListIngressGatewayTokenRequest) HasPageParams() bool

func (*ListIngressGatewayTokenRequest) ProtoMessage

func (*ListIngressGatewayTokenRequest) ProtoMessage()

func (*ListIngressGatewayTokenRequest) ProtoReflect

func (*ListIngressGatewayTokenRequest) Reset

func (x *ListIngressGatewayTokenRequest) Reset()

func (*ListIngressGatewayTokenRequest) SetOptions

func (*ListIngressGatewayTokenRequest) SetPageParams

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

func (*ListIngressGatewayTokenRequest) String

type ListIngressGatewayTokenRequest_builder

type ListIngressGatewayTokenRequest_builder struct {
	PageParams *PageParams
	Options    *ListIngressGatewayTokenOptions
	// contains filtered or unexported fields
}

func (ListIngressGatewayTokenRequest_builder) Build

type ListIngressGatewayTokenResponse

type ListIngressGatewayTokenResponse struct {
	Items         []*IngressGatewayToken `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 (*ListIngressGatewayTokenResponse) GetItems

func (*ListIngressGatewayTokenResponse) GetNextPageToken

func (x *ListIngressGatewayTokenResponse) GetNextPageToken() string

func (*ListIngressGatewayTokenResponse) ProtoMessage

func (*ListIngressGatewayTokenResponse) ProtoMessage()

func (*ListIngressGatewayTokenResponse) ProtoReflect

func (*ListIngressGatewayTokenResponse) Reset

func (*ListIngressGatewayTokenResponse) SetItems

func (*ListIngressGatewayTokenResponse) SetNextPageToken

func (x *ListIngressGatewayTokenResponse) SetNextPageToken(v string)

func (*ListIngressGatewayTokenResponse) String

type ListIngressGatewayTokenResponse_builder

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

func (ListIngressGatewayTokenResponse_builder) Build

type ListInstanceExecOptions

type ListInstanceExecOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstanceExecOptions) ClearOrderOptions

func (x *ListInstanceExecOptions) ClearOrderOptions()

func (*ListInstanceExecOptions) GetHasAllLabels

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

func (*ListInstanceExecOptions) GetHasOneOfLabels

func (x *ListInstanceExecOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListInstanceExecOptions) GetOrderOptions

func (x *ListInstanceExecOptions) GetOrderOptions() *OrderOptions

func (*ListInstanceExecOptions) HasOrderOptions

func (x *ListInstanceExecOptions) HasOrderOptions() bool

func (*ListInstanceExecOptions) ProtoMessage

func (*ListInstanceExecOptions) ProtoMessage()

func (*ListInstanceExecOptions) ProtoReflect

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

func (*ListInstanceExecOptions) Reset

func (x *ListInstanceExecOptions) Reset()

func (*ListInstanceExecOptions) SetHasAllLabels

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

func (*ListInstanceExecOptions) SetHasOneOfLabels

func (x *ListInstanceExecOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListInstanceExecOptions) SetOrderOptions

func (x *ListInstanceExecOptions) SetOrderOptions(v *OrderOptions)

func (*ListInstanceExecOptions) String

func (x *ListInstanceExecOptions) String() string

type ListInstanceExecOptions_builder

type ListInstanceExecOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListInstanceExecOptions_builder) Build

type ListInstanceExecRequest

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

func (*ListInstanceExecRequest) ClearOptions

func (x *ListInstanceExecRequest) ClearOptions()

func (*ListInstanceExecRequest) ClearPageParams

func (x *ListInstanceExecRequest) ClearPageParams()

func (*ListInstanceExecRequest) GetOptions

func (*ListInstanceExecRequest) GetPageParams

func (x *ListInstanceExecRequest) GetPageParams() *PageParams

func (*ListInstanceExecRequest) HasOptions

func (x *ListInstanceExecRequest) HasOptions() bool

func (*ListInstanceExecRequest) HasPageParams

func (x *ListInstanceExecRequest) HasPageParams() bool

func (*ListInstanceExecRequest) ProtoMessage

func (*ListInstanceExecRequest) ProtoMessage()

func (*ListInstanceExecRequest) ProtoReflect

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

func (*ListInstanceExecRequest) Reset

func (x *ListInstanceExecRequest) Reset()

func (*ListInstanceExecRequest) SetOptions

func (*ListInstanceExecRequest) SetPageParams

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

func (*ListInstanceExecRequest) String

func (x *ListInstanceExecRequest) String() string

type ListInstanceExecRequest_builder

type ListInstanceExecRequest_builder struct {
	PageParams *PageParams
	Options    *ListInstanceExecOptions
	// contains filtered or unexported fields
}

func (ListInstanceExecRequest_builder) Build

type ListInstanceExecResponse

type ListInstanceExecResponse struct {
	Items         []*InstanceExec `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 (*ListInstanceExecResponse) GetItems

func (x *ListInstanceExecResponse) GetItems() []*InstanceExec

func (*ListInstanceExecResponse) GetNextPageToken

func (x *ListInstanceExecResponse) GetNextPageToken() string

func (*ListInstanceExecResponse) ProtoMessage

func (*ListInstanceExecResponse) ProtoMessage()

func (*ListInstanceExecResponse) ProtoReflect

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

func (*ListInstanceExecResponse) Reset

func (x *ListInstanceExecResponse) Reset()

func (*ListInstanceExecResponse) SetItems

func (x *ListInstanceExecResponse) SetItems(v []*InstanceExec)

func (*ListInstanceExecResponse) SetNextPageToken

func (x *ListInstanceExecResponse) SetNextPageToken(v string)

func (*ListInstanceExecResponse) String

func (x *ListInstanceExecResponse) String() string

type ListInstanceExecResponse_builder

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

func (ListInstanceExecResponse_builder) Build

type ListInstanceOptions

type ListInstanceOptions struct {
	CloudCredIds   []string                 `protobuf:"bytes,1,rep,name=cloud_cred_ids,json=cloudCredIds,proto3" json:"cloud_cred_ids,omitempty"`
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,4,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	ObjectStatuses []string                 `protobuf:"bytes,5,rep,name=object_statuses,json=objectStatuses,proto3" json:"object_statuses,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstanceOptions) ClearOrderOptions

func (x *ListInstanceOptions) ClearOrderOptions()

func (*ListInstanceOptions) GetCloudCredIds

func (x *ListInstanceOptions) GetCloudCredIds() []string

func (*ListInstanceOptions) GetHasAllLabels

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

func (*ListInstanceOptions) GetHasOneOfLabels

func (x *ListInstanceOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListInstanceOptions) GetObjectStatuses

func (x *ListInstanceOptions) GetObjectStatuses() []string

func (*ListInstanceOptions) GetOrderOptions

func (x *ListInstanceOptions) GetOrderOptions() *OrderOptions

func (*ListInstanceOptions) HasOrderOptions

func (x *ListInstanceOptions) HasOrderOptions() bool

func (*ListInstanceOptions) ProtoMessage

func (*ListInstanceOptions) ProtoMessage()

func (*ListInstanceOptions) ProtoReflect

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

func (*ListInstanceOptions) Reset

func (x *ListInstanceOptions) Reset()

func (*ListInstanceOptions) SetCloudCredIds

func (x *ListInstanceOptions) SetCloudCredIds(v []string)

func (*ListInstanceOptions) SetHasAllLabels

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

func (*ListInstanceOptions) SetHasOneOfLabels

func (x *ListInstanceOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListInstanceOptions) SetObjectStatuses

func (x *ListInstanceOptions) SetObjectStatuses(v []string)

func (*ListInstanceOptions) SetOrderOptions

func (x *ListInstanceOptions) SetOrderOptions(v *OrderOptions)

func (*ListInstanceOptions) String

func (x *ListInstanceOptions) String() string

type ListInstanceOptions_builder

type ListInstanceOptions_builder struct {
	CloudCredIds   []string
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	ObjectStatuses []string
	// contains filtered or unexported fields
}

func (ListInstanceOptions_builder) Build

type ListInstanceProvisionsOptions

type ListInstanceProvisionsOptions struct {
	CloudCredIds   []string      `protobuf:"bytes,1,rep,name=cloud_cred_ids,json=cloudCredIds,proto3" json:"cloud_cred_ids,omitempty"`
	ObjectStatuses []string      `protobuf:"bytes,2,rep,name=object_statuses,json=objectStatuses,proto3" json:"object_statuses,omitempty"`
	OrderOptions   *OrderOptions `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstanceProvisionsOptions) ClearOrderOptions

func (x *ListInstanceProvisionsOptions) ClearOrderOptions()

func (*ListInstanceProvisionsOptions) GetCloudCredIds

func (x *ListInstanceProvisionsOptions) GetCloudCredIds() []string

func (*ListInstanceProvisionsOptions) GetObjectStatuses

func (x *ListInstanceProvisionsOptions) GetObjectStatuses() []string

func (*ListInstanceProvisionsOptions) GetOrderOptions

func (x *ListInstanceProvisionsOptions) GetOrderOptions() *OrderOptions

func (*ListInstanceProvisionsOptions) HasOrderOptions

func (x *ListInstanceProvisionsOptions) HasOrderOptions() bool

func (*ListInstanceProvisionsOptions) ProtoMessage

func (*ListInstanceProvisionsOptions) ProtoMessage()

func (*ListInstanceProvisionsOptions) ProtoReflect

func (*ListInstanceProvisionsOptions) Reset

func (x *ListInstanceProvisionsOptions) Reset()

func (*ListInstanceProvisionsOptions) SetCloudCredIds

func (x *ListInstanceProvisionsOptions) SetCloudCredIds(v []string)

func (*ListInstanceProvisionsOptions) SetObjectStatuses

func (x *ListInstanceProvisionsOptions) SetObjectStatuses(v []string)

func (*ListInstanceProvisionsOptions) SetOrderOptions

func (x *ListInstanceProvisionsOptions) SetOrderOptions(v *OrderOptions)

func (*ListInstanceProvisionsOptions) String

type ListInstanceProvisionsOptions_builder

type ListInstanceProvisionsOptions_builder struct {
	CloudCredIds   []string
	ObjectStatuses []string
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListInstanceProvisionsOptions_builder) Build

type ListInstanceProvisionsRequest

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

func (*ListInstanceProvisionsRequest) ClearOptions

func (x *ListInstanceProvisionsRequest) ClearOptions()

func (*ListInstanceProvisionsRequest) ClearPageParams

func (x *ListInstanceProvisionsRequest) ClearPageParams()

func (*ListInstanceProvisionsRequest) GetOptions

func (*ListInstanceProvisionsRequest) GetPageParams

func (x *ListInstanceProvisionsRequest) GetPageParams() *PageParams

func (*ListInstanceProvisionsRequest) HasOptions

func (x *ListInstanceProvisionsRequest) HasOptions() bool

func (*ListInstanceProvisionsRequest) HasPageParams

func (x *ListInstanceProvisionsRequest) HasPageParams() bool

func (*ListInstanceProvisionsRequest) ProtoMessage

func (*ListInstanceProvisionsRequest) ProtoMessage()

func (*ListInstanceProvisionsRequest) ProtoReflect

func (*ListInstanceProvisionsRequest) Reset

func (x *ListInstanceProvisionsRequest) Reset()

func (*ListInstanceProvisionsRequest) SetOptions

func (*ListInstanceProvisionsRequest) SetPageParams

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

func (*ListInstanceProvisionsRequest) String

type ListInstanceProvisionsRequest_builder

type ListInstanceProvisionsRequest_builder struct {
	PageParams *PageParams
	Options    *ListInstanceProvisionsOptions
	// contains filtered or unexported fields
}

func (ListInstanceProvisionsRequest_builder) Build

type ListInstanceProvisionsResponse

type ListInstanceProvisionsResponse struct {
	Items         []*InstanceProvision `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 (*ListInstanceProvisionsResponse) GetItems

func (*ListInstanceProvisionsResponse) GetNextPageToken

func (x *ListInstanceProvisionsResponse) GetNextPageToken() string

func (*ListInstanceProvisionsResponse) ProtoMessage

func (*ListInstanceProvisionsResponse) ProtoMessage()

func (*ListInstanceProvisionsResponse) ProtoReflect

func (*ListInstanceProvisionsResponse) Reset

func (x *ListInstanceProvisionsResponse) Reset()

func (*ListInstanceProvisionsResponse) SetItems

func (*ListInstanceProvisionsResponse) SetNextPageToken

func (x *ListInstanceProvisionsResponse) SetNextPageToken(v string)

func (*ListInstanceProvisionsResponse) String

type ListInstanceProvisionsResponse_builder

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

func (ListInstanceProvisionsResponse_builder) Build

type ListInstanceRequest

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

https://cloud.google.com/apis/design/standard_methods

func (*ListInstanceRequest) ClearOptions

func (x *ListInstanceRequest) ClearOptions()

func (*ListInstanceRequest) ClearPageParams

func (x *ListInstanceRequest) ClearPageParams()

func (*ListInstanceRequest) GetOptions

func (x *ListInstanceRequest) GetOptions() *ListInstanceOptions

func (*ListInstanceRequest) GetPageParams

func (x *ListInstanceRequest) GetPageParams() *PageParams

func (*ListInstanceRequest) HasOptions

func (x *ListInstanceRequest) HasOptions() bool

func (*ListInstanceRequest) HasPageParams

func (x *ListInstanceRequest) HasPageParams() bool

func (*ListInstanceRequest) ProtoMessage

func (*ListInstanceRequest) ProtoMessage()

func (*ListInstanceRequest) ProtoReflect

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

func (*ListInstanceRequest) Reset

func (x *ListInstanceRequest) Reset()

func (*ListInstanceRequest) SetOptions

func (x *ListInstanceRequest) SetOptions(v *ListInstanceOptions)

func (*ListInstanceRequest) SetPageParams

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

func (*ListInstanceRequest) String

func (x *ListInstanceRequest) String() string

type ListInstanceRequest_builder

type ListInstanceRequest_builder struct {
	PageParams *PageParams
	Options    *ListInstanceOptions
	// contains filtered or unexported fields
}

func (ListInstanceRequest_builder) Build

type ListInstanceResponse

type ListInstanceResponse struct {
	Items         []*Instance `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 (*ListInstanceResponse) GetItems

func (x *ListInstanceResponse) GetItems() []*Instance

func (*ListInstanceResponse) GetNextPageToken

func (x *ListInstanceResponse) GetNextPageToken() string

func (*ListInstanceResponse) ProtoMessage

func (*ListInstanceResponse) ProtoMessage()

func (*ListInstanceResponse) ProtoReflect

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

func (*ListInstanceResponse) Reset

func (x *ListInstanceResponse) Reset()

func (*ListInstanceResponse) SetItems

func (x *ListInstanceResponse) SetItems(v []*Instance)

func (*ListInstanceResponse) SetNextPageToken

func (x *ListInstanceResponse) SetNextPageToken(v string)

func (*ListInstanceResponse) String

func (x *ListInstanceResponse) String() string

type ListInstanceResponse_builder

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

func (ListInstanceResponse_builder) Build

type ListInstanceTypeOptions

type ListInstanceTypeOptions struct {
	SupportedArchitectures []string `` /* 127-byte string literal not displayed */
	IncludePrices          *bool    `protobuf:"varint,2,opt,name=include_prices,json=includePrices,proto3,oneof" json:"include_prices,omitempty"`
	InstanceTypes          []string `protobuf:"bytes,3,rep,name=instance_types,json=instanceTypes,proto3" json:"instance_types,omitempty"`
	IncludeUnavailable     *bool    `protobuf:"varint,4,opt,name=include_unavailable,json=includeUnavailable,proto3,oneof" json:"include_unavailable,omitempty"`
	IncludePreemptible     *bool    `protobuf:"varint,5,opt,name=include_preemptible,json=includePreemptible,proto3,oneof" json:"include_preemptible,omitempty"`
	SubLocation            string   `protobuf:"bytes,6,opt,name=sub_location,json=subLocation,proto3" json:"sub_location,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstanceTypeOptions) ClearIncludePreemptible

func (x *ListInstanceTypeOptions) ClearIncludePreemptible()

func (*ListInstanceTypeOptions) ClearIncludePrices

func (x *ListInstanceTypeOptions) ClearIncludePrices()

func (*ListInstanceTypeOptions) ClearIncludeUnavailable

func (x *ListInstanceTypeOptions) ClearIncludeUnavailable()

func (*ListInstanceTypeOptions) GetIncludePreemptible

func (x *ListInstanceTypeOptions) GetIncludePreemptible() bool

func (*ListInstanceTypeOptions) GetIncludePrices

func (x *ListInstanceTypeOptions) GetIncludePrices() bool

func (*ListInstanceTypeOptions) GetIncludeUnavailable

func (x *ListInstanceTypeOptions) GetIncludeUnavailable() bool

func (*ListInstanceTypeOptions) GetInstanceTypes

func (x *ListInstanceTypeOptions) GetInstanceTypes() []string

func (*ListInstanceTypeOptions) GetSubLocation

func (x *ListInstanceTypeOptions) GetSubLocation() string

func (*ListInstanceTypeOptions) GetSupportedArchitectures

func (x *ListInstanceTypeOptions) GetSupportedArchitectures() []string

func (*ListInstanceTypeOptions) HasIncludePreemptible

func (x *ListInstanceTypeOptions) HasIncludePreemptible() bool

func (*ListInstanceTypeOptions) HasIncludePrices

func (x *ListInstanceTypeOptions) HasIncludePrices() bool

func (*ListInstanceTypeOptions) HasIncludeUnavailable

func (x *ListInstanceTypeOptions) HasIncludeUnavailable() bool

func (*ListInstanceTypeOptions) ProtoMessage

func (*ListInstanceTypeOptions) ProtoMessage()

func (*ListInstanceTypeOptions) ProtoReflect

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

func (*ListInstanceTypeOptions) Reset

func (x *ListInstanceTypeOptions) Reset()

func (*ListInstanceTypeOptions) SetIncludePreemptible

func (x *ListInstanceTypeOptions) SetIncludePreemptible(v bool)

func (*ListInstanceTypeOptions) SetIncludePrices

func (x *ListInstanceTypeOptions) SetIncludePrices(v bool)

func (*ListInstanceTypeOptions) SetIncludeUnavailable

func (x *ListInstanceTypeOptions) SetIncludeUnavailable(v bool)

func (*ListInstanceTypeOptions) SetInstanceTypes

func (x *ListInstanceTypeOptions) SetInstanceTypes(v []string)

func (*ListInstanceTypeOptions) SetSubLocation

func (x *ListInstanceTypeOptions) SetSubLocation(v string)

func (*ListInstanceTypeOptions) SetSupportedArchitectures

func (x *ListInstanceTypeOptions) SetSupportedArchitectures(v []string)

func (*ListInstanceTypeOptions) String

func (x *ListInstanceTypeOptions) String() string

type ListInstanceTypeOptions_builder

type ListInstanceTypeOptions_builder struct {
	SupportedArchitectures []string
	IncludePrices          *bool
	InstanceTypes          []string
	IncludeUnavailable     *bool
	IncludePreemptible     *bool
	SubLocation            string
	// contains filtered or unexported fields
}

func (ListInstanceTypeOptions_builder) Build

type ListInstanceTypeRequest

type ListInstanceTypeRequest struct {

	// PageParams page_params = 1;
	CloudCredId string                   `protobuf:"bytes,2,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	Location    string                   `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	Options     *ListInstanceTypeOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstanceTypeRequest) ClearOptions

func (x *ListInstanceTypeRequest) ClearOptions()

func (*ListInstanceTypeRequest) GetCloudCredId

func (x *ListInstanceTypeRequest) GetCloudCredId() string

func (*ListInstanceTypeRequest) GetLocation

func (x *ListInstanceTypeRequest) GetLocation() string

func (*ListInstanceTypeRequest) GetOptions

func (*ListInstanceTypeRequest) HasOptions

func (x *ListInstanceTypeRequest) HasOptions() bool

func (*ListInstanceTypeRequest) ProtoMessage

func (*ListInstanceTypeRequest) ProtoMessage()

func (*ListInstanceTypeRequest) ProtoReflect

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

func (*ListInstanceTypeRequest) Reset

func (x *ListInstanceTypeRequest) Reset()

func (*ListInstanceTypeRequest) SetCloudCredId

func (x *ListInstanceTypeRequest) SetCloudCredId(v string)

func (*ListInstanceTypeRequest) SetLocation

func (x *ListInstanceTypeRequest) SetLocation(v string)

func (*ListInstanceTypeRequest) SetOptions

func (*ListInstanceTypeRequest) String

func (x *ListInstanceTypeRequest) String() string

type ListInstanceTypeRequest_builder

type ListInstanceTypeRequest_builder struct {

	// PageParams page_params = 1;
	CloudCredId string
	Location    string
	Options     *ListInstanceTypeOptions
	// contains filtered or unexported fields
}

func (ListInstanceTypeRequest_builder) Build

type ListInstanceTypeResponse

type ListInstanceTypeResponse struct {
	Items         []*InstanceType `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 (*ListInstanceTypeResponse) GetItems

func (x *ListInstanceTypeResponse) GetItems() []*InstanceType

func (*ListInstanceTypeResponse) GetNextPageToken

func (x *ListInstanceTypeResponse) GetNextPageToken() string

func (*ListInstanceTypeResponse) ProtoMessage

func (*ListInstanceTypeResponse) ProtoMessage()

func (*ListInstanceTypeResponse) ProtoReflect

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

func (*ListInstanceTypeResponse) Reset

func (x *ListInstanceTypeResponse) Reset()

func (*ListInstanceTypeResponse) SetItems

func (x *ListInstanceTypeResponse) SetItems(v []*InstanceType)

func (*ListInstanceTypeResponse) SetNextPageToken

func (x *ListInstanceTypeResponse) SetNextPageToken(v string)

func (*ListInstanceTypeResponse) String

func (x *ListInstanceTypeResponse) String() string

type ListInstanceTypeResponse_builder

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

func (ListInstanceTypeResponse_builder) Build

type ListInvoiceRequest

type ListInvoiceRequest struct {
	BillingProfileId string      `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	PageParams       *PageParams `protobuf:"bytes,2,opt,name=page_params,json=pageParams,proto3" json:"page_params,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInvoiceRequest) ClearPageParams

func (x *ListInvoiceRequest) ClearPageParams()

func (*ListInvoiceRequest) GetBillingProfileId

func (x *ListInvoiceRequest) GetBillingProfileId() string

func (*ListInvoiceRequest) GetPageParams

func (x *ListInvoiceRequest) GetPageParams() *PageParams

func (*ListInvoiceRequest) HasPageParams

func (x *ListInvoiceRequest) HasPageParams() bool

func (*ListInvoiceRequest) ProtoMessage

func (*ListInvoiceRequest) ProtoMessage()

func (*ListInvoiceRequest) ProtoReflect

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

func (*ListInvoiceRequest) Reset

func (x *ListInvoiceRequest) Reset()

func (*ListInvoiceRequest) SetBillingProfileId

func (x *ListInvoiceRequest) SetBillingProfileId(v string)

func (*ListInvoiceRequest) SetPageParams

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

func (*ListInvoiceRequest) String

func (x *ListInvoiceRequest) String() string

type ListInvoiceRequest_builder

type ListInvoiceRequest_builder struct {
	BillingProfileId string
	PageParams       *PageParams
	// contains filtered or unexported fields
}

func (ListInvoiceRequest_builder) Build

type ListInvoiceResponse

type ListInvoiceResponse struct {
	Invoices      []*Invoice `protobuf:"bytes,1,rep,name=invoices,proto3" json:"invoices,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 (*ListInvoiceResponse) GetInvoices

func (x *ListInvoiceResponse) GetInvoices() []*Invoice

func (*ListInvoiceResponse) GetNextPageToken

func (x *ListInvoiceResponse) GetNextPageToken() string

func (*ListInvoiceResponse) ProtoMessage

func (*ListInvoiceResponse) ProtoMessage()

func (*ListInvoiceResponse) ProtoReflect

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

func (*ListInvoiceResponse) Reset

func (x *ListInvoiceResponse) Reset()

func (*ListInvoiceResponse) SetInvoices

func (x *ListInvoiceResponse) SetInvoices(v []*Invoice)

func (*ListInvoiceResponse) SetNextPageToken

func (x *ListInvoiceResponse) SetNextPageToken(v string)

func (*ListInvoiceResponse) String

func (x *ListInvoiceResponse) String() string

type ListInvoiceResponse_builder

type ListInvoiceResponse_builder struct {
	Invoices      []*Invoice
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListInvoiceResponse_builder) Build

type ListLimitOptions

type ListLimitOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLimitOptions) ClearOrderOptions

func (x *ListLimitOptions) ClearOrderOptions()

func (*ListLimitOptions) GetHasAllLabels

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

func (*ListLimitOptions) GetHasOneOfLabels

func (x *ListLimitOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListLimitOptions) GetOrderOptions

func (x *ListLimitOptions) GetOrderOptions() *OrderOptions

func (*ListLimitOptions) HasOrderOptions

func (x *ListLimitOptions) HasOrderOptions() bool

func (*ListLimitOptions) ProtoMessage

func (*ListLimitOptions) ProtoMessage()

func (*ListLimitOptions) ProtoReflect

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

func (*ListLimitOptions) Reset

func (x *ListLimitOptions) Reset()

func (*ListLimitOptions) SetHasAllLabels

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

func (*ListLimitOptions) SetHasOneOfLabels

func (x *ListLimitOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListLimitOptions) SetOrderOptions

func (x *ListLimitOptions) SetOrderOptions(v *OrderOptions)

func (*ListLimitOptions) String

func (x *ListLimitOptions) String() string

type ListLimitOptions_builder

type ListLimitOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListLimitOptions_builder) Build

type ListLimitRequest

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

func (*ListLimitRequest) ClearOptions

func (x *ListLimitRequest) ClearOptions()

func (*ListLimitRequest) ClearPageParams

func (x *ListLimitRequest) ClearPageParams()

func (*ListLimitRequest) GetOptions

func (x *ListLimitRequest) GetOptions() *ListLimitOptions

func (*ListLimitRequest) GetPageParams

func (x *ListLimitRequest) GetPageParams() *PageParams

func (*ListLimitRequest) HasOptions

func (x *ListLimitRequest) HasOptions() bool

func (*ListLimitRequest) HasPageParams

func (x *ListLimitRequest) HasPageParams() bool

func (*ListLimitRequest) ProtoMessage

func (*ListLimitRequest) ProtoMessage()

func (*ListLimitRequest) ProtoReflect

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

func (*ListLimitRequest) Reset

func (x *ListLimitRequest) Reset()

func (*ListLimitRequest) SetOptions

func (x *ListLimitRequest) SetOptions(v *ListLimitOptions)

func (*ListLimitRequest) SetPageParams

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

func (*ListLimitRequest) String

func (x *ListLimitRequest) String() string

type ListLimitRequest_builder

type ListLimitRequest_builder struct {
	PageParams *PageParams
	Options    *ListLimitOptions
	// contains filtered or unexported fields
}

func (ListLimitRequest_builder) Build

type ListLimitResponse

type ListLimitResponse struct {
	Items         []*Limit `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 (*ListLimitResponse) GetItems

func (x *ListLimitResponse) GetItems() []*Limit

func (*ListLimitResponse) GetNextPageToken

func (x *ListLimitResponse) GetNextPageToken() string

func (*ListLimitResponse) ProtoMessage

func (*ListLimitResponse) ProtoMessage()

func (*ListLimitResponse) ProtoReflect

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

func (*ListLimitResponse) Reset

func (x *ListLimitResponse) Reset()

func (*ListLimitResponse) SetItems

func (x *ListLimitResponse) SetItems(v []*Limit)

func (*ListLimitResponse) SetNextPageToken

func (x *ListLimitResponse) SetNextPageToken(v string)

func (*ListLimitResponse) String

func (x *ListLimitResponse) String() string

type ListLimitResponse_builder

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

func (ListLimitResponse_builder) Build

type ListLocationsRequest

type ListLocationsRequest struct {
	CloudCredId        string `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	IncludeUnavailable bool   `protobuf:"varint,2,opt,name=include_unavailable,json=includeUnavailable,proto3" json:"include_unavailable,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLocationsRequest) GetCloudCredId

func (x *ListLocationsRequest) GetCloudCredId() string

func (*ListLocationsRequest) GetIncludeUnavailable

func (x *ListLocationsRequest) GetIncludeUnavailable() bool

func (*ListLocationsRequest) ProtoMessage

func (*ListLocationsRequest) ProtoMessage()

func (*ListLocationsRequest) ProtoReflect

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

func (*ListLocationsRequest) Reset

func (x *ListLocationsRequest) Reset()

func (*ListLocationsRequest) SetCloudCredId

func (x *ListLocationsRequest) SetCloudCredId(v string)

func (*ListLocationsRequest) SetIncludeUnavailable

func (x *ListLocationsRequest) SetIncludeUnavailable(v bool)

func (*ListLocationsRequest) String

func (x *ListLocationsRequest) String() string

type ListLocationsRequest_builder

type ListLocationsRequest_builder struct {
	CloudCredId        string
	IncludeUnavailable bool
	// contains filtered or unexported fields
}

func (ListLocationsRequest_builder) Build

type ListLocationsResponse

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

func (*ListLocationsResponse) GetItems

func (x *ListLocationsResponse) GetItems() []*Location

func (*ListLocationsResponse) ProtoMessage

func (*ListLocationsResponse) ProtoMessage()

func (*ListLocationsResponse) ProtoReflect

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

func (*ListLocationsResponse) Reset

func (x *ListLocationsResponse) Reset()

func (*ListLocationsResponse) SetItems

func (x *ListLocationsResponse) SetItems(v []*Location)

func (*ListLocationsResponse) String

func (x *ListLocationsResponse) String() string

type ListLocationsResponse_builder

type ListLocationsResponse_builder struct {
	Items []*Location
	// contains filtered or unexported fields
}

func (ListLocationsResponse_builder) Build

type ListModelOptions

type ListModelOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListModelOptions) ClearOrderOptions

func (x *ListModelOptions) ClearOrderOptions()

func (*ListModelOptions) GetHasAllLabels

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

func (*ListModelOptions) GetHasOneOfLabels

func (x *ListModelOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListModelOptions) GetOrderOptions

func (x *ListModelOptions) GetOrderOptions() *OrderOptions

func (*ListModelOptions) HasOrderOptions

func (x *ListModelOptions) HasOrderOptions() bool

func (*ListModelOptions) ProtoMessage

func (*ListModelOptions) ProtoMessage()

func (*ListModelOptions) ProtoReflect

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

func (*ListModelOptions) Reset

func (x *ListModelOptions) Reset()

func (*ListModelOptions) SetHasAllLabels

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

func (*ListModelOptions) SetHasOneOfLabels

func (x *ListModelOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListModelOptions) SetOrderOptions

func (x *ListModelOptions) SetOrderOptions(v *OrderOptions)

func (*ListModelOptions) String

func (x *ListModelOptions) String() string

type ListModelOptions_builder

type ListModelOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListModelOptions_builder) Build

type ListModelRequest

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

func (*ListModelRequest) ClearOptions

func (x *ListModelRequest) ClearOptions()

func (*ListModelRequest) ClearPageParams

func (x *ListModelRequest) ClearPageParams()

func (*ListModelRequest) GetOptions

func (x *ListModelRequest) GetOptions() *ListModelOptions

func (*ListModelRequest) GetPageParams

func (x *ListModelRequest) GetPageParams() *PageParams

func (*ListModelRequest) HasOptions

func (x *ListModelRequest) HasOptions() bool

func (*ListModelRequest) HasPageParams

func (x *ListModelRequest) HasPageParams() bool

func (*ListModelRequest) ProtoMessage

func (*ListModelRequest) ProtoMessage()

func (*ListModelRequest) ProtoReflect

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

func (*ListModelRequest) Reset

func (x *ListModelRequest) Reset()

func (*ListModelRequest) SetOptions

func (x *ListModelRequest) SetOptions(v *ListModelOptions)

func (*ListModelRequest) SetPageParams

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

func (*ListModelRequest) String

func (x *ListModelRequest) String() string

type ListModelRequest_builder

type ListModelRequest_builder struct {
	PageParams *PageParams
	Options    *ListModelOptions
	// contains filtered or unexported fields
}

func (ListModelRequest_builder) Build

type ListModelResponse

type ListModelResponse struct {
	Items         []*ModelConfig `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 (*ListModelResponse) GetItems

func (x *ListModelResponse) GetItems() []*ModelConfig

func (*ListModelResponse) GetNextPageToken

func (x *ListModelResponse) GetNextPageToken() string

func (*ListModelResponse) ProtoMessage

func (*ListModelResponse) ProtoMessage()

func (*ListModelResponse) ProtoReflect

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

func (*ListModelResponse) Reset

func (x *ListModelResponse) Reset()

func (*ListModelResponse) SetItems

func (x *ListModelResponse) SetItems(v []*ModelConfig)

func (*ListModelResponse) SetNextPageToken

func (x *ListModelResponse) SetNextPageToken(v string)

func (*ListModelResponse) String

func (x *ListModelResponse) String() string

type ListModelResponse_builder

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

func (ListModelResponse_builder) Build

type ListNotebooksOptions

type ListNotebooksOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	HasAllTags     map[string]string        `` /* 167-byte string literal not displayed */
	HasOneOfTags   map[string]*ListOfString `` /* 175-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListNotebooksOptions) ClearOrderOptions

func (x *ListNotebooksOptions) ClearOrderOptions()

func (*ListNotebooksOptions) GetHasAllLabels

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

func (*ListNotebooksOptions) GetHasAllTags

func (x *ListNotebooksOptions) GetHasAllTags() map[string]string

func (*ListNotebooksOptions) GetHasOneOfLabels

func (x *ListNotebooksOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListNotebooksOptions) GetHasOneOfTags

func (x *ListNotebooksOptions) GetHasOneOfTags() map[string]*ListOfString

func (*ListNotebooksOptions) GetOrderOptions

func (x *ListNotebooksOptions) GetOrderOptions() *OrderOptions

func (*ListNotebooksOptions) HasOrderOptions

func (x *ListNotebooksOptions) HasOrderOptions() bool

func (*ListNotebooksOptions) ProtoMessage

func (*ListNotebooksOptions) ProtoMessage()

func (*ListNotebooksOptions) ProtoReflect

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

func (*ListNotebooksOptions) Reset

func (x *ListNotebooksOptions) Reset()

func (*ListNotebooksOptions) SetHasAllLabels

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

func (*ListNotebooksOptions) SetHasAllTags

func (x *ListNotebooksOptions) SetHasAllTags(v map[string]string)

func (*ListNotebooksOptions) SetHasOneOfLabels

func (x *ListNotebooksOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListNotebooksOptions) SetHasOneOfTags

func (x *ListNotebooksOptions) SetHasOneOfTags(v map[string]*ListOfString)

func (*ListNotebooksOptions) SetOrderOptions

func (x *ListNotebooksOptions) SetOrderOptions(v *OrderOptions)

func (*ListNotebooksOptions) String

func (x *ListNotebooksOptions) String() string

type ListNotebooksOptions_builder

type ListNotebooksOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	HasAllTags     map[string]string
	HasOneOfTags   map[string]*ListOfString
	// contains filtered or unexported fields
}

func (ListNotebooksOptions_builder) Build

type ListNotebooksRequest

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

func (*ListNotebooksRequest) ClearOptions

func (x *ListNotebooksRequest) ClearOptions()

func (*ListNotebooksRequest) ClearPageParams

func (x *ListNotebooksRequest) ClearPageParams()

func (*ListNotebooksRequest) GetOptions

func (x *ListNotebooksRequest) GetOptions() *ListNotebooksOptions

func (*ListNotebooksRequest) GetPageParams

func (x *ListNotebooksRequest) GetPageParams() *PageParams

func (*ListNotebooksRequest) HasOptions

func (x *ListNotebooksRequest) HasOptions() bool

func (*ListNotebooksRequest) HasPageParams

func (x *ListNotebooksRequest) HasPageParams() bool

func (*ListNotebooksRequest) ProtoMessage

func (*ListNotebooksRequest) ProtoMessage()

func (*ListNotebooksRequest) ProtoReflect

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

func (*ListNotebooksRequest) Reset

func (x *ListNotebooksRequest) Reset()

func (*ListNotebooksRequest) SetOptions

func (x *ListNotebooksRequest) SetOptions(v *ListNotebooksOptions)

func (*ListNotebooksRequest) SetPageParams

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

func (*ListNotebooksRequest) String

func (x *ListNotebooksRequest) String() string

type ListNotebooksRequest_builder

type ListNotebooksRequest_builder struct {
	PageParams *PageParams
	Options    *ListNotebooksOptions
	// contains filtered or unexported fields
}

func (ListNotebooksRequest_builder) Build

type ListNotebooksResponse

type ListNotebooksResponse struct {
	Items         []*Notebook `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 (*ListNotebooksResponse) GetItems

func (x *ListNotebooksResponse) GetItems() []*Notebook

func (*ListNotebooksResponse) GetNextPageToken

func (x *ListNotebooksResponse) GetNextPageToken() string

func (*ListNotebooksResponse) ProtoMessage

func (*ListNotebooksResponse) ProtoMessage()

func (*ListNotebooksResponse) ProtoReflect

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

func (*ListNotebooksResponse) Reset

func (x *ListNotebooksResponse) Reset()

func (*ListNotebooksResponse) SetItems

func (x *ListNotebooksResponse) SetItems(v []*Notebook)

func (*ListNotebooksResponse) SetNextPageToken

func (x *ListNotebooksResponse) SetNextPageToken(v string)

func (*ListNotebooksResponse) String

func (x *ListNotebooksResponse) String() string

type ListNotebooksResponse_builder

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

func (ListNotebooksResponse_builder) Build

type ListOfString

type ListOfString struct {
	Value []string `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOfString) GetValue

func (x *ListOfString) GetValue() []string

func (*ListOfString) ProtoMessage

func (*ListOfString) ProtoMessage()

func (*ListOfString) ProtoReflect

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

func (*ListOfString) Reset

func (x *ListOfString) Reset()

func (*ListOfString) SetValue

func (x *ListOfString) SetValue(v []string)

func (*ListOfString) String

func (x *ListOfString) String() string

type ListOfString_builder

type ListOfString_builder struct {
	Value []string
	// contains filtered or unexported fields
}

func (ListOfString_builder) Build

func (b0 ListOfString_builder) Build() *ListOfString

type ListOrganizationOptions

type ListOrganizationOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	NcaIds         []string                 `protobuf:"bytes,4,rep,name=nca_ids,json=ncaIds,proto3" json:"nca_ids,omitempty"`
	NgcOrgIds      []string                 `protobuf:"bytes,5,rep,name=ngc_org_ids,json=ngcOrgIds,proto3" json:"ngc_org_ids,omitempty"`
	Ids            []string                 `protobuf:"bytes,6,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationOptions) ClearOrderOptions

func (x *ListOrganizationOptions) ClearOrderOptions()

func (*ListOrganizationOptions) GetHasAllLabels

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

func (*ListOrganizationOptions) GetHasOneOfLabels

func (x *ListOrganizationOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListOrganizationOptions) GetIds

func (x *ListOrganizationOptions) GetIds() []string

func (*ListOrganizationOptions) GetNcaIds

func (x *ListOrganizationOptions) GetNcaIds() []string

func (*ListOrganizationOptions) GetNgcOrgIds

func (x *ListOrganizationOptions) GetNgcOrgIds() []string

func (*ListOrganizationOptions) GetOrderOptions

func (x *ListOrganizationOptions) GetOrderOptions() *OrderOptions

func (*ListOrganizationOptions) HasOrderOptions

func (x *ListOrganizationOptions) HasOrderOptions() bool

func (*ListOrganizationOptions) ProtoMessage

func (*ListOrganizationOptions) ProtoMessage()

func (*ListOrganizationOptions) ProtoReflect

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

func (*ListOrganizationOptions) Reset

func (x *ListOrganizationOptions) Reset()

func (*ListOrganizationOptions) SetHasAllLabels

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

func (*ListOrganizationOptions) SetHasOneOfLabels

func (x *ListOrganizationOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListOrganizationOptions) SetIds

func (x *ListOrganizationOptions) SetIds(v []string)

func (*ListOrganizationOptions) SetNcaIds

func (x *ListOrganizationOptions) SetNcaIds(v []string)

func (*ListOrganizationOptions) SetNgcOrgIds

func (x *ListOrganizationOptions) SetNgcOrgIds(v []string)

func (*ListOrganizationOptions) SetOrderOptions

func (x *ListOrganizationOptions) SetOrderOptions(v *OrderOptions)

func (*ListOrganizationOptions) String

func (x *ListOrganizationOptions) String() string

type ListOrganizationOptions_builder

type ListOrganizationOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	NcaIds         []string
	NgcOrgIds      []string
	Ids            []string
	// contains filtered or unexported fields
}

func (ListOrganizationOptions_builder) Build

type ListOrganizationRequest

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

func (*ListOrganizationRequest) ClearOptions

func (x *ListOrganizationRequest) ClearOptions()

func (*ListOrganizationRequest) ClearPageParams

func (x *ListOrganizationRequest) ClearPageParams()

func (*ListOrganizationRequest) GetOptions

func (*ListOrganizationRequest) GetPageParams

func (x *ListOrganizationRequest) GetPageParams() *PageParams

func (*ListOrganizationRequest) HasOptions

func (x *ListOrganizationRequest) HasOptions() bool

func (*ListOrganizationRequest) HasPageParams

func (x *ListOrganizationRequest) HasPageParams() bool

func (*ListOrganizationRequest) ProtoMessage

func (*ListOrganizationRequest) ProtoMessage()

func (*ListOrganizationRequest) ProtoReflect

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

func (*ListOrganizationRequest) Reset

func (x *ListOrganizationRequest) Reset()

func (*ListOrganizationRequest) SetOptions

func (*ListOrganizationRequest) SetPageParams

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

func (*ListOrganizationRequest) String

func (x *ListOrganizationRequest) String() string

type ListOrganizationRequest_builder

type ListOrganizationRequest_builder struct {
	PageParams *PageParams
	Options    *ListOrganizationOptions
	// contains filtered or unexported fields
}

func (ListOrganizationRequest_builder) Build

type ListOrganizationResponse

type ListOrganizationResponse struct {
	Items         []*Organization `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 (*ListOrganizationResponse) GetItems

func (x *ListOrganizationResponse) GetItems() []*Organization

func (*ListOrganizationResponse) GetNextPageToken

func (x *ListOrganizationResponse) GetNextPageToken() string

func (*ListOrganizationResponse) ProtoMessage

func (*ListOrganizationResponse) ProtoMessage()

func (*ListOrganizationResponse) ProtoReflect

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

func (*ListOrganizationResponse) Reset

func (x *ListOrganizationResponse) Reset()

func (*ListOrganizationResponse) SetItems

func (x *ListOrganizationResponse) SetItems(v []*Organization)

func (*ListOrganizationResponse) SetNextPageToken

func (x *ListOrganizationResponse) SetNextPageToken(v string)

func (*ListOrganizationResponse) String

func (x *ListOrganizationResponse) String() string

type ListOrganizationResponse_builder

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

func (ListOrganizationResponse_builder) Build

type ListPaymentMethodsRequest

type ListPaymentMethodsRequest 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 (*ListPaymentMethodsRequest) GetBillingProfileId

func (x *ListPaymentMethodsRequest) GetBillingProfileId() string

func (*ListPaymentMethodsRequest) ProtoMessage

func (*ListPaymentMethodsRequest) ProtoMessage()

func (*ListPaymentMethodsRequest) ProtoReflect

func (*ListPaymentMethodsRequest) Reset

func (x *ListPaymentMethodsRequest) Reset()

func (*ListPaymentMethodsRequest) SetBillingProfileId

func (x *ListPaymentMethodsRequest) SetBillingProfileId(v string)

func (*ListPaymentMethodsRequest) String

func (x *ListPaymentMethodsRequest) String() string

type ListPaymentMethodsRequest_builder

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

func (ListPaymentMethodsRequest_builder) Build

type ListPaymentMethodsResponse

type ListPaymentMethodsResponse struct {
	PaymentMethods []*PaymentMethod `protobuf:"bytes,1,rep,name=payment_methods,json=paymentMethods,proto3" json:"payment_methods,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPaymentMethodsResponse) GetPaymentMethods

func (x *ListPaymentMethodsResponse) GetPaymentMethods() []*PaymentMethod

func (*ListPaymentMethodsResponse) ProtoMessage

func (*ListPaymentMethodsResponse) ProtoMessage()

func (*ListPaymentMethodsResponse) ProtoReflect

func (*ListPaymentMethodsResponse) Reset

func (x *ListPaymentMethodsResponse) Reset()

func (*ListPaymentMethodsResponse) SetPaymentMethods

func (x *ListPaymentMethodsResponse) SetPaymentMethods(v []*PaymentMethod)

func (*ListPaymentMethodsResponse) String

func (x *ListPaymentMethodsResponse) String() string

type ListPaymentMethodsResponse_builder

type ListPaymentMethodsResponse_builder struct {
	PaymentMethods []*PaymentMethod
	// contains filtered or unexported fields
}

func (ListPaymentMethodsResponse_builder) Build

type ListPersistentPodOptions

type ListPersistentPodOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPersistentPodOptions) ClearOrderOptions

func (x *ListPersistentPodOptions) ClearOrderOptions()

func (*ListPersistentPodOptions) GetHasAllLabels

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

func (*ListPersistentPodOptions) GetHasOneOfLabels

func (x *ListPersistentPodOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListPersistentPodOptions) GetOrderOptions

func (x *ListPersistentPodOptions) GetOrderOptions() *OrderOptions

func (*ListPersistentPodOptions) HasOrderOptions

func (x *ListPersistentPodOptions) HasOrderOptions() bool

func (*ListPersistentPodOptions) ProtoMessage

func (*ListPersistentPodOptions) ProtoMessage()

func (*ListPersistentPodOptions) ProtoReflect

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

func (*ListPersistentPodOptions) Reset

func (x *ListPersistentPodOptions) Reset()

func (*ListPersistentPodOptions) SetHasAllLabels

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

func (*ListPersistentPodOptions) SetHasOneOfLabels

func (x *ListPersistentPodOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListPersistentPodOptions) SetOrderOptions

func (x *ListPersistentPodOptions) SetOrderOptions(v *OrderOptions)

func (*ListPersistentPodOptions) String

func (x *ListPersistentPodOptions) String() string

type ListPersistentPodOptions_builder

type ListPersistentPodOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListPersistentPodOptions_builder) Build

type ListPersistentPodRequest

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

func (*ListPersistentPodRequest) ClearOptions

func (x *ListPersistentPodRequest) ClearOptions()

func (*ListPersistentPodRequest) ClearPageParams

func (x *ListPersistentPodRequest) ClearPageParams()

func (*ListPersistentPodRequest) GetOptions

func (*ListPersistentPodRequest) GetPageParams

func (x *ListPersistentPodRequest) GetPageParams() *PageParams

func (*ListPersistentPodRequest) HasOptions

func (x *ListPersistentPodRequest) HasOptions() bool

func (*ListPersistentPodRequest) HasPageParams

func (x *ListPersistentPodRequest) HasPageParams() bool

func (*ListPersistentPodRequest) ProtoMessage

func (*ListPersistentPodRequest) ProtoMessage()

func (*ListPersistentPodRequest) ProtoReflect

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

func (*ListPersistentPodRequest) Reset

func (x *ListPersistentPodRequest) Reset()

func (*ListPersistentPodRequest) SetOptions

func (*ListPersistentPodRequest) SetPageParams

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

func (*ListPersistentPodRequest) String

func (x *ListPersistentPodRequest) String() string

type ListPersistentPodRequest_builder

type ListPersistentPodRequest_builder struct {
	PageParams *PageParams
	Options    *ListPersistentPodOptions
	// contains filtered or unexported fields
}

func (ListPersistentPodRequest_builder) Build

type ListPersistentPodResponse

type ListPersistentPodResponse struct {
	Items         []*PersistentPod `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 (*ListPersistentPodResponse) GetItems

func (x *ListPersistentPodResponse) GetItems() []*PersistentPod

func (*ListPersistentPodResponse) GetNextPageToken

func (x *ListPersistentPodResponse) GetNextPageToken() string

func (*ListPersistentPodResponse) ProtoMessage

func (*ListPersistentPodResponse) ProtoMessage()

func (*ListPersistentPodResponse) ProtoReflect

func (*ListPersistentPodResponse) Reset

func (x *ListPersistentPodResponse) Reset()

func (*ListPersistentPodResponse) SetItems

func (x *ListPersistentPodResponse) SetItems(v []*PersistentPod)

func (*ListPersistentPodResponse) SetNextPageToken

func (x *ListPersistentPodResponse) SetNextPageToken(v string)

func (*ListPersistentPodResponse) String

func (x *ListPersistentPodResponse) String() string

type ListPersistentPodResponse_builder

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

func (ListPersistentPodResponse_builder) Build

type ListProductOptions

type ListProductOptions struct {
	ProductType            string                  `protobuf:"bytes,1,opt,name=product_type,json=productType,proto3" json:"product_type,omitempty"`
	UsageType              string                  `protobuf:"bytes,2,opt,name=usage_type,json=usageType,proto3" json:"usage_type,omitempty"`
	ComputeInstanceFilters *ComputeInstanceOptions `` /* 129-byte string literal not displayed */
	StorageFilters         *StorageOptions         `protobuf:"bytes,4,opt,name=storage_filters,json=storageFilters,proto3" json:"storage_filters,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProductOptions) ClearComputeInstanceFilters

func (x *ListProductOptions) ClearComputeInstanceFilters()

func (*ListProductOptions) ClearStorageFilters

func (x *ListProductOptions) ClearStorageFilters()

func (*ListProductOptions) GetComputeInstanceFilters

func (x *ListProductOptions) GetComputeInstanceFilters() *ComputeInstanceOptions

func (*ListProductOptions) GetProductType

func (x *ListProductOptions) GetProductType() string

func (*ListProductOptions) GetStorageFilters

func (x *ListProductOptions) GetStorageFilters() *StorageOptions

func (*ListProductOptions) GetUsageType

func (x *ListProductOptions) GetUsageType() string

func (*ListProductOptions) HasComputeInstanceFilters

func (x *ListProductOptions) HasComputeInstanceFilters() bool

func (*ListProductOptions) HasStorageFilters

func (x *ListProductOptions) HasStorageFilters() bool

func (*ListProductOptions) ProtoMessage

func (*ListProductOptions) ProtoMessage()

func (*ListProductOptions) ProtoReflect

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

func (*ListProductOptions) Reset

func (x *ListProductOptions) Reset()

func (*ListProductOptions) SetComputeInstanceFilters

func (x *ListProductOptions) SetComputeInstanceFilters(v *ComputeInstanceOptions)

func (*ListProductOptions) SetProductType

func (x *ListProductOptions) SetProductType(v string)

func (*ListProductOptions) SetStorageFilters

func (x *ListProductOptions) SetStorageFilters(v *StorageOptions)

func (*ListProductOptions) SetUsageType

func (x *ListProductOptions) SetUsageType(v string)

func (*ListProductOptions) String

func (x *ListProductOptions) String() string

type ListProductOptions_builder

type ListProductOptions_builder struct {
	ProductType            string
	UsageType              string
	ComputeInstanceFilters *ComputeInstanceOptions
	StorageFilters         *StorageOptions
	// contains filtered or unexported fields
}

func (ListProductOptions_builder) Build

type ListProductRequest

type ListProductRequest struct {
	CloudCredId string              `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	PageParams  *PageParams         `protobuf:"bytes,2,opt,name=page_params,json=pageParams,proto3" json:"page_params,omitempty"`
	Options     *ListProductOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProductRequest) ClearOptions

func (x *ListProductRequest) ClearOptions()

func (*ListProductRequest) ClearPageParams

func (x *ListProductRequest) ClearPageParams()

func (*ListProductRequest) GetCloudCredId

func (x *ListProductRequest) GetCloudCredId() string

func (*ListProductRequest) GetOptions

func (x *ListProductRequest) GetOptions() *ListProductOptions

func (*ListProductRequest) GetPageParams

func (x *ListProductRequest) GetPageParams() *PageParams

func (*ListProductRequest) HasOptions

func (x *ListProductRequest) HasOptions() bool

func (*ListProductRequest) HasPageParams

func (x *ListProductRequest) HasPageParams() bool

func (*ListProductRequest) ProtoMessage

func (*ListProductRequest) ProtoMessage()

func (*ListProductRequest) ProtoReflect

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

func (*ListProductRequest) Reset

func (x *ListProductRequest) Reset()

func (*ListProductRequest) SetCloudCredId

func (x *ListProductRequest) SetCloudCredId(v string)

func (*ListProductRequest) SetOptions

func (x *ListProductRequest) SetOptions(v *ListProductOptions)

func (*ListProductRequest) SetPageParams

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

func (*ListProductRequest) String

func (x *ListProductRequest) String() string

type ListProductRequest_builder

type ListProductRequest_builder struct {
	CloudCredId string
	PageParams  *PageParams
	Options     *ListProductOptions
	// contains filtered or unexported fields
}

func (ListProductRequest_builder) Build

type ListProductResponse

type ListProductResponse struct {
	Items         []*Product `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 (*ListProductResponse) GetItems

func (x *ListProductResponse) GetItems() []*Product

func (*ListProductResponse) GetNextPageToken

func (x *ListProductResponse) GetNextPageToken() string

func (*ListProductResponse) ProtoMessage

func (*ListProductResponse) ProtoMessage()

func (*ListProductResponse) ProtoReflect

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

func (*ListProductResponse) Reset

func (x *ListProductResponse) Reset()

func (*ListProductResponse) SetItems

func (x *ListProductResponse) SetItems(v []*Product)

func (*ListProductResponse) SetNextPageToken

func (x *ListProductResponse) SetNextPageToken(v string)

func (*ListProductResponse) String

func (x *ListProductResponse) String() string

type ListProductResponse_builder

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

func (ListProductResponse_builder) Build

type ListPublicProfileOptions

type ListPublicProfileOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPublicProfileOptions) ClearOrderOptions

func (x *ListPublicProfileOptions) ClearOrderOptions()

func (*ListPublicProfileOptions) GetHasAllLabels

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

func (*ListPublicProfileOptions) GetHasOneOfLabels

func (x *ListPublicProfileOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListPublicProfileOptions) GetOrderOptions

func (x *ListPublicProfileOptions) GetOrderOptions() *OrderOptions

func (*ListPublicProfileOptions) HasOrderOptions

func (x *ListPublicProfileOptions) HasOrderOptions() bool

func (*ListPublicProfileOptions) ProtoMessage

func (*ListPublicProfileOptions) ProtoMessage()

func (*ListPublicProfileOptions) ProtoReflect

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

func (*ListPublicProfileOptions) Reset

func (x *ListPublicProfileOptions) Reset()

func (*ListPublicProfileOptions) SetHasAllLabels

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

func (*ListPublicProfileOptions) SetHasOneOfLabels

func (x *ListPublicProfileOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListPublicProfileOptions) SetOrderOptions

func (x *ListPublicProfileOptions) SetOrderOptions(v *OrderOptions)

func (*ListPublicProfileOptions) String

func (x *ListPublicProfileOptions) String() string

type ListPublicProfileOptions_builder

type ListPublicProfileOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListPublicProfileOptions_builder) Build

type ListPublicProfileRequest

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

func (*ListPublicProfileRequest) ClearOptions

func (x *ListPublicProfileRequest) ClearOptions()

func (*ListPublicProfileRequest) ClearPageParams

func (x *ListPublicProfileRequest) ClearPageParams()

func (*ListPublicProfileRequest) GetOptions

func (*ListPublicProfileRequest) GetPageParams

func (x *ListPublicProfileRequest) GetPageParams() *PageParams

func (*ListPublicProfileRequest) HasOptions

func (x *ListPublicProfileRequest) HasOptions() bool

func (*ListPublicProfileRequest) HasPageParams

func (x *ListPublicProfileRequest) HasPageParams() bool

func (*ListPublicProfileRequest) ProtoMessage

func (*ListPublicProfileRequest) ProtoMessage()

func (*ListPublicProfileRequest) ProtoReflect

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

func (*ListPublicProfileRequest) Reset

func (x *ListPublicProfileRequest) Reset()

func (*ListPublicProfileRequest) SetOptions

func (*ListPublicProfileRequest) SetPageParams

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

func (*ListPublicProfileRequest) String

func (x *ListPublicProfileRequest) String() string

type ListPublicProfileRequest_builder

type ListPublicProfileRequest_builder struct {
	PageParams *PageParams
	Options    *ListPublicProfileOptions
	// contains filtered or unexported fields
}

func (ListPublicProfileRequest_builder) Build

type ListPublicProfileResponse

type ListPublicProfileResponse struct {
	Items         []*PublicProfile `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 (*ListPublicProfileResponse) GetItems

func (x *ListPublicProfileResponse) GetItems() []*PublicProfile

func (*ListPublicProfileResponse) GetNextPageToken

func (x *ListPublicProfileResponse) GetNextPageToken() string

func (*ListPublicProfileResponse) ProtoMessage

func (*ListPublicProfileResponse) ProtoMessage()

func (*ListPublicProfileResponse) ProtoReflect

func (*ListPublicProfileResponse) Reset

func (x *ListPublicProfileResponse) Reset()

func (*ListPublicProfileResponse) SetItems

func (x *ListPublicProfileResponse) SetItems(v []*PublicProfile)

func (*ListPublicProfileResponse) SetNextPageToken

func (x *ListPublicProfileResponse) SetNextPageToken(v string)

func (*ListPublicProfileResponse) String

func (x *ListPublicProfileResponse) String() string

type ListPublicProfileResponse_builder

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

func (ListPublicProfileResponse_builder) Build

type ListRedeemableOptions

type ListRedeemableOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	Statuses       []string                 `protobuf:"bytes,4,rep,name=statuses,proto3" json:"statuses,omitempty"`
	ShortCodes     []string                 `protobuf:"bytes,5,rep,name=short_codes,json=shortCodes,proto3" json:"short_codes,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRedeemableOptions) ClearOrderOptions

func (x *ListRedeemableOptions) ClearOrderOptions()

func (*ListRedeemableOptions) GetHasAllLabels

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

func (*ListRedeemableOptions) GetHasOneOfLabels

func (x *ListRedeemableOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListRedeemableOptions) GetOrderOptions

func (x *ListRedeemableOptions) GetOrderOptions() *OrderOptions

func (*ListRedeemableOptions) GetShortCodes

func (x *ListRedeemableOptions) GetShortCodes() []string

func (*ListRedeemableOptions) GetStatuses

func (x *ListRedeemableOptions) GetStatuses() []string

func (*ListRedeemableOptions) HasOrderOptions

func (x *ListRedeemableOptions) HasOrderOptions() bool

func (*ListRedeemableOptions) ProtoMessage

func (*ListRedeemableOptions) ProtoMessage()

func (*ListRedeemableOptions) ProtoReflect

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

func (*ListRedeemableOptions) Reset

func (x *ListRedeemableOptions) Reset()

func (*ListRedeemableOptions) SetHasAllLabels

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

func (*ListRedeemableOptions) SetHasOneOfLabels

func (x *ListRedeemableOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListRedeemableOptions) SetOrderOptions

func (x *ListRedeemableOptions) SetOrderOptions(v *OrderOptions)

func (*ListRedeemableOptions) SetShortCodes

func (x *ListRedeemableOptions) SetShortCodes(v []string)

func (*ListRedeemableOptions) SetStatuses

func (x *ListRedeemableOptions) SetStatuses(v []string)

func (*ListRedeemableOptions) String

func (x *ListRedeemableOptions) String() string

type ListRedeemableOptions_builder

type ListRedeemableOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	Statuses       []string
	ShortCodes     []string
	// contains filtered or unexported fields
}

func (ListRedeemableOptions_builder) Build

type ListRedeemableRequest

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

func (*ListRedeemableRequest) ClearOptions

func (x *ListRedeemableRequest) ClearOptions()

func (*ListRedeemableRequest) ClearPageParams

func (x *ListRedeemableRequest) ClearPageParams()

func (*ListRedeemableRequest) GetOptions

func (*ListRedeemableRequest) GetPageParams

func (x *ListRedeemableRequest) GetPageParams() *PageParams

func (*ListRedeemableRequest) HasOptions

func (x *ListRedeemableRequest) HasOptions() bool

func (*ListRedeemableRequest) HasPageParams

func (x *ListRedeemableRequest) HasPageParams() bool

func (*ListRedeemableRequest) ProtoMessage

func (*ListRedeemableRequest) ProtoMessage()

func (*ListRedeemableRequest) ProtoReflect

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

func (*ListRedeemableRequest) Reset

func (x *ListRedeemableRequest) Reset()

func (*ListRedeemableRequest) SetOptions

func (x *ListRedeemableRequest) SetOptions(v *ListRedeemableOptions)

func (*ListRedeemableRequest) SetPageParams

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

func (*ListRedeemableRequest) String

func (x *ListRedeemableRequest) String() string

type ListRedeemableRequest_builder

type ListRedeemableRequest_builder struct {
	PageParams *PageParams
	Options    *ListRedeemableOptions
	// contains filtered or unexported fields
}

func (ListRedeemableRequest_builder) Build

type ListRedeemableResponse

type ListRedeemableResponse struct {
	Items         []*Redeemable `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 (*ListRedeemableResponse) GetItems

func (x *ListRedeemableResponse) GetItems() []*Redeemable

func (*ListRedeemableResponse) GetNextPageToken

func (x *ListRedeemableResponse) GetNextPageToken() string

func (*ListRedeemableResponse) ProtoMessage

func (*ListRedeemableResponse) ProtoMessage()

func (*ListRedeemableResponse) ProtoReflect

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

func (*ListRedeemableResponse) Reset

func (x *ListRedeemableResponse) Reset()

func (*ListRedeemableResponse) SetItems

func (x *ListRedeemableResponse) SetItems(v []*Redeemable)

func (*ListRedeemableResponse) SetNextPageToken

func (x *ListRedeemableResponse) SetNextPageToken(v string)

func (*ListRedeemableResponse) String

func (x *ListRedeemableResponse) String() string

type ListRedeemableResponse_builder

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

func (ListRedeemableResponse_builder) Build

type ListRedeemableTransactionsRequest

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

func (*ListRedeemableTransactionsRequest) GetBillingProfileId

func (x *ListRedeemableTransactionsRequest) GetBillingProfileId() string

func (*ListRedeemableTransactionsRequest) GetLedgerId

func (x *ListRedeemableTransactionsRequest) GetLedgerId() string

func (*ListRedeemableTransactionsRequest) ProtoMessage

func (*ListRedeemableTransactionsRequest) ProtoMessage()

func (*ListRedeemableTransactionsRequest) ProtoReflect

func (*ListRedeemableTransactionsRequest) Reset

func (*ListRedeemableTransactionsRequest) SetBillingProfileId

func (x *ListRedeemableTransactionsRequest) SetBillingProfileId(v string)

func (*ListRedeemableTransactionsRequest) SetLedgerId

func (x *ListRedeemableTransactionsRequest) SetLedgerId(v string)

func (*ListRedeemableTransactionsRequest) String

type ListRedeemableTransactionsRequest_builder

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

func (ListRedeemableTransactionsRequest_builder) Build

type ListRedeemableTransactionsResponse

type ListRedeemableTransactionsResponse struct {
	RedeemableTransactions []*RedeemableTransaction `` /* 127-byte string literal not displayed */
	NextPageToken          string                   `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRedeemableTransactionsResponse) GetNextPageToken

func (x *ListRedeemableTransactionsResponse) GetNextPageToken() string

func (*ListRedeemableTransactionsResponse) GetRedeemableTransactions

func (x *ListRedeemableTransactionsResponse) GetRedeemableTransactions() []*RedeemableTransaction

func (*ListRedeemableTransactionsResponse) ProtoMessage

func (*ListRedeemableTransactionsResponse) ProtoMessage()

func (*ListRedeemableTransactionsResponse) ProtoReflect

func (*ListRedeemableTransactionsResponse) Reset

func (*ListRedeemableTransactionsResponse) SetNextPageToken

func (x *ListRedeemableTransactionsResponse) SetNextPageToken(v string)

func (*ListRedeemableTransactionsResponse) SetRedeemableTransactions

func (x *ListRedeemableTransactionsResponse) SetRedeemableTransactions(v []*RedeemableTransaction)

func (*ListRedeemableTransactionsResponse) String

type ListRedeemableTransactionsResponse_builder

type ListRedeemableTransactionsResponse_builder struct {
	RedeemableTransactions []*RedeemableTransaction
	NextPageToken          string
	// contains filtered or unexported fields
}

func (ListRedeemableTransactionsResponse_builder) Build

type ListSecretOptions

type ListSecretOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	HasValues      []string                 `protobuf:"bytes,4,rep,name=has_values,json=hasValues,proto3" json:"has_values,omitempty"`
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSecretOptions) ClearOrderOptions

func (x *ListSecretOptions) ClearOrderOptions()

func (*ListSecretOptions) GetHasAllLabels

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

func (*ListSecretOptions) GetHasOneOfLabels

func (x *ListSecretOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListSecretOptions) GetHasValues

func (x *ListSecretOptions) GetHasValues() []string

func (*ListSecretOptions) GetOrderOptions

func (x *ListSecretOptions) GetOrderOptions() *OrderOptions

func (*ListSecretOptions) HasOrderOptions

func (x *ListSecretOptions) HasOrderOptions() bool

func (*ListSecretOptions) ProtoMessage

func (*ListSecretOptions) ProtoMessage()

func (*ListSecretOptions) ProtoReflect

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

func (*ListSecretOptions) Reset

func (x *ListSecretOptions) Reset()

func (*ListSecretOptions) SetHasAllLabels

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

func (*ListSecretOptions) SetHasOneOfLabels

func (x *ListSecretOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListSecretOptions) SetHasValues

func (x *ListSecretOptions) SetHasValues(v []string)

func (*ListSecretOptions) SetOrderOptions

func (x *ListSecretOptions) SetOrderOptions(v *OrderOptions)

func (*ListSecretOptions) String

func (x *ListSecretOptions) String() string

type ListSecretOptions_builder

type ListSecretOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	HasValues      []string
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListSecretOptions_builder) Build

type ListSecretRequest

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

func (*ListSecretRequest) ClearOptions

func (x *ListSecretRequest) ClearOptions()

func (*ListSecretRequest) ClearPageParams

func (x *ListSecretRequest) ClearPageParams()

func (*ListSecretRequest) GetOptions

func (x *ListSecretRequest) GetOptions() *ListSecretOptions

func (*ListSecretRequest) GetPageParams

func (x *ListSecretRequest) GetPageParams() *PageParams

func (*ListSecretRequest) HasOptions

func (x *ListSecretRequest) HasOptions() bool

func (*ListSecretRequest) HasPageParams

func (x *ListSecretRequest) HasPageParams() bool

func (*ListSecretRequest) ProtoMessage

func (*ListSecretRequest) ProtoMessage()

func (*ListSecretRequest) ProtoReflect

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

func (*ListSecretRequest) Reset

func (x *ListSecretRequest) Reset()

func (*ListSecretRequest) SetOptions

func (x *ListSecretRequest) SetOptions(v *ListSecretOptions)

func (*ListSecretRequest) SetPageParams

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

func (*ListSecretRequest) String

func (x *ListSecretRequest) String() string

type ListSecretRequest_builder

type ListSecretRequest_builder struct {
	PageParams *PageParams
	Options    *ListSecretOptions
	// contains filtered or unexported fields
}

func (ListSecretRequest_builder) Build

type ListSecretResponse

type ListSecretResponse struct {
	Items         []*Secret `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 (*ListSecretResponse) GetItems

func (x *ListSecretResponse) GetItems() []*Secret

func (*ListSecretResponse) GetNextPageToken

func (x *ListSecretResponse) GetNextPageToken() string

func (*ListSecretResponse) ProtoMessage

func (*ListSecretResponse) ProtoMessage()

func (*ListSecretResponse) ProtoReflect

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

func (*ListSecretResponse) Reset

func (x *ListSecretResponse) Reset()

func (*ListSecretResponse) SetItems

func (x *ListSecretResponse) SetItems(v []*Secret)

func (*ListSecretResponse) SetNextPageToken

func (x *ListSecretResponse) SetNextPageToken(v string)

func (*ListSecretResponse) String

func (x *ListSecretResponse) String() string

type ListSecretResponse_builder

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

func (ListSecretResponse_builder) Build

type ListServiceEventOptions

type ListServiceEventOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	BetweenTime    *TimeRange               `protobuf:"bytes,4,opt,name=between_time,json=betweenTime,proto3" json:"between_time,omitempty"`
	IsOneOfType    []string                 `protobuf:"bytes,5,rep,name=is_one_of_type,json=isOneOfType,proto3" json:"is_one_of_type,omitempty"`
	IsTypePrefix   *string                  `protobuf:"bytes,6,opt,name=is_type_prefix,json=isTypePrefix,proto3,oneof" json:"is_type_prefix,omitempty"`
	IsOneOfObject  []string                 `protobuf:"bytes,7,rep,name=is_one_of_object,json=isOneOfObject,proto3" json:"is_one_of_object,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceEventOptions) ClearBetweenTime

func (x *ListServiceEventOptions) ClearBetweenTime()

func (*ListServiceEventOptions) ClearIsTypePrefix

func (x *ListServiceEventOptions) ClearIsTypePrefix()

func (*ListServiceEventOptions) ClearOrderOptions

func (x *ListServiceEventOptions) ClearOrderOptions()

func (*ListServiceEventOptions) GetBetweenTime

func (x *ListServiceEventOptions) GetBetweenTime() *TimeRange

func (*ListServiceEventOptions) GetHasAllLabels

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

func (*ListServiceEventOptions) GetHasOneOfLabels

func (x *ListServiceEventOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListServiceEventOptions) GetIsOneOfObject

func (x *ListServiceEventOptions) GetIsOneOfObject() []string

func (*ListServiceEventOptions) GetIsOneOfType

func (x *ListServiceEventOptions) GetIsOneOfType() []string

func (*ListServiceEventOptions) GetIsTypePrefix

func (x *ListServiceEventOptions) GetIsTypePrefix() string

func (*ListServiceEventOptions) GetOrderOptions

func (x *ListServiceEventOptions) GetOrderOptions() *OrderOptions

func (*ListServiceEventOptions) HasBetweenTime

func (x *ListServiceEventOptions) HasBetweenTime() bool

func (*ListServiceEventOptions) HasIsTypePrefix

func (x *ListServiceEventOptions) HasIsTypePrefix() bool

func (*ListServiceEventOptions) HasOrderOptions

func (x *ListServiceEventOptions) HasOrderOptions() bool

func (*ListServiceEventOptions) ProtoMessage

func (*ListServiceEventOptions) ProtoMessage()

func (*ListServiceEventOptions) ProtoReflect

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

func (*ListServiceEventOptions) Reset

func (x *ListServiceEventOptions) Reset()

func (*ListServiceEventOptions) SetBetweenTime

func (x *ListServiceEventOptions) SetBetweenTime(v *TimeRange)

func (*ListServiceEventOptions) SetHasAllLabels

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

func (*ListServiceEventOptions) SetHasOneOfLabels

func (x *ListServiceEventOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListServiceEventOptions) SetIsOneOfObject

func (x *ListServiceEventOptions) SetIsOneOfObject(v []string)

func (*ListServiceEventOptions) SetIsOneOfType

func (x *ListServiceEventOptions) SetIsOneOfType(v []string)

func (*ListServiceEventOptions) SetIsTypePrefix

func (x *ListServiceEventOptions) SetIsTypePrefix(v string)

func (*ListServiceEventOptions) SetOrderOptions

func (x *ListServiceEventOptions) SetOrderOptions(v *OrderOptions)

func (*ListServiceEventOptions) String

func (x *ListServiceEventOptions) String() string

type ListServiceEventOptions_builder

type ListServiceEventOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	BetweenTime    *TimeRange
	IsOneOfType    []string
	IsTypePrefix   *string
	IsOneOfObject  []string
	// contains filtered or unexported fields
}

func (ListServiceEventOptions_builder) Build

type ListServiceEventRequest

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

func (*ListServiceEventRequest) ClearOptions

func (x *ListServiceEventRequest) ClearOptions()

func (*ListServiceEventRequest) ClearPageParams

func (x *ListServiceEventRequest) ClearPageParams()

func (*ListServiceEventRequest) GetOptions

func (*ListServiceEventRequest) GetPageParams

func (x *ListServiceEventRequest) GetPageParams() *PageParams

func (*ListServiceEventRequest) HasOptions

func (x *ListServiceEventRequest) HasOptions() bool

func (*ListServiceEventRequest) HasPageParams

func (x *ListServiceEventRequest) HasPageParams() bool

func (*ListServiceEventRequest) ProtoMessage

func (*ListServiceEventRequest) ProtoMessage()

func (*ListServiceEventRequest) ProtoReflect

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

func (*ListServiceEventRequest) Reset

func (x *ListServiceEventRequest) Reset()

func (*ListServiceEventRequest) SetOptions

func (*ListServiceEventRequest) SetPageParams

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

func (*ListServiceEventRequest) String

func (x *ListServiceEventRequest) String() string

type ListServiceEventRequest_builder

type ListServiceEventRequest_builder struct {
	PageParams *PageParams
	Options    *ListServiceEventOptions
	// contains filtered or unexported fields
}

func (ListServiceEventRequest_builder) Build

type ListServiceEventResponse

type ListServiceEventResponse struct {
	Items         []*ServiceEvent `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 (*ListServiceEventResponse) GetItems

func (x *ListServiceEventResponse) GetItems() []*ServiceEvent

func (*ListServiceEventResponse) GetNextPageToken

func (x *ListServiceEventResponse) GetNextPageToken() string

func (*ListServiceEventResponse) ProtoMessage

func (*ListServiceEventResponse) ProtoMessage()

func (*ListServiceEventResponse) ProtoReflect

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

func (*ListServiceEventResponse) Reset

func (x *ListServiceEventResponse) Reset()

func (*ListServiceEventResponse) SetItems

func (x *ListServiceEventResponse) SetItems(v []*ServiceEvent)

func (*ListServiceEventResponse) SetNextPageToken

func (x *ListServiceEventResponse) SetNextPageToken(v string)

func (*ListServiceEventResponse) String

func (x *ListServiceEventResponse) String() string

type ListServiceEventResponse_builder

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

func (ListServiceEventResponse_builder) Build

type ListSessionOptions

type ListSessionOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSessionOptions) ClearOrderOptions

func (x *ListSessionOptions) ClearOrderOptions()

func (*ListSessionOptions) GetHasAllLabels

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

func (*ListSessionOptions) GetHasOneOfLabels

func (x *ListSessionOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListSessionOptions) GetOrderOptions

func (x *ListSessionOptions) GetOrderOptions() *OrderOptions

func (*ListSessionOptions) HasOrderOptions

func (x *ListSessionOptions) HasOrderOptions() bool

func (*ListSessionOptions) ProtoMessage

func (*ListSessionOptions) ProtoMessage()

func (*ListSessionOptions) ProtoReflect

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

func (*ListSessionOptions) Reset

func (x *ListSessionOptions) Reset()

func (*ListSessionOptions) SetHasAllLabels

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

func (*ListSessionOptions) SetHasOneOfLabels

func (x *ListSessionOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListSessionOptions) SetOrderOptions

func (x *ListSessionOptions) SetOrderOptions(v *OrderOptions)

func (*ListSessionOptions) String

func (x *ListSessionOptions) String() string

type ListSessionOptions_builder

type ListSessionOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListSessionOptions_builder) Build

type ListSessionRequest

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

func (*ListSessionRequest) ClearOptions

func (x *ListSessionRequest) ClearOptions()

func (*ListSessionRequest) ClearPageParams

func (x *ListSessionRequest) ClearPageParams()

func (*ListSessionRequest) GetOptions

func (x *ListSessionRequest) GetOptions() *ListSessionOptions

func (*ListSessionRequest) GetPageParams

func (x *ListSessionRequest) GetPageParams() *PageParams

func (*ListSessionRequest) HasOptions

func (x *ListSessionRequest) HasOptions() bool

func (*ListSessionRequest) HasPageParams

func (x *ListSessionRequest) HasPageParams() bool

func (*ListSessionRequest) ProtoMessage

func (*ListSessionRequest) ProtoMessage()

func (*ListSessionRequest) ProtoReflect

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

func (*ListSessionRequest) Reset

func (x *ListSessionRequest) Reset()

func (*ListSessionRequest) SetOptions

func (x *ListSessionRequest) SetOptions(v *ListSessionOptions)

func (*ListSessionRequest) SetPageParams

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

func (*ListSessionRequest) String

func (x *ListSessionRequest) String() string

type ListSessionRequest_builder

type ListSessionRequest_builder struct {
	PageParams *PageParams
	Options    *ListSessionOptions
	// contains filtered or unexported fields
}

func (ListSessionRequest_builder) Build

type ListSessionResponse

type ListSessionResponse struct {
	Items         []*Session `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 (*ListSessionResponse) GetItems

func (x *ListSessionResponse) GetItems() []*Session

func (*ListSessionResponse) GetNextPageToken

func (x *ListSessionResponse) GetNextPageToken() string

func (*ListSessionResponse) ProtoMessage

func (*ListSessionResponse) ProtoMessage()

func (*ListSessionResponse) ProtoReflect

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

func (*ListSessionResponse) Reset

func (x *ListSessionResponse) Reset()

func (*ListSessionResponse) SetItems

func (x *ListSessionResponse) SetItems(v []*Session)

func (*ListSessionResponse) SetNextPageToken

func (x *ListSessionResponse) SetNextPageToken(v string)

func (*ListSessionResponse) String

func (x *ListSessionResponse) String() string

type ListSessionResponse_builder

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

func (ListSessionResponse_builder) Build

type ListStarredNotebooksRequest

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

func (*ListStarredNotebooksRequest) ClearOptions

func (x *ListStarredNotebooksRequest) ClearOptions()

func (*ListStarredNotebooksRequest) ClearPageParams

func (x *ListStarredNotebooksRequest) ClearPageParams()

func (*ListStarredNotebooksRequest) GetOptions

func (*ListStarredNotebooksRequest) GetPageParams

func (x *ListStarredNotebooksRequest) GetPageParams() *PageParams

func (*ListStarredNotebooksRequest) HasOptions

func (x *ListStarredNotebooksRequest) HasOptions() bool

func (*ListStarredNotebooksRequest) HasPageParams

func (x *ListStarredNotebooksRequest) HasPageParams() bool

func (*ListStarredNotebooksRequest) ProtoMessage

func (*ListStarredNotebooksRequest) ProtoMessage()

func (*ListStarredNotebooksRequest) ProtoReflect

func (*ListStarredNotebooksRequest) Reset

func (x *ListStarredNotebooksRequest) Reset()

func (*ListStarredNotebooksRequest) SetOptions

func (*ListStarredNotebooksRequest) SetPageParams

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

func (*ListStarredNotebooksRequest) String

func (x *ListStarredNotebooksRequest) String() string

type ListStarredNotebooksRequest_builder

type ListStarredNotebooksRequest_builder struct {
	PageParams *PageParams
	Options    *ListStarsOptions
	// contains filtered or unexported fields
}

func (ListStarredNotebooksRequest_builder) Build

type ListStarredNotebooksResponse

type ListStarredNotebooksResponse struct {
	Items         []*Notebook `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 (*ListStarredNotebooksResponse) GetItems

func (x *ListStarredNotebooksResponse) GetItems() []*Notebook

func (*ListStarredNotebooksResponse) GetNextPageToken

func (x *ListStarredNotebooksResponse) GetNextPageToken() string

func (*ListStarredNotebooksResponse) ProtoMessage

func (*ListStarredNotebooksResponse) ProtoMessage()

func (*ListStarredNotebooksResponse) ProtoReflect

func (*ListStarredNotebooksResponse) Reset

func (x *ListStarredNotebooksResponse) Reset()

func (*ListStarredNotebooksResponse) SetItems

func (x *ListStarredNotebooksResponse) SetItems(v []*Notebook)

func (*ListStarredNotebooksResponse) SetNextPageToken

func (x *ListStarredNotebooksResponse) SetNextPageToken(v string)

func (*ListStarredNotebooksResponse) String

type ListStarredNotebooksResponse_builder

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

func (ListStarredNotebooksResponse_builder) Build

type ListStarsOptions

type ListStarsOptions struct {
	HasAllLabels   map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions   *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListStarsOptions) ClearOrderOptions

func (x *ListStarsOptions) ClearOrderOptions()

func (*ListStarsOptions) GetHasAllLabels

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

func (*ListStarsOptions) GetHasOneOfLabels

func (x *ListStarsOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListStarsOptions) GetOrderOptions

func (x *ListStarsOptions) GetOrderOptions() *OrderOptions

func (*ListStarsOptions) HasOrderOptions

func (x *ListStarsOptions) HasOrderOptions() bool

func (*ListStarsOptions) ProtoMessage

func (*ListStarsOptions) ProtoMessage()

func (*ListStarsOptions) ProtoReflect

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

func (*ListStarsOptions) Reset

func (x *ListStarsOptions) Reset()

func (*ListStarsOptions) SetHasAllLabels

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

func (*ListStarsOptions) SetHasOneOfLabels

func (x *ListStarsOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListStarsOptions) SetOrderOptions

func (x *ListStarsOptions) SetOrderOptions(v *OrderOptions)

func (*ListStarsOptions) String

func (x *ListStarsOptions) String() string

type ListStarsOptions_builder

type ListStarsOptions_builder struct {
	HasAllLabels   map[string]string
	HasOneOfLabels map[string]*ListOfString
	OrderOptions   *OrderOptions
	// contains filtered or unexported fields
}

func (ListStarsOptions_builder) Build

type ListStarsRequest

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

func (*ListStarsRequest) ClearOptions

func (x *ListStarsRequest) ClearOptions()

func (*ListStarsRequest) ClearPageParams

func (x *ListStarsRequest) ClearPageParams()

func (*ListStarsRequest) GetOptions

func (x *ListStarsRequest) GetOptions() *ListStarsOptions

func (*ListStarsRequest) GetPageParams

func (x *ListStarsRequest) GetPageParams() *PageParams

func (*ListStarsRequest) HasOptions

func (x *ListStarsRequest) HasOptions() bool

func (*ListStarsRequest) HasPageParams

func (x *ListStarsRequest) HasPageParams() bool

func (*ListStarsRequest) ProtoMessage

func (*ListStarsRequest) ProtoMessage()

func (*ListStarsRequest) ProtoReflect

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

func (*ListStarsRequest) Reset

func (x *ListStarsRequest) Reset()

func (*ListStarsRequest) SetOptions

func (x *ListStarsRequest) SetOptions(v *ListStarsOptions)

func (*ListStarsRequest) SetPageParams

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

func (*ListStarsRequest) String

func (x *ListStarsRequest) String() string

type ListStarsRequest_builder

type ListStarsRequest_builder struct {
	PageParams *PageParams
	Options    *ListStarsOptions
	// contains filtered or unexported fields
}

func (ListStarsRequest_builder) Build

type ListStarsResponse

type ListStarsResponse struct {
	Items         []*Star `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 (*ListStarsResponse) GetItems

func (x *ListStarsResponse) GetItems() []*Star

func (*ListStarsResponse) GetNextPageToken

func (x *ListStarsResponse) GetNextPageToken() string

func (*ListStarsResponse) ProtoMessage

func (*ListStarsResponse) ProtoMessage()

func (*ListStarsResponse) ProtoReflect

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

func (*ListStarsResponse) Reset

func (x *ListStarsResponse) Reset()

func (*ListStarsResponse) SetItems

func (x *ListStarsResponse) SetItems(v []*Star)

func (*ListStarsResponse) SetNextPageToken

func (x *ListStarsResponse) SetNextPageToken(v string)

func (*ListStarsResponse) String

func (x *ListStarsResponse) String() string

type ListStarsResponse_builder

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

func (ListStarsResponse_builder) Build

type ListSubnetOptions

type ListSubnetOptions struct {
	VpcId *string `protobuf:"bytes,1,opt,name=vpc_id,json=vpcId,proto3,oneof" json:"vpc_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubnetOptions) ClearVpcId

func (x *ListSubnetOptions) ClearVpcId()

func (*ListSubnetOptions) GetVpcId

func (x *ListSubnetOptions) GetVpcId() string

func (*ListSubnetOptions) HasVpcId

func (x *ListSubnetOptions) HasVpcId() bool

func (*ListSubnetOptions) ProtoMessage

func (*ListSubnetOptions) ProtoMessage()

func (*ListSubnetOptions) ProtoReflect

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

func (*ListSubnetOptions) Reset

func (x *ListSubnetOptions) Reset()

func (*ListSubnetOptions) SetVpcId

func (x *ListSubnetOptions) SetVpcId(v string)

func (*ListSubnetOptions) String

func (x *ListSubnetOptions) String() string

type ListSubnetOptions_builder

type ListSubnetOptions_builder struct {
	VpcId *string
	// contains filtered or unexported fields
}

func (ListSubnetOptions_builder) Build

type ListSubnetRequest

type ListSubnetRequest struct {

	// PageParams page_params = 1;
	CloudCredId string             `protobuf:"bytes,2,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	Location    string             `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	Options     *ListSubnetOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubnetRequest) ClearOptions

func (x *ListSubnetRequest) ClearOptions()

func (*ListSubnetRequest) GetCloudCredId

func (x *ListSubnetRequest) GetCloudCredId() string

func (*ListSubnetRequest) GetLocation

func (x *ListSubnetRequest) GetLocation() string

func (*ListSubnetRequest) GetOptions

func (x *ListSubnetRequest) GetOptions() *ListSubnetOptions

func (*ListSubnetRequest) HasOptions

func (x *ListSubnetRequest) HasOptions() bool

func (*ListSubnetRequest) ProtoMessage

func (*ListSubnetRequest) ProtoMessage()

func (*ListSubnetRequest) ProtoReflect

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

func (*ListSubnetRequest) Reset

func (x *ListSubnetRequest) Reset()

func (*ListSubnetRequest) SetCloudCredId

func (x *ListSubnetRequest) SetCloudCredId(v string)

func (*ListSubnetRequest) SetLocation

func (x *ListSubnetRequest) SetLocation(v string)

func (*ListSubnetRequest) SetOptions

func (x *ListSubnetRequest) SetOptions(v *ListSubnetOptions)

func (*ListSubnetRequest) String

func (x *ListSubnetRequest) String() string

type ListSubnetRequest_builder

type ListSubnetRequest_builder struct {

	// PageParams page_params = 1;
	CloudCredId string
	Location    string
	Options     *ListSubnetOptions
	// contains filtered or unexported fields
}

func (ListSubnetRequest_builder) Build

type ListSubnetResponse

type ListSubnetResponse struct {
	Items         []*Subnet `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 (*ListSubnetResponse) GetItems

func (x *ListSubnetResponse) GetItems() []*Subnet

func (*ListSubnetResponse) GetNextPageToken

func (x *ListSubnetResponse) GetNextPageToken() string

func (*ListSubnetResponse) ProtoMessage

func (*ListSubnetResponse) ProtoMessage()

func (*ListSubnetResponse) ProtoReflect

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

func (*ListSubnetResponse) Reset

func (x *ListSubnetResponse) Reset()

func (*ListSubnetResponse) SetItems

func (x *ListSubnetResponse) SetItems(v []*Subnet)

func (*ListSubnetResponse) SetNextPageToken

func (x *ListSubnetResponse) SetNextPageToken(v string)

func (*ListSubnetResponse) String

func (x *ListSubnetResponse) String() string

type ListSubnetResponse_builder

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

func (ListSubnetResponse_builder) Build

type ListTransactionOptions

type ListTransactionOptions struct {
	HasAllLabels     map[string]string        `` /* 173-byte string literal not displayed */
	HasOneOfLabels   map[string]*ListOfString `` /* 181-byte string literal not displayed */
	OrderOptions     *OrderOptions            `protobuf:"bytes,3,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	LedgerIds        []string                 `protobuf:"bytes,4,rep,name=ledger_ids,json=ledgerIds,proto3" json:"ledger_ids,omitempty"`
	BillingProfileId string                   `protobuf:"bytes,5,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTransactionOptions) ClearOrderOptions

func (x *ListTransactionOptions) ClearOrderOptions()

func (*ListTransactionOptions) GetBillingProfileId

func (x *ListTransactionOptions) GetBillingProfileId() string

func (*ListTransactionOptions) GetHasAllLabels

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

func (*ListTransactionOptions) GetHasOneOfLabels

func (x *ListTransactionOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListTransactionOptions) GetLedgerIds

func (x *ListTransactionOptions) GetLedgerIds() []string

func (*ListTransactionOptions) GetOrderOptions

func (x *ListTransactionOptions) GetOrderOptions() *OrderOptions

func (*ListTransactionOptions) HasOrderOptions

func (x *ListTransactionOptions) HasOrderOptions() bool

func (*ListTransactionOptions) ProtoMessage

func (*ListTransactionOptions) ProtoMessage()

func (*ListTransactionOptions) ProtoReflect

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

func (*ListTransactionOptions) Reset

func (x *ListTransactionOptions) Reset()

func (*ListTransactionOptions) SetBillingProfileId

func (x *ListTransactionOptions) SetBillingProfileId(v string)

func (*ListTransactionOptions) SetHasAllLabels

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

func (*ListTransactionOptions) SetHasOneOfLabels

func (x *ListTransactionOptions) SetHasOneOfLabels(v map[string]*ListOfString)

func (*ListTransactionOptions) SetLedgerIds

func (x *ListTransactionOptions) SetLedgerIds(v []string)

func (*ListTransactionOptions) SetOrderOptions

func (x *ListTransactionOptions) SetOrderOptions(v *OrderOptions)

func (*ListTransactionOptions) String

func (x *ListTransactionOptions) String() string

type ListTransactionOptions_builder

type ListTransactionOptions_builder struct {
	HasAllLabels     map[string]string
	HasOneOfLabels   map[string]*ListOfString
	OrderOptions     *OrderOptions
	LedgerIds        []string
	BillingProfileId string
	// contains filtered or unexported fields
}

func (ListTransactionOptions_builder) Build

type ListTransactionRequest

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

func (*ListTransactionRequest) ClearOptions

func (x *ListTransactionRequest) ClearOptions()

func (*ListTransactionRequest) ClearPageParams

func (x *ListTransactionRequest) ClearPageParams()

func (*ListTransactionRequest) GetOptions

func (*ListTransactionRequest) GetPageParams

func (x *ListTransactionRequest) GetPageParams() *PageParams

func (*ListTransactionRequest) HasOptions

func (x *ListTransactionRequest) HasOptions() bool

func (*ListTransactionRequest) HasPageParams

func (x *ListTransactionRequest) HasPageParams() bool

func (*ListTransactionRequest) ProtoMessage

func (*ListTransactionRequest) ProtoMessage()

func (*ListTransactionRequest) ProtoReflect

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

func (*ListTransactionRequest) Reset

func (x *ListTransactionRequest) Reset()

func (*ListTransactionRequest) SetOptions

func (*ListTransactionRequest) SetPageParams

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

func (*ListTransactionRequest) String

func (x *ListTransactionRequest) String() string

type ListTransactionRequest_builder

type ListTransactionRequest_builder struct {
	PageParams *PageParams
	Options    *ListTransactionOptions
	// contains filtered or unexported fields
}

func (ListTransactionRequest_builder) Build

type ListTransactionResponse

type ListTransactionResponse struct {
	Items         []*Transaction `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 (*ListTransactionResponse) GetItems

func (x *ListTransactionResponse) GetItems() []*Transaction

func (*ListTransactionResponse) GetNextPageToken

func (x *ListTransactionResponse) GetNextPageToken() string

func (*ListTransactionResponse) ProtoMessage

func (*ListTransactionResponse) ProtoMessage()

func (*ListTransactionResponse) ProtoReflect

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

func (*ListTransactionResponse) Reset

func (x *ListTransactionResponse) Reset()

func (*ListTransactionResponse) SetItems

func (x *ListTransactionResponse) SetItems(v []*Transaction)

func (*ListTransactionResponse) SetNextPageToken

func (x *ListTransactionResponse) SetNextPageToken(v string)

func (*ListTransactionResponse) String

func (x *ListTransactionResponse) String() string

type ListTransactionResponse_builder

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

func (ListTransactionResponse_builder) Build

type ListUserOptions

type ListUserOptions struct {
	OrderOptions *OrderOptions `protobuf:"bytes,1,opt,name=order_options,json=orderOptions,proto3" json:"order_options,omitempty"`
	Usernames    []string      `protobuf:"bytes,2,rep,name=usernames,proto3" json:"usernames,omitempty"`
	Emails       []string      `protobuf:"bytes,3,rep,name=emails,proto3" json:"emails,omitempty"`
	ExternalIds  []string      `protobuf:"bytes,4,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserOptions) ClearOrderOptions

func (x *ListUserOptions) ClearOrderOptions()

func (*ListUserOptions) GetEmails

func (x *ListUserOptions) GetEmails() []string

func (*ListUserOptions) GetExternalIds

func (x *ListUserOptions) GetExternalIds() []string

func (*ListUserOptions) GetOrderOptions

func (x *ListUserOptions) GetOrderOptions() *OrderOptions

func (*ListUserOptions) GetUsernames

func (x *ListUserOptions) GetUsernames() []string

func (*ListUserOptions) HasOrderOptions

func (x *ListUserOptions) HasOrderOptions() bool

func (*ListUserOptions) ProtoMessage

func (*ListUserOptions) ProtoMessage()

func (*ListUserOptions) ProtoReflect

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

func (*ListUserOptions) Reset

func (x *ListUserOptions) Reset()

func (*ListUserOptions) SetEmails

func (x *ListUserOptions) SetEmails(v []string)

func (*ListUserOptions) SetExternalIds

func (x *ListUserOptions) SetExternalIds(v []string)

func (*ListUserOptions) SetOrderOptions

func (x *ListUserOptions) SetOrderOptions(v *OrderOptions)

func (*ListUserOptions) SetUsernames

func (x *ListUserOptions) SetUsernames(v []string)

func (*ListUserOptions) String

func (x *ListUserOptions) String() string

type ListUserOptions_builder

type ListUserOptions_builder struct {
	OrderOptions *OrderOptions
	Usernames    []string
	Emails       []string
	ExternalIds  []string
	// contains filtered or unexported fields
}

func (ListUserOptions_builder) Build

type ListUserRequest

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

func (*ListUserRequest) ClearOptions

func (x *ListUserRequest) ClearOptions()

func (*ListUserRequest) ClearPageParams

func (x *ListUserRequest) ClearPageParams()

func (*ListUserRequest) GetOptions

func (x *ListUserRequest) GetOptions() *ListUserOptions

func (*ListUserRequest) GetPageParams

func (x *ListUserRequest) GetPageParams() *PageParams

func (*ListUserRequest) HasOptions

func (x *ListUserRequest) HasOptions() bool

func (*ListUserRequest) HasPageParams

func (x *ListUserRequest) HasPageParams() bool

func (*ListUserRequest) ProtoMessage

func (*ListUserRequest) ProtoMessage()

func (*ListUserRequest) ProtoReflect

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

func (*ListUserRequest) Reset

func (x *ListUserRequest) Reset()

func (*ListUserRequest) SetOptions

func (x *ListUserRequest) SetOptions(v *ListUserOptions)

func (*ListUserRequest) SetPageParams

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

func (*ListUserRequest) String

func (x *ListUserRequest) String() string

type ListUserRequest_builder

type ListUserRequest_builder struct {
	PageParams *PageParams
	Options    *ListUserOptions
	// contains filtered or unexported fields
}

func (ListUserRequest_builder) Build

type ListUserResponse

type ListUserResponse struct {
	Items         []*User `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 (*ListUserResponse) GetItems

func (x *ListUserResponse) GetItems() []*User

func (*ListUserResponse) GetNextPageToken

func (x *ListUserResponse) GetNextPageToken() string

func (*ListUserResponse) ProtoMessage

func (*ListUserResponse) ProtoMessage()

func (*ListUserResponse) ProtoReflect

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

func (*ListUserResponse) Reset

func (x *ListUserResponse) Reset()

func (*ListUserResponse) SetItems

func (x *ListUserResponse) SetItems(v []*User)

func (*ListUserResponse) SetNextPageToken

func (x *ListUserResponse) SetNextPageToken(v string)

func (*ListUserResponse) String

func (x *ListUserResponse) String() string

type ListUserResponse_builder

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

func (ListUserResponse_builder) Build

type ListVpcOptions

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

func (*ListVpcOptions) ProtoMessage

func (*ListVpcOptions) ProtoMessage()

func (*ListVpcOptions) ProtoReflect

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

func (*ListVpcOptions) Reset

func (x *ListVpcOptions) Reset()

func (*ListVpcOptions) String

func (x *ListVpcOptions) String() string

type ListVpcOptions_builder

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

func (ListVpcOptions_builder) Build

type ListVpcRequest

type ListVpcRequest struct {

	// PageParams page_params = 1;
	CloudCredId string          `protobuf:"bytes,2,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	Location    string          `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	Options     *ListVpcOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVpcRequest) ClearOptions

func (x *ListVpcRequest) ClearOptions()

func (*ListVpcRequest) GetCloudCredId

func (x *ListVpcRequest) GetCloudCredId() string

func (*ListVpcRequest) GetLocation

func (x *ListVpcRequest) GetLocation() string

func (*ListVpcRequest) GetOptions

func (x *ListVpcRequest) GetOptions() *ListVpcOptions

func (*ListVpcRequest) HasOptions

func (x *ListVpcRequest) HasOptions() bool

func (*ListVpcRequest) ProtoMessage

func (*ListVpcRequest) ProtoMessage()

func (*ListVpcRequest) ProtoReflect

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

func (*ListVpcRequest) Reset

func (x *ListVpcRequest) Reset()

func (*ListVpcRequest) SetCloudCredId

func (x *ListVpcRequest) SetCloudCredId(v string)

func (*ListVpcRequest) SetLocation

func (x *ListVpcRequest) SetLocation(v string)

func (*ListVpcRequest) SetOptions

func (x *ListVpcRequest) SetOptions(v *ListVpcOptions)

func (*ListVpcRequest) String

func (x *ListVpcRequest) String() string

type ListVpcRequest_builder

type ListVpcRequest_builder struct {

	// PageParams page_params = 1;
	CloudCredId string
	Location    string
	Options     *ListVpcOptions
	// contains filtered or unexported fields
}

func (ListVpcRequest_builder) Build

type ListVpcResponse

type ListVpcResponse struct {
	Items         []*Vpc `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 (*ListVpcResponse) GetItems

func (x *ListVpcResponse) GetItems() []*Vpc

func (*ListVpcResponse) GetNextPageToken

func (x *ListVpcResponse) GetNextPageToken() string

func (*ListVpcResponse) ProtoMessage

func (*ListVpcResponse) ProtoMessage()

func (*ListVpcResponse) ProtoReflect

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

func (*ListVpcResponse) Reset

func (x *ListVpcResponse) Reset()

func (*ListVpcResponse) SetItems

func (x *ListVpcResponse) SetItems(v []*Vpc)

func (*ListVpcResponse) SetNextPageToken

func (x *ListVpcResponse) SetNextPageToken(v string)

func (*ListVpcResponse) String

func (x *ListVpcResponse) String() string

type ListVpcResponse_builder

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

func (ListVpcResponse_builder) Build

type Location

type Location struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Available   bool   `protobuf:"varint,3,opt,name=available,proto3" json:"available,omitempty"`
	Endpoint    string `protobuf:"bytes,4,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Country     string `protobuf:"bytes,5,opt,name=country,proto3" json:"country,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) GetAvailable

func (x *Location) GetAvailable() bool

func (*Location) GetCountry

func (x *Location) GetCountry() string

func (*Location) GetDescription

func (x *Location) GetDescription() string

func (*Location) GetEndpoint

func (x *Location) GetEndpoint() string

func (*Location) GetName

func (x *Location) GetName() string

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

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

func (*Location) Reset

func (x *Location) Reset()

func (*Location) SetAvailable

func (x *Location) SetAvailable(v bool)

func (*Location) SetCountry

func (x *Location) SetCountry(v string)

func (*Location) SetDescription

func (x *Location) SetDescription(v string)

func (*Location) SetEndpoint

func (x *Location) SetEndpoint(v string)

func (*Location) SetName

func (x *Location) SetName(v string)

func (*Location) String

func (x *Location) String() string

type Location_builder

type Location_builder struct {
	Name        string
	Description string
	Available   bool
	Endpoint    string
	Country     string
	// contains filtered or unexported fields
}

func (Location_builder) Build

func (b0 Location_builder) Build() *Location

type Mapping

type Mapping struct {
	Values map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

Helper function example to use copier:

func (*Mapping) GetValues

func (x *Mapping) GetValues() map[string]string

func (*Mapping) ProtoMessage

func (*Mapping) ProtoMessage()

func (*Mapping) ProtoReflect

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

func (*Mapping) Reset

func (x *Mapping) Reset()

func (*Mapping) SetValues

func (x *Mapping) SetValues(v map[string]string)

func (*Mapping) String

func (x *Mapping) String() string

type Mapping_builder

type Mapping_builder struct {
	Values map[string]string
	// contains filtered or unexported fields
}

func (Mapping_builder) Build

func (b0 Mapping_builder) Build() *Mapping

type MergeUsersAndMigrateAccessRequest

type MergeUsersAndMigrateAccessRequest struct {
	SourceUserId string `protobuf:"bytes,1,opt,name=source_user_id,json=sourceUserId,proto3" json:"source_user_id,omitempty"`
	TargetUserId string `protobuf:"bytes,2,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeUsersAndMigrateAccessRequest) GetSourceUserId

func (x *MergeUsersAndMigrateAccessRequest) GetSourceUserId() string

func (*MergeUsersAndMigrateAccessRequest) GetTargetUserId

func (x *MergeUsersAndMigrateAccessRequest) GetTargetUserId() string

func (*MergeUsersAndMigrateAccessRequest) ProtoMessage

func (*MergeUsersAndMigrateAccessRequest) ProtoMessage()

func (*MergeUsersAndMigrateAccessRequest) ProtoReflect

func (*MergeUsersAndMigrateAccessRequest) Reset

func (*MergeUsersAndMigrateAccessRequest) SetSourceUserId

func (x *MergeUsersAndMigrateAccessRequest) SetSourceUserId(v string)

func (*MergeUsersAndMigrateAccessRequest) SetTargetUserId

func (x *MergeUsersAndMigrateAccessRequest) SetTargetUserId(v string)

func (*MergeUsersAndMigrateAccessRequest) String

type MergeUsersAndMigrateAccessRequest_builder

type MergeUsersAndMigrateAccessRequest_builder struct {
	SourceUserId string
	TargetUserId string
	// contains filtered or unexported fields
}

func (MergeUsersAndMigrateAccessRequest_builder) Build

type MergeUsersAndMigrateAccessResponse

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

func (*MergeUsersAndMigrateAccessResponse) ProtoMessage

func (*MergeUsersAndMigrateAccessResponse) ProtoMessage()

func (*MergeUsersAndMigrateAccessResponse) ProtoReflect

func (*MergeUsersAndMigrateAccessResponse) Reset

func (*MergeUsersAndMigrateAccessResponse) String

type MergeUsersAndMigrateAccessResponse_builder

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

func (MergeUsersAndMigrateAccessResponse_builder) Build

type MergeUsersRequest

type MergeUsersRequest struct {
	SourceUserId string `protobuf:"bytes,1,opt,name=source_user_id,json=sourceUserId,proto3" json:"source_user_id,omitempty"`
	TargetUserId string `protobuf:"bytes,2,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeUsersRequest) GetSourceUserId

func (x *MergeUsersRequest) GetSourceUserId() string

func (*MergeUsersRequest) GetTargetUserId

func (x *MergeUsersRequest) GetTargetUserId() string

func (*MergeUsersRequest) ProtoMessage

func (*MergeUsersRequest) ProtoMessage()

func (*MergeUsersRequest) ProtoReflect

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

func (*MergeUsersRequest) Reset

func (x *MergeUsersRequest) Reset()

func (*MergeUsersRequest) SetSourceUserId

func (x *MergeUsersRequest) SetSourceUserId(v string)

func (*MergeUsersRequest) SetTargetUserId

func (x *MergeUsersRequest) SetTargetUserId(v string)

func (*MergeUsersRequest) String

func (x *MergeUsersRequest) String() string

type MergeUsersRequest_builder

type MergeUsersRequest_builder struct {
	SourceUserId string
	TargetUserId string
	// contains filtered or unexported fields
}

func (MergeUsersRequest_builder) Build

type MergeUsersResponse

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

func (*MergeUsersResponse) ProtoMessage

func (*MergeUsersResponse) ProtoMessage()

func (*MergeUsersResponse) ProtoReflect

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

func (*MergeUsersResponse) Reset

func (x *MergeUsersResponse) Reset()

func (*MergeUsersResponse) String

func (x *MergeUsersResponse) String() string

type MergeUsersResponse_builder

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

func (MergeUsersResponse_builder) Build

type MetricDataPointFloat

type MetricDataPointFloat struct {
	Time  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
	Value float32                `protobuf:"fixed32,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricDataPointFloat) ClearTime

func (x *MetricDataPointFloat) ClearTime()

func (*MetricDataPointFloat) GetTime

func (*MetricDataPointFloat) GetValue

func (x *MetricDataPointFloat) GetValue() float32

func (*MetricDataPointFloat) HasTime

func (x *MetricDataPointFloat) HasTime() bool

func (*MetricDataPointFloat) ProtoMessage

func (*MetricDataPointFloat) ProtoMessage()

func (*MetricDataPointFloat) ProtoReflect

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

func (*MetricDataPointFloat) Reset

func (x *MetricDataPointFloat) Reset()

func (*MetricDataPointFloat) SetTime

func (*MetricDataPointFloat) SetValue

func (x *MetricDataPointFloat) SetValue(v float32)

func (*MetricDataPointFloat) String

func (x *MetricDataPointFloat) String() string

type MetricDataPointFloat_builder

type MetricDataPointFloat_builder struct {
	Time  *timestamppb.Timestamp
	Value float32
	// contains filtered or unexported fields
}

func (MetricDataPointFloat_builder) Build

type MetricDataPointInt

type MetricDataPointInt struct {
	Time  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
	Value int32                  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricDataPointInt) ClearTime

func (x *MetricDataPointInt) ClearTime()

func (*MetricDataPointInt) GetTime

func (*MetricDataPointInt) GetValue

func (x *MetricDataPointInt) GetValue() int32

func (*MetricDataPointInt) HasTime

func (x *MetricDataPointInt) HasTime() bool

func (*MetricDataPointInt) ProtoMessage

func (*MetricDataPointInt) ProtoMessage()

func (*MetricDataPointInt) ProtoReflect

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

func (*MetricDataPointInt) Reset

func (x *MetricDataPointInt) Reset()

func (*MetricDataPointInt) SetTime

func (x *MetricDataPointInt) SetTime(v *timestamppb.Timestamp)

func (*MetricDataPointInt) SetValue

func (x *MetricDataPointInt) SetValue(v int32)

func (*MetricDataPointInt) String

func (x *MetricDataPointInt) String() string

type MetricDataPointInt_builder

type MetricDataPointInt_builder struct {
	Time  *timestamppb.Timestamp
	Value int32
	// contains filtered or unexported fields
}

func (MetricDataPointInt_builder) Build

type MigrateUserExternalIdentityEnvironmentAccessRequest

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

func (*MigrateUserExternalIdentityEnvironmentAccessRequest) GetUserId

func (*MigrateUserExternalIdentityEnvironmentAccessRequest) ProtoMessage

func (*MigrateUserExternalIdentityEnvironmentAccessRequest) ProtoReflect

func (*MigrateUserExternalIdentityEnvironmentAccessRequest) Reset

func (*MigrateUserExternalIdentityEnvironmentAccessRequest) SetUserId

func (*MigrateUserExternalIdentityEnvironmentAccessRequest) String

type MigrateUserExternalIdentityEnvironmentAccessRequest_builder

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

func (MigrateUserExternalIdentityEnvironmentAccessRequest_builder) Build

type MigrateUserExternalIdentityEnvironmentAccessResponse

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

func (*MigrateUserExternalIdentityEnvironmentAccessResponse) ProtoMessage

func (*MigrateUserExternalIdentityEnvironmentAccessResponse) ProtoReflect

func (*MigrateUserExternalIdentityEnvironmentAccessResponse) Reset

func (*MigrateUserExternalIdentityEnvironmentAccessResponse) String

type MigrateUserExternalIdentityEnvironmentAccessResponse_builder

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

func (MigrateUserExternalIdentityEnvironmentAccessResponse_builder) Build

type Model

type Model struct {
	ModelName string `protobuf:"bytes,1,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	// to be deprecated in future versions
	ModelProvider ModelProvider `` /* 135-byte string literal not displayed */
	// references model in model service
	ModelId string `protobuf:"bytes,3,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Model) GetModelId

func (x *Model) GetModelId() string

func (*Model) GetModelName

func (x *Model) GetModelName() string

func (*Model) GetModelProvider

func (x *Model) GetModelProvider() ModelProvider

func (*Model) ProtoMessage

func (*Model) ProtoMessage()

func (*Model) ProtoReflect

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

func (*Model) Reset

func (x *Model) Reset()

func (*Model) SetModelId

func (x *Model) SetModelId(v string)

func (*Model) SetModelName

func (x *Model) SetModelName(v string)

func (*Model) SetModelProvider

func (x *Model) SetModelProvider(v ModelProvider)

func (*Model) String

func (x *Model) String() string

type ModelConfig

type ModelConfig struct {
	ModelId              string                 `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_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"`
	ModelName            string                 `protobuf:"bytes,4,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	Container            *Container             `protobuf:"bytes,5,opt,name=container,proto3" json:"container,omitempty"`
	InferenceServer      *InferenceServerConfig `protobuf:"bytes,6,opt,name=inference_server,json=inferenceServer,proto3" json:"inference_server,omitempty"`
	HardwareRequirements []*HardwareRequirement `protobuf:"bytes,7,rep,name=hardware_requirements,json=hardwareRequirements,proto3" json:"hardware_requirements,omitempty"`
	Labels               map[string]string      `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ModelConfig) ClearContainer

func (x *ModelConfig) ClearContainer()

func (*ModelConfig) ClearCreateTime

func (x *ModelConfig) ClearCreateTime()

func (*ModelConfig) ClearInferenceServer

func (x *ModelConfig) ClearInferenceServer()

func (*ModelConfig) ClearUpdateTime

func (x *ModelConfig) ClearUpdateTime()

func (*ModelConfig) GetContainer

func (x *ModelConfig) GetContainer() *Container

func (*ModelConfig) GetCreateTime

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

func (*ModelConfig) GetHardwareRequirements

func (x *ModelConfig) GetHardwareRequirements() []*HardwareRequirement

func (*ModelConfig) GetInferenceServer

func (x *ModelConfig) GetInferenceServer() *InferenceServerConfig

func (*ModelConfig) GetLabels

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

func (*ModelConfig) GetModelId

func (x *ModelConfig) GetModelId() string

func (*ModelConfig) GetModelName

func (x *ModelConfig) GetModelName() string

func (*ModelConfig) GetUpdateTime

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

func (*ModelConfig) HasContainer

func (x *ModelConfig) HasContainer() bool

func (*ModelConfig) HasCreateTime

func (x *ModelConfig) HasCreateTime() bool

func (*ModelConfig) HasInferenceServer

func (x *ModelConfig) HasInferenceServer() bool

func (*ModelConfig) HasUpdateTime

func (x *ModelConfig) HasUpdateTime() bool

func (*ModelConfig) ProtoMessage

func (*ModelConfig) ProtoMessage()

func (*ModelConfig) ProtoReflect

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

func (*ModelConfig) Reset

func (x *ModelConfig) Reset()

func (*ModelConfig) SetContainer

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

func (*ModelConfig) SetCreateTime

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

func (*ModelConfig) SetHardwareRequirements

func (x *ModelConfig) SetHardwareRequirements(v []*HardwareRequirement)

func (*ModelConfig) SetInferenceServer

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

func (*ModelConfig) SetLabels

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

func (*ModelConfig) SetModelId

func (x *ModelConfig) SetModelId(v string)

func (*ModelConfig) SetModelName

func (x *ModelConfig) SetModelName(v string)

func (*ModelConfig) SetUpdateTime

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

func (*ModelConfig) String

func (x *ModelConfig) String() string

type ModelConfig_builder

type ModelConfig_builder struct {
	ModelId              string
	CreateTime           *timestamppb.Timestamp
	UpdateTime           *timestamppb.Timestamp
	ModelName            string
	Container            *Container
	InferenceServer      *InferenceServerConfig
	HardwareRequirements []*HardwareRequirement
	Labels               map[string]string
	// contains filtered or unexported fields
}

func (ModelConfig_builder) Build

func (b0 ModelConfig_builder) Build() *ModelConfig

type ModelProvider

type ModelProvider int32
const (
	ModelProvider_MODEL_PROVIDER_UNSPECIFIED ModelProvider = 0
	ModelProvider_MODEL_PROVIDER_HUGGINGFACE ModelProvider = 1
)

func (ModelProvider) Descriptor

func (ModelProvider) Enum

func (x ModelProvider) Enum() *ModelProvider

func (ModelProvider) Number

func (ModelProvider) String

func (x ModelProvider) String() string

func (ModelProvider) Type

type Model_builder

type Model_builder struct {
	ModelName string
	// to be deprecated in future versions
	ModelProvider ModelProvider
	// references model in model service
	ModelId string
	// contains filtered or unexported fields
}

func (Model_builder) Build

func (b0 Model_builder) Build() *Model

type ModifyEnvironmentBuildRequest

type ModifyEnvironmentBuildRequest 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"`
	// contains filtered or unexported fields
}

func (*ModifyEnvironmentBuildRequest) ClearBuild_

func (x *ModifyEnvironmentBuildRequest) ClearBuild_()

func (*ModifyEnvironmentBuildRequest) GetBuild deprecated

Deprecated: Use GetBuild_ instead.

func (*ModifyEnvironmentBuildRequest) GetBuild_

func (*ModifyEnvironmentBuildRequest) GetEnvironmentId

func (x *ModifyEnvironmentBuildRequest) GetEnvironmentId() string

func (*ModifyEnvironmentBuildRequest) HasBuild_

func (x *ModifyEnvironmentBuildRequest) HasBuild_() bool

func (*ModifyEnvironmentBuildRequest) ProtoMessage

func (*ModifyEnvironmentBuildRequest) ProtoMessage()

func (*ModifyEnvironmentBuildRequest) ProtoReflect

func (*ModifyEnvironmentBuildRequest) Reset

func (x *ModifyEnvironmentBuildRequest) Reset()

func (*ModifyEnvironmentBuildRequest) SetBuild_

func (*ModifyEnvironmentBuildRequest) SetEnvironmentId

func (x *ModifyEnvironmentBuildRequest) SetEnvironmentId(v string)

func (*ModifyEnvironmentBuildRequest) String

type ModifyEnvironmentBuildRequest_builder

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

func (ModifyEnvironmentBuildRequest_builder) Build

type ModifyEnvironmentBuildResponse

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

func (*ModifyEnvironmentBuildResponse) ClearEnvironment

func (x *ModifyEnvironmentBuildResponse) ClearEnvironment()

func (*ModifyEnvironmentBuildResponse) GetEnvironment

func (x *ModifyEnvironmentBuildResponse) GetEnvironment() *Environment

func (*ModifyEnvironmentBuildResponse) HasEnvironment

func (x *ModifyEnvironmentBuildResponse) HasEnvironment() bool

func (*ModifyEnvironmentBuildResponse) ProtoMessage

func (*ModifyEnvironmentBuildResponse) ProtoMessage()

func (*ModifyEnvironmentBuildResponse) ProtoReflect

func (*ModifyEnvironmentBuildResponse) Reset

func (x *ModifyEnvironmentBuildResponse) Reset()

func (*ModifyEnvironmentBuildResponse) SetEnvironment

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

func (*ModifyEnvironmentBuildResponse) String

type ModifyEnvironmentBuildResponse_builder

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

func (ModifyEnvironmentBuildResponse_builder) Build

type ModifyEnvironmentLabelsRequest

type ModifyEnvironmentLabelsRequest struct {
	EnvironmentId string            `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Labels        map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ModifyEnvironmentLabelsRequest) GetEnvironmentId

func (x *ModifyEnvironmentLabelsRequest) GetEnvironmentId() string

func (*ModifyEnvironmentLabelsRequest) GetLabels

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

func (*ModifyEnvironmentLabelsRequest) ProtoMessage

func (*ModifyEnvironmentLabelsRequest) ProtoMessage()

func (*ModifyEnvironmentLabelsRequest) ProtoReflect

func (*ModifyEnvironmentLabelsRequest) Reset

func (x *ModifyEnvironmentLabelsRequest) Reset()

func (*ModifyEnvironmentLabelsRequest) SetEnvironmentId

func (x *ModifyEnvironmentLabelsRequest) SetEnvironmentId(v string)

func (*ModifyEnvironmentLabelsRequest) SetLabels

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

func (*ModifyEnvironmentLabelsRequest) String

type ModifyEnvironmentLabelsRequest_builder

type ModifyEnvironmentLabelsRequest_builder struct {
	EnvironmentId string
	Labels        map[string]string
	// contains filtered or unexported fields
}

func (ModifyEnvironmentLabelsRequest_builder) Build

type ModifyEnvironmentLabelsResponse

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

func (*ModifyEnvironmentLabelsResponse) ClearEnvironment

func (x *ModifyEnvironmentLabelsResponse) ClearEnvironment()

func (*ModifyEnvironmentLabelsResponse) GetEnvironment

func (x *ModifyEnvironmentLabelsResponse) GetEnvironment() *Environment

func (*ModifyEnvironmentLabelsResponse) HasEnvironment

func (x *ModifyEnvironmentLabelsResponse) HasEnvironment() bool

func (*ModifyEnvironmentLabelsResponse) ProtoMessage

func (*ModifyEnvironmentLabelsResponse) ProtoMessage()

func (*ModifyEnvironmentLabelsResponse) ProtoReflect

func (*ModifyEnvironmentLabelsResponse) Reset

func (*ModifyEnvironmentLabelsResponse) SetEnvironment

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

func (*ModifyEnvironmentLabelsResponse) String

type ModifyEnvironmentLabelsResponse_builder

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

func (ModifyEnvironmentLabelsResponse_builder) Build

type ModifyEnvironmentProvisionRequest

type ModifyEnvironmentProvisionRequest struct {
	EnvironmentId string                `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Provision     *EnvironmentProvision `protobuf:"bytes,2,opt,name=provision,proto3" json:"provision,omitempty"`
	// contains filtered or unexported fields
}

func (*ModifyEnvironmentProvisionRequest) ClearProvision

func (x *ModifyEnvironmentProvisionRequest) ClearProvision()

func (*ModifyEnvironmentProvisionRequest) GetEnvironmentId

func (x *ModifyEnvironmentProvisionRequest) GetEnvironmentId() string

func (*ModifyEnvironmentProvisionRequest) GetProvision

func (*ModifyEnvironmentProvisionRequest) HasProvision

func (x *ModifyEnvironmentProvisionRequest) HasProvision() bool

func (*ModifyEnvironmentProvisionRequest) ProtoMessage

func (*ModifyEnvironmentProvisionRequest) ProtoMessage()

func (*ModifyEnvironmentProvisionRequest) ProtoReflect

func (*ModifyEnvironmentProvisionRequest) Reset

func (*ModifyEnvironmentProvisionRequest) SetEnvironmentId

func (x *ModifyEnvironmentProvisionRequest) SetEnvironmentId(v string)

func (*ModifyEnvironmentProvisionRequest) SetProvision

func (*ModifyEnvironmentProvisionRequest) String

type ModifyEnvironmentProvisionRequest_builder

type ModifyEnvironmentProvisionRequest_builder struct {
	EnvironmentId string
	Provision     *EnvironmentProvision
	// contains filtered or unexported fields
}

func (ModifyEnvironmentProvisionRequest_builder) Build

type ModifyEnvironmentProvisionResponse

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

func (*ModifyEnvironmentProvisionResponse) ClearEnvironment

func (x *ModifyEnvironmentProvisionResponse) ClearEnvironment()

func (*ModifyEnvironmentProvisionResponse) GetEnvironment

func (x *ModifyEnvironmentProvisionResponse) GetEnvironment() *Environment

func (*ModifyEnvironmentProvisionResponse) HasEnvironment

func (x *ModifyEnvironmentProvisionResponse) HasEnvironment() bool

func (*ModifyEnvironmentProvisionResponse) ProtoMessage

func (*ModifyEnvironmentProvisionResponse) ProtoMessage()

func (*ModifyEnvironmentProvisionResponse) ProtoReflect

func (*ModifyEnvironmentProvisionResponse) Reset

func (*ModifyEnvironmentProvisionResponse) SetEnvironment

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

func (*ModifyEnvironmentProvisionResponse) String

type ModifyEnvironmentProvisionResponse_builder

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

func (ModifyEnvironmentProvisionResponse_builder) Build

type MoveExternalIdentityEdgeRequest

type MoveExternalIdentityEdgeRequest struct {
	SourceUserId string `protobuf:"bytes,1,opt,name=source_user_id,json=sourceUserId,proto3" json:"source_user_id,omitempty"`
	TargetUserId string `protobuf:"bytes,2,opt,name=target_user_id,json=targetUserId,proto3" json:"target_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveExternalIdentityEdgeRequest) GetSourceUserId

func (x *MoveExternalIdentityEdgeRequest) GetSourceUserId() string

func (*MoveExternalIdentityEdgeRequest) GetTargetUserId

func (x *MoveExternalIdentityEdgeRequest) GetTargetUserId() string

func (*MoveExternalIdentityEdgeRequest) ProtoMessage

func (*MoveExternalIdentityEdgeRequest) ProtoMessage()

func (*MoveExternalIdentityEdgeRequest) ProtoReflect

func (*MoveExternalIdentityEdgeRequest) Reset

func (*MoveExternalIdentityEdgeRequest) SetSourceUserId

func (x *MoveExternalIdentityEdgeRequest) SetSourceUserId(v string)

func (*MoveExternalIdentityEdgeRequest) SetTargetUserId

func (x *MoveExternalIdentityEdgeRequest) SetTargetUserId(v string)

func (*MoveExternalIdentityEdgeRequest) String

type MoveExternalIdentityEdgeRequest_builder

type MoveExternalIdentityEdgeRequest_builder struct {
	SourceUserId string
	TargetUserId string
	// contains filtered or unexported fields
}

func (MoveExternalIdentityEdgeRequest_builder) Build

type MoveExternalIdentityEdgeResponse

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

func (*MoveExternalIdentityEdgeResponse) ProtoMessage

func (*MoveExternalIdentityEdgeResponse) ProtoMessage()

func (*MoveExternalIdentityEdgeResponse) ProtoReflect

func (*MoveExternalIdentityEdgeResponse) Reset

func (*MoveExternalIdentityEdgeResponse) String

type MoveExternalIdentityEdgeResponse_builder

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

func (MoveExternalIdentityEdgeResponse_builder) Build

type NetworkConfig

type NetworkConfig struct {
	Name       string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Driver     string            `protobuf:"bytes,2,opt,name=driver,proto3" json:"driver,omitempty"`
	External   *External         `protobuf:"bytes,3,opt,name=external,proto3" json:"external,omitempty"`
	Internal   bool              `protobuf:"varint,4,opt,name=internal,proto3" json:"internal,omitempty"`
	Attachable bool              `protobuf:"varint,5,opt,name=attachable,proto3" json:"attachable,omitempty"`
	Labels     map[string]string `` /* 139-byte string literal not displayed */
	EnableIpv6 bool              `protobuf:"varint,7,opt,name=enable_ipv6,json=enableIpv6,proto3" json:"enable_ipv6,omitempty"`
	// contains filtered or unexported fields
}

NetworkConfig defines network configuration

func (*NetworkConfig) ClearExternal

func (x *NetworkConfig) ClearExternal()

func (*NetworkConfig) GetAttachable

func (x *NetworkConfig) GetAttachable() bool

func (*NetworkConfig) GetDriver

func (x *NetworkConfig) GetDriver() string

func (*NetworkConfig) GetEnableIpv6

func (x *NetworkConfig) GetEnableIpv6() bool

func (*NetworkConfig) GetExternal

func (x *NetworkConfig) GetExternal() *External

func (*NetworkConfig) GetInternal

func (x *NetworkConfig) GetInternal() bool

func (*NetworkConfig) GetLabels

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

func (*NetworkConfig) GetName

func (x *NetworkConfig) GetName() string

func (*NetworkConfig) HasExternal

func (x *NetworkConfig) HasExternal() bool

func (*NetworkConfig) ProtoMessage

func (*NetworkConfig) ProtoMessage()

func (*NetworkConfig) ProtoReflect

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

func (*NetworkConfig) Reset

func (x *NetworkConfig) Reset()

func (*NetworkConfig) SetAttachable

func (x *NetworkConfig) SetAttachable(v bool)

func (*NetworkConfig) SetDriver

func (x *NetworkConfig) SetDriver(v string)

func (*NetworkConfig) SetEnableIpv6

func (x *NetworkConfig) SetEnableIpv6(v bool)

func (*NetworkConfig) SetExternal

func (x *NetworkConfig) SetExternal(v *External)

func (*NetworkConfig) SetInternal

func (x *NetworkConfig) SetInternal(v bool)

func (*NetworkConfig) SetLabels

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

func (*NetworkConfig) SetName

func (x *NetworkConfig) SetName(v string)

func (*NetworkConfig) String

func (x *NetworkConfig) String() string

type NetworkConfig_builder

type NetworkConfig_builder struct {
	Name       string
	Driver     string
	External   *External
	Internal   bool
	Attachable bool
	Labels     map[string]string
	EnableIpv6 bool
	// contains filtered or unexported fields
}

func (NetworkConfig_builder) Build

type Notebook

type Notebook struct {
	NotebookId string                 `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	Name       string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	SourceUrl  string                 `protobuf:"bytes,3,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"`
	SourceType string                 `protobuf:"bytes,4,opt,name=source_type,json=sourceType,proto3" json:"source_type,omitempty"`
	RawUrl     string                 `protobuf:"bytes,5,opt,name=raw_url,json=rawUrl,proto3" json:"raw_url,omitempty"`
	HtmlUrl    string                 `protobuf:"bytes,6,opt,name=html_url,json=htmlUrl,proto3" json:"html_url,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	Labels     map[string]string      `` /* 139-byte string literal not displayed */
	Tags       map[string]string      `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Notebook) ClearCreateTime

func (x *Notebook) ClearCreateTime()

func (*Notebook) ClearUpdateTime

func (x *Notebook) ClearUpdateTime()

func (*Notebook) GetCreateTime

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

func (*Notebook) GetHtmlUrl

func (x *Notebook) GetHtmlUrl() string

func (*Notebook) GetLabels

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

func (*Notebook) GetName

func (x *Notebook) GetName() string

func (*Notebook) GetNotebookId

func (x *Notebook) GetNotebookId() string

func (*Notebook) GetRawUrl

func (x *Notebook) GetRawUrl() string

func (*Notebook) GetSourceType

func (x *Notebook) GetSourceType() string

func (*Notebook) GetSourceUrl

func (x *Notebook) GetSourceUrl() string

func (*Notebook) GetTags

func (x *Notebook) GetTags() map[string]string

func (*Notebook) GetUpdateTime

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

func (*Notebook) HasCreateTime

func (x *Notebook) HasCreateTime() bool

func (*Notebook) HasUpdateTime

func (x *Notebook) HasUpdateTime() bool

func (*Notebook) ProtoMessage

func (*Notebook) ProtoMessage()

func (*Notebook) ProtoReflect

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

func (*Notebook) Reset

func (x *Notebook) Reset()

func (*Notebook) SetCreateTime

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

func (*Notebook) SetHtmlUrl

func (x *Notebook) SetHtmlUrl(v string)

func (*Notebook) SetLabels

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

func (*Notebook) SetName

func (x *Notebook) SetName(v string)

func (*Notebook) SetNotebookId

func (x *Notebook) SetNotebookId(v string)

func (*Notebook) SetRawUrl

func (x *Notebook) SetRawUrl(v string)

func (*Notebook) SetSourceType

func (x *Notebook) SetSourceType(v string)

func (*Notebook) SetSourceUrl

func (x *Notebook) SetSourceUrl(v string)

func (*Notebook) SetTags

func (x *Notebook) SetTags(v map[string]string)

func (*Notebook) SetUpdateTime

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

func (*Notebook) String

func (x *Notebook) String() string

type Notebook_builder

type Notebook_builder struct {
	NotebookId string
	Name       string
	SourceUrl  string
	SourceType string
	RawUrl     string
	HtmlUrl    string
	CreateTime *timestamppb.Timestamp
	UpdateTime *timestamppb.Timestamp
	Labels     map[string]string
	Tags       map[string]string
	// contains filtered or unexported fields
}

func (Notebook_builder) Build

func (b0 Notebook_builder) Build() *Notebook

type OnDemand

type OnDemand struct {
	Description  string          `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	RateCode     string          `protobuf:"bytes,2,opt,name=rate_code,json=rateCode,proto3" json:"rate_code,omitempty"`
	Unit         string          `protobuf:"bytes,3,opt,name=unit,proto3" json:"unit,omitempty"`
	PricePerUnit *CurrencyAmount `protobuf:"bytes,4,opt,name=price_per_unit,json=pricePerUnit,proto3" json:"price_per_unit,omitempty"`
	// contains filtered or unexported fields
}

func (*OnDemand) ClearPricePerUnit

func (x *OnDemand) ClearPricePerUnit()

func (*OnDemand) GetDescription

func (x *OnDemand) GetDescription() string

func (*OnDemand) GetPricePerUnit

func (x *OnDemand) GetPricePerUnit() *CurrencyAmount

func (*OnDemand) GetRateCode

func (x *OnDemand) GetRateCode() string

func (*OnDemand) GetUnit

func (x *OnDemand) GetUnit() string

func (*OnDemand) HasPricePerUnit

func (x *OnDemand) HasPricePerUnit() bool

func (*OnDemand) ProtoMessage

func (*OnDemand) ProtoMessage()

func (*OnDemand) ProtoReflect

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

func (*OnDemand) Reset

func (x *OnDemand) Reset()

func (*OnDemand) SetDescription

func (x *OnDemand) SetDescription(v string)

func (*OnDemand) SetPricePerUnit

func (x *OnDemand) SetPricePerUnit(v *CurrencyAmount)

func (*OnDemand) SetRateCode

func (x *OnDemand) SetRateCode(v string)

func (*OnDemand) SetUnit

func (x *OnDemand) SetUnit(v string)

func (*OnDemand) String

func (x *OnDemand) String() string

type OnDemand_builder

type OnDemand_builder struct {
	Description  string
	RateCode     string
	Unit         string
	PricePerUnit *CurrencyAmount
	// contains filtered or unexported fields
}

func (OnDemand_builder) Build

func (b0 OnDemand_builder) Build() *OnDemand

type OrderOptions

type OrderOptions struct {
	OrderBy  *string `protobuf:"bytes,1,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	Ordering *string `protobuf:"bytes,2,opt,name=ordering,proto3,oneof" json:"ordering,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderOptions) ClearOrderBy

func (x *OrderOptions) ClearOrderBy()

func (*OrderOptions) ClearOrdering

func (x *OrderOptions) ClearOrdering()

func (*OrderOptions) GetOrderBy

func (x *OrderOptions) GetOrderBy() string

func (*OrderOptions) GetOrdering

func (x *OrderOptions) GetOrdering() string

func (*OrderOptions) HasOrderBy

func (x *OrderOptions) HasOrderBy() bool

func (*OrderOptions) HasOrdering

func (x *OrderOptions) HasOrdering() bool

func (*OrderOptions) ProtoMessage

func (*OrderOptions) ProtoMessage()

func (*OrderOptions) ProtoReflect

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

func (*OrderOptions) Reset

func (x *OrderOptions) Reset()

func (*OrderOptions) SetOrderBy

func (x *OrderOptions) SetOrderBy(v string)

func (*OrderOptions) SetOrdering

func (x *OrderOptions) SetOrdering(v string)

func (*OrderOptions) String

func (x *OrderOptions) String() string

type OrderOptions_builder

type OrderOptions_builder struct {
	OrderBy  *string
	Ordering *string
	// contains filtered or unexported fields
}

func (OrderOptions_builder) Build

func (b0 OrderOptions_builder) Build() *OrderOptions

type Organization

type Organization struct {
	OrganizationId string                 `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_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 */
	Username       string                 `protobuf:"bytes,6,opt,name=username,proto3" json:"username,omitempty"`
	DisplayName    string                 `protobuf:"bytes,7,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	NcaId          string                 `protobuf:"bytes,8,opt,name=nca_id,json=ncaId,proto3" json:"nca_id,omitempty"`            // each organization can be tied to one and exactly one NVIDIA Cloud Account
	NgcOrgId       string                 `protobuf:"bytes,9,opt,name=ngc_org_id,json=ngcOrgId,proto3" json:"ngc_org_id,omitempty"` // each organization can be tied to one and exactly one NGC Organization
	// contains filtered or unexported fields
}

func (*Organization) ClearCreateTime

func (x *Organization) ClearCreateTime()

func (*Organization) ClearUpdateTime

func (x *Organization) ClearUpdateTime()

func (*Organization) GetCreateTime

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

func (*Organization) GetDisplayName

func (x *Organization) GetDisplayName() string

func (*Organization) GetLabels

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

func (*Organization) GetNcaId

func (x *Organization) GetNcaId() string

func (*Organization) GetNgcOrgId

func (x *Organization) GetNgcOrgId() string

func (*Organization) GetOrganizationId

func (x *Organization) GetOrganizationId() string

func (*Organization) GetUpdateTime

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

func (*Organization) GetUsername

func (x *Organization) GetUsername() string

func (*Organization) HasCreateTime

func (x *Organization) HasCreateTime() bool

func (*Organization) HasUpdateTime

func (x *Organization) HasUpdateTime() bool

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

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

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) SetCreateTime

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

func (*Organization) SetDisplayName

func (x *Organization) SetDisplayName(v string)

func (*Organization) SetLabels

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

func (*Organization) SetNcaId

func (x *Organization) SetNcaId(v string)

func (*Organization) SetNgcOrgId

func (x *Organization) SetNgcOrgId(v string)

func (*Organization) SetOrganizationId

func (x *Organization) SetOrganizationId(v string)

func (*Organization) SetUpdateTime

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

func (*Organization) SetUsername

func (x *Organization) SetUsername(v string)

func (*Organization) String

func (x *Organization) String() string

type Organization_builder

type Organization_builder struct {
	OrganizationId string
	CreateTime     *timestamppb.Timestamp
	UpdateTime     *timestamppb.Timestamp
	Labels         map[string]string
	Username       string
	DisplayName    string
	NcaId          string
	NgcOrgId       string
	// contains filtered or unexported fields
}

func (Organization_builder) Build

func (b0 Organization_builder) Build() *Organization

type PageParams

type PageParams struct {
	PageSize  int32  `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*PageParams) GetPageSize

func (x *PageParams) GetPageSize() int32

func (*PageParams) GetPageToken

func (x *PageParams) GetPageToken() string

func (*PageParams) ProtoMessage

func (*PageParams) ProtoMessage()

func (*PageParams) ProtoReflect

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

func (*PageParams) Reset

func (x *PageParams) Reset()

func (*PageParams) SetPageSize

func (x *PageParams) SetPageSize(v int32)

func (*PageParams) SetPageToken

func (x *PageParams) SetPageToken(v string)

func (*PageParams) String

func (x *PageParams) String() string

type PageParams_builder

type PageParams_builder struct {
	PageSize  int32
	PageToken string
	// contains filtered or unexported fields
}

func (PageParams_builder) Build

func (b0 PageParams_builder) Build() *PageParams

type PauseHealthCheckRequest

type PauseHealthCheckRequest struct {
	HealthCheckId string `protobuf:"bytes,1,opt,name=health_check_id,json=healthCheckId,proto3" json:"health_check_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseHealthCheckRequest) GetHealthCheckId

func (x *PauseHealthCheckRequest) GetHealthCheckId() string

func (*PauseHealthCheckRequest) ProtoMessage

func (*PauseHealthCheckRequest) ProtoMessage()

func (*PauseHealthCheckRequest) ProtoReflect

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

func (*PauseHealthCheckRequest) Reset

func (x *PauseHealthCheckRequest) Reset()

func (*PauseHealthCheckRequest) SetHealthCheckId

func (x *PauseHealthCheckRequest) SetHealthCheckId(v string)

func (*PauseHealthCheckRequest) String

func (x *PauseHealthCheckRequest) String() string

type PauseHealthCheckRequest_builder

type PauseHealthCheckRequest_builder struct {
	HealthCheckId string
	// contains filtered or unexported fields
}

func (PauseHealthCheckRequest_builder) Build

type PauseHealthCheckResponse

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

func (*PauseHealthCheckResponse) ProtoMessage

func (*PauseHealthCheckResponse) ProtoMessage()

func (*PauseHealthCheckResponse) ProtoReflect

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

func (*PauseHealthCheckResponse) Reset

func (x *PauseHealthCheckResponse) Reset()

func (*PauseHealthCheckResponse) String

func (x *PauseHealthCheckResponse) String() string

type PauseHealthCheckResponse_builder

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

func (PauseHealthCheckResponse_builder) Build

type PausePaymentCollectionRequest

type PausePaymentCollectionRequest 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 (*PausePaymentCollectionRequest) GetBillingProfileId

func (x *PausePaymentCollectionRequest) GetBillingProfileId() string

func (*PausePaymentCollectionRequest) ProtoMessage

func (*PausePaymentCollectionRequest) ProtoMessage()

func (*PausePaymentCollectionRequest) ProtoReflect

func (*PausePaymentCollectionRequest) Reset

func (x *PausePaymentCollectionRequest) Reset()

func (*PausePaymentCollectionRequest) SetBillingProfileId

func (x *PausePaymentCollectionRequest) SetBillingProfileId(v string)

func (*PausePaymentCollectionRequest) String

type PausePaymentCollectionRequest_builder

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

func (PausePaymentCollectionRequest_builder) Build

type PausePaymentCollectionResponse

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

func (*PausePaymentCollectionResponse) ProtoMessage

func (*PausePaymentCollectionResponse) ProtoMessage()

func (*PausePaymentCollectionResponse) ProtoReflect

func (*PausePaymentCollectionResponse) Reset

func (x *PausePaymentCollectionResponse) Reset()

func (*PausePaymentCollectionResponse) String

type PausePaymentCollectionResponse_builder

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

func (PausePaymentCollectionResponse_builder) Build

type Payment

type Payment struct {
	PaymentId     string `protobuf:"bytes,1,opt,name=payment_id,json=paymentId,proto3" json:"payment_id,omitempty"`
	Amount        int64  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Status        string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	Message       string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	CaptureMethod string `protobuf:"bytes,5,opt,name=capture_method,json=captureMethod,proto3" json:"capture_method,omitempty"`
	// contains filtered or unexported fields
}

func (*Payment) GetAmount

func (x *Payment) GetAmount() int64

func (*Payment) GetCaptureMethod

func (x *Payment) GetCaptureMethod() string

func (*Payment) GetMessage

func (x *Payment) GetMessage() string

func (*Payment) GetPaymentId

func (x *Payment) GetPaymentId() string

func (*Payment) GetStatus

func (x *Payment) GetStatus() string

func (*Payment) ProtoMessage

func (*Payment) ProtoMessage()

func (*Payment) ProtoReflect

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

func (*Payment) Reset

func (x *Payment) Reset()

func (*Payment) SetAmount

func (x *Payment) SetAmount(v int64)

func (*Payment) SetCaptureMethod

func (x *Payment) SetCaptureMethod(v string)

func (*Payment) SetMessage

func (x *Payment) SetMessage(v string)

func (*Payment) SetPaymentId

func (x *Payment) SetPaymentId(v string)

func (*Payment) SetStatus

func (x *Payment) SetStatus(v string)

func (*Payment) String

func (x *Payment) String() string

type PaymentIntent

type PaymentIntent struct {
	Id           string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ClientSecret string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentIntent) GetClientSecret

func (x *PaymentIntent) GetClientSecret() string

func (*PaymentIntent) GetId

func (x *PaymentIntent) GetId() string

func (*PaymentIntent) ProtoMessage

func (*PaymentIntent) ProtoMessage()

func (*PaymentIntent) ProtoReflect

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

func (*PaymentIntent) Reset

func (x *PaymentIntent) Reset()

func (*PaymentIntent) SetClientSecret

func (x *PaymentIntent) SetClientSecret(v string)

func (*PaymentIntent) SetId

func (x *PaymentIntent) SetId(v string)

func (*PaymentIntent) String

func (x *PaymentIntent) String() string

type PaymentIntent_builder

type PaymentIntent_builder struct {
	Id           string
	ClientSecret string
	// contains filtered or unexported fields
}

func (PaymentIntent_builder) Build

type PaymentMethod

type PaymentMethod struct {
	PaymentMethodId string   `protobuf:"bytes,1,opt,name=payment_method_id,json=paymentMethodId,proto3" json:"payment_method_id,omitempty"`
	Type            string   `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Card            *Card    `protobuf:"bytes,3,opt,name=card,proto3" json:"card,omitempty"`
	Default         bool     `protobuf:"varint,4,opt,name=default,proto3" json:"default,omitempty"`
	LatestPayment   *Payment `protobuf:"bytes,5,opt,name=latest_payment,json=latestPayment,proto3" json:"latest_payment,omitempty"`
	CreatedAt       int64    `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentMethod) ClearCard

func (x *PaymentMethod) ClearCard()

func (*PaymentMethod) ClearLatestPayment

func (x *PaymentMethod) ClearLatestPayment()

func (*PaymentMethod) GetCard

func (x *PaymentMethod) GetCard() *Card

func (*PaymentMethod) GetCreatedAt

func (x *PaymentMethod) GetCreatedAt() int64

func (*PaymentMethod) GetDefault

func (x *PaymentMethod) GetDefault() bool

func (*PaymentMethod) GetLatestPayment

func (x *PaymentMethod) GetLatestPayment() *Payment

func (*PaymentMethod) GetPaymentMethodId

func (x *PaymentMethod) GetPaymentMethodId() string

func (*PaymentMethod) GetType

func (x *PaymentMethod) GetType() string

func (*PaymentMethod) HasCard

func (x *PaymentMethod) HasCard() bool

func (*PaymentMethod) HasLatestPayment

func (x *PaymentMethod) HasLatestPayment() bool

func (*PaymentMethod) ProtoMessage

func (*PaymentMethod) ProtoMessage()

func (*PaymentMethod) ProtoReflect

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

func (*PaymentMethod) Reset

func (x *PaymentMethod) Reset()

func (*PaymentMethod) SetCard

func (x *PaymentMethod) SetCard(v *Card)

func (*PaymentMethod) SetCreatedAt

func (x *PaymentMethod) SetCreatedAt(v int64)

func (*PaymentMethod) SetDefault

func (x *PaymentMethod) SetDefault(v bool)

func (*PaymentMethod) SetLatestPayment

func (x *PaymentMethod) SetLatestPayment(v *Payment)

func (*PaymentMethod) SetPaymentMethodId

func (x *PaymentMethod) SetPaymentMethodId(v string)

func (*PaymentMethod) SetType

func (x *PaymentMethod) SetType(v string)

func (*PaymentMethod) String

func (x *PaymentMethod) String() string

type PaymentMethod_builder

type PaymentMethod_builder struct {
	PaymentMethodId string
	Type            string
	Card            *Card
	Default         bool
	LatestPayment   *Payment
	CreatedAt       int64
	// contains filtered or unexported fields
}

func (PaymentMethod_builder) Build

type Payment_builder

type Payment_builder struct {
	PaymentId     string
	Amount        int64
	Status        string
	Message       string
	CaptureMethod string
	// contains filtered or unexported fields
}

func (Payment_builder) Build

func (b0 Payment_builder) Build() *Payment

type PersistentPod

type PersistentPod struct {
	PersistentPodId string                 `protobuf:"bytes,1,opt,name=persistent_pod_id,json=persistentPodId,proto3" json:"persistent_pod_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 */
	// contains filtered or unexported fields
}

func (*PersistentPod) ClearCreateTime

func (x *PersistentPod) ClearCreateTime()

func (*PersistentPod) ClearUpdateTime

func (x *PersistentPod) ClearUpdateTime()

func (*PersistentPod) GetCreateTime

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

func (*PersistentPod) GetLabels

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

func (*PersistentPod) GetPersistentPodId

func (x *PersistentPod) GetPersistentPodId() string

func (*PersistentPod) GetUpdateTime

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

func (*PersistentPod) HasCreateTime

func (x *PersistentPod) HasCreateTime() bool

func (*PersistentPod) HasUpdateTime

func (x *PersistentPod) HasUpdateTime() bool

func (*PersistentPod) ProtoMessage

func (*PersistentPod) ProtoMessage()

func (*PersistentPod) ProtoReflect

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

func (*PersistentPod) Reset

func (x *PersistentPod) Reset()

func (*PersistentPod) SetCreateTime

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

func (*PersistentPod) SetLabels

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

func (*PersistentPod) SetPersistentPodId

func (x *PersistentPod) SetPersistentPodId(v string)

func (*PersistentPod) SetUpdateTime

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

func (*PersistentPod) String

func (x *PersistentPod) String() string

type PersistentPod_builder

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

func (PersistentPod_builder) Build

type PortMapping

type PortMapping struct {
	FromPort int32 `protobuf:"varint,1,opt,name=from_port,json=fromPort,proto3" json:"from_port,omitempty"`
	ToPort   int32 `protobuf:"varint,2,opt,name=to_port,json=toPort,proto3" json:"to_port,omitempty"`
	// contains filtered or unexported fields
}

func (*PortMapping) GetFromPort

func (x *PortMapping) GetFromPort() int32

func (*PortMapping) GetToPort

func (x *PortMapping) GetToPort() int32

func (*PortMapping) ProtoMessage

func (*PortMapping) ProtoMessage()

func (*PortMapping) ProtoReflect

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

func (*PortMapping) Reset

func (x *PortMapping) Reset()

func (*PortMapping) SetFromPort

func (x *PortMapping) SetFromPort(v int32)

func (*PortMapping) SetToPort

func (x *PortMapping) SetToPort(v int32)

func (*PortMapping) String

func (x *PortMapping) String() string

type PortMapping_builder

type PortMapping_builder struct {
	FromPort int32
	ToPort   int32
	// contains filtered or unexported fields
}

func (PortMapping_builder) Build

func (b0 PortMapping_builder) Build() *PortMapping

type PriceSample

type PriceSample struct {
	Time         *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
	Unit         string                 `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit,omitempty"`
	PricePerUnit *CurrencyAmount        `protobuf:"bytes,3,opt,name=price_per_unit,json=pricePerUnit,proto3" json:"price_per_unit,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceSample) ClearPricePerUnit

func (x *PriceSample) ClearPricePerUnit()

func (*PriceSample) ClearTime

func (x *PriceSample) ClearTime()

func (*PriceSample) GetPricePerUnit

func (x *PriceSample) GetPricePerUnit() *CurrencyAmount

func (*PriceSample) GetTime

func (x *PriceSample) GetTime() *timestamppb.Timestamp

func (*PriceSample) GetUnit

func (x *PriceSample) GetUnit() string

func (*PriceSample) HasPricePerUnit

func (x *PriceSample) HasPricePerUnit() bool

func (*PriceSample) HasTime

func (x *PriceSample) HasTime() bool

func (*PriceSample) ProtoMessage

func (*PriceSample) ProtoMessage()

func (*PriceSample) ProtoReflect

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

func (*PriceSample) Reset

func (x *PriceSample) Reset()

func (*PriceSample) SetPricePerUnit

func (x *PriceSample) SetPricePerUnit(v *CurrencyAmount)

func (*PriceSample) SetTime

func (x *PriceSample) SetTime(v *timestamppb.Timestamp)

func (*PriceSample) SetUnit

func (x *PriceSample) SetUnit(v string)

func (*PriceSample) String

func (x *PriceSample) String() string

type PriceSample_builder

type PriceSample_builder struct {
	Time         *timestamppb.Timestamp
	Unit         string
	PricePerUnit *CurrencyAmount
	// contains filtered or unexported fields
}

func (PriceSample_builder) Build

func (b0 PriceSample_builder) Build() *PriceSample

type Probe

type Probe struct {
	Type string            `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // "ssh"
	Args map[string]string ``                                                              // {"cmd": "echo hello"}
	/* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Probe) GetArgs

func (x *Probe) GetArgs() map[string]string

func (*Probe) GetType

func (x *Probe) GetType() string

func (*Probe) ProtoMessage

func (*Probe) ProtoMessage()

func (*Probe) ProtoReflect

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

func (*Probe) Reset

func (x *Probe) Reset()

func (*Probe) SetArgs

func (x *Probe) SetArgs(v map[string]string)

func (*Probe) SetType

func (x *Probe) SetType(v string)

func (*Probe) String

func (x *Probe) String() string

type ProbeConfig

type ProbeConfig struct {
	InitialDelaySeconds       *int32 `` /* 127-byte string literal not displayed */
	PeriodSeconds             *int32 `protobuf:"varint,2,opt,name=period_seconds,json=periodSeconds,proto3,oneof" json:"period_seconds,omitempty"`
	TimeoutSeconds            *int32 `protobuf:"varint,3,opt,name=timeout_seconds,json=timeoutSeconds,proto3,oneof" json:"timeout_seconds,omitempty"`
	ShouldPauseOnFirstSuccess *bool  `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ProbeConfig) ClearInitialDelaySeconds

func (x *ProbeConfig) ClearInitialDelaySeconds()

func (*ProbeConfig) ClearPeriodSeconds

func (x *ProbeConfig) ClearPeriodSeconds()

func (*ProbeConfig) ClearShouldPauseOnFirstSuccess

func (x *ProbeConfig) ClearShouldPauseOnFirstSuccess()

func (*ProbeConfig) ClearTimeoutSeconds

func (x *ProbeConfig) ClearTimeoutSeconds()

func (*ProbeConfig) GetInitialDelaySeconds

func (x *ProbeConfig) GetInitialDelaySeconds() int32

func (*ProbeConfig) GetPeriodSeconds

func (x *ProbeConfig) GetPeriodSeconds() int32

func (*ProbeConfig) GetShouldPauseOnFirstSuccess

func (x *ProbeConfig) GetShouldPauseOnFirstSuccess() bool

func (*ProbeConfig) GetTimeoutSeconds

func (x *ProbeConfig) GetTimeoutSeconds() int32

func (*ProbeConfig) HasInitialDelaySeconds

func (x *ProbeConfig) HasInitialDelaySeconds() bool

func (*ProbeConfig) HasPeriodSeconds

func (x *ProbeConfig) HasPeriodSeconds() bool

func (*ProbeConfig) HasShouldPauseOnFirstSuccess

func (x *ProbeConfig) HasShouldPauseOnFirstSuccess() bool

func (*ProbeConfig) HasTimeoutSeconds

func (x *ProbeConfig) HasTimeoutSeconds() bool

func (*ProbeConfig) ProtoMessage

func (*ProbeConfig) ProtoMessage()

func (*ProbeConfig) ProtoReflect

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

func (*ProbeConfig) Reset

func (x *ProbeConfig) Reset()

func (*ProbeConfig) SetInitialDelaySeconds

func (x *ProbeConfig) SetInitialDelaySeconds(v int32)

func (*ProbeConfig) SetPeriodSeconds

func (x *ProbeConfig) SetPeriodSeconds(v int32)

func (*ProbeConfig) SetShouldPauseOnFirstSuccess

func (x *ProbeConfig) SetShouldPauseOnFirstSuccess(v bool)

func (*ProbeConfig) SetTimeoutSeconds

func (x *ProbeConfig) SetTimeoutSeconds(v int32)

func (*ProbeConfig) String

func (x *ProbeConfig) String() string

type ProbeConfig_builder

type ProbeConfig_builder struct {
	InitialDelaySeconds       *int32
	PeriodSeconds             *int32
	TimeoutSeconds            *int32
	ShouldPauseOnFirstSuccess *bool
	// contains filtered or unexported fields
}

func (ProbeConfig_builder) Build

func (b0 ProbeConfig_builder) Build() *ProbeConfig

type ProbeHealthCheck

type ProbeHealthCheck struct {
	Config      *ProbeConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	Probe       *Probe       `protobuf:"bytes,2,opt,name=probe,proto3" json:"probe,omitempty"`
	ProbeStatus string       `protobuf:"bytes,3,opt,name=probe_status,json=probeStatus,proto3" json:"probe_status,omitempty"` // one of "active", "paused"
	// contains filtered or unexported fields
}

func (*ProbeHealthCheck) ClearConfig

func (x *ProbeHealthCheck) ClearConfig()

func (*ProbeHealthCheck) ClearProbe

func (x *ProbeHealthCheck) ClearProbe()

func (*ProbeHealthCheck) GetConfig

func (x *ProbeHealthCheck) GetConfig() *ProbeConfig

func (*ProbeHealthCheck) GetProbe

func (x *ProbeHealthCheck) GetProbe() *Probe

func (*ProbeHealthCheck) GetProbeStatus

func (x *ProbeHealthCheck) GetProbeStatus() string

func (*ProbeHealthCheck) HasConfig

func (x *ProbeHealthCheck) HasConfig() bool

func (*ProbeHealthCheck) HasProbe

func (x *ProbeHealthCheck) HasProbe() bool

func (*ProbeHealthCheck) ProtoMessage

func (*ProbeHealthCheck) ProtoMessage()

func (*ProbeHealthCheck) ProtoReflect

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

func (*ProbeHealthCheck) Reset

func (x *ProbeHealthCheck) Reset()

func (*ProbeHealthCheck) SetConfig

func (x *ProbeHealthCheck) SetConfig(v *ProbeConfig)

func (*ProbeHealthCheck) SetProbe

func (x *ProbeHealthCheck) SetProbe(v *Probe)

func (*ProbeHealthCheck) SetProbeStatus

func (x *ProbeHealthCheck) SetProbeStatus(v string)

func (*ProbeHealthCheck) String

func (x *ProbeHealthCheck) String() string

type ProbeHealthCheck_builder

type ProbeHealthCheck_builder struct {
	Config      *ProbeConfig
	Probe       *Probe
	ProbeStatus string
	// contains filtered or unexported fields
}

func (ProbeHealthCheck_builder) Build

type Probe_builder

type Probe_builder struct {
	Type string
	Args map[string]string
	// contains filtered or unexported fields
}

func (Probe_builder) Build

func (b0 Probe_builder) Build() *Probe

type Product

type Product struct {
	Sku                    string                  `protobuf:"bytes,1,opt,name=sku,proto3" json:"sku,omitempty"`
	UsageType              string                  `protobuf:"bytes,2,opt,name=usage_type,json=usageType,proto3" json:"usage_type,omitempty"`
	ProductType            string                  `protobuf:"bytes,3,opt,name=product_type,json=productType,proto3" json:"product_type,omitempty"`
	ComputeInstanceProduct *ComputeInstanceProduct `` /* 129-byte string literal not displayed */
	StorageProduct         *StorageProduct         `protobuf:"bytes,5,opt,name=storage_product,json=storageProduct,proto3" json:"storage_product,omitempty"`
	// contains filtered or unexported fields
}

func (*Product) ClearComputeInstanceProduct

func (x *Product) ClearComputeInstanceProduct()

func (*Product) ClearStorageProduct

func (x *Product) ClearStorageProduct()

func (*Product) GetComputeInstanceProduct

func (x *Product) GetComputeInstanceProduct() *ComputeInstanceProduct

func (*Product) GetProductType

func (x *Product) GetProductType() string

func (*Product) GetSku

func (x *Product) GetSku() string

func (*Product) GetStorageProduct

func (x *Product) GetStorageProduct() *StorageProduct

func (*Product) GetUsageType

func (x *Product) GetUsageType() string

func (*Product) HasComputeInstanceProduct

func (x *Product) HasComputeInstanceProduct() bool

func (*Product) HasStorageProduct

func (x *Product) HasStorageProduct() bool

func (*Product) ProtoMessage

func (*Product) ProtoMessage()

func (*Product) ProtoReflect

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

func (*Product) Reset

func (x *Product) Reset()

func (*Product) SetComputeInstanceProduct

func (x *Product) SetComputeInstanceProduct(v *ComputeInstanceProduct)

func (*Product) SetProductType

func (x *Product) SetProductType(v string)

func (*Product) SetSku

func (x *Product) SetSku(v string)

func (*Product) SetStorageProduct

func (x *Product) SetStorageProduct(v *StorageProduct)

func (*Product) SetUsageType

func (x *Product) SetUsageType(v string)

func (*Product) String

func (x *Product) String() string

type Product_builder

type Product_builder struct {
	Sku                    string
	UsageType              string
	ProductType            string
	ComputeInstanceProduct *ComputeInstanceProduct
	StorageProduct         *StorageProduct
	// contains filtered or unexported fields
}

func (Product_builder) Build

func (b0 Product_builder) Build() *Product

type Project

type Project struct {
	Services          []*ServiceConfig          `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	Networks          map[string]*NetworkConfig `` /* 143-byte string literal not displayed */
	Volumes           map[string]*VolumeConfig  `` /* 141-byte string literal not displayed */
	Secrets           map[string]*SecretConfig  `` /* 141-byte string literal not displayed */
	Configs           map[string]*ConfigConfig  `` /* 141-byte string literal not displayed */
	IncludeReferences map[string]*IncludeConfig `` /* 186-byte string literal not displayed */
	Profiles          []string                  `protobuf:"bytes,8,rep,name=profiles,proto3" json:"profiles,omitempty"`
	// contains filtered or unexported fields
}

Project message has fields matching the Go struct exactly

func (*Project) GetConfigs

func (x *Project) GetConfigs() map[string]*ConfigConfig

func (*Project) GetIncludeReferences

func (x *Project) GetIncludeReferences() map[string]*IncludeConfig

func (*Project) GetNetworks

func (x *Project) GetNetworks() map[string]*NetworkConfig

func (*Project) GetProfiles

func (x *Project) GetProfiles() []string

func (*Project) GetSecrets

func (x *Project) GetSecrets() map[string]*SecretConfig

func (*Project) GetServices

func (x *Project) GetServices() []*ServiceConfig

func (*Project) GetVolumes

func (x *Project) GetVolumes() map[string]*VolumeConfig

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

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

func (*Project) Reset

func (x *Project) Reset()

func (*Project) SetConfigs

func (x *Project) SetConfigs(v map[string]*ConfigConfig)

func (*Project) SetIncludeReferences

func (x *Project) SetIncludeReferences(v map[string]*IncludeConfig)

func (*Project) SetNetworks

func (x *Project) SetNetworks(v map[string]*NetworkConfig)

func (*Project) SetProfiles

func (x *Project) SetProfiles(v []string)

func (*Project) SetSecrets

func (x *Project) SetSecrets(v map[string]*SecretConfig)

func (*Project) SetServices

func (x *Project) SetServices(v []*ServiceConfig)

func (*Project) SetVolumes

func (x *Project) SetVolumes(v map[string]*VolumeConfig)

func (*Project) String

func (x *Project) String() string

type Project_builder

type Project_builder struct {
	Services          []*ServiceConfig
	Networks          map[string]*NetworkConfig
	Volumes           map[string]*VolumeConfig
	Secrets           map[string]*SecretConfig
	Configs           map[string]*ConfigConfig
	IncludeReferences map[string]*IncludeConfig
	Profiles          []string
	// contains filtered or unexported fields
}

func (Project_builder) Build

func (b0 Project_builder) Build() *Project

type ProvisionEnvironmentRequest

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

func (*ProvisionEnvironmentRequest) ClearBuild_

func (x *ProvisionEnvironmentRequest) ClearBuild_()

func (*ProvisionEnvironmentRequest) ClearProvision

func (x *ProvisionEnvironmentRequest) ClearProvision()

func (*ProvisionEnvironmentRequest) GetBuild deprecated

Deprecated: Use GetBuild_ instead.

func (*ProvisionEnvironmentRequest) GetBuild_

func (*ProvisionEnvironmentRequest) GetEnvironmentId

func (x *ProvisionEnvironmentRequest) GetEnvironmentId() string

func (*ProvisionEnvironmentRequest) GetIdempotencyKey

func (x *ProvisionEnvironmentRequest) GetIdempotencyKey() string

func (*ProvisionEnvironmentRequest) GetProvision

func (*ProvisionEnvironmentRequest) HasBuild_

func (x *ProvisionEnvironmentRequest) HasBuild_() bool

func (*ProvisionEnvironmentRequest) HasProvision

func (x *ProvisionEnvironmentRequest) HasProvision() bool

func (*ProvisionEnvironmentRequest) ProtoMessage

func (*ProvisionEnvironmentRequest) ProtoMessage()

func (*ProvisionEnvironmentRequest) ProtoReflect

func (*ProvisionEnvironmentRequest) Reset

func (x *ProvisionEnvironmentRequest) Reset()

func (*ProvisionEnvironmentRequest) SetBuild_

func (*ProvisionEnvironmentRequest) SetEnvironmentId

func (x *ProvisionEnvironmentRequest) SetEnvironmentId(v string)

func (*ProvisionEnvironmentRequest) SetIdempotencyKey

func (x *ProvisionEnvironmentRequest) SetIdempotencyKey(v string)

func (*ProvisionEnvironmentRequest) SetProvision

func (*ProvisionEnvironmentRequest) String

func (x *ProvisionEnvironmentRequest) String() string

type ProvisionEnvironmentRequest_builder

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

func (ProvisionEnvironmentRequest_builder) Build

type ProvisionEnvironmentResponse

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

func (*ProvisionEnvironmentResponse) ClearEnvironment

func (x *ProvisionEnvironmentResponse) ClearEnvironment()

func (*ProvisionEnvironmentResponse) GetEnvironment

func (x *ProvisionEnvironmentResponse) GetEnvironment() *Environment

func (*ProvisionEnvironmentResponse) HasEnvironment

func (x *ProvisionEnvironmentResponse) HasEnvironment() bool

func (*ProvisionEnvironmentResponse) ProtoMessage

func (*ProvisionEnvironmentResponse) ProtoMessage()

func (*ProvisionEnvironmentResponse) ProtoReflect

func (*ProvisionEnvironmentResponse) Reset

func (x *ProvisionEnvironmentResponse) Reset()

func (*ProvisionEnvironmentResponse) SetEnvironment

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

func (*ProvisionEnvironmentResponse) String

type ProvisionEnvironmentResponse_builder

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

func (ProvisionEnvironmentResponse_builder) Build

type ProvisionStatus

type ProvisionStatus struct {
	Status   *CreateAttemptStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Attempts []*CreateAttempt     `protobuf:"bytes,2,rep,name=attempts,proto3" json:"attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*ProvisionStatus) ClearStatus

func (x *ProvisionStatus) ClearStatus()

func (*ProvisionStatus) GetAttempts

func (x *ProvisionStatus) GetAttempts() []*CreateAttempt

func (*ProvisionStatus) GetStatus

func (x *ProvisionStatus) GetStatus() *CreateAttemptStatus

func (*ProvisionStatus) HasStatus

func (x *ProvisionStatus) HasStatus() bool

func (*ProvisionStatus) ProtoMessage

func (*ProvisionStatus) ProtoMessage()

func (*ProvisionStatus) ProtoReflect

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

func (*ProvisionStatus) Reset

func (x *ProvisionStatus) Reset()

func (*ProvisionStatus) SetAttempts

func (x *ProvisionStatus) SetAttempts(v []*CreateAttempt)

func (*ProvisionStatus) SetStatus

func (x *ProvisionStatus) SetStatus(v *CreateAttemptStatus)

func (*ProvisionStatus) String

func (x *ProvisionStatus) String() string

type ProvisionStatus_builder

type ProvisionStatus_builder struct {
	Status   *CreateAttemptStatus
	Attempts []*CreateAttempt
	// contains filtered or unexported fields
}

func (ProvisionStatus_builder) Build

type PublicProfile

type PublicProfile struct {
	PublicProfileId string                 `protobuf:"bytes,1,opt,name=public_profile_id,json=publicProfileId,proto3" json:"public_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 */
	DisplayName     string                 `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Bio             string                 `protobuf:"bytes,7,opt,name=bio,proto3" json:"bio,omitempty"`
	CoverPhotoUrl   string                 `protobuf:"bytes,8,opt,name=cover_photo_url,json=coverPhotoUrl,proto3" json:"cover_photo_url,omitempty"`
	Handle          string                 `protobuf:"bytes,9,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicProfile) ClearCreateTime

func (x *PublicProfile) ClearCreateTime()

func (*PublicProfile) ClearUpdateTime

func (x *PublicProfile) ClearUpdateTime()

func (*PublicProfile) GetBio

func (x *PublicProfile) GetBio() string

func (*PublicProfile) GetCoverPhotoUrl

func (x *PublicProfile) GetCoverPhotoUrl() string

func (*PublicProfile) GetCreateTime

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

func (*PublicProfile) GetDisplayName

func (x *PublicProfile) GetDisplayName() string

func (*PublicProfile) GetHandle

func (x *PublicProfile) GetHandle() string

func (*PublicProfile) GetLabels

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

func (*PublicProfile) GetPublicProfileId

func (x *PublicProfile) GetPublicProfileId() string

func (*PublicProfile) GetUpdateTime

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

func (*PublicProfile) HasCreateTime

func (x *PublicProfile) HasCreateTime() bool

func (*PublicProfile) HasUpdateTime

func (x *PublicProfile) HasUpdateTime() bool

func (*PublicProfile) ProtoMessage

func (*PublicProfile) ProtoMessage()

func (*PublicProfile) ProtoReflect

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

func (*PublicProfile) Reset

func (x *PublicProfile) Reset()

func (*PublicProfile) SetBio

func (x *PublicProfile) SetBio(v string)

func (*PublicProfile) SetCoverPhotoUrl

func (x *PublicProfile) SetCoverPhotoUrl(v string)

func (*PublicProfile) SetCreateTime

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

func (*PublicProfile) SetDisplayName

func (x *PublicProfile) SetDisplayName(v string)

func (*PublicProfile) SetHandle

func (x *PublicProfile) SetHandle(v string)

func (*PublicProfile) SetLabels

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

func (*PublicProfile) SetPublicProfileId

func (x *PublicProfile) SetPublicProfileId(v string)

func (*PublicProfile) SetUpdateTime

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

func (*PublicProfile) String

func (x *PublicProfile) String() string

type PublicProfile_builder

type PublicProfile_builder struct {
	PublicProfileId string
	CreateTime      *timestamppb.Timestamp
	UpdateTime      *timestamppb.Timestamp
	Labels          map[string]string
	DisplayName     string
	Bio             string
	CoverPhotoUrl   string
	Handle          string
	// contains filtered or unexported fields
}

func (PublicProfile_builder) Build

type PurchaseCreditsRequest

type PurchaseCreditsRequest struct {
	BillingProfileId string `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	Amount           int64  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	PaymentMethodId  string `protobuf:"bytes,3,opt,name=payment_method_id,json=paymentMethodId,proto3" json:"payment_method_id,omitempty"`
	// Stores the user id of the user who made the purchase.
	PurchasingUserId string `protobuf:"bytes,4,opt,name=purchasing_user_id,json=purchasingUserId,proto3" json:"purchasing_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PurchaseCreditsRequest) GetAmount

func (x *PurchaseCreditsRequest) GetAmount() int64

func (*PurchaseCreditsRequest) GetBillingProfileId

func (x *PurchaseCreditsRequest) GetBillingProfileId() string

func (*PurchaseCreditsRequest) GetPaymentMethodId

func (x *PurchaseCreditsRequest) GetPaymentMethodId() string

func (*PurchaseCreditsRequest) GetPurchasingUserId

func (x *PurchaseCreditsRequest) GetPurchasingUserId() string

func (*PurchaseCreditsRequest) ProtoMessage

func (*PurchaseCreditsRequest) ProtoMessage()

func (*PurchaseCreditsRequest) ProtoReflect

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

func (*PurchaseCreditsRequest) Reset

func (x *PurchaseCreditsRequest) Reset()

func (*PurchaseCreditsRequest) SetAmount

func (x *PurchaseCreditsRequest) SetAmount(v int64)

func (*PurchaseCreditsRequest) SetBillingProfileId

func (x *PurchaseCreditsRequest) SetBillingProfileId(v string)

func (*PurchaseCreditsRequest) SetPaymentMethodId

func (x *PurchaseCreditsRequest) SetPaymentMethodId(v string)

func (*PurchaseCreditsRequest) SetPurchasingUserId

func (x *PurchaseCreditsRequest) SetPurchasingUserId(v string)

func (*PurchaseCreditsRequest) String

func (x *PurchaseCreditsRequest) String() string

type PurchaseCreditsRequest_builder

type PurchaseCreditsRequest_builder struct {
	BillingProfileId string
	Amount           int64
	PaymentMethodId  string
	// Stores the user id of the user who made the purchase.
	PurchasingUserId string
	// contains filtered or unexported fields
}

func (PurchaseCreditsRequest_builder) Build

type PurchaseCreditsResponse

type PurchaseCreditsResponse struct {
	PurchasedCredits *PurchasedCredits `protobuf:"bytes,1,opt,name=purchased_credits,json=purchasedCredits,proto3" json:"purchased_credits,omitempty"`
	// contains filtered or unexported fields
}

func (*PurchaseCreditsResponse) ClearPurchasedCredits

func (x *PurchaseCreditsResponse) ClearPurchasedCredits()

func (*PurchaseCreditsResponse) GetPurchasedCredits

func (x *PurchaseCreditsResponse) GetPurchasedCredits() *PurchasedCredits

func (*PurchaseCreditsResponse) HasPurchasedCredits

func (x *PurchaseCreditsResponse) HasPurchasedCredits() bool

func (*PurchaseCreditsResponse) ProtoMessage

func (*PurchaseCreditsResponse) ProtoMessage()

func (*PurchaseCreditsResponse) ProtoReflect

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

func (*PurchaseCreditsResponse) Reset

func (x *PurchaseCreditsResponse) Reset()

func (*PurchaseCreditsResponse) SetPurchasedCredits

func (x *PurchaseCreditsResponse) SetPurchasedCredits(v *PurchasedCredits)

func (*PurchaseCreditsResponse) String

func (x *PurchaseCreditsResponse) String() string

type PurchaseCreditsResponse_builder

type PurchaseCreditsResponse_builder struct {
	PurchasedCredits *PurchasedCredits
	// contains filtered or unexported fields
}

func (PurchaseCreditsResponse_builder) Build

type PurchasedCredits

type PurchasedCredits struct {
	PaymentIntentId string `protobuf:"bytes,1,opt,name=payment_intent_id,json=paymentIntentId,proto3" json:"payment_intent_id,omitempty"`
	Amount          int64  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*PurchasedCredits) GetAmount

func (x *PurchasedCredits) GetAmount() int64

func (*PurchasedCredits) GetPaymentIntentId

func (x *PurchasedCredits) GetPaymentIntentId() string

func (*PurchasedCredits) ProtoMessage

func (*PurchasedCredits) ProtoMessage()

func (*PurchasedCredits) ProtoReflect

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

func (*PurchasedCredits) Reset

func (x *PurchasedCredits) Reset()

func (*PurchasedCredits) SetAmount

func (x *PurchasedCredits) SetAmount(v int64)

func (*PurchasedCredits) SetPaymentIntentId

func (x *PurchasedCredits) SetPaymentIntentId(v string)

func (*PurchasedCredits) String

func (x *PurchasedCredits) String() string

type PurchasedCredits_builder

type PurchasedCredits_builder struct {
	PaymentIntentId string
	Amount          int64
	// contains filtered or unexported fields
}

func (PurchasedCredits_builder) Build

type QueryInstanceTypeRequest

type QueryInstanceTypeRequest struct {
	Filter *InfrastructureConstraints `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryInstanceTypeRequest) ClearFilter

func (x *QueryInstanceTypeRequest) ClearFilter()

func (*QueryInstanceTypeRequest) GetFilter

func (*QueryInstanceTypeRequest) HasFilter

func (x *QueryInstanceTypeRequest) HasFilter() bool

func (*QueryInstanceTypeRequest) ProtoMessage

func (*QueryInstanceTypeRequest) ProtoMessage()

func (*QueryInstanceTypeRequest) ProtoReflect

func (x *QueryInstanceTypeRequest) ProtoReflect() protoreflect.Message

func (*QueryInstanceTypeRequest) Reset

func (x *QueryInstanceTypeRequest) Reset()

func (*QueryInstanceTypeRequest) SetFilter

func (*QueryInstanceTypeRequest) String

func (x *QueryInstanceTypeRequest) String() string

type QueryInstanceTypeRequest_builder

type QueryInstanceTypeRequest_builder struct {
	Filter *InfrastructureConstraints
	// contains filtered or unexported fields
}

func (QueryInstanceTypeRequest_builder) Build

type QueryInstanceTypeResponse

type QueryInstanceTypeResponse struct {
	Items []*InstanceType `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryInstanceTypeResponse) GetItems

func (x *QueryInstanceTypeResponse) GetItems() []*InstanceType

func (*QueryInstanceTypeResponse) ProtoMessage

func (*QueryInstanceTypeResponse) ProtoMessage()

func (*QueryInstanceTypeResponse) ProtoReflect

func (*QueryInstanceTypeResponse) Reset

func (x *QueryInstanceTypeResponse) Reset()

func (*QueryInstanceTypeResponse) SetItems

func (x *QueryInstanceTypeResponse) SetItems(v []*InstanceType)

func (*QueryInstanceTypeResponse) String

func (x *QueryInstanceTypeResponse) String() string

type QueryInstanceTypeResponse_builder

type QueryInstanceTypeResponse_builder struct {
	Items []*InstanceType
	// contains filtered or unexported fields
}

func (QueryInstanceTypeResponse_builder) Build

type Quota

type Quota struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Maximum int32  `protobuf:"varint,3,opt,name=maximum,proto3" json:"maximum,omitempty"`
	Current int32  `protobuf:"varint,4,opt,name=current,proto3" json:"current,omitempty"`
	Unit    string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

func (*Quota) GetCurrent

func (x *Quota) GetCurrent() int32

func (*Quota) GetId

func (x *Quota) GetId() string

func (*Quota) GetMaximum

func (x *Quota) GetMaximum() int32

func (*Quota) GetName

func (x *Quota) GetName() string

func (*Quota) GetUnit

func (x *Quota) GetUnit() string

func (*Quota) ProtoMessage

func (*Quota) ProtoMessage()

func (*Quota) ProtoReflect

func (x *Quota) ProtoReflect() protoreflect.Message

func (*Quota) Reset

func (x *Quota) Reset()

func (*Quota) SetCurrent

func (x *Quota) SetCurrent(v int32)

func (*Quota) SetId

func (x *Quota) SetId(v string)

func (*Quota) SetMaximum

func (x *Quota) SetMaximum(v int32)

func (*Quota) SetName

func (x *Quota) SetName(v string)

func (*Quota) SetUnit

func (x *Quota) SetUnit(v string)

func (*Quota) String

func (x *Quota) String() string

type Quota_builder

type Quota_builder struct {
	Id      string
	Name    string
	Maximum int32
	Current int32
	Unit    string
	// contains filtered or unexported fields
}

func (Quota_builder) Build

func (b0 Quota_builder) Build() *Quota

type RebootInstanceRequest

type RebootInstanceRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RebootInstanceRequest) GetInstanceId

func (x *RebootInstanceRequest) GetInstanceId() string

func (*RebootInstanceRequest) ProtoMessage

func (*RebootInstanceRequest) ProtoMessage()

func (*RebootInstanceRequest) ProtoReflect

func (x *RebootInstanceRequest) ProtoReflect() protoreflect.Message

func (*RebootInstanceRequest) Reset

func (x *RebootInstanceRequest) Reset()

func (*RebootInstanceRequest) SetInstanceId

func (x *RebootInstanceRequest) SetInstanceId(v string)

func (*RebootInstanceRequest) String

func (x *RebootInstanceRequest) String() string

type RebootInstanceRequest_builder

type RebootInstanceRequest_builder struct {
	InstanceId string
	// contains filtered or unexported fields
}

func (RebootInstanceRequest_builder) Build

type RebootInstanceResponse

type RebootInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*RebootInstanceResponse) ClearInstance

func (x *RebootInstanceResponse) ClearInstance()

func (*RebootInstanceResponse) GetInstance

func (x *RebootInstanceResponse) GetInstance() *Instance

func (*RebootInstanceResponse) HasInstance

func (x *RebootInstanceResponse) HasInstance() bool

func (*RebootInstanceResponse) ProtoMessage

func (*RebootInstanceResponse) ProtoMessage()

func (*RebootInstanceResponse) ProtoReflect

func (x *RebootInstanceResponse) ProtoReflect() protoreflect.Message

func (*RebootInstanceResponse) Reset

func (x *RebootInstanceResponse) Reset()

func (*RebootInstanceResponse) SetInstance

func (x *RebootInstanceResponse) SetInstance(v *Instance)

func (*RebootInstanceResponse) String

func (x *RebootInstanceResponse) String() string

type RebootInstanceResponse_builder

type RebootInstanceResponse_builder struct {
	Instance *Instance
	// contains filtered or unexported fields
}

func (RebootInstanceResponse_builder) Build

type RedeemCloudPointsRequest

type RedeemCloudPointsRequest struct {
	BillingProfileId string `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	Amount           int64  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// Types that are valid to be assigned to RedeemTo:
	//
	//	*RedeemCloudPointsRequest_BillingProfileCreditRecipient
	RedeemTo isRedeemCloudPointsRequest_RedeemTo `protobuf_oneof:"redeem_to"`
	// contains filtered or unexported fields
}

func (*RedeemCloudPointsRequest) ClearBillingProfileCreditRecipient

func (x *RedeemCloudPointsRequest) ClearBillingProfileCreditRecipient()

func (*RedeemCloudPointsRequest) ClearRedeemTo

func (x *RedeemCloudPointsRequest) ClearRedeemTo()

func (*RedeemCloudPointsRequest) GetAmount

func (x *RedeemCloudPointsRequest) GetAmount() int64

func (*RedeemCloudPointsRequest) GetBillingProfileCreditRecipient

func (x *RedeemCloudPointsRequest) GetBillingProfileCreditRecipient() *BillingProfileCreditRecipient

func (*RedeemCloudPointsRequest) GetBillingProfileId

func (x *RedeemCloudPointsRequest) GetBillingProfileId() string

func (*RedeemCloudPointsRequest) GetRedeemTo

func (x *RedeemCloudPointsRequest) GetRedeemTo() isRedeemCloudPointsRequest_RedeemTo

func (*RedeemCloudPointsRequest) HasBillingProfileCreditRecipient

func (x *RedeemCloudPointsRequest) HasBillingProfileCreditRecipient() bool

func (*RedeemCloudPointsRequest) HasRedeemTo

func (x *RedeemCloudPointsRequest) HasRedeemTo() bool

func (*RedeemCloudPointsRequest) ProtoMessage

func (*RedeemCloudPointsRequest) ProtoMessage()

func (*RedeemCloudPointsRequest) ProtoReflect

func (x *RedeemCloudPointsRequest) ProtoReflect() protoreflect.Message

func (*RedeemCloudPointsRequest) Reset

func (x *RedeemCloudPointsRequest) Reset()

func (*RedeemCloudPointsRequest) SetAmount

func (x *RedeemCloudPointsRequest) SetAmount(v int64)

func (*RedeemCloudPointsRequest) SetBillingProfileCreditRecipient

func (x *RedeemCloudPointsRequest) SetBillingProfileCreditRecipient(v *BillingProfileCreditRecipient)

func (*RedeemCloudPointsRequest) SetBillingProfileId

func (x *RedeemCloudPointsRequest) SetBillingProfileId(v string)

func (*RedeemCloudPointsRequest) String

func (x *RedeemCloudPointsRequest) String() string

func (*RedeemCloudPointsRequest) WhichRedeemTo

func (x *RedeemCloudPointsRequest) WhichRedeemTo() case_RedeemCloudPointsRequest_RedeemTo

type RedeemCloudPointsRequest_BillingProfileCreditRecipient

type RedeemCloudPointsRequest_BillingProfileCreditRecipient struct {
	BillingProfileCreditRecipient *BillingProfileCreditRecipient `protobuf:"bytes,3,opt,name=billing_profile_credit_recipient,json=billingProfileCreditRecipient,proto3,oneof"`
}

type RedeemCloudPointsRequest_builder

type RedeemCloudPointsRequest_builder struct {
	BillingProfileId string
	Amount           int64
	// Fields of oneof RedeemTo:
	BillingProfileCreditRecipient *BillingProfileCreditRecipient
	// contains filtered or unexported fields
}

func (RedeemCloudPointsRequest_builder) Build

type RedeemCloudPointsResponse

type RedeemCloudPointsResponse struct {
	Amount int64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemCloudPointsResponse) GetAmount

func (x *RedeemCloudPointsResponse) GetAmount() int64

func (*RedeemCloudPointsResponse) ProtoMessage

func (*RedeemCloudPointsResponse) ProtoMessage()

func (*RedeemCloudPointsResponse) ProtoReflect

func (*RedeemCloudPointsResponse) Reset

func (x *RedeemCloudPointsResponse) Reset()

func (*RedeemCloudPointsResponse) SetAmount

func (x *RedeemCloudPointsResponse) SetAmount(v int64)

func (*RedeemCloudPointsResponse) String

func (x *RedeemCloudPointsResponse) String() string

type RedeemCloudPointsResponse_builder

type RedeemCloudPointsResponse_builder struct {
	Amount int64
	// contains filtered or unexported fields
}

func (RedeemCloudPointsResponse_builder) Build

type RedeemRedeemableRequest

type RedeemRedeemableRequest struct {
	RedeemableId     string                 `protobuf:"bytes,1,opt,name=redeemable_id,json=redeemableId,proto3" json:"redeemable_id,omitempty"`
	AmountUsd        string                 `protobuf:"bytes,2,opt,name=amount_usd,json=amountUsd,proto3" json:"amount_usd,omitempty"`
	LedgerId         string                 `protobuf:"bytes,3,opt,name=ledger_id,json=ledgerId,proto3" json:"ledger_id,omitempty"`
	TenantId         string                 `protobuf:"bytes,4,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	RedeemedAt       *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=redeemed_at,json=redeemedAt,proto3" json:"redeemed_at,omitempty"`
	ShortCode        string                 `protobuf:"bytes,6,opt,name=short_code,json=shortCode,proto3" json:"short_code,omitempty"`
	Labels           map[string]string      `` /* 139-byte string literal not displayed */
	BillingProfileId string                 `protobuf:"bytes,8,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemRedeemableRequest) ClearRedeemedAt

func (x *RedeemRedeemableRequest) ClearRedeemedAt()

func (*RedeemRedeemableRequest) GetAmountUsd

func (x *RedeemRedeemableRequest) GetAmountUsd() string

func (*RedeemRedeemableRequest) GetBillingProfileId

func (x *RedeemRedeemableRequest) GetBillingProfileId() string

func (*RedeemRedeemableRequest) GetLabels

func (x *RedeemRedeemableRequest) GetLabels() map[string]string

func (*RedeemRedeemableRequest) GetLedgerId

func (x *RedeemRedeemableRequest) GetLedgerId() string

func (*RedeemRedeemableRequest) GetRedeemableId

func (x *RedeemRedeemableRequest) GetRedeemableId() string

func (*RedeemRedeemableRequest) GetRedeemedAt

func (x *RedeemRedeemableRequest) GetRedeemedAt() *timestamppb.Timestamp

func (*RedeemRedeemableRequest) GetShortCode

func (x *RedeemRedeemableRequest) GetShortCode() string

func (*RedeemRedeemableRequest) GetTenantId

func (x *RedeemRedeemableRequest) GetTenantId() string

func (*RedeemRedeemableRequest) HasRedeemedAt

func (x *RedeemRedeemableRequest) HasRedeemedAt() bool

func (*RedeemRedeemableRequest) ProtoMessage

func (*RedeemRedeemableRequest) ProtoMessage()

func (*RedeemRedeemableRequest) ProtoReflect

func (x *RedeemRedeemableRequest) ProtoReflect() protoreflect.Message

func (*RedeemRedeemableRequest) Reset

func (x *RedeemRedeemableRequest) Reset()

func (*RedeemRedeemableRequest) SetAmountUsd

func (x *RedeemRedeemableRequest) SetAmountUsd(v string)

func (*RedeemRedeemableRequest) SetBillingProfileId

func (x *RedeemRedeemableRequest) SetBillingProfileId(v string)

func (*RedeemRedeemableRequest) SetLabels

func (x *RedeemRedeemableRequest) SetLabels(v map[string]string)

func (*RedeemRedeemableRequest) SetLedgerId

func (x *RedeemRedeemableRequest) SetLedgerId(v string)

func (*RedeemRedeemableRequest) SetRedeemableId

func (x *RedeemRedeemableRequest) SetRedeemableId(v string)

func (*RedeemRedeemableRequest) SetRedeemedAt

func (x *RedeemRedeemableRequest) SetRedeemedAt(v *timestamppb.Timestamp)

func (*RedeemRedeemableRequest) SetShortCode

func (x *RedeemRedeemableRequest) SetShortCode(v string)

func (*RedeemRedeemableRequest) SetTenantId

func (x *RedeemRedeemableRequest) SetTenantId(v string)

func (*RedeemRedeemableRequest) String

func (x *RedeemRedeemableRequest) String() string

type RedeemRedeemableRequest_builder

type RedeemRedeemableRequest_builder struct {
	RedeemableId     string
	AmountUsd        string
	LedgerId         string
	TenantId         string
	RedeemedAt       *timestamppb.Timestamp
	ShortCode        string
	Labels           map[string]string
	BillingProfileId string
	// contains filtered or unexported fields
}

func (RedeemRedeemableRequest_builder) Build

type RedeemRedeemableResponse

type RedeemRedeemableResponse struct {
	Transaction *Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemRedeemableResponse) ClearTransaction

func (x *RedeemRedeemableResponse) ClearTransaction()

func (*RedeemRedeemableResponse) GetTransaction

func (x *RedeemRedeemableResponse) GetTransaction() *Transaction

func (*RedeemRedeemableResponse) HasTransaction

func (x *RedeemRedeemableResponse) HasTransaction() bool

func (*RedeemRedeemableResponse) ProtoMessage

func (*RedeemRedeemableResponse) ProtoMessage()

func (*RedeemRedeemableResponse) ProtoReflect

func (x *RedeemRedeemableResponse) ProtoReflect() protoreflect.Message

func (*RedeemRedeemableResponse) Reset

func (x *RedeemRedeemableResponse) Reset()

func (*RedeemRedeemableResponse) SetTransaction

func (x *RedeemRedeemableResponse) SetTransaction(v *Transaction)

func (*RedeemRedeemableResponse) String

func (x *RedeemRedeemableResponse) String() string

type RedeemRedeemableResponse_builder

type RedeemRedeemableResponse_builder struct {
	Transaction *Transaction
	// contains filtered or unexported fields
}

func (RedeemRedeemableResponse_builder) Build

type Redeemable

type Redeemable struct {
	RedeemableId               string                 `protobuf:"bytes,1,opt,name=redeemable_id,json=redeemableId,proto3" json:"redeemable_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 */
	ShortCode                  string                 `protobuf:"bytes,6,opt,name=short_code,json=shortCode,proto3" json:"short_code,omitempty"`
	Description                string                 `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	Status                     string                 `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`
	DefaultRedemptionAmountUsd string                 `` /* 143-byte string literal not displayed */
	MaxRedemptionAmountUsd     string                 `` /* 132-byte string literal not displayed */
	ExpiresAt                  *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	GlobalConstraint           *RedeemableConstraint  `protobuf:"bytes,14,opt,name=global_constraint,json=globalConstraint,proto3" json:"global_constraint,omitempty"`
	TenantConstraint           *RedeemableConstraint  `protobuf:"bytes,15,opt,name=tenant_constraint,json=tenantConstraint,proto3" json:"tenant_constraint,omitempty"`
	// contains filtered or unexported fields
}

func (*Redeemable) ClearCreateTime

func (x *Redeemable) ClearCreateTime()

func (*Redeemable) ClearExpiresAt

func (x *Redeemable) ClearExpiresAt()

func (*Redeemable) ClearGlobalConstraint

func (x *Redeemable) ClearGlobalConstraint()

func (*Redeemable) ClearTenantConstraint

func (x *Redeemable) ClearTenantConstraint()

func (*Redeemable) ClearUpdateTime

func (x *Redeemable) ClearUpdateTime()

func (*Redeemable) GetCreateTime

func (x *Redeemable) GetCreateTime() *timestamppb.Timestamp

func (*Redeemable) GetDefaultRedemptionAmountUsd

func (x *Redeemable) GetDefaultRedemptionAmountUsd() string

func (*Redeemable) GetDescription

func (x *Redeemable) GetDescription() string

func (*Redeemable) GetExpiresAt

func (x *Redeemable) GetExpiresAt() *timestamppb.Timestamp

func (*Redeemable) GetGlobalConstraint

func (x *Redeemable) GetGlobalConstraint() *RedeemableConstraint

func (*Redeemable) GetLabels

func (x *Redeemable) GetLabels() map[string]string

func (*Redeemable) GetMaxRedemptionAmountUsd

func (x *Redeemable) GetMaxRedemptionAmountUsd() string

func (*Redeemable) GetRedeemableId

func (x *Redeemable) GetRedeemableId() string

func (*Redeemable) GetShortCode

func (x *Redeemable) GetShortCode() string

func (*Redeemable) GetStatus

func (x *Redeemable) GetStatus() string

func (*Redeemable) GetTenantConstraint

func (x *Redeemable) GetTenantConstraint() *RedeemableConstraint

func (*Redeemable) GetUpdateTime

func (x *Redeemable) GetUpdateTime() *timestamppb.Timestamp

func (*Redeemable) HasCreateTime

func (x *Redeemable) HasCreateTime() bool

func (*Redeemable) HasExpiresAt

func (x *Redeemable) HasExpiresAt() bool

func (*Redeemable) HasGlobalConstraint

func (x *Redeemable) HasGlobalConstraint() bool

func (*Redeemable) HasTenantConstraint

func (x *Redeemable) HasTenantConstraint() bool

func (*Redeemable) HasUpdateTime

func (x *Redeemable) HasUpdateTime() bool

func (*Redeemable) ProtoMessage

func (*Redeemable) ProtoMessage()

func (*Redeemable) ProtoReflect

func (x *Redeemable) ProtoReflect() protoreflect.Message

func (*Redeemable) Reset

func (x *Redeemable) Reset()

func (*Redeemable) SetCreateTime

func (x *Redeemable) SetCreateTime(v *timestamppb.Timestamp)

func (*Redeemable) SetDefaultRedemptionAmountUsd

func (x *Redeemable) SetDefaultRedemptionAmountUsd(v string)

func (*Redeemable) SetDescription

func (x *Redeemable) SetDescription(v string)

func (*Redeemable) SetExpiresAt

func (x *Redeemable) SetExpiresAt(v *timestamppb.Timestamp)

func (*Redeemable) SetGlobalConstraint

func (x *Redeemable) SetGlobalConstraint(v *RedeemableConstraint)

func (*Redeemable) SetLabels

func (x *Redeemable) SetLabels(v map[string]string)

func (*Redeemable) SetMaxRedemptionAmountUsd

func (x *Redeemable) SetMaxRedemptionAmountUsd(v string)

func (*Redeemable) SetRedeemableId

func (x *Redeemable) SetRedeemableId(v string)

func (*Redeemable) SetShortCode

func (x *Redeemable) SetShortCode(v string)

func (*Redeemable) SetStatus

func (x *Redeemable) SetStatus(v string)

func (*Redeemable) SetTenantConstraint

func (x *Redeemable) SetTenantConstraint(v *RedeemableConstraint)

func (*Redeemable) SetUpdateTime

func (x *Redeemable) SetUpdateTime(v *timestamppb.Timestamp)

func (*Redeemable) String

func (x *Redeemable) String() string

type RedeemableConstraint

type RedeemableConstraint struct {
	TotalRedeemableAmountUsd *string `` /* 143-byte string literal not displayed */
	MaxRedemptions           *int64  `protobuf:"varint,2,opt,name=max_redemptions,json=maxRedemptions,proto3,oneof" json:"max_redemptions,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemableConstraint) ClearMaxRedemptions

func (x *RedeemableConstraint) ClearMaxRedemptions()

func (*RedeemableConstraint) ClearTotalRedeemableAmountUsd

func (x *RedeemableConstraint) ClearTotalRedeemableAmountUsd()

func (*RedeemableConstraint) GetMaxRedemptions

func (x *RedeemableConstraint) GetMaxRedemptions() int64

func (*RedeemableConstraint) GetTotalRedeemableAmountUsd

func (x *RedeemableConstraint) GetTotalRedeemableAmountUsd() string

func (*RedeemableConstraint) HasMaxRedemptions

func (x *RedeemableConstraint) HasMaxRedemptions() bool

func (*RedeemableConstraint) HasTotalRedeemableAmountUsd

func (x *RedeemableConstraint) HasTotalRedeemableAmountUsd() bool

func (*RedeemableConstraint) ProtoMessage

func (*RedeemableConstraint) ProtoMessage()

func (*RedeemableConstraint) ProtoReflect

func (x *RedeemableConstraint) ProtoReflect() protoreflect.Message

func (*RedeemableConstraint) Reset

func (x *RedeemableConstraint) Reset()

func (*RedeemableConstraint) SetMaxRedemptions

func (x *RedeemableConstraint) SetMaxRedemptions(v int64)

func (*RedeemableConstraint) SetTotalRedeemableAmountUsd

func (x *RedeemableConstraint) SetTotalRedeemableAmountUsd(v string)

func (*RedeemableConstraint) String

func (x *RedeemableConstraint) String() string

type RedeemableConstraint_builder

type RedeemableConstraint_builder struct {
	TotalRedeemableAmountUsd *string
	MaxRedemptions           *int64
	// contains filtered or unexported fields
}

func (RedeemableConstraint_builder) Build

type RedeemableTransaction

type RedeemableTransaction struct {
	Redeemable  *Redeemable  `protobuf:"bytes,1,opt,name=redeemable,proto3" json:"redeemable,omitempty"`
	Transaction *Transaction `protobuf:"bytes,2,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemableTransaction) ClearRedeemable

func (x *RedeemableTransaction) ClearRedeemable()

func (*RedeemableTransaction) ClearTransaction

func (x *RedeemableTransaction) ClearTransaction()

func (*RedeemableTransaction) GetRedeemable

func (x *RedeemableTransaction) GetRedeemable() *Redeemable

func (*RedeemableTransaction) GetTransaction

func (x *RedeemableTransaction) GetTransaction() *Transaction

func (*RedeemableTransaction) HasRedeemable

func (x *RedeemableTransaction) HasRedeemable() bool

func (*RedeemableTransaction) HasTransaction

func (x *RedeemableTransaction) HasTransaction() bool

func (*RedeemableTransaction) ProtoMessage

func (*RedeemableTransaction) ProtoMessage()

func (*RedeemableTransaction) ProtoReflect

func (x *RedeemableTransaction) ProtoReflect() protoreflect.Message

func (*RedeemableTransaction) Reset

func (x *RedeemableTransaction) Reset()

func (*RedeemableTransaction) SetRedeemable

func (x *RedeemableTransaction) SetRedeemable(v *Redeemable)

func (*RedeemableTransaction) SetTransaction

func (x *RedeemableTransaction) SetTransaction(v *Transaction)

func (*RedeemableTransaction) String

func (x *RedeemableTransaction) String() string

type RedeemableTransaction_builder

type RedeemableTransaction_builder struct {
	Redeemable  *Redeemable
	Transaction *Transaction
	// contains filtered or unexported fields
}

func (RedeemableTransaction_builder) Build

type Redeemable_builder

type Redeemable_builder struct {
	RedeemableId               string
	CreateTime                 *timestamppb.Timestamp
	UpdateTime                 *timestamppb.Timestamp
	Labels                     map[string]string
	ShortCode                  string
	Description                string
	Status                     string
	DefaultRedemptionAmountUsd string
	MaxRedemptionAmountUsd     string
	ExpiresAt                  *timestamppb.Timestamp
	GlobalConstraint           *RedeemableConstraint
	TenantConstraint           *RedeemableConstraint
	// contains filtered or unexported fields
}

func (Redeemable_builder) Build

func (b0 Redeemable_builder) Build() *Redeemable

type Refund

type Refund struct {
	RefundId     string `protobuf:"bytes,1,opt,name=refund_id,json=refundId,proto3" json:"refund_id,omitempty"`
	RefundedAt   int64  `protobuf:"varint,2,opt,name=refunded_at,json=refundedAt,proto3" json:"refunded_at,omitempty"`
	RefundUrl    string `protobuf:"bytes,3,opt,name=refund_url,json=refundUrl,proto3" json:"refund_url,omitempty"`
	RefundStatus string `protobuf:"bytes,4,opt,name=refund_status,json=refundStatus,proto3" json:"refund_status,omitempty"`
	// contains filtered or unexported fields
}

func (*Refund) GetRefundId

func (x *Refund) GetRefundId() string

func (*Refund) GetRefundStatus

func (x *Refund) GetRefundStatus() string

func (*Refund) GetRefundUrl

func (x *Refund) GetRefundUrl() string

func (*Refund) GetRefundedAt

func (x *Refund) GetRefundedAt() int64

func (*Refund) ProtoMessage

func (*Refund) ProtoMessage()

func (*Refund) ProtoReflect

func (x *Refund) ProtoReflect() protoreflect.Message

func (*Refund) Reset

func (x *Refund) Reset()

func (*Refund) SetRefundId

func (x *Refund) SetRefundId(v string)

func (*Refund) SetRefundStatus

func (x *Refund) SetRefundStatus(v string)

func (*Refund) SetRefundUrl

func (x *Refund) SetRefundUrl(v string)

func (*Refund) SetRefundedAt

func (x *Refund) SetRefundedAt(v int64)

func (*Refund) String

func (x *Refund) String() string

type Refund_builder

type Refund_builder struct {
	RefundId     string
	RefundedAt   int64
	RefundUrl    string
	RefundStatus string
	// contains filtered or unexported fields
}

func (Refund_builder) Build

func (b0 Refund_builder) Build() *Refund

type RegisterInstanceRequest

type RegisterInstanceRequest struct {
	CloudCredId        string            `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	ProviderInstanceId string            `protobuf:"bytes,2,opt,name=provider_instance_id,json=providerInstanceId,proto3" json:"provider_instance_id,omitempty"`
	Location           string            `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	InstanceId         string            `protobuf:"bytes,4,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Labels             map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegisterInstanceRequest) GetCloudCredId

func (x *RegisterInstanceRequest) GetCloudCredId() string

func (*RegisterInstanceRequest) GetInstanceId

func (x *RegisterInstanceRequest) GetInstanceId() string

func (*RegisterInstanceRequest) GetLabels

func (x *RegisterInstanceRequest) GetLabels() map[string]string

func (*RegisterInstanceRequest) GetLocation

func (x *RegisterInstanceRequest) GetLocation() string

func (*RegisterInstanceRequest) GetProviderInstanceId

func (x *RegisterInstanceRequest) GetProviderInstanceId() string

func (*RegisterInstanceRequest) ProtoMessage

func (*RegisterInstanceRequest) ProtoMessage()

func (*RegisterInstanceRequest) ProtoReflect

func (x *RegisterInstanceRequest) ProtoReflect() protoreflect.Message

func (*RegisterInstanceRequest) Reset

func (x *RegisterInstanceRequest) Reset()

func (*RegisterInstanceRequest) SetCloudCredId

func (x *RegisterInstanceRequest) SetCloudCredId(v string)

func (*RegisterInstanceRequest) SetInstanceId

func (x *RegisterInstanceRequest) SetInstanceId(v string)

func (*RegisterInstanceRequest) SetLabels

func (x *RegisterInstanceRequest) SetLabels(v map[string]string)

func (*RegisterInstanceRequest) SetLocation

func (x *RegisterInstanceRequest) SetLocation(v string)

func (*RegisterInstanceRequest) SetProviderInstanceId

func (x *RegisterInstanceRequest) SetProviderInstanceId(v string)

func (*RegisterInstanceRequest) String

func (x *RegisterInstanceRequest) String() string

type RegisterInstanceRequest_builder

type RegisterInstanceRequest_builder struct {
	CloudCredId        string
	ProviderInstanceId string
	Location           string
	InstanceId         string
	Labels             map[string]string
	// contains filtered or unexported fields
}

func (RegisterInstanceRequest_builder) Build

type RegisterInstanceResponse

type RegisterInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterInstanceResponse) ClearInstance

func (x *RegisterInstanceResponse) ClearInstance()

func (*RegisterInstanceResponse) GetInstance

func (x *RegisterInstanceResponse) GetInstance() *Instance

func (*RegisterInstanceResponse) HasInstance

func (x *RegisterInstanceResponse) HasInstance() bool

func (*RegisterInstanceResponse) ProtoMessage

func (*RegisterInstanceResponse) ProtoMessage()

func (*RegisterInstanceResponse) ProtoReflect

func (x *RegisterInstanceResponse) ProtoReflect() protoreflect.Message

func (*RegisterInstanceResponse) Reset

func (x *RegisterInstanceResponse) Reset()

func (*RegisterInstanceResponse) SetInstance

func (x *RegisterInstanceResponse) SetInstance(v *Instance)

func (*RegisterInstanceResponse) String

func (x *RegisterInstanceResponse) String() string

type RegisterInstanceResponse_builder

type RegisterInstanceResponse_builder struct {
	Instance *Instance
	// contains filtered or unexported fields
}

func (RegisterInstanceResponse_builder) Build

type Registry

type Registry struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Url      string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*Registry) GetPassword

func (x *Registry) GetPassword() string

func (*Registry) GetUrl

func (x *Registry) GetUrl() string

func (*Registry) GetUsername

func (x *Registry) GetUsername() string

func (*Registry) ProtoMessage

func (*Registry) ProtoMessage()

func (*Registry) ProtoReflect

func (x *Registry) ProtoReflect() protoreflect.Message

func (*Registry) Reset

func (x *Registry) Reset()

func (*Registry) SetPassword

func (x *Registry) SetPassword(v string)

func (*Registry) SetUrl

func (x *Registry) SetUrl(v string)

func (*Registry) SetUsername

func (x *Registry) SetUsername(v string)

func (*Registry) String

func (x *Registry) String() string

type Registry_builder

type Registry_builder struct {
	Username string
	Password string
	Url      string
	// contains filtered or unexported fields
}

func (Registry_builder) Build

func (b0 Registry_builder) Build() *Registry

type RenderNotebookRequest

type RenderNotebookRequest struct {

	// Types that are valid to be assigned to Source:
	//
	//	*RenderNotebookRequest_SourceUrl
	//	*RenderNotebookRequest_NotebookId
	//	*RenderNotebookRequest_RawIpynb
	//	*RenderNotebookRequest_SourceVal
	Source isRenderNotebookRequest_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

func (*RenderNotebookRequest) ClearNotebookId

func (x *RenderNotebookRequest) ClearNotebookId()

func (*RenderNotebookRequest) ClearRawIpynb

func (x *RenderNotebookRequest) ClearRawIpynb()

func (*RenderNotebookRequest) ClearSource

func (x *RenderNotebookRequest) ClearSource()

func (*RenderNotebookRequest) ClearSourceUrl

func (x *RenderNotebookRequest) ClearSourceUrl()

func (*RenderNotebookRequest) ClearSourceVal

func (x *RenderNotebookRequest) ClearSourceVal()

func (*RenderNotebookRequest) GetNotebookId

func (x *RenderNotebookRequest) GetNotebookId() string

func (*RenderNotebookRequest) GetRawIpynb

func (x *RenderNotebookRequest) GetRawIpynb() string

func (*RenderNotebookRequest) GetSource

func (x *RenderNotebookRequest) GetSource() isRenderNotebookRequest_Source

func (*RenderNotebookRequest) GetSourceUrl

func (x *RenderNotebookRequest) GetSourceUrl() string

func (*RenderNotebookRequest) GetSourceVal

func (x *RenderNotebookRequest) GetSourceVal() *SourceVal

func (*RenderNotebookRequest) HasNotebookId

func (x *RenderNotebookRequest) HasNotebookId() bool

func (*RenderNotebookRequest) HasRawIpynb

func (x *RenderNotebookRequest) HasRawIpynb() bool

func (*RenderNotebookRequest) HasSource

func (x *RenderNotebookRequest) HasSource() bool

func (*RenderNotebookRequest) HasSourceUrl

func (x *RenderNotebookRequest) HasSourceUrl() bool

func (*RenderNotebookRequest) HasSourceVal

func (x *RenderNotebookRequest) HasSourceVal() bool

func (*RenderNotebookRequest) ProtoMessage

func (*RenderNotebookRequest) ProtoMessage()

func (*RenderNotebookRequest) ProtoReflect

func (x *RenderNotebookRequest) ProtoReflect() protoreflect.Message

func (*RenderNotebookRequest) Reset

func (x *RenderNotebookRequest) Reset()

func (*RenderNotebookRequest) SetNotebookId

func (x *RenderNotebookRequest) SetNotebookId(v string)

func (*RenderNotebookRequest) SetRawIpynb

func (x *RenderNotebookRequest) SetRawIpynb(v string)

func (*RenderNotebookRequest) SetSourceUrl

func (x *RenderNotebookRequest) SetSourceUrl(v string)

func (*RenderNotebookRequest) SetSourceVal

func (x *RenderNotebookRequest) SetSourceVal(v *SourceVal)

func (*RenderNotebookRequest) String

func (x *RenderNotebookRequest) String() string

func (*RenderNotebookRequest) WhichSource

func (x *RenderNotebookRequest) WhichSource() case_RenderNotebookRequest_Source

type RenderNotebookRequest_NotebookId

type RenderNotebookRequest_NotebookId struct {
	NotebookId string `protobuf:"bytes,2,opt,name=notebook_id,json=notebookId,proto3,oneof"`
}

type RenderNotebookRequest_RawIpynb

type RenderNotebookRequest_RawIpynb struct {
	RawIpynb string `protobuf:"bytes,3,opt,name=raw_ipynb,json=rawIpynb,proto3,oneof"`
}

type RenderNotebookRequest_SourceUrl

type RenderNotebookRequest_SourceUrl struct {
	SourceUrl string `protobuf:"bytes,1,opt,name=source_url,json=sourceUrl,proto3,oneof"`
}

type RenderNotebookRequest_SourceVal

type RenderNotebookRequest_SourceVal struct {
	SourceVal *SourceVal `protobuf:"bytes,4,opt,name=source_val,json=sourceVal,proto3,oneof"`
}

type RenderNotebookRequest_builder

type RenderNotebookRequest_builder struct {

	// Fields of oneof Source:
	SourceUrl  *string
	NotebookId *string
	RawIpynb   *string
	SourceVal  *SourceVal
	// contains filtered or unexported fields
}

func (RenderNotebookRequest_builder) Build

type RenderNotebookResponse

type RenderNotebookResponse struct {
	Html string `protobuf:"bytes,1,opt,name=html,proto3" json:"html,omitempty"`
	// contains filtered or unexported fields
}

func (*RenderNotebookResponse) GetHtml

func (x *RenderNotebookResponse) GetHtml() string

func (*RenderNotebookResponse) ProtoMessage

func (*RenderNotebookResponse) ProtoMessage()

func (*RenderNotebookResponse) ProtoReflect

func (x *RenderNotebookResponse) ProtoReflect() protoreflect.Message

func (*RenderNotebookResponse) Reset

func (x *RenderNotebookResponse) Reset()

func (*RenderNotebookResponse) SetHtml

func (x *RenderNotebookResponse) SetHtml(v string)

func (*RenderNotebookResponse) String

func (x *RenderNotebookResponse) String() string

type RenderNotebookResponse_builder

type RenderNotebookResponse_builder struct {
	Html string
	// contains filtered or unexported fields
}

func (RenderNotebookResponse_builder) Build

type ResizeEnvironmentInstanceVolumeRequest

type ResizeEnvironmentInstanceVolumeRequest struct {
	EnvironmentId string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	DiskSize      string `protobuf:"bytes,2,opt,name=disk_size,json=diskSize,proto3" json:"disk_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ResizeEnvironmentInstanceVolumeRequest) GetDiskSize

func (*ResizeEnvironmentInstanceVolumeRequest) GetEnvironmentId

func (x *ResizeEnvironmentInstanceVolumeRequest) GetEnvironmentId() string

func (*ResizeEnvironmentInstanceVolumeRequest) ProtoMessage

func (*ResizeEnvironmentInstanceVolumeRequest) ProtoReflect

func (*ResizeEnvironmentInstanceVolumeRequest) Reset

func (*ResizeEnvironmentInstanceVolumeRequest) SetDiskSize

func (*ResizeEnvironmentInstanceVolumeRequest) SetEnvironmentId

func (x *ResizeEnvironmentInstanceVolumeRequest) SetEnvironmentId(v string)

func (*ResizeEnvironmentInstanceVolumeRequest) String

type ResizeEnvironmentInstanceVolumeRequest_builder

type ResizeEnvironmentInstanceVolumeRequest_builder struct {
	EnvironmentId string
	DiskSize      string
	// contains filtered or unexported fields
}

func (ResizeEnvironmentInstanceVolumeRequest_builder) Build

type ResizeEnvironmentInstanceVolumeResponse

type ResizeEnvironmentInstanceVolumeResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*ResizeEnvironmentInstanceVolumeResponse) ClearEnvironment

func (x *ResizeEnvironmentInstanceVolumeResponse) ClearEnvironment()

func (*ResizeEnvironmentInstanceVolumeResponse) GetEnvironment

func (*ResizeEnvironmentInstanceVolumeResponse) HasEnvironment

func (x *ResizeEnvironmentInstanceVolumeResponse) HasEnvironment() bool

func (*ResizeEnvironmentInstanceVolumeResponse) ProtoMessage

func (*ResizeEnvironmentInstanceVolumeResponse) ProtoReflect

func (*ResizeEnvironmentInstanceVolumeResponse) Reset

func (*ResizeEnvironmentInstanceVolumeResponse) SetEnvironment

func (*ResizeEnvironmentInstanceVolumeResponse) String

type ResizeEnvironmentInstanceVolumeResponse_builder

type ResizeEnvironmentInstanceVolumeResponse_builder struct {
	Environment *Environment
	// contains filtered or unexported fields
}

func (ResizeEnvironmentInstanceVolumeResponse_builder) Build

type ResizeInstanceVolumeRequest

type ResizeInstanceVolumeRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	DiskSize   string `protobuf:"bytes,2,opt,name=disk_size,json=diskSize,proto3" json:"disk_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ResizeInstanceVolumeRequest) GetDiskSize

func (x *ResizeInstanceVolumeRequest) GetDiskSize() string

func (*ResizeInstanceVolumeRequest) GetInstanceId

func (x *ResizeInstanceVolumeRequest) GetInstanceId() string

func (*ResizeInstanceVolumeRequest) ProtoMessage

func (*ResizeInstanceVolumeRequest) ProtoMessage()

func (*ResizeInstanceVolumeRequest) ProtoReflect

func (*ResizeInstanceVolumeRequest) Reset

func (x *ResizeInstanceVolumeRequest) Reset()

func (*ResizeInstanceVolumeRequest) SetDiskSize

func (x *ResizeInstanceVolumeRequest) SetDiskSize(v string)

func (*ResizeInstanceVolumeRequest) SetInstanceId

func (x *ResizeInstanceVolumeRequest) SetInstanceId(v string)

func (*ResizeInstanceVolumeRequest) String

func (x *ResizeInstanceVolumeRequest) String() string

type ResizeInstanceVolumeRequest_builder

type ResizeInstanceVolumeRequest_builder struct {
	InstanceId string
	DiskSize   string
	// contains filtered or unexported fields
}

func (ResizeInstanceVolumeRequest_builder) Build

type ResizeInstanceVolumeResponse

type ResizeInstanceVolumeResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*ResizeInstanceVolumeResponse) ClearInstance

func (x *ResizeInstanceVolumeResponse) ClearInstance()

func (*ResizeInstanceVolumeResponse) GetInstance

func (x *ResizeInstanceVolumeResponse) GetInstance() *Instance

func (*ResizeInstanceVolumeResponse) HasInstance

func (x *ResizeInstanceVolumeResponse) HasInstance() bool

func (*ResizeInstanceVolumeResponse) ProtoMessage

func (*ResizeInstanceVolumeResponse) ProtoMessage()

func (*ResizeInstanceVolumeResponse) ProtoReflect

func (*ResizeInstanceVolumeResponse) Reset

func (x *ResizeInstanceVolumeResponse) Reset()

func (*ResizeInstanceVolumeResponse) SetInstance

func (x *ResizeInstanceVolumeResponse) SetInstance(v *Instance)

func (*ResizeInstanceVolumeResponse) String

type ResizeInstanceVolumeResponse_builder

type ResizeInstanceVolumeResponse_builder struct {
	Instance *Instance
	// contains filtered or unexported fields
}

func (ResizeInstanceVolumeResponse_builder) Build

type ResourceLimits

type ResourceLimits struct {
	MaxResources *int64 `protobuf:"varint,1,opt,name=max_resources,json=maxResources,proto3,oneof" json:"max_resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceLimits) ClearMaxResources

func (x *ResourceLimits) ClearMaxResources()

func (*ResourceLimits) GetMaxResources

func (x *ResourceLimits) GetMaxResources() int64

func (*ResourceLimits) HasMaxResources

func (x *ResourceLimits) HasMaxResources() bool

func (*ResourceLimits) ProtoMessage

func (*ResourceLimits) ProtoMessage()

func (*ResourceLimits) ProtoReflect

func (x *ResourceLimits) ProtoReflect() protoreflect.Message

func (*ResourceLimits) Reset

func (x *ResourceLimits) Reset()

func (*ResourceLimits) SetMaxResources

func (x *ResourceLimits) SetMaxResources(v int64)

func (*ResourceLimits) String

func (x *ResourceLimits) String() string

type ResourceLimits_builder

type ResourceLimits_builder struct {
	MaxResources *int64
	// contains filtered or unexported fields
}

func (ResourceLimits_builder) Build

type Result

type Result struct {
	ExitCode      *int32 `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3,oneof" json:"exit_code,omitempty"`
	Status        string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	ResultMessage string `protobuf:"bytes,3,opt,name=result_message,json=resultMessage,proto3" json:"result_message,omitempty"`
	Stdout        string `protobuf:"bytes,4,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr        string `protobuf:"bytes,5,opt,name=stderr,proto3" json:"stderr,omitempty"`
	// contains filtered or unexported fields
}

func (*Result) ClearExitCode

func (x *Result) ClearExitCode()

func (*Result) GetExitCode

func (x *Result) GetExitCode() int32

func (*Result) GetResultMessage

func (x *Result) GetResultMessage() string

func (*Result) GetStatus

func (x *Result) GetStatus() string

func (*Result) GetStderr

func (x *Result) GetStderr() string

func (*Result) GetStdout

func (x *Result) GetStdout() string

func (*Result) HasExitCode

func (x *Result) HasExitCode() bool

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

func (x *Result) ProtoReflect() protoreflect.Message

func (*Result) Reset

func (x *Result) Reset()

func (*Result) SetExitCode

func (x *Result) SetExitCode(v int32)

func (*Result) SetResultMessage

func (x *Result) SetResultMessage(v string)

func (*Result) SetStatus

func (x *Result) SetStatus(v string)

func (*Result) SetStderr

func (x *Result) SetStderr(v string)

func (*Result) SetStdout

func (x *Result) SetStdout(v string)

func (*Result) String

func (x *Result) String() string

type Result_builder

type Result_builder struct {
	ExitCode      *int32
	Status        string
	ResultMessage string
	Stdout        string
	Stderr        string
	// contains filtered or unexported fields
}

func (Result_builder) Build

func (b0 Result_builder) Build() *Result

type ResumeHealthCheckRequest

type ResumeHealthCheckRequest struct {
	HealthCheckId string `protobuf:"bytes,1,opt,name=health_check_id,json=healthCheckId,proto3" json:"health_check_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResumeHealthCheckRequest) GetHealthCheckId

func (x *ResumeHealthCheckRequest) GetHealthCheckId() string

func (*ResumeHealthCheckRequest) ProtoMessage

func (*ResumeHealthCheckRequest) ProtoMessage()

func (*ResumeHealthCheckRequest) ProtoReflect

func (x *ResumeHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*ResumeHealthCheckRequest) Reset

func (x *ResumeHealthCheckRequest) Reset()

func (*ResumeHealthCheckRequest) SetHealthCheckId

func (x *ResumeHealthCheckRequest) SetHealthCheckId(v string)

func (*ResumeHealthCheckRequest) String

func (x *ResumeHealthCheckRequest) String() string

type ResumeHealthCheckRequest_builder

type ResumeHealthCheckRequest_builder struct {
	HealthCheckId string
	// contains filtered or unexported fields
}

func (ResumeHealthCheckRequest_builder) Build

type ResumeHealthCheckResponse

type ResumeHealthCheckResponse struct {
	// contains filtered or unexported fields
}

func (*ResumeHealthCheckResponse) ProtoMessage

func (*ResumeHealthCheckResponse) ProtoMessage()

func (*ResumeHealthCheckResponse) ProtoReflect

func (*ResumeHealthCheckResponse) Reset

func (x *ResumeHealthCheckResponse) Reset()

func (*ResumeHealthCheckResponse) String

func (x *ResumeHealthCheckResponse) String() string

type ResumeHealthCheckResponse_builder

type ResumeHealthCheckResponse_builder struct {
	// contains filtered or unexported fields
}

func (ResumeHealthCheckResponse_builder) Build

type ResumePaymentCollectionRequest

type ResumePaymentCollectionRequest 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 (*ResumePaymentCollectionRequest) GetBillingProfileId

func (x *ResumePaymentCollectionRequest) GetBillingProfileId() string

func (*ResumePaymentCollectionRequest) ProtoMessage

func (*ResumePaymentCollectionRequest) ProtoMessage()

func (*ResumePaymentCollectionRequest) ProtoReflect

func (*ResumePaymentCollectionRequest) Reset

func (x *ResumePaymentCollectionRequest) Reset()

func (*ResumePaymentCollectionRequest) SetBillingProfileId

func (x *ResumePaymentCollectionRequest) SetBillingProfileId(v string)

func (*ResumePaymentCollectionRequest) String

type ResumePaymentCollectionRequest_builder

type ResumePaymentCollectionRequest_builder struct {
	BillingProfileId string
	// contains filtered or unexported fields
}

func (ResumePaymentCollectionRequest_builder) Build

type ResumePaymentCollectionResponse

type ResumePaymentCollectionResponse struct {
	// contains filtered or unexported fields
}

func (*ResumePaymentCollectionResponse) ProtoMessage

func (*ResumePaymentCollectionResponse) ProtoMessage()

func (*ResumePaymentCollectionResponse) ProtoReflect

func (*ResumePaymentCollectionResponse) Reset

func (*ResumePaymentCollectionResponse) String

type ResumePaymentCollectionResponse_builder

type ResumePaymentCollectionResponse_builder struct {
	// contains filtered or unexported fields
}

func (ResumePaymentCollectionResponse_builder) Build

type RetryInvoiceRequest

type RetryInvoiceRequest struct {
	BillingProfileId string `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	InvoiceId        string `protobuf:"bytes,2,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RetryInvoiceRequest) GetBillingProfileId

func (x *RetryInvoiceRequest) GetBillingProfileId() string

func (*RetryInvoiceRequest) GetInvoiceId

func (x *RetryInvoiceRequest) GetInvoiceId() string

func (*RetryInvoiceRequest) ProtoMessage

func (*RetryInvoiceRequest) ProtoMessage()

func (*RetryInvoiceRequest) ProtoReflect

func (x *RetryInvoiceRequest) ProtoReflect() protoreflect.Message

func (*RetryInvoiceRequest) Reset

func (x *RetryInvoiceRequest) Reset()

func (*RetryInvoiceRequest) SetBillingProfileId

func (x *RetryInvoiceRequest) SetBillingProfileId(v string)

func (*RetryInvoiceRequest) SetInvoiceId

func (x *RetryInvoiceRequest) SetInvoiceId(v string)

func (*RetryInvoiceRequest) String

func (x *RetryInvoiceRequest) String() string

type RetryInvoiceRequest_builder

type RetryInvoiceRequest_builder struct {
	BillingProfileId string
	InvoiceId        string
	// contains filtered or unexported fields
}

func (RetryInvoiceRequest_builder) Build

type RetryInvoiceResponse

type RetryInvoiceResponse struct {
	Invoice *Invoice `protobuf:"bytes,1,opt,name=invoice,proto3" json:"invoice,omitempty"`
	// contains filtered or unexported fields
}

func (*RetryInvoiceResponse) ClearInvoice

func (x *RetryInvoiceResponse) ClearInvoice()

func (*RetryInvoiceResponse) GetInvoice

func (x *RetryInvoiceResponse) GetInvoice() *Invoice

func (*RetryInvoiceResponse) HasInvoice

func (x *RetryInvoiceResponse) HasInvoice() bool

func (*RetryInvoiceResponse) ProtoMessage

func (*RetryInvoiceResponse) ProtoMessage()

func (*RetryInvoiceResponse) ProtoReflect

func (x *RetryInvoiceResponse) ProtoReflect() protoreflect.Message

func (*RetryInvoiceResponse) Reset

func (x *RetryInvoiceResponse) Reset()

func (*RetryInvoiceResponse) SetInvoice

func (x *RetryInvoiceResponse) SetInvoice(v *Invoice)

func (*RetryInvoiceResponse) String

func (x *RetryInvoiceResponse) String() string

type RetryInvoiceResponse_builder

type RetryInvoiceResponse_builder struct {
	Invoice *Invoice
	// contains filtered or unexported fields
}

func (RetryInvoiceResponse_builder) Build

type RetryPolicy

type RetryPolicy struct {
	MaxAttempts *int32 `protobuf:"varint,1,opt,name=max_attempts,json=maxAttempts,proto3,oneof" json:"max_attempts,omitempty"`
	StopAfter   string `protobuf:"bytes,2,opt,name=stop_after,json=stopAfter,proto3" json:"stop_after,omitempty"` // duration string
	Delay       string `protobuf:"bytes,3,opt,name=delay,proto3" json:"delay,omitempty"`                          // duration string
	// contains filtered or unexported fields
}

func (*RetryPolicy) ClearMaxAttempts

func (x *RetryPolicy) ClearMaxAttempts()

func (*RetryPolicy) GetDelay

func (x *RetryPolicy) GetDelay() string

func (*RetryPolicy) GetMaxAttempts

func (x *RetryPolicy) GetMaxAttempts() int32

func (*RetryPolicy) GetStopAfter

func (x *RetryPolicy) GetStopAfter() string

func (*RetryPolicy) HasMaxAttempts

func (x *RetryPolicy) HasMaxAttempts() bool

func (*RetryPolicy) ProtoMessage

func (*RetryPolicy) ProtoMessage()

func (*RetryPolicy) ProtoReflect

func (x *RetryPolicy) ProtoReflect() protoreflect.Message

func (*RetryPolicy) Reset

func (x *RetryPolicy) Reset()

func (*RetryPolicy) SetDelay

func (x *RetryPolicy) SetDelay(v string)

func (*RetryPolicy) SetMaxAttempts

func (x *RetryPolicy) SetMaxAttempts(v int32)

func (*RetryPolicy) SetStopAfter

func (x *RetryPolicy) SetStopAfter(v string)

func (*RetryPolicy) String

func (x *RetryPolicy) String() string

type RetryPolicy_builder

type RetryPolicy_builder struct {
	MaxAttempts *int32
	StopAfter   string
	Delay       string
	// contains filtered or unexported fields
}

func (RetryPolicy_builder) Build

func (b0 RetryPolicy_builder) Build() *RetryPolicy

type RevokeInstanceFirewallRulesRequest

type RevokeInstanceFirewallRulesRequest struct {
	InstanceId      string   `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	FirewallRuleIds []string `protobuf:"bytes,2,rep,name=firewall_rule_ids,json=firewallRuleIds,proto3" json:"firewall_rule_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeInstanceFirewallRulesRequest) GetFirewallRuleIds

func (x *RevokeInstanceFirewallRulesRequest) GetFirewallRuleIds() []string

func (*RevokeInstanceFirewallRulesRequest) GetInstanceId

func (x *RevokeInstanceFirewallRulesRequest) GetInstanceId() string

func (*RevokeInstanceFirewallRulesRequest) ProtoMessage

func (*RevokeInstanceFirewallRulesRequest) ProtoMessage()

func (*RevokeInstanceFirewallRulesRequest) ProtoReflect

func (*RevokeInstanceFirewallRulesRequest) Reset

func (*RevokeInstanceFirewallRulesRequest) SetFirewallRuleIds

func (x *RevokeInstanceFirewallRulesRequest) SetFirewallRuleIds(v []string)

func (*RevokeInstanceFirewallRulesRequest) SetInstanceId

func (x *RevokeInstanceFirewallRulesRequest) SetInstanceId(v string)

func (*RevokeInstanceFirewallRulesRequest) String

type RevokeInstanceFirewallRulesRequest_builder

type RevokeInstanceFirewallRulesRequest_builder struct {
	InstanceId      string
	FirewallRuleIds []string
	// contains filtered or unexported fields
}

func (RevokeInstanceFirewallRulesRequest_builder) Build

type RevokeInstanceFirewallRulesResponse

type RevokeInstanceFirewallRulesResponse struct {
	FirewallRules *FirewallRules `protobuf:"bytes,1,opt,name=firewall_rules,json=firewallRules,proto3" json:"firewall_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeInstanceFirewallRulesResponse) ClearFirewallRules

func (x *RevokeInstanceFirewallRulesResponse) ClearFirewallRules()

func (*RevokeInstanceFirewallRulesResponse) GetFirewallRules

func (x *RevokeInstanceFirewallRulesResponse) GetFirewallRules() *FirewallRules

func (*RevokeInstanceFirewallRulesResponse) HasFirewallRules

func (x *RevokeInstanceFirewallRulesResponse) HasFirewallRules() bool

func (*RevokeInstanceFirewallRulesResponse) ProtoMessage

func (*RevokeInstanceFirewallRulesResponse) ProtoMessage()

func (*RevokeInstanceFirewallRulesResponse) ProtoReflect

func (*RevokeInstanceFirewallRulesResponse) Reset

func (*RevokeInstanceFirewallRulesResponse) SetFirewallRules

func (x *RevokeInstanceFirewallRulesResponse) SetFirewallRules(v *FirewallRules)

func (*RevokeInstanceFirewallRulesResponse) String

type RevokeInstanceFirewallRulesResponse_builder

type RevokeInstanceFirewallRulesResponse_builder struct {
	FirewallRules *FirewallRules
	// contains filtered or unexported fields
}

func (RevokeInstanceFirewallRulesResponse_builder) Build

type ScriptRun

type ScriptRun struct {
	RunId     string                 `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	Status    string                 `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Message   string                 `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	StartTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ScriptRun) ClearEndTime

func (x *ScriptRun) ClearEndTime()

func (*ScriptRun) ClearStartTime

func (x *ScriptRun) ClearStartTime()

func (*ScriptRun) GetEndTime

func (x *ScriptRun) GetEndTime() *timestamppb.Timestamp

func (*ScriptRun) GetMessage

func (x *ScriptRun) GetMessage() string

func (*ScriptRun) GetRunId

func (x *ScriptRun) GetRunId() string

func (*ScriptRun) GetStartTime

func (x *ScriptRun) GetStartTime() *timestamppb.Timestamp

func (*ScriptRun) GetStatus

func (x *ScriptRun) GetStatus() string

func (*ScriptRun) HasEndTime

func (x *ScriptRun) HasEndTime() bool

func (*ScriptRun) HasStartTime

func (x *ScriptRun) HasStartTime() bool

func (*ScriptRun) ProtoMessage

func (*ScriptRun) ProtoMessage()

func (*ScriptRun) ProtoReflect

func (x *ScriptRun) ProtoReflect() protoreflect.Message

func (*ScriptRun) Reset

func (x *ScriptRun) Reset()

func (*ScriptRun) SetEndTime

func (x *ScriptRun) SetEndTime(v *timestamppb.Timestamp)

func (*ScriptRun) SetMessage

func (x *ScriptRun) SetMessage(v string)

func (*ScriptRun) SetRunId

func (x *ScriptRun) SetRunId(v string)

func (*ScriptRun) SetStartTime

func (x *ScriptRun) SetStartTime(v *timestamppb.Timestamp)

func (*ScriptRun) SetStatus

func (x *ScriptRun) SetStatus(v string)

func (*ScriptRun) String

func (x *ScriptRun) String() string

type ScriptRun_builder

type ScriptRun_builder struct {
	RunId     string
	Status    string
	Message   string
	StartTime *timestamppb.Timestamp
	EndTime   *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (ScriptRun_builder) Build

func (b0 ScriptRun_builder) Build() *ScriptRun

type SearchResponse

type SearchResponse struct {
	Email      string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Reputation string   `protobuf:"bytes,2,opt,name=reputation,proto3" json:"reputation,omitempty"`
	Suspicious bool     `protobuf:"varint,3,opt,name=suspicious,proto3" json:"suspicious,omitempty"`
	References int64    `protobuf:"varint,4,opt,name=references,proto3" json:"references,omitempty"`
	Details    *Details `protobuf:"bytes,5,opt,name=details,proto3" json:"details,omitempty"`
	Summary    string   `protobuf:"bytes,6,opt,name=summary,proto3" json:"summary,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchResponse) ClearDetails

func (x *SearchResponse) ClearDetails()

func (*SearchResponse) GetDetails

func (x *SearchResponse) GetDetails() *Details

func (*SearchResponse) GetEmail

func (x *SearchResponse) GetEmail() string

func (*SearchResponse) GetReferences

func (x *SearchResponse) GetReferences() int64

func (*SearchResponse) GetReputation

func (x *SearchResponse) GetReputation() string

func (*SearchResponse) GetSummary

func (x *SearchResponse) GetSummary() string

func (*SearchResponse) GetSuspicious

func (x *SearchResponse) GetSuspicious() bool

func (*SearchResponse) HasDetails

func (x *SearchResponse) HasDetails() bool

func (*SearchResponse) ProtoMessage

func (*SearchResponse) ProtoMessage()

func (*SearchResponse) ProtoReflect

func (x *SearchResponse) ProtoReflect() protoreflect.Message

func (*SearchResponse) Reset

func (x *SearchResponse) Reset()

func (*SearchResponse) SetDetails

func (x *SearchResponse) SetDetails(v *Details)

func (*SearchResponse) SetEmail

func (x *SearchResponse) SetEmail(v string)

func (*SearchResponse) SetReferences

func (x *SearchResponse) SetReferences(v int64)

func (*SearchResponse) SetReputation

func (x *SearchResponse) SetReputation(v string)

func (*SearchResponse) SetSummary

func (x *SearchResponse) SetSummary(v string)

func (*SearchResponse) SetSuspicious

func (x *SearchResponse) SetSuspicious(v bool)

func (*SearchResponse) String

func (x *SearchResponse) String() string

type SearchResponse_builder

type SearchResponse_builder struct {
	Email      string
	Reputation string
	Suspicious bool
	References int64
	Details    *Details
	Summary    string
	// contains filtered or unexported fields
}

func (SearchResponse_builder) Build

type Secret

type Secret struct {
	SecretId   string                 `protobuf:"bytes,1,opt,name=secret_id,json=secretId,proto3" json:"secret_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 */
	Value      string                 `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Secret) ClearCreateTime

func (x *Secret) ClearCreateTime()

func (*Secret) ClearUpdateTime

func (x *Secret) ClearUpdateTime()

func (*Secret) GetCreateTime

func (x *Secret) GetCreateTime() *timestamppb.Timestamp

func (*Secret) GetLabels

func (x *Secret) GetLabels() map[string]string

func (*Secret) GetSecretId

func (x *Secret) GetSecretId() string

func (*Secret) GetUpdateTime

func (x *Secret) GetUpdateTime() *timestamppb.Timestamp

func (*Secret) GetValue

func (x *Secret) GetValue() string

func (*Secret) HasCreateTime

func (x *Secret) HasCreateTime() bool

func (*Secret) HasUpdateTime

func (x *Secret) HasUpdateTime() bool

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

func (x *Secret) ProtoReflect() protoreflect.Message

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) SetCreateTime

func (x *Secret) SetCreateTime(v *timestamppb.Timestamp)

func (*Secret) SetLabels

func (x *Secret) SetLabels(v map[string]string)

func (*Secret) SetSecretId

func (x *Secret) SetSecretId(v string)

func (*Secret) SetUpdateTime

func (x *Secret) SetUpdateTime(v *timestamppb.Timestamp)

func (*Secret) SetValue

func (x *Secret) SetValue(v string)

func (*Secret) String

func (x *Secret) String() string

type SecretConfig

type SecretConfig struct {
	Name           string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	File           string            `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Environment    string            `protobuf:"bytes,3,opt,name=environment,proto3" json:"environment,omitempty"`
	Content        string            `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	External       *External         `protobuf:"bytes,5,opt,name=external,proto3" json:"external,omitempty"`
	Labels         map[string]string `` /* 139-byte string literal not displayed */
	Driver         string            `protobuf:"bytes,7,opt,name=driver,proto3" json:"driver,omitempty"`
	DriverOpts     map[string]string `` /* 165-byte string literal not displayed */
	TemplateDriver string            `protobuf:"bytes,9,opt,name=template_driver,json=templateDriver,proto3" json:"template_driver,omitempty"`
	// contains filtered or unexported fields
}

SecretConfig defines secret configuration

func (*SecretConfig) ClearExternal

func (x *SecretConfig) ClearExternal()

func (*SecretConfig) GetContent

func (x *SecretConfig) GetContent() string

func (*SecretConfig) GetDriver

func (x *SecretConfig) GetDriver() string

func (*SecretConfig) GetDriverOpts

func (x *SecretConfig) GetDriverOpts() map[string]string

func (*SecretConfig) GetEnvironment

func (x *SecretConfig) GetEnvironment() string

func (*SecretConfig) GetExternal

func (x *SecretConfig) GetExternal() *External

func (*SecretConfig) GetFile

func (x *SecretConfig) GetFile() string

func (*SecretConfig) GetLabels

func (x *SecretConfig) GetLabels() map[string]string

func (*SecretConfig) GetName

func (x *SecretConfig) GetName() string

func (*SecretConfig) GetTemplateDriver

func (x *SecretConfig) GetTemplateDriver() string

func (*SecretConfig) HasExternal

func (x *SecretConfig) HasExternal() bool

func (*SecretConfig) ProtoMessage

func (*SecretConfig) ProtoMessage()

func (*SecretConfig) ProtoReflect

func (x *SecretConfig) ProtoReflect() protoreflect.Message

func (*SecretConfig) Reset

func (x *SecretConfig) Reset()

func (*SecretConfig) SetContent

func (x *SecretConfig) SetContent(v string)

func (*SecretConfig) SetDriver

func (x *SecretConfig) SetDriver(v string)

func (*SecretConfig) SetDriverOpts

func (x *SecretConfig) SetDriverOpts(v map[string]string)

func (*SecretConfig) SetEnvironment

func (x *SecretConfig) SetEnvironment(v string)

func (*SecretConfig) SetExternal

func (x *SecretConfig) SetExternal(v *External)

func (*SecretConfig) SetFile

func (x *SecretConfig) SetFile(v string)

func (*SecretConfig) SetLabels

func (x *SecretConfig) SetLabels(v map[string]string)

func (*SecretConfig) SetName

func (x *SecretConfig) SetName(v string)

func (*SecretConfig) SetTemplateDriver

func (x *SecretConfig) SetTemplateDriver(v string)

func (*SecretConfig) String

func (x *SecretConfig) String() string

type SecretConfig_builder

type SecretConfig_builder struct {
	Name           string
	File           string
	Environment    string
	Content        string
	External       *External
	Labels         map[string]string
	Driver         string
	DriverOpts     map[string]string
	TemplateDriver string
	// contains filtered or unexported fields
}

func (SecretConfig_builder) Build

func (b0 SecretConfig_builder) Build() *SecretConfig

type SecretOrValue

type SecretOrValue struct {

	// Types that are valid to be assigned to SecretValue:
	//
	//	*SecretOrValue_SecretId
	//	*SecretOrValue_Value
	SecretValue isSecretOrValue_SecretValue `protobuf_oneof:"secret_value"`
	// contains filtered or unexported fields
}

func (*SecretOrValue) ClearSecretId

func (x *SecretOrValue) ClearSecretId()

func (*SecretOrValue) ClearSecretValue

func (x *SecretOrValue) ClearSecretValue()

func (*SecretOrValue) ClearValue

func (x *SecretOrValue) ClearValue()

func (*SecretOrValue) GetSecretId

func (x *SecretOrValue) GetSecretId() string

func (*SecretOrValue) GetSecretValue

func (x *SecretOrValue) GetSecretValue() isSecretOrValue_SecretValue

func (*SecretOrValue) GetValue

func (x *SecretOrValue) GetValue() string

func (*SecretOrValue) HasSecretId

func (x *SecretOrValue) HasSecretId() bool

func (*SecretOrValue) HasSecretValue

func (x *SecretOrValue) HasSecretValue() bool

func (*SecretOrValue) HasValue

func (x *SecretOrValue) HasValue() bool

func (*SecretOrValue) ProtoMessage

func (*SecretOrValue) ProtoMessage()

func (*SecretOrValue) ProtoReflect

func (x *SecretOrValue) ProtoReflect() protoreflect.Message

func (*SecretOrValue) Reset

func (x *SecretOrValue) Reset()

func (*SecretOrValue) SetSecretId

func (x *SecretOrValue) SetSecretId(v string)

func (*SecretOrValue) SetValue

func (x *SecretOrValue) SetValue(v string)

func (*SecretOrValue) String

func (x *SecretOrValue) String() string

func (*SecretOrValue) WhichSecretValue

func (x *SecretOrValue) WhichSecretValue() case_SecretOrValue_SecretValue

type SecretOrValue_SecretId

type SecretOrValue_SecretId struct {
	SecretId string `protobuf:"bytes,1,opt,name=secret_id,json=secretId,proto3,oneof"`
}

type SecretOrValue_Value

type SecretOrValue_Value struct {
	Value string `protobuf:"bytes,2,opt,name=value,proto3,oneof"`
}

type SecretOrValue_builder

type SecretOrValue_builder struct {

	// Fields of oneof SecretValue:
	SecretId *string
	Value    *string
	// contains filtered or unexported fields
}

func (SecretOrValue_builder) Build

type Secret_builder

type Secret_builder struct {
	SecretId   string
	CreateTime *timestamppb.Timestamp
	UpdateTime *timestamppb.Timestamp
	Labels     map[string]string
	Value      string
	// contains filtered or unexported fields
}

func (Secret_builder) Build

func (b0 Secret_builder) Build() *Secret

type ServiceConfig

type ServiceConfig struct {
	Name           string                           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Build          *BuildConfig                     `protobuf:"bytes,2,opt,name=build,proto3" json:"build,omitempty"`
	Command        []string                         `protobuf:"bytes,3,rep,name=command,proto3" json:"command,omitempty"`
	Configs        []*ServiceConfigObjConfig        `protobuf:"bytes,4,rep,name=configs,proto3" json:"configs,omitempty"`
	ContainerName  string                           `protobuf:"bytes,5,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"`
	CredentialSpec *CredentialSpecConfig            `protobuf:"bytes,6,opt,name=credential_spec,json=credentialSpec,proto3" json:"credential_spec,omitempty"`
	DependsOn      map[string]*ServiceDependency    `` /* 162-byte string literal not displayed */
	Devices        []string                         `protobuf:"bytes,8,rep,name=devices,proto3" json:"devices,omitempty"`
	Entrypoint     []string                         `protobuf:"bytes,9,rep,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Environment    map[string]string                `` /* 150-byte string literal not displayed */
	EnvFile        []string                         `protobuf:"bytes,11,rep,name=env_file,json=envFile,proto3" json:"env_file,omitempty"`
	Expose         []string                         `protobuf:"bytes,12,rep,name=expose,proto3" json:"expose,omitempty"`
	Extends        *ExtendsConfig                   `protobuf:"bytes,13,opt,name=extends,proto3" json:"extends,omitempty"`
	HealthCheck    *HealthCheckConfig               `protobuf:"bytes,14,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	Image          string                           `protobuf:"bytes,15,opt,name=image,proto3" json:"image,omitempty"`
	Networks       map[string]*ServiceNetworkConfig `` /* 144-byte string literal not displayed */
	Platform       string                           `protobuf:"bytes,17,opt,name=platform,proto3" json:"platform,omitempty"`
	Ports          []*ServicePortConfig             `protobuf:"bytes,18,rep,name=ports,proto3" json:"ports,omitempty"`
	Profiles       []string                         `protobuf:"bytes,19,rep,name=profiles,proto3" json:"profiles,omitempty"`
	Restart        string                           `protobuf:"bytes,20,opt,name=restart,proto3" json:"restart,omitempty"`
	Scale          int32                            `protobuf:"varint,21,opt,name=scale,proto3" json:"scale,omitempty"`
	Secrets        []*ServiceSecretConfig           `protobuf:"bytes,22,rep,name=secrets,proto3" json:"secrets,omitempty"`
	ShmSize        int64                            `protobuf:"varint,23,opt,name=shm_size,json=shmSize,proto3" json:"shm_size,omitempty"`
	User           string                           `protobuf:"bytes,24,opt,name=user,proto3" json:"user,omitempty"`
	Volumes        []*ServiceVolumeConfig           `protobuf:"bytes,25,rep,name=volumes,proto3" json:"volumes,omitempty"`
	VolumesFrom    []string                         `protobuf:"bytes,26,rep,name=volumes_from,json=volumesFrom,proto3" json:"volumes_from,omitempty"`
	// contains filtered or unexported fields
}

ServiceConfig matches the Go struct field names

func (*ServiceConfig) ClearBuild_

func (x *ServiceConfig) ClearBuild_()

func (*ServiceConfig) ClearCredentialSpec

func (x *ServiceConfig) ClearCredentialSpec()

func (*ServiceConfig) ClearExtends

func (x *ServiceConfig) ClearExtends()

func (*ServiceConfig) ClearHealthCheck

func (x *ServiceConfig) ClearHealthCheck()

func (*ServiceConfig) GetBuild deprecated

func (x *ServiceConfig) GetBuild() *BuildConfig

Deprecated: Use GetBuild_ instead.

func (*ServiceConfig) GetBuild_

func (x *ServiceConfig) GetBuild_() *BuildConfig

func (*ServiceConfig) GetCommand

func (x *ServiceConfig) GetCommand() []string

func (*ServiceConfig) GetConfigs

func (x *ServiceConfig) GetConfigs() []*ServiceConfigObjConfig

func (*ServiceConfig) GetContainerName

func (x *ServiceConfig) GetContainerName() string

func (*ServiceConfig) GetCredentialSpec

func (x *ServiceConfig) GetCredentialSpec() *CredentialSpecConfig

func (*ServiceConfig) GetDependsOn

func (x *ServiceConfig) GetDependsOn() map[string]*ServiceDependency

func (*ServiceConfig) GetDevices

func (x *ServiceConfig) GetDevices() []string

func (*ServiceConfig) GetEntrypoint

func (x *ServiceConfig) GetEntrypoint() []string

func (*ServiceConfig) GetEnvFile

func (x *ServiceConfig) GetEnvFile() []string

func (*ServiceConfig) GetEnvironment

func (x *ServiceConfig) GetEnvironment() map[string]string

func (*ServiceConfig) GetExpose

func (x *ServiceConfig) GetExpose() []string

func (*ServiceConfig) GetExtends

func (x *ServiceConfig) GetExtends() *ExtendsConfig

func (*ServiceConfig) GetHealthCheck

func (x *ServiceConfig) GetHealthCheck() *HealthCheckConfig

func (*ServiceConfig) GetImage

func (x *ServiceConfig) GetImage() string

func (*ServiceConfig) GetName

func (x *ServiceConfig) GetName() string

func (*ServiceConfig) GetNetworks

func (x *ServiceConfig) GetNetworks() map[string]*ServiceNetworkConfig

func (*ServiceConfig) GetPlatform

func (x *ServiceConfig) GetPlatform() string

func (*ServiceConfig) GetPorts

func (x *ServiceConfig) GetPorts() []*ServicePortConfig

func (*ServiceConfig) GetProfiles

func (x *ServiceConfig) GetProfiles() []string

func (*ServiceConfig) GetRestart

func (x *ServiceConfig) GetRestart() string

func (*ServiceConfig) GetScale

func (x *ServiceConfig) GetScale() int32

func (*ServiceConfig) GetSecrets

func (x *ServiceConfig) GetSecrets() []*ServiceSecretConfig

func (*ServiceConfig) GetShmSize

func (x *ServiceConfig) GetShmSize() int64

func (*ServiceConfig) GetUser

func (x *ServiceConfig) GetUser() string

func (*ServiceConfig) GetVolumes

func (x *ServiceConfig) GetVolumes() []*ServiceVolumeConfig

func (*ServiceConfig) GetVolumesFrom

func (x *ServiceConfig) GetVolumesFrom() []string

func (*ServiceConfig) HasBuild_

func (x *ServiceConfig) HasBuild_() bool

func (*ServiceConfig) HasCredentialSpec

func (x *ServiceConfig) HasCredentialSpec() bool

func (*ServiceConfig) HasExtends

func (x *ServiceConfig) HasExtends() bool

func (*ServiceConfig) HasHealthCheck

func (x *ServiceConfig) HasHealthCheck() bool

func (*ServiceConfig) ProtoMessage

func (*ServiceConfig) ProtoMessage()

func (*ServiceConfig) ProtoReflect

func (x *ServiceConfig) ProtoReflect() protoreflect.Message

func (*ServiceConfig) Reset

func (x *ServiceConfig) Reset()

func (*ServiceConfig) SetBuild_

func (x *ServiceConfig) SetBuild_(v *BuildConfig)

func (*ServiceConfig) SetCommand

func (x *ServiceConfig) SetCommand(v []string)

func (*ServiceConfig) SetConfigs

func (x *ServiceConfig) SetConfigs(v []*ServiceConfigObjConfig)

func (*ServiceConfig) SetContainerName

func (x *ServiceConfig) SetContainerName(v string)

func (*ServiceConfig) SetCredentialSpec

func (x *ServiceConfig) SetCredentialSpec(v *CredentialSpecConfig)

func (*ServiceConfig) SetDependsOn

func (x *ServiceConfig) SetDependsOn(v map[string]*ServiceDependency)

func (*ServiceConfig) SetDevices

func (x *ServiceConfig) SetDevices(v []string)

func (*ServiceConfig) SetEntrypoint

func (x *ServiceConfig) SetEntrypoint(v []string)

func (*ServiceConfig) SetEnvFile

func (x *ServiceConfig) SetEnvFile(v []string)

func (*ServiceConfig) SetEnvironment

func (x *ServiceConfig) SetEnvironment(v map[string]string)

func (*ServiceConfig) SetExpose

func (x *ServiceConfig) SetExpose(v []string)

func (*ServiceConfig) SetExtends

func (x *ServiceConfig) SetExtends(v *ExtendsConfig)

func (*ServiceConfig) SetHealthCheck

func (x *ServiceConfig) SetHealthCheck(v *HealthCheckConfig)

func (*ServiceConfig) SetImage

func (x *ServiceConfig) SetImage(v string)

func (*ServiceConfig) SetName

func (x *ServiceConfig) SetName(v string)

func (*ServiceConfig) SetNetworks

func (x *ServiceConfig) SetNetworks(v map[string]*ServiceNetworkConfig)

func (*ServiceConfig) SetPlatform

func (x *ServiceConfig) SetPlatform(v string)

func (*ServiceConfig) SetPorts

func (x *ServiceConfig) SetPorts(v []*ServicePortConfig)

func (*ServiceConfig) SetProfiles

func (x *ServiceConfig) SetProfiles(v []string)

func (*ServiceConfig) SetRestart

func (x *ServiceConfig) SetRestart(v string)

func (*ServiceConfig) SetScale

func (x *ServiceConfig) SetScale(v int32)

func (*ServiceConfig) SetSecrets

func (x *ServiceConfig) SetSecrets(v []*ServiceSecretConfig)

func (*ServiceConfig) SetShmSize

func (x *ServiceConfig) SetShmSize(v int64)

func (*ServiceConfig) SetUser

func (x *ServiceConfig) SetUser(v string)

func (*ServiceConfig) SetVolumes

func (x *ServiceConfig) SetVolumes(v []*ServiceVolumeConfig)

func (*ServiceConfig) SetVolumesFrom

func (x *ServiceConfig) SetVolumesFrom(v []string)

func (*ServiceConfig) String

func (x *ServiceConfig) String() string

type ServiceConfigObjConfig

type ServiceConfigObjConfig struct {
	Source string  `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	Target string  `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	Uid    string  `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Gid    string  `protobuf:"bytes,4,opt,name=gid,proto3" json:"gid,omitempty"`
	Mode   *uint32 `protobuf:"varint,5,opt,name=mode,proto3,oneof" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

ServiceConfigObjConfig defines configuration object references

func (*ServiceConfigObjConfig) ClearMode

func (x *ServiceConfigObjConfig) ClearMode()

func (*ServiceConfigObjConfig) GetGid

func (x *ServiceConfigObjConfig) GetGid() string

func (*ServiceConfigObjConfig) GetMode

func (x *ServiceConfigObjConfig) GetMode() uint32

func (*ServiceConfigObjConfig) GetSource

func (x *ServiceConfigObjConfig) GetSource() string

func (*ServiceConfigObjConfig) GetTarget

func (x *ServiceConfigObjConfig) GetTarget() string

func (*ServiceConfigObjConfig) GetUid

func (x *ServiceConfigObjConfig) GetUid() string

func (*ServiceConfigObjConfig) HasMode

func (x *ServiceConfigObjConfig) HasMode() bool

func (*ServiceConfigObjConfig) ProtoMessage

func (*ServiceConfigObjConfig) ProtoMessage()

func (*ServiceConfigObjConfig) ProtoReflect

func (x *ServiceConfigObjConfig) ProtoReflect() protoreflect.Message

func (*ServiceConfigObjConfig) Reset

func (x *ServiceConfigObjConfig) Reset()

func (*ServiceConfigObjConfig) SetGid

func (x *ServiceConfigObjConfig) SetGid(v string)

func (*ServiceConfigObjConfig) SetMode

func (x *ServiceConfigObjConfig) SetMode(v uint32)

func (*ServiceConfigObjConfig) SetSource

func (x *ServiceConfigObjConfig) SetSource(v string)

func (*ServiceConfigObjConfig) SetTarget

func (x *ServiceConfigObjConfig) SetTarget(v string)

func (*ServiceConfigObjConfig) SetUid

func (x *ServiceConfigObjConfig) SetUid(v string)

func (*ServiceConfigObjConfig) String

func (x *ServiceConfigObjConfig) String() string

type ServiceConfigObjConfig_builder

type ServiceConfigObjConfig_builder struct {
	Source string
	Target string
	Uid    string
	Gid    string
	Mode   *uint32
	// contains filtered or unexported fields
}

func (ServiceConfigObjConfig_builder) Build

type ServiceConfig_builder

type ServiceConfig_builder struct {
	Name           string
	Build_         *BuildConfig
	Command        []string
	Configs        []*ServiceConfigObjConfig
	ContainerName  string
	CredentialSpec *CredentialSpecConfig
	DependsOn      map[string]*ServiceDependency
	Devices        []string
	Entrypoint     []string
	Environment    map[string]string
	EnvFile        []string
	Expose         []string
	Extends        *ExtendsConfig
	HealthCheck    *HealthCheckConfig
	Image          string
	Networks       map[string]*ServiceNetworkConfig
	Platform       string
	Ports          []*ServicePortConfig
	Profiles       []string
	Restart        string
	Scale          int32
	Secrets        []*ServiceSecretConfig
	ShmSize        int64
	User           string
	Volumes        []*ServiceVolumeConfig
	VolumesFrom    []string
	// contains filtered or unexported fields
}

func (ServiceConfig_builder) Build

type ServiceDependency

type ServiceDependency struct {
	Condition string `protobuf:"bytes,1,opt,name=condition,proto3" json:"condition,omitempty"`
	Required  bool   `protobuf:"varint,2,opt,name=required,proto3" json:"required,omitempty"`
	Restart   bool   `protobuf:"varint,3,opt,name=restart,proto3" json:"restart,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceDependency) GetCondition

func (x *ServiceDependency) GetCondition() string

func (*ServiceDependency) GetRequired

func (x *ServiceDependency) GetRequired() bool

func (*ServiceDependency) GetRestart

func (x *ServiceDependency) GetRestart() bool

func (*ServiceDependency) ProtoMessage

func (*ServiceDependency) ProtoMessage()

func (*ServiceDependency) ProtoReflect

func (x *ServiceDependency) ProtoReflect() protoreflect.Message

func (*ServiceDependency) Reset

func (x *ServiceDependency) Reset()

func (*ServiceDependency) SetCondition

func (x *ServiceDependency) SetCondition(v string)

func (*ServiceDependency) SetRequired

func (x *ServiceDependency) SetRequired(v bool)

func (*ServiceDependency) SetRestart

func (x *ServiceDependency) SetRestart(v bool)

func (*ServiceDependency) String

func (x *ServiceDependency) String() string

type ServiceDependency_builder

type ServiceDependency_builder struct {
	Condition string
	Required  bool
	Restart   bool
	// contains filtered or unexported fields
}

func (ServiceDependency_builder) Build

type ServiceEvent

type ServiceEvent struct {
	ServiceEventId string                 `protobuf:"bytes,1,opt,name=service_event_id,json=serviceEventId,proto3" json:"service_event_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 */
	Type           string                 `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	Event          *Event                 `protobuf:"bytes,7,opt,name=event,proto3" json:"event,omitempty"`
	Object         string                 `protobuf:"bytes,8,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceEvent) ClearCreateTime

func (x *ServiceEvent) ClearCreateTime()

func (*ServiceEvent) ClearEvent

func (x *ServiceEvent) ClearEvent()

func (*ServiceEvent) ClearUpdateTime

func (x *ServiceEvent) ClearUpdateTime()

func (*ServiceEvent) GetCreateTime

func (x *ServiceEvent) GetCreateTime() *timestamppb.Timestamp

func (*ServiceEvent) GetEvent

func (x *ServiceEvent) GetEvent() *Event

func (*ServiceEvent) GetLabels

func (x *ServiceEvent) GetLabels() map[string]string

func (*ServiceEvent) GetObject

func (x *ServiceEvent) GetObject() string

func (*ServiceEvent) GetServiceEventId

func (x *ServiceEvent) GetServiceEventId() string

func (*ServiceEvent) GetType

func (x *ServiceEvent) GetType() string

func (*ServiceEvent) GetUpdateTime

func (x *ServiceEvent) GetUpdateTime() *timestamppb.Timestamp

func (*ServiceEvent) HasCreateTime

func (x *ServiceEvent) HasCreateTime() bool

func (*ServiceEvent) HasEvent

func (x *ServiceEvent) HasEvent() bool

func (*ServiceEvent) HasUpdateTime

func (x *ServiceEvent) HasUpdateTime() bool

func (*ServiceEvent) ProtoMessage

func (*ServiceEvent) ProtoMessage()

func (*ServiceEvent) ProtoReflect

func (x *ServiceEvent) ProtoReflect() protoreflect.Message

func (*ServiceEvent) Reset

func (x *ServiceEvent) Reset()

func (*ServiceEvent) SetCreateTime

func (x *ServiceEvent) SetCreateTime(v *timestamppb.Timestamp)

func (*ServiceEvent) SetEvent

func (x *ServiceEvent) SetEvent(v *Event)

func (*ServiceEvent) SetLabels

func (x *ServiceEvent) SetLabels(v map[string]string)

func (*ServiceEvent) SetObject

func (x *ServiceEvent) SetObject(v string)

func (*ServiceEvent) SetServiceEventId

func (x *ServiceEvent) SetServiceEventId(v string)

func (*ServiceEvent) SetType

func (x *ServiceEvent) SetType(v string)

func (*ServiceEvent) SetUpdateTime

func (x *ServiceEvent) SetUpdateTime(v *timestamppb.Timestamp)

func (*ServiceEvent) String

func (x *ServiceEvent) String() string

type ServiceEvent_builder

type ServiceEvent_builder struct {
	ServiceEventId string
	CreateTime     *timestamppb.Timestamp
	UpdateTime     *timestamppb.Timestamp
	Labels         map[string]string
	Type           string
	Event          *Event
	Object         string
	// contains filtered or unexported fields
}

func (ServiceEvent_builder) Build

func (b0 ServiceEvent_builder) Build() *ServiceEvent

type ServiceNetworkConfig

type ServiceNetworkConfig struct {
	Priority     int32    `protobuf:"varint,1,opt,name=priority,proto3" json:"priority,omitempty"`
	Aliases      []string `protobuf:"bytes,2,rep,name=aliases,proto3" json:"aliases,omitempty"`
	Ipv4Address  string   `protobuf:"bytes,3,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address  string   `protobuf:"bytes,4,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	LinkLocalIps []string `protobuf:"bytes,5,rep,name=link_local_ips,json=linkLocalIps,proto3" json:"link_local_ips,omitempty"`
	MacAddress   string   `protobuf:"bytes,6,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceNetworkConfig) GetAliases

func (x *ServiceNetworkConfig) GetAliases() []string

func (*ServiceNetworkConfig) GetIpv4Address

func (x *ServiceNetworkConfig) GetIpv4Address() string

func (*ServiceNetworkConfig) GetIpv6Address

func (x *ServiceNetworkConfig) GetIpv6Address() string

func (*ServiceNetworkConfig) GetLinkLocalIps

func (x *ServiceNetworkConfig) GetLinkLocalIps() []string

func (*ServiceNetworkConfig) GetMacAddress

func (x *ServiceNetworkConfig) GetMacAddress() string

func (*ServiceNetworkConfig) GetPriority

func (x *ServiceNetworkConfig) GetPriority() int32

func (*ServiceNetworkConfig) ProtoMessage

func (*ServiceNetworkConfig) ProtoMessage()

func (*ServiceNetworkConfig) ProtoReflect

func (x *ServiceNetworkConfig) ProtoReflect() protoreflect.Message

func (*ServiceNetworkConfig) Reset

func (x *ServiceNetworkConfig) Reset()

func (*ServiceNetworkConfig) SetAliases

func (x *ServiceNetworkConfig) SetAliases(v []string)

func (*ServiceNetworkConfig) SetIpv4Address

func (x *ServiceNetworkConfig) SetIpv4Address(v string)

func (*ServiceNetworkConfig) SetIpv6Address

func (x *ServiceNetworkConfig) SetIpv6Address(v string)

func (*ServiceNetworkConfig) SetLinkLocalIps

func (x *ServiceNetworkConfig) SetLinkLocalIps(v []string)

func (*ServiceNetworkConfig) SetMacAddress

func (x *ServiceNetworkConfig) SetMacAddress(v string)

func (*ServiceNetworkConfig) SetPriority

func (x *ServiceNetworkConfig) SetPriority(v int32)

func (*ServiceNetworkConfig) String

func (x *ServiceNetworkConfig) String() string

type ServiceNetworkConfig_builder

type ServiceNetworkConfig_builder struct {
	Priority     int32
	Aliases      []string
	Ipv4Address  string
	Ipv6Address  string
	LinkLocalIps []string
	MacAddress   string
	// contains filtered or unexported fields
}

func (ServiceNetworkConfig_builder) Build

type ServicePortConfig

type ServicePortConfig struct {
	Mode      string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	HostIp    string `protobuf:"bytes,2,opt,name=host_ip,json=hostIp,proto3" json:"host_ip,omitempty"`
	Target    uint32 `protobuf:"varint,3,opt,name=target,proto3" json:"target,omitempty"`
	Published string `protobuf:"bytes,4,opt,name=published,proto3" json:"published,omitempty"`
	Protocol  string `protobuf:"bytes,5,opt,name=protocol,proto3" json:"protocol,omitempty"`
	// contains filtered or unexported fields
}

ServicePortConfig defines port mapping configuration

func (*ServicePortConfig) GetHostIp

func (x *ServicePortConfig) GetHostIp() string

func (*ServicePortConfig) GetMode

func (x *ServicePortConfig) GetMode() string

func (*ServicePortConfig) GetProtocol

func (x *ServicePortConfig) GetProtocol() string

func (*ServicePortConfig) GetPublished

func (x *ServicePortConfig) GetPublished() string

func (*ServicePortConfig) GetTarget

func (x *ServicePortConfig) GetTarget() uint32

func (*ServicePortConfig) ProtoMessage

func (*ServicePortConfig) ProtoMessage()

func (*ServicePortConfig) ProtoReflect

func (x *ServicePortConfig) ProtoReflect() protoreflect.Message

func (*ServicePortConfig) Reset

func (x *ServicePortConfig) Reset()

func (*ServicePortConfig) SetHostIp

func (x *ServicePortConfig) SetHostIp(v string)

func (*ServicePortConfig) SetMode

func (x *ServicePortConfig) SetMode(v string)

func (*ServicePortConfig) SetProtocol

func (x *ServicePortConfig) SetProtocol(v string)

func (*ServicePortConfig) SetPublished

func (x *ServicePortConfig) SetPublished(v string)

func (*ServicePortConfig) SetTarget

func (x *ServicePortConfig) SetTarget(v uint32)

func (*ServicePortConfig) String

func (x *ServicePortConfig) String() string

type ServicePortConfig_builder

type ServicePortConfig_builder struct {
	Mode      string
	HostIp    string
	Target    uint32
	Published string
	Protocol  string
	// contains filtered or unexported fields
}

func (ServicePortConfig_builder) Build

type ServiceSecretConfig

type ServiceSecretConfig struct {
	Source string  `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	Target string  `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	Uid    string  `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Gid    string  `protobuf:"bytes,4,opt,name=gid,proto3" json:"gid,omitempty"`
	Mode   *uint32 `protobuf:"varint,5,opt,name=mode,proto3,oneof" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

ServiceSecretConfig defines secret references

func (*ServiceSecretConfig) ClearMode

func (x *ServiceSecretConfig) ClearMode()

func (*ServiceSecretConfig) GetGid

func (x *ServiceSecretConfig) GetGid() string

func (*ServiceSecretConfig) GetMode

func (x *ServiceSecretConfig) GetMode() uint32

func (*ServiceSecretConfig) GetSource

func (x *ServiceSecretConfig) GetSource() string

func (*ServiceSecretConfig) GetTarget

func (x *ServiceSecretConfig) GetTarget() string

func (*ServiceSecretConfig) GetUid

func (x *ServiceSecretConfig) GetUid() string

func (*ServiceSecretConfig) HasMode

func (x *ServiceSecretConfig) HasMode() bool

func (*ServiceSecretConfig) ProtoMessage

func (*ServiceSecretConfig) ProtoMessage()

func (*ServiceSecretConfig) ProtoReflect

func (x *ServiceSecretConfig) ProtoReflect() protoreflect.Message

func (*ServiceSecretConfig) Reset

func (x *ServiceSecretConfig) Reset()

func (*ServiceSecretConfig) SetGid

func (x *ServiceSecretConfig) SetGid(v string)

func (*ServiceSecretConfig) SetMode

func (x *ServiceSecretConfig) SetMode(v uint32)

func (*ServiceSecretConfig) SetSource

func (x *ServiceSecretConfig) SetSource(v string)

func (*ServiceSecretConfig) SetTarget

func (x *ServiceSecretConfig) SetTarget(v string)

func (*ServiceSecretConfig) SetUid

func (x *ServiceSecretConfig) SetUid(v string)

func (*ServiceSecretConfig) String

func (x *ServiceSecretConfig) String() string

type ServiceSecretConfig_builder

type ServiceSecretConfig_builder struct {
	Source string
	Target string
	Uid    string
	Gid    string
	Mode   *uint32
	// contains filtered or unexported fields
}

func (ServiceSecretConfig_builder) Build

type ServiceVolumeBind

type ServiceVolumeBind struct {
	Selinux        string `protobuf:"bytes,1,opt,name=selinux,proto3" json:"selinux,omitempty"`
	Propagation    string `protobuf:"bytes,2,opt,name=propagation,proto3" json:"propagation,omitempty"`
	CreateHostPath bool   `protobuf:"varint,3,opt,name=create_host_path,json=createHostPath,proto3" json:"create_host_path,omitempty"`
	// contains filtered or unexported fields
}

ServiceVolumeBind defines bind mount configuration

func (*ServiceVolumeBind) GetCreateHostPath

func (x *ServiceVolumeBind) GetCreateHostPath() bool

func (*ServiceVolumeBind) GetPropagation

func (x *ServiceVolumeBind) GetPropagation() string

func (*ServiceVolumeBind) GetSelinux

func (x *ServiceVolumeBind) GetSelinux() string

func (*ServiceVolumeBind) ProtoMessage

func (*ServiceVolumeBind) ProtoMessage()

func (*ServiceVolumeBind) ProtoReflect

func (x *ServiceVolumeBind) ProtoReflect() protoreflect.Message

func (*ServiceVolumeBind) Reset

func (x *ServiceVolumeBind) Reset()

func (*ServiceVolumeBind) SetCreateHostPath

func (x *ServiceVolumeBind) SetCreateHostPath(v bool)

func (*ServiceVolumeBind) SetPropagation

func (x *ServiceVolumeBind) SetPropagation(v string)

func (*ServiceVolumeBind) SetSelinux

func (x *ServiceVolumeBind) SetSelinux(v string)

func (*ServiceVolumeBind) String

func (x *ServiceVolumeBind) String() string

type ServiceVolumeBind_builder

type ServiceVolumeBind_builder struct {
	Selinux        string
	Propagation    string
	CreateHostPath bool
	// contains filtered or unexported fields
}

func (ServiceVolumeBind_builder) Build

type ServiceVolumeConfig

type ServiceVolumeConfig struct {
	Type        string               `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Source      string               `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Target      string               `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	ReadOnly    bool                 `protobuf:"varint,4,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
	Consistency string               `protobuf:"bytes,5,opt,name=consistency,proto3" json:"consistency,omitempty"`
	Bind        *ServiceVolumeBind   `protobuf:"bytes,6,opt,name=bind,proto3" json:"bind,omitempty"`
	Volume      *ServiceVolumeVolume `protobuf:"bytes,7,opt,name=volume,proto3" json:"volume,omitempty"`
	Tmpfs       *ServiceVolumeTmpfs  `protobuf:"bytes,8,opt,name=tmpfs,proto3" json:"tmpfs,omitempty"`
	// contains filtered or unexported fields
}

ServiceVolumeConfig defines volume configuration

func (*ServiceVolumeConfig) ClearBind

func (x *ServiceVolumeConfig) ClearBind()

func (*ServiceVolumeConfig) ClearTmpfs

func (x *ServiceVolumeConfig) ClearTmpfs()

func (*ServiceVolumeConfig) ClearVolume

func (x *ServiceVolumeConfig) ClearVolume()

func (*ServiceVolumeConfig) GetBind

func (x *ServiceVolumeConfig) GetBind() *ServiceVolumeBind

func (*ServiceVolumeConfig) GetConsistency

func (x *ServiceVolumeConfig) GetConsistency() string

func (*ServiceVolumeConfig) GetReadOnly

func (x *ServiceVolumeConfig) GetReadOnly() bool

func (*ServiceVolumeConfig) GetSource

func (x *ServiceVolumeConfig) GetSource() string

func (*ServiceVolumeConfig) GetTarget

func (x *ServiceVolumeConfig) GetTarget() string

func (*ServiceVolumeConfig) GetTmpfs

func (x *ServiceVolumeConfig) GetTmpfs() *ServiceVolumeTmpfs

func (*ServiceVolumeConfig) GetType

func (x *ServiceVolumeConfig) GetType() string

func (*ServiceVolumeConfig) GetVolume

func (x *ServiceVolumeConfig) GetVolume() *ServiceVolumeVolume

func (*ServiceVolumeConfig) HasBind

func (x *ServiceVolumeConfig) HasBind() bool

func (*ServiceVolumeConfig) HasTmpfs

func (x *ServiceVolumeConfig) HasTmpfs() bool

func (*ServiceVolumeConfig) HasVolume

func (x *ServiceVolumeConfig) HasVolume() bool

func (*ServiceVolumeConfig) ProtoMessage

func (*ServiceVolumeConfig) ProtoMessage()

func (*ServiceVolumeConfig) ProtoReflect

func (x *ServiceVolumeConfig) ProtoReflect() protoreflect.Message

func (*ServiceVolumeConfig) Reset

func (x *ServiceVolumeConfig) Reset()

func (*ServiceVolumeConfig) SetBind

func (x *ServiceVolumeConfig) SetBind(v *ServiceVolumeBind)

func (*ServiceVolumeConfig) SetConsistency

func (x *ServiceVolumeConfig) SetConsistency(v string)

func (*ServiceVolumeConfig) SetReadOnly

func (x *ServiceVolumeConfig) SetReadOnly(v bool)

func (*ServiceVolumeConfig) SetSource

func (x *ServiceVolumeConfig) SetSource(v string)

func (*ServiceVolumeConfig) SetTarget

func (x *ServiceVolumeConfig) SetTarget(v string)

func (*ServiceVolumeConfig) SetTmpfs

func (x *ServiceVolumeConfig) SetTmpfs(v *ServiceVolumeTmpfs)

func (*ServiceVolumeConfig) SetType

func (x *ServiceVolumeConfig) SetType(v string)

func (*ServiceVolumeConfig) SetVolume

func (x *ServiceVolumeConfig) SetVolume(v *ServiceVolumeVolume)

func (*ServiceVolumeConfig) String

func (x *ServiceVolumeConfig) String() string

type ServiceVolumeConfig_builder

type ServiceVolumeConfig_builder struct {
	Type        string
	Source      string
	Target      string
	ReadOnly    bool
	Consistency string
	Bind        *ServiceVolumeBind
	Volume      *ServiceVolumeVolume
	Tmpfs       *ServiceVolumeTmpfs
	// contains filtered or unexported fields
}

func (ServiceVolumeConfig_builder) Build

type ServiceVolumeTmpfs

type ServiceVolumeTmpfs struct {
	Size int64  `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Mode uint32 `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

ServiceVolumeTmpfs defines tmpfs configuration

func (*ServiceVolumeTmpfs) GetMode

func (x *ServiceVolumeTmpfs) GetMode() uint32

func (*ServiceVolumeTmpfs) GetSize

func (x *ServiceVolumeTmpfs) GetSize() int64

func (*ServiceVolumeTmpfs) ProtoMessage

func (*ServiceVolumeTmpfs) ProtoMessage()

func (*ServiceVolumeTmpfs) ProtoReflect

func (x *ServiceVolumeTmpfs) ProtoReflect() protoreflect.Message

func (*ServiceVolumeTmpfs) Reset

func (x *ServiceVolumeTmpfs) Reset()

func (*ServiceVolumeTmpfs) SetMode

func (x *ServiceVolumeTmpfs) SetMode(v uint32)

func (*ServiceVolumeTmpfs) SetSize

func (x *ServiceVolumeTmpfs) SetSize(v int64)

func (*ServiceVolumeTmpfs) String

func (x *ServiceVolumeTmpfs) String() string

type ServiceVolumeTmpfs_builder

type ServiceVolumeTmpfs_builder struct {
	Size int64
	Mode uint32
	// contains filtered or unexported fields
}

func (ServiceVolumeTmpfs_builder) Build

type ServiceVolumeVolume

type ServiceVolumeVolume struct {
	Nocopy bool `protobuf:"varint,1,opt,name=nocopy,proto3" json:"nocopy,omitempty"`
	// contains filtered or unexported fields
}

ServiceVolumeVolume defines named volume configuration

func (*ServiceVolumeVolume) GetNocopy

func (x *ServiceVolumeVolume) GetNocopy() bool

func (*ServiceVolumeVolume) ProtoMessage

func (*ServiceVolumeVolume) ProtoMessage()

func (*ServiceVolumeVolume) ProtoReflect

func (x *ServiceVolumeVolume) ProtoReflect() protoreflect.Message

func (*ServiceVolumeVolume) Reset

func (x *ServiceVolumeVolume) Reset()

func (*ServiceVolumeVolume) SetNocopy

func (x *ServiceVolumeVolume) SetNocopy(v bool)

func (*ServiceVolumeVolume) String

func (x *ServiceVolumeVolume) String() string

type ServiceVolumeVolume_builder

type ServiceVolumeVolume_builder struct {
	Nocopy bool
	// contains filtered or unexported fields
}

func (ServiceVolumeVolume_builder) Build

type Session

type Session struct {
	SessionId  string                 `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_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 */
	// contains filtered or unexported fields
}

func (*Session) ClearCreateTime

func (x *Session) ClearCreateTime()

func (*Session) ClearUpdateTime

func (x *Session) ClearUpdateTime()

func (*Session) GetCreateTime

func (x *Session) GetCreateTime() *timestamppb.Timestamp

func (*Session) GetLabels

func (x *Session) GetLabels() map[string]string

func (*Session) GetSessionId

func (x *Session) GetSessionId() string

func (*Session) GetUpdateTime

func (x *Session) GetUpdateTime() *timestamppb.Timestamp

func (*Session) HasCreateTime

func (x *Session) HasCreateTime() bool

func (*Session) HasUpdateTime

func (x *Session) HasUpdateTime() bool

func (*Session) ProtoMessage

func (*Session) ProtoMessage()

func (*Session) ProtoReflect

func (x *Session) ProtoReflect() protoreflect.Message

func (*Session) Reset

func (x *Session) Reset()

func (*Session) SetCreateTime

func (x *Session) SetCreateTime(v *timestamppb.Timestamp)

func (*Session) SetLabels

func (x *Session) SetLabels(v map[string]string)

func (*Session) SetSessionId

func (x *Session) SetSessionId(v string)

func (*Session) SetUpdateTime

func (x *Session) SetUpdateTime(v *timestamppb.Timestamp)

func (*Session) String

func (x *Session) String() string

type Session_builder

type Session_builder struct {
	SessionId  string
	CreateTime *timestamppb.Timestamp
	UpdateTime *timestamppb.Timestamp
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (Session_builder) Build

func (b0 Session_builder) Build() *Session

type SetPaymentMethodAsDefaultRequest

type SetPaymentMethodAsDefaultRequest struct {
	BillingProfileId string `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	PaymentMethodId  string `protobuf:"bytes,2,opt,name=payment_method_id,json=paymentMethodId,proto3" json:"payment_method_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPaymentMethodAsDefaultRequest) GetBillingProfileId

func (x *SetPaymentMethodAsDefaultRequest) GetBillingProfileId() string

func (*SetPaymentMethodAsDefaultRequest) GetPaymentMethodId

func (x *SetPaymentMethodAsDefaultRequest) GetPaymentMethodId() string

func (*SetPaymentMethodAsDefaultRequest) ProtoMessage

func (*SetPaymentMethodAsDefaultRequest) ProtoMessage()

func (*SetPaymentMethodAsDefaultRequest) ProtoReflect

func (*SetPaymentMethodAsDefaultRequest) Reset

func (*SetPaymentMethodAsDefaultRequest) SetBillingProfileId

func (x *SetPaymentMethodAsDefaultRequest) SetBillingProfileId(v string)

func (*SetPaymentMethodAsDefaultRequest) SetPaymentMethodId

func (x *SetPaymentMethodAsDefaultRequest) SetPaymentMethodId(v string)

func (*SetPaymentMethodAsDefaultRequest) String

type SetPaymentMethodAsDefaultRequest_builder

type SetPaymentMethodAsDefaultRequest_builder struct {
	BillingProfileId string
	PaymentMethodId  string
	// contains filtered or unexported fields
}

func (SetPaymentMethodAsDefaultRequest_builder) Build

type SetPaymentMethodAsDefaultResponse

type SetPaymentMethodAsDefaultResponse struct {
	PaymentMethods []*PaymentMethod `protobuf:"bytes,1,rep,name=payment_methods,json=paymentMethods,proto3" json:"payment_methods,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPaymentMethodAsDefaultResponse) GetPaymentMethods

func (x *SetPaymentMethodAsDefaultResponse) GetPaymentMethods() []*PaymentMethod

func (*SetPaymentMethodAsDefaultResponse) ProtoMessage

func (*SetPaymentMethodAsDefaultResponse) ProtoMessage()

func (*SetPaymentMethodAsDefaultResponse) ProtoReflect

func (*SetPaymentMethodAsDefaultResponse) Reset

func (*SetPaymentMethodAsDefaultResponse) SetPaymentMethods

func (x *SetPaymentMethodAsDefaultResponse) SetPaymentMethods(v []*PaymentMethod)

func (*SetPaymentMethodAsDefaultResponse) String

type SetPaymentMethodAsDefaultResponse_builder

type SetPaymentMethodAsDefaultResponse_builder struct {
	PaymentMethods []*PaymentMethod
	// contains filtered or unexported fields
}

func (SetPaymentMethodAsDefaultResponse_builder) Build

type SetupIntent

type SetupIntent struct {
	SetupIntentId string `protobuf:"bytes,1,opt,name=setup_intent_id,json=setupIntentId,proto3" json:"setup_intent_id,omitempty"`
	ClientSecret  string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*SetupIntent) GetClientSecret

func (x *SetupIntent) GetClientSecret() string

func (*SetupIntent) GetSetupIntentId

func (x *SetupIntent) GetSetupIntentId() string

func (*SetupIntent) ProtoMessage

func (*SetupIntent) ProtoMessage()

func (*SetupIntent) ProtoReflect

func (x *SetupIntent) ProtoReflect() protoreflect.Message

func (*SetupIntent) Reset

func (x *SetupIntent) Reset()

func (*SetupIntent) SetClientSecret

func (x *SetupIntent) SetClientSecret(v string)

func (*SetupIntent) SetSetupIntentId

func (x *SetupIntent) SetSetupIntentId(v string)

func (*SetupIntent) String

func (x *SetupIntent) String() string

type SetupIntent_builder

type SetupIntent_builder struct {
	SetupIntentId string
	ClientSecret  string
	// contains filtered or unexported fields
}

func (SetupIntent_builder) Build

func (b0 SetupIntent_builder) Build() *SetupIntent

type SourceVal

type SourceVal struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// types: github, colab
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceVal) GetType

func (x *SourceVal) GetType() string

func (*SourceVal) GetUrl

func (x *SourceVal) GetUrl() string

func (*SourceVal) ProtoMessage

func (*SourceVal) ProtoMessage()

func (*SourceVal) ProtoReflect

func (x *SourceVal) ProtoReflect() protoreflect.Message

func (*SourceVal) Reset

func (x *SourceVal) Reset()

func (*SourceVal) SetType

func (x *SourceVal) SetType(v string)

func (*SourceVal) SetUrl

func (x *SourceVal) SetUrl(v string)

func (*SourceVal) String

func (x *SourceVal) String() string

type SourceVal_builder

type SourceVal_builder struct {
	Url string
	// types: github, colab
	Type string
	// contains filtered or unexported fields
}

func (SourceVal_builder) Build

func (b0 SourceVal_builder) Build() *SourceVal

type Spot

type Spot struct {
	AvailabilityZone string       `protobuf:"bytes,5,opt,name=availability_zone,json=availabilityZone,proto3" json:"availability_zone,omitempty"`
	LatestPrice      *PriceSample `protobuf:"bytes,4,opt,name=latest_price,json=latestPrice,proto3" json:"latest_price,omitempty"`
	// contains filtered or unexported fields
}

func (*Spot) ClearLatestPrice

func (x *Spot) ClearLatestPrice()

func (*Spot) GetAvailabilityZone

func (x *Spot) GetAvailabilityZone() string

func (*Spot) GetLatestPrice

func (x *Spot) GetLatestPrice() *PriceSample

func (*Spot) HasLatestPrice

func (x *Spot) HasLatestPrice() bool

func (*Spot) ProtoMessage

func (*Spot) ProtoMessage()

func (*Spot) ProtoReflect

func (x *Spot) ProtoReflect() protoreflect.Message

func (*Spot) Reset

func (x *Spot) Reset()

func (*Spot) SetAvailabilityZone

func (x *Spot) SetAvailabilityZone(v string)

func (*Spot) SetLatestPrice

func (x *Spot) SetLatestPrice(v *PriceSample)

func (*Spot) String

func (x *Spot) String() string

type Spot_builder

type Spot_builder struct {
	AvailabilityZone string
	LatestPrice      *PriceSample
	// contains filtered or unexported fields
}

func (Spot_builder) Build

func (b0 Spot_builder) Build() *Spot

type SshConnection

type SshConnection struct {
	User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Host string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	Port int32  `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
	// Types that are valid to be assigned to PrivateKey:
	//
	//	*SshConnection_PrivateKeyValue
	PrivateKey isSshConnection_PrivateKey `protobuf_oneof:"private_key"`
	// contains filtered or unexported fields
}

func (*SshConnection) ClearPrivateKey

func (x *SshConnection) ClearPrivateKey()

func (*SshConnection) ClearPrivateKeyValue

func (x *SshConnection) ClearPrivateKeyValue()

func (*SshConnection) GetHost

func (x *SshConnection) GetHost() string

func (*SshConnection) GetPort

func (x *SshConnection) GetPort() int32

func (*SshConnection) GetPrivateKey

func (x *SshConnection) GetPrivateKey() isSshConnection_PrivateKey

func (*SshConnection) GetPrivateKeyValue

func (x *SshConnection) GetPrivateKeyValue() string

func (*SshConnection) GetUser

func (x *SshConnection) GetUser() string

func (*SshConnection) HasPrivateKey

func (x *SshConnection) HasPrivateKey() bool

func (*SshConnection) HasPrivateKeyValue

func (x *SshConnection) HasPrivateKeyValue() bool

func (*SshConnection) ProtoMessage

func (*SshConnection) ProtoMessage()

func (*SshConnection) ProtoReflect

func (x *SshConnection) ProtoReflect() protoreflect.Message

func (*SshConnection) Reset

func (x *SshConnection) Reset()

func (*SshConnection) SetHost

func (x *SshConnection) SetHost(v string)

func (*SshConnection) SetPort

func (x *SshConnection) SetPort(v int32)

func (*SshConnection) SetPrivateKeyValue

func (x *SshConnection) SetPrivateKeyValue(v string)

func (*SshConnection) SetUser

func (x *SshConnection) SetUser(v string)

func (*SshConnection) String

func (x *SshConnection) String() string

func (*SshConnection) WhichPrivateKey

func (x *SshConnection) WhichPrivateKey() case_SshConnection_PrivateKey

type SshConnection_PrivateKeyValue

type SshConnection_PrivateKeyValue struct {
	PrivateKeyValue string `protobuf:"bytes,4,opt,name=private_key_value,json=privateKeyValue,proto3,oneof"` // string private_key_secret_id = 5;
}

type SshConnection_builder

type SshConnection_builder struct {
	User string
	Host string
	Port int32
	// Fields of oneof PrivateKey:
	PrivateKeyValue *string
	// contains filtered or unexported fields
}

func (SshConnection_builder) Build

type Star

type Star struct {
	StarId     string                 `protobuf:"bytes,1,opt,name=star_id,json=starId,proto3" json:"star_id,omitempty"`
	UserId     string                 `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	NotebookId string                 `protobuf:"bytes,3,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	SourceType string                 `protobuf:"bytes,4,opt,name=source_type,json=sourceType,proto3" json:"source_type,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,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 (*Star) ClearCreateTime

func (x *Star) ClearCreateTime()

func (*Star) ClearUpdateTime

func (x *Star) ClearUpdateTime()

func (*Star) GetCreateTime

func (x *Star) GetCreateTime() *timestamppb.Timestamp

func (*Star) GetLabels

func (x *Star) GetLabels() map[string]string

func (*Star) GetNotebookId

func (x *Star) GetNotebookId() string

func (*Star) GetSourceType

func (x *Star) GetSourceType() string

func (*Star) GetStarId

func (x *Star) GetStarId() string

func (*Star) GetUpdateTime

func (x *Star) GetUpdateTime() *timestamppb.Timestamp

func (*Star) GetUserId

func (x *Star) GetUserId() string

func (*Star) HasCreateTime

func (x *Star) HasCreateTime() bool

func (*Star) HasUpdateTime

func (x *Star) HasUpdateTime() bool

func (*Star) ProtoMessage

func (*Star) ProtoMessage()

func (*Star) ProtoReflect

func (x *Star) ProtoReflect() protoreflect.Message

func (*Star) Reset

func (x *Star) Reset()

func (*Star) SetCreateTime

func (x *Star) SetCreateTime(v *timestamppb.Timestamp)

func (*Star) SetLabels

func (x *Star) SetLabels(v map[string]string)

func (*Star) SetNotebookId

func (x *Star) SetNotebookId(v string)

func (*Star) SetSourceType

func (x *Star) SetSourceType(v string)

func (*Star) SetStarId

func (x *Star) SetStarId(v string)

func (*Star) SetUpdateTime

func (x *Star) SetUpdateTime(v *timestamppb.Timestamp)

func (*Star) SetUserId

func (x *Star) SetUserId(v string)

func (*Star) String

func (x *Star) String() string

type StarNotebookRequest

type StarNotebookRequest struct {
	NotebookId string            `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	Labels     map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StarNotebookRequest) GetLabels

func (x *StarNotebookRequest) GetLabels() map[string]string

func (*StarNotebookRequest) GetNotebookId

func (x *StarNotebookRequest) GetNotebookId() string

func (*StarNotebookRequest) ProtoMessage

func (*StarNotebookRequest) ProtoMessage()

func (*StarNotebookRequest) ProtoReflect

func (x *StarNotebookRequest) ProtoReflect() protoreflect.Message

func (*StarNotebookRequest) Reset

func (x *StarNotebookRequest) Reset()

func (*StarNotebookRequest) SetLabels

func (x *StarNotebookRequest) SetLabels(v map[string]string)

func (*StarNotebookRequest) SetNotebookId

func (x *StarNotebookRequest) SetNotebookId(v string)

func (*StarNotebookRequest) String

func (x *StarNotebookRequest) String() string

type StarNotebookRequest_builder

type StarNotebookRequest_builder struct {
	NotebookId string
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (StarNotebookRequest_builder) Build

type StarNotebookResponse

type StarNotebookResponse struct {
	Star *Star `protobuf:"bytes,1,opt,name=star,proto3" json:"star,omitempty"`
	// contains filtered or unexported fields
}

func (*StarNotebookResponse) ClearStar

func (x *StarNotebookResponse) ClearStar()

func (*StarNotebookResponse) GetStar

func (x *StarNotebookResponse) GetStar() *Star

func (*StarNotebookResponse) HasStar

func (x *StarNotebookResponse) HasStar() bool

func (*StarNotebookResponse) ProtoMessage

func (*StarNotebookResponse) ProtoMessage()

func (*StarNotebookResponse) ProtoReflect

func (x *StarNotebookResponse) ProtoReflect() protoreflect.Message

func (*StarNotebookResponse) Reset

func (x *StarNotebookResponse) Reset()

func (*StarNotebookResponse) SetStar

func (x *StarNotebookResponse) SetStar(v *Star)

func (*StarNotebookResponse) String

func (x *StarNotebookResponse) String() string

type StarNotebookResponse_builder

type StarNotebookResponse_builder struct {
	Star *Star
	// contains filtered or unexported fields
}

func (StarNotebookResponse_builder) Build

type Star_builder

type Star_builder struct {
	StarId     string
	UserId     string
	NotebookId string
	SourceType string
	CreateTime *timestamppb.Timestamp
	UpdateTime *timestamppb.Timestamp
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (Star_builder) Build

func (b0 Star_builder) Build() *Star

type StartEnvironmentInstanceRequest

type StartEnvironmentInstanceRequest struct {
	EnvironmentId string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartEnvironmentInstanceRequest) GetEnvironmentId

func (x *StartEnvironmentInstanceRequest) GetEnvironmentId() string

func (*StartEnvironmentInstanceRequest) ProtoMessage

func (*StartEnvironmentInstanceRequest) ProtoMessage()

func (*StartEnvironmentInstanceRequest) ProtoReflect

func (*StartEnvironmentInstanceRequest) Reset

func (*StartEnvironmentInstanceRequest) SetEnvironmentId

func (x *StartEnvironmentInstanceRequest) SetEnvironmentId(v string)

func (*StartEnvironmentInstanceRequest) String

type StartEnvironmentInstanceRequest_builder

type StartEnvironmentInstanceRequest_builder struct {
	EnvironmentId string
	// contains filtered or unexported fields
}

func (StartEnvironmentInstanceRequest_builder) Build

type StartEnvironmentInstanceResponse

type StartEnvironmentInstanceResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*StartEnvironmentInstanceResponse) ClearEnvironment

func (x *StartEnvironmentInstanceResponse) ClearEnvironment()

func (*StartEnvironmentInstanceResponse) GetEnvironment

func (x *StartEnvironmentInstanceResponse) GetEnvironment() *Environment

func (*StartEnvironmentInstanceResponse) HasEnvironment

func (x *StartEnvironmentInstanceResponse) HasEnvironment() bool

func (*StartEnvironmentInstanceResponse) ProtoMessage

func (*StartEnvironmentInstanceResponse) ProtoMessage()

func (*StartEnvironmentInstanceResponse) ProtoReflect

func (*StartEnvironmentInstanceResponse) Reset

func (*StartEnvironmentInstanceResponse) SetEnvironment

func (x *StartEnvironmentInstanceResponse) SetEnvironment(v *Environment)

func (*StartEnvironmentInstanceResponse) String

type StartEnvironmentInstanceResponse_builder

type StartEnvironmentInstanceResponse_builder struct {
	Environment *Environment
	// contains filtered or unexported fields
}

func (StartEnvironmentInstanceResponse_builder) Build

type StartInstanceRequest

type StartInstanceRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartInstanceRequest) GetInstanceId

func (x *StartInstanceRequest) GetInstanceId() string

func (*StartInstanceRequest) ProtoMessage

func (*StartInstanceRequest) ProtoMessage()

func (*StartInstanceRequest) ProtoReflect

func (x *StartInstanceRequest) ProtoReflect() protoreflect.Message

func (*StartInstanceRequest) Reset

func (x *StartInstanceRequest) Reset()

func (*StartInstanceRequest) SetInstanceId

func (x *StartInstanceRequest) SetInstanceId(v string)

func (*StartInstanceRequest) String

func (x *StartInstanceRequest) String() string

type StartInstanceRequest_builder

type StartInstanceRequest_builder struct {
	InstanceId string
	// contains filtered or unexported fields
}

func (StartInstanceRequest_builder) Build

type StartInstanceResponse

type StartInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*StartInstanceResponse) ClearInstance

func (x *StartInstanceResponse) ClearInstance()

func (*StartInstanceResponse) GetInstance

func (x *StartInstanceResponse) GetInstance() *Instance

func (*StartInstanceResponse) HasInstance

func (x *StartInstanceResponse) HasInstance() bool

func (*StartInstanceResponse) ProtoMessage

func (*StartInstanceResponse) ProtoMessage()

func (*StartInstanceResponse) ProtoReflect

func (x *StartInstanceResponse) ProtoReflect() protoreflect.Message

func (*StartInstanceResponse) Reset

func (x *StartInstanceResponse) Reset()

func (*StartInstanceResponse) SetInstance

func (x *StartInstanceResponse) SetInstance(v *Instance)

func (*StartInstanceResponse) String

func (x *StartInstanceResponse) String() string

type StartInstanceResponse_builder

type StartInstanceResponse_builder struct {
	Instance *Instance
	// contains filtered or unexported fields
}

func (StartInstanceResponse_builder) Build

type Status

type Status struct {
	ObjectStatus    string `protobuf:"bytes,1,opt,name=object_status,json=objectStatus,proto3" json:"object_status,omitempty"`
	LifecycleStatus string `protobuf:"bytes,2,opt,name=lifecycle_status,json=lifecycleStatus,proto3" json:"lifecycle_status,omitempty"`
	// contains filtered or unexported fields
}

func (*Status) GetLifecycleStatus

func (x *Status) GetLifecycleStatus() string

func (*Status) GetObjectStatus

func (x *Status) GetObjectStatus() string

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) ProtoReflect

func (x *Status) ProtoReflect() protoreflect.Message

func (*Status) Reset

func (x *Status) Reset()

func (*Status) SetLifecycleStatus

func (x *Status) SetLifecycleStatus(v string)

func (*Status) SetObjectStatus

func (x *Status) SetObjectStatus(v string)

func (*Status) String

func (x *Status) String() string

type Status_builder

type Status_builder struct {
	ObjectStatus    string
	LifecycleStatus string
	// contains filtered or unexported fields
}

func (Status_builder) Build

func (b0 Status_builder) Build() *Status

type StopEnvironmentInstanceRequest

type StopEnvironmentInstanceRequest struct {
	EnvironmentId string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StopEnvironmentInstanceRequest) GetEnvironmentId

func (x *StopEnvironmentInstanceRequest) GetEnvironmentId() string

func (*StopEnvironmentInstanceRequest) ProtoMessage

func (*StopEnvironmentInstanceRequest) ProtoMessage()

func (*StopEnvironmentInstanceRequest) ProtoReflect

func (*StopEnvironmentInstanceRequest) Reset

func (x *StopEnvironmentInstanceRequest) Reset()

func (*StopEnvironmentInstanceRequest) SetEnvironmentId

func (x *StopEnvironmentInstanceRequest) SetEnvironmentId(v string)

func (*StopEnvironmentInstanceRequest) String

type StopEnvironmentInstanceRequest_builder

type StopEnvironmentInstanceRequest_builder struct {
	EnvironmentId string
	// contains filtered or unexported fields
}

func (StopEnvironmentInstanceRequest_builder) Build

type StopEnvironmentInstanceResponse

type StopEnvironmentInstanceResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*StopEnvironmentInstanceResponse) ClearEnvironment

func (x *StopEnvironmentInstanceResponse) ClearEnvironment()

func (*StopEnvironmentInstanceResponse) GetEnvironment

func (x *StopEnvironmentInstanceResponse) GetEnvironment() *Environment

func (*StopEnvironmentInstanceResponse) HasEnvironment

func (x *StopEnvironmentInstanceResponse) HasEnvironment() bool

func (*StopEnvironmentInstanceResponse) ProtoMessage

func (*StopEnvironmentInstanceResponse) ProtoMessage()

func (*StopEnvironmentInstanceResponse) ProtoReflect

func (*StopEnvironmentInstanceResponse) Reset

func (*StopEnvironmentInstanceResponse) SetEnvironment

func (x *StopEnvironmentInstanceResponse) SetEnvironment(v *Environment)

func (*StopEnvironmentInstanceResponse) String

type StopEnvironmentInstanceResponse_builder

type StopEnvironmentInstanceResponse_builder struct {
	Environment *Environment
	// contains filtered or unexported fields
}

func (StopEnvironmentInstanceResponse_builder) Build

type StopInstanceRequest

type StopInstanceRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StopInstanceRequest) GetInstanceId

func (x *StopInstanceRequest) GetInstanceId() string

func (*StopInstanceRequest) ProtoMessage

func (*StopInstanceRequest) ProtoMessage()

func (*StopInstanceRequest) ProtoReflect

func (x *StopInstanceRequest) ProtoReflect() protoreflect.Message

func (*StopInstanceRequest) Reset

func (x *StopInstanceRequest) Reset()

func (*StopInstanceRequest) SetInstanceId

func (x *StopInstanceRequest) SetInstanceId(v string)

func (*StopInstanceRequest) String

func (x *StopInstanceRequest) String() string

type StopInstanceRequest_builder

type StopInstanceRequest_builder struct {
	InstanceId string
	// contains filtered or unexported fields
}

func (StopInstanceRequest_builder) Build

type StopInstanceResponse

type StopInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*StopInstanceResponse) ClearInstance

func (x *StopInstanceResponse) ClearInstance()

func (*StopInstanceResponse) GetInstance

func (x *StopInstanceResponse) GetInstance() *Instance

func (*StopInstanceResponse) HasInstance

func (x *StopInstanceResponse) HasInstance() bool

func (*StopInstanceResponse) ProtoMessage

func (*StopInstanceResponse) ProtoMessage()

func (*StopInstanceResponse) ProtoReflect

func (x *StopInstanceResponse) ProtoReflect() protoreflect.Message

func (*StopInstanceResponse) Reset

func (x *StopInstanceResponse) Reset()

func (*StopInstanceResponse) SetInstance

func (x *StopInstanceResponse) SetInstance(v *Instance)

func (*StopInstanceResponse) String

func (x *StopInstanceResponse) String() string

type StopInstanceResponse_builder

type StopInstanceResponse_builder struct {
	Instance *Instance
	// contains filtered or unexported fields
}

func (StopInstanceResponse_builder) Build

type Storage

type Storage struct {
	Count        int32           `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Size         string          `protobuf:"bytes,2,opt,name=size,proto3" json:"size,omitempty"`
	Type         string          `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	MinSize      string          `protobuf:"bytes,4,opt,name=min_size,json=minSize,proto3" json:"min_size,omitempty"`
	MaxSize      string          `protobuf:"bytes,5,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	PricePerGbHr *CurrencyAmount `protobuf:"bytes,6,opt,name=price_per_gb_hr,json=pricePerGbHr,proto3" json:"price_per_gb_hr,omitempty"`
	// contains filtered or unexported fields
}

func (*Storage) ClearPricePerGbHr

func (x *Storage) ClearPricePerGbHr()

func (*Storage) GetCount

func (x *Storage) GetCount() int32

func (*Storage) GetMaxSize

func (x *Storage) GetMaxSize() string

func (*Storage) GetMinSize

func (x *Storage) GetMinSize() string

func (*Storage) GetPricePerGbHr

func (x *Storage) GetPricePerGbHr() *CurrencyAmount

func (*Storage) GetSize

func (x *Storage) GetSize() string

func (*Storage) GetType

func (x *Storage) GetType() string

func (*Storage) HasPricePerGbHr

func (x *Storage) HasPricePerGbHr() bool

func (*Storage) ProtoMessage

func (*Storage) ProtoMessage()

func (*Storage) ProtoReflect

func (x *Storage) ProtoReflect() protoreflect.Message

func (*Storage) Reset

func (x *Storage) Reset()

func (*Storage) SetCount

func (x *Storage) SetCount(v int32)

func (*Storage) SetMaxSize

func (x *Storage) SetMaxSize(v string)

func (*Storage) SetMinSize

func (x *Storage) SetMinSize(v string)

func (*Storage) SetPricePerGbHr

func (x *Storage) SetPricePerGbHr(v *CurrencyAmount)

func (*Storage) SetSize

func (x *Storage) SetSize(v string)

func (*Storage) SetType

func (x *Storage) SetType(v string)

func (*Storage) String

func (x *Storage) String() string

type StorageOptions

type StorageOptions struct {
	Location   string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	VolumeType string `protobuf:"bytes,2,opt,name=volume_type,json=volumeType,proto3" json:"volume_type,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageOptions) GetLocation

func (x *StorageOptions) GetLocation() string

func (*StorageOptions) GetVolumeType

func (x *StorageOptions) GetVolumeType() string

func (*StorageOptions) ProtoMessage

func (*StorageOptions) ProtoMessage()

func (*StorageOptions) ProtoReflect

func (x *StorageOptions) ProtoReflect() protoreflect.Message

func (*StorageOptions) Reset

func (x *StorageOptions) Reset()

func (*StorageOptions) SetLocation

func (x *StorageOptions) SetLocation(v string)

func (*StorageOptions) SetVolumeType

func (x *StorageOptions) SetVolumeType(v string)

func (*StorageOptions) String

func (x *StorageOptions) String() string

type StorageOptions_builder

type StorageOptions_builder struct {
	Location   string
	VolumeType string
	// contains filtered or unexported fields
}

func (StorageOptions_builder) Build

type StoragePrice

type StoragePrice struct {
	OnDemand *OnDemand `protobuf:"bytes,1,opt,name=on_demand,json=onDemand,proto3" json:"on_demand,omitempty"`
	// contains filtered or unexported fields
}

func (*StoragePrice) ClearOnDemand

func (x *StoragePrice) ClearOnDemand()

func (*StoragePrice) GetOnDemand

func (x *StoragePrice) GetOnDemand() *OnDemand

func (*StoragePrice) HasOnDemand

func (x *StoragePrice) HasOnDemand() bool

func (*StoragePrice) ProtoMessage

func (*StoragePrice) ProtoMessage()

func (*StoragePrice) ProtoReflect

func (x *StoragePrice) ProtoReflect() protoreflect.Message

func (*StoragePrice) Reset

func (x *StoragePrice) Reset()

func (*StoragePrice) SetOnDemand

func (x *StoragePrice) SetOnDemand(v *OnDemand)

func (*StoragePrice) String

func (x *StoragePrice) String() string

type StoragePrice_builder

type StoragePrice_builder struct {
	OnDemand *OnDemand
	// contains filtered or unexported fields
}

func (StoragePrice_builder) Build

func (b0 StoragePrice_builder) Build() *StoragePrice

type StorageProduct

type StorageProduct struct {
	Attrs  *StorageProductAttrs `protobuf:"bytes,1,opt,name=attrs,proto3" json:"attrs,omitempty"`
	Prices *StoragePrice        `protobuf:"bytes,2,opt,name=prices,proto3" json:"prices,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageProduct) ClearAttrs

func (x *StorageProduct) ClearAttrs()

func (*StorageProduct) ClearPrices

func (x *StorageProduct) ClearPrices()

func (*StorageProduct) GetAttrs

func (x *StorageProduct) GetAttrs() *StorageProductAttrs

func (*StorageProduct) GetPrices

func (x *StorageProduct) GetPrices() *StoragePrice

func (*StorageProduct) HasAttrs

func (x *StorageProduct) HasAttrs() bool

func (*StorageProduct) HasPrices

func (x *StorageProduct) HasPrices() bool

func (*StorageProduct) ProtoMessage

func (*StorageProduct) ProtoMessage()

func (*StorageProduct) ProtoReflect

func (x *StorageProduct) ProtoReflect() protoreflect.Message

func (*StorageProduct) Reset

func (x *StorageProduct) Reset()

func (*StorageProduct) SetAttrs

func (x *StorageProduct) SetAttrs(v *StorageProductAttrs)

func (*StorageProduct) SetPrices

func (x *StorageProduct) SetPrices(v *StoragePrice)

func (*StorageProduct) String

func (x *StorageProduct) String() string

type StorageProductAttrs

type StorageProductAttrs struct {
	VolumeFamily string `protobuf:"bytes,1,opt,name=volume_family,json=volumeFamily,proto3" json:"volume_family,omitempty"`
	VolumeType   string `protobuf:"bytes,2,opt,name=volume_type,json=volumeType,proto3" json:"volume_type,omitempty"`
	Location     string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageProductAttrs) GetLocation

func (x *StorageProductAttrs) GetLocation() string

func (*StorageProductAttrs) GetVolumeFamily

func (x *StorageProductAttrs) GetVolumeFamily() string

func (*StorageProductAttrs) GetVolumeType

func (x *StorageProductAttrs) GetVolumeType() string

func (*StorageProductAttrs) ProtoMessage

func (*StorageProductAttrs) ProtoMessage()

func (*StorageProductAttrs) ProtoReflect

func (x *StorageProductAttrs) ProtoReflect() protoreflect.Message

func (*StorageProductAttrs) Reset

func (x *StorageProductAttrs) Reset()

func (*StorageProductAttrs) SetLocation

func (x *StorageProductAttrs) SetLocation(v string)

func (*StorageProductAttrs) SetVolumeFamily

func (x *StorageProductAttrs) SetVolumeFamily(v string)

func (*StorageProductAttrs) SetVolumeType

func (x *StorageProductAttrs) SetVolumeType(v string)

func (*StorageProductAttrs) String

func (x *StorageProductAttrs) String() string

type StorageProductAttrs_builder

type StorageProductAttrs_builder struct {
	VolumeFamily string
	VolumeType   string
	Location     string
	// contains filtered or unexported fields
}

func (StorageProductAttrs_builder) Build

type StorageProduct_builder

type StorageProduct_builder struct {
	Attrs  *StorageProductAttrs
	Prices *StoragePrice
	// contains filtered or unexported fields
}

func (StorageProduct_builder) Build

type Storage_builder

type Storage_builder struct {
	Count        int32
	Size         string
	Type         string
	MinSize      string
	MaxSize      string
	PricePerGbHr *CurrencyAmount
	// contains filtered or unexported fields
}

func (Storage_builder) Build

func (b0 Storage_builder) Build() *Storage

type StrRange

type StrRange struct {
	Min *string `protobuf:"bytes,1,opt,name=min,proto3,oneof" json:"min,omitempty"`
	Max *string `protobuf:"bytes,2,opt,name=max,proto3,oneof" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*StrRange) ClearMax

func (x *StrRange) ClearMax()

func (*StrRange) ClearMin

func (x *StrRange) ClearMin()

func (*StrRange) GetMax

func (x *StrRange) GetMax() string

func (*StrRange) GetMin

func (x *StrRange) GetMin() string

func (*StrRange) HasMax

func (x *StrRange) HasMax() bool

func (*StrRange) HasMin

func (x *StrRange) HasMin() bool

func (*StrRange) ProtoMessage

func (*StrRange) ProtoMessage()

func (*StrRange) ProtoReflect

func (x *StrRange) ProtoReflect() protoreflect.Message

func (*StrRange) Reset

func (x *StrRange) Reset()

func (*StrRange) SetMax

func (x *StrRange) SetMax(v string)

func (*StrRange) SetMin

func (x *StrRange) SetMin(v string)

func (*StrRange) String

func (x *StrRange) String() string

type StrRange_builder

type StrRange_builder struct {
	Min *string
	Max *string
	// contains filtered or unexported fields
}

func (StrRange_builder) Build

func (b0 StrRange_builder) Build() *StrRange

type Subnet

type Subnet struct {
	SubnetId            string `protobuf:"bytes,1,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"`
	VpcId               string `protobuf:"bytes,2,opt,name=vpc_id,json=vpcId,proto3" json:"vpc_id,omitempty"`
	CidrBlock           string `protobuf:"bytes,3,opt,name=cidr_block,json=cidrBlock,proto3" json:"cidr_block,omitempty"`
	AvailabilityZone    string `protobuf:"bytes,4,opt,name=availability_zone,json=availabilityZone,proto3" json:"availability_zone,omitempty"`
	DefaultForAz        bool   `protobuf:"varint,5,opt,name=default_for_az,json=defaultForAz,proto3" json:"default_for_az,omitempty"`
	MapPublicIpOnLaunch bool   `protobuf:"varint,6,opt,name=map_public_ip_on_launch,json=mapPublicIpOnLaunch,proto3" json:"map_public_ip_on_launch,omitempty"`
	// contains filtered or unexported fields
}

func (*Subnet) GetAvailabilityZone

func (x *Subnet) GetAvailabilityZone() string

func (*Subnet) GetCidrBlock

func (x *Subnet) GetCidrBlock() string

func (*Subnet) GetDefaultForAz

func (x *Subnet) GetDefaultForAz() bool

func (*Subnet) GetMapPublicIpOnLaunch

func (x *Subnet) GetMapPublicIpOnLaunch() bool

func (*Subnet) GetSubnetId

func (x *Subnet) GetSubnetId() string

func (*Subnet) GetVpcId

func (x *Subnet) GetVpcId() string

func (*Subnet) ProtoMessage

func (*Subnet) ProtoMessage()

func (*Subnet) ProtoReflect

func (x *Subnet) ProtoReflect() protoreflect.Message

func (*Subnet) Reset

func (x *Subnet) Reset()

func (*Subnet) SetAvailabilityZone

func (x *Subnet) SetAvailabilityZone(v string)

func (*Subnet) SetCidrBlock

func (x *Subnet) SetCidrBlock(v string)

func (*Subnet) SetDefaultForAz

func (x *Subnet) SetDefaultForAz(v bool)

func (*Subnet) SetMapPublicIpOnLaunch

func (x *Subnet) SetMapPublicIpOnLaunch(v bool)

func (*Subnet) SetSubnetId

func (x *Subnet) SetSubnetId(v string)

func (*Subnet) SetVpcId

func (x *Subnet) SetVpcId(v string)

func (*Subnet) String

func (x *Subnet) String() string

type Subnet_builder

type Subnet_builder struct {
	SubnetId            string
	VpcId               string
	CidrBlock           string
	AvailabilityZone    string
	DefaultForAz        bool
	MapPublicIpOnLaunch bool
	// contains filtered or unexported fields
}

func (Subnet_builder) Build

func (b0 Subnet_builder) Build() *Subnet

type SysUser

type SysUser struct {
	Username         string            `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Port             int32             `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	SshProxyHostname string            `protobuf:"bytes,6,opt,name=ssh_proxy_hostname,json=sshProxyHostname,proto3" json:"ssh_proxy_hostname,omitempty"`
	KeyPairs         []*KeyPair        `protobuf:"bytes,3,rep,name=key_pairs,json=keyPairs,proto3" json:"key_pairs,omitempty"`
	UserType         UserType          `protobuf:"varint,4,opt,name=user_type,json=userType,proto3,enum=devplaneapi.v1.UserType" json:"user_type,omitempty"`
	Labels           map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SysUser) GetKeyPairs

func (x *SysUser) GetKeyPairs() []*KeyPair

func (*SysUser) GetLabels

func (x *SysUser) GetLabels() map[string]string

func (*SysUser) GetPort

func (x *SysUser) GetPort() int32

func (*SysUser) GetSshProxyHostname

func (x *SysUser) GetSshProxyHostname() string

func (*SysUser) GetUserType

func (x *SysUser) GetUserType() UserType

func (*SysUser) GetUsername

func (x *SysUser) GetUsername() string

func (*SysUser) ProtoMessage

func (*SysUser) ProtoMessage()

func (*SysUser) ProtoReflect

func (x *SysUser) ProtoReflect() protoreflect.Message

func (*SysUser) Reset

func (x *SysUser) Reset()

func (*SysUser) SetKeyPairs

func (x *SysUser) SetKeyPairs(v []*KeyPair)

func (*SysUser) SetLabels

func (x *SysUser) SetLabels(v map[string]string)

func (*SysUser) SetPort

func (x *SysUser) SetPort(v int32)

func (*SysUser) SetSshProxyHostname

func (x *SysUser) SetSshProxyHostname(v string)

func (*SysUser) SetUserType

func (x *SysUser) SetUserType(v UserType)

func (*SysUser) SetUsername

func (x *SysUser) SetUsername(v string)

func (*SysUser) String

func (x *SysUser) String() string

type SysUser_builder

type SysUser_builder struct {
	Username         string
	Port             int32
	SshProxyHostname string
	KeyPairs         []*KeyPair
	UserType         UserType
	Labels           map[string]string
	// contains filtered or unexported fields
}

func (SysUser_builder) Build

func (b0 SysUser_builder) Build() *SysUser

type Task

type Task struct {
	TaskId     string                 `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	Name       string                 `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Status     string                 `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Message    string                 `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"`
	Labels     map[string]string      `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Task) ClearCreateTime

func (x *Task) ClearCreateTime()

func (*Task) ClearFinishTime

func (x *Task) ClearFinishTime()

func (*Task) GetCreateTime

func (x *Task) GetCreateTime() *timestamppb.Timestamp

func (*Task) GetFinishTime

func (x *Task) GetFinishTime() *timestamppb.Timestamp

func (*Task) GetLabels

func (x *Task) GetLabels() map[string]string

func (*Task) GetMessage

func (x *Task) GetMessage() string

func (*Task) GetName

func (x *Task) GetName() string

func (*Task) GetStatus

func (x *Task) GetStatus() string

func (*Task) GetTaskId

func (x *Task) GetTaskId() string

func (*Task) HasCreateTime

func (x *Task) HasCreateTime() bool

func (*Task) HasFinishTime

func (x *Task) HasFinishTime() bool

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) ProtoReflect

func (x *Task) ProtoReflect() protoreflect.Message

func (*Task) Reset

func (x *Task) Reset()

func (*Task) SetCreateTime

func (x *Task) SetCreateTime(v *timestamppb.Timestamp)

func (*Task) SetFinishTime

func (x *Task) SetFinishTime(v *timestamppb.Timestamp)

func (*Task) SetLabels

func (x *Task) SetLabels(v map[string]string)

func (*Task) SetMessage

func (x *Task) SetMessage(v string)

func (*Task) SetName

func (x *Task) SetName(v string)

func (*Task) SetStatus

func (x *Task) SetStatus(v string)

func (*Task) SetTaskId

func (x *Task) SetTaskId(v string)

func (*Task) String

func (x *Task) String() string

type Task_builder

type Task_builder struct {
	TaskId     string
	CreateTime *timestamppb.Timestamp
	FinishTime *timestamppb.Timestamp
	Name       string
	Status     string
	Message    string
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (Task_builder) Build

func (b0 Task_builder) Build() *Task

type TerminateEnvironmentInstanceRequest

type TerminateEnvironmentInstanceRequest struct {
	EnvironmentId string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateEnvironmentInstanceRequest) GetEnvironmentId

func (x *TerminateEnvironmentInstanceRequest) GetEnvironmentId() string

func (*TerminateEnvironmentInstanceRequest) ProtoMessage

func (*TerminateEnvironmentInstanceRequest) ProtoMessage()

func (*TerminateEnvironmentInstanceRequest) ProtoReflect

func (*TerminateEnvironmentInstanceRequest) Reset

func (*TerminateEnvironmentInstanceRequest) SetEnvironmentId

func (x *TerminateEnvironmentInstanceRequest) SetEnvironmentId(v string)

func (*TerminateEnvironmentInstanceRequest) String

type TerminateEnvironmentInstanceRequest_builder

type TerminateEnvironmentInstanceRequest_builder struct {
	EnvironmentId string
	// contains filtered or unexported fields
}

func (TerminateEnvironmentInstanceRequest_builder) Build

type TerminateEnvironmentInstanceResponse

type TerminateEnvironmentInstanceResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateEnvironmentInstanceResponse) ClearEnvironment

func (x *TerminateEnvironmentInstanceResponse) ClearEnvironment()

func (*TerminateEnvironmentInstanceResponse) GetEnvironment

func (*TerminateEnvironmentInstanceResponse) HasEnvironment

func (x *TerminateEnvironmentInstanceResponse) HasEnvironment() bool

func (*TerminateEnvironmentInstanceResponse) ProtoMessage

func (*TerminateEnvironmentInstanceResponse) ProtoMessage()

func (*TerminateEnvironmentInstanceResponse) ProtoReflect

func (*TerminateEnvironmentInstanceResponse) Reset

func (*TerminateEnvironmentInstanceResponse) SetEnvironment

func (x *TerminateEnvironmentInstanceResponse) SetEnvironment(v *Environment)

func (*TerminateEnvironmentInstanceResponse) String

type TerminateEnvironmentInstanceResponse_builder

type TerminateEnvironmentInstanceResponse_builder struct {
	Environment *Environment
	// contains filtered or unexported fields
}

func (TerminateEnvironmentInstanceResponse_builder) Build

type TerminateInstanceRequest

type TerminateInstanceRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateInstanceRequest) GetInstanceId

func (x *TerminateInstanceRequest) GetInstanceId() string

func (*TerminateInstanceRequest) ProtoMessage

func (*TerminateInstanceRequest) ProtoMessage()

func (*TerminateInstanceRequest) ProtoReflect

func (x *TerminateInstanceRequest) ProtoReflect() protoreflect.Message

func (*TerminateInstanceRequest) Reset

func (x *TerminateInstanceRequest) Reset()

func (*TerminateInstanceRequest) SetInstanceId

func (x *TerminateInstanceRequest) SetInstanceId(v string)

func (*TerminateInstanceRequest) String

func (x *TerminateInstanceRequest) String() string

type TerminateInstanceRequest_builder

type TerminateInstanceRequest_builder struct {
	InstanceId string
	// contains filtered or unexported fields
}

func (TerminateInstanceRequest_builder) Build

type TerminateInstanceResponse

type TerminateInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateInstanceResponse) ClearInstance

func (x *TerminateInstanceResponse) ClearInstance()

func (*TerminateInstanceResponse) GetInstance

func (x *TerminateInstanceResponse) GetInstance() *Instance

func (*TerminateInstanceResponse) HasInstance

func (x *TerminateInstanceResponse) HasInstance() bool

func (*TerminateInstanceResponse) ProtoMessage

func (*TerminateInstanceResponse) ProtoMessage()

func (*TerminateInstanceResponse) ProtoReflect

func (*TerminateInstanceResponse) Reset

func (x *TerminateInstanceResponse) Reset()

func (*TerminateInstanceResponse) SetInstance

func (x *TerminateInstanceResponse) SetInstance(v *Instance)

func (*TerminateInstanceResponse) String

func (x *TerminateInstanceResponse) String() string

type TerminateInstanceResponse_builder

type TerminateInstanceResponse_builder struct {
	Instance *Instance
	// contains filtered or unexported fields
}

func (TerminateInstanceResponse_builder) Build

type Thresholds

type Thresholds struct {
	FailureThreshold int32 `protobuf:"varint,1,opt,name=failure_threshold,json=failureThreshold,proto3" json:"failure_threshold,omitempty"`
	SuccessThreshold int32 `protobuf:"varint,2,opt,name=success_threshold,json=successThreshold,proto3" json:"success_threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*Thresholds) GetFailureThreshold

func (x *Thresholds) GetFailureThreshold() int32

func (*Thresholds) GetSuccessThreshold

func (x *Thresholds) GetSuccessThreshold() int32

func (*Thresholds) ProtoMessage

func (*Thresholds) ProtoMessage()

func (*Thresholds) ProtoReflect

func (x *Thresholds) ProtoReflect() protoreflect.Message

func (*Thresholds) Reset

func (x *Thresholds) Reset()

func (*Thresholds) SetFailureThreshold

func (x *Thresholds) SetFailureThreshold(v int32)

func (*Thresholds) SetSuccessThreshold

func (x *Thresholds) SetSuccessThreshold(v int32)

func (*Thresholds) String

func (x *Thresholds) String() string

type Thresholds_builder

type Thresholds_builder struct {
	FailureThreshold int32
	SuccessThreshold int32
	// contains filtered or unexported fields
}

func (Thresholds_builder) Build

func (b0 Thresholds_builder) Build() *Thresholds

type TimePeriod

type TimePeriod struct {
	Start *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	End   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*TimePeriod) ClearEnd

func (x *TimePeriod) ClearEnd()

func (*TimePeriod) ClearStart

func (x *TimePeriod) ClearStart()

func (*TimePeriod) GetEnd

func (x *TimePeriod) GetEnd() *timestamppb.Timestamp

func (*TimePeriod) GetStart

func (x *TimePeriod) GetStart() *timestamppb.Timestamp

func (*TimePeriod) HasEnd

func (x *TimePeriod) HasEnd() bool

func (*TimePeriod) HasStart

func (x *TimePeriod) HasStart() bool

func (*TimePeriod) ProtoMessage

func (*TimePeriod) ProtoMessage()

func (*TimePeriod) ProtoReflect

func (x *TimePeriod) ProtoReflect() protoreflect.Message

func (*TimePeriod) Reset

func (x *TimePeriod) Reset()

func (*TimePeriod) SetEnd

func (x *TimePeriod) SetEnd(v *timestamppb.Timestamp)

func (*TimePeriod) SetStart

func (x *TimePeriod) SetStart(v *timestamppb.Timestamp)

func (*TimePeriod) String

func (x *TimePeriod) String() string

type TimePeriod_builder

type TimePeriod_builder struct {
	Start *timestamppb.Timestamp
	End   *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (TimePeriod_builder) Build

func (b0 TimePeriod_builder) Build() *TimePeriod

type TimeRange

type TimeRange struct {
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
	EndTime   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeRange) ClearEndTime

func (x *TimeRange) ClearEndTime()

func (*TimeRange) ClearStartTime

func (x *TimeRange) ClearStartTime()

func (*TimeRange) GetEndTime

func (x *TimeRange) GetEndTime() *timestamppb.Timestamp

func (*TimeRange) GetStartTime

func (x *TimeRange) GetStartTime() *timestamppb.Timestamp

func (*TimeRange) HasEndTime

func (x *TimeRange) HasEndTime() bool

func (*TimeRange) HasStartTime

func (x *TimeRange) HasStartTime() bool

func (*TimeRange) ProtoMessage

func (*TimeRange) ProtoMessage()

func (*TimeRange) ProtoReflect

func (x *TimeRange) ProtoReflect() protoreflect.Message

func (*TimeRange) Reset

func (x *TimeRange) Reset()

func (*TimeRange) SetEndTime

func (x *TimeRange) SetEndTime(v *timestamppb.Timestamp)

func (*TimeRange) SetStartTime

func (x *TimeRange) SetStartTime(v *timestamppb.Timestamp)

func (*TimeRange) String

func (x *TimeRange) String() string

type TimeRange_builder

type TimeRange_builder struct {
	StartTime *timestamppb.Timestamp
	EndTime   *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (TimeRange_builder) Build

func (b0 TimeRange_builder) Build() *TimeRange

type Transaction

type Transaction struct {
	TransactionId    string                 `protobuf:"bytes,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_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 */
	Type             string                 `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	LedgerId         string                 `protobuf:"bytes,7,opt,name=ledger_id,json=ledgerId,proto3" json:"ledger_id,omitempty"`
	AmountUsd        string                 `protobuf:"bytes,8,opt,name=amount_usd,json=amountUsd,proto3" json:"amount_usd,omitempty"`
	TransactionTime  *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=transaction_time,json=transactionTime,proto3" json:"transaction_time,omitempty"`
	Note             string                 `protobuf:"bytes,10,opt,name=note,proto3" json:"note,omitempty"`
	BillingProfileId string                 `protobuf:"bytes,11,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction) ClearCreateTime

func (x *Transaction) ClearCreateTime()

func (*Transaction) ClearTransactionTime

func (x *Transaction) ClearTransactionTime()

func (*Transaction) ClearUpdateTime

func (x *Transaction) ClearUpdateTime()

func (*Transaction) GetAmountUsd

func (x *Transaction) GetAmountUsd() string

func (*Transaction) GetBillingProfileId

func (x *Transaction) GetBillingProfileId() string

func (*Transaction) GetCreateTime

func (x *Transaction) GetCreateTime() *timestamppb.Timestamp

func (*Transaction) GetLabels

func (x *Transaction) GetLabels() map[string]string

func (*Transaction) GetLedgerId

func (x *Transaction) GetLedgerId() string

func (*Transaction) GetNote

func (x *Transaction) GetNote() string

func (*Transaction) GetTransactionId

func (x *Transaction) GetTransactionId() string

func (*Transaction) GetTransactionTime

func (x *Transaction) GetTransactionTime() *timestamppb.Timestamp

func (*Transaction) GetType

func (x *Transaction) GetType() string

func (*Transaction) GetUpdateTime

func (x *Transaction) GetUpdateTime() *timestamppb.Timestamp

func (*Transaction) HasCreateTime

func (x *Transaction) HasCreateTime() bool

func (*Transaction) HasTransactionTime

func (x *Transaction) HasTransactionTime() bool

func (*Transaction) HasUpdateTime

func (x *Transaction) HasUpdateTime() bool

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

func (x *Transaction) ProtoReflect() protoreflect.Message

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) SetAmountUsd

func (x *Transaction) SetAmountUsd(v string)

func (*Transaction) SetBillingProfileId

func (x *Transaction) SetBillingProfileId(v string)

func (*Transaction) SetCreateTime

func (x *Transaction) SetCreateTime(v *timestamppb.Timestamp)

func (*Transaction) SetLabels

func (x *Transaction) SetLabels(v map[string]string)

func (*Transaction) SetLedgerId

func (x *Transaction) SetLedgerId(v string)

func (*Transaction) SetNote

func (x *Transaction) SetNote(v string)

func (*Transaction) SetTransactionId

func (x *Transaction) SetTransactionId(v string)

func (*Transaction) SetTransactionTime

func (x *Transaction) SetTransactionTime(v *timestamppb.Timestamp)

func (*Transaction) SetType

func (x *Transaction) SetType(v string)

func (*Transaction) SetUpdateTime

func (x *Transaction) SetUpdateTime(v *timestamppb.Timestamp)

func (*Transaction) String

func (x *Transaction) String() string

type Transaction_builder

type Transaction_builder struct {
	TransactionId    string
	CreateTime       *timestamppb.Timestamp
	UpdateTime       *timestamppb.Timestamp
	Labels           map[string]string
	Type             string
	LedgerId         string
	AmountUsd        string
	TransactionTime  *timestamppb.Timestamp
	Note             string
	BillingProfileId string
	// contains filtered or unexported fields
}

func (Transaction_builder) Build

func (b0 Transaction_builder) Build() *Transaction

type UnStarNotebookRequest

type UnStarNotebookRequest struct {
	NotebookId string            `protobuf:"bytes,1,opt,name=notebook_id,json=notebookId,proto3" json:"notebook_id,omitempty"`
	Labels     map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UnStarNotebookRequest) GetLabels

func (x *UnStarNotebookRequest) GetLabels() map[string]string

func (*UnStarNotebookRequest) GetNotebookId

func (x *UnStarNotebookRequest) GetNotebookId() string

func (*UnStarNotebookRequest) ProtoMessage

func (*UnStarNotebookRequest) ProtoMessage()

func (*UnStarNotebookRequest) ProtoReflect

func (x *UnStarNotebookRequest) ProtoReflect() protoreflect.Message

func (*UnStarNotebookRequest) Reset

func (x *UnStarNotebookRequest) Reset()

func (*UnStarNotebookRequest) SetLabels

func (x *UnStarNotebookRequest) SetLabels(v map[string]string)

func (*UnStarNotebookRequest) SetNotebookId

func (x *UnStarNotebookRequest) SetNotebookId(v string)

func (*UnStarNotebookRequest) String

func (x *UnStarNotebookRequest) String() string

type UnStarNotebookRequest_builder

type UnStarNotebookRequest_builder struct {
	NotebookId string
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (UnStarNotebookRequest_builder) Build

type UnStarNotebookResponse

type UnStarNotebookResponse struct {
	// contains filtered or unexported fields
}

func (*UnStarNotebookResponse) ProtoMessage

func (*UnStarNotebookResponse) ProtoMessage()

func (*UnStarNotebookResponse) ProtoReflect

func (x *UnStarNotebookResponse) ProtoReflect() protoreflect.Message

func (*UnStarNotebookResponse) Reset

func (x *UnStarNotebookResponse) Reset()

func (*UnStarNotebookResponse) String

func (x *UnStarNotebookResponse) String() string

type UnStarNotebookResponse_builder

type UnStarNotebookResponse_builder struct {
	// contains filtered or unexported fields
}

func (UnStarNotebookResponse_builder) Build

type UpdateBillingProfileCreditBalanceRequest

type UpdateBillingProfileCreditBalanceRequest struct {
	BillingProfileId string            `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	Amount           int64             `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Meta             map[string]string `` /* 135-byte string literal not displayed */
	Description      string            `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingProfileCreditBalanceRequest) GetAmount

func (*UpdateBillingProfileCreditBalanceRequest) GetBillingProfileId

func (x *UpdateBillingProfileCreditBalanceRequest) GetBillingProfileId() string

func (*UpdateBillingProfileCreditBalanceRequest) GetDescription

func (*UpdateBillingProfileCreditBalanceRequest) GetMeta

func (*UpdateBillingProfileCreditBalanceRequest) ProtoMessage

func (*UpdateBillingProfileCreditBalanceRequest) ProtoReflect

func (*UpdateBillingProfileCreditBalanceRequest) Reset

func (*UpdateBillingProfileCreditBalanceRequest) SetAmount

func (*UpdateBillingProfileCreditBalanceRequest) SetBillingProfileId

func (x *UpdateBillingProfileCreditBalanceRequest) SetBillingProfileId(v string)

func (*UpdateBillingProfileCreditBalanceRequest) SetDescription

func (x *UpdateBillingProfileCreditBalanceRequest) SetDescription(v string)

func (*UpdateBillingProfileCreditBalanceRequest) SetMeta

func (*UpdateBillingProfileCreditBalanceRequest) String

type UpdateBillingProfileCreditBalanceRequest_builder

type UpdateBillingProfileCreditBalanceRequest_builder struct {
	BillingProfileId string
	Amount           int64
	Meta             map[string]string
	Description      string
	// contains filtered or unexported fields
}

func (UpdateBillingProfileCreditBalanceRequest_builder) Build

type UpdateBillingProfileCreditBalanceResponse

type UpdateBillingProfileCreditBalanceResponse struct {
	CreditBalanceAdjustment *CreditBalanceAdjustment `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateBillingProfileCreditBalanceResponse) ClearCreditBalanceAdjustment

func (x *UpdateBillingProfileCreditBalanceResponse) ClearCreditBalanceAdjustment()

func (*UpdateBillingProfileCreditBalanceResponse) GetCreditBalanceAdjustment

func (x *UpdateBillingProfileCreditBalanceResponse) GetCreditBalanceAdjustment() *CreditBalanceAdjustment

func (*UpdateBillingProfileCreditBalanceResponse) HasCreditBalanceAdjustment

func (x *UpdateBillingProfileCreditBalanceResponse) HasCreditBalanceAdjustment() bool

func (*UpdateBillingProfileCreditBalanceResponse) ProtoMessage

func (*UpdateBillingProfileCreditBalanceResponse) ProtoReflect

func (*UpdateBillingProfileCreditBalanceResponse) Reset

func (*UpdateBillingProfileCreditBalanceResponse) SetCreditBalanceAdjustment

func (x *UpdateBillingProfileCreditBalanceResponse) SetCreditBalanceAdjustment(v *CreditBalanceAdjustment)

func (*UpdateBillingProfileCreditBalanceResponse) String

type UpdateBillingProfileCreditBalanceResponse_builder

type UpdateBillingProfileCreditBalanceResponse_builder struct {
	CreditBalanceAdjustment *CreditBalanceAdjustment
	// contains filtered or unexported fields
}

func (UpdateBillingProfileCreditBalanceResponse_builder) Build

type UpdateBillingProfileRequest

type UpdateBillingProfileRequest struct {
	BillingProfileId      string                 `protobuf:"bytes,1,opt,name=billing_profile_id,json=billingProfileId,proto3" json:"billing_profile_id,omitempty"`
	BillingProfileDetails *BillingProfileDetails `` /* 126-byte string literal not displayed */
	CreditDetails         *CreditDetails         `protobuf:"bytes,3,opt,name=credit_details,json=creditDetails,proto3" json:"credit_details,omitempty"`
	ResourceLimits        *ResourceLimits        `protobuf:"bytes,4,opt,name=resource_limits,json=resourceLimits,proto3" json:"resource_limits,omitempty"` // repeated string plan_ids = 3 [(tagger.tags) = "copier:\"PlanIDs\"" ]; // free-tier, standard
	// contains filtered or unexported fields
}

func (*UpdateBillingProfileRequest) ClearBillingProfileDetails

func (x *UpdateBillingProfileRequest) ClearBillingProfileDetails()

func (*UpdateBillingProfileRequest) ClearCreditDetails

func (x *UpdateBillingProfileRequest) ClearCreditDetails()

func (*UpdateBillingProfileRequest) ClearResourceLimits

func (x *UpdateBillingProfileRequest) ClearResourceLimits()

func (*UpdateBillingProfileRequest) GetBillingProfileDetails

func (x *UpdateBillingProfileRequest) GetBillingProfileDetails() *BillingProfileDetails

func (*UpdateBillingProfileRequest) GetBillingProfileId

func (x *UpdateBillingProfileRequest) GetBillingProfileId() string

func (*UpdateBillingProfileRequest) GetCreditDetails

func (x *UpdateBillingProfileRequest) GetCreditDetails() *CreditDetails

func (*UpdateBillingProfileRequest) GetResourceLimits

func (x *UpdateBillingProfileRequest) GetResourceLimits() *ResourceLimits

func (*UpdateBillingProfileRequest) HasBillingProfileDetails

func (x *UpdateBillingProfileRequest) HasBillingProfileDetails() bool

func (*UpdateBillingProfileRequest) HasCreditDetails

func (x *UpdateBillingProfileRequest) HasCreditDetails() bool

func (*UpdateBillingProfileRequest) HasResourceLimits

func (x *UpdateBillingProfileRequest) HasResourceLimits() bool

func (*UpdateBillingProfileRequest) ProtoMessage

func (*UpdateBillingProfileRequest) ProtoMessage()

func (*UpdateBillingProfileRequest) ProtoReflect

func (*UpdateBillingProfileRequest) Reset

func (x *UpdateBillingProfileRequest) Reset()

func (*UpdateBillingProfileRequest) SetBillingProfileDetails

func (x *UpdateBillingProfileRequest) SetBillingProfileDetails(v *BillingProfileDetails)

func (*UpdateBillingProfileRequest) SetBillingProfileId

func (x *UpdateBillingProfileRequest) SetBillingProfileId(v string)

func (*UpdateBillingProfileRequest) SetCreditDetails

func (x *UpdateBillingProfileRequest) SetCreditDetails(v *CreditDetails)

func (*UpdateBillingProfileRequest) SetResourceLimits

func (x *UpdateBillingProfileRequest) SetResourceLimits(v *ResourceLimits)

func (*UpdateBillingProfileRequest) String

func (x *UpdateBillingProfileRequest) String() string

type UpdateBillingProfileRequest_builder

type UpdateBillingProfileRequest_builder struct {
	BillingProfileId      string
	BillingProfileDetails *BillingProfileDetails
	CreditDetails         *CreditDetails
	ResourceLimits        *ResourceLimits
	// contains filtered or unexported fields
}

func (UpdateBillingProfileRequest_builder) Build

type UpdateBillingProfileResponse

type UpdateBillingProfileResponse struct {
	BillingProfile *BillingProfile `protobuf:"bytes,1,opt,name=billing_profile,json=billingProfile,proto3" json:"billing_profile,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingProfileResponse) ClearBillingProfile

func (x *UpdateBillingProfileResponse) ClearBillingProfile()

func (*UpdateBillingProfileResponse) GetBillingProfile

func (x *UpdateBillingProfileResponse) GetBillingProfile() *BillingProfile

func (*UpdateBillingProfileResponse) HasBillingProfile

func (x *UpdateBillingProfileResponse) HasBillingProfile() bool

func (*UpdateBillingProfileResponse) ProtoMessage

func (*UpdateBillingProfileResponse) ProtoMessage()

func (*UpdateBillingProfileResponse) ProtoReflect

func (*UpdateBillingProfileResponse) Reset

func (x *UpdateBillingProfileResponse) Reset()

func (*UpdateBillingProfileResponse) SetBillingProfile

func (x *UpdateBillingProfileResponse) SetBillingProfile(v *BillingProfile)

func (*UpdateBillingProfileResponse) String

type UpdateBillingProfileResponse_builder

type UpdateBillingProfileResponse_builder struct {
	BillingProfile *BillingProfile
	// contains filtered or unexported fields
}

func (UpdateBillingProfileResponse_builder) Build

type UpdateCloudCredRestrictedIngressRequest

type UpdateCloudCredRestrictedIngressRequest struct {
	CloudCredId       string `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	RestrictedIngress bool   `protobuf:"varint,2,opt,name=restricted_ingress,json=restrictedIngress,proto3" json:"restricted_ingress,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCloudCredRestrictedIngressRequest) GetCloudCredId

func (x *UpdateCloudCredRestrictedIngressRequest) GetCloudCredId() string

func (*UpdateCloudCredRestrictedIngressRequest) GetRestrictedIngress

func (x *UpdateCloudCredRestrictedIngressRequest) GetRestrictedIngress() bool

func (*UpdateCloudCredRestrictedIngressRequest) ProtoMessage

func (*UpdateCloudCredRestrictedIngressRequest) ProtoReflect

func (*UpdateCloudCredRestrictedIngressRequest) Reset

func (*UpdateCloudCredRestrictedIngressRequest) SetCloudCredId

func (x *UpdateCloudCredRestrictedIngressRequest) SetCloudCredId(v string)

func (*UpdateCloudCredRestrictedIngressRequest) SetRestrictedIngress

func (x *UpdateCloudCredRestrictedIngressRequest) SetRestrictedIngress(v bool)

func (*UpdateCloudCredRestrictedIngressRequest) String

type UpdateCloudCredRestrictedIngressRequest_builder

type UpdateCloudCredRestrictedIngressRequest_builder struct {
	CloudCredId       string
	RestrictedIngress bool
	// contains filtered or unexported fields
}

func (UpdateCloudCredRestrictedIngressRequest_builder) Build

type UpdateCloudCredRestrictedIngressResponse

type UpdateCloudCredRestrictedIngressResponse struct {
	CloudCred *CloudCred `protobuf:"bytes,1,opt,name=cloud_cred,json=cloudCred,proto3" json:"cloud_cred,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCloudCredRestrictedIngressResponse) ClearCloudCred

func (x *UpdateCloudCredRestrictedIngressResponse) ClearCloudCred()

func (*UpdateCloudCredRestrictedIngressResponse) GetCloudCred

func (*UpdateCloudCredRestrictedIngressResponse) HasCloudCred

func (*UpdateCloudCredRestrictedIngressResponse) ProtoMessage

func (*UpdateCloudCredRestrictedIngressResponse) ProtoReflect

func (*UpdateCloudCredRestrictedIngressResponse) Reset

func (*UpdateCloudCredRestrictedIngressResponse) SetCloudCred

func (*UpdateCloudCredRestrictedIngressResponse) String

type UpdateCloudCredRestrictedIngressResponse_builder

type UpdateCloudCredRestrictedIngressResponse_builder struct {
	CloudCred *CloudCred
	// contains filtered or unexported fields
}

func (UpdateCloudCredRestrictedIngressResponse_builder) Build

type UpdateCloudCredStatusRequest

type UpdateCloudCredStatusRequest struct {
	CloudCredId string `protobuf:"bytes,1,opt,name=cloud_cred_id,json=cloudCredId,proto3" json:"cloud_cred_id,omitempty"`
	Status      string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCloudCredStatusRequest) GetCloudCredId

func (x *UpdateCloudCredStatusRequest) GetCloudCredId() string

func (*UpdateCloudCredStatusRequest) GetStatus

func (x *UpdateCloudCredStatusRequest) GetStatus() string

func (*UpdateCloudCredStatusRequest) ProtoMessage

func (*UpdateCloudCredStatusRequest) ProtoMessage()

func (*UpdateCloudCredStatusRequest) ProtoReflect

func (*UpdateCloudCredStatusRequest) Reset

func (x *UpdateCloudCredStatusRequest) Reset()

func (*UpdateCloudCredStatusRequest) SetCloudCredId

func (x *UpdateCloudCredStatusRequest) SetCloudCredId(v string)

func (*UpdateCloudCredStatusRequest) SetStatus

func (x *UpdateCloudCredStatusRequest) SetStatus(v string)

func (*UpdateCloudCredStatusRequest) String

type UpdateCloudCredStatusRequest_builder

type UpdateCloudCredStatusRequest_builder struct {
	CloudCredId string
	Status      string
	// contains filtered or unexported fields
}

func (UpdateCloudCredStatusRequest_builder) Build

type UpdateCloudCredStatusResponse

type UpdateCloudCredStatusResponse struct {
	CloudCred *CloudCred `protobuf:"bytes,1,opt,name=cloud_cred,json=cloudCred,proto3" json:"cloud_cred,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCloudCredStatusResponse) ClearCloudCred

func (x *UpdateCloudCredStatusResponse) ClearCloudCred()

func (*UpdateCloudCredStatusResponse) GetCloudCred

func (x *UpdateCloudCredStatusResponse) GetCloudCred() *CloudCred

func (*UpdateCloudCredStatusResponse) HasCloudCred

func (x *UpdateCloudCredStatusResponse) HasCloudCred() bool

func (*UpdateCloudCredStatusResponse) ProtoMessage

func (*UpdateCloudCredStatusResponse) ProtoMessage()

func (*UpdateCloudCredStatusResponse) ProtoReflect

func (*UpdateCloudCredStatusResponse) Reset

func (x *UpdateCloudCredStatusResponse) Reset()

func (*UpdateCloudCredStatusResponse) SetCloudCred

func (x *UpdateCloudCredStatusResponse) SetCloudCred(v *CloudCred)

func (*UpdateCloudCredStatusResponse) String

type UpdateCloudCredStatusResponse_builder

type UpdateCloudCredStatusResponse_builder struct {
	CloudCred *CloudCred
	// contains filtered or unexported fields
}

func (UpdateCloudCredStatusResponse_builder) Build

type UpdateDeploymentRequest

type UpdateDeploymentRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	MinInstances int32  `protobuf:"varint,2,opt,name=min_instances,json=minInstances,proto3" json:"min_instances,omitempty"`
	MaxInstances int32  `protobuf:"varint,3,opt,name=max_instances,json=maxInstances,proto3" json:"max_instances,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDeploymentRequest) GetDeploymentId

func (x *UpdateDeploymentRequest) GetDeploymentId() string

func (*UpdateDeploymentRequest) GetMaxInstances

func (x *UpdateDeploymentRequest) GetMaxInstances() int32

func (*UpdateDeploymentRequest) GetMinInstances

func (x *UpdateDeploymentRequest) GetMinInstances() int32

func (*UpdateDeploymentRequest) ProtoMessage

func (*UpdateDeploymentRequest) ProtoMessage()

func (*UpdateDeploymentRequest) ProtoReflect

func (x *UpdateDeploymentRequest) ProtoReflect() protoreflect.Message

func (*UpdateDeploymentRequest) Reset

func (x *UpdateDeploymentRequest) Reset()

func (*UpdateDeploymentRequest) SetDeploymentId

func (x *UpdateDeploymentRequest) SetDeploymentId(v string)

func (*UpdateDeploymentRequest) SetMaxInstances

func (x *UpdateDeploymentRequest) SetMaxInstances(v int32)

func (*UpdateDeploymentRequest) SetMinInstances

func (x *UpdateDeploymentRequest) SetMinInstances(v int32)

func (*UpdateDeploymentRequest) String

func (x *UpdateDeploymentRequest) String() string

type UpdateDeploymentRequest_builder

type UpdateDeploymentRequest_builder struct {
	DeploymentId string
	MinInstances int32
	MaxInstances int32
	// contains filtered or unexported fields
}

func (UpdateDeploymentRequest_builder) Build

type UpdateDeploymentResponse

type UpdateDeploymentResponse struct {
	Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDeploymentResponse) ClearDeployment

func (x *UpdateDeploymentResponse) ClearDeployment()

func (*UpdateDeploymentResponse) GetDeployment

func (x *UpdateDeploymentResponse) GetDeployment() *Deployment

func (*UpdateDeploymentResponse) HasDeployment

func (x *UpdateDeploymentResponse) HasDeployment() bool

func (*UpdateDeploymentResponse) ProtoMessage

func (*UpdateDeploymentResponse) ProtoMessage()

func (*UpdateDeploymentResponse) ProtoReflect

func (x *UpdateDeploymentResponse) ProtoReflect() protoreflect.Message

func (*UpdateDeploymentResponse) Reset

func (x *UpdateDeploymentResponse) Reset()

func (*UpdateDeploymentResponse) SetDeployment

func (x *UpdateDeploymentResponse) SetDeployment(v *Deployment)

func (*UpdateDeploymentResponse) String

func (x *UpdateDeploymentResponse) String() string

type UpdateDeploymentResponse_builder

type UpdateDeploymentResponse_builder struct {
	Deployment *Deployment
	// contains filtered or unexported fields
}

func (UpdateDeploymentResponse_builder) Build

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	OrganizationId string            `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	Labels         map[string]string `` /* 139-byte string literal not displayed */
	DisplayName    string            `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	NcaId          string            `protobuf:"bytes,4,opt,name=nca_id,json=ncaId,proto3" json:"nca_id,omitempty"`
	NgcOrgId       string            `protobuf:"bytes,5,opt,name=ngc_org_id,json=ngcOrgId,proto3" json:"ngc_org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest) GetDisplayName

func (x *UpdateOrganizationRequest) GetDisplayName() string

func (*UpdateOrganizationRequest) GetLabels

func (x *UpdateOrganizationRequest) GetLabels() map[string]string

func (*UpdateOrganizationRequest) GetNcaId

func (x *UpdateOrganizationRequest) GetNcaId() string

func (*UpdateOrganizationRequest) GetNgcOrgId

func (x *UpdateOrganizationRequest) GetNgcOrgId() string

func (*UpdateOrganizationRequest) GetOrganizationId

func (x *UpdateOrganizationRequest) GetOrganizationId() string

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

func (*UpdateOrganizationRequest) Reset

func (x *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) SetDisplayName

func (x *UpdateOrganizationRequest) SetDisplayName(v string)

func (*UpdateOrganizationRequest) SetLabels

func (x *UpdateOrganizationRequest) SetLabels(v map[string]string)

func (*UpdateOrganizationRequest) SetNcaId

func (x *UpdateOrganizationRequest) SetNcaId(v string)

func (*UpdateOrganizationRequest) SetNgcOrgId

func (x *UpdateOrganizationRequest) SetNgcOrgId(v string)

func (*UpdateOrganizationRequest) SetOrganizationId

func (x *UpdateOrganizationRequest) SetOrganizationId(v string)

func (*UpdateOrganizationRequest) String

func (x *UpdateOrganizationRequest) String() string

type UpdateOrganizationRequest_builder

type UpdateOrganizationRequest_builder struct {
	OrganizationId string
	Labels         map[string]string
	DisplayName    string
	NcaId          string
	NgcOrgId       string
	// contains filtered or unexported fields
}

func (UpdateOrganizationRequest_builder) Build

type UpdateOrganizationResponse

type UpdateOrganizationResponse struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationResponse) ClearOrganization

func (x *UpdateOrganizationResponse) ClearOrganization()

func (*UpdateOrganizationResponse) GetOrganization

func (x *UpdateOrganizationResponse) GetOrganization() *Organization

func (*UpdateOrganizationResponse) HasOrganization

func (x *UpdateOrganizationResponse) HasOrganization() bool

func (*UpdateOrganizationResponse) ProtoMessage

func (*UpdateOrganizationResponse) ProtoMessage()

func (*UpdateOrganizationResponse) ProtoReflect

func (*UpdateOrganizationResponse) Reset

func (x *UpdateOrganizationResponse) Reset()

func (*UpdateOrganizationResponse) SetOrganization

func (x *UpdateOrganizationResponse) SetOrganization(v *Organization)

func (*UpdateOrganizationResponse) String

func (x *UpdateOrganizationResponse) String() string

type UpdateOrganizationResponse_builder

type UpdateOrganizationResponse_builder struct {
	Organization *Organization
	// contains filtered or unexported fields
}

func (UpdateOrganizationResponse_builder) Build

type UpdatePublicProfileRequest

type UpdatePublicProfileRequest struct {
	PublicProfileId string  `protobuf:"bytes,1,opt,name=public_profile_id,json=publicProfileId,proto3" json:"public_profile_id,omitempty"`
	DisplayName     *string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"`
	Bio             *string `protobuf:"bytes,3,opt,name=bio,proto3,oneof" json:"bio,omitempty"`
	CoverPhotoData  []byte  `protobuf:"bytes,4,opt,name=cover_photo_data,json=coverPhotoData,proto3,oneof" json:"cover_photo_data,omitempty"`
	Handle          *string `protobuf:"bytes,5,opt,name=handle,proto3,oneof" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePublicProfileRequest) ClearBio

func (x *UpdatePublicProfileRequest) ClearBio()

func (*UpdatePublicProfileRequest) ClearCoverPhotoData

func (x *UpdatePublicProfileRequest) ClearCoverPhotoData()

func (*UpdatePublicProfileRequest) ClearDisplayName

func (x *UpdatePublicProfileRequest) ClearDisplayName()

func (*UpdatePublicProfileRequest) ClearHandle

func (x *UpdatePublicProfileRequest) ClearHandle()

func (*UpdatePublicProfileRequest) GetBio

func (x *UpdatePublicProfileRequest) GetBio() string

func (*UpdatePublicProfileRequest) GetCoverPhotoData

func (x *UpdatePublicProfileRequest) GetCoverPhotoData() []byte

func (*UpdatePublicProfileRequest) GetDisplayName

func (x *UpdatePublicProfileRequest) GetDisplayName() string

func (*UpdatePublicProfileRequest) GetHandle

func (x *UpdatePublicProfileRequest) GetHandle() string

func (*UpdatePublicProfileRequest) GetPublicProfileId

func (x *UpdatePublicProfileRequest) GetPublicProfileId() string

func (*UpdatePublicProfileRequest) HasBio

func (x *UpdatePublicProfileRequest) HasBio() bool

func (*UpdatePublicProfileRequest) HasCoverPhotoData

func (x *UpdatePublicProfileRequest) HasCoverPhotoData() bool

func (*UpdatePublicProfileRequest) HasDisplayName

func (x *UpdatePublicProfileRequest) HasDisplayName() bool

func (*UpdatePublicProfileRequest) HasHandle

func (x *UpdatePublicProfileRequest) HasHandle() bool

func (*UpdatePublicProfileRequest) ProtoMessage

func (*UpdatePublicProfileRequest) ProtoMessage()

func (*UpdatePublicProfileRequest) ProtoReflect

func (*UpdatePublicProfileRequest) Reset

func (x *UpdatePublicProfileRequest) Reset()

func (*UpdatePublicProfileRequest) SetBio

func (x *UpdatePublicProfileRequest) SetBio(v string)

func (*UpdatePublicProfileRequest) SetCoverPhotoData

func (x *UpdatePublicProfileRequest) SetCoverPhotoData(v []byte)

func (*UpdatePublicProfileRequest) SetDisplayName

func (x *UpdatePublicProfileRequest) SetDisplayName(v string)

func (*UpdatePublicProfileRequest) SetHandle

func (x *UpdatePublicProfileRequest) SetHandle(v string)

func (*UpdatePublicProfileRequest) SetPublicProfileId

func (x *UpdatePublicProfileRequest) SetPublicProfileId(v string)

func (*UpdatePublicProfileRequest) String

func (x *UpdatePublicProfileRequest) String() string

type UpdatePublicProfileRequest_builder

type UpdatePublicProfileRequest_builder struct {
	PublicProfileId string
	DisplayName     *string
	Bio             *string
	CoverPhotoData  []byte
	Handle          *string
	// contains filtered or unexported fields
}

func (UpdatePublicProfileRequest_builder) Build

type UpdatePublicProfileResponse

type UpdatePublicProfileResponse struct {
	PublicProfile *PublicProfile `protobuf:"bytes,1,opt,name=public_profile,json=publicProfile,proto3" json:"public_profile,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePublicProfileResponse) ClearPublicProfile

func (x *UpdatePublicProfileResponse) ClearPublicProfile()

func (*UpdatePublicProfileResponse) GetPublicProfile

func (x *UpdatePublicProfileResponse) GetPublicProfile() *PublicProfile

func (*UpdatePublicProfileResponse) HasPublicProfile

func (x *UpdatePublicProfileResponse) HasPublicProfile() bool

func (*UpdatePublicProfileResponse) ProtoMessage

func (*UpdatePublicProfileResponse) ProtoMessage()

func (*UpdatePublicProfileResponse) ProtoReflect

func (*UpdatePublicProfileResponse) Reset

func (x *UpdatePublicProfileResponse) Reset()

func (*UpdatePublicProfileResponse) SetPublicProfile

func (x *UpdatePublicProfileResponse) SetPublicProfile(v *PublicProfile)

func (*UpdatePublicProfileResponse) String

func (x *UpdatePublicProfileResponse) String() string

type UpdatePublicProfileResponse_builder

type UpdatePublicProfileResponse_builder struct {
	PublicProfile *PublicProfile
	// contains filtered or unexported fields
}

func (UpdatePublicProfileResponse_builder) Build

type UpdateUserRequest

type UpdateUserRequest struct {
	UserId   string           `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) ClearMetadata

func (x *UpdateUserRequest) ClearMetadata()

func (*UpdateUserRequest) GetMetadata

func (x *UpdateUserRequest) GetMetadata() *structpb.Struct

func (*UpdateUserRequest) GetUserId

func (x *UpdateUserRequest) GetUserId() string

func (*UpdateUserRequest) HasMetadata

func (x *UpdateUserRequest) HasMetadata() bool

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) SetMetadata

func (x *UpdateUserRequest) SetMetadata(v *structpb.Struct)

func (*UpdateUserRequest) SetUserId

func (x *UpdateUserRequest) SetUserId(v string)

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

type UpdateUserRequest_builder

type UpdateUserRequest_builder struct {
	UserId   string
	Metadata *structpb.Struct
	// contains filtered or unexported fields
}

func (UpdateUserRequest_builder) Build

type UpdateUserResponse

type UpdateUserResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserResponse) ClearUser

func (x *UpdateUserResponse) ClearUser()

func (*UpdateUserResponse) GetUser

func (x *UpdateUserResponse) GetUser() *User

func (*UpdateUserResponse) HasUser

func (x *UpdateUserResponse) HasUser() bool

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) ProtoReflect

func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserResponse) Reset

func (x *UpdateUserResponse) Reset()

func (*UpdateUserResponse) SetUser

func (x *UpdateUserResponse) SetUser(v *User)

func (*UpdateUserResponse) String

func (x *UpdateUserResponse) String() string

type UpdateUserResponse_builder

type UpdateUserResponse_builder struct {
	User *User
	// contains filtered or unexported fields
}

func (UpdateUserResponse_builder) Build

type Usage

type Usage struct {
	ChargeType     string                 `protobuf:"bytes,1,opt,name=charge_type,json=chargeType,proto3" json:"charge_type,omitempty"`
	Price          float64                `protobuf:"fixed64,2,opt,name=price,proto3" json:"price,omitempty"`
	Amount         int64                  `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	OrganizationId string                 `protobuf:"bytes,4,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	UserId         string                 `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Labels         map[string]string      `` /* 139-byte string literal not displayed */
	Meta           map[string]string      `` /* 135-byte string literal not displayed */
	PriceUnit      string                 `protobuf:"bytes,8,opt,name=price_unit,json=priceUnit,proto3" json:"price_unit,omitempty"`
	UsageTime      *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=usage_time,json=usageTime,proto3" json:"usage_time,omitempty"`
	UsageType      string                 `protobuf:"bytes,10,opt,name=usage_type,json=usageType,proto3" json:"usage_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Usage) ClearUsageTime

func (x *Usage) ClearUsageTime()

func (*Usage) GetAmount

func (x *Usage) GetAmount() int64

func (*Usage) GetChargeType

func (x *Usage) GetChargeType() string

func (*Usage) GetLabels

func (x *Usage) GetLabels() map[string]string

func (*Usage) GetMeta

func (x *Usage) GetMeta() map[string]string

func (*Usage) GetOrganizationId

func (x *Usage) GetOrganizationId() string

func (*Usage) GetPrice

func (x *Usage) GetPrice() float64

func (*Usage) GetPriceUnit

func (x *Usage) GetPriceUnit() string

func (*Usage) GetUsageTime

func (x *Usage) GetUsageTime() *timestamppb.Timestamp

func (*Usage) GetUsageType

func (x *Usage) GetUsageType() string

func (*Usage) GetUserId

func (x *Usage) GetUserId() string

func (*Usage) HasUsageTime

func (x *Usage) HasUsageTime() bool

func (*Usage) ProtoMessage

func (*Usage) ProtoMessage()

func (*Usage) ProtoReflect

func (x *Usage) ProtoReflect() protoreflect.Message

func (*Usage) Reset

func (x *Usage) Reset()

func (*Usage) SetAmount

func (x *Usage) SetAmount(v int64)

func (*Usage) SetChargeType

func (x *Usage) SetChargeType(v string)

func (*Usage) SetLabels

func (x *Usage) SetLabels(v map[string]string)

func (*Usage) SetMeta

func (x *Usage) SetMeta(v map[string]string)

func (*Usage) SetOrganizationId

func (x *Usage) SetOrganizationId(v string)

func (*Usage) SetPrice

func (x *Usage) SetPrice(v float64)

func (*Usage) SetPriceUnit

func (x *Usage) SetPriceUnit(v string)

func (*Usage) SetUsageTime

func (x *Usage) SetUsageTime(v *timestamppb.Timestamp)

func (*Usage) SetUsageType

func (x *Usage) SetUsageType(v string)

func (*Usage) SetUserId

func (x *Usage) SetUserId(v string)

func (*Usage) String

func (x *Usage) String() string

type UsageFrame

type UsageFrame struct {
	TotalUsd      string            `protobuf:"bytes,1,opt,name=total_usd,json=totalUsd,proto3" json:"total_usd,omitempty"`
	ComputeAmount string            `protobuf:"bytes,2,opt,name=compute_amount,json=computeAmount,proto3" json:"compute_amount,omitempty"`
	StorageAmount string            `protobuf:"bytes,3,opt,name=storage_amount,json=storageAmount,proto3" json:"storage_amount,omitempty"`
	OtherAmount   string            `protobuf:"bytes,4,opt,name=other_amount,json=otherAmount,proto3" json:"other_amount,omitempty"`
	TimePeriod    *TimePeriod       `protobuf:"bytes,5,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"`
	Groups        map[string]*Group `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UsageFrame) ClearTimePeriod

func (x *UsageFrame) ClearTimePeriod()

func (*UsageFrame) GetComputeAmount

func (x *UsageFrame) GetComputeAmount() string

func (*UsageFrame) GetGroups

func (x *UsageFrame) GetGroups() map[string]*Group

func (*UsageFrame) GetOtherAmount

func (x *UsageFrame) GetOtherAmount() string

func (*UsageFrame) GetStorageAmount

func (x *UsageFrame) GetStorageAmount() string

func (*UsageFrame) GetTimePeriod

func (x *UsageFrame) GetTimePeriod() *TimePeriod

func (*UsageFrame) GetTotalUsd

func (x *UsageFrame) GetTotalUsd() string

func (*UsageFrame) HasTimePeriod

func (x *UsageFrame) HasTimePeriod() bool

func (*UsageFrame) ProtoMessage

func (*UsageFrame) ProtoMessage()

func (*UsageFrame) ProtoReflect

func (x *UsageFrame) ProtoReflect() protoreflect.Message

func (*UsageFrame) Reset

func (x *UsageFrame) Reset()

func (*UsageFrame) SetComputeAmount

func (x *UsageFrame) SetComputeAmount(v string)

func (*UsageFrame) SetGroups

func (x *UsageFrame) SetGroups(v map[string]*Group)

func (*UsageFrame) SetOtherAmount

func (x *UsageFrame) SetOtherAmount(v string)

func (*UsageFrame) SetStorageAmount

func (x *UsageFrame) SetStorageAmount(v string)

func (*UsageFrame) SetTimePeriod

func (x *UsageFrame) SetTimePeriod(v *TimePeriod)

func (*UsageFrame) SetTotalUsd

func (x *UsageFrame) SetTotalUsd(v string)

func (*UsageFrame) String

func (x *UsageFrame) String() string

type UsageFrame_builder

type UsageFrame_builder struct {
	TotalUsd      string
	ComputeAmount string
	StorageAmount string
	OtherAmount   string
	TimePeriod    *TimePeriod
	Groups        map[string]*Group
	// contains filtered or unexported fields
}

func (UsageFrame_builder) Build

func (b0 UsageFrame_builder) Build() *UsageFrame

type Usage_builder

type Usage_builder struct {
	ChargeType     string
	Price          float64
	Amount         int64
	OrganizationId string
	UserId         string
	Labels         map[string]string
	Meta           map[string]string
	PriceUnit      string
	UsageTime      *timestamppb.Timestamp
	UsageType      string
	// contains filtered or unexported fields
}

func (Usage_builder) Build

func (b0 Usage_builder) Build() *Usage

type User

type User struct {
	UserId             string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DisplayName        string                 `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Username           string                 `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Emails             []*Email               `protobuf:"bytes,4,rep,name=emails,proto3" json:"emails,omitempty"`
	DefaultEmail       string                 `protobuf:"bytes,5,opt,name=default_email,json=defaultEmail,proto3" json:"default_email,omitempty"`
	Metadata           *structpb.Struct       `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	ExternalIdentities []*ExternalIdentity    `protobuf:"bytes,7,rep,name=external_identities,json=externalIdentities,proto3" json:"external_identities,omitempty"`
	CreateTime         *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime         *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	PlatformRole       string                 `protobuf:"bytes,10,opt,name=platform_role,json=platformRole,proto3" json:"platform_role,omitempty"` // Role value (e.g. "admin", "user")
	// contains filtered or unexported fields
}

func (*User) ClearCreateTime

func (x *User) ClearCreateTime()

func (*User) ClearMetadata

func (x *User) ClearMetadata()

func (*User) ClearUpdateTime

func (x *User) ClearUpdateTime()

func (*User) GetCreateTime

func (x *User) GetCreateTime() *timestamppb.Timestamp

func (*User) GetDefaultEmail

func (x *User) GetDefaultEmail() string

func (*User) GetDisplayName

func (x *User) GetDisplayName() string

func (*User) GetEmails

func (x *User) GetEmails() []*Email

func (*User) GetExternalIdentities

func (x *User) GetExternalIdentities() []*ExternalIdentity

func (*User) GetMetadata

func (x *User) GetMetadata() *structpb.Struct

func (*User) GetPlatformRole

func (x *User) GetPlatformRole() string

func (*User) GetUpdateTime

func (x *User) GetUpdateTime() *timestamppb.Timestamp

func (*User) GetUserId

func (x *User) GetUserId() string

func (*User) GetUsername

func (x *User) GetUsername() string

func (*User) HasCreateTime

func (x *User) HasCreateTime() bool

func (*User) HasMetadata

func (x *User) HasMetadata() bool

func (*User) HasUpdateTime

func (x *User) HasUpdateTime() bool

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) SetCreateTime

func (x *User) SetCreateTime(v *timestamppb.Timestamp)

func (*User) SetDefaultEmail

func (x *User) SetDefaultEmail(v string)

func (*User) SetDisplayName

func (x *User) SetDisplayName(v string)

func (*User) SetEmails

func (x *User) SetEmails(v []*Email)

func (*User) SetExternalIdentities

func (x *User) SetExternalIdentities(v []*ExternalIdentity)

func (*User) SetMetadata

func (x *User) SetMetadata(v *structpb.Struct)

func (*User) SetPlatformRole

func (x *User) SetPlatformRole(v string)

func (*User) SetUpdateTime

func (x *User) SetUpdateTime(v *timestamppb.Timestamp)

func (*User) SetUserId

func (x *User) SetUserId(v string)

func (*User) SetUsername

func (x *User) SetUsername(v string)

func (*User) String

func (x *User) String() string

type UserType

type UserType int32
const (
	UserType_USER_TYPE_UNSPECIFIED UserType = 0
	UserType_USER_TYPE_HOST        UserType = 1
	UserType_USER_TYPE_CONTAINER   UserType = 2
	UserType_USER_TYPE_UTILITY     UserType = 3
)

func (UserType) Descriptor

func (UserType) Descriptor() protoreflect.EnumDescriptor

func (UserType) Enum

func (x UserType) Enum() *UserType

func (UserType) Number

func (x UserType) Number() protoreflect.EnumNumber

func (UserType) String

func (x UserType) String() string

func (UserType) Type

type User_builder

type User_builder struct {
	UserId             string
	DisplayName        string
	Username           string
	Emails             []*Email
	DefaultEmail       string
	Metadata           *structpb.Struct
	ExternalIdentities []*ExternalIdentity
	CreateTime         *timestamppb.Timestamp
	UpdateTime         *timestamppb.Timestamp
	PlatformRole       string
	// contains filtered or unexported fields
}

func (User_builder) Build

func (b0 User_builder) Build() *User

type VMBuild

type VMBuild struct {
	JupyterInstall bool `protobuf:"varint,1,opt,name=jupyter_install,json=jupyterInstall,proto3" json:"jupyter_install,omitempty"`
	// contains filtered or unexported fields
}

func (*VMBuild) GetJupyterInstall

func (x *VMBuild) GetJupyterInstall() bool

func (*VMBuild) ProtoMessage

func (*VMBuild) ProtoMessage()

func (*VMBuild) ProtoReflect

func (x *VMBuild) ProtoReflect() protoreflect.Message

func (*VMBuild) Reset

func (x *VMBuild) Reset()

func (*VMBuild) SetJupyterInstall

func (x *VMBuild) SetJupyterInstall(v bool)

func (*VMBuild) String

func (x *VMBuild) String() string

type VMBuild_builder

type VMBuild_builder struct {
	JupyterInstall bool
	// contains filtered or unexported fields
}

func (VMBuild_builder) Build

func (b0 VMBuild_builder) Build() *VMBuild

type ValidateFileRequest

type ValidateFileRequest struct {
	FileUrl string `protobuf:"bytes,1,opt,name=file_url,json=fileUrl,proto3" json:"file_url,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateFileRequest) GetFileUrl

func (x *ValidateFileRequest) GetFileUrl() string

func (*ValidateFileRequest) ProtoMessage

func (*ValidateFileRequest) ProtoMessage()

func (*ValidateFileRequest) ProtoReflect

func (x *ValidateFileRequest) ProtoReflect() protoreflect.Message

func (*ValidateFileRequest) Reset

func (x *ValidateFileRequest) Reset()

func (*ValidateFileRequest) SetFileUrl

func (x *ValidateFileRequest) SetFileUrl(v string)

func (*ValidateFileRequest) String

func (x *ValidateFileRequest) String() string

type ValidateFileRequest_builder

type ValidateFileRequest_builder struct {
	FileUrl string
	// contains filtered or unexported fields
}

func (ValidateFileRequest_builder) Build

type ValidateFileResponse

type ValidateFileResponse struct {
	IsValid      bool   `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"`
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateFileResponse) GetErrorMessage

func (x *ValidateFileResponse) GetErrorMessage() string

func (*ValidateFileResponse) GetIsValid

func (x *ValidateFileResponse) GetIsValid() bool

func (*ValidateFileResponse) ProtoMessage

func (*ValidateFileResponse) ProtoMessage()

func (*ValidateFileResponse) ProtoReflect

func (x *ValidateFileResponse) ProtoReflect() protoreflect.Message

func (*ValidateFileResponse) Reset

func (x *ValidateFileResponse) Reset()

func (*ValidateFileResponse) SetErrorMessage

func (x *ValidateFileResponse) SetErrorMessage(v string)

func (*ValidateFileResponse) SetIsValid

func (x *ValidateFileResponse) SetIsValid(v bool)

func (*ValidateFileResponse) String

func (x *ValidateFileResponse) String() string

type ValidateFileResponse_builder

type ValidateFileResponse_builder struct {
	IsValid      bool
	ErrorMessage string
	// contains filtered or unexported fields
}

func (ValidateFileResponse_builder) Build

type VastAICredential

type VastAICredential struct {
	ApiKey string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*VastAICredential) GetApiKey

func (x *VastAICredential) GetApiKey() string

func (*VastAICredential) ProtoMessage

func (*VastAICredential) ProtoMessage()

func (*VastAICredential) ProtoReflect

func (x *VastAICredential) ProtoReflect() protoreflect.Message

func (*VastAICredential) Reset

func (x *VastAICredential) Reset()

func (*VastAICredential) SetApiKey

func (x *VastAICredential) SetApiKey(v string)

func (*VastAICredential) String

func (x *VastAICredential) String() string

type VastAICredential_builder

type VastAICredential_builder struct {
	ApiKey string
	// contains filtered or unexported fields
}

func (VastAICredential_builder) Build

type VerbBuild

type VerbBuild struct {
	Config      string `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	LogFilePath string `protobuf:"bytes,2,opt,name=log_file_path,json=logFilePath,proto3" json:"log_file_path,omitempty"` // deprecated - based on the VM's user
	// contains filtered or unexported fields
}

func (*VerbBuild) GetConfig

func (x *VerbBuild) GetConfig() string

func (*VerbBuild) GetLogFilePath

func (x *VerbBuild) GetLogFilePath() string

func (*VerbBuild) ProtoMessage

func (*VerbBuild) ProtoMessage()

func (*VerbBuild) ProtoReflect

func (x *VerbBuild) ProtoReflect() protoreflect.Message

func (*VerbBuild) Reset

func (x *VerbBuild) Reset()

func (*VerbBuild) SetConfig

func (x *VerbBuild) SetConfig(v string)

func (*VerbBuild) SetLogFilePath

func (x *VerbBuild) SetLogFilePath(v string)

func (*VerbBuild) String

func (x *VerbBuild) String() string

type VerbBuild_builder

type VerbBuild_builder struct {
	Config      string
	LogFilePath string
	// contains filtered or unexported fields
}

func (VerbBuild_builder) Build

func (b0 VerbBuild_builder) Build() *VerbBuild

type VolumeConfig

type VolumeConfig struct {
	Name       string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Driver     string            `protobuf:"bytes,2,opt,name=driver,proto3" json:"driver,omitempty"`
	DriverOpts map[string]string `` /* 165-byte string literal not displayed */
	External   *External         `protobuf:"bytes,4,opt,name=external,proto3" json:"external,omitempty"`
	Labels     map[string]string `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

VolumeConfig defines volume configuration

func (*VolumeConfig) ClearExternal

func (x *VolumeConfig) ClearExternal()

func (*VolumeConfig) GetDriver

func (x *VolumeConfig) GetDriver() string

func (*VolumeConfig) GetDriverOpts

func (x *VolumeConfig) GetDriverOpts() map[string]string

func (*VolumeConfig) GetExternal

func (x *VolumeConfig) GetExternal() *External

func (*VolumeConfig) GetLabels

func (x *VolumeConfig) GetLabels() map[string]string

func (*VolumeConfig) GetName

func (x *VolumeConfig) GetName() string

func (*VolumeConfig) HasExternal

func (x *VolumeConfig) HasExternal() bool

func (*VolumeConfig) ProtoMessage

func (*VolumeConfig) ProtoMessage()

func (*VolumeConfig) ProtoReflect

func (x *VolumeConfig) ProtoReflect() protoreflect.Message

func (*VolumeConfig) Reset

func (x *VolumeConfig) Reset()

func (*VolumeConfig) SetDriver

func (x *VolumeConfig) SetDriver(v string)

func (*VolumeConfig) SetDriverOpts

func (x *VolumeConfig) SetDriverOpts(v map[string]string)

func (*VolumeConfig) SetExternal

func (x *VolumeConfig) SetExternal(v *External)

func (*VolumeConfig) SetLabels

func (x *VolumeConfig) SetLabels(v map[string]string)

func (*VolumeConfig) SetName

func (x *VolumeConfig) SetName(v string)

func (*VolumeConfig) String

func (x *VolumeConfig) String() string

type VolumeConfig_builder

type VolumeConfig_builder struct {
	Name       string
	Driver     string
	DriverOpts map[string]string
	External   *External
	Labels     map[string]string
	// contains filtered or unexported fields
}

func (VolumeConfig_builder) Build

func (b0 VolumeConfig_builder) Build() *VolumeConfig

type Vpc

type Vpc struct {
	VpcId     string `protobuf:"bytes,1,opt,name=vpc_id,json=vpcId,proto3" json:"vpc_id,omitempty"`
	CidrBlock string `protobuf:"bytes,2,opt,name=cidr_block,json=cidrBlock,proto3" json:"cidr_block,omitempty"`
	Default   bool   `protobuf:"varint,3,opt,name=default,proto3" json:"default,omitempty"`
	// contains filtered or unexported fields
}

func (*Vpc) GetCidrBlock

func (x *Vpc) GetCidrBlock() string

func (*Vpc) GetDefault

func (x *Vpc) GetDefault() bool

func (*Vpc) GetVpcId

func (x *Vpc) GetVpcId() string

func (*Vpc) ProtoMessage

func (*Vpc) ProtoMessage()

func (*Vpc) ProtoReflect

func (x *Vpc) ProtoReflect() protoreflect.Message

func (*Vpc) Reset

func (x *Vpc) Reset()

func (*Vpc) SetCidrBlock

func (x *Vpc) SetCidrBlock(v string)

func (*Vpc) SetDefault

func (x *Vpc) SetDefault(v bool)

func (*Vpc) SetVpcId

func (x *Vpc) SetVpcId(v string)

func (*Vpc) String

func (x *Vpc) String() string

type Vpc_builder

type Vpc_builder struct {
	VpcId     string
	CidrBlock string
	Default   bool
	// contains filtered or unexported fields
}

func (Vpc_builder) Build

func (b0 Vpc_builder) Build() *Vpc

type WriteUsageRequest

type WriteUsageRequest struct {
	Usages []*Usage `protobuf:"bytes,1,rep,name=usages,proto3" json:"usages,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteUsageRequest) GetUsages

func (x *WriteUsageRequest) GetUsages() []*Usage

func (*WriteUsageRequest) ProtoMessage

func (*WriteUsageRequest) ProtoMessage()

func (*WriteUsageRequest) ProtoReflect

func (x *WriteUsageRequest) ProtoReflect() protoreflect.Message

func (*WriteUsageRequest) Reset

func (x *WriteUsageRequest) Reset()

func (*WriteUsageRequest) SetUsages

func (x *WriteUsageRequest) SetUsages(v []*Usage)

func (*WriteUsageRequest) String

func (x *WriteUsageRequest) String() string

type WriteUsageRequest_builder

type WriteUsageRequest_builder struct {
	Usages []*Usage
	// contains filtered or unexported fields
}

func (WriteUsageRequest_builder) Build

type WriteUsageResponse

type WriteUsageResponse struct {
	// contains filtered or unexported fields
}

func (*WriteUsageResponse) ProtoMessage

func (*WriteUsageResponse) ProtoMessage()

func (*WriteUsageResponse) ProtoReflect

func (x *WriteUsageResponse) ProtoReflect() protoreflect.Message

func (*WriteUsageResponse) Reset

func (x *WriteUsageResponse) Reset()

func (*WriteUsageResponse) String

func (x *WriteUsageResponse) String() string

type WriteUsageResponse_builder

type WriteUsageResponse_builder struct {
	// contains filtered or unexported fields
}

func (WriteUsageResponse_builder) Build

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL