Documentation ¶
Index ¶
- type ListPublicDevicesDescriptor
- func (d *ListPublicDevicesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListPublicDevicesDescriptor) GetApiName() string
- func (d *ListPublicDevicesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListPublicDevicesDescriptor) GetFullMethodName() string
- func (d *ListPublicDevicesDescriptor) GetMethodName() string
- func (d *ListPublicDevicesDescriptor) GetProtoPkgName() string
- func (d *ListPublicDevicesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListPublicDevicesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListPublicDevicesDescriptor) GetServiceDomain() string
- func (d *ListPublicDevicesDescriptor) GetServiceVersion() string
- func (d *ListPublicDevicesDescriptor) GetVerb() string
- func (d *ListPublicDevicesDescriptor) HasResource() bool
- func (d *ListPublicDevicesDescriptor) IsClientStream() bool
- func (d *ListPublicDevicesDescriptor) IsCollection() bool
- func (d *ListPublicDevicesDescriptor) IsPlural() bool
- func (d *ListPublicDevicesDescriptor) IsServerStream() bool
- func (d *ListPublicDevicesDescriptor) IsUnary() bool
- func (d *ListPublicDevicesDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListPublicDevicesDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListPublicDevicesDescriptor) RequestHasResourceBody() bool
- type ListPublicDevicesDescriptorClientMsgHandle
- func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListPublicDevicesDescriptorServerMsgHandle
- func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListPublicDevicesRequest
- func (o *ListPublicDevicesRequest) Clone() *ListPublicDevicesRequest
- func (o *ListPublicDevicesRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListPublicDevicesRequest) Descriptor() ([]byte, []int)
- func (m *ListPublicDevicesRequest) GetFieldMask() *device.Device_FieldMask
- func (m *ListPublicDevicesRequest) GetFilter() *device.Filter
- func (m *ListPublicDevicesRequest) GetOrderBy() *device.OrderBy
- func (m *ListPublicDevicesRequest) GetPageSize() int32
- func (m *ListPublicDevicesRequest) GetPageToken() *device.PagerCursor
- func (m *ListPublicDevicesRequest) GetParent() *device.ParentName
- func (m *ListPublicDevicesRequest) GetView() view.View
- func (*ListPublicDevicesRequest) GotenMessage()
- func (o *ListPublicDevicesRequest) GotenObjectExt()
- func (obj *ListPublicDevicesRequest) GotenValidate() error
- func (o *ListPublicDevicesRequest) MakeDiffFieldMask(other *ListPublicDevicesRequest) *ListPublicDevicesRequest_FieldMask
- func (o *ListPublicDevicesRequest) MakeFullFieldMask() *ListPublicDevicesRequest_FieldMask
- func (o *ListPublicDevicesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListPublicDevicesRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListPublicDevicesRequest) Marshal() ([]byte, error)
- func (m *ListPublicDevicesRequest) MarshalJSON() ([]byte, error)
- func (o *ListPublicDevicesRequest) Merge(source *ListPublicDevicesRequest)
- func (o *ListPublicDevicesRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListPublicDevicesRequest) ProtoMessage()
- func (m *ListPublicDevicesRequest) ProtoReflect() preflect.Message
- func (m *ListPublicDevicesRequest) Reset()
- func (m *ListPublicDevicesRequest) SetFieldMask(fv *device.Device_FieldMask)
- func (m *ListPublicDevicesRequest) SetFilter(fv *device.Filter)
- func (m *ListPublicDevicesRequest) SetOrderBy(fv *device.OrderBy)
- func (m *ListPublicDevicesRequest) SetPageSize(fv int32)
- func (m *ListPublicDevicesRequest) SetPageToken(fv *device.PagerCursor)
- func (m *ListPublicDevicesRequest) SetParent(fv *device.ParentName)
- func (m *ListPublicDevicesRequest) SetView(fv view.View)
- func (m *ListPublicDevicesRequest) String() string
- func (m *ListPublicDevicesRequest) Unmarshal(b []byte) error
- func (m *ListPublicDevicesRequest) UnmarshalJSON(data []byte) error
- type ListPublicDevicesRequestFieldPathBuilder
- func (ListPublicDevicesRequestFieldPathBuilder) FieldMask() ListPublicDevicesRequestPathSelectorFieldMask
- func (ListPublicDevicesRequestFieldPathBuilder) Filter() ListPublicDevicesRequestPathSelectorFilter
- func (ListPublicDevicesRequestFieldPathBuilder) OrderBy() ListPublicDevicesRequestPathSelectorOrderBy
- func (ListPublicDevicesRequestFieldPathBuilder) PageSize() ListPublicDevicesRequestPathSelectorPageSize
- func (ListPublicDevicesRequestFieldPathBuilder) PageToken() ListPublicDevicesRequestPathSelectorPageToken
- func (ListPublicDevicesRequestFieldPathBuilder) Parent() ListPublicDevicesRequestPathSelectorParent
- func (ListPublicDevicesRequestFieldPathBuilder) View() ListPublicDevicesRequestPathSelectorView
- type ListPublicDevicesRequestPathSelectorFieldMask
- func (ListPublicDevicesRequestPathSelectorFieldMask) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorFieldMask) WithArrayOfValues(values []*device.Device_FieldMask) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorFieldMask) WithValue(value *device.Device_FieldMask) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorFilter
- func (ListPublicDevicesRequestPathSelectorFilter) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorFilter) WithArrayOfValues(values []*device.Filter) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorFilter) WithValue(value *device.Filter) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorOrderBy
- func (ListPublicDevicesRequestPathSelectorOrderBy) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorOrderBy) WithArrayOfValues(values []*device.OrderBy) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorOrderBy) WithValue(value *device.OrderBy) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorPageSize
- func (ListPublicDevicesRequestPathSelectorPageSize) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorPageSize) WithValue(value int32) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorPageToken
- func (ListPublicDevicesRequestPathSelectorPageToken) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorParent
- func (ListPublicDevicesRequestPathSelectorParent) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorParent) WithArrayOfValues(values []*device.ParentName) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorParent) WithValue(value *device.ParentName) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorView
- func (ListPublicDevicesRequestPathSelectorView) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorView) WithValue(value view.View) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequest_FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendPath(path ListPublicDevicesRequest_FieldPath)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListPublicDevicesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) FilterInputFields() *ListPublicDevicesRequest_FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListPublicDevicesRequest_FieldMask) GetPaths() []ListPublicDevicesRequest_FieldPath
- func (fieldMask *ListPublicDevicesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListPublicDevicesRequest_FieldMask) IsFull() bool
- func (fieldMask ListPublicDevicesRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListPublicDevicesRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) PathsCount() int
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Project(source *ListPublicDevicesRequest) *ListPublicDevicesRequest
- func (fieldMask *ListPublicDevicesRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Reset()
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Set(target, source *ListPublicDevicesRequest)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListPublicDevicesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Size() int
- func (fieldMask *ListPublicDevicesRequest_FieldMask) String() string
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Subtract(other *ListPublicDevicesRequest_FieldMask) *ListPublicDevicesRequest_FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListPublicDevicesRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListPublicDevicesRequest_FieldPath
- func BuildListPublicDevicesRequest_FieldPath(fp gotenobject.RawFieldPath) (ListPublicDevicesRequest_FieldPath, error)
- func MustParseListPublicDevicesRequest_FieldPath(rawField string) ListPublicDevicesRequest_FieldPath
- func ParseListPublicDevicesRequest_FieldPath(rawField string) (ListPublicDevicesRequest_FieldPath, error)
- type ListPublicDevicesRequest_FieldPathArrayItemValue
- type ListPublicDevicesRequest_FieldPathArrayOfValues
- type ListPublicDevicesRequest_FieldPathSelector
- type ListPublicDevicesRequest_FieldPathValue
- type ListPublicDevicesRequest_FieldTerminalPath
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) ClearValue(item *ListPublicDevicesRequest)
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) Get(source *ListPublicDevicesRequest) (values []interface{})
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) JSONString() string
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) Selector() ListPublicDevicesRequest_FieldPathSelector
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) String() string
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPublicDevicesRequest_FieldPathArrayItemValue
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPublicDevicesRequest_FieldPathArrayOfValues
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIValue(value interface{}) ListPublicDevicesRequest_FieldPathValue
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPublicDevicesRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPublicDevicesRequest) bool
- func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
- func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*device.Device_FieldMask, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*device.Filter, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*device.OrderBy, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*device.ParentName, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListPublicDevicesRequest_FieldTerminalPathValue
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsFieldMaskValue() (*device.Device_FieldMask, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsFilterValue() (*device.Filter, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsOrderByValue() (*device.OrderBy, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsPageTokenValue() (*device.PagerCursor, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsParentValue() (*device.ParentName, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWith(source *ListPublicDevicesRequest) (int, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) SetTo(target **ListPublicDevicesRequest)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListPublicDevicesResponse
- func (o *ListPublicDevicesResponse) Clone() *ListPublicDevicesResponse
- func (o *ListPublicDevicesResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListPublicDevicesResponse) Descriptor() ([]byte, []int)
- func (m *ListPublicDevicesResponse) GetDevices() []*device.Device
- func (m *ListPublicDevicesResponse) GetNextPageToken() *device.PagerCursor
- func (m *ListPublicDevicesResponse) GetPrevPageToken() *device.PagerCursor
- func (*ListPublicDevicesResponse) GotenMessage()
- func (o *ListPublicDevicesResponse) GotenObjectExt()
- func (obj *ListPublicDevicesResponse) GotenValidate() error
- func (o *ListPublicDevicesResponse) MakeDiffFieldMask(other *ListPublicDevicesResponse) *ListPublicDevicesResponse_FieldMask
- func (o *ListPublicDevicesResponse) MakeFullFieldMask() *ListPublicDevicesResponse_FieldMask
- func (o *ListPublicDevicesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListPublicDevicesResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListPublicDevicesResponse) Marshal() ([]byte, error)
- func (m *ListPublicDevicesResponse) MarshalJSON() ([]byte, error)
- func (o *ListPublicDevicesResponse) Merge(source *ListPublicDevicesResponse)
- func (o *ListPublicDevicesResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListPublicDevicesResponse) ProtoMessage()
- func (m *ListPublicDevicesResponse) ProtoReflect() preflect.Message
- func (m *ListPublicDevicesResponse) Reset()
- func (m *ListPublicDevicesResponse) SetDevices(fv []*device.Device)
- func (m *ListPublicDevicesResponse) SetNextPageToken(fv *device.PagerCursor)
- func (m *ListPublicDevicesResponse) SetPrevPageToken(fv *device.PagerCursor)
- func (m *ListPublicDevicesResponse) String() string
- func (m *ListPublicDevicesResponse) Unmarshal(b []byte) error
- func (m *ListPublicDevicesResponse) UnmarshalJSON(data []byte) error
- type ListPublicDevicesResponseFieldPathBuilder
- func (ListPublicDevicesResponseFieldPathBuilder) Devices() ListPublicDevicesResponsePathSelectorDevices
- func (ListPublicDevicesResponseFieldPathBuilder) NextPageToken() ListPublicDevicesResponsePathSelectorNextPageToken
- func (ListPublicDevicesResponseFieldPathBuilder) PrevPageToken() ListPublicDevicesResponsePathSelectorPrevPageToken
- type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds) WithValue(value *device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges) WithValue(value *device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithValue(value *device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems) WithValue(value *device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithValue(value *device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans) WithValue(value *device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis) WithValue(value *device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_NetworkInterface) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithValue(value *device.Device_Status_DeviceInfo_NetworkInterface) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithValue(value *device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithValue(value *device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithValue(value *device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithValue(value *device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithValue(value *device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithValue(value *device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithValue(value *device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithValue(value *device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithValue(value *device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithValue(value *device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithValue(value *device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithValue(value *device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithValue(value *device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithValue(value *device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithValue(value *device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithValue(value *device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithValue(value *device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithValue(value *device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithValue(value *device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithValue(value *device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithValue(value *device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevices
- func (ListPublicDevicesResponsePathSelectorDevices) DisplayName() ListPublicDevicesResponsePathSelectorDevicesDisplayName
- func (ListPublicDevicesResponsePathSelectorDevices) FieldPath() *ListPublicDevicesResponse_FieldTerminalPath
- func (ListPublicDevicesResponsePathSelectorDevices) Metadata() ListPublicDevicesResponsePathSelectorDevicesMetadata
- func (ListPublicDevicesResponsePathSelectorDevices) Name() ListPublicDevicesResponsePathSelectorDevicesName
- func (ListPublicDevicesResponsePathSelectorDevices) PublicListingSpec() ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec
- func (ListPublicDevicesResponsePathSelectorDevices) Spec() ListPublicDevicesResponsePathSelectorDevicesSpec
- func (ListPublicDevicesResponsePathSelectorDevices) Status() ListPublicDevicesResponsePathSelectorDevicesStatus
- func (s ListPublicDevicesResponsePathSelectorDevices) WithArrayOfValues(values [][]*device.Device) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevices) WithItemValue(value *device.Device) *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevices) WithSubArrayItemValue(subPathArrayItemValue device.Device_FieldPathArrayItemValue) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevices) WithSubArrayOfValues(subPathArrayOfValues device.Device_FieldPathArrayOfValues) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevices) WithSubPath(subPath device.Device_FieldPath) *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevices) WithSubValue(subPathValue device.Device_FieldPathValue) *ListPublicDevicesResponse_FieldSubPathValue
- func (s ListPublicDevicesResponsePathSelectorDevices) WithValue(value []*device.Device) *ListPublicDevicesResponse_FieldTerminalPathValue
- type ListPublicDevicesResponsePathSelectorDevicesDisplayName
- func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadata
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Annotations() ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) CreateTime() ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) DeleteTime() ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Generation() ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Labels() ListPublicDevicesResponsePathSelectorDevicesMetadataLabels
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Lifecycle() ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) OwnerReferences() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) ResourceVersion() ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Shards() ListPublicDevicesResponsePathSelectorDevicesMetadataShards
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Syncing() ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Tags() ListPublicDevicesResponsePathSelectorDevicesMetadataTags
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) UpdateTime() ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Uuid() ListPublicDevicesResponsePathSelectorDevicesMetadataUuid
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadata) WithValue(value *ntt_meta.Meta) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) BlockDeletion() ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) State() ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Controller() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Kind() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Name() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Region() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) RequiresOwnerReference() ...
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Version() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataShards
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithArrayOfValues(values []map[string]int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithValue(value map[string]int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) OwningRegion() ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) Regions() ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataTags
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesName
- func (ListPublicDevicesResponsePathSelectorDevicesName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesName) WithArrayOfValues(values []*device.Name) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesName) WithValue(value *device.Name) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) Enabled() ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) FieldMask() ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithArrayOfValues(values []*device.Device_PublicListingSpec) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithValue(value *device.Device_PublicListingSpec) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithArrayOfValues(values []*device.Device_FieldMask) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithValue(value *device.Device_FieldMask) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpec
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) AttestationConfig() ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) DisableDeviceDiscovery() ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) Location() ListPublicDevicesResponsePathSelectorDevicesSpecLocation
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) LoggingConfig() ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetplanApiConfigMode() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetplanConfig() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsImageUrl() ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsVersion() ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) ProxyConfig() ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) ServiceAccount() ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) SshConfig() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig
- func (s ListPublicDevicesResponsePathSelectorDevicesSpec) WithArrayOfValues(values []*device.Device_Spec) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpec) WithValue(value *device.Device_Spec) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) AttestationDomain() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) AttestationExpected() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) InsecureUseTpmSimulatorSeed() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithArrayOfValues(values []*device.Device_Spec_AttestationConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithValue(value *device.Device_Spec_AttestationConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithArrayOfValues(values []*iam_attestation_domain.Reference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithValue(value *iam_attestation_domain.Reference) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery
- func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLocation
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) Address() ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) Placement() ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocation) WithArrayOfValues(values []*device.Device_Spec_Location) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocation) WithValue(value *device.Device_Spec_Location) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) EnableJournalExport() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) Priority() ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) Units() ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithArrayOfValues(values []*device.Device_Spec_LoggingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithValue(value *device.Device_Spec_LoggingConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) WithArrayOfValues(values []device.Device_Spec_NetworkConfigMode) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) WithValue(value device.Device_Spec_NetworkConfigMode) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) Network() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) WithArrayOfValues(values []*device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) WithValue(value *device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Bonds() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Bridges() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Ethernets() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Modems() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Renderer() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Tunnels() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Version() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Vlans() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Wifis() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) WithValue(value *device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl
- func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion
- func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) HttpProxy() ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) HttpsProxy() ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) NoProxy() ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) ProxyInterfaces() ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) WithArrayOfValues(values []*device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) WithValue(value *device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount
- func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithValue(value *iam_service_account.Reference) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshAuthkey() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshPassword() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshServer() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) IpAllowList() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) IpDenyList() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) RejectPeriod() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) SshAuthorized() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithArrayOfValues(values []*device.Device_Spec_SSHConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithValue(value *device.Device_Spec_SSHConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithArrayOfValues(values []*duration.Duration) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithValue(value *duration.Duration) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) CertAuthority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Command() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Environment() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) From() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoAgentForwarding() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoPortForwarding() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoPty() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoUserRc() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoX11Forwarding() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Permitopen() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Principals() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Restrict() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) SshaKey() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Tunnel() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithArrayOfValues(values [][]*device.Device_Spec_SSHConfig_AuthKey) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithItemValue(value *device.Device_Spec_SSHConfig_AuthKey) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithValue(value []*device.Device_Spec_SSHConfig_AuthKey) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) Addresses() ListPublicDevicesResponsePathSelectorDevicesStatusAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) AttestationStatus() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) Conditions() ListPublicDevicesResponsePathSelectorDevicesStatusConditions
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) DeviceInfo() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) NetworkConfigState() ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) NormalizedAddress() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) ProxyConfigStatus() ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus
- func (s ListPublicDevicesResponsePathSelectorDevicesStatus) WithArrayOfValues(values []*device.Device_Status) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatus) WithValue(value *device.Device_Status) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) Address() ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) Type() ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithArrayOfValues(values [][]*device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithItemValue(value *device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithValue(value []*device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) Comment() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) DigestAlg() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) DigestHex() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) Index() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithArrayOfValues(values [][]*iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithItemValue(value *iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithValue(value []*iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithArrayOfValues(values []iam_iam_common.DigestAlg) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithValue(value iam_iam_common.DigestAlg) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithValue(value uint32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditions
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) LastHeartBeatTime() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) LastTransitionTime() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Message() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Reason() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Status() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Type() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithArrayOfValues(values [][]*device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithItemValue(value *device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithValue(value []*device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) Architecture() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) ContainerRuntimeVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) ControlPlaneInterfaceInfo() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) Driver() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) HardwareInformation() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) KernelVersion() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) NetworkInterfaces() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) OperatingSystem() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) OsImage() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) OsVersion() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithValue(value *device.Device_Status_DeviceInfo) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) ActiveControlPlaneInterface() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) IsFallback() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) UsesProxy() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_ControlPlaneInterfaceInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) WithValue(value *device.Device_Status_DeviceInfo_ControlPlaneInterfaceInfo) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Bios() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Block() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Cpu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Gpu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) HailoInfo() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) MemoryInfo() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) ModemStatus() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Network() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) NvidiaInfo() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Os() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) System() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) BiosVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) ReleaseDate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) Vendor() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_BIOS) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_BIOS) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) Disks() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_Block) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Block) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) DriveType() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Model() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Partitions() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) SerialNumber() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) SizeBytes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Vendor() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_Block_Disk) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Block_Disk) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_Block_Disk) *ListPublicDevicesResponse_FieldSubPathValue
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Wwn() ...
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) MountPoint() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) SizeBytes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) Type() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithItemValue(...) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) Processors() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_CPU) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_CPU) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) CacheInfo() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Capabilities() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Clock() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Driver() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FrequencyMhz() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Latency() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) MaxFrequencyMhz() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Model() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumCores() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumEnabledCores() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumThreads() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Serial() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Vendor() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_CPU_Processor) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_CPU_Processor) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_CPU_Processor) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) SizeBytes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) Type() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_CPU_Processor_Cache) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) Description() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) Name() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_Capability) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Capability) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_Capability) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithValue(value uint32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithValue(value uint32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithValue(value uint32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) GraphicCards() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_GPU) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_GPU) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) Device() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) Index() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_GPU_GraphicCard) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_GPU_GraphicCard) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Address() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Product() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Subvendor() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Vendor() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_PCIDevice) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_PCIDevice) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) CliVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) Modules() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) Status() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_HailoInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_HailoInfo) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) BoardName() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) ControlProtoVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) DevId() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) FirmwareVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) LoggerVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) NeuralNetworkCoreClockRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) PartNumber() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) ProductName() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) SerialNumber() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) WithItemValue(...) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) Memory() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_MemoryInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_MemoryInfo) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) Description() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) MemoryBanks() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) SizeBytes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_MemoryInfo_Memory) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_MemoryInfo_Memory) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Description() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FrequencyHz() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Product() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Serial() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) SizeBytes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Slot() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Vendor() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WidthBits() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithItemValue(...) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) Modem() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Cdma() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) DbusPath() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Generic() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Signal() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) SimStatus() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) ThreeGPp() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_Modem) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) ActivationState() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Cdma1XRegistrationState() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Esn() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) EvdoRegistrationState() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Meid() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Nid() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Sid() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_Cdma) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_Cdma) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) AccessTechnologies() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Bearers() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CarrierConfiguration() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CarrierConfigurationRevision() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CurrentBands() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CurrentCapabilities() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CurrentModes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Device() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) DeviceIdentifier() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Drivers() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) EquipmentIdentifier() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) HardwareRevision() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Manufacturer() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Model() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) OwnNumbers() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Plugin() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Ports() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PowerState() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PrimaryPort() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PrimarySimSlot() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Revision() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SignalQuality() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Sim() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SimSlots() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) State() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) StateFailedReason() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedBands() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedCapabilities() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedIpFamilies() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedModes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) UnlockRequired() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) UnlockRetries() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_Generic) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) Recent() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) Value() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Cdma1X() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Evdo() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) FiveG() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Gsm() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) LteSignal() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Refresh() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Threshold() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Umts() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_Signal) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) Ecio() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) ErrorRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) Rssi() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Ecio() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) ErrorRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Io() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Rssi() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Sinr() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) ErrorRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Rsrp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Rsrq() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Snr() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) ErrorRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) Rssi() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) ErrorRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rsrp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rsrq() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rssi() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Snr() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) Rate() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) ErrorRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) Rssi() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Ecio() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) ErrorRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Rscp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Rssi() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) EnabledLocks() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Eps() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) FivegNr() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Imei() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) OperatorCode() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) OperatorName() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) PacketServiceState() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Pco() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) RegistrationState() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) InitialBearer() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) UeModeOperation() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_Eps) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_Eps) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) DbusPath() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) Settings() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) Apn() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) IpType() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) Password() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) User() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) RegistrationSettings() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_FiveGNr) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) DrxCycle() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) MicoMode() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) Nics() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_Network) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Network) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Description() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) MacAddress() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) ProductName() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Setting() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Subvendor() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Vendor() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Virtual() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_Network_NIC) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Network_NIC) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_Network_NIC) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) CudaVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) DriverVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) Gpus() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) Status() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_NvidiaInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_NvidiaInfo) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) Id() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) ProductName() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_NvidiaInfo_GpuInfo) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) ContainerRuntimeVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) KernelVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) OperatingSystem() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) OsImage() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_OS) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_OS) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Configuration() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Manufacturer() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) ProductName() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) SerialNumber() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Version() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_System) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_System) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Chassis() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Family() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) SkuNumber() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Uuid() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithArrayOfValues(values []map[string]*device.Device_Status_DeviceInfo_NetworkInterface) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithValue(value map[string]*device.Device_Status_DeviceInfo_NetworkInterface) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) ActiveConfig() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) ActiveNetworkConfigSource() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DefaultConfig() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredConfig() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredNetworkConfigError() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredNetworkConfigSource() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) WithArrayOfValues(values []*device.Device_Status_NetworkConfigState) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) WithValue(value *device.Device_Status_NetworkConfigState) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) Network() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) WithArrayOfValues(values []*device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) WithValue(value *device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Bonds() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Bridges() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Ethernets() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Modems() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Renderer() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Tunnels() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Version() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Vlans() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Wifis() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) WithValue(value *device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource) WithArrayOfValues(values []device.Device_Status_NetworkConfigState_NetworkConfigSource) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource) WithValue(value device.Device_Status_NetworkConfigState_NetworkConfigSource) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) Network() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) WithArrayOfValues(values []*device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) WithValue(value *device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Bonds() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Bridges() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Ethernets() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Modems() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Renderer() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Tunnels() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Version() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Vlans() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Wifis() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) WithValue(value *device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) Network() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) WithArrayOfValues(values []*device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) WithValue(value *device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Bonds() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Bridges() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Ethernets() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Modems() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Renderer() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Tunnels() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Version() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Vlans() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Wifis() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) WithValue(value *device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithValue(value map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource) WithArrayOfValues(values []device.Device_Status_NetworkConfigState_NetworkConfigSource) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource) WithValue(value device.Device_Status_NetworkConfigState_NetworkConfigSource) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Accuracy() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Address() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea1() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea1Id() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea2() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea2Id() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea3() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea3Id() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea4() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea4Id() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Continent() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) ContinentId() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Coordinates() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Country() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) CountryCode() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) CountryId() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) PostalCode() ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) WithArrayOfValues(values []*device.Device_Status_NormalizedAddress) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) WithValue(value *device.Device_Status_NormalizedAddress) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) WithArrayOfValues(values []float64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) WithValue(value float64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) WithValue(value *latlng.LatLng) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode
- func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ActiveConfig() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ActiveConfigSource() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ApiConfig() ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) DefaultConfig() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) DesiredConfigSource() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ProxyConfigError() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) WithArrayOfValues(values []*device.Device_Status_ProxyConfigStatus) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) WithValue(value *device.Device_Status_ProxyConfigStatus) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) HttpProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) HttpsProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) NoProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) ProxyInterfaces() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) WithArrayOfValues(values []*device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) WithValue(value *device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource) WithArrayOfValues(values []device.Device_Status_ProxyConfigStatus_ProxyConfigSource) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource) WithValue(value device.Device_Status_ProxyConfigStatus_ProxyConfigSource) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) HttpProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) HttpsProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) NoProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) ProxyInterfaces() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) WithArrayOfValues(values []*device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) WithValue(value *device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) HttpProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) HttpsProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) NoProxy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) ProxyInterfaces() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) WithArrayOfValues(values []*device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) WithValue(value *device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource) WithArrayOfValues(values []device.Device_Status_ProxyConfigStatus_ProxyConfigSource) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource) WithValue(value device.Device_Status_ProxyConfigStatus_ProxyConfigSource) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError
- func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorNextPageToken
- func (ListPublicDevicesResponsePathSelectorNextPageToken) FieldPath() *ListPublicDevicesResponse_FieldTerminalPath
- func (s ListPublicDevicesResponsePathSelectorNextPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorNextPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathValue
- type ListPublicDevicesResponsePathSelectorPrevPageToken
- func (ListPublicDevicesResponsePathSelectorPrevPageToken) FieldPath() *ListPublicDevicesResponse_FieldTerminalPath
- func (s ListPublicDevicesResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorPrevPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathValue
- type ListPublicDevicesResponse_FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendPath(path ListPublicDevicesResponse_FieldPath)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListPublicDevicesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) FilterInputFields() *ListPublicDevicesResponse_FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListPublicDevicesResponse_FieldMask) GetPaths() []ListPublicDevicesResponse_FieldPath
- func (fieldMask *ListPublicDevicesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListPublicDevicesResponse_FieldMask) IsFull() bool
- func (fieldMask ListPublicDevicesResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListPublicDevicesResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) PathsCount() int
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Project(source *ListPublicDevicesResponse) *ListPublicDevicesResponse
- func (fieldMask *ListPublicDevicesResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Reset()
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Set(target, source *ListPublicDevicesResponse)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListPublicDevicesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Size() int
- func (fieldMask *ListPublicDevicesResponse_FieldMask) String() string
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Subtract(other *ListPublicDevicesResponse_FieldMask) *ListPublicDevicesResponse_FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListPublicDevicesResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListPublicDevicesResponse_FieldPath
- func BuildListPublicDevicesResponse_FieldPath(fp gotenobject.RawFieldPath) (ListPublicDevicesResponse_FieldPath, error)
- func MustParseListPublicDevicesResponse_FieldPath(rawField string) ListPublicDevicesResponse_FieldPath
- func ParseListPublicDevicesResponse_FieldPath(rawField string) (ListPublicDevicesResponse_FieldPath, error)
- type ListPublicDevicesResponse_FieldPathArrayItemValue
- type ListPublicDevicesResponse_FieldPathArrayOfValues
- type ListPublicDevicesResponse_FieldPathSelector
- type ListPublicDevicesResponse_FieldPathValue
- type ListPublicDevicesResponse_FieldSubPath
- func (fps *ListPublicDevicesResponse_FieldSubPath) AsDevicesSubPath() (device.Device_FieldPath, bool)
- func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValue(item *ListPublicDevicesResponse)
- func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListPublicDevicesResponse_FieldSubPath) Get(source *ListPublicDevicesResponse) (values []interface{})
- func (fps *ListPublicDevicesResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListPublicDevicesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
- func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListPublicDevicesResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListPublicDevicesResponse_FieldSubPath) JSONString() string
- func (fps *ListPublicDevicesResponse_FieldSubPath) Selector() ListPublicDevicesResponse_FieldPathSelector
- func (fps *ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ListPublicDevicesResponse_FieldSubPath) String() string
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) AsDevicesPathItemValue() (device.Device_FieldPathArrayItemValue, bool)
- func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListPublicDevicesResponse) bool
- func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListPublicDevicesResponse_FieldSubPathArrayOfValues
- type ListPublicDevicesResponse_FieldSubPathValue
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) AsDevicesPathValue() (device.Device_FieldPathValue, bool)
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWith(source *ListPublicDevicesResponse) (int, bool)
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) SetTo(target **ListPublicDevicesResponse)
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListPublicDevicesResponse_FieldTerminalPath
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) ClearValue(item *ListPublicDevicesResponse)
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) Get(source *ListPublicDevicesResponse) (values []interface{})
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) JSONString() string
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) Selector() ListPublicDevicesResponse_FieldPathSelector
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) String() string
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPublicDevicesResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) AsDevicesItemValue() (*device.Device, bool)
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPublicDevicesResponse) bool
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsDevicesArrayOfValues() ([][]*device.Device, bool)
- func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
- func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
- func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListPublicDevicesResponse_FieldTerminalPathValue
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsDevicesValue() ([]*device.Device, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*device.PagerCursor, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*device.PagerCursor, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) CompareWith(source *ListPublicDevicesResponse) (int, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) SetTo(target **ListPublicDevicesResponse)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PublicServiceClient
- type PublicServiceDescriptor
- func (d *PublicServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *PublicServiceDescriptor) GetApiName() string
- func (d *PublicServiceDescriptor) GetFullAPIName() string
- func (d *PublicServiceDescriptor) GetProtoPkgName() string
- func (d *PublicServiceDescriptor) GetServiceDomain() string
- func (d *PublicServiceDescriptor) GetServiceVersion() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListPublicDevicesDescriptor ¶ added in v0.4.28
type ListPublicDevicesDescriptor struct{}
func GetListPublicDevicesDescriptor ¶ added in v0.4.28
func GetListPublicDevicesDescriptor() *ListPublicDevicesDescriptor
func (*ListPublicDevicesDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListPublicDevicesDescriptor) GetApiName ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetApiName() string
func (*ListPublicDevicesDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListPublicDevicesDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetFullMethodName() string
func (*ListPublicDevicesDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetMethodName() string
func (*ListPublicDevicesDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetProtoPkgName() string
func (*ListPublicDevicesDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ListPublicDevicesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListPublicDevicesDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListPublicDevicesDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetServiceDomain() string
func (*ListPublicDevicesDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetServiceVersion() string
func (*ListPublicDevicesDescriptor) GetVerb ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) GetVerb() string
func (*ListPublicDevicesDescriptor) HasResource ¶ added in v0.4.30
func (d *ListPublicDevicesDescriptor) HasResource() bool
func (*ListPublicDevicesDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) IsClientStream() bool
func (*ListPublicDevicesDescriptor) IsCollection ¶ added in v0.4.30
func (d *ListPublicDevicesDescriptor) IsCollection() bool
func (*ListPublicDevicesDescriptor) IsPlural ¶ added in v0.4.30
func (d *ListPublicDevicesDescriptor) IsPlural() bool
func (*ListPublicDevicesDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) IsServerStream() bool
func (*ListPublicDevicesDescriptor) IsUnary ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) IsUnary() bool
func (*ListPublicDevicesDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) NewEmptyClientMsg() proto.Message
func (*ListPublicDevicesDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) NewEmptyServerMsg() proto.Message
func (*ListPublicDevicesDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ListPublicDevicesDescriptor) RequestHasResourceBody() bool
type ListPublicDevicesDescriptorClientMsgHandle ¶ added in v0.4.28
type ListPublicDevicesDescriptorClientMsgHandle struct{}
func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListPublicDevicesDescriptorServerMsgHandle ¶ added in v0.4.28
type ListPublicDevicesDescriptorServerMsgHandle struct{}
func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListPublicDevicesRequest ¶
type ListPublicDevicesRequest struct { // Name of Device parent Parent *device.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer Devices than requested. // If unspecified, server will pick an appropriate default. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Typically, this is the value of // [ListDevicesResponse.next_page_token][ntt.devices.v1alpha2.ListDevicesResponse.next_page_token] PageToken *device.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination list // of field path with order directive, either 'asc' or 'desc'. If direction is // not provided, 'asc' is assumed. e.g. "state.nested_field asc, // state.something.else desc, theme" OrderBy *device.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *device.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be requested on top of those defined by request // field View. FieldMask *device.Device_FieldMask `` /* 138-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [ListPublicDevices][ntt.devices.v1alpha2.ListPublicDevices]
func (*ListPublicDevicesRequest) Clone ¶
func (o *ListPublicDevicesRequest) Clone() *ListPublicDevicesRequest
func (*ListPublicDevicesRequest) CloneRaw ¶
func (o *ListPublicDevicesRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListPublicDevicesRequest) Descriptor ¶
func (*ListPublicDevicesRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListPublicDevicesRequest.ProtoReflect.Descriptor instead.
func (*ListPublicDevicesRequest) GetFieldMask ¶
func (m *ListPublicDevicesRequest) GetFieldMask() *device.Device_FieldMask
func (*ListPublicDevicesRequest) GetFilter ¶
func (m *ListPublicDevicesRequest) GetFilter() *device.Filter
func (*ListPublicDevicesRequest) GetOrderBy ¶
func (m *ListPublicDevicesRequest) GetOrderBy() *device.OrderBy
func (*ListPublicDevicesRequest) GetPageSize ¶
func (m *ListPublicDevicesRequest) GetPageSize() int32
func (*ListPublicDevicesRequest) GetPageToken ¶
func (m *ListPublicDevicesRequest) GetPageToken() *device.PagerCursor
func (*ListPublicDevicesRequest) GetParent ¶
func (m *ListPublicDevicesRequest) GetParent() *device.ParentName
func (*ListPublicDevicesRequest) GetView ¶
func (m *ListPublicDevicesRequest) GetView() view.View
func (*ListPublicDevicesRequest) GotenMessage ¶
func (*ListPublicDevicesRequest) GotenMessage()
func (*ListPublicDevicesRequest) GotenObjectExt ¶
func (o *ListPublicDevicesRequest) GotenObjectExt()
func (*ListPublicDevicesRequest) GotenValidate ¶
func (obj *ListPublicDevicesRequest) GotenValidate() error
func (*ListPublicDevicesRequest) MakeDiffFieldMask ¶
func (o *ListPublicDevicesRequest) MakeDiffFieldMask(other *ListPublicDevicesRequest) *ListPublicDevicesRequest_FieldMask
func (*ListPublicDevicesRequest) MakeFullFieldMask ¶
func (o *ListPublicDevicesRequest) MakeFullFieldMask() *ListPublicDevicesRequest_FieldMask
func (*ListPublicDevicesRequest) MakeRawDiffFieldMask ¶
func (o *ListPublicDevicesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListPublicDevicesRequest) MakeRawFullFieldMask ¶
func (o *ListPublicDevicesRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListPublicDevicesRequest) Marshal ¶
func (m *ListPublicDevicesRequest) Marshal() ([]byte, error)
func (*ListPublicDevicesRequest) MarshalJSON ¶
func (m *ListPublicDevicesRequest) MarshalJSON() ([]byte, error)
func (*ListPublicDevicesRequest) Merge ¶
func (o *ListPublicDevicesRequest) Merge(source *ListPublicDevicesRequest)
func (*ListPublicDevicesRequest) MergeRaw ¶
func (o *ListPublicDevicesRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListPublicDevicesRequest) ProtoMessage ¶
func (*ListPublicDevicesRequest) ProtoMessage()
func (*ListPublicDevicesRequest) ProtoReflect ¶
func (m *ListPublicDevicesRequest) ProtoReflect() preflect.Message
func (*ListPublicDevicesRequest) Reset ¶
func (m *ListPublicDevicesRequest) Reset()
func (*ListPublicDevicesRequest) SetFieldMask ¶
func (m *ListPublicDevicesRequest) SetFieldMask(fv *device.Device_FieldMask)
func (*ListPublicDevicesRequest) SetFilter ¶
func (m *ListPublicDevicesRequest) SetFilter(fv *device.Filter)
func (*ListPublicDevicesRequest) SetOrderBy ¶
func (m *ListPublicDevicesRequest) SetOrderBy(fv *device.OrderBy)
func (*ListPublicDevicesRequest) SetPageSize ¶
func (m *ListPublicDevicesRequest) SetPageSize(fv int32)
func (*ListPublicDevicesRequest) SetPageToken ¶
func (m *ListPublicDevicesRequest) SetPageToken(fv *device.PagerCursor)
func (*ListPublicDevicesRequest) SetParent ¶
func (m *ListPublicDevicesRequest) SetParent(fv *device.ParentName)
func (*ListPublicDevicesRequest) SetView ¶
func (m *ListPublicDevicesRequest) SetView(fv view.View)
func (*ListPublicDevicesRequest) String ¶
func (m *ListPublicDevicesRequest) String() string
func (*ListPublicDevicesRequest) Unmarshal ¶
func (m *ListPublicDevicesRequest) Unmarshal(b []byte) error
func (*ListPublicDevicesRequest) UnmarshalJSON ¶
func (m *ListPublicDevicesRequest) UnmarshalJSON(data []byte) error
type ListPublicDevicesRequestFieldPathBuilder ¶
type ListPublicDevicesRequestFieldPathBuilder struct{}
func NewListPublicDevicesRequestFieldPathBuilder ¶
func NewListPublicDevicesRequestFieldPathBuilder() ListPublicDevicesRequestFieldPathBuilder
type ListPublicDevicesRequestPathSelectorFieldMask ¶
type ListPublicDevicesRequestPathSelectorFieldMask struct{}
func (ListPublicDevicesRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorFieldMask) WithArrayOfValues(values []*device.Device_FieldMask) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorFieldMask) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorFieldMask) WithValue(value *device.Device_FieldMask) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorFilter ¶
type ListPublicDevicesRequestPathSelectorFilter struct{}
func (ListPublicDevicesRequestPathSelectorFilter) FieldPath ¶
func (ListPublicDevicesRequestPathSelectorFilter) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
func (ListPublicDevicesRequestPathSelectorFilter) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorFilter) WithArrayOfValues(values []*device.Filter) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorFilter) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorFilter) WithValue(value *device.Filter) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorOrderBy ¶
type ListPublicDevicesRequestPathSelectorOrderBy struct{}
func (ListPublicDevicesRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorOrderBy) WithArrayOfValues(values []*device.OrderBy) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorOrderBy) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorOrderBy) WithValue(value *device.OrderBy) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorPageSize ¶
type ListPublicDevicesRequestPathSelectorPageSize struct{}
func (ListPublicDevicesRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorPageSize) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorPageSize) WithValue(value int32) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorPageToken ¶
type ListPublicDevicesRequestPathSelectorPageToken struct{}
func (ListPublicDevicesRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorPageToken) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorParent ¶
type ListPublicDevicesRequestPathSelectorParent struct{}
func (ListPublicDevicesRequestPathSelectorParent) FieldPath ¶
func (ListPublicDevicesRequestPathSelectorParent) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
func (ListPublicDevicesRequestPathSelectorParent) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorParent) WithArrayOfValues(values []*device.ParentName) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorParent) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorParent) WithValue(value *device.ParentName) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorView ¶
type ListPublicDevicesRequestPathSelectorView struct{}
func (ListPublicDevicesRequestPathSelectorView) FieldPath ¶
func (ListPublicDevicesRequestPathSelectorView) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
func (ListPublicDevicesRequestPathSelectorView) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorView) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorView) WithValue(value view.View) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequest_FieldMask ¶
type ListPublicDevicesRequest_FieldMask struct {
Paths []ListPublicDevicesRequest_FieldPath
}
func FullListPublicDevicesRequest_FieldMask ¶
func FullListPublicDevicesRequest_FieldMask() *ListPublicDevicesRequest_FieldMask
func (*ListPublicDevicesRequest_FieldMask) AppendPath ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendPath(path ListPublicDevicesRequest_FieldPath)
func (*ListPublicDevicesRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListPublicDevicesRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListPublicDevicesRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListPublicDevicesRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) FilterInputFields() *ListPublicDevicesRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListPublicDevicesRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListPublicDevicesRequest_FieldMask) GetPaths ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) GetPaths() []ListPublicDevicesRequest_FieldPath
func (*ListPublicDevicesRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListPublicDevicesRequest_FieldMask) IsFull ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) IsFull() bool
func (ListPublicDevicesRequest_FieldMask) Marshal ¶
func (fieldMask ListPublicDevicesRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListPublicDevicesRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListPublicDevicesRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListPublicDevicesRequest_FieldMask) PathsCount ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) PathsCount() int
func (*ListPublicDevicesRequest_FieldMask) Project ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) Project(source *ListPublicDevicesRequest) *ListPublicDevicesRequest
func (*ListPublicDevicesRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListPublicDevicesRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoMessage()
func (*ListPublicDevicesRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListPublicDevicesRequest_FieldMask) Reset ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) Reset()
func (*ListPublicDevicesRequest_FieldMask) Set ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) Set(target, source *ListPublicDevicesRequest)
func (*ListPublicDevicesRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListPublicDevicesRequest_FieldMask) SetRaw ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListPublicDevicesRequest_FieldMask) Size ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) Size() int
func (*ListPublicDevicesRequest_FieldMask) String ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) String() string
func (*ListPublicDevicesRequest_FieldMask) Subtract ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) Subtract(other *ListPublicDevicesRequest_FieldMask) *ListPublicDevicesRequest_FieldMask
func (*ListPublicDevicesRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListPublicDevicesRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListPublicDevicesRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) Unmarshal(data []byte) error
func (*ListPublicDevicesRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListPublicDevicesRequest_FieldPath ¶
type ListPublicDevicesRequest_FieldPath interface { gotenobject.FieldPath Selector() ListPublicDevicesRequest_FieldPathSelector Get(source *ListPublicDevicesRequest) []interface{} GetSingle(source *ListPublicDevicesRequest) (interface{}, bool) ClearValue(item *ListPublicDevicesRequest) // Those methods build corresponding ListPublicDevicesRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListPublicDevicesRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListPublicDevicesRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListPublicDevicesRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListPublicDevicesRequest_FieldPath ¶
func BuildListPublicDevicesRequest_FieldPath(fp gotenobject.RawFieldPath) (ListPublicDevicesRequest_FieldPath, error)
func MustParseListPublicDevicesRequest_FieldPath ¶
func MustParseListPublicDevicesRequest_FieldPath(rawField string) ListPublicDevicesRequest_FieldPath
func ParseListPublicDevicesRequest_FieldPath ¶
func ParseListPublicDevicesRequest_FieldPath(rawField string) (ListPublicDevicesRequest_FieldPath, error)
type ListPublicDevicesRequest_FieldPathArrayItemValue ¶
type ListPublicDevicesRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListPublicDevicesRequest_FieldPath ContainsValue(*ListPublicDevicesRequest) bool }
ListPublicDevicesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListPublicDevicesRequest according to their type Present only for array (repeated) types.
func MustParseListPublicDevicesRequest_FieldPathArrayItemValue ¶
func MustParseListPublicDevicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListPublicDevicesRequest_FieldPathArrayItemValue
func ParseListPublicDevicesRequest_FieldPathArrayItemValue ¶
func ParseListPublicDevicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListPublicDevicesRequest_FieldPathArrayItemValue, error)
ParseListPublicDevicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListPublicDevicesRequest_FieldPathArrayOfValues ¶
type ListPublicDevicesRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListPublicDevicesRequest_FieldPath }
ListPublicDevicesRequest_FieldPathArrayOfValues allows storing slice of values for ListPublicDevicesRequest fields according to their type
func MustParseListPublicDevicesRequest_FieldPathArrayOfValues ¶
func MustParseListPublicDevicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListPublicDevicesRequest_FieldPathArrayOfValues
func ParseListPublicDevicesRequest_FieldPathArrayOfValues ¶
func ParseListPublicDevicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPublicDevicesRequest_FieldPathArrayOfValues, error)
type ListPublicDevicesRequest_FieldPathSelector ¶
type ListPublicDevicesRequest_FieldPathSelector int32
const ( ListPublicDevicesRequest_FieldPathSelectorParent ListPublicDevicesRequest_FieldPathSelector = 0 ListPublicDevicesRequest_FieldPathSelectorPageSize ListPublicDevicesRequest_FieldPathSelector = 1 ListPublicDevicesRequest_FieldPathSelectorPageToken ListPublicDevicesRequest_FieldPathSelector = 2 ListPublicDevicesRequest_FieldPathSelectorOrderBy ListPublicDevicesRequest_FieldPathSelector = 3 ListPublicDevicesRequest_FieldPathSelectorFilter ListPublicDevicesRequest_FieldPathSelector = 4 ListPublicDevicesRequest_FieldPathSelectorFieldMask ListPublicDevicesRequest_FieldPathSelector = 5 ListPublicDevicesRequest_FieldPathSelectorView ListPublicDevicesRequest_FieldPathSelector = 6 )
func (ListPublicDevicesRequest_FieldPathSelector) String ¶
func (s ListPublicDevicesRequest_FieldPathSelector) String() string
type ListPublicDevicesRequest_FieldPathValue ¶
type ListPublicDevicesRequest_FieldPathValue interface { ListPublicDevicesRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListPublicDevicesRequest) CompareWith(*ListPublicDevicesRequest) (cmp int, comparable bool) }
ListPublicDevicesRequest_FieldPathValue allows storing values for ListPublicDevicesRequest fields according to their type
func MustParseListPublicDevicesRequest_FieldPathValue ¶
func MustParseListPublicDevicesRequest_FieldPathValue(pathStr, valueStr string) ListPublicDevicesRequest_FieldPathValue
func ParseListPublicDevicesRequest_FieldPathValue ¶
func ParseListPublicDevicesRequest_FieldPathValue(pathStr, valueStr string) (ListPublicDevicesRequest_FieldPathValue, error)
type ListPublicDevicesRequest_FieldTerminalPath ¶
type ListPublicDevicesRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListPublicDevicesRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) ClearValue(item *ListPublicDevicesRequest)
func (*ListPublicDevicesRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListPublicDevicesRequest_FieldTerminalPath) Get ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) Get(source *ListPublicDevicesRequest) (values []interface{})
Get returns all values pointed by specific field from source ListPublicDevicesRequest
func (*ListPublicDevicesRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListPublicDevicesRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListPublicDevicesRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListPublicDevicesRequest
func (*ListPublicDevicesRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListPublicDevicesRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListPublicDevicesRequest_FieldTerminalPath) JSONString ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListPublicDevicesRequest_FieldTerminalPath) Selector ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) Selector() ListPublicDevicesRequest_FieldPathSelector
func (*ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListPublicDevicesRequest_FieldTerminalPath) String ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListPublicDevicesRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPublicDevicesRequest_FieldPathArrayItemValue
func (*ListPublicDevicesRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPublicDevicesRequest_FieldPathArrayOfValues
func (*ListPublicDevicesRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIValue(value interface{}) ListPublicDevicesRequest_FieldPathValue
func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListPublicDevicesRequest_FieldTerminalPathArrayItemValue ¶
type ListPublicDevicesRequest_FieldTerminalPathArrayItemValue struct { ListPublicDevicesRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPublicDevicesRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesRequest'
func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListPublicDevicesRequest as interface{}
func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListPublicDevicesRequest_FieldTerminalPathArrayOfValues ¶
type ListPublicDevicesRequest_FieldTerminalPathArrayOfValues struct { ListPublicDevicesRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*device.Device_FieldMask, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*device.Filter, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*device.OrderBy, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*device.ParentName, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListPublicDevicesRequest_FieldTerminalPathValue ¶
type ListPublicDevicesRequest_FieldTerminalPathValue struct { ListPublicDevicesRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsFieldMaskValue() (*device.Device_FieldMask, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsFilterValue() (*device.Filter, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsOrderByValue() (*device.OrderBy, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsPageTokenValue() (*device.PagerCursor, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsParentValue() (*device.ParentName, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWith(source *ListPublicDevicesRequest) (int, bool)
CompareWith compares value in the 'ListPublicDevicesRequest_FieldTerminalPathValue' with the value under path in 'ListPublicDevicesRequest'.
func (*ListPublicDevicesRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListPublicDevicesRequest' as interface{}
func (*ListPublicDevicesRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) SetTo(target **ListPublicDevicesRequest)
SetTo stores value for selected field for object ListPublicDevicesRequest
func (*ListPublicDevicesRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListPublicDevicesResponse ¶
type ListPublicDevicesResponse struct { // The list of Devices Devices []*device.Device `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty" firestore:"devices"` // A token to retrieve previous page of results. Pass this value in the // [ListDevicesRequest.page_token][ntt.devices.v1alpha2.ListDevicesRequest.page_token] PrevPageToken *device.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListDevicesRequest.page_token][ntt.devices.v1alpha2.ListDevicesRequest.page_token] NextPageToken *device.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for method [ListPublicDevices][ntt.devices.v1alpha2.ListPublicDevices]
func (*ListPublicDevicesResponse) Clone ¶
func (o *ListPublicDevicesResponse) Clone() *ListPublicDevicesResponse
func (*ListPublicDevicesResponse) CloneRaw ¶
func (o *ListPublicDevicesResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListPublicDevicesResponse) Descriptor ¶
func (*ListPublicDevicesResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListPublicDevicesResponse.ProtoReflect.Descriptor instead.
func (*ListPublicDevicesResponse) GetDevices ¶
func (m *ListPublicDevicesResponse) GetDevices() []*device.Device
func (*ListPublicDevicesResponse) GetNextPageToken ¶
func (m *ListPublicDevicesResponse) GetNextPageToken() *device.PagerCursor
func (*ListPublicDevicesResponse) GetPrevPageToken ¶
func (m *ListPublicDevicesResponse) GetPrevPageToken() *device.PagerCursor
func (*ListPublicDevicesResponse) GotenMessage ¶
func (*ListPublicDevicesResponse) GotenMessage()
func (*ListPublicDevicesResponse) GotenObjectExt ¶
func (o *ListPublicDevicesResponse) GotenObjectExt()
func (*ListPublicDevicesResponse) GotenValidate ¶
func (obj *ListPublicDevicesResponse) GotenValidate() error
func (*ListPublicDevicesResponse) MakeDiffFieldMask ¶
func (o *ListPublicDevicesResponse) MakeDiffFieldMask(other *ListPublicDevicesResponse) *ListPublicDevicesResponse_FieldMask
func (*ListPublicDevicesResponse) MakeFullFieldMask ¶
func (o *ListPublicDevicesResponse) MakeFullFieldMask() *ListPublicDevicesResponse_FieldMask
func (*ListPublicDevicesResponse) MakeRawDiffFieldMask ¶
func (o *ListPublicDevicesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListPublicDevicesResponse) MakeRawFullFieldMask ¶
func (o *ListPublicDevicesResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListPublicDevicesResponse) Marshal ¶
func (m *ListPublicDevicesResponse) Marshal() ([]byte, error)
func (*ListPublicDevicesResponse) MarshalJSON ¶
func (m *ListPublicDevicesResponse) MarshalJSON() ([]byte, error)
func (*ListPublicDevicesResponse) Merge ¶
func (o *ListPublicDevicesResponse) Merge(source *ListPublicDevicesResponse)
func (*ListPublicDevicesResponse) MergeRaw ¶
func (o *ListPublicDevicesResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListPublicDevicesResponse) ProtoMessage ¶
func (*ListPublicDevicesResponse) ProtoMessage()
func (*ListPublicDevicesResponse) ProtoReflect ¶
func (m *ListPublicDevicesResponse) ProtoReflect() preflect.Message
func (*ListPublicDevicesResponse) Reset ¶
func (m *ListPublicDevicesResponse) Reset()
func (*ListPublicDevicesResponse) SetDevices ¶
func (m *ListPublicDevicesResponse) SetDevices(fv []*device.Device)
func (*ListPublicDevicesResponse) SetNextPageToken ¶
func (m *ListPublicDevicesResponse) SetNextPageToken(fv *device.PagerCursor)
func (*ListPublicDevicesResponse) SetPrevPageToken ¶
func (m *ListPublicDevicesResponse) SetPrevPageToken(fv *device.PagerCursor)
func (*ListPublicDevicesResponse) String ¶
func (m *ListPublicDevicesResponse) String() string
func (*ListPublicDevicesResponse) Unmarshal ¶
func (m *ListPublicDevicesResponse) Unmarshal(b []byte) error
func (*ListPublicDevicesResponse) UnmarshalJSON ¶
func (m *ListPublicDevicesResponse) UnmarshalJSON(data []byte) error
type ListPublicDevicesResponseFieldPathBuilder ¶
type ListPublicDevicesResponseFieldPathBuilder struct{}
func NewListPublicDevicesResponseFieldPathBuilder ¶
func NewListPublicDevicesResponseFieldPathBuilder() ListPublicDevicesResponseFieldPathBuilder
func (ListPublicDevicesResponseFieldPathBuilder) NextPageToken ¶
func (ListPublicDevicesResponseFieldPathBuilder) NextPageToken() ListPublicDevicesResponsePathSelectorNextPageToken
func (ListPublicDevicesResponseFieldPathBuilder) PrevPageToken ¶
func (ListPublicDevicesResponseFieldPathBuilder) PrevPageToken() ListPublicDevicesResponsePathSelectorPrevPageToken
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations ¶
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithArrayOfValues ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithValue ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels ¶
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithArrayOfValues ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithValue ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards ¶
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithArrayOfValues ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithValue ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBonds) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkBridges) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkModems) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkVlans) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesSpecNetplanConfigNetworkWifis) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting ¶
type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath ¶
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis ¶ added in v0.12.70
type ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevices ¶
type ListPublicDevicesResponsePathSelectorDevices struct{}
func (ListPublicDevicesResponsePathSelectorDevices) DisplayName ¶
func (ListPublicDevicesResponsePathSelectorDevices) PublicListingSpec ¶
func (ListPublicDevicesResponsePathSelectorDevices) PublicListingSpec() ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec
func (ListPublicDevicesResponsePathSelectorDevices) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithArrayOfValues(values [][]*device.Device) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevices) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithItemValue(value *device.Device) *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevices) WithSubArrayItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithSubArrayItemValue(subPathArrayItemValue device.Device_FieldPathArrayItemValue) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevices) WithSubArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithSubArrayOfValues(subPathArrayOfValues device.Device_FieldPathArrayOfValues) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevices) WithSubPath ¶
func (ListPublicDevicesResponsePathSelectorDevices) WithSubPath(subPath device.Device_FieldPath) *ListPublicDevicesResponse_FieldSubPath
func (ListPublicDevicesResponsePathSelectorDevices) WithSubValue ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithSubValue(subPathValue device.Device_FieldPathValue) *ListPublicDevicesResponse_FieldSubPathValue
func (ListPublicDevicesResponsePathSelectorDevices) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithValue(value []*device.Device) *ListPublicDevicesResponse_FieldTerminalPathValue
type ListPublicDevicesResponsePathSelectorDevicesDisplayName ¶
type ListPublicDevicesResponsePathSelectorDevicesDisplayName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadata ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadata struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Annotations ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) CreateTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) DeleteTime ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Generation ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) OwnerReferences ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) ResourceVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) UpdateTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadata) WithValue(value *ntt_meta.Meta) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Controller ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Version ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataShards ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataShards struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithArrayOfValues(values []map[string]int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithValue(value map[string]int64) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) OwningRegion ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataTags ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataTags struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesName ¶
type ListPublicDevicesResponsePathSelectorDevicesName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesName) WithArrayOfValues(values []*device.Name) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesName) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesName) WithValue(value *device.Name) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec ¶
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec struct{}
func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithArrayOfValues(values []*device.Device_PublicListingSpec) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled ¶
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled struct{}
func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask ¶
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask struct{}
func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithArrayOfValues(values []*device.Device_FieldMask) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpec ¶
type ListPublicDevicesResponsePathSelectorDevicesSpec struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpec) AttestationConfig ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpec) DisableDeviceDiscovery ¶ added in v0.4.24
func (ListPublicDevicesResponsePathSelectorDevicesSpec) DisableDeviceDiscovery() ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery
func (ListPublicDevicesResponsePathSelectorDevicesSpec) LoggingConfig ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetplanApiConfigMode ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetplanApiConfigMode() ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode
func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetplanConfig ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsImageUrl ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpec) ProxyConfig ¶ added in v0.10.10
func (ListPublicDevicesResponsePathSelectorDevicesSpec) ServiceAccount ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpec) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpec) WithArrayOfValues(values []*device.Device_Spec) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpec) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpec) WithValue(value *device.Device_Spec) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) AttestationDomain ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) AttestationExpected ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) InsecureUseTpmSimulatorSeed ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithArrayOfValues(values []*device.Device_Spec_AttestationConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithArrayOfValues(values []*iam_attestation_domain.Reference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery ¶ added in v0.4.24
type ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) FieldPath ¶ added in v0.4.24
func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithArrayOfValues ¶ added in v0.4.24
func (s ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLocation ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecLocation struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLocation) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocation) WithArrayOfValues(values []*device.Device_Spec_Location) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) WithValue ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocationAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) WithValue ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLocationPlacement) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig ¶ added in v0.6.9
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) EnableJournalExport ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithArrayOfValues ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithArrayOfValues(values []*device.Device_Spec_LoggingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport ¶ added in v0.6.9
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) FieldPath ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithArrayOfValues ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority ¶ added in v0.6.9
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) FieldPath ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithArrayOfValues ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits ¶ added in v0.6.9
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) FieldPath ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithArrayOfValues ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithItemValue ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithValue ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanApiConfigMode) WithArrayOfValues(values []device.Device_Spec_NetworkConfigMode) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfig) WithArrayOfValues(values []*device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Bonds ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Bridges ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Ethernets ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Modems ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Renderer ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Tunnels ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Version ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Vlans ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) Wifis ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetwork) WithArrayOfValues(values []*device.Device_Spec_NetworkingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBonds) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkBridges) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkEthernets) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_ModemOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkModems) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkTunnels) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkVlans) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithArrayOfValues(values []map[string]*device.Device_Spec_NetworkingConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetplanConfigNetworkWifis) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig ¶ added in v0.10.10
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) HttpsProxy ¶ added in v0.10.10
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) ProxyInterfaces ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) WithArrayOfValues ¶ added in v0.10.10
func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfig) WithArrayOfValues(values []*device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy ¶ added in v0.10.10
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) FieldPath ¶ added in v0.10.10
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) WithArrayOfValues ¶ added in v0.10.10
func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy ¶ added in v0.10.10
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) FieldPath ¶ added in v0.10.10
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) WithArrayOfValues ¶ added in v0.10.10
func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigHttpsProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy ¶ added in v0.10.10
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) FieldPath ¶ added in v0.10.10
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) WithArrayOfValues ¶ added in v0.10.10
func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) WithValue ¶ added in v0.10.10
func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigNoProxy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithItemValue ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithValue ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesSpecProxyConfigProxyInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshAuthkey ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshPassword ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshServer ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) IpAllowList ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) IpDenyList ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) RejectPeriod ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) SshAuthorized ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithArrayOfValues(values []*device.Device_Spec_SSHConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithArrayOfValues(values []*duration.Duration) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) CertAuthority ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Environment ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoAgentForwarding ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoPortForwarding ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoX11Forwarding ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Permitopen ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Principals ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithArrayOfValues(values [][]*device.Device_Spec_SSHConfig_AuthKey) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatus ¶
type ListPublicDevicesResponsePathSelectorDevicesStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatus) AttestationStatus ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatus) Conditions ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatus) DeviceInfo ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatus) NetworkConfigState ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatus) NormalizedAddress ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatus) ProxyConfigStatus ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatus) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatus) WithArrayOfValues(values []*device.Device_Status) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatus) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatus) WithValue(value *device.Device_Status) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithArrayOfValues(values [][]*device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithItemValue(value *device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithValue(value []*device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithArrayOfValues(values [][]*iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithItemValue(value *iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithValue(value []*iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithArrayOfValues(values []iam_iam_common.DigestAlg) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusConditions ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditions struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) LastHeartBeatTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) LastTransitionTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithArrayOfValues(values [][]*device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithValue(value []*device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) Architecture ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) ContainerRuntimeVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) ControlPlaneInterfaceInfo ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) HardwareInformation ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) KernelVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) NetworkInterfaces ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) OperatingSystem ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) ActiveControlPlaneInterface ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) IsFallback ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) UsesProxy ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfo) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoActiveControlPlaneInterface) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoIsFallback) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoControlPlaneInterfaceInfoUsesProxy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) HailoInfo ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) MemoryInfo ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) ModemStatus ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) NvidiaInfo ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) BiosVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) ReleaseDate ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) DriveType ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Model ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Partitions ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) SerialNumber ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) MountPoint ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) Type ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) Processors ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) CacheInfo ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Capabilities ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Clock ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Driver ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FrequencyMhz ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Latency ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) MaxFrequencyMhz ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Model ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumCores ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumEnabledCores ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumThreads ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Serial ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) Type ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) Description ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsClock) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsLatency) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) GraphicCards ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) Device ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) Index ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Address ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Product ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Subvendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) CliVersion ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) Modules ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) Status ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfo) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoCliVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) BoardName ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) ControlProtoVersion ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) DevId ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) FirmwareVersion ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) LoggerVersion ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) NeuralNetworkCoreClockRate ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) PartNumber ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) ProductName ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) SerialNumber ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) WithArrayOfValues ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModules) WithItemValue ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesBoardName) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesControlProtoVersion) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesDevId) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesFirmwareVersion) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesLoggerVersion) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesNeuralNetworkCoreClockRate) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesPartNumber) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesProductName) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoModulesSerialNumber) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationHailoInfoStatus) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) Memory ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) Description ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) MemoryBanks ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Description ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FrequencyHz ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Product ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Serial ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Slot ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WidthBits ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) Modem ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatus) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Cdma ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) DbusPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Generic ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) Signal ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) SimStatus ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) ThreeGPp ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModem) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) ActivationState ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Cdma1XRegistrationState ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Esn ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) EvdoRegistrationState ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Meid ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Nid ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) Sid ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdma) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaActivationState) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaCdma1XRegistrationState) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEsn) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaEvdoRegistrationState) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaMeid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaNid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemCdmaSid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemDbusPath) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) AccessTechnologies ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Bearers ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CarrierConfiguration ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CarrierConfigurationRevision ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CurrentBands ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CurrentCapabilities ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) CurrentModes ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Device ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) DeviceIdentifier ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Drivers ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) EquipmentIdentifier ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) HardwareRevision ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Manufacturer ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Model ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) OwnNumbers ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Plugin ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Ports ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PowerState ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PrimaryPort ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) PrimarySimSlot ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Revision ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SignalQuality ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) Sim ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SimSlots ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) State ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) StateFailedReason ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedBands ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedCapabilities ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedIpFamilies ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) SupportedModes ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) UnlockRequired ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) UnlockRetries ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGeneric) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericAccessTechnologies) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericBearers) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfiguration) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCarrierConfigurationRevision) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentBands) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentCapabilities) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericCurrentModes) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDevice) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDeviceIdentifier) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericDrivers) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericEquipmentIdentifier) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericHardwareRevision) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericManufacturer) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericModel) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericOwnNumbers) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPlugin) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPorts) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPowerState) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimaryPort) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericPrimarySimSlot) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericRevision) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) Recent ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) Value ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQuality) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityRecent) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSignalQualityValue) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSim) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSimSlots) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericState) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericStateFailedReason) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedBands) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedCapabilities) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedIpFamilies) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericSupportedModes) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRequired) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemGenericUnlockRetries) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Cdma1X ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Evdo ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) FiveG ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Gsm ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) LteSignal ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Refresh ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Threshold ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) Umts ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignal) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) Ecio ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) ErrorRate ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) Rssi ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1X) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XEcio) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XErrorRate) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalCdma1XRssi) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Ecio ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) ErrorRate ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Io ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Rssi ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) Sinr ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdo) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoEcio) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoErrorRate) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoIo) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoRssi) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalEvdoSinr) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) ErrorRate ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Rsrp ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Rsrq ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) Snr ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveG) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGErrorRate) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrp) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGRsrq) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalFiveGSnr) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) ErrorRate ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) Rssi ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsm) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmErrorRate) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalGsmRssi) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) ErrorRate ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rsrp ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rsrq ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Rssi ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) Snr ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignal) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalErrorRate) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrp) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRsrq) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalRssi) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalLteSignalSnr) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) Rate ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefresh) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalRefreshRate) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) ErrorRate ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) Rssi ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThreshold) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdErrorRate) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalThresholdRssi) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Ecio ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) ErrorRate ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Rscp ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) Rssi ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmts) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsEcio) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsErrorRate) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRscp) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSignalUmtsRssi) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemSimStatus) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) EnabledLocks ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Eps ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) FivegNr ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Imei ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) OperatorCode ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) OperatorName ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) PacketServiceState ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) Pco ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) RegistrationState ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPp) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) WithArrayOfValues ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEnabledLocks) WithItemValue ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) InitialBearer ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) UeModeOperation ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEps) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) DbusPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) Settings ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearer) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerDbusPath) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) Apn ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) IpType ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) Password ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) User ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettings) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsApn) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsIpType) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsPassword) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsInitialBearerSettingsUser) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpEpsUeModeOperation) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) RegistrationSettings ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNr) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) DrxCycle ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) MicoMode ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettings) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_ModemStatus_RegistrationSettings) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsDrxCycle) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpFivegNrRegistrationSettingsMicoMode) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpImei) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorCode) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpOperatorName) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPacketServiceState) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpPco) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationModemStatusModemThreeGPpRegistrationState) WithArrayOfValues ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) Nics ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Description ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) MacAddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) ProductName ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Setting ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Subvendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Virtual ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithKey ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) CudaVersion ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) DriverVersion ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) Gpus ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) Status ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfo) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoCudaVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoDriverVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) Id ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) ProductName ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) WithArrayOfValues ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpus) WithItemValue ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusId) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoGpusProductName) WithArrayOfValues ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus ¶ added in v0.12.11
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) FieldPath ¶ added in v0.12.11
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) WithArrayOfValues ¶ added in v0.12.11
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNvidiaInfoStatus) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) ContainerRuntimeVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) KernelVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) OperatingSystem ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Configuration ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Manufacturer ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) ProductName ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) SerialNumber ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Version ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Chassis ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Family ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) SkuNumber ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Uuid ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) FieldPath ¶ added in v0.12.69
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithArrayOfValues ¶ added in v0.12.69
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithArrayOfValues(values []map[string]*device.Device_Status_DeviceInfo_NetworkInterface) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoNetworkInterfaces) WithKey ¶ added in v0.12.69
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) ActiveConfig ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) ActiveNetworkConfigSource ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DefaultConfig ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredConfig ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredNetworkConfigError ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) DesiredNetworkConfigSource ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigState) WithArrayOfValues(values []*device.Device_Status_NetworkConfigState) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) Network ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfig) WithArrayOfValues(values []*device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Bonds ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Bridges ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Ethernets ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Modems ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Renderer ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Tunnels ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Version ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Vlans ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) Wifis ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetwork) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBonds) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkBridges) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkEthernets) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkModems) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkTunnels) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkVlans) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveConfigNetworkWifis) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateActiveNetworkConfigSource) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) Network ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfig) WithArrayOfValues(values []*device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Bonds ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Bridges ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Ethernets ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Modems ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Renderer ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Tunnels ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Version ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Vlans ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) Wifis ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetwork) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBonds) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkBridges) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkEthernets) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkModems) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkTunnels) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkVlans) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDefaultConfigNetworkWifis) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) Network ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfig) WithArrayOfValues(values []*device.Device_Spec_NetplanConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Bonds ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Bridges ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Ethernets ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Modems ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Renderer ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Tunnels ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Version ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Vlans ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) Wifis ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetwork) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBonds) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkBridges) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkEthernets) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkModems) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkTunnels) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkVlans) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithArrayOfValues ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredConfigNetworkWifis) WithKey ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigError) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusNetworkConfigStateDesiredNetworkConfigSource) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Accuracy ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Address ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea1 ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea1Id ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea2 ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea2Id ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea3 ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea3Id ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea4 ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) AdminArea4Id ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Continent ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) ContinentId ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Coordinates ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) Country ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) CountryCode ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) CountryId ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) PostalCode ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddress) WithArrayOfValues(values []*device.Device_Status_NormalizedAddress) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAccuracy) WithArrayOfValues(values []float64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1 ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea1Id) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2 ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea2Id) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3 ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea3Id) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4 ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressAdminArea4Id) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinent) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressContinentId) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCoordinates) WithArrayOfValues(values []*latlng.LatLng) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountry) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryCode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressCountryId) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode ¶ added in v0.12.73
type ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) FieldPath ¶ added in v0.12.73
func (ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) WithArrayOfValues ¶ added in v0.12.73
func (s ListPublicDevicesResponsePathSelectorDevicesStatusNormalizedAddressPostalCode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ActiveConfig ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ActiveConfigSource ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ApiConfig ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) DefaultConfig ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) DesiredConfigSource ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) ProxyConfigError ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatus) WithArrayOfValues(values []*device.Device_Status_ProxyConfigStatus) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) HttpProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) HttpsProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) NoProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) ProxyInterfaces ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfig) WithArrayOfValues(values []*device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigHttpsProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigNoProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigProxyInterfaces) WithItemValue ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusActiveConfigSource) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) HttpProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) HttpsProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) NoProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) ProxyInterfaces ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfig) WithArrayOfValues(values []*device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigHttpsProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigNoProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusApiConfigProxyInterfaces) WithItemValue ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) HttpProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) HttpsProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) NoProxy ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) ProxyInterfaces ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfig) WithArrayOfValues(values []*device.Device_Spec_ProxyConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigHttpsProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigNoProxy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDefaultConfigProxyInterfaces) WithItemValue ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusDesiredConfigSource) WithArrayOfValues ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError ¶ added in v0.12.70
type ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) FieldPath ¶ added in v0.12.70
func (ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) WithArrayOfValues ¶ added in v0.12.70
func (s ListPublicDevicesResponsePathSelectorDevicesStatusProxyConfigStatusProxyConfigError) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorNextPageToken ¶
type ListPublicDevicesResponsePathSelectorNextPageToken struct{}
func (ListPublicDevicesResponsePathSelectorNextPageToken) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorNextPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorNextPageToken) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorNextPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathValue
type ListPublicDevicesResponsePathSelectorPrevPageToken ¶
type ListPublicDevicesResponsePathSelectorPrevPageToken struct{}
func (ListPublicDevicesResponsePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorPrevPageToken) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorPrevPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathValue
type ListPublicDevicesResponse_FieldMask ¶
type ListPublicDevicesResponse_FieldMask struct {
Paths []ListPublicDevicesResponse_FieldPath
}
func FullListPublicDevicesResponse_FieldMask ¶
func FullListPublicDevicesResponse_FieldMask() *ListPublicDevicesResponse_FieldMask
func (*ListPublicDevicesResponse_FieldMask) AppendPath ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendPath(path ListPublicDevicesResponse_FieldPath)
func (*ListPublicDevicesResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListPublicDevicesResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListPublicDevicesResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListPublicDevicesResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) FilterInputFields() *ListPublicDevicesResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListPublicDevicesResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListPublicDevicesResponse_FieldMask) GetPaths ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) GetPaths() []ListPublicDevicesResponse_FieldPath
func (*ListPublicDevicesResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListPublicDevicesResponse_FieldMask) IsFull ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) IsFull() bool
func (ListPublicDevicesResponse_FieldMask) Marshal ¶
func (fieldMask ListPublicDevicesResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListPublicDevicesResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListPublicDevicesResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListPublicDevicesResponse_FieldMask) PathsCount ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) PathsCount() int
func (*ListPublicDevicesResponse_FieldMask) Project ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) Project(source *ListPublicDevicesResponse) *ListPublicDevicesResponse
func (*ListPublicDevicesResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListPublicDevicesResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoMessage()
func (*ListPublicDevicesResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListPublicDevicesResponse_FieldMask) Reset ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) Reset()
func (*ListPublicDevicesResponse_FieldMask) Set ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) Set(target, source *ListPublicDevicesResponse)
func (*ListPublicDevicesResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListPublicDevicesResponse_FieldMask) SetRaw ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListPublicDevicesResponse_FieldMask) Size ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) Size() int
func (*ListPublicDevicesResponse_FieldMask) String ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) String() string
func (*ListPublicDevicesResponse_FieldMask) Subtract ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) Subtract(other *ListPublicDevicesResponse_FieldMask) *ListPublicDevicesResponse_FieldMask
func (*ListPublicDevicesResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListPublicDevicesResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListPublicDevicesResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) Unmarshal(data []byte) error
func (*ListPublicDevicesResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) UnmarshalJSON(data []byte) error
type ListPublicDevicesResponse_FieldPath ¶
type ListPublicDevicesResponse_FieldPath interface { gotenobject.FieldPath Selector() ListPublicDevicesResponse_FieldPathSelector Get(source *ListPublicDevicesResponse) []interface{} GetSingle(source *ListPublicDevicesResponse) (interface{}, bool) ClearValue(item *ListPublicDevicesResponse) // Those methods build corresponding ListPublicDevicesResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListPublicDevicesResponse_FieldPath ¶
func BuildListPublicDevicesResponse_FieldPath(fp gotenobject.RawFieldPath) (ListPublicDevicesResponse_FieldPath, error)
func MustParseListPublicDevicesResponse_FieldPath ¶
func MustParseListPublicDevicesResponse_FieldPath(rawField string) ListPublicDevicesResponse_FieldPath
func ParseListPublicDevicesResponse_FieldPath ¶
func ParseListPublicDevicesResponse_FieldPath(rawField string) (ListPublicDevicesResponse_FieldPath, error)
type ListPublicDevicesResponse_FieldPathArrayItemValue ¶
type ListPublicDevicesResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListPublicDevicesResponse_FieldPath ContainsValue(*ListPublicDevicesResponse) bool }
ListPublicDevicesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListPublicDevicesResponse according to their type Present only for array (repeated) types.
func MustParseListPublicDevicesResponse_FieldPathArrayItemValue ¶
func MustParseListPublicDevicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListPublicDevicesResponse_FieldPathArrayItemValue
func ParseListPublicDevicesResponse_FieldPathArrayItemValue ¶
func ParseListPublicDevicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListPublicDevicesResponse_FieldPathArrayItemValue, error)
ParseListPublicDevicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListPublicDevicesResponse_FieldPathArrayOfValues ¶
type ListPublicDevicesResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListPublicDevicesResponse_FieldPath }
ListPublicDevicesResponse_FieldPathArrayOfValues allows storing slice of values for ListPublicDevicesResponse fields according to their type
func MustParseListPublicDevicesResponse_FieldPathArrayOfValues ¶
func MustParseListPublicDevicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListPublicDevicesResponse_FieldPathArrayOfValues
func ParseListPublicDevicesResponse_FieldPathArrayOfValues ¶
func ParseListPublicDevicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPublicDevicesResponse_FieldPathArrayOfValues, error)
type ListPublicDevicesResponse_FieldPathSelector ¶
type ListPublicDevicesResponse_FieldPathSelector int32
const ( ListPublicDevicesResponse_FieldPathSelectorDevices ListPublicDevicesResponse_FieldPathSelector = 0 ListPublicDevicesResponse_FieldPathSelectorPrevPageToken ListPublicDevicesResponse_FieldPathSelector = 1 ListPublicDevicesResponse_FieldPathSelectorNextPageToken ListPublicDevicesResponse_FieldPathSelector = 2 )
func (ListPublicDevicesResponse_FieldPathSelector) String ¶
func (s ListPublicDevicesResponse_FieldPathSelector) String() string
type ListPublicDevicesResponse_FieldPathValue ¶
type ListPublicDevicesResponse_FieldPathValue interface { ListPublicDevicesResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListPublicDevicesResponse) CompareWith(*ListPublicDevicesResponse) (cmp int, comparable bool) }
ListPublicDevicesResponse_FieldPathValue allows storing values for ListPublicDevicesResponse fields according to their type
func MustParseListPublicDevicesResponse_FieldPathValue ¶
func MustParseListPublicDevicesResponse_FieldPathValue(pathStr, valueStr string) ListPublicDevicesResponse_FieldPathValue
func ParseListPublicDevicesResponse_FieldPathValue ¶
func ParseListPublicDevicesResponse_FieldPathValue(pathStr, valueStr string) (ListPublicDevicesResponse_FieldPathValue, error)
type ListPublicDevicesResponse_FieldSubPath ¶
type ListPublicDevicesResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ListPublicDevicesResponse_FieldSubPath) AsDevicesSubPath ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) AsDevicesSubPath() (device.Device_FieldPath, bool)
func (*ListPublicDevicesResponse_FieldSubPath) ClearValue ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValue(item *ListPublicDevicesResponse)
func (*ListPublicDevicesResponse_FieldSubPath) ClearValueRaw ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ListPublicDevicesResponse_FieldSubPath) Get ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) Get(source *ListPublicDevicesResponse) (values []interface{})
Get returns all values pointed by selected field from source ListPublicDevicesResponse
func (*ListPublicDevicesResponse_FieldSubPath) GetDefault ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListPublicDevicesResponse_FieldSubPath) GetRaw ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ListPublicDevicesResponse_FieldSubPath) GetSingle ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
GetSingle returns value of selected field from source ListPublicDevicesResponse
func (*ListPublicDevicesResponse_FieldSubPath) GetSingleRaw ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListPublicDevicesResponse_FieldSubPath) IsLeaf ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListPublicDevicesResponse_FieldSubPath) JSONString ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListPublicDevicesResponse_FieldSubPath) Selector ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) Selector() ListPublicDevicesResponse_FieldPathSelector
func (*ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListPublicDevicesResponse_FieldSubPath) String ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListPublicDevicesResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
func (*ListPublicDevicesResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
func (*ListPublicDevicesResponse_FieldSubPath) WithIValue ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
func (*ListPublicDevicesResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListPublicDevicesResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListPublicDevicesResponse_FieldSubPath) WithRawIValue ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListPublicDevicesResponse_FieldSubPathArrayItemValue ¶
type ListPublicDevicesResponse_FieldSubPathArrayItemValue struct { ListPublicDevicesResponse_FieldPath // contains filtered or unexported fields }
func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) AsDevicesPathItemValue ¶
func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) AsDevicesPathItemValue() (device.Device_FieldPathArrayItemValue, bool)
func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListPublicDevicesResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesResponse'
func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ListPublicDevicesResponse_FieldSubPathArrayOfValues ¶
type ListPublicDevicesResponse_FieldSubPathArrayOfValues struct { ListPublicDevicesResponse_FieldPath // contains filtered or unexported fields }
func (*ListPublicDevicesResponse_FieldSubPathArrayOfValues) AsDevicesPathArrayOfValues ¶
func (fpsaov *ListPublicDevicesResponse_FieldSubPathArrayOfValues) AsDevicesPathArrayOfValues() (device.Device_FieldPathArrayOfValues, bool)
func (*ListPublicDevicesResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ListPublicDevicesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ListPublicDevicesResponse_FieldSubPathValue ¶
type ListPublicDevicesResponse_FieldSubPathValue struct { ListPublicDevicesResponse_FieldPath // contains filtered or unexported fields }
func (*ListPublicDevicesResponse_FieldSubPathValue) AsDevicesPathValue ¶
func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) AsDevicesPathValue() (device.Device_FieldPathValue, bool)
func (*ListPublicDevicesResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWith(source *ListPublicDevicesResponse) (int, bool)
func (*ListPublicDevicesResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListPublicDevicesResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) GetRawValue() interface{}
func (*ListPublicDevicesResponse_FieldSubPathValue) SetTo ¶
func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) SetTo(target **ListPublicDevicesResponse)
func (*ListPublicDevicesResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ListPublicDevicesResponse_FieldTerminalPath ¶
type ListPublicDevicesResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListPublicDevicesResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) ClearValue(item *ListPublicDevicesResponse)
func (*ListPublicDevicesResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListPublicDevicesResponse_FieldTerminalPath) Get ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) Get(source *ListPublicDevicesResponse) (values []interface{})
Get returns all values pointed by specific field from source ListPublicDevicesResponse
func (*ListPublicDevicesResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListPublicDevicesResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListPublicDevicesResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListPublicDevicesResponse
func (*ListPublicDevicesResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListPublicDevicesResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListPublicDevicesResponse_FieldTerminalPath) JSONString ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListPublicDevicesResponse_FieldTerminalPath) Selector ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) Selector() ListPublicDevicesResponse_FieldPathSelector
func (*ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListPublicDevicesResponse_FieldTerminalPath) String ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListPublicDevicesResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
func (*ListPublicDevicesResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
func (*ListPublicDevicesResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListPublicDevicesResponse_FieldTerminalPathArrayItemValue ¶
type ListPublicDevicesResponse_FieldTerminalPathArrayItemValue struct { ListPublicDevicesResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) AsDevicesItemValue ¶
func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) AsDevicesItemValue() (*device.Device, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPublicDevicesResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesResponse'
func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListPublicDevicesResponse as interface{}
func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListPublicDevicesResponse_FieldTerminalPathArrayOfValues ¶
type ListPublicDevicesResponse_FieldTerminalPathArrayOfValues struct { ListPublicDevicesResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsDevicesArrayOfValues ¶
func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsDevicesArrayOfValues() ([][]*device.Device, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListPublicDevicesResponse_FieldTerminalPathValue ¶
type ListPublicDevicesResponse_FieldTerminalPathValue struct { ListPublicDevicesResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsDevicesValue ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsDevicesValue() ([]*device.Device, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*device.PagerCursor, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*device.PagerCursor, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) CompareWith(source *ListPublicDevicesResponse) (int, bool)
CompareWith compares value in the 'ListPublicDevicesResponse_FieldTerminalPathValue' with the value under path in 'ListPublicDevicesResponse'.
func (*ListPublicDevicesResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListPublicDevicesResponse' as interface{}
func (*ListPublicDevicesResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) SetTo(target **ListPublicDevicesResponse)
SetTo stores value for selected field for object ListPublicDevicesResponse
func (*ListPublicDevicesResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PublicServiceClient ¶
type PublicServiceClient interface {
ListPublicDevices(ctx context.Context, in *ListPublicDevicesRequest, opts ...grpc.CallOption) (*ListPublicDevicesResponse, error)
}
PublicServiceClient is the client API for PublicService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewPublicServiceClient ¶
func NewPublicServiceClient(cc grpc.ClientConnInterface) PublicServiceClient
type PublicServiceDescriptor ¶ added in v0.4.28
type PublicServiceDescriptor struct{}
func GetPublicServiceDescriptor ¶ added in v0.4.28
func GetPublicServiceDescriptor() *PublicServiceDescriptor
func (*PublicServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.28
func (d *PublicServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*PublicServiceDescriptor) GetApiName ¶ added in v0.4.28
func (d *PublicServiceDescriptor) GetApiName() string
func (*PublicServiceDescriptor) GetFullAPIName ¶ added in v0.4.28
func (d *PublicServiceDescriptor) GetFullAPIName() string
func (*PublicServiceDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *PublicServiceDescriptor) GetProtoPkgName() string
func (*PublicServiceDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *PublicServiceDescriptor) GetServiceDomain() string
func (*PublicServiceDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *PublicServiceDescriptor) GetServiceVersion() string