billingv1alpha1

package
v1.7.75 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BillingService_CommitBillingPlan_FullMethodName           = "/services.billing.v1alpha1.BillingService/CommitBillingPlan"
	BillingService_CommitDefaultBillingPlan_FullMethodName    = "/services.billing.v1alpha1.BillingService/CommitDefaultBillingPlan"
	BillingService_CreateBillingPlan_FullMethodName           = "/services.billing.v1alpha1.BillingService/CreateBillingPlan"
	BillingService_CreateDefaultBillingPlan_FullMethodName    = "/services.billing.v1alpha1.BillingService/CreateDefaultBillingPlan"
	BillingService_CreateDefaultRateDefinition_FullMethodName = "/services.billing.v1alpha1.BillingService/CreateDefaultRateDefinition"
	BillingService_CreateInvoice_FullMethodName               = "/services.billing.v1alpha1.BillingService/CreateInvoice"
	BillingService_CreateRateDefinition_FullMethodName        = "/services.billing.v1alpha1.BillingService/CreateRateDefinition"
	BillingService_DeleteBillingPlan_FullMethodName           = "/services.billing.v1alpha1.BillingService/DeleteBillingPlan"
	BillingService_DeleteDefaultBillingPlan_FullMethodName    = "/services.billing.v1alpha1.BillingService/DeleteDefaultBillingPlan"
	BillingService_DeleteDefaultRateDefinition_FullMethodName = "/services.billing.v1alpha1.BillingService/DeleteDefaultRateDefinition"
	BillingService_DeleteInvoice_FullMethodName               = "/services.billing.v1alpha1.BillingService/DeleteInvoice"
	BillingService_DeleteRateDefinition_FullMethodName        = "/services.billing.v1alpha1.BillingService/DeleteRateDefinition"
	BillingService_DuplicateBillingPlan_FullMethodName        = "/services.billing.v1alpha1.BillingService/DuplicateBillingPlan"
	BillingService_DuplicateDefaultBillingPlan_FullMethodName = "/services.billing.v1alpha1.BillingService/DuplicateDefaultBillingPlan"
	BillingService_ExportInvoice_FullMethodName               = "/services.billing.v1alpha1.BillingService/ExportInvoice"
	BillingService_GetActiveBillingPlan_FullMethodName        = "/services.billing.v1alpha1.BillingService/GetActiveBillingPlan"
	BillingService_GetBillingPlan_FullMethodName              = "/services.billing.v1alpha1.BillingService/GetBillingPlan"
	BillingService_GetBillingPlanHistory_FullMethodName       = "/services.billing.v1alpha1.BillingService/GetBillingPlanHistory"
	BillingService_GetInvoice_FullMethodName                  = "/services.billing.v1alpha1.BillingService/GetInvoice"
	BillingService_GetRateDefinition_FullMethodName           = "/services.billing.v1alpha1.BillingService/GetRateDefinition"
	BillingService_ListBillingPlans_FullMethodName            = "/services.billing.v1alpha1.BillingService/ListBillingPlans"
	BillingService_ListInvoices_FullMethodName                = "/services.billing.v1alpha1.BillingService/ListInvoices"
	BillingService_ListRateDefinitions_FullMethodName         = "/services.billing.v1alpha1.BillingService/ListRateDefinitions"
	BillingService_UpdateBillingPlan_FullMethodName           = "/services.billing.v1alpha1.BillingService/UpdateBillingPlan"
	BillingService_UpdateDefaultBillingPlan_FullMethodName    = "/services.billing.v1alpha1.BillingService/UpdateDefaultBillingPlan"
	BillingService_UpdateDefaultRateDefinition_FullMethodName = "/services.billing.v1alpha1.BillingService/UpdateDefaultRateDefinition"
	BillingService_UpdateInvoice_FullMethodName               = "/services.billing.v1alpha1.BillingService/UpdateInvoice"
	BillingService_UpdateRateDefinition_FullMethodName        = "/services.billing.v1alpha1.BillingService/UpdateRateDefinition"
)

Variables

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

Enum value maps for Order.

View Source
var (
	InvoiceFormat_name = map[int32]string{
		0: "INVOICE_FORMAT_UNSPECIFIED",
		1: "INVOICE_FORMAT_CSV",
	}
	InvoiceFormat_value = map[string]int32{
		"INVOICE_FORMAT_UNSPECIFIED": 0,
		"INVOICE_FORMAT_CSV":         1,
	}
)

Enum value maps for InvoiceFormat.

View Source
var BillingService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "services.billing.v1alpha1.BillingService",
	HandlerType: (*BillingServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CommitBillingPlan",
			Handler:    _BillingService_CommitBillingPlan_Handler,
		},
		{
			MethodName: "CommitDefaultBillingPlan",
			Handler:    _BillingService_CommitDefaultBillingPlan_Handler,
		},
		{
			MethodName: "CreateBillingPlan",
			Handler:    _BillingService_CreateBillingPlan_Handler,
		},
		{
			MethodName: "CreateDefaultBillingPlan",
			Handler:    _BillingService_CreateDefaultBillingPlan_Handler,
		},
		{
			MethodName: "CreateDefaultRateDefinition",
			Handler:    _BillingService_CreateDefaultRateDefinition_Handler,
		},
		{
			MethodName: "CreateInvoice",
			Handler:    _BillingService_CreateInvoice_Handler,
		},
		{
			MethodName: "CreateRateDefinition",
			Handler:    _BillingService_CreateRateDefinition_Handler,
		},
		{
			MethodName: "DeleteBillingPlan",
			Handler:    _BillingService_DeleteBillingPlan_Handler,
		},
		{
			MethodName: "DeleteDefaultBillingPlan",
			Handler:    _BillingService_DeleteDefaultBillingPlan_Handler,
		},
		{
			MethodName: "DeleteDefaultRateDefinition",
			Handler:    _BillingService_DeleteDefaultRateDefinition_Handler,
		},
		{
			MethodName: "DeleteInvoice",
			Handler:    _BillingService_DeleteInvoice_Handler,
		},
		{
			MethodName: "DeleteRateDefinition",
			Handler:    _BillingService_DeleteRateDefinition_Handler,
		},
		{
			MethodName: "DuplicateBillingPlan",
			Handler:    _BillingService_DuplicateBillingPlan_Handler,
		},
		{
			MethodName: "DuplicateDefaultBillingPlan",
			Handler:    _BillingService_DuplicateDefaultBillingPlan_Handler,
		},
		{
			MethodName: "ExportInvoice",
			Handler:    _BillingService_ExportInvoice_Handler,
		},
		{
			MethodName: "GetActiveBillingPlan",
			Handler:    _BillingService_GetActiveBillingPlan_Handler,
		},
		{
			MethodName: "GetBillingPlan",
			Handler:    _BillingService_GetBillingPlan_Handler,
		},
		{
			MethodName: "GetBillingPlanHistory",
			Handler:    _BillingService_GetBillingPlanHistory_Handler,
		},
		{
			MethodName: "GetInvoice",
			Handler:    _BillingService_GetInvoice_Handler,
		},
		{
			MethodName: "GetRateDefinition",
			Handler:    _BillingService_GetRateDefinition_Handler,
		},
		{
			MethodName: "ListBillingPlans",
			Handler:    _BillingService_ListBillingPlans_Handler,
		},
		{
			MethodName: "ListInvoices",
			Handler:    _BillingService_ListInvoices_Handler,
		},
		{
			MethodName: "ListRateDefinitions",
			Handler:    _BillingService_ListRateDefinitions_Handler,
		},
		{
			MethodName: "UpdateBillingPlan",
			Handler:    _BillingService_UpdateBillingPlan_Handler,
		},
		{
			MethodName: "UpdateDefaultBillingPlan",
			Handler:    _BillingService_UpdateDefaultBillingPlan_Handler,
		},
		{
			MethodName: "UpdateDefaultRateDefinition",
			Handler:    _BillingService_UpdateDefaultRateDefinition_Handler,
		},
		{
			MethodName: "UpdateInvoice",
			Handler:    _BillingService_UpdateInvoice_Handler,
		},
		{
			MethodName: "UpdateRateDefinition",
			Handler:    _BillingService_UpdateRateDefinition_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "services/billing/v1alpha1/service.proto",
}

BillingService_ServiceDesc is the grpc.ServiceDesc for BillingService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_services_billing_v1alpha1_core_proto protoreflect.FileDescriptor
View Source
var File_services_billing_v1alpha1_invoices_proto protoreflect.FileDescriptor
View Source
var File_services_billing_v1alpha1_plans_proto protoreflect.FileDescriptor
View Source
var File_services_billing_v1alpha1_rates_proto protoreflect.FileDescriptor
View Source
var File_services_billing_v1alpha1_service_proto protoreflect.FileDescriptor

Functions

func RegisterBillingServiceServer

func RegisterBillingServiceServer(s grpc.ServiceRegistrar, srv BillingServiceServer)

Types

type BillingServiceClient

type BillingServiceClient interface {
	// Deprecated: Do not use.
	// Commits a billing plan for the ORG, finalizing it's creation and allowing it
	// to become active.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is already committed.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	CommitBillingPlan(ctx context.Context, in *CommitBillingPlanRequest, opts ...grpc.CallOption) (*CommitBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Commits a default billing plan for the REGION, finalizing it's creation and allowing it
	// to become active.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.FailedPrecondition: The default billing plan is already committed.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified default billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	CommitDefaultBillingPlan(ctx context.Context, in *CommitDefaultBillingPlanRequest, opts ...grpc.CallOption) (*CommitDefaultBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Creates a billing plan for the ORG.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	CreateBillingPlan(ctx context.Context, in *CreateBillingPlanRequest, opts ...grpc.CallOption) (*CreateBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Creates the default billing plan for the REGION.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	CreateDefaultBillingPlan(ctx context.Context, in *CreateDefaultBillingPlanRequest, opts ...grpc.CallOption) (*CreateDefaultBillingPlanResponse, error)
	// Creates a default rate definition for a default billing plan for the REGION.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.AlreadyExists: A rate definition with the same feature already exists.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The default billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	CreateDefaultRateDefinition(ctx context.Context, in *CreateDefaultRateDefinitionRequest, opts ...grpc.CallOption) (*CreateDefaultRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Creates an invoice for the ORG for the specified billing cycle.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.AlreadyExists: An invoice already exists for the specified billing cycle.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	CreateInvoice(ctx context.Context, in *CreateInvoiceRequest, opts ...grpc.CallOption) (*CreateInvoiceResponse, error)
	// Creates a rate definition for a Billing Plan in an ORG.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.AlreadyExists: A rate definition with the same feature id already exists.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan or rate definition group doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	CreateRateDefinition(ctx context.Context, in *CreateRateDefinitionRequest, opts ...grpc.CallOption) (*CreateRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Deletes an inactive billing plan. A billing plan is inactive if it hasn't started.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DeleteBillingPlan(ctx context.Context, in *DeleteBillingPlanRequest, opts ...grpc.CallOption) (*DeleteBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Deletes an inactive default billing plan for the REGION. A billing plan is inactive
	// if it hasn't started.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The default billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	DeleteDefaultBillingPlan(ctx context.Context, in *DeleteDefaultBillingPlanRequest, opts ...grpc.CallOption) (*DeleteDefaultBillingPlanResponse, error)
	// Deletes a rate definition from the default billing plan for the REGION.
	//   - The default billing plan must be inactive.
	//
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The rate definition doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	DeleteDefaultRateDefinition(ctx context.Context, in *DeleteDefaultRateDefinitionRequest, opts ...grpc.CallOption) (*DeleteDefaultRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Deletes an invoice.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified invoice doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DeleteInvoice(ctx context.Context, in *DeleteInvoiceRequest, opts ...grpc.CallOption) (*DeleteInvoiceResponse, error)
	// Deletes a rate definition from a Billing Plan in an ORG.
	//   - The billing plan must be inactive.
	//
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan or rate definition group doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DeleteRateDefinition(ctx context.Context, in *DeleteRateDefinitionRequest, opts ...grpc.CallOption) (*DeleteRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Duplicates a billing plan. This copies the billing plan and all of its rate definitions.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DuplicateBillingPlan(ctx context.Context, in *DuplicateBillingPlanRequest, opts ...grpc.CallOption) (*DuplicateBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Duplicates a default billing plan. This copies the billing plan, all of its rate definitions,
	// and all of its rate definition groups and features.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DuplicateDefaultBillingPlan(ctx context.Context, in *DuplicateDefaultBillingPlanRequest, opts ...grpc.CallOption) (*DuplicateDefaultBillingPlanResponse, error)
	// Exports an invoice.
	// Required permissions:
	//
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	ExportInvoice(ctx context.Context, in *ExportInvoiceRequest, opts ...grpc.CallOption) (*ExportInvoiceResponse, error)
	// Deprecated: Do not use.
	// Returns the active billing plan for the ORG or REGION. The active billing plan is a billing plan
	// whose start_time has passed and end_time has not passed. If multiple satisfy that requirement, the
	// newest one is considered active. If no plan is active, it indicates the ORG is using REGION defaults,
	// or that the REGION has not been set up for billing yet.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: There isn't an active billing plan.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	GetActiveBillingPlan(ctx context.Context, in *GetActiveBillingPlanRequest, opts ...grpc.CallOption) (*GetActiveBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Returns the specified billing plan.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	GetBillingPlan(ctx context.Context, in *GetBillingPlanRequest, opts ...grpc.CallOption) (*GetBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Returns the billing plan history for the ORG or REGION.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	GetBillingPlanHistory(ctx context.Context, in *GetBillingPlanHistoryRequest, opts ...grpc.CallOption) (*GetBillingPlanHistoryResponse, error)
	// Deprecated: Do not use.
	// Returns the specified invoice.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified invoice doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	GetInvoice(ctx context.Context, in *GetInvoiceRequest, opts ...grpc.CallOption) (*GetInvoiceResponse, error)
	// Returns the specified rate definition.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified rate definition doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	GetRateDefinition(ctx context.Context, in *GetRateDefinitionRequest, opts ...grpc.CallOption) (*GetRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Lists billing plans.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	ListBillingPlans(ctx context.Context, in *ListBillingPlansRequest, opts ...grpc.CallOption) (*ListBillingPlansResponse, error)
	// Deprecated: Do not use.
	// Lists invoices.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	ListInvoices(ctx context.Context, in *ListInvoicesRequest, opts ...grpc.CallOption) (*ListInvoicesResponse, error)
	// Lists rate definitions.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	ListRateDefinitions(ctx context.Context, in *ListRateDefinitionsRequest, opts ...grpc.CallOption) (*ListRateDefinitionsResponse, error)
	// Deprecated: Do not use.
	// Updates an inactive billing plan. A billing plan is inactive if it hasn't started.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	UpdateBillingPlan(ctx context.Context, in *UpdateBillingPlanRequest, opts ...grpc.CallOption) (*UpdateBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Updates an inactive default billing plan for the REGION. A billing plan is inactive
	// if it hasn't started.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	UpdateDefaultBillingPlan(ctx context.Context, in *UpdateDefaultBillingPlanRequest, opts ...grpc.CallOption) (*UpdateDefaultBillingPlanResponse, error)
	// Updates a default rate definition.
	//   - The billing plan must be inactive.
	//
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified rate definition doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	UpdateDefaultRateDefinition(ctx context.Context, in *UpdateDefaultRateDefinitionRequest, opts ...grpc.CallOption) (*UpdateDefaultRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Updates the specified invoice.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified invoice doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	UpdateInvoice(ctx context.Context, in *UpdateInvoiceRequest, opts ...grpc.CallOption) (*UpdateInvoiceResponse, error)
	// Updates a rate definition.
	//   - The billing plan must be inactive.
	//
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified rate definition doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	UpdateRateDefinition(ctx context.Context, in *UpdateRateDefinitionRequest, opts ...grpc.CallOption) (*UpdateRateDefinitionResponse, error)
}

BillingServiceClient is the client API for BillingService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BillingServiceServer

type BillingServiceServer interface {
	// Deprecated: Do not use.
	// Commits a billing plan for the ORG, finalizing it's creation and allowing it
	// to become active.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is already committed.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	CommitBillingPlan(context.Context, *CommitBillingPlanRequest) (*CommitBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Commits a default billing plan for the REGION, finalizing it's creation and allowing it
	// to become active.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.FailedPrecondition: The default billing plan is already committed.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified default billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	CommitDefaultBillingPlan(context.Context, *CommitDefaultBillingPlanRequest) (*CommitDefaultBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Creates a billing plan for the ORG.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	CreateBillingPlan(context.Context, *CreateBillingPlanRequest) (*CreateBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Creates the default billing plan for the REGION.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	CreateDefaultBillingPlan(context.Context, *CreateDefaultBillingPlanRequest) (*CreateDefaultBillingPlanResponse, error)
	// Creates a default rate definition for a default billing plan for the REGION.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.AlreadyExists: A rate definition with the same feature already exists.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The default billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	CreateDefaultRateDefinition(context.Context, *CreateDefaultRateDefinitionRequest) (*CreateDefaultRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Creates an invoice for the ORG for the specified billing cycle.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.AlreadyExists: An invoice already exists for the specified billing cycle.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	CreateInvoice(context.Context, *CreateInvoiceRequest) (*CreateInvoiceResponse, error)
	// Creates a rate definition for a Billing Plan in an ORG.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.AlreadyExists: A rate definition with the same feature id already exists.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan or rate definition group doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	CreateRateDefinition(context.Context, *CreateRateDefinitionRequest) (*CreateRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Deletes an inactive billing plan. A billing plan is inactive if it hasn't started.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DeleteBillingPlan(context.Context, *DeleteBillingPlanRequest) (*DeleteBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Deletes an inactive default billing plan for the REGION. A billing plan is inactive
	// if it hasn't started.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The default billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	DeleteDefaultBillingPlan(context.Context, *DeleteDefaultBillingPlanRequest) (*DeleteDefaultBillingPlanResponse, error)
	// Deletes a rate definition from the default billing plan for the REGION.
	//   - The default billing plan must be inactive.
	//
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The rate definition doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	DeleteDefaultRateDefinition(context.Context, *DeleteDefaultRateDefinitionRequest) (*DeleteDefaultRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Deletes an invoice.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified invoice doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DeleteInvoice(context.Context, *DeleteInvoiceRequest) (*DeleteInvoiceResponse, error)
	// Deletes a rate definition from a Billing Plan in an ORG.
	//   - The billing plan must be inactive.
	//
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan or rate definition group doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DeleteRateDefinition(context.Context, *DeleteRateDefinitionRequest) (*DeleteRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Duplicates a billing plan. This copies the billing plan and all of its rate definitions.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DuplicateBillingPlan(context.Context, *DuplicateBillingPlanRequest) (*DuplicateBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Duplicates a default billing plan. This copies the billing plan, all of its rate definitions,
	// and all of its rate definition groups and features.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	DuplicateDefaultBillingPlan(context.Context, *DuplicateDefaultBillingPlanRequest) (*DuplicateDefaultBillingPlanResponse, error)
	// Exports an invoice.
	// Required permissions:
	//
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	ExportInvoice(context.Context, *ExportInvoiceRequest) (*ExportInvoiceResponse, error)
	// Deprecated: Do not use.
	// Returns the active billing plan for the ORG or REGION. The active billing plan is a billing plan
	// whose start_time has passed and end_time has not passed. If multiple satisfy that requirement, the
	// newest one is considered active. If no plan is active, it indicates the ORG is using REGION defaults,
	// or that the REGION has not been set up for billing yet.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: There isn't an active billing plan.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	GetActiveBillingPlan(context.Context, *GetActiveBillingPlanRequest) (*GetActiveBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Returns the specified billing plan.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	GetBillingPlan(context.Context, *GetBillingPlanRequest) (*GetBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Returns the billing plan history for the ORG or REGION.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	GetBillingPlanHistory(context.Context, *GetBillingPlanHistoryRequest) (*GetBillingPlanHistoryResponse, error)
	// Deprecated: Do not use.
	// Returns the specified invoice.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified invoice doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	GetInvoice(context.Context, *GetInvoiceRequest) (*GetInvoiceResponse, error)
	// Returns the specified rate definition.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified rate definition doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	GetRateDefinition(context.Context, *GetRateDefinitionRequest) (*GetRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Lists billing plans.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	ListBillingPlans(context.Context, *ListBillingPlansRequest) (*ListBillingPlansResponse, error)
	// Deprecated: Do not use.
	// Lists invoices.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	ListInvoices(context.Context, *ListInvoicesRequest) (*ListInvoicesResponse, error)
	// Lists rate definitions.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	ListRateDefinitions(context.Context, *ListRateDefinitionsRequest) (*ListRateDefinitionsResponse, error)
	// Deprecated: Do not use.
	// Updates an inactive billing plan. A billing plan is inactive if it hasn't started.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified billing plan doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	UpdateBillingPlan(context.Context, *UpdateBillingPlanRequest) (*UpdateBillingPlanResponse, error)
	// Deprecated: Do not use.
	// Updates an inactive default billing plan for the REGION. A billing plan is inactive
	// if it hasn't started.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//	TCN_BILLING_ADMIN
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	UpdateDefaultBillingPlan(context.Context, *UpdateDefaultBillingPlanRequest) (*UpdateDefaultBillingPlanResponse, error)
	// Updates a default rate definition.
	//   - The billing plan must be inactive.
	//
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified rate definition doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	UpdateDefaultRateDefinition(context.Context, *UpdateDefaultRateDefinitionRequest) (*UpdateDefaultRateDefinitionResponse, error)
	// Deprecated: Do not use.
	// Updates the specified invoice.
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified invoice doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable. Likely a transient issue with a downstream service.
	UpdateInvoice(context.Context, *UpdateInvoiceRequest) (*UpdateInvoiceResponse, error)
	// Updates a rate definition.
	//   - The billing plan must be inactive.
	//
	// Required permissions:
	//
	//	CUSTOMER_SUPPORT
	//
	// Errors:
	//   - grpc.FailedPrecondition: The billing plan is active.
	//   - grpc.Internal: An internal error occurred.
	//   - grpc.InvalidArgument: The request is invalid.
	//   - grpc.NotFound: The specified rate definition doesn't exist.
	//   - grpc.PermissionDenied: Caller doesn't have the required permissions.
	//   - grpc.Unavailable: The operation is currently unavailable.
	UpdateRateDefinition(context.Context, *UpdateRateDefinitionRequest) (*UpdateRateDefinitionResponse, error)
	// contains filtered or unexported methods
}

BillingServiceServer is the server API for BillingService service. All implementations must embed UnimplementedBillingServiceServer for forward compatibility

type CommitBillingPlanRequest

type CommitBillingPlanRequest struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use CommitBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*CommitBillingPlanRequest) GetBillingPlanId

func (x *CommitBillingPlanRequest) GetBillingPlanId() string

func (*CommitBillingPlanRequest) ProtoMessage

func (*CommitBillingPlanRequest) ProtoMessage()

func (*CommitBillingPlanRequest) ProtoReflect

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

func (*CommitBillingPlanRequest) Reset

func (x *CommitBillingPlanRequest) Reset()

func (*CommitBillingPlanRequest) String

func (x *CommitBillingPlanRequest) String() string

type CommitBillingPlanResponse

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

func (*CommitBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use CommitBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*CommitBillingPlanResponse) ProtoMessage

func (*CommitBillingPlanResponse) ProtoMessage()

func (*CommitBillingPlanResponse) ProtoReflect

func (*CommitBillingPlanResponse) Reset

func (x *CommitBillingPlanResponse) Reset()

func (*CommitBillingPlanResponse) String

func (x *CommitBillingPlanResponse) String() string

type CommitDefaultBillingPlanRequest

type CommitDefaultBillingPlanRequest struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitDefaultBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use CommitDefaultBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*CommitDefaultBillingPlanRequest) GetBillingPlanId

func (x *CommitDefaultBillingPlanRequest) GetBillingPlanId() string

func (*CommitDefaultBillingPlanRequest) ProtoMessage

func (*CommitDefaultBillingPlanRequest) ProtoMessage()

func (*CommitDefaultBillingPlanRequest) ProtoReflect

func (*CommitDefaultBillingPlanRequest) Reset

func (*CommitDefaultBillingPlanRequest) String

type CommitDefaultBillingPlanResponse

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

func (*CommitDefaultBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use CommitDefaultBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*CommitDefaultBillingPlanResponse) ProtoMessage

func (*CommitDefaultBillingPlanResponse) ProtoMessage()

func (*CommitDefaultBillingPlanResponse) ProtoReflect

func (*CommitDefaultBillingPlanResponse) Reset

func (*CommitDefaultBillingPlanResponse) String

type CreateBillingPlanRequest

type CreateBillingPlanRequest struct {
	BillingPlanId string                `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	BillingPlan   *v1alpha1.BillingPlan `protobuf:"bytes,2,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use CreateBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*CreateBillingPlanRequest) GetBillingPlan

func (x *CreateBillingPlanRequest) GetBillingPlan() *v1alpha1.BillingPlan

func (*CreateBillingPlanRequest) GetBillingPlanId

func (x *CreateBillingPlanRequest) GetBillingPlanId() string

func (*CreateBillingPlanRequest) ProtoMessage

func (*CreateBillingPlanRequest) ProtoMessage()

func (*CreateBillingPlanRequest) ProtoReflect

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

func (*CreateBillingPlanRequest) Reset

func (x *CreateBillingPlanRequest) Reset()

func (*CreateBillingPlanRequest) String

func (x *CreateBillingPlanRequest) String() string

type CreateBillingPlanResponse

type CreateBillingPlanResponse struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use CreateBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*CreateBillingPlanResponse) GetBillingPlanId

func (x *CreateBillingPlanResponse) GetBillingPlanId() string

func (*CreateBillingPlanResponse) ProtoMessage

func (*CreateBillingPlanResponse) ProtoMessage()

func (*CreateBillingPlanResponse) ProtoReflect

func (*CreateBillingPlanResponse) Reset

func (x *CreateBillingPlanResponse) Reset()

func (*CreateBillingPlanResponse) String

func (x *CreateBillingPlanResponse) String() string

type CreateDefaultBillingPlanRequest

type CreateDefaultBillingPlanRequest struct {
	BillingPlanId string                `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	BillingPlan   *v1alpha1.BillingPlan `protobuf:"bytes,2,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDefaultBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use CreateDefaultBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*CreateDefaultBillingPlanRequest) GetBillingPlan

func (*CreateDefaultBillingPlanRequest) GetBillingPlanId

func (x *CreateDefaultBillingPlanRequest) GetBillingPlanId() string

func (*CreateDefaultBillingPlanRequest) ProtoMessage

func (*CreateDefaultBillingPlanRequest) ProtoMessage()

func (*CreateDefaultBillingPlanRequest) ProtoReflect

func (*CreateDefaultBillingPlanRequest) Reset

func (*CreateDefaultBillingPlanRequest) String

type CreateDefaultBillingPlanResponse

type CreateDefaultBillingPlanResponse struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDefaultBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use CreateDefaultBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*CreateDefaultBillingPlanResponse) GetBillingPlanId

func (x *CreateDefaultBillingPlanResponse) GetBillingPlanId() string

func (*CreateDefaultBillingPlanResponse) ProtoMessage

func (*CreateDefaultBillingPlanResponse) ProtoMessage()

func (*CreateDefaultBillingPlanResponse) ProtoReflect

func (*CreateDefaultBillingPlanResponse) Reset

func (*CreateDefaultBillingPlanResponse) String

type CreateDefaultRateDefinitionRequest

type CreateDefaultRateDefinitionRequest struct {
	RateDefinitionId string                   `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	RateDefinition   *v1alpha1.RateDefinition `protobuf:"bytes,2,opt,name=rate_definition,json=rateDefinition,proto3" json:"rate_definition,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDefaultRateDefinitionRequest) Descriptor deprecated

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

Deprecated: Use CreateDefaultRateDefinitionRequest.ProtoReflect.Descriptor instead.

func (*CreateDefaultRateDefinitionRequest) GetRateDefinition

func (*CreateDefaultRateDefinitionRequest) GetRateDefinitionId

func (x *CreateDefaultRateDefinitionRequest) GetRateDefinitionId() string

func (*CreateDefaultRateDefinitionRequest) ProtoMessage

func (*CreateDefaultRateDefinitionRequest) ProtoMessage()

func (*CreateDefaultRateDefinitionRequest) ProtoReflect

func (*CreateDefaultRateDefinitionRequest) Reset

func (*CreateDefaultRateDefinitionRequest) String

type CreateDefaultRateDefinitionResponse

type CreateDefaultRateDefinitionResponse struct {
	RateDefinitionId string `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDefaultRateDefinitionResponse) Descriptor deprecated

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

Deprecated: Use CreateDefaultRateDefinitionResponse.ProtoReflect.Descriptor instead.

func (*CreateDefaultRateDefinitionResponse) GetRateDefinitionId

func (x *CreateDefaultRateDefinitionResponse) GetRateDefinitionId() string

func (*CreateDefaultRateDefinitionResponse) ProtoMessage

func (*CreateDefaultRateDefinitionResponse) ProtoMessage()

func (*CreateDefaultRateDefinitionResponse) ProtoReflect

func (*CreateDefaultRateDefinitionResponse) Reset

func (*CreateDefaultRateDefinitionResponse) String

type CreateInvoiceRequest deprecated

type CreateInvoiceRequest struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	InvoiceId string `protobuf:"bytes,1,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Invoice *v1alpha1.Invoice `protobuf:"bytes,2,opt,name=invoice,proto3" json:"invoice,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*CreateInvoiceRequest) Descriptor deprecated

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

Deprecated: Use CreateInvoiceRequest.ProtoReflect.Descriptor instead.

func (*CreateInvoiceRequest) GetInvoice deprecated

func (x *CreateInvoiceRequest) GetInvoice() *v1alpha1.Invoice

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*CreateInvoiceRequest) GetInvoiceId deprecated

func (x *CreateInvoiceRequest) GetInvoiceId() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*CreateInvoiceRequest) ProtoMessage

func (*CreateInvoiceRequest) ProtoMessage()

func (*CreateInvoiceRequest) ProtoReflect

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

func (*CreateInvoiceRequest) Reset

func (x *CreateInvoiceRequest) Reset()

func (*CreateInvoiceRequest) String

func (x *CreateInvoiceRequest) String() string

type CreateInvoiceResponse deprecated

type CreateInvoiceResponse struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	InvoiceId string `protobuf:"bytes,1,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*CreateInvoiceResponse) Descriptor deprecated

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

Deprecated: Use CreateInvoiceResponse.ProtoReflect.Descriptor instead.

func (*CreateInvoiceResponse) GetInvoiceId deprecated

func (x *CreateInvoiceResponse) GetInvoiceId() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*CreateInvoiceResponse) ProtoMessage

func (*CreateInvoiceResponse) ProtoMessage()

func (*CreateInvoiceResponse) ProtoReflect

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

func (*CreateInvoiceResponse) Reset

func (x *CreateInvoiceResponse) Reset()

func (*CreateInvoiceResponse) String

func (x *CreateInvoiceResponse) String() string

type CreateRateDefinitionRequest

type CreateRateDefinitionRequest struct {
	RateDefinitionId string                   `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	RateDefinition   *v1alpha1.RateDefinition `protobuf:"bytes,2,opt,name=rate_definition,json=rateDefinition,proto3" json:"rate_definition,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRateDefinitionRequest) Descriptor deprecated

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

Deprecated: Use CreateRateDefinitionRequest.ProtoReflect.Descriptor instead.

func (*CreateRateDefinitionRequest) GetRateDefinition

func (x *CreateRateDefinitionRequest) GetRateDefinition() *v1alpha1.RateDefinition

func (*CreateRateDefinitionRequest) GetRateDefinitionId

func (x *CreateRateDefinitionRequest) GetRateDefinitionId() string

func (*CreateRateDefinitionRequest) ProtoMessage

func (*CreateRateDefinitionRequest) ProtoMessage()

func (*CreateRateDefinitionRequest) ProtoReflect

func (*CreateRateDefinitionRequest) Reset

func (x *CreateRateDefinitionRequest) Reset()

func (*CreateRateDefinitionRequest) String

func (x *CreateRateDefinitionRequest) String() string

type CreateRateDefinitionResponse

type CreateRateDefinitionResponse struct {
	RateDefinitionId string `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRateDefinitionResponse) Descriptor deprecated

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

Deprecated: Use CreateRateDefinitionResponse.ProtoReflect.Descriptor instead.

func (*CreateRateDefinitionResponse) GetRateDefinitionId

func (x *CreateRateDefinitionResponse) GetRateDefinitionId() string

func (*CreateRateDefinitionResponse) ProtoMessage

func (*CreateRateDefinitionResponse) ProtoMessage()

func (*CreateRateDefinitionResponse) ProtoReflect

func (*CreateRateDefinitionResponse) Reset

func (x *CreateRateDefinitionResponse) Reset()

func (*CreateRateDefinitionResponse) String

type DeleteBillingPlanRequest

type DeleteBillingPlanRequest struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use DeleteBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*DeleteBillingPlanRequest) GetBillingPlanId

func (x *DeleteBillingPlanRequest) GetBillingPlanId() string

func (*DeleteBillingPlanRequest) ProtoMessage

func (*DeleteBillingPlanRequest) ProtoMessage()

func (*DeleteBillingPlanRequest) ProtoReflect

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

func (*DeleteBillingPlanRequest) Reset

func (x *DeleteBillingPlanRequest) Reset()

func (*DeleteBillingPlanRequest) String

func (x *DeleteBillingPlanRequest) String() string

type DeleteBillingPlanResponse

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

func (*DeleteBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use DeleteBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*DeleteBillingPlanResponse) ProtoMessage

func (*DeleteBillingPlanResponse) ProtoMessage()

func (*DeleteBillingPlanResponse) ProtoReflect

func (*DeleteBillingPlanResponse) Reset

func (x *DeleteBillingPlanResponse) Reset()

func (*DeleteBillingPlanResponse) String

func (x *DeleteBillingPlanResponse) String() string

type DeleteDefaultBillingPlanRequest

type DeleteDefaultBillingPlanRequest struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDefaultBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use DeleteDefaultBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*DeleteDefaultBillingPlanRequest) GetBillingPlanId

func (x *DeleteDefaultBillingPlanRequest) GetBillingPlanId() string

func (*DeleteDefaultBillingPlanRequest) ProtoMessage

func (*DeleteDefaultBillingPlanRequest) ProtoMessage()

func (*DeleteDefaultBillingPlanRequest) ProtoReflect

func (*DeleteDefaultBillingPlanRequest) Reset

func (*DeleteDefaultBillingPlanRequest) String

type DeleteDefaultBillingPlanResponse

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

func (*DeleteDefaultBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use DeleteDefaultBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*DeleteDefaultBillingPlanResponse) ProtoMessage

func (*DeleteDefaultBillingPlanResponse) ProtoMessage()

func (*DeleteDefaultBillingPlanResponse) ProtoReflect

func (*DeleteDefaultBillingPlanResponse) Reset

func (*DeleteDefaultBillingPlanResponse) String

type DeleteDefaultRateDefinitionRequest

type DeleteDefaultRateDefinitionRequest struct {
	RateDefinitionId string `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDefaultRateDefinitionRequest) Descriptor deprecated

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

Deprecated: Use DeleteDefaultRateDefinitionRequest.ProtoReflect.Descriptor instead.

func (*DeleteDefaultRateDefinitionRequest) GetRateDefinitionId

func (x *DeleteDefaultRateDefinitionRequest) GetRateDefinitionId() string

func (*DeleteDefaultRateDefinitionRequest) ProtoMessage

func (*DeleteDefaultRateDefinitionRequest) ProtoMessage()

func (*DeleteDefaultRateDefinitionRequest) ProtoReflect

func (*DeleteDefaultRateDefinitionRequest) Reset

func (*DeleteDefaultRateDefinitionRequest) String

type DeleteDefaultRateDefinitionResponse

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

func (*DeleteDefaultRateDefinitionResponse) Descriptor deprecated

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

Deprecated: Use DeleteDefaultRateDefinitionResponse.ProtoReflect.Descriptor instead.

func (*DeleteDefaultRateDefinitionResponse) ProtoMessage

func (*DeleteDefaultRateDefinitionResponse) ProtoMessage()

func (*DeleteDefaultRateDefinitionResponse) ProtoReflect

func (*DeleteDefaultRateDefinitionResponse) Reset

func (*DeleteDefaultRateDefinitionResponse) String

type DeleteInvoiceRequest deprecated

type DeleteInvoiceRequest struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	InvoiceId string `protobuf:"bytes,1,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*DeleteInvoiceRequest) Descriptor deprecated

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

Deprecated: Use DeleteInvoiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteInvoiceRequest) GetInvoiceId deprecated

func (x *DeleteInvoiceRequest) GetInvoiceId() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*DeleteInvoiceRequest) ProtoMessage

func (*DeleteInvoiceRequest) ProtoMessage()

func (*DeleteInvoiceRequest) ProtoReflect

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

func (*DeleteInvoiceRequest) Reset

func (x *DeleteInvoiceRequest) Reset()

func (*DeleteInvoiceRequest) String

func (x *DeleteInvoiceRequest) String() string

type DeleteInvoiceResponse deprecated

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

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*DeleteInvoiceResponse) Descriptor deprecated

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

Deprecated: Use DeleteInvoiceResponse.ProtoReflect.Descriptor instead.

func (*DeleteInvoiceResponse) ProtoMessage

func (*DeleteInvoiceResponse) ProtoMessage()

func (*DeleteInvoiceResponse) ProtoReflect

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

func (*DeleteInvoiceResponse) Reset

func (x *DeleteInvoiceResponse) Reset()

func (*DeleteInvoiceResponse) String

func (x *DeleteInvoiceResponse) String() string

type DeleteRateDefinitionRequest

type DeleteRateDefinitionRequest struct {
	RateDefinitionId string `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRateDefinitionRequest) Descriptor deprecated

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

Deprecated: Use DeleteRateDefinitionRequest.ProtoReflect.Descriptor instead.

func (*DeleteRateDefinitionRequest) GetRateDefinitionId

func (x *DeleteRateDefinitionRequest) GetRateDefinitionId() string

func (*DeleteRateDefinitionRequest) ProtoMessage

func (*DeleteRateDefinitionRequest) ProtoMessage()

func (*DeleteRateDefinitionRequest) ProtoReflect

func (*DeleteRateDefinitionRequest) Reset

func (x *DeleteRateDefinitionRequest) Reset()

func (*DeleteRateDefinitionRequest) String

func (x *DeleteRateDefinitionRequest) String() string

type DeleteRateDefinitionResponse

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

func (*DeleteRateDefinitionResponse) Descriptor deprecated

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

Deprecated: Use DeleteRateDefinitionResponse.ProtoReflect.Descriptor instead.

func (*DeleteRateDefinitionResponse) ProtoMessage

func (*DeleteRateDefinitionResponse) ProtoMessage()

func (*DeleteRateDefinitionResponse) ProtoReflect

func (*DeleteRateDefinitionResponse) Reset

func (x *DeleteRateDefinitionResponse) Reset()

func (*DeleteRateDefinitionResponse) String

type DuplicateBillingPlanRequest

type DuplicateBillingPlanRequest struct {
	BillingPlanId string                `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	BillingPlan   *v1alpha1.BillingPlan `protobuf:"bytes,2,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	// contains filtered or unexported fields
}

func (*DuplicateBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use DuplicateBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*DuplicateBillingPlanRequest) GetBillingPlan

func (x *DuplicateBillingPlanRequest) GetBillingPlan() *v1alpha1.BillingPlan

func (*DuplicateBillingPlanRequest) GetBillingPlanId

func (x *DuplicateBillingPlanRequest) GetBillingPlanId() string

func (*DuplicateBillingPlanRequest) ProtoMessage

func (*DuplicateBillingPlanRequest) ProtoMessage()

func (*DuplicateBillingPlanRequest) ProtoReflect

func (*DuplicateBillingPlanRequest) Reset

func (x *DuplicateBillingPlanRequest) Reset()

func (*DuplicateBillingPlanRequest) String

func (x *DuplicateBillingPlanRequest) String() string

type DuplicateBillingPlanResponse

type DuplicateBillingPlanResponse struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DuplicateBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use DuplicateBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*DuplicateBillingPlanResponse) GetBillingPlanId

func (x *DuplicateBillingPlanResponse) GetBillingPlanId() string

func (*DuplicateBillingPlanResponse) ProtoMessage

func (*DuplicateBillingPlanResponse) ProtoMessage()

func (*DuplicateBillingPlanResponse) ProtoReflect

func (*DuplicateBillingPlanResponse) Reset

func (x *DuplicateBillingPlanResponse) Reset()

func (*DuplicateBillingPlanResponse) String

type DuplicateDefaultBillingPlanRequest

type DuplicateDefaultBillingPlanRequest struct {
	BillingPlanId string                `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	BillingPlan   *v1alpha1.BillingPlan `protobuf:"bytes,2,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	// contains filtered or unexported fields
}

func (*DuplicateDefaultBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use DuplicateDefaultBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*DuplicateDefaultBillingPlanRequest) GetBillingPlan

func (*DuplicateDefaultBillingPlanRequest) GetBillingPlanId

func (x *DuplicateDefaultBillingPlanRequest) GetBillingPlanId() string

func (*DuplicateDefaultBillingPlanRequest) ProtoMessage

func (*DuplicateDefaultBillingPlanRequest) ProtoMessage()

func (*DuplicateDefaultBillingPlanRequest) ProtoReflect

func (*DuplicateDefaultBillingPlanRequest) Reset

func (*DuplicateDefaultBillingPlanRequest) String

type DuplicateDefaultBillingPlanResponse

type DuplicateDefaultBillingPlanResponse struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DuplicateDefaultBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use DuplicateDefaultBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*DuplicateDefaultBillingPlanResponse) GetBillingPlanId

func (x *DuplicateDefaultBillingPlanResponse) GetBillingPlanId() string

func (*DuplicateDefaultBillingPlanResponse) ProtoMessage

func (*DuplicateDefaultBillingPlanResponse) ProtoMessage()

func (*DuplicateDefaultBillingPlanResponse) ProtoReflect

func (*DuplicateDefaultBillingPlanResponse) Reset

func (*DuplicateDefaultBillingPlanResponse) String

type ExportInvoiceRequest

type ExportInvoiceRequest struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	InvoiceId   string                 `protobuf:"bytes,1,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	Format      InvoiceFormat          `protobuf:"varint,2,opt,name=format,proto3,enum=services.billing.v1alpha1.InvoiceFormat" json:"format,omitempty"`
	InvoiceDate *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=invoice_date,json=invoiceDate,proto3" json:"invoice_date,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportInvoiceRequest) Descriptor deprecated

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

Deprecated: Use ExportInvoiceRequest.ProtoReflect.Descriptor instead.

func (*ExportInvoiceRequest) GetFormat

func (x *ExportInvoiceRequest) GetFormat() InvoiceFormat

func (*ExportInvoiceRequest) GetInvoiceDate added in v1.7.66

func (x *ExportInvoiceRequest) GetInvoiceDate() *timestamppb.Timestamp

func (*ExportInvoiceRequest) GetInvoiceId deprecated

func (x *ExportInvoiceRequest) GetInvoiceId() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ExportInvoiceRequest) ProtoMessage

func (*ExportInvoiceRequest) ProtoMessage()

func (*ExportInvoiceRequest) ProtoReflect

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

func (*ExportInvoiceRequest) Reset

func (x *ExportInvoiceRequest) Reset()

func (*ExportInvoiceRequest) String

func (x *ExportInvoiceRequest) String() string

type ExportInvoiceResponse

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

func (*ExportInvoiceResponse) Descriptor deprecated

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

Deprecated: Use ExportInvoiceResponse.ProtoReflect.Descriptor instead.

func (*ExportInvoiceResponse) GetInvoice

func (x *ExportInvoiceResponse) GetInvoice() *v1alpha1.Invoice

func (*ExportInvoiceResponse) ProtoMessage

func (*ExportInvoiceResponse) ProtoMessage()

func (*ExportInvoiceResponse) ProtoReflect

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

func (*ExportInvoiceResponse) Reset

func (x *ExportInvoiceResponse) Reset()

func (*ExportInvoiceResponse) String

func (x *ExportInvoiceResponse) String() string

type GetActiveBillingPlanRequest

type GetActiveBillingPlanRequest struct {
	OrgId         string                 `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`                         // Optional: if not set, will get the default billing plan
	EffectiveTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=effective_time,json=effectiveTime,proto3" json:"effective_time,omitempty"` // Optional: if not set, will use current time
	// contains filtered or unexported fields
}

func (*GetActiveBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use GetActiveBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*GetActiveBillingPlanRequest) GetEffectiveTime

func (x *GetActiveBillingPlanRequest) GetEffectiveTime() *timestamppb.Timestamp

func (*GetActiveBillingPlanRequest) GetOrgId

func (x *GetActiveBillingPlanRequest) GetOrgId() string

func (*GetActiveBillingPlanRequest) ProtoMessage

func (*GetActiveBillingPlanRequest) ProtoMessage()

func (*GetActiveBillingPlanRequest) ProtoReflect

func (*GetActiveBillingPlanRequest) Reset

func (x *GetActiveBillingPlanRequest) Reset()

func (*GetActiveBillingPlanRequest) String

func (x *GetActiveBillingPlanRequest) String() string

type GetActiveBillingPlanResponse

type GetActiveBillingPlanResponse struct {
	BillingPlan *v1alpha1.BillingPlan `protobuf:"bytes,1,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	// contains filtered or unexported fields
}

func (*GetActiveBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use GetActiveBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*GetActiveBillingPlanResponse) GetBillingPlan

func (x *GetActiveBillingPlanResponse) GetBillingPlan() *v1alpha1.BillingPlan

func (*GetActiveBillingPlanResponse) ProtoMessage

func (*GetActiveBillingPlanResponse) ProtoMessage()

func (*GetActiveBillingPlanResponse) ProtoReflect

func (*GetActiveBillingPlanResponse) Reset

func (x *GetActiveBillingPlanResponse) Reset()

func (*GetActiveBillingPlanResponse) String

type GetBillingPlanHistoryRequest added in v1.7.69

type GetBillingPlanHistoryRequest struct {
	OrgId     string                 `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GroupIds  []string               `protobuf:"bytes,2,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
	StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // Optional: if not set, will use the beginning of time
	EndTime   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`       // Optional: if not set, will use the current time
	// contains filtered or unexported fields
}

func (*GetBillingPlanHistoryRequest) Descriptor deprecated added in v1.7.69

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

Deprecated: Use GetBillingPlanHistoryRequest.ProtoReflect.Descriptor instead.

func (*GetBillingPlanHistoryRequest) GetEndTime added in v1.7.70

func (*GetBillingPlanHistoryRequest) GetGroupIds added in v1.7.69

func (x *GetBillingPlanHistoryRequest) GetGroupIds() []string

func (*GetBillingPlanHistoryRequest) GetOrgId added in v1.7.69

func (x *GetBillingPlanHistoryRequest) GetOrgId() string

func (*GetBillingPlanHistoryRequest) GetStartTime added in v1.7.70

func (*GetBillingPlanHistoryRequest) ProtoMessage added in v1.7.69

func (*GetBillingPlanHistoryRequest) ProtoMessage()

func (*GetBillingPlanHistoryRequest) ProtoReflect added in v1.7.69

func (*GetBillingPlanHistoryRequest) Reset added in v1.7.69

func (x *GetBillingPlanHistoryRequest) Reset()

func (*GetBillingPlanHistoryRequest) String added in v1.7.69

type GetBillingPlanHistoryResponse added in v1.7.69

type GetBillingPlanHistoryResponse struct {
	History []*v1alpha1.BillingPlanSnapshot `protobuf:"bytes,1,rep,name=history,proto3" json:"history,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingPlanHistoryResponse) Descriptor deprecated added in v1.7.69

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

Deprecated: Use GetBillingPlanHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetBillingPlanHistoryResponse) GetHistory added in v1.7.69

func (*GetBillingPlanHistoryResponse) ProtoMessage added in v1.7.69

func (*GetBillingPlanHistoryResponse) ProtoMessage()

func (*GetBillingPlanHistoryResponse) ProtoReflect added in v1.7.69

func (*GetBillingPlanHistoryResponse) Reset added in v1.7.69

func (x *GetBillingPlanHistoryResponse) Reset()

func (*GetBillingPlanHistoryResponse) String added in v1.7.69

type GetBillingPlanRequest

type GetBillingPlanRequest struct {
	BillingPlanId string `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use GetBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*GetBillingPlanRequest) GetBillingPlanId

func (x *GetBillingPlanRequest) GetBillingPlanId() string

func (*GetBillingPlanRequest) ProtoMessage

func (*GetBillingPlanRequest) ProtoMessage()

func (*GetBillingPlanRequest) ProtoReflect

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

func (*GetBillingPlanRequest) Reset

func (x *GetBillingPlanRequest) Reset()

func (*GetBillingPlanRequest) String

func (x *GetBillingPlanRequest) String() string

type GetBillingPlanResponse

type GetBillingPlanResponse struct {
	BillingPlan *v1alpha1.BillingPlan `protobuf:"bytes,1,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use GetBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*GetBillingPlanResponse) GetBillingPlan

func (x *GetBillingPlanResponse) GetBillingPlan() *v1alpha1.BillingPlan

func (*GetBillingPlanResponse) ProtoMessage

func (*GetBillingPlanResponse) ProtoMessage()

func (*GetBillingPlanResponse) ProtoReflect

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

func (*GetBillingPlanResponse) Reset

func (x *GetBillingPlanResponse) Reset()

func (*GetBillingPlanResponse) String

func (x *GetBillingPlanResponse) String() string

type GetInvoiceRequest deprecated

type GetInvoiceRequest struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	InvoiceId string `protobuf:"bytes,1,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*GetInvoiceRequest) Descriptor deprecated

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

Deprecated: Use GetInvoiceRequest.ProtoReflect.Descriptor instead.

func (*GetInvoiceRequest) GetInvoiceId deprecated

func (x *GetInvoiceRequest) GetInvoiceId() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*GetInvoiceRequest) ProtoMessage

func (*GetInvoiceRequest) ProtoMessage()

func (*GetInvoiceRequest) ProtoReflect

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

func (*GetInvoiceRequest) Reset

func (x *GetInvoiceRequest) Reset()

func (*GetInvoiceRequest) String

func (x *GetInvoiceRequest) String() string

type GetInvoiceResponse deprecated

type GetInvoiceResponse struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Invoice *v1alpha1.Invoice `protobuf:"bytes,1,opt,name=invoice,proto3" json:"invoice,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*GetInvoiceResponse) Descriptor deprecated

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

Deprecated: Use GetInvoiceResponse.ProtoReflect.Descriptor instead.

func (*GetInvoiceResponse) GetInvoice deprecated

func (x *GetInvoiceResponse) GetInvoice() *v1alpha1.Invoice

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*GetInvoiceResponse) ProtoMessage

func (*GetInvoiceResponse) ProtoMessage()

func (*GetInvoiceResponse) ProtoReflect

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

func (*GetInvoiceResponse) Reset

func (x *GetInvoiceResponse) Reset()

func (*GetInvoiceResponse) String

func (x *GetInvoiceResponse) String() string

type GetRateDefinitionRequest

type GetRateDefinitionRequest struct {
	RateDefinitionId string `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRateDefinitionRequest) Descriptor deprecated

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

Deprecated: Use GetRateDefinitionRequest.ProtoReflect.Descriptor instead.

func (*GetRateDefinitionRequest) GetRateDefinitionId

func (x *GetRateDefinitionRequest) GetRateDefinitionId() string

func (*GetRateDefinitionRequest) ProtoMessage

func (*GetRateDefinitionRequest) ProtoMessage()

func (*GetRateDefinitionRequest) ProtoReflect

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

func (*GetRateDefinitionRequest) Reset

func (x *GetRateDefinitionRequest) Reset()

func (*GetRateDefinitionRequest) String

func (x *GetRateDefinitionRequest) String() string

type GetRateDefinitionResponse

type GetRateDefinitionResponse struct {
	RateDefinition *v1alpha1.RateDefinition `protobuf:"bytes,1,opt,name=rate_definition,json=rateDefinition,proto3" json:"rate_definition,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRateDefinitionResponse) Descriptor deprecated

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

Deprecated: Use GetRateDefinitionResponse.ProtoReflect.Descriptor instead.

func (*GetRateDefinitionResponse) GetRateDefinition

func (x *GetRateDefinitionResponse) GetRateDefinition() *v1alpha1.RateDefinition

func (*GetRateDefinitionResponse) ProtoMessage

func (*GetRateDefinitionResponse) ProtoMessage()

func (*GetRateDefinitionResponse) ProtoReflect

func (*GetRateDefinitionResponse) Reset

func (x *GetRateDefinitionResponse) Reset()

func (*GetRateDefinitionResponse) String

func (x *GetRateDefinitionResponse) String() string

type InvoiceFormat

type InvoiceFormat int32
const (
	InvoiceFormat_INVOICE_FORMAT_UNSPECIFIED InvoiceFormat = 0
	InvoiceFormat_INVOICE_FORMAT_CSV         InvoiceFormat = 1
)

func (InvoiceFormat) Descriptor

func (InvoiceFormat) Enum

func (x InvoiceFormat) Enum() *InvoiceFormat

func (InvoiceFormat) EnumDescriptor deprecated

func (InvoiceFormat) EnumDescriptor() ([]byte, []int)

Deprecated: Use InvoiceFormat.Descriptor instead.

func (InvoiceFormat) Number

func (InvoiceFormat) String

func (x InvoiceFormat) String() string

func (InvoiceFormat) Type

type ListBillingPlansRequest

type ListBillingPlansRequest struct {
	BillingPlanId string                 `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	Filter        string                 `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // Optional: defaults to no filter.
	Fields        *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"` // Optional: defaults to all fields.
	Sort          []*Sort                `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"`     // Optional: defaults to no sort.
	Page          *Page                  `protobuf:"bytes,5,opt,name=page,proto3" json:"page,omitempty"`     // Optional: defaults to no paging.
	// contains filtered or unexported fields
}

func (*ListBillingPlansRequest) Descriptor deprecated

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

Deprecated: Use ListBillingPlansRequest.ProtoReflect.Descriptor instead.

func (*ListBillingPlansRequest) GetBillingPlanId

func (x *ListBillingPlansRequest) GetBillingPlanId() string

func (*ListBillingPlansRequest) GetFields

func (*ListBillingPlansRequest) GetFilter

func (x *ListBillingPlansRequest) GetFilter() string

func (*ListBillingPlansRequest) GetPage

func (x *ListBillingPlansRequest) GetPage() *Page

func (*ListBillingPlansRequest) GetSort

func (x *ListBillingPlansRequest) GetSort() []*Sort

func (*ListBillingPlansRequest) ProtoMessage

func (*ListBillingPlansRequest) ProtoMessage()

func (*ListBillingPlansRequest) ProtoReflect

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

func (*ListBillingPlansRequest) Reset

func (x *ListBillingPlansRequest) Reset()

func (*ListBillingPlansRequest) String

func (x *ListBillingPlansRequest) String() string

type ListBillingPlansResponse

type ListBillingPlansResponse struct {
	BillingPlans []*v1alpha1.BillingPlan `protobuf:"bytes,1,rep,name=billing_plans,json=billingPlans,proto3" json:"billing_plans,omitempty"`
	Token        string                  `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // Optional: only present if paginating.
	// contains filtered or unexported fields
}

func (*ListBillingPlansResponse) Descriptor deprecated

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

Deprecated: Use ListBillingPlansResponse.ProtoReflect.Descriptor instead.

func (*ListBillingPlansResponse) GetBillingPlans

func (x *ListBillingPlansResponse) GetBillingPlans() []*v1alpha1.BillingPlan

func (*ListBillingPlansResponse) GetToken

func (x *ListBillingPlansResponse) GetToken() string

func (*ListBillingPlansResponse) ProtoMessage

func (*ListBillingPlansResponse) ProtoMessage()

func (*ListBillingPlansResponse) ProtoReflect

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

func (*ListBillingPlansResponse) Reset

func (x *ListBillingPlansResponse) Reset()

func (*ListBillingPlansResponse) String

func (x *ListBillingPlansResponse) String() string

type ListInvoicesRequest deprecated

type ListInvoicesRequest struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	InvoiceId string `protobuf:"bytes,1,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // Optional: defaults to no filter.
	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Fields *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"` // Optional: defaults to all fields.
	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Sort []*Sort `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"` // Optional: defaults to no sort.
	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Page *Page `protobuf:"bytes,5,opt,name=page,proto3" json:"page,omitempty"` // Optional: defaults to no paging.
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesRequest) Descriptor deprecated

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

Deprecated: Use ListInvoicesRequest.ProtoReflect.Descriptor instead.

func (*ListInvoicesRequest) GetFields deprecated

func (x *ListInvoicesRequest) GetFields() *fieldmaskpb.FieldMask

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesRequest) GetFilter deprecated

func (x *ListInvoicesRequest) GetFilter() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesRequest) GetInvoiceId deprecated

func (x *ListInvoicesRequest) GetInvoiceId() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesRequest) GetPage deprecated

func (x *ListInvoicesRequest) GetPage() *Page

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesRequest) GetSort deprecated

func (x *ListInvoicesRequest) GetSort() []*Sort

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesRequest) ProtoMessage

func (*ListInvoicesRequest) ProtoMessage()

func (*ListInvoicesRequest) ProtoReflect

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

func (*ListInvoicesRequest) Reset

func (x *ListInvoicesRequest) Reset()

func (*ListInvoicesRequest) String

func (x *ListInvoicesRequest) String() string

type ListInvoicesResponse deprecated

type ListInvoicesResponse struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Invoices []*v1alpha1.Invoice `protobuf:"bytes,1,rep,name=invoices,proto3" json:"invoices,omitempty"`
	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // Optional: only present if paginating.
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesResponse) Descriptor deprecated

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

Deprecated: Use ListInvoicesResponse.ProtoReflect.Descriptor instead.

func (*ListInvoicesResponse) GetInvoices deprecated

func (x *ListInvoicesResponse) GetInvoices() []*v1alpha1.Invoice

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesResponse) GetToken deprecated

func (x *ListInvoicesResponse) GetToken() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*ListInvoicesResponse) ProtoMessage

func (*ListInvoicesResponse) ProtoMessage()

func (*ListInvoicesResponse) ProtoReflect

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

func (*ListInvoicesResponse) Reset

func (x *ListInvoicesResponse) Reset()

func (*ListInvoicesResponse) String

func (x *ListInvoicesResponse) String() string

type ListRateDefinitionsRequest

type ListRateDefinitionsRequest struct {
	RateDefinitionId string                 `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	Filter           string                 `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // Optional: defaults to no filter
	Fields           *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"` // Optional: defaults to all fields.
	Sort             []*Sort                `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"`     // Optional: defaults to no sort.
	Page             *Page                  `protobuf:"bytes,5,opt,name=page,proto3" json:"page,omitempty"`     // Optional: defaults to no paging.
	// contains filtered or unexported fields
}

func (*ListRateDefinitionsRequest) Descriptor deprecated

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

Deprecated: Use ListRateDefinitionsRequest.ProtoReflect.Descriptor instead.

func (*ListRateDefinitionsRequest) GetFields

func (*ListRateDefinitionsRequest) GetFilter

func (x *ListRateDefinitionsRequest) GetFilter() string

func (*ListRateDefinitionsRequest) GetPage

func (x *ListRateDefinitionsRequest) GetPage() *Page

func (*ListRateDefinitionsRequest) GetRateDefinitionId

func (x *ListRateDefinitionsRequest) GetRateDefinitionId() string

func (*ListRateDefinitionsRequest) GetSort

func (x *ListRateDefinitionsRequest) GetSort() []*Sort

func (*ListRateDefinitionsRequest) ProtoMessage

func (*ListRateDefinitionsRequest) ProtoMessage()

func (*ListRateDefinitionsRequest) ProtoReflect

func (*ListRateDefinitionsRequest) Reset

func (x *ListRateDefinitionsRequest) Reset()

func (*ListRateDefinitionsRequest) String

func (x *ListRateDefinitionsRequest) String() string

type ListRateDefinitionsResponse

type ListRateDefinitionsResponse struct {
	RateDefinitions []*v1alpha1.RateDefinition `protobuf:"bytes,1,rep,name=rate_definitions,json=rateDefinitions,proto3" json:"rate_definitions,omitempty"`
	Token           string                     `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // Optional: only present if paginating.
	// contains filtered or unexported fields
}

func (*ListRateDefinitionsResponse) Descriptor deprecated

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

Deprecated: Use ListRateDefinitionsResponse.ProtoReflect.Descriptor instead.

func (*ListRateDefinitionsResponse) GetRateDefinitions

func (x *ListRateDefinitionsResponse) GetRateDefinitions() []*v1alpha1.RateDefinition

func (*ListRateDefinitionsResponse) GetToken

func (x *ListRateDefinitionsResponse) GetToken() string

func (*ListRateDefinitionsResponse) ProtoMessage

func (*ListRateDefinitionsResponse) ProtoMessage()

func (*ListRateDefinitionsResponse) ProtoReflect

func (*ListRateDefinitionsResponse) Reset

func (x *ListRateDefinitionsResponse) Reset()

func (*ListRateDefinitionsResponse) String

func (x *ListRateDefinitionsResponse) String() string

type Order

type Order int32
const (
	Order_ORDER_UNSPECIFIED Order = 0 // If unspecified, sorts ascending
	Order_ORDER_DESC        Order = 1
)

func (Order) Descriptor

func (Order) Descriptor() protoreflect.EnumDescriptor

func (Order) Enum

func (x Order) Enum() *Order

func (Order) EnumDescriptor deprecated

func (Order) EnumDescriptor() ([]byte, []int)

Deprecated: Use Order.Descriptor instead.

func (Order) Number

func (x Order) Number() protoreflect.EnumNumber

func (Order) String

func (x Order) String() string

func (Order) Type

func (Order) Type() protoreflect.EnumType

type Page

type Page struct {
	Limit int64  `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` // Optional: if not specified, will not paginate
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`  // Optional: if not specified, will start from the beginning
	// contains filtered or unexported fields
}

func (*Page) Descriptor deprecated

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

Deprecated: Use Page.ProtoReflect.Descriptor instead.

func (*Page) GetLimit

func (x *Page) GetLimit() int64

func (*Page) GetToken

func (x *Page) GetToken() string

func (*Page) ProtoMessage

func (*Page) ProtoMessage()

func (*Page) ProtoReflect

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

func (*Page) Reset

func (x *Page) Reset()

func (*Page) String

func (x *Page) String() string

type Sort

type Sort struct {
	Key       string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`                                                   // Required: key to sort by
	Direction Order  `protobuf:"varint,2,opt,name=direction,proto3,enum=services.billing.v1alpha1.Order" json:"direction,omitempty"` // Required: direction to sort by
	// contains filtered or unexported fields
}

func (*Sort) Descriptor deprecated

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

Deprecated: Use Sort.ProtoReflect.Descriptor instead.

func (*Sort) GetDirection

func (x *Sort) GetDirection() Order

func (*Sort) GetKey

func (x *Sort) GetKey() string

func (*Sort) ProtoMessage

func (*Sort) ProtoMessage()

func (*Sort) ProtoReflect

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

func (*Sort) Reset

func (x *Sort) Reset()

func (*Sort) String

func (x *Sort) String() string

type UnimplementedBillingServiceServer

type UnimplementedBillingServiceServer struct {
}

UnimplementedBillingServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedBillingServiceServer) CommitBillingPlan

func (UnimplementedBillingServiceServer) CreateBillingPlan

func (UnimplementedBillingServiceServer) CreateInvoice

func (UnimplementedBillingServiceServer) DeleteBillingPlan

func (UnimplementedBillingServiceServer) DeleteInvoice

func (UnimplementedBillingServiceServer) ExportInvoice

func (UnimplementedBillingServiceServer) GetBillingPlan

func (UnimplementedBillingServiceServer) GetBillingPlanHistory added in v1.7.69

func (UnimplementedBillingServiceServer) GetInvoice

func (UnimplementedBillingServiceServer) GetRateDefinition

func (UnimplementedBillingServiceServer) ListBillingPlans

func (UnimplementedBillingServiceServer) ListInvoices

func (UnimplementedBillingServiceServer) ListRateDefinitions

func (UnimplementedBillingServiceServer) UpdateBillingPlan

func (UnimplementedBillingServiceServer) UpdateInvoice

type UnsafeBillingServiceServer

type UnsafeBillingServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBillingServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BillingServiceServer will result in compilation errors.

type UpdateBillingPlanRequest

type UpdateBillingPlanRequest struct {
	BillingPlanId string                 `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	BillingPlan   *v1alpha1.BillingPlan  `protobuf:"bytes,2,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	UpdateFields  *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_fields,json=updateFields,proto3" json:"update_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use UpdateBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*UpdateBillingPlanRequest) GetBillingPlan

func (x *UpdateBillingPlanRequest) GetBillingPlan() *v1alpha1.BillingPlan

func (*UpdateBillingPlanRequest) GetBillingPlanId

func (x *UpdateBillingPlanRequest) GetBillingPlanId() string

func (*UpdateBillingPlanRequest) GetUpdateFields

func (x *UpdateBillingPlanRequest) GetUpdateFields() *fieldmaskpb.FieldMask

func (*UpdateBillingPlanRequest) ProtoMessage

func (*UpdateBillingPlanRequest) ProtoMessage()

func (*UpdateBillingPlanRequest) ProtoReflect

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

func (*UpdateBillingPlanRequest) Reset

func (x *UpdateBillingPlanRequest) Reset()

func (*UpdateBillingPlanRequest) String

func (x *UpdateBillingPlanRequest) String() string

type UpdateBillingPlanResponse

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

func (*UpdateBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use UpdateBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*UpdateBillingPlanResponse) ProtoMessage

func (*UpdateBillingPlanResponse) ProtoMessage()

func (*UpdateBillingPlanResponse) ProtoReflect

func (*UpdateBillingPlanResponse) Reset

func (x *UpdateBillingPlanResponse) Reset()

func (*UpdateBillingPlanResponse) String

func (x *UpdateBillingPlanResponse) String() string

type UpdateDefaultBillingPlanRequest

type UpdateDefaultBillingPlanRequest struct {
	BillingPlanId string                 `protobuf:"bytes,1,opt,name=billing_plan_id,json=billingPlanId,proto3" json:"billing_plan_id,omitempty"`
	BillingPlan   *v1alpha1.BillingPlan  `protobuf:"bytes,2,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	UpdateFields  *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_fields,json=updateFields,proto3" json:"update_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDefaultBillingPlanRequest) Descriptor deprecated

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

Deprecated: Use UpdateDefaultBillingPlanRequest.ProtoReflect.Descriptor instead.

func (*UpdateDefaultBillingPlanRequest) GetBillingPlan

func (*UpdateDefaultBillingPlanRequest) GetBillingPlanId

func (x *UpdateDefaultBillingPlanRequest) GetBillingPlanId() string

func (*UpdateDefaultBillingPlanRequest) GetUpdateFields

func (*UpdateDefaultBillingPlanRequest) ProtoMessage

func (*UpdateDefaultBillingPlanRequest) ProtoMessage()

func (*UpdateDefaultBillingPlanRequest) ProtoReflect

func (*UpdateDefaultBillingPlanRequest) Reset

func (*UpdateDefaultBillingPlanRequest) String

type UpdateDefaultBillingPlanResponse

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

func (*UpdateDefaultBillingPlanResponse) Descriptor deprecated

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

Deprecated: Use UpdateDefaultBillingPlanResponse.ProtoReflect.Descriptor instead.

func (*UpdateDefaultBillingPlanResponse) ProtoMessage

func (*UpdateDefaultBillingPlanResponse) ProtoMessage()

func (*UpdateDefaultBillingPlanResponse) ProtoReflect

func (*UpdateDefaultBillingPlanResponse) Reset

func (*UpdateDefaultBillingPlanResponse) String

type UpdateDefaultRateDefinitionRequest

type UpdateDefaultRateDefinitionRequest struct {
	RateDefinitionId string                   `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	RateDefinition   *v1alpha1.RateDefinition `protobuf:"bytes,2,opt,name=rate_definition,json=rateDefinition,proto3" json:"rate_definition,omitempty"`
	UpdateFields     *fieldmaskpb.FieldMask   `protobuf:"bytes,3,opt,name=update_fields,json=updateFields,proto3" json:"update_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDefaultRateDefinitionRequest) Descriptor deprecated

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

Deprecated: Use UpdateDefaultRateDefinitionRequest.ProtoReflect.Descriptor instead.

func (*UpdateDefaultRateDefinitionRequest) GetRateDefinition

func (*UpdateDefaultRateDefinitionRequest) GetRateDefinitionId

func (x *UpdateDefaultRateDefinitionRequest) GetRateDefinitionId() string

func (*UpdateDefaultRateDefinitionRequest) GetUpdateFields

func (*UpdateDefaultRateDefinitionRequest) ProtoMessage

func (*UpdateDefaultRateDefinitionRequest) ProtoMessage()

func (*UpdateDefaultRateDefinitionRequest) ProtoReflect

func (*UpdateDefaultRateDefinitionRequest) Reset

func (*UpdateDefaultRateDefinitionRequest) String

type UpdateDefaultRateDefinitionResponse

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

func (*UpdateDefaultRateDefinitionResponse) Descriptor deprecated

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

Deprecated: Use UpdateDefaultRateDefinitionResponse.ProtoReflect.Descriptor instead.

func (*UpdateDefaultRateDefinitionResponse) ProtoMessage

func (*UpdateDefaultRateDefinitionResponse) ProtoMessage()

func (*UpdateDefaultRateDefinitionResponse) ProtoReflect

func (*UpdateDefaultRateDefinitionResponse) Reset

func (*UpdateDefaultRateDefinitionResponse) String

type UpdateInvoiceRequest deprecated

type UpdateInvoiceRequest struct {

	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	InvoiceId string `protobuf:"bytes,1,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	Invoice *v1alpha1.Invoice `protobuf:"bytes,2,opt,name=invoice,proto3" json:"invoice,omitempty"`
	// Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.
	UpdateFields *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_fields,json=updateFields,proto3" json:"update_fields,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*UpdateInvoiceRequest) Descriptor deprecated

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

Deprecated: Use UpdateInvoiceRequest.ProtoReflect.Descriptor instead.

func (*UpdateInvoiceRequest) GetInvoice deprecated

func (x *UpdateInvoiceRequest) GetInvoice() *v1alpha1.Invoice

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*UpdateInvoiceRequest) GetInvoiceId deprecated

func (x *UpdateInvoiceRequest) GetInvoiceId() string

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*UpdateInvoiceRequest) GetUpdateFields deprecated

func (x *UpdateInvoiceRequest) GetUpdateFields() *fieldmaskpb.FieldMask

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*UpdateInvoiceRequest) ProtoMessage

func (*UpdateInvoiceRequest) ProtoMessage()

func (*UpdateInvoiceRequest) ProtoReflect

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

func (*UpdateInvoiceRequest) Reset

func (x *UpdateInvoiceRequest) Reset()

func (*UpdateInvoiceRequest) String

func (x *UpdateInvoiceRequest) String() string

type UpdateInvoiceResponse deprecated

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

Deprecated: Marked as deprecated in services/billing/v1alpha1/invoices.proto.

func (*UpdateInvoiceResponse) Descriptor deprecated

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

Deprecated: Use UpdateInvoiceResponse.ProtoReflect.Descriptor instead.

func (*UpdateInvoiceResponse) ProtoMessage

func (*UpdateInvoiceResponse) ProtoMessage()

func (*UpdateInvoiceResponse) ProtoReflect

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

func (*UpdateInvoiceResponse) Reset

func (x *UpdateInvoiceResponse) Reset()

func (*UpdateInvoiceResponse) String

func (x *UpdateInvoiceResponse) String() string

type UpdateRateDefinitionRequest

type UpdateRateDefinitionRequest struct {
	RateDefinitionId string                   `protobuf:"bytes,1,opt,name=rate_definition_id,json=rateDefinitionId,proto3" json:"rate_definition_id,omitempty"`
	RateDefinition   *v1alpha1.RateDefinition `protobuf:"bytes,2,opt,name=rate_definition,json=rateDefinition,proto3" json:"rate_definition,omitempty"`
	UpdateFields     *fieldmaskpb.FieldMask   `protobuf:"bytes,3,opt,name=update_fields,json=updateFields,proto3" json:"update_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRateDefinitionRequest) Descriptor deprecated

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

Deprecated: Use UpdateRateDefinitionRequest.ProtoReflect.Descriptor instead.

func (*UpdateRateDefinitionRequest) GetRateDefinition

func (x *UpdateRateDefinitionRequest) GetRateDefinition() *v1alpha1.RateDefinition

func (*UpdateRateDefinitionRequest) GetRateDefinitionId

func (x *UpdateRateDefinitionRequest) GetRateDefinitionId() string

func (*UpdateRateDefinitionRequest) GetUpdateFields

func (x *UpdateRateDefinitionRequest) GetUpdateFields() *fieldmaskpb.FieldMask

func (*UpdateRateDefinitionRequest) ProtoMessage

func (*UpdateRateDefinitionRequest) ProtoMessage()

func (*UpdateRateDefinitionRequest) ProtoReflect

func (*UpdateRateDefinitionRequest) Reset

func (x *UpdateRateDefinitionRequest) Reset()

func (*UpdateRateDefinitionRequest) String

func (x *UpdateRateDefinitionRequest) String() string

type UpdateRateDefinitionResponse

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

func (*UpdateRateDefinitionResponse) Descriptor deprecated

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

Deprecated: Use UpdateRateDefinitionResponse.ProtoReflect.Descriptor instead.

func (*UpdateRateDefinitionResponse) ProtoMessage

func (*UpdateRateDefinitionResponse) ProtoMessage()

func (*UpdateRateDefinitionResponse) ProtoReflect

func (*UpdateRateDefinitionResponse) Reset

func (x *UpdateRateDefinitionResponse) Reset()

func (*UpdateRateDefinitionResponse) String

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL