Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const MmTelFeatureMmTelCapabilitiesService_Equals_FullMethodName + const MmTelFeatureMmTelCapabilitiesService_HashCode_FullMethodName + const MmTelFeatureMmTelCapabilitiesService_IsCapable_FullMethodName + const MmTelFeatureMmTelCapabilitiesService_ToString_FullMethodName + var File_proto_feature_feature_proto protoreflect.FileDescriptor + var MmTelFeatureMmTelCapabilitiesService_ServiceDesc = grpc.ServiceDesc + func RegisterMmTelFeatureMmTelCapabilitiesServiceServer(s grpc.ServiceRegistrar, srv MmTelFeatureMmTelCapabilitiesServiceServer) + type EqualsRequest struct + Arg0 int64 + func (*EqualsRequest) Descriptor() ([]byte, []int) + func (*EqualsRequest) ProtoMessage() + func (x *EqualsRequest) GetArg0() int64 + func (x *EqualsRequest) ProtoReflect() protoreflect.Message + func (x *EqualsRequest) Reset() + func (x *EqualsRequest) String() string + type EqualsResponse struct + Result bool + func (*EqualsResponse) Descriptor() ([]byte, []int) + func (*EqualsResponse) ProtoMessage() + func (x *EqualsResponse) GetResult() bool + func (x *EqualsResponse) ProtoReflect() protoreflect.Message + func (x *EqualsResponse) Reset() + func (x *EqualsResponse) String() string + type HashCodeRequest struct + func (*HashCodeRequest) Descriptor() ([]byte, []int) + func (*HashCodeRequest) ProtoMessage() + func (x *HashCodeRequest) ProtoReflect() protoreflect.Message + func (x *HashCodeRequest) Reset() + func (x *HashCodeRequest) String() string + type HashCodeResponse struct + Result int32 + func (*HashCodeResponse) Descriptor() ([]byte, []int) + func (*HashCodeResponse) ProtoMessage() + func (x *HashCodeResponse) GetResult() int32 + func (x *HashCodeResponse) ProtoReflect() protoreflect.Message + func (x *HashCodeResponse) Reset() + func (x *HashCodeResponse) String() string + type IsCapableRequest struct + Arg0 int32 + func (*IsCapableRequest) Descriptor() ([]byte, []int) + func (*IsCapableRequest) ProtoMessage() + func (x *IsCapableRequest) GetArg0() int32 + func (x *IsCapableRequest) ProtoReflect() protoreflect.Message + func (x *IsCapableRequest) Reset() + func (x *IsCapableRequest) String() string + type IsCapableResponse struct + Result bool + func (*IsCapableResponse) Descriptor() ([]byte, []int) + func (*IsCapableResponse) ProtoMessage() + func (x *IsCapableResponse) GetResult() bool + func (x *IsCapableResponse) ProtoReflect() protoreflect.Message + func (x *IsCapableResponse) Reset() + func (x *IsCapableResponse) String() string + type MmTelFeatureMmTelCapabilitiesServiceClient interface + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + IsCapable func(ctx context.Context, in *IsCapableRequest, opts ...grpc.CallOption) (*IsCapableResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + func NewMmTelFeatureMmTelCapabilitiesServiceClient(cc grpc.ClientConnInterface) MmTelFeatureMmTelCapabilitiesServiceClient + type MmTelFeatureMmTelCapabilitiesServiceServer interface + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + IsCapable func(context.Context, *IsCapableRequest) (*IsCapableResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + type ToStringRequest struct + func (*ToStringRequest) Descriptor() ([]byte, []int) + func (*ToStringRequest) ProtoMessage() + func (x *ToStringRequest) ProtoReflect() protoreflect.Message + func (x *ToStringRequest) Reset() + func (x *ToStringRequest) String() string + type ToStringResponse struct + Result string + func (*ToStringResponse) Descriptor() ([]byte, []int) + func (*ToStringResponse) ProtoMessage() + func (x *ToStringResponse) GetResult() string + func (x *ToStringResponse) ProtoReflect() protoreflect.Message + func (x *ToStringResponse) Reset() + func (x *ToStringResponse) String() string + type UnimplementedMmTelFeatureMmTelCapabilitiesServiceServer struct + func (UnimplementedMmTelFeatureMmTelCapabilitiesServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedMmTelFeatureMmTelCapabilitiesServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedMmTelFeatureMmTelCapabilitiesServiceServer) IsCapable(context.Context, *IsCapableRequest) (*IsCapableResponse, error) + func (UnimplementedMmTelFeatureMmTelCapabilitiesServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + type UnsafeMmTelFeatureMmTelCapabilitiesServiceServer interface