data

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApnSettingBuilderClient

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

ApnSettingBuilderClient wraps the gRPC ApnSettingBuilderService client.

func NewApnSettingBuilderClient

func NewApnSettingBuilderClient(cc grpc.ClientConnInterface) *ApnSettingBuilderClient

NewApnSettingBuilderClient creates a new ApnSettingBuilder client.

func (*ApnSettingBuilderClient) Build

Build calls the Build RPC.

func (*ApnSettingBuilderClient) SetAlwaysOn

func (c *ApnSettingBuilderClient) SetAlwaysOn(ctx context.Context, arg0 bool) (int64, error)

SetAlwaysOn calls the SetAlwaysOn RPC.

func (*ApnSettingBuilderClient) SetApnName

func (c *ApnSettingBuilderClient) SetApnName(ctx context.Context, arg0 string) (int64, error)

SetApnName calls the SetApnName RPC.

func (*ApnSettingBuilderClient) SetApnTypeBitmask

func (c *ApnSettingBuilderClient) SetApnTypeBitmask(ctx context.Context, arg0 int32) (int64, error)

SetApnTypeBitmask calls the SetApnTypeBitmask RPC.

func (*ApnSettingBuilderClient) SetAuthType

func (c *ApnSettingBuilderClient) SetAuthType(ctx context.Context, arg0 int32) (int64, error)

SetAuthType calls the SetAuthType RPC.

func (*ApnSettingBuilderClient) SetCarrierEnabled

func (c *ApnSettingBuilderClient) SetCarrierEnabled(ctx context.Context, arg0 bool) (int64, error)

SetCarrierEnabled calls the SetCarrierEnabled RPC.

func (*ApnSettingBuilderClient) SetCarrierId

func (c *ApnSettingBuilderClient) SetCarrierId(ctx context.Context, arg0 int32) (int64, error)

SetCarrierId calls the SetCarrierId RPC.

func (*ApnSettingBuilderClient) SetEntryName

func (c *ApnSettingBuilderClient) SetEntryName(ctx context.Context, arg0 string) (int64, error)

SetEntryName calls the SetEntryName RPC.

func (*ApnSettingBuilderClient) SetMmsProxyAddress1

func (c *ApnSettingBuilderClient) SetMmsProxyAddress1(ctx context.Context, arg0 string) (int64, error)

SetMmsProxyAddress1 calls the SetMmsProxyAddress1 RPC.

func (*ApnSettingBuilderClient) SetMmsProxyAddress1_1

func (c *ApnSettingBuilderClient) SetMmsProxyAddress1_1(ctx context.Context, arg0 int64) (int64, error)

SetMmsProxyAddress1_1 calls the SetMmsProxyAddress1_1 RPC.

func (*ApnSettingBuilderClient) SetMmsProxyPort

func (c *ApnSettingBuilderClient) SetMmsProxyPort(ctx context.Context, arg0 int32) (int64, error)

SetMmsProxyPort calls the SetMmsProxyPort RPC.

func (*ApnSettingBuilderClient) SetMmsc

func (c *ApnSettingBuilderClient) SetMmsc(ctx context.Context, arg0 int64) (int64, error)

SetMmsc calls the SetMmsc RPC.

func (*ApnSettingBuilderClient) SetMtuV4

func (c *ApnSettingBuilderClient) SetMtuV4(ctx context.Context, arg0 int32) (int64, error)

SetMtuV4 calls the SetMtuV4 RPC.

func (*ApnSettingBuilderClient) SetMtuV6

func (c *ApnSettingBuilderClient) SetMtuV6(ctx context.Context, arg0 int32) (int64, error)

SetMtuV6 calls the SetMtuV6 RPC.

func (*ApnSettingBuilderClient) SetMvnoType

func (c *ApnSettingBuilderClient) SetMvnoType(ctx context.Context, arg0 int32) (int64, error)

SetMvnoType calls the SetMvnoType RPC.

func (*ApnSettingBuilderClient) SetNetworkTypeBitmask

func (c *ApnSettingBuilderClient) SetNetworkTypeBitmask(ctx context.Context, arg0 int32) (int64, error)

SetNetworkTypeBitmask calls the SetNetworkTypeBitmask RPC.

func (*ApnSettingBuilderClient) SetOperatorNumeric

func (c *ApnSettingBuilderClient) SetOperatorNumeric(ctx context.Context, arg0 string) (int64, error)

SetOperatorNumeric calls the SetOperatorNumeric RPC.

func (*ApnSettingBuilderClient) SetPassword

func (c *ApnSettingBuilderClient) SetPassword(ctx context.Context, arg0 string) (int64, error)

SetPassword calls the SetPassword RPC.

func (*ApnSettingBuilderClient) SetPersistent

func (c *ApnSettingBuilderClient) SetPersistent(ctx context.Context, arg0 bool) (int64, error)

SetPersistent calls the SetPersistent RPC.

func (*ApnSettingBuilderClient) SetProfileId

func (c *ApnSettingBuilderClient) SetProfileId(ctx context.Context, arg0 int32) (int64, error)

SetProfileId calls the SetProfileId RPC.

func (*ApnSettingBuilderClient) SetProtocol

func (c *ApnSettingBuilderClient) SetProtocol(ctx context.Context, arg0 int32) (int64, error)

SetProtocol calls the SetProtocol RPC.

func (*ApnSettingBuilderClient) SetProxyAddress1

func (c *ApnSettingBuilderClient) SetProxyAddress1(ctx context.Context, arg0 string) (int64, error)

SetProxyAddress1 calls the SetProxyAddress1 RPC.

func (*ApnSettingBuilderClient) SetProxyAddress1_1

func (c *ApnSettingBuilderClient) SetProxyAddress1_1(ctx context.Context, arg0 int64) (int64, error)

SetProxyAddress1_1 calls the SetProxyAddress1_1 RPC.

func (*ApnSettingBuilderClient) SetProxyPort

func (c *ApnSettingBuilderClient) SetProxyPort(ctx context.Context, arg0 int32) (int64, error)

SetProxyPort calls the SetProxyPort RPC.

func (*ApnSettingBuilderClient) SetRoamingProtocol

func (c *ApnSettingBuilderClient) SetRoamingProtocol(ctx context.Context, arg0 int32) (int64, error)

SetRoamingProtocol calls the SetRoamingProtocol RPC.

func (*ApnSettingBuilderClient) SetUser

func (c *ApnSettingBuilderClient) SetUser(ctx context.Context, arg0 string) (int64, error)

SetUser calls the SetUser RPC.

type ApnSettingClient

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

ApnSettingClient wraps the gRPC ApnSettingService client.

func NewApnSettingClient

func NewApnSettingClient(cc grpc.ClientConnInterface) *ApnSettingClient

NewApnSettingClient creates a new ApnSetting client.

func (*ApnSettingClient) DescribeContents

func (c *ApnSettingClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ApnSettingClient) Equals

func (c *ApnSettingClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ApnSettingClient) GetApnName

func (c *ApnSettingClient) GetApnName(ctx context.Context) (string, error)

GetApnName calls the GetApnName RPC.

func (*ApnSettingClient) GetApnTypeBitmask

func (c *ApnSettingClient) GetApnTypeBitmask(ctx context.Context) (int32, error)

GetApnTypeBitmask calls the GetApnTypeBitmask RPC.

func (*ApnSettingClient) GetAuthType

func (c *ApnSettingClient) GetAuthType(ctx context.Context) (int32, error)

GetAuthType calls the GetAuthType RPC.

func (*ApnSettingClient) GetCarrierId

func (c *ApnSettingClient) GetCarrierId(ctx context.Context) (int32, error)

GetCarrierId calls the GetCarrierId RPC.

func (*ApnSettingClient) GetEntryName

func (c *ApnSettingClient) GetEntryName(ctx context.Context) (string, error)

GetEntryName calls the GetEntryName RPC.

func (*ApnSettingClient) GetId

func (c *ApnSettingClient) GetId(ctx context.Context) (int32, error)

GetId calls the GetId RPC.

func (*ApnSettingClient) GetMmsProxyAddress

func (c *ApnSettingClient) GetMmsProxyAddress(ctx context.Context) (int64, error)

GetMmsProxyAddress calls the GetMmsProxyAddress RPC.

func (*ApnSettingClient) GetMmsProxyAddressAsString

func (c *ApnSettingClient) GetMmsProxyAddressAsString(ctx context.Context) (string, error)

GetMmsProxyAddressAsString calls the GetMmsProxyAddressAsString RPC.

func (*ApnSettingClient) GetMmsProxyPort

func (c *ApnSettingClient) GetMmsProxyPort(ctx context.Context) (int32, error)

GetMmsProxyPort calls the GetMmsProxyPort RPC.

func (*ApnSettingClient) GetMmsc

func (c *ApnSettingClient) GetMmsc(ctx context.Context) (int64, error)

GetMmsc calls the GetMmsc RPC.

func (*ApnSettingClient) GetMtuV4

func (c *ApnSettingClient) GetMtuV4(ctx context.Context) (int32, error)

GetMtuV4 calls the GetMtuV4 RPC.

func (*ApnSettingClient) GetMtuV6

func (c *ApnSettingClient) GetMtuV6(ctx context.Context) (int32, error)

GetMtuV6 calls the GetMtuV6 RPC.

func (*ApnSettingClient) GetMvnoType

func (c *ApnSettingClient) GetMvnoType(ctx context.Context) (int32, error)

GetMvnoType calls the GetMvnoType RPC.

func (*ApnSettingClient) GetNetworkTypeBitmask

func (c *ApnSettingClient) GetNetworkTypeBitmask(ctx context.Context) (int32, error)

GetNetworkTypeBitmask calls the GetNetworkTypeBitmask RPC.

func (*ApnSettingClient) GetOperatorNumeric

func (c *ApnSettingClient) GetOperatorNumeric(ctx context.Context) (string, error)

GetOperatorNumeric calls the GetOperatorNumeric RPC.

func (*ApnSettingClient) GetPassword

func (c *ApnSettingClient) GetPassword(ctx context.Context) (string, error)

GetPassword calls the GetPassword RPC.

func (*ApnSettingClient) GetProfileId

func (c *ApnSettingClient) GetProfileId(ctx context.Context) (int32, error)

GetProfileId calls the GetProfileId RPC.

func (*ApnSettingClient) GetProtocol

func (c *ApnSettingClient) GetProtocol(ctx context.Context) (int32, error)

GetProtocol calls the GetProtocol RPC.

func (*ApnSettingClient) GetProxyAddress

func (c *ApnSettingClient) GetProxyAddress(ctx context.Context) (int64, error)

GetProxyAddress calls the GetProxyAddress RPC.

func (*ApnSettingClient) GetProxyAddressAsString

func (c *ApnSettingClient) GetProxyAddressAsString(ctx context.Context) (string, error)

GetProxyAddressAsString calls the GetProxyAddressAsString RPC.

func (*ApnSettingClient) GetProxyPort

func (c *ApnSettingClient) GetProxyPort(ctx context.Context) (int32, error)

GetProxyPort calls the GetProxyPort RPC.

func (*ApnSettingClient) GetRoamingProtocol

func (c *ApnSettingClient) GetRoamingProtocol(ctx context.Context) (int32, error)

GetRoamingProtocol calls the GetRoamingProtocol RPC.

func (*ApnSettingClient) GetUser

func (c *ApnSettingClient) GetUser(ctx context.Context) (string, error)

GetUser calls the GetUser RPC.

func (*ApnSettingClient) HashCode

func (c *ApnSettingClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*ApnSettingClient) IsAlwaysOn

func (c *ApnSettingClient) IsAlwaysOn(ctx context.Context) (bool, error)

IsAlwaysOn calls the IsAlwaysOn RPC.

func (*ApnSettingClient) IsEnabled

func (c *ApnSettingClient) IsEnabled(ctx context.Context) (bool, error)

IsEnabled calls the IsEnabled RPC.

func (*ApnSettingClient) IsPersistent

func (c *ApnSettingClient) IsPersistent(ctx context.Context) (bool, error)

IsPersistent calls the IsPersistent RPC.

func (*ApnSettingClient) ToString

func (c *ApnSettingClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*ApnSettingClient) WriteToParcel

func (c *ApnSettingClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type NetworkSliceInfoBuilderClient

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

NetworkSliceInfoBuilderClient wraps the gRPC NetworkSliceInfoBuilderService client.

func NewNetworkSliceInfoBuilderClient

func NewNetworkSliceInfoBuilderClient(cc grpc.ClientConnInterface) *NetworkSliceInfoBuilderClient

NewNetworkSliceInfoBuilderClient creates a new NetworkSliceInfoBuilder client.

func (*NetworkSliceInfoBuilderClient) Build

Build calls the Build RPC.

func (*NetworkSliceInfoBuilderClient) SetMappedHplmnSliceDifferentiator

func (c *NetworkSliceInfoBuilderClient) SetMappedHplmnSliceDifferentiator(ctx context.Context, arg0 int32) (int64, error)

SetMappedHplmnSliceDifferentiator calls the SetMappedHplmnSliceDifferentiator RPC.

func (*NetworkSliceInfoBuilderClient) SetMappedHplmnSliceServiceType

func (c *NetworkSliceInfoBuilderClient) SetMappedHplmnSliceServiceType(ctx context.Context, arg0 int32) (int64, error)

SetMappedHplmnSliceServiceType calls the SetMappedHplmnSliceServiceType RPC.

func (*NetworkSliceInfoBuilderClient) SetSliceDifferentiator

func (c *NetworkSliceInfoBuilderClient) SetSliceDifferentiator(ctx context.Context, arg0 int32) (int64, error)

SetSliceDifferentiator calls the SetSliceDifferentiator RPC.

func (*NetworkSliceInfoBuilderClient) SetSliceServiceType

func (c *NetworkSliceInfoBuilderClient) SetSliceServiceType(ctx context.Context, arg0 int32) (int64, error)

SetSliceServiceType calls the SetSliceServiceType RPC.

func (*NetworkSliceInfoBuilderClient) SetStatus

func (c *NetworkSliceInfoBuilderClient) SetStatus(ctx context.Context, arg0 int32) (int64, error)

SetStatus calls the SetStatus RPC.

type NetworkSliceInfoClient

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

NetworkSliceInfoClient wraps the gRPC NetworkSliceInfoService client.

func NewNetworkSliceInfoClient

func NewNetworkSliceInfoClient(cc grpc.ClientConnInterface) *NetworkSliceInfoClient

NewNetworkSliceInfoClient creates a new NetworkSliceInfo client.

func (*NetworkSliceInfoClient) DescribeContents

func (c *NetworkSliceInfoClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*NetworkSliceInfoClient) Equals

func (c *NetworkSliceInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*NetworkSliceInfoClient) GetMappedHplmnSliceDifferentiator

func (c *NetworkSliceInfoClient) GetMappedHplmnSliceDifferentiator(ctx context.Context) (int32, error)

GetMappedHplmnSliceDifferentiator calls the GetMappedHplmnSliceDifferentiator RPC.

func (*NetworkSliceInfoClient) GetMappedHplmnSliceServiceType

func (c *NetworkSliceInfoClient) GetMappedHplmnSliceServiceType(ctx context.Context) (int32, error)

GetMappedHplmnSliceServiceType calls the GetMappedHplmnSliceServiceType RPC.

func (*NetworkSliceInfoClient) GetSliceDifferentiator

func (c *NetworkSliceInfoClient) GetSliceDifferentiator(ctx context.Context) (int32, error)

GetSliceDifferentiator calls the GetSliceDifferentiator RPC.

func (*NetworkSliceInfoClient) GetSliceServiceType

func (c *NetworkSliceInfoClient) GetSliceServiceType(ctx context.Context) (int32, error)

GetSliceServiceType calls the GetSliceServiceType RPC.

func (*NetworkSliceInfoClient) GetStatus

func (c *NetworkSliceInfoClient) GetStatus(ctx context.Context) (int32, error)

GetStatus calls the GetStatus RPC.

func (*NetworkSliceInfoClient) HashCode

func (c *NetworkSliceInfoClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*NetworkSliceInfoClient) ToString

func (c *NetworkSliceInfoClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*NetworkSliceInfoClient) WriteToParcel

func (c *NetworkSliceInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type NetworkSlicingConfigClient

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

NetworkSlicingConfigClient wraps the gRPC NetworkSlicingConfigService client.

func NewNetworkSlicingConfigClient

func NewNetworkSlicingConfigClient(cc grpc.ClientConnInterface) *NetworkSlicingConfigClient

NewNetworkSlicingConfigClient creates a new NetworkSlicingConfig client.

func (*NetworkSlicingConfigClient) DescribeContents

func (c *NetworkSlicingConfigClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*NetworkSlicingConfigClient) Equals

func (c *NetworkSlicingConfigClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*NetworkSlicingConfigClient) GetSliceInfo

func (c *NetworkSlicingConfigClient) GetSliceInfo(ctx context.Context, handle int64) (int64, error)

GetSliceInfo calls the GetSliceInfo RPC.

func (*NetworkSlicingConfigClient) GetUrspRules

func (c *NetworkSlicingConfigClient) GetUrspRules(ctx context.Context, handle int64) (int64, error)

GetUrspRules calls the GetUrspRules RPC.

func (*NetworkSlicingConfigClient) HashCode

func (c *NetworkSlicingConfigClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*NetworkSlicingConfigClient) ToString

func (c *NetworkSlicingConfigClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*NetworkSlicingConfigClient) WriteToParcel

func (c *NetworkSlicingConfigClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type RouteSelectionDescriptorClient

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

RouteSelectionDescriptorClient wraps the gRPC RouteSelectionDescriptorService client.

func NewRouteSelectionDescriptorClient

func NewRouteSelectionDescriptorClient(cc grpc.ClientConnInterface) *RouteSelectionDescriptorClient

NewRouteSelectionDescriptorClient creates a new RouteSelectionDescriptor client.

func (*RouteSelectionDescriptorClient) DescribeContents

func (c *RouteSelectionDescriptorClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RouteSelectionDescriptorClient) Equals

Equals calls the Equals RPC.

func (*RouteSelectionDescriptorClient) GetDataNetworkName

func (c *RouteSelectionDescriptorClient) GetDataNetworkName(ctx context.Context) (int64, error)

GetDataNetworkName calls the GetDataNetworkName RPC.

func (*RouteSelectionDescriptorClient) GetPrecedence

func (c *RouteSelectionDescriptorClient) GetPrecedence(ctx context.Context) (int32, error)

GetPrecedence calls the GetPrecedence RPC.

func (*RouteSelectionDescriptorClient) GetSessionType

func (c *RouteSelectionDescriptorClient) GetSessionType(ctx context.Context) (int32, error)

GetSessionType calls the GetSessionType RPC.

func (*RouteSelectionDescriptorClient) GetSliceInfo

func (c *RouteSelectionDescriptorClient) GetSliceInfo(ctx context.Context) (int64, error)

GetSliceInfo calls the GetSliceInfo RPC.

func (*RouteSelectionDescriptorClient) GetSscMode

GetSscMode calls the GetSscMode RPC.

func (*RouteSelectionDescriptorClient) HashCode

HashCode calls the HashCode RPC.

func (*RouteSelectionDescriptorClient) ToString

ToString calls the ToString RPC.

func (*RouteSelectionDescriptorClient) WriteToParcel

func (c *RouteSelectionDescriptorClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type TrafficDescriptorBuilderClient

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

TrafficDescriptorBuilderClient wraps the gRPC TrafficDescriptorBuilderService client.

func NewTrafficDescriptorBuilderClient

func NewTrafficDescriptorBuilderClient(cc grpc.ClientConnInterface) *TrafficDescriptorBuilderClient

NewTrafficDescriptorBuilderClient creates a new TrafficDescriptorBuilder client.

func (*TrafficDescriptorBuilderClient) Build

Build calls the Build RPC.

func (*TrafficDescriptorBuilderClient) SetDataNetworkName

func (c *TrafficDescriptorBuilderClient) SetDataNetworkName(ctx context.Context, arg0 string) (int64, error)

SetDataNetworkName calls the SetDataNetworkName RPC.

func (*TrafficDescriptorBuilderClient) SetOsAppId

func (c *TrafficDescriptorBuilderClient) SetOsAppId(ctx context.Context, arg0 int64) (int64, error)

SetOsAppId calls the SetOsAppId RPC.

type TrafficDescriptorClient

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

TrafficDescriptorClient wraps the gRPC TrafficDescriptorService client.

func NewTrafficDescriptorClient

func NewTrafficDescriptorClient(cc grpc.ClientConnInterface) *TrafficDescriptorClient

NewTrafficDescriptorClient creates a new TrafficDescriptor client.

func (*TrafficDescriptorClient) DescribeContents

func (c *TrafficDescriptorClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*TrafficDescriptorClient) Equals

func (c *TrafficDescriptorClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*TrafficDescriptorClient) GetDataNetworkName

func (c *TrafficDescriptorClient) GetDataNetworkName(ctx context.Context) (string, error)

GetDataNetworkName calls the GetDataNetworkName RPC.

func (*TrafficDescriptorClient) GetOsAppId

func (c *TrafficDescriptorClient) GetOsAppId(ctx context.Context) (int64, error)

GetOsAppId calls the GetOsAppId RPC.

func (*TrafficDescriptorClient) HashCode

func (c *TrafficDescriptorClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*TrafficDescriptorClient) ToString

func (c *TrafficDescriptorClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*TrafficDescriptorClient) WriteToParcel

func (c *TrafficDescriptorClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type UrspRuleClient

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

UrspRuleClient wraps the gRPC UrspRuleService client.

func NewUrspRuleClient

func NewUrspRuleClient(cc grpc.ClientConnInterface) *UrspRuleClient

NewUrspRuleClient creates a new UrspRule client.

func (*UrspRuleClient) DescribeContents

func (c *UrspRuleClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*UrspRuleClient) Equals

func (c *UrspRuleClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*UrspRuleClient) GetPrecedence

func (c *UrspRuleClient) GetPrecedence(ctx context.Context) (int32, error)

GetPrecedence calls the GetPrecedence RPC.

func (*UrspRuleClient) GetRouteSelectionDescriptor

func (c *UrspRuleClient) GetRouteSelectionDescriptor(ctx context.Context) (int64, error)

GetRouteSelectionDescriptor calls the GetRouteSelectionDescriptor RPC.

func (*UrspRuleClient) GetTrafficDescriptors

func (c *UrspRuleClient) GetTrafficDescriptors(ctx context.Context) (int64, error)

GetTrafficDescriptors calls the GetTrafficDescriptors RPC.

func (*UrspRuleClient) HashCode

func (c *UrspRuleClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*UrspRuleClient) ToString

func (c *UrspRuleClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*UrspRuleClient) WriteToParcel

func (c *UrspRuleClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

Jump to

Keyboard shortcuts

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