Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterCustomerBillingAccountServiceServer(s grpc.ServiceRegistrar, srv CustomerBillingAccountServiceServer)deprecated
- type CustomerBillingAccountServiceClientdeprecated
- type CustomerBillingAccountServiceServerdeprecated
- type CustomerBillingAccountService_ListBillingAccountsClient
- type CustomerBillingAccountService_ListBillingAccountsServer
- type UnimplementedCustomerBillingAccountServiceServer
- type UnsafeCustomerBillingAccountServiceServer
Constants ¶
const (
CustomerBillingAccountService_ListBillingAccounts_FullMethodName = "/stargate.customer.billing.account.v1beta2.CustomerBillingAccountService/ListBillingAccounts"
)
Variables ¶
var CustomerBillingAccountService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "stargate.customer.billing.account.v1beta2.CustomerBillingAccountService", HandlerType: (*CustomerBillingAccountServiceServer)(nil), Methods: []grpc.MethodDesc{}, Streams: []grpc.StreamDesc{ { StreamName: "ListBillingAccounts", Handler: _CustomerBillingAccountService_ListBillingAccounts_Handler, ServerStreams: true, }, }, Metadata: "stargate/customer/billing/account/v1beta2/customer_billing_account_service.proto", }
CustomerBillingAccountService_ServiceDesc is the grpc.ServiceDesc for CustomerBillingAccountService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterCustomerBillingAccountServiceServer
deprecated
func RegisterCustomerBillingAccountServiceServer(s grpc.ServiceRegistrar, srv CustomerBillingAccountServiceServer)
Deprecated: Do not use.
Types ¶
type CustomerBillingAccountServiceClient
deprecated
type CustomerBillingAccountServiceClient interface {
ListBillingAccounts(ctx context.Context, in *v1beta2.ListBillingAccountsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[v1beta2.ListBillingAccountsResponse], error)
}
CustomerBillingAccountServiceClient is the client API for CustomerBillingAccountService 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.
Deprecated: Do not use.
func NewCustomerBillingAccountServiceClient
deprecated
func NewCustomerBillingAccountServiceClient(cc grpc.ClientConnInterface) CustomerBillingAccountServiceClient
Deprecated: Do not use.
type CustomerBillingAccountServiceServer
deprecated
type CustomerBillingAccountServiceServer interface {
ListBillingAccounts(*v1beta2.ListBillingAccountsRequest, grpc.ServerStreamingServer[v1beta2.ListBillingAccountsResponse]) error
}
CustomerBillingAccountServiceServer is the server API for CustomerBillingAccountService service. All implementations should embed UnimplementedCustomerBillingAccountServiceServer for forward compatibility.
Deprecated: Do not use.
type CustomerBillingAccountService_ListBillingAccountsClient ¶
type CustomerBillingAccountService_ListBillingAccountsClient = grpc.ServerStreamingClient[v1beta2.ListBillingAccountsResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type CustomerBillingAccountService_ListBillingAccountsServer ¶
type CustomerBillingAccountService_ListBillingAccountsServer = grpc.ServerStreamingServer[v1beta2.ListBillingAccountsResponse]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type UnimplementedCustomerBillingAccountServiceServer ¶
type UnimplementedCustomerBillingAccountServiceServer struct{}
UnimplementedCustomerBillingAccountServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedCustomerBillingAccountServiceServer) ListBillingAccounts ¶
func (UnimplementedCustomerBillingAccountServiceServer) ListBillingAccounts(*v1beta2.ListBillingAccountsRequest, grpc.ServerStreamingServer[v1beta2.ListBillingAccountsResponse]) error
type UnsafeCustomerBillingAccountServiceServer ¶
type UnsafeCustomerBillingAccountServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCustomerBillingAccountServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CustomerBillingAccountServiceServer will result in compilation errors.