devplaneapiv1

package
v1.34.2-20240601001903... Latest Latest
Warning

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

Go to latest
Published: unknown License: ISC Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

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_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_notebook_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_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

Functions

This section is empty.

Types

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) Descriptor deprecated

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

Deprecated: Use AWSCredential.ProtoReflect.Descriptor instead.

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

func (x *AWSCredential) String() string

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) Descriptor deprecated

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

Deprecated: Use AccessPolicy.ProtoReflect.Descriptor instead.

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

func (*AccessPolicy) ProtoMessage()

func (*AccessPolicy) ProtoReflect

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

func (*AccessPolicy) Reset

func (x *AccessPolicy) Reset()

func (*AccessPolicy) String

func (x *AccessPolicy) String() string

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) Descriptor deprecated

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

Deprecated: Use AddIngressToGatewayRequest.ProtoReflect.Descriptor instead.

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

func (x *AddIngressToGatewayRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use AddIngressToGatewayResponse.ProtoReflect.Descriptor instead.

func (*AddIngressToGatewayResponse) GetIngressGateway

func (x *AddIngressToGatewayResponse) GetIngressGateway() *IngressGateway

func (*AddIngressToGatewayResponse) ProtoMessage

func (*AddIngressToGatewayResponse) ProtoMessage()

func (*AddIngressToGatewayResponse) ProtoReflect

func (*AddIngressToGatewayResponse) Reset

func (x *AddIngressToGatewayResponse) Reset()

func (*AddIngressToGatewayResponse) String

func (x *AddIngressToGatewayResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use AddInstanceFirewallRulesRequest.ProtoReflect.Descriptor instead.

func (*AddInstanceFirewallRulesRequest) GetFirewallRules

func (x *AddInstanceFirewallRulesRequest) GetFirewallRules() *FirewallRules

func (*AddInstanceFirewallRulesRequest) GetInstanceId

func (x *AddInstanceFirewallRulesRequest) GetInstanceId() string

func (*AddInstanceFirewallRulesRequest) ProtoMessage

func (*AddInstanceFirewallRulesRequest) ProtoMessage()

func (*AddInstanceFirewallRulesRequest) ProtoReflect

func (*AddInstanceFirewallRulesRequest) Reset

func (*AddInstanceFirewallRulesRequest) String

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) Descriptor deprecated

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

Deprecated: Use AddInstanceFirewallRulesResponse.ProtoReflect.Descriptor instead.

func (*AddInstanceFirewallRulesResponse) GetFirewallRules

func (x *AddInstanceFirewallRulesResponse) GetFirewallRules() *FirewallRules

func (*AddInstanceFirewallRulesResponse) ProtoMessage

func (*AddInstanceFirewallRulesResponse) ProtoMessage()

func (*AddInstanceFirewallRulesResponse) ProtoReflect

func (*AddInstanceFirewallRulesResponse) Reset

func (*AddInstanceFirewallRulesResponse) String

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) Descriptor deprecated

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

Deprecated: Use AddPolicyToIngressRequest.ProtoReflect.Descriptor instead.

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

func (x *AddPolicyToIngressRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use AddPolicyToIngressResponse.ProtoReflect.Descriptor instead.

func (*AddPolicyToIngressResponse) GetIngressGateway

func (x *AddPolicyToIngressResponse) GetIngressGateway() *IngressGateway

func (*AddPolicyToIngressResponse) ProtoMessage

func (*AddPolicyToIngressResponse) ProtoMessage()

func (*AddPolicyToIngressResponse) ProtoReflect

func (*AddPolicyToIngressResponse) Reset

func (x *AddPolicyToIngressResponse) Reset()

func (*AddPolicyToIngressResponse) String

func (x *AddPolicyToIngressResponse) String() string

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 `` /* 187-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) Descriptor deprecated

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

Deprecated: Use AggregateUsageOptions.ProtoReflect.Descriptor instead.

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

func (*AggregateUsageOptions) ProtoMessage()

func (*AggregateUsageOptions) ProtoReflect

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

func (*AggregateUsageOptions) Reset

func (x *AggregateUsageOptions) Reset()

func (*AggregateUsageOptions) String

func (x *AggregateUsageOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use AggregateUsageRequest.ProtoReflect.Descriptor instead.

func (*AggregateUsageRequest) GetOptions

func (*AggregateUsageRequest) GetPageParams

func (x *AggregateUsageRequest) GetPageParams() *PageParams

func (*AggregateUsageRequest) ProtoMessage

func (*AggregateUsageRequest) ProtoMessage()

func (*AggregateUsageRequest) ProtoReflect

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

func (*AggregateUsageRequest) Reset

func (x *AggregateUsageRequest) Reset()

func (*AggregateUsageRequest) String

func (x *AggregateUsageRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use AggregateUsageResponse.ProtoReflect.Descriptor instead.

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

func (x *AggregateUsageResponse) String() string

type AggregateUsageResult

type AggregateUsageResult struct {
	GroupedBy  map[string]string `` /* 176-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) Descriptor deprecated

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

Deprecated: Use AggregateUsageResult.ProtoReflect.Descriptor instead.

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

func (x *AggregateUsageResult) String() string

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) Descriptor deprecated

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

Deprecated: Use AkashCredential.ProtoReflect.Descriptor instead.

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

func (x *AkashCredential) String() string

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) Descriptor deprecated

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

Deprecated: Use ApiVoidEmailReputation.ProtoReflect.Descriptor instead.

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

func (x *ApiVoidEmailReputation) String() string

type AzureCredential

type AzureCredential struct {
	ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	Secret   string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	Tenant   string `protobuf:"bytes,3,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

func (*AzureCredential) Descriptor deprecated

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

Deprecated: Use AzureCredential.ProtoReflect.Descriptor instead.

func (*AzureCredential) GetClientId

func (x *AzureCredential) GetClientId() string

func (*AzureCredential) GetSecret

func (x *AzureCredential) GetSecret() string

func (*AzureCredential) GetTenant

func (x *AzureCredential) GetTenant() 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) String

func (x *AzureCredential) String() string

type BackupOptions

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

func (*BackupOptions) Descriptor deprecated

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

Deprecated: Use BackupOptions.ProtoReflect.Descriptor instead.

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

func (x *BackupOptions) String() string

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      `` /* 153-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      ``                                                                                                               /* 182-byte string literal not displayed */
	UsageCloudCredLabels map[string]string      ``                                                                                                               /* 213-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"`
	// contains filtered or unexported fields
}

func (*BillingProfile) Descriptor deprecated

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

Deprecated: Use BillingProfile.ProtoReflect.Descriptor instead.

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

func (*BillingProfile) ProtoMessage()

func (*BillingProfile) ProtoReflect

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

func (*BillingProfile) Reset

func (x *BillingProfile) Reset()

func (*BillingProfile) String

func (x *BillingProfile) String() string

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) Descriptor deprecated

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

Deprecated: Use BillingProfileDetails.ProtoReflect.Descriptor instead.

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

func (x *BillingProfileDetails) String() string

type Brev

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

maybe?

func (*Brev) Descriptor deprecated

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

Deprecated: Use Brev.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use Budget.ProtoReflect.Descriptor instead.

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

func (x *Budget) String() string

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) Descriptor deprecated

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

Deprecated: Use BuildEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*BuildEnvironmentRequest) GetBuild

func (*BuildEnvironmentRequest) GetEnvironmentId

func (x *BuildEnvironmentRequest) GetEnvironmentId() string

func (*BuildEnvironmentRequest) GetIdempotencyKey

func (x *BuildEnvironmentRequest) GetIdempotencyKey() string

func (*BuildEnvironmentRequest) ProtoMessage

func (*BuildEnvironmentRequest) ProtoMessage()

func (*BuildEnvironmentRequest) ProtoReflect

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

func (*BuildEnvironmentRequest) Reset

func (x *BuildEnvironmentRequest) Reset()

func (*BuildEnvironmentRequest) String

func (x *BuildEnvironmentRequest) String() string

type BuildEnvironmentResponse

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

func (*BuildEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use BuildEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*BuildEnvironmentResponse) GetEnvironment

func (x *BuildEnvironmentResponse) GetEnvironment() *Environment

func (*BuildEnvironmentResponse) ProtoMessage

func (*BuildEnvironmentResponse) ProtoMessage()

func (*BuildEnvironmentResponse) ProtoReflect

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

func (*BuildEnvironmentResponse) Reset

func (x *BuildEnvironmentResponse) Reset()

func (*BuildEnvironmentResponse) String

func (x *BuildEnvironmentResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use Card.ProtoReflect.Descriptor instead.

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

func (x *Card) String() string

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) Descriptor deprecated

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

Deprecated: Use ChangeEnvironmentInstanceTypeRequest.ProtoReflect.Descriptor instead.

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

type ChangeEnvironmentInstanceTypeResponse

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

func (*ChangeEnvironmentInstanceTypeResponse) Descriptor deprecated

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

Deprecated: Use ChangeEnvironmentInstanceTypeResponse.ProtoReflect.Descriptor instead.

func (*ChangeEnvironmentInstanceTypeResponse) GetEnvironment

func (*ChangeEnvironmentInstanceTypeResponse) ProtoMessage

func (*ChangeEnvironmentInstanceTypeResponse) ProtoMessage()

func (*ChangeEnvironmentInstanceTypeResponse) ProtoReflect

func (*ChangeEnvironmentInstanceTypeResponse) Reset

func (*ChangeEnvironmentInstanceTypeResponse) String

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) Descriptor deprecated

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

Deprecated: Use ChangeInstanceTypeRequest.ProtoReflect.Descriptor instead.

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

func (x *ChangeInstanceTypeRequest) String() string

type ChangeInstanceTypeResponse

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

func (*ChangeInstanceTypeResponse) Descriptor deprecated

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

Deprecated: Use ChangeInstanceTypeResponse.ProtoReflect.Descriptor instead.

func (*ChangeInstanceTypeResponse) GetInstance

func (x *ChangeInstanceTypeResponse) GetInstance() *Instance

func (*ChangeInstanceTypeResponse) ProtoMessage

func (*ChangeInstanceTypeResponse) ProtoMessage()

func (*ChangeInstanceTypeResponse) ProtoReflect

func (*ChangeInstanceTypeResponse) Reset

func (x *ChangeInstanceTypeResponse) Reset()

func (*ChangeInstanceTypeResponse) String

func (x *ChangeInstanceTypeResponse) String() string

type CheckCreditStatusRequest

type CheckCreditStatusRequest 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 (*CheckCreditStatusRequest) Descriptor deprecated

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

Deprecated: Use CheckCreditStatusRequest.ProtoReflect.Descriptor instead.

func (*CheckCreditStatusRequest) GetBillingProfileId

func (x *CheckCreditStatusRequest) GetBillingProfileId() string

func (*CheckCreditStatusRequest) ProtoMessage

func (*CheckCreditStatusRequest) ProtoMessage()

func (*CheckCreditStatusRequest) ProtoReflect

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

func (*CheckCreditStatusRequest) Reset

func (x *CheckCreditStatusRequest) Reset()

func (*CheckCreditStatusRequest) String

func (x *CheckCreditStatusRequest) String() string

type CheckCreditStatusResponse

type CheckCreditStatusResponse struct {
	CreditStatus string                 `protobuf:"bytes,1,opt,name=credit_status,json=creditStatus,proto3" json:"credit_status,omitempty"`
	TopUpAction  string                 `protobuf:"bytes,2,opt,name=top_up_action,json=topUpAction,proto3" json:"top_up_action,omitempty"`
	WarnAt       *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=warn_at,json=warnAt,proto3" json:"warn_at,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckCreditStatusResponse) Descriptor deprecated

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

Deprecated: Use CheckCreditStatusResponse.ProtoReflect.Descriptor instead.

func (*CheckCreditStatusResponse) GetCreditStatus

func (x *CheckCreditStatusResponse) GetCreditStatus() string

func (*CheckCreditStatusResponse) GetTopUpAction

func (x *CheckCreditStatusResponse) GetTopUpAction() string

func (*CheckCreditStatusResponse) GetWarnAt

func (*CheckCreditStatusResponse) ProtoMessage

func (*CheckCreditStatusResponse) ProtoMessage()

func (*CheckCreditStatusResponse) ProtoReflect

func (*CheckCreditStatusResponse) Reset

func (x *CheckCreditStatusResponse) Reset()

func (*CheckCreditStatusResponse) String

func (x *CheckCreditStatusResponse) String() string

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      `` /* 153-byte string literal not displayed */
	Status      string                 `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*CloudCred) Descriptor deprecated

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

Deprecated: Use CloudCred.ProtoReflect.Descriptor instead.

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

func (x *CloudCred) GetStatus() string

func (*CloudCred) GetUpdateTime

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

func (*CloudCred) ProtoMessage

func (*CloudCred) ProtoMessage()

func (*CloudCred) ProtoReflect

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

func (*CloudCred) Reset

func (x *CloudCred) Reset()

func (*CloudCred) String

func (x *CloudCred) String() string

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) Descriptor deprecated

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

Deprecated: Use ComputeInstanceOptions.ProtoReflect.Descriptor instead.

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

func (*ComputeInstanceOptions) ProtoMessage()

func (*ComputeInstanceOptions) ProtoReflect

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

func (*ComputeInstanceOptions) Reset

func (x *ComputeInstanceOptions) Reset()

func (*ComputeInstanceOptions) String

func (x *ComputeInstanceOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ComputeInstanceProduct.ProtoReflect.Descriptor instead.

func (*ComputeInstanceProduct) GetAttrs

func (*ComputeInstanceProduct) GetPrices

func (x *ComputeInstanceProduct) GetPrices() *ComputePrice

func (*ComputeInstanceProduct) ProtoMessage

func (*ComputeInstanceProduct) ProtoMessage()

func (*ComputeInstanceProduct) ProtoReflect

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

func (*ComputeInstanceProduct) Reset

func (x *ComputeInstanceProduct) Reset()

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) Descriptor deprecated

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

Deprecated: Use ComputeInstanceProductAttrs.ProtoReflect.Descriptor instead.

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

func (x *ComputeInstanceProductAttrs) String() string

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) Descriptor deprecated

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

Deprecated: Use ComputePrice.ProtoReflect.Descriptor instead.

func (*ComputePrice) GetOnDemand

func (x *ComputePrice) GetOnDemand() *OnDemand

func (*ComputePrice) GetSpot

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

func (*ComputePrice) ProtoMessage

func (*ComputePrice) ProtoMessage()

func (*ComputePrice) ProtoReflect

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

func (*ComputePrice) Reset

func (x *ComputePrice) Reset()

func (*ComputePrice) String

func (x *ComputePrice) String() string

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"`
	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) Descriptor deprecated

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

Deprecated: Use CreateAccessPolicy.ProtoReflect.Descriptor instead.

func (*CreateAccessPolicy) GetExternalAuthId

func (x *CreateAccessPolicy) GetExternalAuthId() 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) ProtoMessage

func (*CreateAccessPolicy) ProtoMessage()

func (*CreateAccessPolicy) ProtoReflect

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

func (*CreateAccessPolicy) Reset

func (x *CreateAccessPolicy) Reset()

func (*CreateAccessPolicy) String

func (x *CreateAccessPolicy) String() string

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 `` /* 153-byte string literal not displayed */
	// Types that are assignable to Account:
	//
	//	*CreateBillingProfileRequest_ExternalAccountId
	//	*CreateBillingProfileRequest_BillingProfileDetails
	Account              isCreateBillingProfileRequest_Account `protobuf_oneof:"account"`
	UsageLabels          map[string]string                     `` /* 182-byte string literal not displayed */
	UsageCloudCredLabels map[string]string                     `` /* 213-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"`
	// contains filtered or unexported fields
}

func (*CreateBillingProfileRequest) Descriptor deprecated

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

Deprecated: Use CreateBillingProfileRequest.ProtoReflect.Descriptor instead.

func (*CreateBillingProfileRequest) GetAccount

func (m *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) GetUsageCloudCredLabels

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

func (*CreateBillingProfileRequest) GetUsageLabels

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

func (*CreateBillingProfileRequest) ProtoMessage

func (*CreateBillingProfileRequest) ProtoMessage()

func (*CreateBillingProfileRequest) ProtoReflect

func (*CreateBillingProfileRequest) Reset

func (x *CreateBillingProfileRequest) Reset()

func (*CreateBillingProfileRequest) String

func (x *CreateBillingProfileRequest) String() string

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 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) Descriptor deprecated

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

Deprecated: Use CreateBillingProfileResponse.ProtoReflect.Descriptor instead.

func (*CreateBillingProfileResponse) GetBillingProfile

func (x *CreateBillingProfileResponse) GetBillingProfile() *BillingProfile

func (*CreateBillingProfileResponse) ProtoMessage

func (*CreateBillingProfileResponse) ProtoMessage()

func (*CreateBillingProfileResponse) ProtoReflect

func (*CreateBillingProfileResponse) Reset

func (x *CreateBillingProfileResponse) Reset()

func (*CreateBillingProfileResponse) String

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) Descriptor deprecated

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

Deprecated: Use CreateCardHoldRequest.ProtoReflect.Descriptor instead.

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

func (x *CreateCardHoldRequest) String() string

type CreateCardHoldResponse

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

func (*CreateCardHoldResponse) Descriptor deprecated

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

Deprecated: Use CreateCardHoldResponse.ProtoReflect.Descriptor instead.

func (*CreateCardHoldResponse) GetPayment

func (x *CreateCardHoldResponse) GetPayment() *Payment

func (*CreateCardHoldResponse) ProtoMessage

func (*CreateCardHoldResponse) ProtoMessage()

func (*CreateCardHoldResponse) ProtoReflect

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

func (*CreateCardHoldResponse) Reset

func (x *CreateCardHoldResponse) Reset()

func (*CreateCardHoldResponse) String

func (x *CreateCardHoldResponse) String() string

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 assignable to Credential:
	//
	//	*CreateCloudCredRequest_Aws
	//	*CreateCloudCredRequest_Azure
	//	*CreateCloudCredRequest_LambdaLabs
	//	*CreateCloudCredRequest_Gcp
	//	*CreateCloudCredRequest_Fluidstack
	//	*CreateCloudCredRequest_VastAi
	//	*CreateCloudCredRequest_Akash
	//	*CreateCloudCredRequest_Crusoe
	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                   `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateCloudCredRequest) Descriptor deprecated

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

Deprecated: Use CreateCloudCredRequest.ProtoReflect.Descriptor instead.

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 (m *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) GetProviderId

func (x *CreateCloudCredRequest) GetProviderId() string

func (*CreateCloudCredRequest) GetVastAi

func (x *CreateCloudCredRequest) GetVastAi() *VastAICredential

func (*CreateCloudCredRequest) ProtoMessage

func (*CreateCloudCredRequest) ProtoMessage()

func (*CreateCloudCredRequest) ProtoReflect

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

func (*CreateCloudCredRequest) Reset

func (x *CreateCloudCredRequest) Reset()

func (*CreateCloudCredRequest) String

func (x *CreateCloudCredRequest) String() string

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_VastAi

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

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) Descriptor deprecated

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

Deprecated: Use CreateCloudCredResponse.ProtoReflect.Descriptor instead.

func (*CreateCloudCredResponse) GetCloudCred

func (x *CreateCloudCredResponse) GetCloudCred() *CloudCred

func (*CreateCloudCredResponse) ProtoMessage

func (*CreateCloudCredResponse) ProtoMessage()

func (*CreateCloudCredResponse) ProtoReflect

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

func (*CreateCloudCredResponse) Reset

func (x *CreateCloudCredResponse) Reset()

func (*CreateCloudCredResponse) String

func (x *CreateCloudCredResponse) String() string

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 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateDataSourceRequest) Descriptor deprecated

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

Deprecated: Use CreateDataSourceRequest.ProtoReflect.Descriptor instead.

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

func (x *CreateDataSourceRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use CreateDataSourceResponse.ProtoReflect.Descriptor instead.

func (*CreateDataSourceResponse) GetDataSource

func (x *CreateDataSourceResponse) GetDataSource() *DataSource

func (*CreateDataSourceResponse) ProtoMessage

func (*CreateDataSourceResponse) ProtoMessage()

func (*CreateDataSourceResponse) ProtoReflect

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

func (*CreateDataSourceResponse) Reset

func (x *CreateDataSourceResponse) Reset()

func (*CreateDataSourceResponse) String

func (x *CreateDataSourceResponse) String() string

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     `` /* 153-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"`
	Users           []*SysUser            `protobuf:"bytes,8,rep,name=users,proto3" json:"users,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) Descriptor deprecated

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

Deprecated: Use CreateEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*CreateEnvironmentRequest) GetBuild

func (*CreateEnvironmentRequest) GetEnvironmentId

func (x *CreateEnvironmentRequest) GetEnvironmentId() string

func (*CreateEnvironmentRequest) GetIdempotencyKey

func (x *CreateEnvironmentRequest) GetIdempotencyKey() string

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

func (x *CreateEnvironmentRequest) GetUsers() []*SysUser

func (*CreateEnvironmentRequest) ProtoMessage

func (*CreateEnvironmentRequest) ProtoMessage()

func (*CreateEnvironmentRequest) ProtoReflect

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

func (*CreateEnvironmentRequest) Reset

func (x *CreateEnvironmentRequest) Reset()

func (*CreateEnvironmentRequest) String

func (x *CreateEnvironmentRequest) String() string

type CreateEnvironmentResponse

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

func (*CreateEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use CreateEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*CreateEnvironmentResponse) GetEnvironment

func (x *CreateEnvironmentResponse) GetEnvironment() *Environment

func (*CreateEnvironmentResponse) ProtoMessage

func (*CreateEnvironmentResponse) ProtoMessage()

func (*CreateEnvironmentResponse) ProtoReflect

func (*CreateEnvironmentResponse) Reset

func (x *CreateEnvironmentResponse) Reset()

func (*CreateEnvironmentResponse) String

func (x *CreateEnvironmentResponse) String() string

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 `` /* 153-byte string literal not displayed */
	Thresholds    *Thresholds       `protobuf:"bytes,3,opt,name=thresholds,proto3" json:"thresholds,omitempty"`
	// Types that are assignable 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) Descriptor deprecated

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

Deprecated: Use CreateHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*CreateHealthCheckRequest) GetHealthCheck

func (m *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) ProtoMessage

func (*CreateHealthCheckRequest) ProtoMessage()

func (*CreateHealthCheckRequest) ProtoReflect

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

func (*CreateHealthCheckRequest) Reset

func (x *CreateHealthCheckRequest) Reset()

func (*CreateHealthCheckRequest) String

func (x *CreateHealthCheckRequest) String() string

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 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) Descriptor deprecated

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

Deprecated: Use CreateHealthCheckResponse.ProtoReflect.Descriptor instead.

func (*CreateHealthCheckResponse) GetHealthCheck

func (x *CreateHealthCheckResponse) GetHealthCheck() *HealthCheck

func (*CreateHealthCheckResponse) ProtoMessage

func (*CreateHealthCheckResponse) ProtoMessage()

func (*CreateHealthCheckResponse) ProtoReflect

func (*CreateHealthCheckResponse) Reset

func (x *CreateHealthCheckResponse) Reset()

func (*CreateHealthCheckResponse) String

func (x *CreateHealthCheckResponse) String() string

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"`
	AccessPolicies []*CreateAccessPolicy `protobuf:"bytes,6,rep,name=access_policies,json=accessPolicies,proto3" json:"access_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIngress) Descriptor deprecated

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

Deprecated: Use CreateIngress.ProtoReflect.Descriptor instead.

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

func (x *CreateIngress) String() string

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 `` /* 153-byte string literal not displayed */
	Ingresses        []*CreateIngress  `protobuf:"bytes,3,rep,name=ingresses,proto3" json:"ingresses,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIngressGatewayRequest) Descriptor deprecated

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

Deprecated: Use CreateIngressGatewayRequest.ProtoReflect.Descriptor instead.

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

func (x *CreateIngressGatewayRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use CreateIngressGatewayResponse.ProtoReflect.Descriptor instead.

func (*CreateIngressGatewayResponse) GetIngressGateway

func (x *CreateIngressGatewayResponse) GetIngressGateway() *IngressGateway

func (*CreateIngressGatewayResponse) ProtoMessage

func (*CreateIngressGatewayResponse) ProtoMessage()

func (*CreateIngressGatewayResponse) ProtoReflect

func (*CreateIngressGatewayResponse) Reset

func (x *CreateIngressGatewayResponse) Reset()

func (*CreateIngressGatewayResponse) String

type CreateIngressGatewayTokenRequest

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

func (*CreateIngressGatewayTokenRequest) Descriptor deprecated

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

Deprecated: Use CreateIngressGatewayTokenRequest.ProtoReflect.Descriptor instead.

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

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) Descriptor deprecated

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

Deprecated: Use CreateIngressGatewayTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateIngressGatewayTokenResponse) GetIngressGatewayToken

func (x *CreateIngressGatewayTokenResponse) GetIngressGatewayToken() *IngressGatewayToken

func (*CreateIngressGatewayTokenResponse) ProtoMessage

func (*CreateIngressGatewayTokenResponse) ProtoMessage()

func (*CreateIngressGatewayTokenResponse) ProtoReflect

func (*CreateIngressGatewayTokenResponse) Reset

func (*CreateIngressGatewayTokenResponse) String

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 `` /* 153-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 assignable 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) Descriptor deprecated

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

Deprecated: Use CreateInstanceExecRequest.ProtoReflect.Descriptor instead.

func (*CreateInstanceExecRequest) GetConnection

func (m *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) ProtoMessage

func (*CreateInstanceExecRequest) ProtoMessage()

func (*CreateInstanceExecRequest) ProtoReflect

func (*CreateInstanceExecRequest) Reset

func (x *CreateInstanceExecRequest) Reset()

func (*CreateInstanceExecRequest) String

func (x *CreateInstanceExecRequest) String() string

type CreateInstanceExecRequest_Ssh

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

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) Descriptor deprecated

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

Deprecated: Use CreateInstanceExecResponse.ProtoReflect.Descriptor instead.

func (*CreateInstanceExecResponse) GetInstanceExec

func (x *CreateInstanceExecResponse) GetInstanceExec() *InstanceExec

func (*CreateInstanceExecResponse) ProtoMessage

func (*CreateInstanceExecResponse) ProtoMessage()

func (*CreateInstanceExecResponse) ProtoReflect

func (*CreateInstanceExecResponse) Reset

func (x *CreateInstanceExecResponse) Reset()

func (*CreateInstanceExecResponse) String

func (x *CreateInstanceExecResponse) String() string

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 `` /* 153-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 `` /* 210-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"`
	// contains filtered or unexported fields
}

func (*CreateInstanceRequest) Descriptor deprecated

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

Deprecated: Use CreateInstanceRequest.ProtoReflect.Descriptor instead.

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

func (*CreateInstanceRequest) ProtoMessage()

func (*CreateInstanceRequest) ProtoReflect

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

func (*CreateInstanceRequest) Reset

func (x *CreateInstanceRequest) Reset()

func (*CreateInstanceRequest) String

func (x *CreateInstanceRequest) String() string

type CreateInstanceResponse

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

func (*CreateInstanceResponse) Descriptor deprecated

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

Deprecated: Use CreateInstanceResponse.ProtoReflect.Descriptor instead.

func (*CreateInstanceResponse) GetInstance

func (x *CreateInstanceResponse) GetInstance() *Instance

func (*CreateInstanceResponse) ProtoMessage

func (*CreateInstanceResponse) ProtoMessage()

func (*CreateInstanceResponse) ProtoReflect

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

func (*CreateInstanceResponse) Reset

func (x *CreateInstanceResponse) Reset()

func (*CreateInstanceResponse) String

func (x *CreateInstanceResponse) String() string

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 `` /* 153-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) Descriptor deprecated

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

Deprecated: Use CreateLimitRequest.ProtoReflect.Descriptor instead.

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

func (*CreateLimitRequest) ProtoMessage()

func (*CreateLimitRequest) ProtoReflect

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

func (*CreateLimitRequest) Reset

func (x *CreateLimitRequest) Reset()

func (*CreateLimitRequest) String

func (x *CreateLimitRequest) String() string

type CreateLimitResponse

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

func (*CreateLimitResponse) Descriptor deprecated

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

Deprecated: Use CreateLimitResponse.ProtoReflect.Descriptor instead.

func (*CreateLimitResponse) GetLimit

func (x *CreateLimitResponse) GetLimit() *Limit

func (*CreateLimitResponse) ProtoMessage

func (*CreateLimitResponse) ProtoMessage()

func (*CreateLimitResponse) ProtoReflect

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

func (*CreateLimitResponse) Reset

func (x *CreateLimitResponse) Reset()

func (*CreateLimitResponse) String

func (x *CreateLimitResponse) String() string

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 `` /* 153-byte string literal not displayed */
	Tags       map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateNotebookRequest) Descriptor deprecated

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

Deprecated: Use CreateNotebookRequest.ProtoReflect.Descriptor instead.

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

func (x *CreateNotebookRequest) String() string

type CreateNotebookResponse

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

func (*CreateNotebookResponse) Descriptor deprecated

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

Deprecated: Use CreateNotebookResponse.ProtoReflect.Descriptor instead.

func (*CreateNotebookResponse) GetNotebook

func (x *CreateNotebookResponse) GetNotebook() *Notebook

func (*CreateNotebookResponse) ProtoMessage

func (*CreateNotebookResponse) ProtoMessage()

func (*CreateNotebookResponse) ProtoReflect

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

func (*CreateNotebookResponse) Reset

func (x *CreateNotebookResponse) Reset()

func (*CreateNotebookResponse) String

func (x *CreateNotebookResponse) String() string

type CreatePaymentIntentRequest

type CreatePaymentIntentRequest struct {
	Amount        int64             `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	MetaData      map[string]string `` /* 173-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) Descriptor deprecated

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

Deprecated: Use CreatePaymentIntentRequest.ProtoReflect.Descriptor instead.

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

func (x *CreatePaymentIntentRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use CreatePaymentIntentResponse.ProtoReflect.Descriptor instead.

func (*CreatePaymentIntentResponse) GetPaymentIntent

func (x *CreatePaymentIntentResponse) GetPaymentIntent() *PaymentIntent

func (*CreatePaymentIntentResponse) ProtoMessage

func (*CreatePaymentIntentResponse) ProtoMessage()

func (*CreatePaymentIntentResponse) ProtoReflect

func (*CreatePaymentIntentResponse) Reset

func (x *CreatePaymentIntentResponse) Reset()

func (*CreatePaymentIntentResponse) String

func (x *CreatePaymentIntentResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use CreatePaymentSetupIntentRequest.ProtoReflect.Descriptor instead.

func (*CreatePaymentSetupIntentRequest) GetBillingProfileId

func (x *CreatePaymentSetupIntentRequest) GetBillingProfileId() string

func (*CreatePaymentSetupIntentRequest) ProtoMessage

func (*CreatePaymentSetupIntentRequest) ProtoMessage()

func (*CreatePaymentSetupIntentRequest) ProtoReflect

func (*CreatePaymentSetupIntentRequest) Reset

func (*CreatePaymentSetupIntentRequest) String

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) Descriptor deprecated

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

Deprecated: Use CreatePaymentSetupIntentResponse.ProtoReflect.Descriptor instead.

func (*CreatePaymentSetupIntentResponse) GetSetupIntent

func (x *CreatePaymentSetupIntentResponse) GetSetupIntent() *SetupIntent

func (*CreatePaymentSetupIntentResponse) ProtoMessage

func (*CreatePaymentSetupIntentResponse) ProtoMessage()

func (*CreatePaymentSetupIntentResponse) ProtoReflect

func (*CreatePaymentSetupIntentResponse) Reset

func (*CreatePaymentSetupIntentResponse) String

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 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreatePersistentPodRequest) Descriptor deprecated

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

Deprecated: Use CreatePersistentPodRequest.ProtoReflect.Descriptor instead.

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

func (x *CreatePersistentPodRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use CreatePersistentPodResponse.ProtoReflect.Descriptor instead.

func (*CreatePersistentPodResponse) GetPersistentPod

func (x *CreatePersistentPodResponse) GetPersistentPod() *PersistentPod

func (*CreatePersistentPodResponse) ProtoMessage

func (*CreatePersistentPodResponse) ProtoMessage()

func (*CreatePersistentPodResponse) ProtoReflect

func (*CreatePersistentPodResponse) Reset

func (x *CreatePersistentPodResponse) Reset()

func (*CreatePersistentPodResponse) String

func (x *CreatePersistentPodResponse) String() string

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 `` /* 153-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) Descriptor deprecated

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

Deprecated: Use CreatePublicProfileRequest.ProtoReflect.Descriptor instead.

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

func (x *CreatePublicProfileRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use CreatePublicProfileResponse.ProtoReflect.Descriptor instead.

func (*CreatePublicProfileResponse) GetPublicProfile

func (x *CreatePublicProfileResponse) GetPublicProfile() *PublicProfile

func (*CreatePublicProfileResponse) ProtoMessage

func (*CreatePublicProfileResponse) ProtoMessage()

func (*CreatePublicProfileResponse) ProtoReflect

func (*CreatePublicProfileResponse) Reset

func (x *CreatePublicProfileResponse) Reset()

func (*CreatePublicProfileResponse) String

func (x *CreatePublicProfileResponse) String() string

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use CreateRedeemableRequest.ProtoReflect.Descriptor instead.

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

func (*CreateRedeemableRequest) ProtoMessage()

func (*CreateRedeemableRequest) ProtoReflect

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

func (*CreateRedeemableRequest) Reset

func (x *CreateRedeemableRequest) Reset()

func (*CreateRedeemableRequest) String

func (x *CreateRedeemableRequest) String() string

type CreateRedeemableResponse

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

func (*CreateRedeemableResponse) Descriptor deprecated

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

Deprecated: Use CreateRedeemableResponse.ProtoReflect.Descriptor instead.

func (*CreateRedeemableResponse) GetRedeemable

func (x *CreateRedeemableResponse) GetRedeemable() *Redeemable

func (*CreateRedeemableResponse) ProtoMessage

func (*CreateRedeemableResponse) ProtoMessage()

func (*CreateRedeemableResponse) ProtoReflect

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

func (*CreateRedeemableResponse) Reset

func (x *CreateRedeemableResponse) Reset()

func (*CreateRedeemableResponse) String

func (x *CreateRedeemableResponse) String() string

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 `` /* 153-byte string literal not displayed */
	Value    string            `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSecretRequest) Descriptor deprecated

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

Deprecated: Use CreateSecretRequest.ProtoReflect.Descriptor instead.

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

func (x *CreateSecretRequest) String() string

type CreateSecretResponse

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

func (*CreateSecretResponse) Descriptor deprecated

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

Deprecated: Use CreateSecretResponse.ProtoReflect.Descriptor instead.

func (*CreateSecretResponse) GetSecret

func (x *CreateSecretResponse) GetSecret() *Secret

func (*CreateSecretResponse) ProtoMessage

func (*CreateSecretResponse) ProtoMessage()

func (*CreateSecretResponse) ProtoReflect

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

func (*CreateSecretResponse) Reset

func (x *CreateSecretResponse) Reset()

func (*CreateSecretResponse) String

func (x *CreateSecretResponse) String() string

type CreateServiceEventRequest

type CreateServiceEventRequest struct {
	Type      string                 `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Labels    map[string]string      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use CreateServiceEventRequest.ProtoReflect.Descriptor instead.

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

func (*CreateServiceEventRequest) ProtoMessage()

func (*CreateServiceEventRequest) ProtoReflect

func (*CreateServiceEventRequest) Reset

func (x *CreateServiceEventRequest) Reset()

func (*CreateServiceEventRequest) String

func (x *CreateServiceEventRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use CreateServiceEventResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceEventResponse) GetServiceEvent

func (x *CreateServiceEventResponse) GetServiceEvent() *ServiceEvent

func (*CreateServiceEventResponse) ProtoMessage

func (*CreateServiceEventResponse) ProtoMessage()

func (*CreateServiceEventResponse) ProtoReflect

func (*CreateServiceEventResponse) Reset

func (x *CreateServiceEventResponse) Reset()

func (*CreateServiceEventResponse) String

func (x *CreateServiceEventResponse) String() string

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 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateSessionRequest) Descriptor deprecated

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

Deprecated: Use CreateSessionRequest.ProtoReflect.Descriptor instead.

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

func (x *CreateSessionRequest) String() string

type CreateSessionResponse

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

func (*CreateSessionResponse) Descriptor deprecated

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

Deprecated: Use CreateSessionResponse.ProtoReflect.Descriptor instead.

func (*CreateSessionResponse) GetSession

func (x *CreateSessionResponse) GetSession() *Session

func (*CreateSessionResponse) ProtoMessage

func (*CreateSessionResponse) ProtoMessage()

func (*CreateSessionResponse) ProtoReflect

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

func (*CreateSessionResponse) Reset

func (x *CreateSessionResponse) Reset()

func (*CreateSessionResponse) String

func (x *CreateSessionResponse) String() string

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use CreateTransactionRequest.ProtoReflect.Descriptor instead.

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

func (*CreateTransactionRequest) ProtoMessage()

func (*CreateTransactionRequest) ProtoReflect

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

func (*CreateTransactionRequest) Reset

func (x *CreateTransactionRequest) Reset()

func (*CreateTransactionRequest) String

func (x *CreateTransactionRequest) String() string

type CreateTransactionResponse

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

func (*CreateTransactionResponse) Descriptor deprecated

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

Deprecated: Use CreateTransactionResponse.ProtoReflect.Descriptor instead.

func (*CreateTransactionResponse) GetTransaction

func (x *CreateTransactionResponse) GetTransaction() *Transaction

func (*CreateTransactionResponse) ProtoMessage

func (*CreateTransactionResponse) ProtoMessage()

func (*CreateTransactionResponse) ProtoReflect

func (*CreateTransactionResponse) Reset

func (x *CreateTransactionResponse) Reset()

func (*CreateTransactionResponse) String

func (x *CreateTransactionResponse) String() string

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 `` /* 149-byte string literal not displayed */
	Reason                    string            `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*CreditBalanceAdjustment) Descriptor deprecated

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

Deprecated: Use CreditBalanceAdjustment.ProtoReflect.Descriptor instead.

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

func (x *CreditBalanceAdjustment) String() string

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) Descriptor deprecated

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

Deprecated: Use CreditDetails.ProtoReflect.Descriptor instead.

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

func (*CreditDetails) ProtoMessage()

func (*CreditDetails) ProtoReflect

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

func (*CreditDetails) Reset

func (x *CreditDetails) Reset()

func (*CreditDetails) String

func (x *CreditDetails) String() string

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use CreditLedgerRequest.ProtoReflect.Descriptor instead.

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

func (*CreditLedgerRequest) ProtoMessage()

func (*CreditLedgerRequest) ProtoReflect

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

func (*CreditLedgerRequest) Reset

func (x *CreditLedgerRequest) Reset()

func (*CreditLedgerRequest) String

func (x *CreditLedgerRequest) String() string

type CreditLedgerResponse

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

func (*CreditLedgerResponse) Descriptor deprecated

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

Deprecated: Use CreditLedgerResponse.ProtoReflect.Descriptor instead.

func (*CreditLedgerResponse) GetTransaction

func (x *CreditLedgerResponse) GetTransaction() *Transaction

func (*CreditLedgerResponse) ProtoMessage

func (*CreditLedgerResponse) ProtoMessage()

func (*CreditLedgerResponse) ProtoReflect

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

func (*CreditLedgerResponse) Reset

func (x *CreditLedgerResponse) Reset()

func (*CreditLedgerResponse) String

func (x *CreditLedgerResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use CrusoeCredential.ProtoReflect.Descriptor instead.

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

func (x *CrusoeCredential) String() string

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) Descriptor deprecated

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

Deprecated: Use CurrencyAmount.ProtoReflect.Descriptor instead.

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

func (x *CurrencyAmount) String() string

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      `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DataSource) Descriptor deprecated

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

Deprecated: Use DataSource.ProtoReflect.Descriptor instead.

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

func (*DataSource) ProtoMessage()

func (*DataSource) ProtoReflect

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

func (*DataSource) Reset

func (x *DataSource) Reset()

func (*DataSource) String

func (x *DataSource) String() string

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use DebitLedgerRequest.ProtoReflect.Descriptor instead.

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

func (*DebitLedgerRequest) ProtoMessage()

func (*DebitLedgerRequest) ProtoReflect

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

func (*DebitLedgerRequest) Reset

func (x *DebitLedgerRequest) Reset()

func (*DebitLedgerRequest) String

func (x *DebitLedgerRequest) String() string

type DebitLedgerResponse

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

func (*DebitLedgerResponse) Descriptor deprecated

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

Deprecated: Use DebitLedgerResponse.ProtoReflect.Descriptor instead.

func (*DebitLedgerResponse) GetTransaction

func (x *DebitLedgerResponse) GetTransaction() *Transaction

func (*DebitLedgerResponse) ProtoMessage

func (*DebitLedgerResponse) ProtoMessage()

func (*DebitLedgerResponse) ProtoReflect

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

func (*DebitLedgerResponse) Reset

func (x *DebitLedgerResponse) Reset()

func (*DebitLedgerResponse) String

func (x *DebitLedgerResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use DeleteBillingProfileRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteBillingProfileRequest) String() string

type DeleteBillingProfileResponse

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

func (*DeleteBillingProfileResponse) Descriptor deprecated

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

Deprecated: Use DeleteBillingProfileResponse.ProtoReflect.Descriptor instead.

func (*DeleteBillingProfileResponse) ProtoMessage

func (*DeleteBillingProfileResponse) ProtoMessage()

func (*DeleteBillingProfileResponse) ProtoReflect

func (*DeleteBillingProfileResponse) Reset

func (x *DeleteBillingProfileResponse) Reset()

func (*DeleteBillingProfileResponse) String

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) Descriptor deprecated

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

Deprecated: Use DeleteCloudCredRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteCloudCredRequest) String() string

type DeleteCloudCredResponse

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

func (*DeleteCloudCredResponse) Descriptor deprecated

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

Deprecated: Use DeleteCloudCredResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteDataSourceRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteDataSourceRequest) String() string

type DeleteDataSourceResponse

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

func (*DeleteDataSourceResponse) Descriptor deprecated

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

Deprecated: Use DeleteDataSourceResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteEnvironmentRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteEnvironmentRequest) String() string

type DeleteEnvironmentResponse

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

func (*DeleteEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use DeleteEnvironmentResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteHealthCheckRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteHealthCheckRequest) String() string

type DeleteHealthCheckResponse

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

func (*DeleteHealthCheckResponse) Descriptor deprecated

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

Deprecated: Use DeleteHealthCheckResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteIngressFromGatewayRequest.ProtoReflect.Descriptor instead.

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

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) Descriptor deprecated

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

Deprecated: Use DeleteIngressFromGatewayResponse.ProtoReflect.Descriptor instead.

func (*DeleteIngressFromGatewayResponse) GetIngressGateway

func (x *DeleteIngressFromGatewayResponse) GetIngressGateway() *IngressGateway

func (*DeleteIngressFromGatewayResponse) ProtoMessage

func (*DeleteIngressFromGatewayResponse) ProtoMessage()

func (*DeleteIngressFromGatewayResponse) ProtoReflect

func (*DeleteIngressFromGatewayResponse) Reset

func (*DeleteIngressFromGatewayResponse) String

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) Descriptor deprecated

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

Deprecated: Use DeleteIngressGatewayRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteIngressGatewayRequest) String() string

type DeleteIngressGatewayResponse

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

func (*DeleteIngressGatewayResponse) Descriptor deprecated

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

Deprecated: Use DeleteIngressGatewayResponse.ProtoReflect.Descriptor instead.

func (*DeleteIngressGatewayResponse) ProtoMessage

func (*DeleteIngressGatewayResponse) ProtoMessage()

func (*DeleteIngressGatewayResponse) ProtoReflect

func (*DeleteIngressGatewayResponse) Reset

func (x *DeleteIngressGatewayResponse) Reset()

func (*DeleteIngressGatewayResponse) String

type DeleteIngressGatewayTokenRequest

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

func (*DeleteIngressGatewayTokenRequest) Descriptor deprecated

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

Deprecated: Use DeleteIngressGatewayTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteIngressGatewayTokenRequest) GetIngressGatewayTokenId

func (x *DeleteIngressGatewayTokenRequest) GetIngressGatewayTokenId() string

func (*DeleteIngressGatewayTokenRequest) ProtoMessage

func (*DeleteIngressGatewayTokenRequest) ProtoMessage()

func (*DeleteIngressGatewayTokenRequest) ProtoReflect

func (*DeleteIngressGatewayTokenRequest) Reset

func (*DeleteIngressGatewayTokenRequest) String

type DeleteIngressGatewayTokenResponse

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

func (*DeleteIngressGatewayTokenResponse) Descriptor deprecated

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

Deprecated: Use DeleteIngressGatewayTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteIngressGatewayTokenResponse) ProtoMessage

func (*DeleteIngressGatewayTokenResponse) ProtoMessage()

func (*DeleteIngressGatewayTokenResponse) ProtoReflect

func (*DeleteIngressGatewayTokenResponse) Reset

func (*DeleteIngressGatewayTokenResponse) String

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) Descriptor deprecated

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

Deprecated: Use DeleteInstanceExecRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteInstanceExecRequest) String() string

type DeleteInstanceExecResponse

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

func (*DeleteInstanceExecResponse) Descriptor deprecated

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

Deprecated: Use DeleteInstanceExecResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteInstanceRequest) String() string

type DeleteInstanceResponse

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

func (*DeleteInstanceResponse) Descriptor deprecated

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

Deprecated: Use DeleteInstanceResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteLimitRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteLimitRequest) String() string

type DeleteLimitResponse

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

func (*DeleteLimitResponse) Descriptor deprecated

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

Deprecated: Use DeleteLimitResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteNotebookRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteNotebookRequest) String() string

type DeleteNotebookResponse

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

func (*DeleteNotebookResponse) Descriptor deprecated

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

Deprecated: Use DeleteNotebookResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeletePersistentPodRequest.ProtoReflect.Descriptor instead.

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

func (x *DeletePersistentPodRequest) String() string

type DeletePersistentPodResponse

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

func (*DeletePersistentPodResponse) Descriptor deprecated

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

Deprecated: Use DeletePersistentPodResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeletePolicyFromIngressRequest.ProtoReflect.Descriptor instead.

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

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) Descriptor deprecated

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

Deprecated: Use DeletePolicyFromIngressResponse.ProtoReflect.Descriptor instead.

func (*DeletePolicyFromIngressResponse) GetIngressGateway

func (x *DeletePolicyFromIngressResponse) GetIngressGateway() *IngressGateway

func (*DeletePolicyFromIngressResponse) ProtoMessage

func (*DeletePolicyFromIngressResponse) ProtoMessage()

func (*DeletePolicyFromIngressResponse) ProtoReflect

func (*DeletePolicyFromIngressResponse) Reset

func (*DeletePolicyFromIngressResponse) String

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) Descriptor deprecated

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

Deprecated: Use DeletePublicProfileRequest.ProtoReflect.Descriptor instead.

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

func (x *DeletePublicProfileRequest) String() string

type DeletePublicProfileResponse

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

func (*DeletePublicProfileResponse) Descriptor deprecated

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

Deprecated: Use DeletePublicProfileResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteRedeemableRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteRedeemableRequest) String() string

type DeleteRedeemableResponse

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

func (*DeleteRedeemableResponse) Descriptor deprecated

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

Deprecated: Use DeleteRedeemableResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteSecretRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteSecretRequest) String() string

type DeleteSecretResponse

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

func (*DeleteSecretResponse) Descriptor deprecated

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

Deprecated: Use DeleteSecretResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteSessionRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteSessionRequest) String() string

type DeleteSessionResponse

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

func (*DeleteSessionResponse) Descriptor deprecated

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

Deprecated: Use DeleteSessionResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use DeleteTransactionRequest.ProtoReflect.Descriptor instead.

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

func (x *DeleteTransactionRequest) String() string

type DeleteTransactionResponse

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

func (*DeleteTransactionResponse) Descriptor deprecated

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

Deprecated: Use DeleteTransactionResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use Details.ProtoReflect.Descriptor instead.

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

func (x *Details) 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) Descriptor deprecated

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

Deprecated: Use EmailReputation.ProtoReflect.Descriptor instead.

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

func (*EmailReputation) ProtoMessage()

func (*EmailReputation) ProtoReflect

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

func (*EmailReputation) Reset

func (x *EmailReputation) Reset()

func (*EmailReputation) String

func (x *EmailReputation) String() string

type EnableUsageRequest

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

func (*EnableUsageRequest) Descriptor deprecated

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

Deprecated: Use EnableUsageRequest.ProtoReflect.Descriptor instead.

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

func (x *EnableUsageRequest) String() string

type EnableUsageResponse

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

func (*EnableUsageResponse) Descriptor deprecated

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

Deprecated: Use EnableUsageResponse.ProtoReflect.Descriptor instead.

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 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      `` /* 153-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"`
	// contains filtered or unexported fields
}

func (*Environment) Descriptor deprecated

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

Deprecated: Use Environment.ProtoReflect.Descriptor 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) GetHealthChecks

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

func (*Environment) GetIngressGateways

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

func (*Environment) GetInstance

func (x *Environment) GetInstance() *Instance

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

func (*Environment) ProtoMessage()

func (*Environment) ProtoReflect

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

func (*Environment) Reset

func (x *Environment) Reset()

func (*Environment) String

func (x *Environment) String() string

type EnvironmentBuild

type EnvironmentBuild struct {
	VerbConfig       *string                       `protobuf:"bytes,2,opt,name=verb_config,json=verbConfig,proto3,oneof" json:"verb_config,omitempty"`
	Vm               *bool                         `protobuf:"varint,3,opt,name=vm,proto3,oneof" json:"vm,omitempty"`
	IngressGateway   []*AddIngressToGatewayRequest `protobuf:"bytes,4,rep,name=ingress_gateway,json=ingressGateway,proto3" json:"ingress_gateway,omitempty"`
	LifecycleScripts []*LifecycleScriptAttrs       `protobuf:"bytes,5,rep,name=lifecycle_scripts,json=lifecycleScripts,proto3" json:"lifecycle_scripts,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentBuild) Descriptor deprecated

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

Deprecated: Use EnvironmentBuild.ProtoReflect.Descriptor instead.

func (*EnvironmentBuild) GetIngressGateway

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

func (*EnvironmentBuild) GetLifecycleScripts

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

func (*EnvironmentBuild) GetVerbConfig

func (x *EnvironmentBuild) GetVerbConfig() string

func (*EnvironmentBuild) GetVm

func (x *EnvironmentBuild) GetVm() 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) String

func (x *EnvironmentBuild) String() string

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 `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EnvironmentMeta) Descriptor deprecated

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

Deprecated: Use EnvironmentMeta.ProtoReflect.Descriptor instead.

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

func (x *EnvironmentMeta) String() string

type EnvironmentProvision

type EnvironmentProvision struct {

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

func (*EnvironmentProvision) Descriptor deprecated

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

Deprecated: Use EnvironmentProvision.ProtoReflect.Descriptor instead.

func (*EnvironmentProvision) GetCreateInstanceRequest

func (x *EnvironmentProvision) GetCreateInstanceRequest() *CreateInstanceRequest

func (*EnvironmentProvision) GetDirective

func (m *EnvironmentProvision) GetDirective() isEnvironmentProvision_Directive

func (*EnvironmentProvision) GetInstanceId

func (x *EnvironmentProvision) GetInstanceId() string

func (*EnvironmentProvision) ProtoMessage

func (*EnvironmentProvision) ProtoMessage()

func (*EnvironmentProvision) ProtoReflect

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

func (*EnvironmentProvision) Reset

func (x *EnvironmentProvision) Reset()

func (*EnvironmentProvision) String

func (x *EnvironmentProvision) String() string

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 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) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

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

func (x *Event) 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) Descriptor deprecated

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

Deprecated: Use ExternalData.ProtoReflect.Descriptor instead.

func (*ExternalData) GetApiVoidEmailReputation

func (x *ExternalData) GetApiVoidEmailReputation() *ApiVoidEmailReputation

func (*ExternalData) GetEmailRep

func (x *ExternalData) GetEmailRep() *SearchResponse

func (*ExternalData) ProtoMessage

func (*ExternalData) ProtoMessage()

func (*ExternalData) ProtoReflect

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

func (*ExternalData) Reset

func (x *ExternalData) Reset()

func (*ExternalData) String

func (x *ExternalData) String() string

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) Descriptor deprecated

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

Deprecated: Use FirewallRule.ProtoReflect.Descriptor instead.

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

func (x *FirewallRule) String() string

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) Descriptor deprecated

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

Deprecated: Use FirewallRules.ProtoReflect.Descriptor instead.

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

func (x *FirewallRules) String() string

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) Descriptor deprecated

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

Deprecated: Use FluidstackCredential.ProtoReflect.Descriptor instead.

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

func (x *FluidstackCredential) String() string

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) Descriptor deprecated

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

Deprecated: Use ForkEnvironmentRequest.ProtoReflect.Descriptor instead.

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

func (*ForkEnvironmentRequest) ProtoMessage()

func (*ForkEnvironmentRequest) ProtoReflect

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

func (*ForkEnvironmentRequest) Reset

func (x *ForkEnvironmentRequest) Reset()

func (*ForkEnvironmentRequest) String

func (x *ForkEnvironmentRequest) String() string

type ForkEnvironmentResponse

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

func (*ForkEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use ForkEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*ForkEnvironmentResponse) GetEnvironment

func (x *ForkEnvironmentResponse) GetEnvironment() *Environment

func (*ForkEnvironmentResponse) ProtoMessage

func (*ForkEnvironmentResponse) ProtoMessage()

func (*ForkEnvironmentResponse) ProtoReflect

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

func (*ForkEnvironmentResponse) Reset

func (x *ForkEnvironmentResponse) Reset()

func (*ForkEnvironmentResponse) String

func (x *ForkEnvironmentResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*GCPCredential) Descriptor deprecated

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

Deprecated: Use GCPCredential.ProtoReflect.Descriptor instead.

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

func (x *GCPCredential) String() string

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) Descriptor deprecated

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

Deprecated: Use GetBillingProfileRequest.ProtoReflect.Descriptor instead.

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

func (x *GetBillingProfileRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetBillingProfileResponse.ProtoReflect.Descriptor instead.

func (*GetBillingProfileResponse) GetBillingProfile

func (x *GetBillingProfileResponse) GetBillingProfile() *BillingProfile

func (*GetBillingProfileResponse) ProtoMessage

func (*GetBillingProfileResponse) ProtoMessage()

func (*GetBillingProfileResponse) ProtoReflect

func (*GetBillingProfileResponse) Reset

func (x *GetBillingProfileResponse) Reset()

func (*GetBillingProfileResponse) String

func (x *GetBillingProfileResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetCapabilitiesRequest.ProtoReflect.Descriptor instead.

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

func (x *GetCapabilitiesRequest) String() string

type GetCapabilitiesResponse

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

func (*GetCapabilitiesResponse) Descriptor deprecated

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

Deprecated: Use GetCapabilitiesResponse.ProtoReflect.Descriptor instead.

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

func (x *GetCapabilitiesResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetCloudCredRequest.ProtoReflect.Descriptor instead.

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

func (x *GetCloudCredRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetCloudCredResponse.ProtoReflect.Descriptor instead.

func (*GetCloudCredResponse) GetCloudCred

func (x *GetCloudCredResponse) GetCloudCred() *CloudCred

func (*GetCloudCredResponse) ProtoMessage

func (*GetCloudCredResponse) ProtoMessage()

func (*GetCloudCredResponse) ProtoReflect

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

func (*GetCloudCredResponse) Reset

func (x *GetCloudCredResponse) Reset()

func (*GetCloudCredResponse) String

func (x *GetCloudCredResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetDataSourceRequest.ProtoReflect.Descriptor instead.

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

func (x *GetDataSourceRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetDataSourceResponse.ProtoReflect.Descriptor instead.

func (*GetDataSourceResponse) GetDataSource

func (x *GetDataSourceResponse) GetDataSource() *DataSource

func (*GetDataSourceResponse) ProtoMessage

func (*GetDataSourceResponse) ProtoMessage()

func (*GetDataSourceResponse) ProtoReflect

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

func (*GetDataSourceResponse) Reset

func (x *GetDataSourceResponse) Reset()

func (*GetDataSourceResponse) String

func (x *GetDataSourceResponse) String() string

type GetEmailReputationRequest

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

func (*GetEmailReputationRequest) Descriptor deprecated

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

Deprecated: Use GetEmailReputationRequest.ProtoReflect.Descriptor instead.

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

func (x *GetEmailReputationRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetEmailReputationResponse.ProtoReflect.Descriptor instead.

func (*GetEmailReputationResponse) GetEmailReputation

func (x *GetEmailReputationResponse) GetEmailReputation() *EmailReputation

func (*GetEmailReputationResponse) ProtoMessage

func (*GetEmailReputationResponse) ProtoMessage()

func (*GetEmailReputationResponse) ProtoReflect

func (*GetEmailReputationResponse) Reset

func (x *GetEmailReputationResponse) Reset()

func (*GetEmailReputationResponse) String

func (x *GetEmailReputationResponse) String() string

type GetEnvironmentRequest

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

func (*GetEnvironmentRequest) Descriptor deprecated

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

Deprecated: Use GetEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*GetEnvironmentRequest) GetEnvironmentId

func (x *GetEnvironmentRequest) GetEnvironmentId() string

func (*GetEnvironmentRequest) ProtoMessage

func (*GetEnvironmentRequest) ProtoMessage()

func (*GetEnvironmentRequest) ProtoReflect

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

func (*GetEnvironmentRequest) Reset

func (x *GetEnvironmentRequest) Reset()

func (*GetEnvironmentRequest) String

func (x *GetEnvironmentRequest) String() string

type GetEnvironmentResponse

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

func (*GetEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use GetEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*GetEnvironmentResponse) GetEnvironment

func (x *GetEnvironmentResponse) GetEnvironment() *Environment

func (*GetEnvironmentResponse) ProtoMessage

func (*GetEnvironmentResponse) ProtoMessage()

func (*GetEnvironmentResponse) ProtoReflect

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

func (*GetEnvironmentResponse) Reset

func (x *GetEnvironmentResponse) Reset()

func (*GetEnvironmentResponse) String

func (x *GetEnvironmentResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetHealthCheckRequest.ProtoReflect.Descriptor instead.

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

func (x *GetHealthCheckRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetHealthCheckResponse.ProtoReflect.Descriptor instead.

func (*GetHealthCheckResponse) GetHealthCheck

func (x *GetHealthCheckResponse) GetHealthCheck() *HealthCheck

func (*GetHealthCheckResponse) ProtoMessage

func (*GetHealthCheckResponse) ProtoMessage()

func (*GetHealthCheckResponse) ProtoReflect

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

func (*GetHealthCheckResponse) Reset

func (x *GetHealthCheckResponse) Reset()

func (*GetHealthCheckResponse) String

func (x *GetHealthCheckResponse) String() string

type GetIngressGatewayInstallScriptRequest

type GetIngressGatewayInstallScriptRequest 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 (*GetIngressGatewayInstallScriptRequest) Descriptor deprecated

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

Deprecated: Use GetIngressGatewayInstallScriptRequest.ProtoReflect.Descriptor instead.

func (*GetIngressGatewayInstallScriptRequest) GetIngressGatewayId

func (x *GetIngressGatewayInstallScriptRequest) GetIngressGatewayId() string

func (*GetIngressGatewayInstallScriptRequest) ProtoMessage

func (*GetIngressGatewayInstallScriptRequest) ProtoMessage()

func (*GetIngressGatewayInstallScriptRequest) ProtoReflect

func (*GetIngressGatewayInstallScriptRequest) Reset

func (*GetIngressGatewayInstallScriptRequest) String

type GetIngressGatewayInstallScriptResponse

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

func (*GetIngressGatewayInstallScriptResponse) Descriptor deprecated

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

Deprecated: Use GetIngressGatewayInstallScriptResponse.ProtoReflect.Descriptor instead.

func (*GetIngressGatewayInstallScriptResponse) GetIngressGatewayInstallScript

func (x *GetIngressGatewayInstallScriptResponse) GetIngressGatewayInstallScript() string

func (*GetIngressGatewayInstallScriptResponse) ProtoMessage

func (*GetIngressGatewayInstallScriptResponse) ProtoReflect

func (*GetIngressGatewayInstallScriptResponse) Reset

func (*GetIngressGatewayInstallScriptResponse) String

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) Descriptor deprecated

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

Deprecated: Use GetIngressGatewayRequest.ProtoReflect.Descriptor instead.

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

func (x *GetIngressGatewayRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetIngressGatewayResponse.ProtoReflect.Descriptor instead.

func (*GetIngressGatewayResponse) GetIngressGateway

func (x *GetIngressGatewayResponse) GetIngressGateway() *IngressGateway

func (*GetIngressGatewayResponse) ProtoMessage

func (*GetIngressGatewayResponse) ProtoMessage()

func (*GetIngressGatewayResponse) ProtoReflect

func (*GetIngressGatewayResponse) Reset

func (x *GetIngressGatewayResponse) Reset()

func (*GetIngressGatewayResponse) String

func (x *GetIngressGatewayResponse) String() string

type GetIngressGatewayTokenRequest

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

func (*GetIngressGatewayTokenRequest) Descriptor deprecated

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

Deprecated: Use GetIngressGatewayTokenRequest.ProtoReflect.Descriptor instead.

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

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) Descriptor deprecated

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

Deprecated: Use GetIngressGatewayTokenResponse.ProtoReflect.Descriptor instead.

func (*GetIngressGatewayTokenResponse) GetIngressGatewayToken

func (x *GetIngressGatewayTokenResponse) GetIngressGatewayToken() *IngressGatewayToken

func (*GetIngressGatewayTokenResponse) ProtoMessage

func (*GetIngressGatewayTokenResponse) ProtoMessage()

func (*GetIngressGatewayTokenResponse) ProtoReflect

func (*GetIngressGatewayTokenResponse) Reset

func (x *GetIngressGatewayTokenResponse) Reset()

func (*GetIngressGatewayTokenResponse) String

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) Descriptor deprecated

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

Deprecated: Use GetInstanceExecRequest.ProtoReflect.Descriptor instead.

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

func (x *GetInstanceExecRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetInstanceExecResponse.ProtoReflect.Descriptor instead.

func (*GetInstanceExecResponse) GetInstanceExec

func (x *GetInstanceExecResponse) GetInstanceExec() *InstanceExec

func (*GetInstanceExecResponse) ProtoMessage

func (*GetInstanceExecResponse) ProtoMessage()

func (*GetInstanceExecResponse) ProtoReflect

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

func (*GetInstanceExecResponse) Reset

func (x *GetInstanceExecResponse) Reset()

func (*GetInstanceExecResponse) String

func (x *GetInstanceExecResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead.

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

func (x *GetInstanceRequest) String() string

type GetInstanceResponse

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

func (*GetInstanceResponse) Descriptor deprecated

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

Deprecated: Use GetInstanceResponse.ProtoReflect.Descriptor instead.

func (*GetInstanceResponse) GetInstance

func (x *GetInstanceResponse) GetInstance() *Instance

func (*GetInstanceResponse) ProtoMessage

func (*GetInstanceResponse) ProtoMessage()

func (*GetInstanceResponse) ProtoReflect

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

func (*GetInstanceResponse) Reset

func (x *GetInstanceResponse) Reset()

func (*GetInstanceResponse) String

func (x *GetInstanceResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetLedgerBalanceRequest.ProtoReflect.Descriptor instead.

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

func (x *GetLedgerBalanceRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetLedgerBalanceResponse.ProtoReflect.Descriptor instead.

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

func (x *GetLedgerBalanceResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetLimitRequest.ProtoReflect.Descriptor instead.

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

func (x *GetLimitRequest) String() string

type GetLimitResponse

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

func (*GetLimitResponse) Descriptor deprecated

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

Deprecated: Use GetLimitResponse.ProtoReflect.Descriptor instead.

func (*GetLimitResponse) GetLimit

func (x *GetLimitResponse) GetLimit() *Limit

func (*GetLimitResponse) ProtoMessage

func (*GetLimitResponse) ProtoMessage()

func (*GetLimitResponse) ProtoReflect

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

func (*GetLimitResponse) Reset

func (x *GetLimitResponse) Reset()

func (*GetLimitResponse) String

func (x *GetLimitResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetNotebookRequest.ProtoReflect.Descriptor instead.

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

func (x *GetNotebookRequest) String() string

type GetNotebookResponse

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

func (*GetNotebookResponse) Descriptor deprecated

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

Deprecated: Use GetNotebookResponse.ProtoReflect.Descriptor instead.

func (*GetNotebookResponse) GetNotebook

func (x *GetNotebookResponse) GetNotebook() *Notebook

func (*GetNotebookResponse) ProtoMessage

func (*GetNotebookResponse) ProtoMessage()

func (*GetNotebookResponse) ProtoReflect

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

func (*GetNotebookResponse) Reset

func (x *GetNotebookResponse) Reset()

func (*GetNotebookResponse) String

func (x *GetNotebookResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetPersistentPodRequest.ProtoReflect.Descriptor instead.

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

func (x *GetPersistentPodRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetPersistentPodResponse.ProtoReflect.Descriptor instead.

func (*GetPersistentPodResponse) GetPersistentPod

func (x *GetPersistentPodResponse) GetPersistentPod() *PersistentPod

func (*GetPersistentPodResponse) ProtoMessage

func (*GetPersistentPodResponse) ProtoMessage()

func (*GetPersistentPodResponse) ProtoReflect

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

func (*GetPersistentPodResponse) Reset

func (x *GetPersistentPodResponse) Reset()

func (*GetPersistentPodResponse) String

func (x *GetPersistentPodResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetPublicProfileRequest.ProtoReflect.Descriptor instead.

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

func (x *GetPublicProfileRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetPublicProfileResponse.ProtoReflect.Descriptor instead.

func (*GetPublicProfileResponse) GetPublicProfile

func (x *GetPublicProfileResponse) GetPublicProfile() *PublicProfile

func (*GetPublicProfileResponse) ProtoMessage

func (*GetPublicProfileResponse) ProtoMessage()

func (*GetPublicProfileResponse) ProtoReflect

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

func (*GetPublicProfileResponse) Reset

func (x *GetPublicProfileResponse) Reset()

func (*GetPublicProfileResponse) String

func (x *GetPublicProfileResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetRedeemableRequest.ProtoReflect.Descriptor instead.

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

func (x *GetRedeemableRequest) String() string

type GetRedeemableResponse

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

func (*GetRedeemableResponse) Descriptor deprecated

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

Deprecated: Use GetRedeemableResponse.ProtoReflect.Descriptor instead.

func (*GetRedeemableResponse) GetRedeemable

func (x *GetRedeemableResponse) GetRedeemable() *Redeemable

func (*GetRedeemableResponse) ProtoMessage

func (*GetRedeemableResponse) ProtoMessage()

func (*GetRedeemableResponse) ProtoReflect

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

func (*GetRedeemableResponse) Reset

func (x *GetRedeemableResponse) Reset()

func (*GetRedeemableResponse) String

func (x *GetRedeemableResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetSecretRequest.ProtoReflect.Descriptor instead.

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

func (x *GetSecretRequest) String() string

type GetSecretResponse

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

func (*GetSecretResponse) Descriptor deprecated

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

Deprecated: Use GetSecretResponse.ProtoReflect.Descriptor instead.

func (*GetSecretResponse) GetSecret

func (x *GetSecretResponse) GetSecret() *Secret

func (*GetSecretResponse) ProtoMessage

func (*GetSecretResponse) ProtoMessage()

func (*GetSecretResponse) ProtoReflect

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

func (*GetSecretResponse) Reset

func (x *GetSecretResponse) Reset()

func (*GetSecretResponse) String

func (x *GetSecretResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetServiceEventRequest.ProtoReflect.Descriptor instead.

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

func (x *GetServiceEventRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetServiceEventResponse.ProtoReflect.Descriptor instead.

func (*GetServiceEventResponse) GetServiceEvent

func (x *GetServiceEventResponse) GetServiceEvent() *ServiceEvent

func (*GetServiceEventResponse) ProtoMessage

func (*GetServiceEventResponse) ProtoMessage()

func (*GetServiceEventResponse) ProtoReflect

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

func (*GetServiceEventResponse) Reset

func (x *GetServiceEventResponse) Reset()

func (*GetServiceEventResponse) String

func (x *GetServiceEventResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetSessionRequest.ProtoReflect.Descriptor instead.

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

func (x *GetSessionRequest) String() string

type GetSessionResponse

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

func (*GetSessionResponse) Descriptor deprecated

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

Deprecated: Use GetSessionResponse.ProtoReflect.Descriptor instead.

func (*GetSessionResponse) GetSession

func (x *GetSessionResponse) GetSession() *Session

func (*GetSessionResponse) ProtoMessage

func (*GetSessionResponse) ProtoMessage()

func (*GetSessionResponse) ProtoReflect

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

func (*GetSessionResponse) Reset

func (x *GetSessionResponse) Reset()

func (*GetSessionResponse) String

func (x *GetSessionResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead.

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

func (x *GetTransactionRequest) String() string

type GetTransactionResponse

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

func (*GetTransactionResponse) Descriptor deprecated

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

Deprecated: Use GetTransactionResponse.ProtoReflect.Descriptor instead.

func (*GetTransactionResponse) GetTransaction

func (x *GetTransactionResponse) GetTransaction() *Transaction

func (*GetTransactionResponse) ProtoMessage

func (*GetTransactionResponse) ProtoMessage()

func (*GetTransactionResponse) ProtoReflect

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

func (*GetTransactionResponse) Reset

func (x *GetTransactionResponse) Reset()

func (*GetTransactionResponse) String

func (x *GetTransactionResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use GetUpcomingInvoiceRequest.ProtoReflect.Descriptor instead.

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

func (x *GetUpcomingInvoiceRequest) String() string

type GetUpcomingInvoiceResponse

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

func (*GetUpcomingInvoiceResponse) Descriptor deprecated

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

Deprecated: Use GetUpcomingInvoiceResponse.ProtoReflect.Descriptor instead.

func (*GetUpcomingInvoiceResponse) GetInvoice

func (x *GetUpcomingInvoiceResponse) GetInvoice() *Invoice

func (*GetUpcomingInvoiceResponse) ProtoMessage

func (*GetUpcomingInvoiceResponse) ProtoMessage()

func (*GetUpcomingInvoiceResponse) ProtoReflect

func (*GetUpcomingInvoiceResponse) Reset

func (x *GetUpcomingInvoiceResponse) Reset()

func (*GetUpcomingInvoiceResponse) String

func (x *GetUpcomingInvoiceResponse) String() string

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 `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

https://cloud.google.com/apis/design/standard_methods

func (*GetUsageRequest) Descriptor deprecated

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

Deprecated: Use GetUsageRequest.ProtoReflect.Descriptor instead.

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

func (*GetUsageRequest) ProtoMessage()

func (*GetUsageRequest) ProtoReflect

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

func (*GetUsageRequest) Reset

func (x *GetUsageRequest) Reset()

func (*GetUsageRequest) String

func (x *GetUsageRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use GetUsageResponse.ProtoReflect.Descriptor instead.

func (*GetUsageResponse) GetTimePeriod

func (x *GetUsageResponse) GetTimePeriod() *TimePeriod

func (*GetUsageResponse) GetUsage

func (x *GetUsageResponse) GetUsage() []*UsageFrame

func (*GetUsageResponse) ProtoMessage

func (*GetUsageResponse) ProtoMessage()

func (*GetUsageResponse) ProtoReflect

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

func (*GetUsageResponse) Reset

func (x *GetUsageResponse) Reset()

func (*GetUsageResponse) String

func (x *GetUsageResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use Gpu.ProtoReflect.Descriptor instead.

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

func (x *Gpu) String() string

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) Descriptor deprecated

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

Deprecated: Use Group.ProtoReflect.Descriptor instead.

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

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

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

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

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) Descriptor deprecated

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

Deprecated: Use GroupedBy.ProtoReflect.Descriptor instead.

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

func (x *GroupedBy) String() string

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) Descriptor deprecated

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

Deprecated: Use HandleProviderEventRequest.ProtoReflect.Descriptor instead.

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

func (x *HandleProviderEventRequest) String() string

type HandleProviderEventResponse

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

func (*HandleProviderEventResponse) Descriptor deprecated

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

Deprecated: Use HandleProviderEventResponse.ProtoReflect.Descriptor instead.

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 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      ``                                                                  /* 153-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 assignable to HealthCheck:
	//
	//	*HealthCheck_ProbeHealthCheck
	//	*HealthCheck_HeartbeatHealthCheck
	HealthCheck isHealthCheck_HealthCheck `protobuf_oneof:"health_check"`
	// contains filtered or unexported fields
}

func (*HealthCheck) Descriptor deprecated

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

Deprecated: Use HealthCheck.ProtoReflect.Descriptor instead.

func (*HealthCheck) GetCreateTime

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

func (*HealthCheck) GetHealthCheck

func (m *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) ProtoMessage

func (*HealthCheck) ProtoMessage()

func (*HealthCheck) ProtoReflect

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

func (*HealthCheck) Reset

func (x *HealthCheck) Reset()

func (*HealthCheck) String

func (x *HealthCheck) String() string

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 HeartbeatHealthCheck

type HeartbeatHealthCheck struct {
	HeartbeatTimeoutSeconds int32 `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HeartbeatHealthCheck) Descriptor deprecated

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

Deprecated: Use HeartbeatHealthCheck.ProtoReflect.Descriptor instead.

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

func (x *HeartbeatHealthCheck) String() string

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) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

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

func (x *Image) String() string

type InfrastructureConstraints

type InfrastructureConstraints struct {
	CpuMin               *int32   `protobuf:"varint,1,opt,name=cpu_min,json=cpuMin,proto3,oneof" json:"cpu_min,omitempty"`
	MemMin               *string  `protobuf:"bytes,2,opt,name=mem_min,json=memMin,proto3,oneof" json:"mem_min,omitempty"`
	GpuMemMin            *string  `protobuf:"bytes,3,opt,name=gpu_mem_min,json=gpuMemMin,proto3,oneof" json:"gpu_mem_min,omitempty"`
	RootDiskSizeMin      *string  `protobuf:"bytes,4,opt,name=root_disk_size_min,json=rootDiskSizeMin,proto3,oneof" json:"root_disk_size_min,omitempty"`
	RootDiskType         *string  `protobuf:"bytes,5,opt,name=root_disk_type,json=rootDiskType,proto3,oneof" json:"root_disk_type,omitempty"`
	Architecture         *string  `protobuf:"bytes,6,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"`
	GpuCountMin          *int32   `protobuf:"varint,7,opt,name=gpu_count_min,json=gpuCountMin,proto3,oneof" json:"gpu_count_min,omitempty"`
	GpuManufacturer      *string  `protobuf:"bytes,8,opt,name=gpu_manufacturer,json=gpuManufacturer,proto3,oneof" json:"gpu_manufacturer,omitempty"`
	GpuName              *string  `protobuf:"bytes,9,opt,name=gpu_name,json=gpuName,proto3,oneof" json:"gpu_name,omitempty"`
	CloudType            *string  `protobuf:"bytes,10,opt,name=cloud_type,json=cloudType,proto3,oneof" json:"cloud_type,omitempty"`
	CloudRegion          *string  `protobuf:"bytes,11,opt,name=cloud_region,json=cloudRegion,proto3,oneof" json:"cloud_region,omitempty"`
	CloudZone            *string  `protobuf:"bytes,12,opt,name=cloud_zone,json=cloudZone,proto3,oneof" json:"cloud_zone,omitempty"`
	CloudInstanceType    *string  `protobuf:"bytes,13,opt,name=cloud_instance_type,json=cloudInstanceType,proto3,oneof" json:"cloud_instance_type,omitempty"`
	CloudVolumeType      *string  `protobuf:"bytes,14,opt,name=cloud_volume_type,json=cloudVolumeType,proto3,oneof" json:"cloud_volume_type,omitempty"`
	RequiredCapabilities []string `protobuf:"bytes,15,rep,name=required_capabilities,json=requiredCapabilities,proto3" json:"required_capabilities,omitempty"`
	// contains filtered or unexported fields
}

func (*InfrastructureConstraints) Descriptor deprecated

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

Deprecated: Use InfrastructureConstraints.ProtoReflect.Descriptor instead.

func (*InfrastructureConstraints) GetArchitecture

func (x *InfrastructureConstraints) GetArchitecture() string

func (*InfrastructureConstraints) GetCloudInstanceType

func (x *InfrastructureConstraints) GetCloudInstanceType() string

func (*InfrastructureConstraints) GetCloudRegion

func (x *InfrastructureConstraints) GetCloudRegion() string

func (*InfrastructureConstraints) GetCloudType

func (x *InfrastructureConstraints) GetCloudType() string

func (*InfrastructureConstraints) GetCloudVolumeType

func (x *InfrastructureConstraints) GetCloudVolumeType() string

func (*InfrastructureConstraints) GetCloudZone

func (x *InfrastructureConstraints) GetCloudZone() string

func (*InfrastructureConstraints) GetCpuMin

func (x *InfrastructureConstraints) GetCpuMin() int32

func (*InfrastructureConstraints) GetGpuCountMin

func (x *InfrastructureConstraints) GetGpuCountMin() int32

func (*InfrastructureConstraints) GetGpuManufacturer

func (x *InfrastructureConstraints) GetGpuManufacturer() string

func (*InfrastructureConstraints) GetGpuMemMin

func (x *InfrastructureConstraints) GetGpuMemMin() string

func (*InfrastructureConstraints) GetGpuName

func (x *InfrastructureConstraints) GetGpuName() string

func (*InfrastructureConstraints) GetMemMin

func (x *InfrastructureConstraints) GetMemMin() string

func (*InfrastructureConstraints) GetRequiredCapabilities

func (x *InfrastructureConstraints) GetRequiredCapabilities() []string

func (*InfrastructureConstraints) GetRootDiskSizeMin

func (x *InfrastructureConstraints) GetRootDiskSizeMin() string

func (*InfrastructureConstraints) GetRootDiskType

func (x *InfrastructureConstraints) GetRootDiskType() string

func (*InfrastructureConstraints) ProtoMessage

func (*InfrastructureConstraints) ProtoMessage()

func (*InfrastructureConstraints) ProtoReflect

func (*InfrastructureConstraints) Reset

func (x *InfrastructureConstraints) Reset()

func (*InfrastructureConstraints) String

func (x *InfrastructureConstraints) String() string

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"`
	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) Descriptor deprecated

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

Deprecated: Use Ingress.ProtoReflect.Descriptor instead.

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

func (x *Ingress) GetServiceType() string

func (*Ingress) ProtoMessage

func (*Ingress) ProtoMessage()

func (*Ingress) ProtoReflect

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

func (*Ingress) Reset

func (x *Ingress) Reset()

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      `` /* 153-byte string literal not displayed */
	ExternalId       string                 `protobuf:"bytes,6,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IngressGateway) Descriptor deprecated

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

Deprecated: Use IngressGateway.ProtoReflect.Descriptor instead.

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

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

func (*IngressGateway) GetUpdateTime

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

func (*IngressGateway) ProtoMessage

func (*IngressGateway) ProtoMessage()

func (*IngressGateway) ProtoReflect

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

func (*IngressGateway) Reset

func (x *IngressGateway) Reset()

func (*IngressGateway) String

func (x *IngressGateway) String() string

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use IngressGatewayToken.ProtoReflect.Descriptor instead.

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

func (*IngressGatewayToken) ProtoMessage()

func (*IngressGatewayToken) ProtoReflect

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

func (*IngressGatewayToken) Reset

func (x *IngressGatewayToken) Reset()

func (*IngressGatewayToken) String

func (x *IngressGatewayToken) String() string

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      `` /* 154-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"`
	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"`
	// contains filtered or unexported fields
}

func (*Instance) Descriptor deprecated

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

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

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

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

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

func (*Instance) Reset

func (x *Instance) Reset()

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      `` /* 153-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 assignable 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) Descriptor deprecated

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

Deprecated: Use InstanceExec.ProtoReflect.Descriptor instead.

func (*InstanceExec) GetConnection

func (m *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) ProtoMessage

func (*InstanceExec) ProtoMessage()

func (*InstanceExec) ProtoReflect

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

func (*InstanceExec) Reset

func (x *InstanceExec) Reset()

func (*InstanceExec) String

func (x *InstanceExec) String() string

type InstanceExec_SshConnection

type InstanceExec_SshConnection struct {
	SshConnection *SshConnection `protobuf:"bytes,11,opt,name=ssh_connection,json=sshConnection,proto3,oneof"` // Brev brev = 7;
}

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"`
	// contains filtered or unexported fields
}

func (*InstanceType) Descriptor deprecated

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

Deprecated: Use InstanceType.ProtoReflect.Descriptor instead.

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

func (*InstanceType) ProtoMessage()

func (*InstanceType) ProtoReflect

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

func (*InstanceType) Reset

func (x *InstanceType) Reset()

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 `` /* 191-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) Descriptor deprecated

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

Deprecated: Use InstanceTypePrice.ProtoReflect.Descriptor instead.

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

func (x *InstanceTypePrice) String() string

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) Descriptor deprecated

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

Deprecated: Use InstanceTypeQuota.ProtoReflect.Descriptor instead.

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

func (*InstanceTypeQuota) ProtoMessage()

func (*InstanceTypeQuota) ProtoReflect

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

func (*InstanceTypeQuota) Reset

func (x *InstanceTypeQuota) Reset()

func (*InstanceTypeQuota) String

func (x *InstanceTypeQuota) String() string

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) Descriptor deprecated

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

Deprecated: Use Invoice.ProtoReflect.Descriptor instead.

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

func (*Invoice) ProtoMessage()

func (*Invoice) ProtoReflect

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

func (*Invoice) Reset

func (x *Invoice) Reset()

func (*Invoice) String

func (x *Invoice) String() string

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) Descriptor deprecated

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

Deprecated: Use LambdaLabsCredential.ProtoReflect.Descriptor instead.

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

func (x *LambdaLabsCredential) String() string

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) Descriptor deprecated

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

Deprecated: Use LifecycleScript.ProtoReflect.Descriptor instead.

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

func (*LifecycleScript) ProtoMessage()

func (*LifecycleScript) ProtoReflect

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

func (*LifecycleScript) Reset

func (x *LifecycleScript) Reset()

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) Descriptor deprecated

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

Deprecated: Use LifecycleScriptAttrs.ProtoReflect.Descriptor instead.

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

func (x *LifecycleScriptAttrs) String() string

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use Limit.ProtoReflect.Descriptor instead.

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

func (*Limit) ProtoMessage()

func (*Limit) ProtoReflect

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

func (*Limit) Reset

func (x *Limit) Reset()

func (*Limit) String

func (x *Limit) String() string

type ListBillingProfileOptions

type ListBillingProfileOptions struct {
	HasAllLabels               map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels             map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListBillingProfileOptions.ProtoReflect.Descriptor instead.

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

func (*ListBillingProfileOptions) ProtoMessage()

func (*ListBillingProfileOptions) ProtoReflect

func (*ListBillingProfileOptions) Reset

func (x *ListBillingProfileOptions) Reset()

func (*ListBillingProfileOptions) String

func (x *ListBillingProfileOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListBillingProfileRequest.ProtoReflect.Descriptor instead.

func (*ListBillingProfileRequest) GetOptions

func (*ListBillingProfileRequest) GetPageParams

func (x *ListBillingProfileRequest) GetPageParams() *PageParams

func (*ListBillingProfileRequest) ProtoMessage

func (*ListBillingProfileRequest) ProtoMessage()

func (*ListBillingProfileRequest) ProtoReflect

func (*ListBillingProfileRequest) Reset

func (x *ListBillingProfileRequest) Reset()

func (*ListBillingProfileRequest) String

func (x *ListBillingProfileRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListBillingProfileResponse.ProtoReflect.Descriptor instead.

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

func (x *ListBillingProfileResponse) String() string

type ListCloudCredOptions

type ListCloudCredOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListCloudCredOptions.ProtoReflect.Descriptor instead.

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

func (*ListCloudCredOptions) ProtoMessage()

func (*ListCloudCredOptions) ProtoReflect

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

func (*ListCloudCredOptions) Reset

func (x *ListCloudCredOptions) Reset()

func (*ListCloudCredOptions) String

func (x *ListCloudCredOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListCloudCredRequest.ProtoReflect.Descriptor instead.

func (*ListCloudCredRequest) GetOptions

func (x *ListCloudCredRequest) GetOptions() *ListCloudCredOptions

func (*ListCloudCredRequest) GetPageParams

func (x *ListCloudCredRequest) GetPageParams() *PageParams

func (*ListCloudCredRequest) ProtoMessage

func (*ListCloudCredRequest) ProtoMessage()

func (*ListCloudCredRequest) ProtoReflect

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

func (*ListCloudCredRequest) Reset

func (x *ListCloudCredRequest) Reset()

func (*ListCloudCredRequest) String

func (x *ListCloudCredRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListCloudCredResponse.ProtoReflect.Descriptor instead.

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

func (x *ListCloudCredResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListCreditBalanceAdjustmentsRequest.ProtoReflect.Descriptor instead.

func (*ListCreditBalanceAdjustmentsRequest) GetBillingProfileId

func (x *ListCreditBalanceAdjustmentsRequest) GetBillingProfileId() string

func (*ListCreditBalanceAdjustmentsRequest) ProtoMessage

func (*ListCreditBalanceAdjustmentsRequest) ProtoMessage()

func (*ListCreditBalanceAdjustmentsRequest) ProtoReflect

func (*ListCreditBalanceAdjustmentsRequest) Reset

func (*ListCreditBalanceAdjustmentsRequest) String

type ListCreditBalanceAdjustmentsResponse

type ListCreditBalanceAdjustmentsResponse struct {
	CreditBalanceAdjustments []*CreditBalanceAdjustment `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListCreditBalanceAdjustmentsResponse) Descriptor deprecated

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

Deprecated: Use ListCreditBalanceAdjustmentsResponse.ProtoReflect.Descriptor instead.

func (*ListCreditBalanceAdjustmentsResponse) GetCreditBalanceAdjustments

func (x *ListCreditBalanceAdjustmentsResponse) GetCreditBalanceAdjustments() []*CreditBalanceAdjustment

func (*ListCreditBalanceAdjustmentsResponse) ProtoMessage

func (*ListCreditBalanceAdjustmentsResponse) ProtoMessage()

func (*ListCreditBalanceAdjustmentsResponse) ProtoReflect

func (*ListCreditBalanceAdjustmentsResponse) Reset

func (*ListCreditBalanceAdjustmentsResponse) String

type ListDataSourceOptions

type ListDataSourceOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListDataSourceOptions.ProtoReflect.Descriptor instead.

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

func (*ListDataSourceOptions) ProtoMessage()

func (*ListDataSourceOptions) ProtoReflect

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

func (*ListDataSourceOptions) Reset

func (x *ListDataSourceOptions) Reset()

func (*ListDataSourceOptions) String

func (x *ListDataSourceOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListDataSourceRequest.ProtoReflect.Descriptor instead.

func (*ListDataSourceRequest) GetOptions

func (*ListDataSourceRequest) GetPageParams

func (x *ListDataSourceRequest) GetPageParams() *PageParams

func (*ListDataSourceRequest) ProtoMessage

func (*ListDataSourceRequest) ProtoMessage()

func (*ListDataSourceRequest) ProtoReflect

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

func (*ListDataSourceRequest) Reset

func (x *ListDataSourceRequest) Reset()

func (*ListDataSourceRequest) String

func (x *ListDataSourceRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListDataSourceResponse.ProtoReflect.Descriptor instead.

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

func (x *ListDataSourceResponse) String() string

type ListEnvironmentOptions

type ListEnvironmentOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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 (*ListEnvironmentOptions) Descriptor deprecated

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

Deprecated: Use ListEnvironmentOptions.ProtoReflect.Descriptor instead.

func (*ListEnvironmentOptions) GetHasAllLabels

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

func (*ListEnvironmentOptions) GetHasOneOfLabels

func (x *ListEnvironmentOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListEnvironmentOptions) GetOrderOptions

func (x *ListEnvironmentOptions) GetOrderOptions() *OrderOptions

func (*ListEnvironmentOptions) ProtoMessage

func (*ListEnvironmentOptions) ProtoMessage()

func (*ListEnvironmentOptions) ProtoReflect

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

func (*ListEnvironmentOptions) Reset

func (x *ListEnvironmentOptions) Reset()

func (*ListEnvironmentOptions) String

func (x *ListEnvironmentOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListEnvironmentRequest.ProtoReflect.Descriptor instead.

func (*ListEnvironmentRequest) GetOptions

func (*ListEnvironmentRequest) GetPageParams

func (x *ListEnvironmentRequest) GetPageParams() *PageParams

func (*ListEnvironmentRequest) ProtoMessage

func (*ListEnvironmentRequest) ProtoMessage()

func (*ListEnvironmentRequest) ProtoReflect

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

func (*ListEnvironmentRequest) Reset

func (x *ListEnvironmentRequest) Reset()

func (*ListEnvironmentRequest) String

func (x *ListEnvironmentRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListEnvironmentResponse.ProtoReflect.Descriptor instead.

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

func (x *ListEnvironmentResponse) String() string

type ListHealthCheckOptions

type ListHealthCheckOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListHealthCheckOptions.ProtoReflect.Descriptor instead.

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

func (*ListHealthCheckOptions) ProtoMessage()

func (*ListHealthCheckOptions) ProtoReflect

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

func (*ListHealthCheckOptions) Reset

func (x *ListHealthCheckOptions) Reset()

func (*ListHealthCheckOptions) String

func (x *ListHealthCheckOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*ListHealthCheckRequest) GetOptions

func (*ListHealthCheckRequest) GetPageParams

func (x *ListHealthCheckRequest) GetPageParams() *PageParams

func (*ListHealthCheckRequest) ProtoMessage

func (*ListHealthCheckRequest) ProtoMessage()

func (*ListHealthCheckRequest) ProtoReflect

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

func (*ListHealthCheckRequest) Reset

func (x *ListHealthCheckRequest) Reset()

func (*ListHealthCheckRequest) String

func (x *ListHealthCheckRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListHealthCheckResponse.ProtoReflect.Descriptor instead.

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

func (x *ListHealthCheckResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListImageOptions.ProtoReflect.Descriptor instead.

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

func (x *ListImageOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListImageRequest.ProtoReflect.Descriptor instead.

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

func (*ListImageRequest) ProtoMessage()

func (*ListImageRequest) ProtoReflect

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

func (*ListImageRequest) Reset

func (x *ListImageRequest) Reset()

func (*ListImageRequest) String

func (x *ListImageRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListImageResponse.ProtoReflect.Descriptor instead.

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

func (x *ListImageResponse) String() string

type ListIngressGatewayOptions

type ListIngressGatewayOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListIngressGatewayOptions.ProtoReflect.Descriptor instead.

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

func (*ListIngressGatewayOptions) ProtoMessage()

func (*ListIngressGatewayOptions) ProtoReflect

func (*ListIngressGatewayOptions) Reset

func (x *ListIngressGatewayOptions) Reset()

func (*ListIngressGatewayOptions) String

func (x *ListIngressGatewayOptions) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListIngressGatewayRequest) Descriptor deprecated

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

Deprecated: Use ListIngressGatewayRequest.ProtoReflect.Descriptor instead.

func (*ListIngressGatewayRequest) GetOptions

func (*ListIngressGatewayRequest) GetPageParams

func (x *ListIngressGatewayRequest) GetPageParams() *PageParams

func (*ListIngressGatewayRequest) ProtoMessage

func (*ListIngressGatewayRequest) ProtoMessage()

func (*ListIngressGatewayRequest) ProtoReflect

func (*ListIngressGatewayRequest) Reset

func (x *ListIngressGatewayRequest) Reset()

func (*ListIngressGatewayRequest) String

func (x *ListIngressGatewayRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListIngressGatewayResponse.ProtoReflect.Descriptor instead.

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

func (x *ListIngressGatewayResponse) String() string

type ListIngressGatewayTokenOptions

type ListIngressGatewayTokenOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListIngressGatewayTokenOptions.ProtoReflect.Descriptor instead.

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

func (*ListIngressGatewayTokenOptions) ProtoMessage()

func (*ListIngressGatewayTokenOptions) ProtoReflect

func (*ListIngressGatewayTokenOptions) Reset

func (x *ListIngressGatewayTokenOptions) Reset()

func (*ListIngressGatewayTokenOptions) String

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) Descriptor deprecated

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

Deprecated: Use ListIngressGatewayTokenRequest.ProtoReflect.Descriptor instead.

func (*ListIngressGatewayTokenRequest) GetOptions

func (*ListIngressGatewayTokenRequest) GetPageParams

func (x *ListIngressGatewayTokenRequest) GetPageParams() *PageParams

func (*ListIngressGatewayTokenRequest) ProtoMessage

func (*ListIngressGatewayTokenRequest) ProtoMessage()

func (*ListIngressGatewayTokenRequest) ProtoReflect

func (*ListIngressGatewayTokenRequest) Reset

func (x *ListIngressGatewayTokenRequest) Reset()

func (*ListIngressGatewayTokenRequest) String

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) Descriptor deprecated

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

Deprecated: Use ListIngressGatewayTokenResponse.ProtoReflect.Descriptor instead.

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

type ListInstanceExecOptions

type ListInstanceExecOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListInstanceExecOptions.ProtoReflect.Descriptor instead.

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

func (*ListInstanceExecOptions) ProtoMessage()

func (*ListInstanceExecOptions) ProtoReflect

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

func (*ListInstanceExecOptions) Reset

func (x *ListInstanceExecOptions) Reset()

func (*ListInstanceExecOptions) String

func (x *ListInstanceExecOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInstanceExecRequest.ProtoReflect.Descriptor instead.

func (*ListInstanceExecRequest) GetOptions

func (*ListInstanceExecRequest) GetPageParams

func (x *ListInstanceExecRequest) GetPageParams() *PageParams

func (*ListInstanceExecRequest) ProtoMessage

func (*ListInstanceExecRequest) ProtoMessage()

func (*ListInstanceExecRequest) ProtoReflect

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

func (*ListInstanceExecRequest) Reset

func (x *ListInstanceExecRequest) Reset()

func (*ListInstanceExecRequest) String

func (x *ListInstanceExecRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInstanceExecResponse.ProtoReflect.Descriptor instead.

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

func (x *ListInstanceExecResponse) String() string

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        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListInstanceOptions.ProtoReflect.Descriptor instead.

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

func (*ListInstanceOptions) ProtoMessage()

func (*ListInstanceOptions) ProtoReflect

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

func (*ListInstanceOptions) Reset

func (x *ListInstanceOptions) Reset()

func (*ListInstanceOptions) String

func (x *ListInstanceOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInstanceRequest.ProtoReflect.Descriptor instead.

func (*ListInstanceRequest) GetOptions

func (x *ListInstanceRequest) GetOptions() *ListInstanceOptions

func (*ListInstanceRequest) GetPageParams

func (x *ListInstanceRequest) GetPageParams() *PageParams

func (*ListInstanceRequest) ProtoMessage

func (*ListInstanceRequest) ProtoMessage()

func (*ListInstanceRequest) ProtoReflect

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

func (*ListInstanceRequest) Reset

func (x *ListInstanceRequest) Reset()

func (*ListInstanceRequest) String

func (x *ListInstanceRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInstanceResponse.ProtoReflect.Descriptor instead.

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

func (x *ListInstanceResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInstanceTypeOptions.ProtoReflect.Descriptor instead.

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

func (*ListInstanceTypeOptions) ProtoMessage()

func (*ListInstanceTypeOptions) ProtoReflect

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

func (*ListInstanceTypeOptions) Reset

func (x *ListInstanceTypeOptions) Reset()

func (*ListInstanceTypeOptions) String

func (x *ListInstanceTypeOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInstanceTypeRequest.ProtoReflect.Descriptor instead.

func (*ListInstanceTypeRequest) GetCloudCredId

func (x *ListInstanceTypeRequest) GetCloudCredId() string

func (*ListInstanceTypeRequest) GetLocation

func (x *ListInstanceTypeRequest) GetLocation() string

func (*ListInstanceTypeRequest) GetOptions

func (*ListInstanceTypeRequest) ProtoMessage

func (*ListInstanceTypeRequest) ProtoMessage()

func (*ListInstanceTypeRequest) ProtoReflect

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

func (*ListInstanceTypeRequest) Reset

func (x *ListInstanceTypeRequest) Reset()

func (*ListInstanceTypeRequest) String

func (x *ListInstanceTypeRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInstanceTypeResponse.ProtoReflect.Descriptor instead.

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

func (x *ListInstanceTypeResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInvoiceRequest.ProtoReflect.Descriptor instead.

func (*ListInvoiceRequest) GetBillingProfileId

func (x *ListInvoiceRequest) GetBillingProfileId() string

func (*ListInvoiceRequest) GetPageParams

func (x *ListInvoiceRequest) GetPageParams() *PageParams

func (*ListInvoiceRequest) ProtoMessage

func (*ListInvoiceRequest) ProtoMessage()

func (*ListInvoiceRequest) ProtoReflect

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

func (*ListInvoiceRequest) Reset

func (x *ListInvoiceRequest) Reset()

func (*ListInvoiceRequest) String

func (x *ListInvoiceRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListInvoiceResponse.ProtoReflect.Descriptor instead.

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

func (x *ListInvoiceResponse) String() string

type ListLimitOptions

type ListLimitOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListLimitOptions.ProtoReflect.Descriptor instead.

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

func (*ListLimitOptions) ProtoMessage()

func (*ListLimitOptions) ProtoReflect

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

func (*ListLimitOptions) Reset

func (x *ListLimitOptions) Reset()

func (*ListLimitOptions) String

func (x *ListLimitOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListLimitRequest.ProtoReflect.Descriptor instead.

func (*ListLimitRequest) GetOptions

func (x *ListLimitRequest) GetOptions() *ListLimitOptions

func (*ListLimitRequest) GetPageParams

func (x *ListLimitRequest) GetPageParams() *PageParams

func (*ListLimitRequest) ProtoMessage

func (*ListLimitRequest) ProtoMessage()

func (*ListLimitRequest) ProtoReflect

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

func (*ListLimitRequest) Reset

func (x *ListLimitRequest) Reset()

func (*ListLimitRequest) String

func (x *ListLimitRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListLimitResponse.ProtoReflect.Descriptor instead.

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

func (x *ListLimitResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListLocationsRequest.ProtoReflect.Descriptor instead.

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

func (x *ListLocationsRequest) String() string

type ListLocationsResponse

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

func (*ListLocationsResponse) Descriptor deprecated

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

Deprecated: Use ListLocationsResponse.ProtoReflect.Descriptor instead.

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

func (x *ListLocationsResponse) String() string

type ListNotebooksOptions

type ListNotebooksOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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        `` /* 181-byte string literal not displayed */
	HasOneOfTags   map[string]*ListOfString `` /* 189-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListNotebooksOptions) Descriptor deprecated

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

Deprecated: Use ListNotebooksOptions.ProtoReflect.Descriptor instead.

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

func (*ListNotebooksOptions) ProtoMessage()

func (*ListNotebooksOptions) ProtoReflect

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

func (*ListNotebooksOptions) Reset

func (x *ListNotebooksOptions) Reset()

func (*ListNotebooksOptions) String

func (x *ListNotebooksOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListNotebooksRequest.ProtoReflect.Descriptor instead.

func (*ListNotebooksRequest) GetOptions

func (x *ListNotebooksRequest) GetOptions() *ListNotebooksOptions

func (*ListNotebooksRequest) GetPageParams

func (x *ListNotebooksRequest) GetPageParams() *PageParams

func (*ListNotebooksRequest) ProtoMessage

func (*ListNotebooksRequest) ProtoMessage()

func (*ListNotebooksRequest) ProtoReflect

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

func (*ListNotebooksRequest) Reset

func (x *ListNotebooksRequest) Reset()

func (*ListNotebooksRequest) String

func (x *ListNotebooksRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListNotebooksResponse.ProtoReflect.Descriptor instead.

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

func (x *ListNotebooksResponse) String() string

type ListOfString

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

func (*ListOfString) Descriptor deprecated

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

Deprecated: Use ListOfString.ProtoReflect.Descriptor instead.

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

func (x *ListOfString) String() string

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) Descriptor deprecated

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

Deprecated: Use ListPaymentMethodsRequest.ProtoReflect.Descriptor instead.

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

func (x *ListPaymentMethodsRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListPaymentMethodsResponse.ProtoReflect.Descriptor instead.

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

func (x *ListPaymentMethodsResponse) String() string

type ListPersistentPodOptions

type ListPersistentPodOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListPersistentPodOptions.ProtoReflect.Descriptor instead.

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

func (*ListPersistentPodOptions) ProtoMessage()

func (*ListPersistentPodOptions) ProtoReflect

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

func (*ListPersistentPodOptions) Reset

func (x *ListPersistentPodOptions) Reset()

func (*ListPersistentPodOptions) String

func (x *ListPersistentPodOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListPersistentPodRequest.ProtoReflect.Descriptor instead.

func (*ListPersistentPodRequest) GetOptions

func (*ListPersistentPodRequest) GetPageParams

func (x *ListPersistentPodRequest) GetPageParams() *PageParams

func (*ListPersistentPodRequest) ProtoMessage

func (*ListPersistentPodRequest) ProtoMessage()

func (*ListPersistentPodRequest) ProtoReflect

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

func (*ListPersistentPodRequest) Reset

func (x *ListPersistentPodRequest) Reset()

func (*ListPersistentPodRequest) String

func (x *ListPersistentPodRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListPersistentPodResponse.ProtoReflect.Descriptor instead.

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

func (x *ListPersistentPodResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListProductOptions.ProtoReflect.Descriptor instead.

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

func (*ListProductOptions) ProtoMessage()

func (*ListProductOptions) ProtoReflect

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

func (*ListProductOptions) Reset

func (x *ListProductOptions) Reset()

func (*ListProductOptions) String

func (x *ListProductOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListProductRequest.ProtoReflect.Descriptor instead.

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

func (*ListProductRequest) ProtoMessage()

func (*ListProductRequest) ProtoReflect

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

func (*ListProductRequest) Reset

func (x *ListProductRequest) Reset()

func (*ListProductRequest) String

func (x *ListProductRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListProductResponse.ProtoReflect.Descriptor instead.

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

func (x *ListProductResponse) String() string

type ListPublicProfileOptions

type ListPublicProfileOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListPublicProfileOptions.ProtoReflect.Descriptor instead.

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

func (*ListPublicProfileOptions) ProtoMessage()

func (*ListPublicProfileOptions) ProtoReflect

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

func (*ListPublicProfileOptions) Reset

func (x *ListPublicProfileOptions) Reset()

func (*ListPublicProfileOptions) String

func (x *ListPublicProfileOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListPublicProfileRequest.ProtoReflect.Descriptor instead.

func (*ListPublicProfileRequest) GetOptions

func (*ListPublicProfileRequest) GetPageParams

func (x *ListPublicProfileRequest) GetPageParams() *PageParams

func (*ListPublicProfileRequest) ProtoMessage

func (*ListPublicProfileRequest) ProtoMessage()

func (*ListPublicProfileRequest) ProtoReflect

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

func (*ListPublicProfileRequest) Reset

func (x *ListPublicProfileRequest) Reset()

func (*ListPublicProfileRequest) String

func (x *ListPublicProfileRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListPublicProfileResponse.ProtoReflect.Descriptor instead.

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

func (x *ListPublicProfileResponse) String() string

type ListRedeemableOptions

type ListRedeemableOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListRedeemableOptions.ProtoReflect.Descriptor instead.

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

func (*ListRedeemableOptions) ProtoMessage()

func (*ListRedeemableOptions) ProtoReflect

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

func (*ListRedeemableOptions) Reset

func (x *ListRedeemableOptions) Reset()

func (*ListRedeemableOptions) String

func (x *ListRedeemableOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListRedeemableRequest.ProtoReflect.Descriptor instead.

func (*ListRedeemableRequest) GetOptions

func (*ListRedeemableRequest) GetPageParams

func (x *ListRedeemableRequest) GetPageParams() *PageParams

func (*ListRedeemableRequest) ProtoMessage

func (*ListRedeemableRequest) ProtoMessage()

func (*ListRedeemableRequest) ProtoReflect

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

func (*ListRedeemableRequest) Reset

func (x *ListRedeemableRequest) Reset()

func (*ListRedeemableRequest) String

func (x *ListRedeemableRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListRedeemableResponse.ProtoReflect.Descriptor instead.

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

func (x *ListRedeemableResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListRedeemableTransactionsRequest.ProtoReflect.Descriptor instead.

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

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) Descriptor deprecated

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

Deprecated: Use ListRedeemableTransactionsResponse.ProtoReflect.Descriptor instead.

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

type ListSecretOptions

type ListSecretOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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 (*ListSecretOptions) Descriptor deprecated

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

Deprecated: Use ListSecretOptions.ProtoReflect.Descriptor instead.

func (*ListSecretOptions) GetHasAllLabels

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

func (*ListSecretOptions) GetHasOneOfLabels

func (x *ListSecretOptions) GetHasOneOfLabels() map[string]*ListOfString

func (*ListSecretOptions) GetOrderOptions

func (x *ListSecretOptions) GetOrderOptions() *OrderOptions

func (*ListSecretOptions) ProtoMessage

func (*ListSecretOptions) ProtoMessage()

func (*ListSecretOptions) ProtoReflect

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

func (*ListSecretOptions) Reset

func (x *ListSecretOptions) Reset()

func (*ListSecretOptions) String

func (x *ListSecretOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListSecretRequest.ProtoReflect.Descriptor instead.

func (*ListSecretRequest) GetOptions

func (x *ListSecretRequest) GetOptions() *ListSecretOptions

func (*ListSecretRequest) GetPageParams

func (x *ListSecretRequest) GetPageParams() *PageParams

func (*ListSecretRequest) ProtoMessage

func (*ListSecretRequest) ProtoMessage()

func (*ListSecretRequest) ProtoReflect

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

func (*ListSecretRequest) Reset

func (x *ListSecretRequest) Reset()

func (*ListSecretRequest) String

func (x *ListSecretRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListSecretResponse.ProtoReflect.Descriptor instead.

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

func (x *ListSecretResponse) String() string

type ListServiceEventOptions

type ListServiceEventOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListServiceEventOptions.ProtoReflect.Descriptor instead.

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

func (*ListServiceEventOptions) ProtoMessage()

func (*ListServiceEventOptions) ProtoReflect

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

func (*ListServiceEventOptions) Reset

func (x *ListServiceEventOptions) Reset()

func (*ListServiceEventOptions) String

func (x *ListServiceEventOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListServiceEventRequest.ProtoReflect.Descriptor instead.

func (*ListServiceEventRequest) GetOptions

func (*ListServiceEventRequest) GetPageParams

func (x *ListServiceEventRequest) GetPageParams() *PageParams

func (*ListServiceEventRequest) ProtoMessage

func (*ListServiceEventRequest) ProtoMessage()

func (*ListServiceEventRequest) ProtoReflect

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

func (*ListServiceEventRequest) Reset

func (x *ListServiceEventRequest) Reset()

func (*ListServiceEventRequest) String

func (x *ListServiceEventRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListServiceEventResponse.ProtoReflect.Descriptor instead.

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

func (x *ListServiceEventResponse) String() string

type ListSessionOptions

type ListSessionOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListSessionOptions.ProtoReflect.Descriptor instead.

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

func (*ListSessionOptions) ProtoMessage()

func (*ListSessionOptions) ProtoReflect

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

func (*ListSessionOptions) Reset

func (x *ListSessionOptions) Reset()

func (*ListSessionOptions) String

func (x *ListSessionOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListSessionRequest.ProtoReflect.Descriptor instead.

func (*ListSessionRequest) GetOptions

func (x *ListSessionRequest) GetOptions() *ListSessionOptions

func (*ListSessionRequest) GetPageParams

func (x *ListSessionRequest) GetPageParams() *PageParams

func (*ListSessionRequest) ProtoMessage

func (*ListSessionRequest) ProtoMessage()

func (*ListSessionRequest) ProtoReflect

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

func (*ListSessionRequest) Reset

func (x *ListSessionRequest) Reset()

func (*ListSessionRequest) String

func (x *ListSessionRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListSessionResponse.ProtoReflect.Descriptor instead.

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

func (x *ListSessionResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListStarredNotebooksRequest.ProtoReflect.Descriptor instead.

func (*ListStarredNotebooksRequest) GetOptions

func (*ListStarredNotebooksRequest) GetPageParams

func (x *ListStarredNotebooksRequest) GetPageParams() *PageParams

func (*ListStarredNotebooksRequest) ProtoMessage

func (*ListStarredNotebooksRequest) ProtoMessage()

func (*ListStarredNotebooksRequest) ProtoReflect

func (*ListStarredNotebooksRequest) Reset

func (x *ListStarredNotebooksRequest) Reset()

func (*ListStarredNotebooksRequest) String

func (x *ListStarredNotebooksRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListStarredNotebooksResponse.ProtoReflect.Descriptor instead.

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

type ListStarsOptions

type ListStarsOptions struct {
	HasAllLabels   map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListStarsOptions.ProtoReflect.Descriptor instead.

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

func (*ListStarsOptions) ProtoMessage()

func (*ListStarsOptions) ProtoReflect

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

func (*ListStarsOptions) Reset

func (x *ListStarsOptions) Reset()

func (*ListStarsOptions) String

func (x *ListStarsOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListStarsRequest.ProtoReflect.Descriptor instead.

func (*ListStarsRequest) GetOptions

func (x *ListStarsRequest) GetOptions() *ListStarsOptions

func (*ListStarsRequest) GetPageParams

func (x *ListStarsRequest) GetPageParams() *PageParams

func (*ListStarsRequest) ProtoMessage

func (*ListStarsRequest) ProtoMessage()

func (*ListStarsRequest) ProtoReflect

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

func (*ListStarsRequest) Reset

func (x *ListStarsRequest) Reset()

func (*ListStarsRequest) String

func (x *ListStarsRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListStarsResponse.ProtoReflect.Descriptor instead.

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

func (x *ListStarsResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ListSubnetOptions.ProtoReflect.Descriptor instead.

func (*ListSubnetOptions) GetVpcId

func (x *ListSubnetOptions) GetVpcId() string

func (*ListSubnetOptions) ProtoMessage

func (*ListSubnetOptions) ProtoMessage()

func (*ListSubnetOptions) ProtoReflect

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

func (*ListSubnetOptions) Reset

func (x *ListSubnetOptions) Reset()

func (*ListSubnetOptions) String

func (x *ListSubnetOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListSubnetRequest.ProtoReflect.Descriptor instead.

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

func (*ListSubnetRequest) ProtoMessage()

func (*ListSubnetRequest) ProtoReflect

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

func (*ListSubnetRequest) Reset

func (x *ListSubnetRequest) Reset()

func (*ListSubnetRequest) String

func (x *ListSubnetRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListSubnetResponse.ProtoReflect.Descriptor instead.

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

func (x *ListSubnetResponse) String() string

type ListTransactionOptions

type ListTransactionOptions struct {
	HasAllLabels     map[string]string        `` /* 187-byte string literal not displayed */
	HasOneOfLabels   map[string]*ListOfString `` /* 195-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) Descriptor deprecated

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

Deprecated: Use ListTransactionOptions.ProtoReflect.Descriptor instead.

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

func (*ListTransactionOptions) ProtoMessage()

func (*ListTransactionOptions) ProtoReflect

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

func (*ListTransactionOptions) Reset

func (x *ListTransactionOptions) Reset()

func (*ListTransactionOptions) String

func (x *ListTransactionOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use ListTransactionRequest.ProtoReflect.Descriptor instead.

func (*ListTransactionRequest) GetOptions

func (*ListTransactionRequest) GetPageParams

func (x *ListTransactionRequest) GetPageParams() *PageParams

func (*ListTransactionRequest) ProtoMessage

func (*ListTransactionRequest) ProtoMessage()

func (*ListTransactionRequest) ProtoReflect

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

func (*ListTransactionRequest) Reset

func (x *ListTransactionRequest) Reset()

func (*ListTransactionRequest) String

func (x *ListTransactionRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListTransactionResponse.ProtoReflect.Descriptor instead.

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

func (x *ListTransactionResponse) String() string

type ListVpcOptions

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

func (*ListVpcOptions) Descriptor deprecated

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

Deprecated: Use ListVpcOptions.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use ListVpcRequest.ProtoReflect.Descriptor instead.

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

func (*ListVpcRequest) ProtoMessage()

func (*ListVpcRequest) ProtoReflect

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

func (*ListVpcRequest) Reset

func (x *ListVpcRequest) Reset()

func (*ListVpcRequest) String

func (x *ListVpcRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use ListVpcResponse.ProtoReflect.Descriptor instead.

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

func (x *ListVpcResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

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

func (x *Location) String() string

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      `` /* 153-byte string literal not displayed */
	Tags       map[string]string      `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Notebook) Descriptor deprecated

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

Deprecated: Use Notebook.ProtoReflect.Descriptor instead.

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

func (*Notebook) ProtoMessage()

func (*Notebook) ProtoReflect

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

func (*Notebook) Reset

func (x *Notebook) Reset()

func (*Notebook) String

func (x *Notebook) String() string

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) Descriptor deprecated

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

Deprecated: Use OnDemand.ProtoReflect.Descriptor instead.

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

func (*OnDemand) ProtoMessage()

func (*OnDemand) ProtoReflect

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

func (*OnDemand) Reset

func (x *OnDemand) Reset()

func (*OnDemand) String

func (x *OnDemand) String() string

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) Descriptor deprecated

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

Deprecated: Use OrderOptions.ProtoReflect.Descriptor instead.

func (*OrderOptions) GetOrderBy

func (x *OrderOptions) GetOrderBy() string

func (*OrderOptions) GetOrdering

func (x *OrderOptions) GetOrdering() string

func (*OrderOptions) ProtoMessage

func (*OrderOptions) ProtoMessage()

func (*OrderOptions) ProtoReflect

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

func (*OrderOptions) Reset

func (x *OrderOptions) Reset()

func (*OrderOptions) String

func (x *OrderOptions) String() string

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) Descriptor deprecated

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

Deprecated: Use PageParams.ProtoReflect.Descriptor instead.

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

func (x *PageParams) String() string

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) Descriptor deprecated

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

Deprecated: Use PauseHealthCheckRequest.ProtoReflect.Descriptor instead.

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

func (x *PauseHealthCheckRequest) String() string

type PauseHealthCheckResponse

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

func (*PauseHealthCheckResponse) Descriptor deprecated

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

Deprecated: Use PauseHealthCheckResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use PausePaymentCollectionRequest.ProtoReflect.Descriptor instead.

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

type PausePaymentCollectionResponse

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

func (*PausePaymentCollectionResponse) Descriptor deprecated

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

Deprecated: Use PausePaymentCollectionResponse.ProtoReflect.Descriptor instead.

func (*PausePaymentCollectionResponse) ProtoMessage

func (*PausePaymentCollectionResponse) ProtoMessage()

func (*PausePaymentCollectionResponse) ProtoReflect

func (*PausePaymentCollectionResponse) Reset

func (x *PausePaymentCollectionResponse) Reset()

func (*PausePaymentCollectionResponse) String

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) Descriptor deprecated

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

Deprecated: Use Payment.ProtoReflect.Descriptor instead.

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) 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) Descriptor deprecated

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

Deprecated: Use PaymentIntent.ProtoReflect.Descriptor instead.

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

func (x *PaymentIntent) String() string

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) Descriptor deprecated

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

Deprecated: Use PaymentMethod.ProtoReflect.Descriptor instead.

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

func (*PaymentMethod) ProtoMessage()

func (*PaymentMethod) ProtoReflect

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

func (*PaymentMethod) Reset

func (x *PaymentMethod) Reset()

func (*PaymentMethod) String

func (x *PaymentMethod) String() string

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      `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PersistentPod) Descriptor deprecated

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

Deprecated: Use PersistentPod.ProtoReflect.Descriptor instead.

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

func (*PersistentPod) ProtoMessage()

func (*PersistentPod) ProtoReflect

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

func (*PersistentPod) Reset

func (x *PersistentPod) Reset()

func (*PersistentPod) String

func (x *PersistentPod) String() string

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) Descriptor deprecated

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

Deprecated: Use PriceSample.ProtoReflect.Descriptor instead.

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

func (*PriceSample) ProtoMessage()

func (*PriceSample) ProtoReflect

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

func (*PriceSample) Reset

func (x *PriceSample) Reset()

func (*PriceSample) String

func (x *PriceSample) String() string

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"}
	/* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Probe) Descriptor deprecated

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

Deprecated: Use Probe.ProtoReflect.Descriptor instead.

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) 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) Descriptor deprecated

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

Deprecated: Use ProbeConfig.ProtoReflect.Descriptor instead.

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

func (*ProbeConfig) ProtoMessage()

func (*ProbeConfig) ProtoReflect

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

func (*ProbeConfig) Reset

func (x *ProbeConfig) Reset()

func (*ProbeConfig) String

func (x *ProbeConfig) String() string

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) Descriptor deprecated

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

Deprecated: Use ProbeHealthCheck.ProtoReflect.Descriptor instead.

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

func (*ProbeHealthCheck) ProtoMessage()

func (*ProbeHealthCheck) ProtoReflect

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

func (*ProbeHealthCheck) Reset

func (x *ProbeHealthCheck) Reset()

func (*ProbeHealthCheck) String

func (x *ProbeHealthCheck) String() string

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) Descriptor deprecated

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

Deprecated: Use Product.ProtoReflect.Descriptor instead.

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

func (*Product) ProtoMessage()

func (*Product) ProtoReflect

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

func (*Product) Reset

func (x *Product) Reset()

func (*Product) String

func (x *Product) String() string

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) Descriptor deprecated

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

Deprecated: Use ProvisionEnvironmentRequest.ProtoReflect.Descriptor 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) ProtoMessage

func (*ProvisionEnvironmentRequest) ProtoMessage()

func (*ProvisionEnvironmentRequest) ProtoReflect

func (*ProvisionEnvironmentRequest) Reset

func (x *ProvisionEnvironmentRequest) Reset()

func (*ProvisionEnvironmentRequest) String

func (x *ProvisionEnvironmentRequest) String() string

type ProvisionEnvironmentResponse

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

func (*ProvisionEnvironmentResponse) Descriptor deprecated

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

Deprecated: Use ProvisionEnvironmentResponse.ProtoReflect.Descriptor instead.

func (*ProvisionEnvironmentResponse) GetEnvironment

func (x *ProvisionEnvironmentResponse) GetEnvironment() *Environment

func (*ProvisionEnvironmentResponse) ProtoMessage

func (*ProvisionEnvironmentResponse) ProtoMessage()

func (*ProvisionEnvironmentResponse) ProtoReflect

func (*ProvisionEnvironmentResponse) Reset

func (x *ProvisionEnvironmentResponse) Reset()

func (*ProvisionEnvironmentResponse) String

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use PublicProfile.ProtoReflect.Descriptor instead.

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

func (*PublicProfile) ProtoMessage()

func (*PublicProfile) ProtoReflect

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

func (*PublicProfile) Reset

func (x *PublicProfile) Reset()

func (*PublicProfile) String

func (x *PublicProfile) String() string

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"`
	// contains filtered or unexported fields
}

func (*PurchaseCreditsRequest) Descriptor deprecated

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

Deprecated: Use PurchaseCreditsRequest.ProtoReflect.Descriptor instead.

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

func (*PurchaseCreditsRequest) ProtoMessage()

func (*PurchaseCreditsRequest) ProtoReflect

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

func (*PurchaseCreditsRequest) Reset

func (x *PurchaseCreditsRequest) Reset()

func (*PurchaseCreditsRequest) String

func (x *PurchaseCreditsRequest) String() string

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) Descriptor deprecated

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

Deprecated: Use PurchaseCreditsResponse.ProtoReflect.Descriptor instead.

func (*PurchaseCreditsResponse) GetPurchasedCredits

func (x *PurchaseCreditsResponse) GetPurchasedCredits() *PurchasedCredits

func (*PurchaseCreditsResponse) ProtoMessage

func (*PurchaseCreditsResponse) ProtoMessage()

func (*PurchaseCreditsResponse) ProtoReflect

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

func (*PurchaseCreditsResponse) Reset

func (x *PurchaseCreditsResponse) Reset()

func (*PurchaseCreditsResponse) String

func (x *PurchaseCreditsResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use PurchasedCredits.ProtoReflect.Descriptor instead.

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

func (x *PurchasedCredits) String() string

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) Descriptor deprecated

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

Deprecated: Use Quota.ProtoReflect.Descriptor instead.

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

func (x *Quota) String() string

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) Descriptor deprecated

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

Deprecated: Use RebootInstanceRequest.ProtoReflect.Descriptor instead.

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

func (x *RebootInstanceRequest) String() string

type RebootInstanceResponse

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

func (*RebootInstanceResponse) Descriptor deprecated

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

Deprecated: Use RebootInstanceResponse.ProtoReflect.Descriptor instead.

func (*RebootInstanceResponse) GetInstance

func (x *RebootInstanceResponse) GetInstance() *Instance

func (*RebootInstanceResponse) ProtoMessage

func (*RebootInstanceResponse) ProtoMessage()

func (*RebootInstanceResponse) ProtoReflect

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

func (*RebootInstanceResponse) Reset

func (x *RebootInstanceResponse) Reset()

func (*RebootInstanceResponse) String

func (x *RebootInstanceResponse) String() string

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use RedeemRedeemableRequest.ProtoReflect.Descriptor instead.

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

func (*RedeemRedeemableRequest) ProtoMessage()

func (*RedeemRedeemableRequest) ProtoReflect

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

func (*RedeemRedeemableRequest) Reset

func (x *RedeemRedeemableRequest) Reset()

func (*RedeemRedeemableRequest) String

func (x *RedeemRedeemableRequest) String() string

type RedeemRedeemableResponse

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

func (*RedeemRedeemableResponse) Descriptor deprecated

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

Deprecated: Use RedeemRedeemableResponse.ProtoReflect.Descriptor instead.

func (*RedeemRedeemableResponse) GetTransaction

func (x *RedeemRedeemableResponse) GetTransaction() *Transaction

func (*RedeemRedeemableResponse) ProtoMessage

func (*RedeemRedeemableResponse) ProtoMessage()

func (*RedeemRedeemableResponse) ProtoReflect

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

func (*RedeemRedeemableResponse) Reset

func (x *RedeemRedeemableResponse) Reset()

func (*RedeemRedeemableResponse) String

func (x *RedeemRedeemableResponse) String() string

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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use Redeemable.ProtoReflect.Descriptor instead.

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

func (*Redeemable) ProtoMessage()

func (*Redeemable) ProtoReflect

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

func (*Redeemable) Reset

func (x *Redeemable) Reset()

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) Descriptor deprecated

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

Deprecated: Use RedeemableConstraint.ProtoReflect.Descriptor instead.

func (*RedeemableConstraint) GetMaxRedemptions

func (x *RedeemableConstraint) GetMaxRedemptions() int64

func (*RedeemableConstraint) GetTotalRedeemableAmountUsd

func (x *RedeemableConstraint) GetTotalRedeemableAmountUsd() string

func (*RedeemableConstraint) ProtoMessage

func (*RedeemableConstraint) ProtoMessage()

func (*RedeemableConstraint) ProtoReflect

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

func (*RedeemableConstraint) Reset

func (x *RedeemableConstraint) Reset()

func (*RedeemableConstraint) String

func (x *RedeemableConstraint) String() string

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) Descriptor deprecated

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

Deprecated: Use RedeemableTransaction.ProtoReflect.Descriptor instead.

func (*RedeemableTransaction) GetRedeemable

func (x *RedeemableTransaction) GetRedeemable() *Redeemable

func (*RedeemableTransaction) GetTransaction

func (x *RedeemableTransaction) GetTransaction() *Transaction

func (*RedeemableTransaction) ProtoMessage

func (*RedeemableTransaction) ProtoMessage()

func (*RedeemableTransaction) ProtoReflect

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

func (*RedeemableTransaction) Reset

func (x *RedeemableTransaction) Reset()

func (*RedeemableTransaction) String

func (x *RedeemableTransaction) String() string

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) Descriptor deprecated

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

Deprecated: Use Refund.ProtoReflect.Descriptor instead.

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

func (x *Refund) String() string

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 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegisterInstanceRequest) Descriptor deprecated

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

Deprecated: Use RegisterInstanceRequest.ProtoReflect.Descriptor instead.

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

func (x *RegisterInstanceRequest) String() string

type RegisterInstanceResponse

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

func (*RegisterInstanceResponse) Descriptor deprecated

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

Deprecated: Use RegisterInstanceResponse.ProtoReflect.Descriptor instead.

func (*RegisterInstanceResponse) GetInstance

func (x *RegisterInstanceResponse) GetInstance() *Instance

func (*RegisterInstanceResponse) ProtoMessage

func (*RegisterInstanceResponse) ProtoMessage()

func (*RegisterInstanceResponse) ProtoReflect

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

func (*RegisterInstanceResponse) Reset

func (x *RegisterInstanceResponse) Reset()

func (*RegisterInstanceResponse) String

func (x *RegisterInstanceResponse) String() string

type RenderNotebookRequest

type RenderNotebookRequest struct {

	// Types that are assignable to Source:
	//
	//	*RenderNotebookRequest_SourceUrl
	//	*RenderNotebookRequest_NotebookId
	//	*RenderNotebookRequest_RawIpynb
	//	*RenderNotebookRequest_SourceVal
	Source isRenderNotebookRequest_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

func (*RenderNotebookRequest) Descriptor deprecated

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

Deprecated: Use RenderNotebookRequest.ProtoReflect.Descriptor instead.

func (*RenderNotebookRequest) GetNotebookId

func (x *RenderNotebookRequest) GetNotebookId() string

func (*RenderNotebookRequest) GetRawIpynb

func (x *RenderNotebookRequest) GetRawIpynb() string

func (*RenderNotebookRequest) GetSource

func (m *RenderNotebookRequest) GetSource() isRenderNotebookRequest_Source

func (*RenderNotebookRequest) GetSourceUrl

func (x *RenderNotebookRequest) GetSourceUrl() string

func (*RenderNotebookRequest) GetSourceVal

func (x *RenderNotebookRequest) GetSourceVal() *SourceVal

func (*RenderNotebookRequest) ProtoMessage

func (*RenderNotebookRequest) ProtoMessage()

func (*RenderNotebookRequest) ProtoReflect

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

func (*RenderNotebookRequest) Reset

func (x *RenderNotebookRequest) Reset()

func (*RenderNotebookRequest) String

func (x *RenderNotebookRequest) String() string

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 RenderNotebookResponse

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

func (*RenderNotebookResponse) Descriptor deprecated

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

Deprecated: Use RenderNotebookResponse.ProtoReflect.Descriptor instead.

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

func (x *RenderNotebookResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use ResizeEnvironmentInstanceVolumeRequest.ProtoReflect.Descriptor instead.

func (*ResizeEnvironmentInstanceVolumeRequest) GetDiskSize

func (*ResizeEnvironmentInstanceVolumeRequest) GetEnvironmentId

func (x *ResizeEnvironmentInstanceVolumeRequest) GetEnvironmentId() string

func (*ResizeEnvironmentInstanceVolumeRequest) ProtoMessage

func (*ResizeEnvironmentInstanceVolumeRequest) ProtoReflect

func (*ResizeEnvironmentInstanceVolumeRequest) Reset

func (*ResizeEnvironmentInstanceVolumeRequest) String

type ResizeEnvironmentInstanceVolumeResponse

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

func (*ResizeEnvironmentInstanceVolumeResponse) Descriptor deprecated

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

Deprecated: Use ResizeEnvironmentInstanceVolumeResponse.ProtoReflect.Descriptor instead.

func (*ResizeEnvironmentInstanceVolumeResponse) GetEnvironment

func (*ResizeEnvironmentInstanceVolumeResponse) ProtoMessage

func (*ResizeEnvironmentInstanceVolumeResponse) ProtoReflect

func (*ResizeEnvironmentInstanceVolumeResponse) Reset

func (*ResizeEnvironmentInstanceVolumeResponse) String

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) Descriptor deprecated

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

Deprecated: Use ResizeInstanceVolumeRequest.ProtoReflect.Descriptor instead.

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

func (x *ResizeInstanceVolumeRequest) String() string

type ResizeInstanceVolumeResponse

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

func (*ResizeInstanceVolumeResponse) Descriptor deprecated

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

Deprecated: Use ResizeInstanceVolumeResponse.ProtoReflect.Descriptor instead.

func (*ResizeInstanceVolumeResponse) GetInstance

func (x *ResizeInstanceVolumeResponse) GetInstance() *Instance

func (*ResizeInstanceVolumeResponse) ProtoMessage

func (*ResizeInstanceVolumeResponse) ProtoMessage()

func (*ResizeInstanceVolumeResponse) ProtoReflect

func (*ResizeInstanceVolumeResponse) Reset

func (x *ResizeInstanceVolumeResponse) Reset()

func (*ResizeInstanceVolumeResponse) String

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) Descriptor deprecated

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

Deprecated: Use Result.ProtoReflect.Descriptor instead.

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

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

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

func (*Result) Reset

func (x *Result) Reset()

func (*Result) String

func (x *Result) String() string

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) Descriptor deprecated

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

Deprecated: Use ResumeHealthCheckRequest.ProtoReflect.Descriptor instead.

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

func (x *ResumeHealthCheckRequest) String() string

type ResumeHealthCheckResponse

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

func (*ResumeHealthCheckResponse) Descriptor deprecated

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

Deprecated: Use ResumeHealthCheckResponse.ProtoReflect.Descriptor instead.

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 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) Descriptor deprecated

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

Deprecated: Use ResumePaymentCollectionRequest.ProtoReflect.Descriptor instead.

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

type ResumePaymentCollectionResponse

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

func (*ResumePaymentCollectionResponse) Descriptor deprecated

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

Deprecated: Use ResumePaymentCollectionResponse.ProtoReflect.Descriptor instead.

func (*ResumePaymentCollectionResponse) ProtoMessage

func (*ResumePaymentCollectionResponse) ProtoMessage()

func (*ResumePaymentCollectionResponse) ProtoReflect

func (*ResumePaymentCollectionResponse) Reset

func (*ResumePaymentCollectionResponse) String

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) Descriptor deprecated

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

Deprecated: Use RetryInvoiceRequest.ProtoReflect.Descriptor instead.

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

func (x *RetryInvoiceRequest) String() string

type RetryInvoiceResponse

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

func (*RetryInvoiceResponse) Descriptor deprecated

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

Deprecated: Use RetryInvoiceResponse.ProtoReflect.Descriptor instead.

func (*RetryInvoiceResponse) GetInvoice

func (x *RetryInvoiceResponse) GetInvoice() *Invoice

func (*RetryInvoiceResponse) ProtoMessage

func (*RetryInvoiceResponse) ProtoMessage()

func (*RetryInvoiceResponse) ProtoReflect

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

func (*RetryInvoiceResponse) Reset

func (x *RetryInvoiceResponse) Reset()

func (*RetryInvoiceResponse) String

func (x *RetryInvoiceResponse) String() string

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) Descriptor deprecated

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

Deprecated: Use RetryPolicy.ProtoReflect.Descriptor instead.

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

func (*RetryPolicy) ProtoMessage()

func (*RetryPolicy) ProtoReflect

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

func (*RetryPolicy) Reset

func (x *RetryPolicy) Reset()

func (*RetryPolicy) String

func (x *RetryPolicy) String() string

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) Descriptor deprecated

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

Deprecated: Use RevokeInstanceFirewallRulesRequest.ProtoReflect.Descriptor instead.

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

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) Descriptor deprecated

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

Deprecated: Use RevokeInstanceFirewallRulesResponse.ProtoReflect.Descriptor instead.

func (*RevokeInstanceFirewallRulesResponse) GetFirewallRules

func (x *RevokeInstanceFirewallRulesResponse) GetFirewallRules() *FirewallRules

func (*RevokeInstanceFirewallRulesResponse) ProtoMessage

func (*RevokeInstanceFirewallRulesResponse) ProtoMessage()

func (*RevokeInstanceFirewallRulesResponse) ProtoReflect

func (*RevokeInstanceFirewallRulesResponse) Reset

func (*RevokeInstanceFirewallRulesResponse) String

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) Descriptor deprecated

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

Deprecated: Use ScriptRun.ProtoReflect.Descriptor instead.

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

func (*ScriptRun) ProtoMessage()

func (*ScriptRun) ProtoReflect

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

func (*ScriptRun) Reset

func (x *ScriptRun) Reset()

func (*ScriptRun) String

func (x *ScriptRun) String() string

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) Descriptor deprecated

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

Deprecated: Use SearchResponse.ProtoReflect.Descriptor instead.

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

func (*SearchResponse) ProtoMessage()

func (*SearchResponse) ProtoReflect

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

func (*SearchResponse) Reset

func (x *SearchResponse) Reset()

func (*SearchResponse) String

func (x *SearchResponse) String() string

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      `` /* 153-byte string literal not displayed */
	Value      string                 `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Secret) Descriptor deprecated

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

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

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

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

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

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

type SecretOrValue

type SecretOrValue struct {

	// Types that are assignable to SecretValue:
	//
	//	*SecretOrValue_SecretId
	//	*SecretOrValue_Value
	SecretValue isSecretOrValue_SecretValue `protobuf_oneof:"secret_value"`
	// contains filtered or unexported fields
}

func (*SecretOrValue) Descriptor deprecated

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

Deprecated: Use SecretOrValue.ProtoReflect.Descriptor instead.

func (*SecretOrValue) GetSecretId

func (x *SecretOrValue) GetSecretId() string

func (*SecretOrValue) GetSecretValue

func (m *SecretOrValue) GetSecretValue() isSecretOrValue_SecretValue

func (*SecretOrValue) GetValue

func (x *SecretOrValue) GetValue() string

func (*SecretOrValue) ProtoMessage

func (*SecretOrValue) ProtoMessage()

func (*SecretOrValue) ProtoReflect

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

func (*SecretOrValue) Reset

func (x *SecretOrValue) Reset()

func (*SecretOrValue) String

func (x *SecretOrValue) String() string

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 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      `` /* 153-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) Descriptor deprecated

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

Deprecated: Use ServiceEvent.ProtoReflect.Descriptor instead.

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

func (*ServiceEvent) ProtoMessage()

func (*ServiceEvent) ProtoReflect

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

func (*ServiceEvent) Reset

func (x *ServiceEvent) Reset()

func (*ServiceEvent) String

func (x *ServiceEvent) String() string

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      `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Session) Descriptor deprecated

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

Deprecated: Use Session.ProtoReflect.Descriptor instead.

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

func (*Session) ProtoMessage()

func (*Session) ProtoReflect

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

func (*Session) Reset

func (x *Session) Reset()

func (*Session) String

func (x *Session) String() string

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) Descriptor deprecated

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

Deprecated: Use SetPaymentMethodAsDefaultRequest.ProtoReflect.Descriptor instead.

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

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) Descriptor deprecated

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

Deprecated: Use SetPaymentMethodAsDefaultResponse.ProtoReflect.Descriptor instead.

func (*SetPaymentMethodAsDefaultResponse) GetPaymentMethods

func (x *SetPaymentMethodAsDefaultResponse) GetPaymentMethods() []*PaymentMethod

func (*SetPaymentMethodAsDefaultResponse) ProtoMessage

func (*SetPaymentMethodAsDefaultResponse) ProtoMessage()

func (*SetPaymentMethodAsDefaultResponse) ProtoReflect

func (*SetPaymentMethodAsDefaultResponse) Reset

func (*SetPaymentMethodAsDefaultResponse) String

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) Descriptor deprecated

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

Deprecated: Use SetupIntent.ProtoReflect.Descriptor instead.

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

func (x *SetupIntent) String() string

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) Descriptor deprecated

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

Deprecated: Use SourceVal.ProtoReflect.Descriptor instead.

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

func (x *SourceVal) String() string

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) Descriptor deprecated

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

Deprecated: Use Spot.ProtoReflect.Descriptor instead.

func (*Spot) GetAvailabilityZone

func (x *Spot) GetAvailabilityZone() string

func (*Spot) GetLatestPrice

func (x *Spot) GetLatestPrice() *PriceSample

func (*Spot) ProtoMessage

func (*Spot) ProtoMessage()

func (*Spot) ProtoReflect

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

func (*Spot) Reset

func (x *Spot) Reset()

func (*Spot) String

func (x *Spot) String() string

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 assignable to PrivateKey:
	//
	//	*SshConnection_PrivateKeyValue
	PrivateKey isSshConnection_PrivateKey `protobuf_oneof:"private_key"`
	// contains filtered or unexported fields
}

func (*SshConnection) Descriptor deprecated

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

Deprecated: Use SshConnection.ProtoReflect.Descriptor instead.

func (*SshConnection) GetHost

func (x *SshConnection) GetHost() string

func (*SshConnection) GetPort

func (x *SshConnection) GetPort() int32

func (*SshConnection) GetPrivateKey

func (m *SshConnection) GetPrivateKey() isSshConnection_PrivateKey

func (*SshConnection) GetPrivateKeyValue

func (x *SshConnection) GetPrivateKeyValue() string

func (*SshConnection) GetUser

func (x *SshConnection) GetUser() string

func (*SshConnection) ProtoMessage

func (*SshConnection) ProtoMessage()

func (*SshConnection) ProtoReflect

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

func (*SshConnection) Reset

func (x *SshConnection) Reset()

func (*SshConnection) String

func (x *SshConnection) String() string

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 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      `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Star) Descriptor deprecated

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

Deprecated: Use Star.ProtoReflect.Descriptor instead.

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

func (*Star) ProtoMessage()

func (*Star) ProtoReflect

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

func (*Star) Reset

func (x *Star) Reset()

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 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StarNotebookRequest) Descriptor deprecated

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

Deprecated: Use StarNotebookRequest.ProtoReflect.Descriptor instead.

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

func (x *StarNotebookRequest) String() string

type StarNotebookResponse

type StarNotebookResponse struct {
	Star *Star `protobuf:"bytes,1,opt,name=star,proto3" json:"star,omitempty"`
	// contains filtered or unexported fields
}

func (*StarNotebookResponse) Descriptor deprecated

func (*StarNotebookResponse) Descriptor() ([]byte, []int)

Deprecated: Use StarNotebookResponse.ProtoReflect.Descriptor instead.

func (*StarNotebookResponse) GetStar

func (x *StarNotebookResponse) GetStar() *Star

func (*StarNotebookResponse) ProtoMessage

func (*StarNotebookResponse) ProtoMessage()

func (*StarNotebookResponse) ProtoReflect

func (x *StarNotebookResponse) ProtoReflect() protoreflect.Message

func (*StarNotebookResponse) Reset

func (x *StarNotebookResponse) Reset()

func (*StarNotebookResponse) String

func (x *StarNotebookResponse) String() string

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) Descriptor deprecated

func (*StartEnvironmentInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartEnvironmentInstanceRequest.ProtoReflect.Descriptor instead.

func (*StartEnvironmentInstanceRequest) GetEnvironmentId

func (x *StartEnvironmentInstanceRequest) GetEnvironmentId() string

func (*StartEnvironmentInstanceRequest) ProtoMessage

func (*StartEnvironmentInstanceRequest) ProtoMessage()

func (*StartEnvironmentInstanceRequest) ProtoReflect

func (*StartEnvironmentInstanceRequest) Reset

func (*StartEnvironmentInstanceRequest) String

type StartEnvironmentInstanceResponse

type StartEnvironmentInstanceResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*StartEnvironmentInstanceResponse) Descriptor deprecated

func (*StartEnvironmentInstanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use StartEnvironmentInstanceResponse.ProtoReflect.Descriptor instead.

func (*StartEnvironmentInstanceResponse) GetEnvironment

func (x *StartEnvironmentInstanceResponse) GetEnvironment() *Environment

func (*StartEnvironmentInstanceResponse) ProtoMessage

func (*StartEnvironmentInstanceResponse) ProtoMessage()

func (*StartEnvironmentInstanceResponse) ProtoReflect

func (*StartEnvironmentInstanceResponse) Reset

func (*StartEnvironmentInstanceResponse) String

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) Descriptor deprecated

func (*StartInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartInstanceRequest.ProtoReflect.Descriptor instead.

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) String

func (x *StartInstanceRequest) String() string

type StartInstanceResponse

type StartInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*StartInstanceResponse) Descriptor deprecated

func (*StartInstanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use StartInstanceResponse.ProtoReflect.Descriptor instead.

func (*StartInstanceResponse) GetInstance

func (x *StartInstanceResponse) GetInstance() *Instance

func (*StartInstanceResponse) ProtoMessage

func (*StartInstanceResponse) ProtoMessage()

func (*StartInstanceResponse) ProtoReflect

func (x *StartInstanceResponse) ProtoReflect() protoreflect.Message

func (*StartInstanceResponse) Reset

func (x *StartInstanceResponse) Reset()

func (*StartInstanceResponse) String

func (x *StartInstanceResponse) String() string

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) Descriptor deprecated

func (*Status) Descriptor() ([]byte, []int)

Deprecated: Use Status.ProtoReflect.Descriptor instead.

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) String

func (x *Status) String() string

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) Descriptor deprecated

func (*StopEnvironmentInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopEnvironmentInstanceRequest.ProtoReflect.Descriptor instead.

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) String

type StopEnvironmentInstanceResponse

type StopEnvironmentInstanceResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*StopEnvironmentInstanceResponse) Descriptor deprecated

func (*StopEnvironmentInstanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use StopEnvironmentInstanceResponse.ProtoReflect.Descriptor instead.

func (*StopEnvironmentInstanceResponse) GetEnvironment

func (x *StopEnvironmentInstanceResponse) GetEnvironment() *Environment

func (*StopEnvironmentInstanceResponse) ProtoMessage

func (*StopEnvironmentInstanceResponse) ProtoMessage()

func (*StopEnvironmentInstanceResponse) ProtoReflect

func (*StopEnvironmentInstanceResponse) Reset

func (*StopEnvironmentInstanceResponse) String

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) Descriptor deprecated

func (*StopInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopInstanceRequest.ProtoReflect.Descriptor instead.

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) String

func (x *StopInstanceRequest) String() string

type StopInstanceResponse

type StopInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*StopInstanceResponse) Descriptor deprecated

func (*StopInstanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use StopInstanceResponse.ProtoReflect.Descriptor instead.

func (*StopInstanceResponse) GetInstance

func (x *StopInstanceResponse) GetInstance() *Instance

func (*StopInstanceResponse) ProtoMessage

func (*StopInstanceResponse) ProtoMessage()

func (*StopInstanceResponse) ProtoReflect

func (x *StopInstanceResponse) ProtoReflect() protoreflect.Message

func (*StopInstanceResponse) Reset

func (x *StopInstanceResponse) Reset()

func (*StopInstanceResponse) String

func (x *StopInstanceResponse) String() string

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) Descriptor deprecated

func (*Storage) Descriptor() ([]byte, []int)

Deprecated: Use Storage.ProtoReflect.Descriptor instead.

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) ProtoMessage

func (*Storage) ProtoMessage()

func (*Storage) ProtoReflect

func (x *Storage) ProtoReflect() protoreflect.Message

func (*Storage) Reset

func (x *Storage) Reset()

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) Descriptor deprecated

func (*StorageOptions) Descriptor() ([]byte, []int)

Deprecated: Use StorageOptions.ProtoReflect.Descriptor instead.

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) String

func (x *StorageOptions) String() string

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) Descriptor deprecated

func (*StoragePrice) Descriptor() ([]byte, []int)

Deprecated: Use StoragePrice.ProtoReflect.Descriptor instead.

func (*StoragePrice) GetOnDemand

func (x *StoragePrice) GetOnDemand() *OnDemand

func (*StoragePrice) ProtoMessage

func (*StoragePrice) ProtoMessage()

func (*StoragePrice) ProtoReflect

func (x *StoragePrice) ProtoReflect() protoreflect.Message

func (*StoragePrice) Reset

func (x *StoragePrice) Reset()

func (*StoragePrice) String

func (x *StoragePrice) String() string

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) Descriptor deprecated

func (*StorageProduct) Descriptor() ([]byte, []int)

Deprecated: Use StorageProduct.ProtoReflect.Descriptor instead.

func (*StorageProduct) GetAttrs

func (x *StorageProduct) GetAttrs() *StorageProductAttrs

func (*StorageProduct) GetPrices

func (x *StorageProduct) GetPrices() *StoragePrice

func (*StorageProduct) ProtoMessage

func (*StorageProduct) ProtoMessage()

func (*StorageProduct) ProtoReflect

func (x *StorageProduct) ProtoReflect() protoreflect.Message

func (*StorageProduct) Reset

func (x *StorageProduct) Reset()

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) Descriptor deprecated

func (*StorageProductAttrs) Descriptor() ([]byte, []int)

Deprecated: Use StorageProductAttrs.ProtoReflect.Descriptor instead.

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) String

func (x *StorageProductAttrs) String() string

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) Descriptor deprecated

func (*Subnet) Descriptor() ([]byte, []int)

Deprecated: Use Subnet.ProtoReflect.Descriptor instead.

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) String

func (x *Subnet) String() string

type SysUser

type SysUser struct {
	Username   string            `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	PublicKey  string            `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey *SecretOrValue    `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	IsAdmin    bool              `protobuf:"varint,4,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	Port       int32             `protobuf:"varint,5,opt,name=port,proto3" json:"port,omitempty"`
	Labels     map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SysUser) Descriptor deprecated

func (*SysUser) Descriptor() ([]byte, []int)

Deprecated: Use SysUser.ProtoReflect.Descriptor instead.

func (*SysUser) GetIsAdmin

func (x *SysUser) GetIsAdmin() bool

func (*SysUser) GetLabels

func (x *SysUser) GetLabels() map[string]string

func (*SysUser) GetPort

func (x *SysUser) GetPort() int32

func (*SysUser) GetPrivateKey

func (x *SysUser) GetPrivateKey() *SecretOrValue

func (*SysUser) GetPublicKey

func (x *SysUser) GetPublicKey() string

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) String

func (x *SysUser) String() string

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      `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Task) Descriptor deprecated

func (*Task) Descriptor() ([]byte, []int)

Deprecated: Use Task.ProtoReflect.Descriptor instead.

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) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) ProtoReflect

func (x *Task) ProtoReflect() protoreflect.Message

func (*Task) Reset

func (x *Task) Reset()

func (*Task) String

func (x *Task) String() string

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) Descriptor deprecated

func (*TerminateEnvironmentInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TerminateEnvironmentInstanceRequest.ProtoReflect.Descriptor instead.

func (*TerminateEnvironmentInstanceRequest) GetEnvironmentId

func (x *TerminateEnvironmentInstanceRequest) GetEnvironmentId() string

func (*TerminateEnvironmentInstanceRequest) ProtoMessage

func (*TerminateEnvironmentInstanceRequest) ProtoMessage()

func (*TerminateEnvironmentInstanceRequest) ProtoReflect

func (*TerminateEnvironmentInstanceRequest) Reset

func (*TerminateEnvironmentInstanceRequest) String

type TerminateEnvironmentInstanceResponse

type TerminateEnvironmentInstanceResponse struct {
	Environment *Environment `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateEnvironmentInstanceResponse) Descriptor deprecated

func (*TerminateEnvironmentInstanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use TerminateEnvironmentInstanceResponse.ProtoReflect.Descriptor instead.

func (*TerminateEnvironmentInstanceResponse) GetEnvironment

func (*TerminateEnvironmentInstanceResponse) ProtoMessage

func (*TerminateEnvironmentInstanceResponse) ProtoMessage()

func (*TerminateEnvironmentInstanceResponse) ProtoReflect

func (*TerminateEnvironmentInstanceResponse) Reset

func (*TerminateEnvironmentInstanceResponse) String

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) Descriptor deprecated

func (*TerminateInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TerminateInstanceRequest.ProtoReflect.Descriptor instead.

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) String

func (x *TerminateInstanceRequest) String() string

type TerminateInstanceResponse

type TerminateInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateInstanceResponse) Descriptor deprecated

func (*TerminateInstanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use TerminateInstanceResponse.ProtoReflect.Descriptor instead.

func (*TerminateInstanceResponse) GetInstance

func (x *TerminateInstanceResponse) GetInstance() *Instance

func (*TerminateInstanceResponse) ProtoMessage

func (*TerminateInstanceResponse) ProtoMessage()

func (*TerminateInstanceResponse) ProtoReflect

func (*TerminateInstanceResponse) Reset

func (x *TerminateInstanceResponse) Reset()

func (*TerminateInstanceResponse) String

func (x *TerminateInstanceResponse) String() string

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) Descriptor deprecated

func (*Thresholds) Descriptor() ([]byte, []int)

Deprecated: Use Thresholds.ProtoReflect.Descriptor instead.

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) String

func (x *Thresholds) String() string

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) Descriptor deprecated

func (*TimePeriod) Descriptor() ([]byte, []int)

Deprecated: Use TimePeriod.ProtoReflect.Descriptor instead.

func (*TimePeriod) GetEnd

func (x *TimePeriod) GetEnd() *timestamppb.Timestamp

func (*TimePeriod) GetStart

func (x *TimePeriod) GetStart() *timestamppb.Timestamp

func (*TimePeriod) ProtoMessage

func (*TimePeriod) ProtoMessage()

func (*TimePeriod) ProtoReflect

func (x *TimePeriod) ProtoReflect() protoreflect.Message

func (*TimePeriod) Reset

func (x *TimePeriod) Reset()

func (*TimePeriod) String

func (x *TimePeriod) String() string

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) Descriptor deprecated

func (*TimeRange) Descriptor() ([]byte, []int)

Deprecated: Use TimeRange.ProtoReflect.Descriptor instead.

func (*TimeRange) GetEndTime

func (x *TimeRange) GetEndTime() *timestamppb.Timestamp

func (*TimeRange) GetStartTime

func (x *TimeRange) GetStartTime() *timestamppb.Timestamp

func (*TimeRange) ProtoMessage

func (*TimeRange) ProtoMessage()

func (*TimeRange) ProtoReflect

func (x *TimeRange) ProtoReflect() protoreflect.Message

func (*TimeRange) Reset

func (x *TimeRange) Reset()

func (*TimeRange) String

func (x *TimeRange) String() string

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      `` /* 153-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) Descriptor deprecated

func (*Transaction) Descriptor() ([]byte, []int)

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

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) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

func (x *Transaction) ProtoReflect() protoreflect.Message

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

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 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UnStarNotebookRequest) Descriptor deprecated

func (*UnStarNotebookRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnStarNotebookRequest.ProtoReflect.Descriptor instead.

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) String

func (x *UnStarNotebookRequest) String() string

type UnStarNotebookResponse

type UnStarNotebookResponse struct {
	// contains filtered or unexported fields
}

func (*UnStarNotebookResponse) Descriptor deprecated

func (*UnStarNotebookResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnStarNotebookResponse.ProtoReflect.Descriptor instead.

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 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 `` /* 149-byte string literal not displayed */
	Description      string            `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingProfileCreditBalanceRequest) Descriptor deprecated

func (*UpdateBillingProfileCreditBalanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingProfileCreditBalanceRequest.ProtoReflect.Descriptor instead.

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) String

type UpdateBillingProfileCreditBalanceResponse

type UpdateBillingProfileCreditBalanceResponse struct {
	CreditBalanceAdjustment *CreditBalanceAdjustment `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateBillingProfileCreditBalanceResponse) Descriptor deprecated

func (*UpdateBillingProfileCreditBalanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingProfileCreditBalanceResponse.ProtoReflect.Descriptor instead.

func (*UpdateBillingProfileCreditBalanceResponse) GetCreditBalanceAdjustment

func (x *UpdateBillingProfileCreditBalanceResponse) GetCreditBalanceAdjustment() *CreditBalanceAdjustment

func (*UpdateBillingProfileCreditBalanceResponse) ProtoMessage

func (*UpdateBillingProfileCreditBalanceResponse) ProtoReflect

func (*UpdateBillingProfileCreditBalanceResponse) Reset

func (*UpdateBillingProfileCreditBalanceResponse) String

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"` // repeated string plan_ids = 3 [(tagger.tags) = "copier:\"PlanIDs\"" ]; // free-tier, standard
	// contains filtered or unexported fields
}

func (*UpdateBillingProfileRequest) Descriptor deprecated

func (*UpdateBillingProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingProfileRequest.ProtoReflect.Descriptor instead.

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) ProtoMessage

func (*UpdateBillingProfileRequest) ProtoMessage()

func (*UpdateBillingProfileRequest) ProtoReflect

func (*UpdateBillingProfileRequest) Reset

func (x *UpdateBillingProfileRequest) Reset()

func (*UpdateBillingProfileRequest) String

func (x *UpdateBillingProfileRequest) String() string

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) Descriptor deprecated

func (*UpdateBillingProfileResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingProfileResponse.ProtoReflect.Descriptor instead.

func (*UpdateBillingProfileResponse) GetBillingProfile

func (x *UpdateBillingProfileResponse) GetBillingProfile() *BillingProfile

func (*UpdateBillingProfileResponse) ProtoMessage

func (*UpdateBillingProfileResponse) ProtoMessage()

func (*UpdateBillingProfileResponse) ProtoReflect

func (*UpdateBillingProfileResponse) Reset

func (x *UpdateBillingProfileResponse) Reset()

func (*UpdateBillingProfileResponse) String

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) Descriptor deprecated

func (*UpdateCloudCredStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCloudCredStatusRequest.ProtoReflect.Descriptor instead.

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) String

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) Descriptor deprecated

func (*UpdateCloudCredStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCloudCredStatusResponse.ProtoReflect.Descriptor instead.

func (*UpdateCloudCredStatusResponse) GetCloudCred

func (x *UpdateCloudCredStatusResponse) GetCloudCred() *CloudCred

func (*UpdateCloudCredStatusResponse) ProtoMessage

func (*UpdateCloudCredStatusResponse) ProtoMessage()

func (*UpdateCloudCredStatusResponse) ProtoReflect

func (*UpdateCloudCredStatusResponse) Reset

func (x *UpdateCloudCredStatusResponse) Reset()

func (*UpdateCloudCredStatusResponse) String

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) Descriptor deprecated

func (*UpdatePublicProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePublicProfileRequest.ProtoReflect.Descriptor instead.

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) ProtoMessage

func (*UpdatePublicProfileRequest) ProtoMessage()

func (*UpdatePublicProfileRequest) ProtoReflect

func (*UpdatePublicProfileRequest) Reset

func (x *UpdatePublicProfileRequest) Reset()

func (*UpdatePublicProfileRequest) String

func (x *UpdatePublicProfileRequest) String() string

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) Descriptor deprecated

func (*UpdatePublicProfileResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePublicProfileResponse.ProtoReflect.Descriptor instead.

func (*UpdatePublicProfileResponse) GetPublicProfile

func (x *UpdatePublicProfileResponse) GetPublicProfile() *PublicProfile

func (*UpdatePublicProfileResponse) ProtoMessage

func (*UpdatePublicProfileResponse) ProtoMessage()

func (*UpdatePublicProfileResponse) ProtoReflect

func (*UpdatePublicProfileResponse) Reset

func (x *UpdatePublicProfileResponse) Reset()

func (*UpdatePublicProfileResponse) String

func (x *UpdatePublicProfileResponse) 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 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UsageFrame) Descriptor deprecated

func (*UsageFrame) Descriptor() ([]byte, []int)

Deprecated: Use UsageFrame.ProtoReflect.Descriptor instead.

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) ProtoMessage

func (*UsageFrame) ProtoMessage()

func (*UsageFrame) ProtoReflect

func (x *UsageFrame) ProtoReflect() protoreflect.Message

func (*UsageFrame) Reset

func (x *UsageFrame) Reset()

func (*UsageFrame) String

func (x *UsageFrame) String() string

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) Descriptor deprecated

func (*VastAICredential) Descriptor() ([]byte, []int)

Deprecated: Use VastAICredential.ProtoReflect.Descriptor instead.

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) String

func (x *VastAICredential) String() string

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) Descriptor deprecated

func (*Vpc) Descriptor() ([]byte, []int)

Deprecated: Use Vpc.ProtoReflect.Descriptor instead.

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) String

func (x *Vpc) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL