network_info_client

package
v0.12.9 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 52 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetNetworkInfoDescriptor

type GetNetworkInfoDescriptor struct{}

func GetGetNetworkInfoDescriptor

func GetGetNetworkInfoDescriptor() *GetNetworkInfoDescriptor

func (*GetNetworkInfoDescriptor) GetApiDescriptor

func (d *GetNetworkInfoDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetNetworkInfoDescriptor) GetApiName

func (d *GetNetworkInfoDescriptor) GetApiName() string

func (*GetNetworkInfoDescriptor) GetClientMsgReflectHandle

func (d *GetNetworkInfoDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetNetworkInfoDescriptor) GetFullMethodName

func (d *GetNetworkInfoDescriptor) GetFullMethodName() string

func (*GetNetworkInfoDescriptor) GetMethodName

func (d *GetNetworkInfoDescriptor) GetMethodName() string

func (*GetNetworkInfoDescriptor) GetProtoPkgName

func (d *GetNetworkInfoDescriptor) GetProtoPkgName() string

func (*GetNetworkInfoDescriptor) GetResourceDescriptor

func (d *GetNetworkInfoDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetNetworkInfoDescriptor) GetServerMsgReflectHandle

func (d *GetNetworkInfoDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetNetworkInfoDescriptor) GetServiceDomain

func (d *GetNetworkInfoDescriptor) GetServiceDomain() string

func (*GetNetworkInfoDescriptor) GetServiceVersion

func (d *GetNetworkInfoDescriptor) GetServiceVersion() string

func (*GetNetworkInfoDescriptor) GetVerb

func (d *GetNetworkInfoDescriptor) GetVerb() string

func (*GetNetworkInfoDescriptor) HasResource

func (d *GetNetworkInfoDescriptor) HasResource() bool

func (*GetNetworkInfoDescriptor) IsClientStream

func (d *GetNetworkInfoDescriptor) IsClientStream() bool

func (*GetNetworkInfoDescriptor) IsCollection

func (d *GetNetworkInfoDescriptor) IsCollection() bool

func (*GetNetworkInfoDescriptor) IsPlural

func (d *GetNetworkInfoDescriptor) IsPlural() bool

func (*GetNetworkInfoDescriptor) IsServerStream

func (d *GetNetworkInfoDescriptor) IsServerStream() bool

func (*GetNetworkInfoDescriptor) IsUnary

func (d *GetNetworkInfoDescriptor) IsUnary() bool

func (*GetNetworkInfoDescriptor) NewEmptyClientMsg

func (d *GetNetworkInfoDescriptor) NewEmptyClientMsg() proto.Message

func (*GetNetworkInfoDescriptor) NewEmptyServerMsg

func (d *GetNetworkInfoDescriptor) NewEmptyServerMsg() proto.Message

func (*GetNetworkInfoDescriptor) RequestHasResourceBody

func (d *GetNetworkInfoDescriptor) RequestHasResourceBody() bool

type GetNetworkInfoDescriptorClientMsgHandle

type GetNetworkInfoDescriptorClientMsgHandle struct{}

func (*GetNetworkInfoDescriptorClientMsgHandle) ExtractCollectionName

func (*GetNetworkInfoDescriptorClientMsgHandle) ExtractResourceName

func (*GetNetworkInfoDescriptorClientMsgHandle) ExtractResourceNames

type GetNetworkInfoDescriptorServerMsgHandle

type GetNetworkInfoDescriptorServerMsgHandle struct{}

func (*GetNetworkInfoDescriptorServerMsgHandle) ExtractCollectionName

func (*GetNetworkInfoDescriptorServerMsgHandle) ExtractResourceName

func (*GetNetworkInfoDescriptorServerMsgHandle) ExtractResourceNames

type GetNetworkInfoRequest

type GetNetworkInfoRequest struct {

	//  reference of ntt.watchdog.v1alpha2.Probe
	Name *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// Default is Text format. Json is for internal use only
	OutputFormat common.OnDemandTestResponseFormat `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [GetNetworkInfo][ntt.watchdog.v1alpha2.GetNetworkInfo]

func (*GetNetworkInfoRequest) Clone

func (*GetNetworkInfoRequest) CloneRaw

func (*GetNetworkInfoRequest) Descriptor

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

Deprecated, Use GetNetworkInfoRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkInfoRequest) GetName

func (m *GetNetworkInfoRequest) GetName() *probe.Reference

func (*GetNetworkInfoRequest) GetOutputFormat added in v0.10.0

func (*GetNetworkInfoRequest) GotenMessage

func (*GetNetworkInfoRequest) GotenMessage()

func (*GetNetworkInfoRequest) GotenObjectExt

func (o *GetNetworkInfoRequest) GotenObjectExt()

func (*GetNetworkInfoRequest) GotenValidate

func (obj *GetNetworkInfoRequest) GotenValidate() error

func (*GetNetworkInfoRequest) MakeDiffFieldMask

func (*GetNetworkInfoRequest) MakeFullFieldMask

func (*GetNetworkInfoRequest) MakeRawDiffFieldMask

func (o *GetNetworkInfoRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*GetNetworkInfoRequest) MakeRawFullFieldMask

func (o *GetNetworkInfoRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*GetNetworkInfoRequest) Marshal

func (m *GetNetworkInfoRequest) Marshal() ([]byte, error)

func (*GetNetworkInfoRequest) MarshalJSON

func (m *GetNetworkInfoRequest) MarshalJSON() ([]byte, error)

func (*GetNetworkInfoRequest) Merge

func (o *GetNetworkInfoRequest) Merge(source *GetNetworkInfoRequest)

func (*GetNetworkInfoRequest) MergeRaw

func (o *GetNetworkInfoRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*GetNetworkInfoRequest) ProtoMessage

func (*GetNetworkInfoRequest) ProtoMessage()

func (*GetNetworkInfoRequest) ProtoReflect

func (m *GetNetworkInfoRequest) ProtoReflect() preflect.Message

func (*GetNetworkInfoRequest) Reset

func (m *GetNetworkInfoRequest) Reset()

func (*GetNetworkInfoRequest) SetName

func (m *GetNetworkInfoRequest) SetName(fv *probe.Reference)

func (*GetNetworkInfoRequest) SetOutputFormat added in v0.10.0

func (*GetNetworkInfoRequest) String

func (m *GetNetworkInfoRequest) String() string

func (*GetNetworkInfoRequest) Unmarshal

func (m *GetNetworkInfoRequest) Unmarshal(b []byte) error

func (*GetNetworkInfoRequest) UnmarshalJSON

func (m *GetNetworkInfoRequest) UnmarshalJSON(data []byte) error

type GetNetworkInfoRequestFieldPathBuilder

type GetNetworkInfoRequestFieldPathBuilder struct{}

func NewGetNetworkInfoRequestFieldPathBuilder

func NewGetNetworkInfoRequestFieldPathBuilder() GetNetworkInfoRequestFieldPathBuilder

func (GetNetworkInfoRequestFieldPathBuilder) Name

func (GetNetworkInfoRequestFieldPathBuilder) OutputFormat added in v0.10.0

type GetNetworkInfoRequestPathSelectorName

type GetNetworkInfoRequestPathSelectorName struct{}

func (GetNetworkInfoRequestPathSelectorName) FieldPath

func (GetNetworkInfoRequestPathSelectorName) WithArrayOfValues

func (GetNetworkInfoRequestPathSelectorName) WithValue

type GetNetworkInfoRequestPathSelectorOutputFormat added in v0.10.0

type GetNetworkInfoRequestPathSelectorOutputFormat struct{}

func (GetNetworkInfoRequestPathSelectorOutputFormat) FieldPath added in v0.10.0

func (GetNetworkInfoRequestPathSelectorOutputFormat) WithArrayOfValues added in v0.10.0

func (GetNetworkInfoRequestPathSelectorOutputFormat) WithValue added in v0.10.0

type GetNetworkInfoRequest_FieldMask

type GetNetworkInfoRequest_FieldMask struct {
	Paths []GetNetworkInfoRequest_FieldPath
}

func FullGetNetworkInfoRequest_FieldMask

func FullGetNetworkInfoRequest_FieldMask() *GetNetworkInfoRequest_FieldMask

func (*GetNetworkInfoRequest_FieldMask) AppendPath

func (*GetNetworkInfoRequest_FieldMask) AppendRawPath

func (fieldMask *GetNetworkInfoRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*GetNetworkInfoRequest_FieldMask) DecodeFirestore

func (fieldMask *GetNetworkInfoRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*GetNetworkInfoRequest_FieldMask) EncodeFirestore

func (fieldMask *GetNetworkInfoRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*GetNetworkInfoRequest_FieldMask) FilterInputFields

func (fieldMask *GetNetworkInfoRequest_FieldMask) FilterInputFields() *GetNetworkInfoRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetNetworkInfoRequest_FieldMask) FromProtoFieldMask

func (fieldMask *GetNetworkInfoRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*GetNetworkInfoRequest_FieldMask) GetPaths

func (*GetNetworkInfoRequest_FieldMask) GetRawPaths

func (fieldMask *GetNetworkInfoRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*GetNetworkInfoRequest_FieldMask) IsFull

func (fieldMask *GetNetworkInfoRequest_FieldMask) IsFull() bool

func (GetNetworkInfoRequest_FieldMask) Marshal

func (fieldMask GetNetworkInfoRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (GetNetworkInfoRequest_FieldMask) MarshalJSON

func (fieldMask GetNetworkInfoRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*GetNetworkInfoRequest_FieldMask) PathsCount

func (fieldMask *GetNetworkInfoRequest_FieldMask) PathsCount() int

func (*GetNetworkInfoRequest_FieldMask) Project

func (*GetNetworkInfoRequest_FieldMask) ProjectRaw

func (*GetNetworkInfoRequest_FieldMask) ProtoMessage

func (fieldMask *GetNetworkInfoRequest_FieldMask) ProtoMessage()

func (*GetNetworkInfoRequest_FieldMask) ProtoReflect

func (fieldMask *GetNetworkInfoRequest_FieldMask) ProtoReflect() preflect.Message

func (*GetNetworkInfoRequest_FieldMask) Reset

func (fieldMask *GetNetworkInfoRequest_FieldMask) Reset()

func (*GetNetworkInfoRequest_FieldMask) Set

func (fieldMask *GetNetworkInfoRequest_FieldMask) Set(target, source *GetNetworkInfoRequest)

func (*GetNetworkInfoRequest_FieldMask) SetFromCliFlag

func (fieldMask *GetNetworkInfoRequest_FieldMask) SetFromCliFlag(raw string) error

func (*GetNetworkInfoRequest_FieldMask) SetRaw

func (fieldMask *GetNetworkInfoRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*GetNetworkInfoRequest_FieldMask) Size

func (fieldMask *GetNetworkInfoRequest_FieldMask) Size() int

func (*GetNetworkInfoRequest_FieldMask) String

func (fieldMask *GetNetworkInfoRequest_FieldMask) String() string

func (*GetNetworkInfoRequest_FieldMask) Subtract

func (*GetNetworkInfoRequest_FieldMask) SubtractRaw

func (*GetNetworkInfoRequest_FieldMask) ToProtoFieldMask

func (fieldMask *GetNetworkInfoRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*GetNetworkInfoRequest_FieldMask) Unmarshal

func (fieldMask *GetNetworkInfoRequest_FieldMask) Unmarshal(data []byte) error

func (*GetNetworkInfoRequest_FieldMask) UnmarshalJSON

func (fieldMask *GetNetworkInfoRequest_FieldMask) UnmarshalJSON(data []byte) error

type GetNetworkInfoRequest_FieldPath

type GetNetworkInfoRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetNetworkInfoRequest_FieldPathSelector
	Get(source *GetNetworkInfoRequest) []interface{}
	GetSingle(source *GetNetworkInfoRequest) (interface{}, bool)
	ClearValue(item *GetNetworkInfoRequest)

	// Those methods build corresponding GetNetworkInfoRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) GetNetworkInfoRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) GetNetworkInfoRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) GetNetworkInfoRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseGetNetworkInfoRequest_FieldPath

func MustParseGetNetworkInfoRequest_FieldPath(rawField string) GetNetworkInfoRequest_FieldPath

func ParseGetNetworkInfoRequest_FieldPath

func ParseGetNetworkInfoRequest_FieldPath(rawField string) (GetNetworkInfoRequest_FieldPath, error)

type GetNetworkInfoRequest_FieldPathArrayItemValue

type GetNetworkInfoRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetNetworkInfoRequest_FieldPath
	ContainsValue(*GetNetworkInfoRequest) bool
}

GetNetworkInfoRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetNetworkInfoRequest according to their type Present only for array (repeated) types.

func MustParseGetNetworkInfoRequest_FieldPathArrayItemValue

func MustParseGetNetworkInfoRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetNetworkInfoRequest_FieldPathArrayItemValue

func ParseGetNetworkInfoRequest_FieldPathArrayItemValue

func ParseGetNetworkInfoRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetNetworkInfoRequest_FieldPathArrayItemValue, error)

ParseGetNetworkInfoRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetNetworkInfoRequest_FieldPathArrayOfValues

type GetNetworkInfoRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetNetworkInfoRequest_FieldPath
}

GetNetworkInfoRequest_FieldPathArrayOfValues allows storing slice of values for GetNetworkInfoRequest fields according to their type

func MustParseGetNetworkInfoRequest_FieldPathArrayOfValues

func MustParseGetNetworkInfoRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetNetworkInfoRequest_FieldPathArrayOfValues

func ParseGetNetworkInfoRequest_FieldPathArrayOfValues

func ParseGetNetworkInfoRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetNetworkInfoRequest_FieldPathArrayOfValues, error)

type GetNetworkInfoRequest_FieldPathSelector

type GetNetworkInfoRequest_FieldPathSelector int32
const (
	GetNetworkInfoRequest_FieldPathSelectorName         GetNetworkInfoRequest_FieldPathSelector = 0
	GetNetworkInfoRequest_FieldPathSelectorOutputFormat GetNetworkInfoRequest_FieldPathSelector = 1
)

func (GetNetworkInfoRequest_FieldPathSelector) String

type GetNetworkInfoRequest_FieldPathValue

type GetNetworkInfoRequest_FieldPathValue interface {
	GetNetworkInfoRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetNetworkInfoRequest)
	CompareWith(*GetNetworkInfoRequest) (cmp int, comparable bool)
}

GetNetworkInfoRequest_FieldPathValue allows storing values for GetNetworkInfoRequest fields according to their type

func MustParseGetNetworkInfoRequest_FieldPathValue

func MustParseGetNetworkInfoRequest_FieldPathValue(pathStr, valueStr string) GetNetworkInfoRequest_FieldPathValue

func ParseGetNetworkInfoRequest_FieldPathValue

func ParseGetNetworkInfoRequest_FieldPathValue(pathStr, valueStr string) (GetNetworkInfoRequest_FieldPathValue, error)

type GetNetworkInfoRequest_FieldTerminalPath

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

func (*GetNetworkInfoRequest_FieldTerminalPath) ClearValue

func (*GetNetworkInfoRequest_FieldTerminalPath) ClearValueRaw

func (fp *GetNetworkInfoRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*GetNetworkInfoRequest_FieldTerminalPath) Get

func (fp *GetNetworkInfoRequest_FieldTerminalPath) Get(source *GetNetworkInfoRequest) (values []interface{})

Get returns all values pointed by specific field from source GetNetworkInfoRequest

func (*GetNetworkInfoRequest_FieldTerminalPath) GetDefault

func (fp *GetNetworkInfoRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetNetworkInfoRequest_FieldTerminalPath) GetRaw

func (fp *GetNetworkInfoRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*GetNetworkInfoRequest_FieldTerminalPath) GetSingle

func (fp *GetNetworkInfoRequest_FieldTerminalPath) GetSingle(source *GetNetworkInfoRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetNetworkInfoRequest

func (*GetNetworkInfoRequest_FieldTerminalPath) GetSingleRaw

func (fp *GetNetworkInfoRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetNetworkInfoRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetNetworkInfoRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetNetworkInfoRequest_FieldTerminalPath) Selector

func (*GetNetworkInfoRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (fp *GetNetworkInfoRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetNetworkInfoRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetNetworkInfoRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetNetworkInfoRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetNetworkInfoRequest_FieldTerminalPath) WithIValue

func (*GetNetworkInfoRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *GetNetworkInfoRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*GetNetworkInfoRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *GetNetworkInfoRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetNetworkInfoRequest_FieldTerminalPath) WithRawIValue

func (fp *GetNetworkInfoRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type GetNetworkInfoRequest_FieldTerminalPathArrayItemValue

type GetNetworkInfoRequest_FieldTerminalPathArrayItemValue struct {
	GetNetworkInfoRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'GetNetworkInfoRequest'

func (*GetNetworkInfoRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *GetNetworkInfoRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object GetNetworkInfoRequest as interface{}

func (*GetNetworkInfoRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetNetworkInfoRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetNetworkInfoRequest) (interface{}, bool)

func (*GetNetworkInfoRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *GetNetworkInfoRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type GetNetworkInfoRequest_FieldTerminalPathArrayOfValues

type GetNetworkInfoRequest_FieldTerminalPathArrayOfValues struct {
	GetNetworkInfoRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *GetNetworkInfoRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*probe.Reference, bool)

func (*GetNetworkInfoRequest_FieldTerminalPathArrayOfValues) AsOutputFormatArrayOfValues added in v0.10.0

func (*GetNetworkInfoRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *GetNetworkInfoRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type GetNetworkInfoRequest_FieldTerminalPathValue

type GetNetworkInfoRequest_FieldTerminalPathValue struct {
	GetNetworkInfoRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoRequest_FieldTerminalPathValue) AsNameValue

func (*GetNetworkInfoRequest_FieldTerminalPathValue) AsOutputFormatValue added in v0.10.0

func (*GetNetworkInfoRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetNetworkInfoRequest_FieldTerminalPathValue' with the value under path in 'GetNetworkInfoRequest'.

func (*GetNetworkInfoRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *GetNetworkInfoRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*GetNetworkInfoRequest_FieldTerminalPathValue) GetRawValue

func (fpv *GetNetworkInfoRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'GetNetworkInfoRequest' as interface{}

func (*GetNetworkInfoRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetNetworkInfoRequest

func (*GetNetworkInfoRequest_FieldTerminalPathValue) SetToRaw

type GetNetworkInfoResponse

type GetNetworkInfoResponse struct {

	// Console type text response
	TextResponse string `protobuf:"bytes,1,opt,name=text_response,json=textResponse,proto3" json:"text_response,omitempty" firestore:"textResponse"`
	// Json format is not preferred for the ondemand tests
	JsonResponse *GetNetworkInfoResponse_JsonResponse `protobuf:"bytes,2,opt,name=json_response,json=jsonResponse,proto3" json:"json_response,omitempty" firestore:"jsonResponse"`
	// contains filtered or unexported fields
}

Response message for method [GetNetworkInfo][ntt.watchdog.v1alpha2.GetNetworkInfo]

func (*GetNetworkInfoResponse) Clone

func (*GetNetworkInfoResponse) CloneRaw

func (*GetNetworkInfoResponse) Descriptor

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

Deprecated, Use GetNetworkInfoResponse.ProtoReflect.Descriptor instead.

func (*GetNetworkInfoResponse) GetJsonResponse

func (*GetNetworkInfoResponse) GetTextResponse

func (m *GetNetworkInfoResponse) GetTextResponse() string

func (*GetNetworkInfoResponse) GotenMessage

func (*GetNetworkInfoResponse) GotenMessage()

func (*GetNetworkInfoResponse) GotenObjectExt

func (o *GetNetworkInfoResponse) GotenObjectExt()

func (*GetNetworkInfoResponse) GotenValidate

func (obj *GetNetworkInfoResponse) GotenValidate() error

func (*GetNetworkInfoResponse) MakeDiffFieldMask

func (*GetNetworkInfoResponse) MakeFullFieldMask

func (*GetNetworkInfoResponse) MakeRawDiffFieldMask

func (*GetNetworkInfoResponse) MakeRawFullFieldMask

func (o *GetNetworkInfoResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*GetNetworkInfoResponse) Marshal

func (m *GetNetworkInfoResponse) Marshal() ([]byte, error)

func (*GetNetworkInfoResponse) MarshalJSON

func (m *GetNetworkInfoResponse) MarshalJSON() ([]byte, error)

func (*GetNetworkInfoResponse) Merge

func (*GetNetworkInfoResponse) MergeRaw

func (*GetNetworkInfoResponse) ProtoMessage

func (*GetNetworkInfoResponse) ProtoMessage()

func (*GetNetworkInfoResponse) ProtoReflect

func (m *GetNetworkInfoResponse) ProtoReflect() preflect.Message

func (*GetNetworkInfoResponse) Reset

func (m *GetNetworkInfoResponse) Reset()

func (*GetNetworkInfoResponse) SetJsonResponse

func (*GetNetworkInfoResponse) SetTextResponse

func (m *GetNetworkInfoResponse) SetTextResponse(fv string)

func (*GetNetworkInfoResponse) String

func (m *GetNetworkInfoResponse) String() string

func (*GetNetworkInfoResponse) Unmarshal

func (m *GetNetworkInfoResponse) Unmarshal(b []byte) error

func (*GetNetworkInfoResponse) UnmarshalJSON

func (m *GetNetworkInfoResponse) UnmarshalJSON(data []byte) error

type GetNetworkInfoResponseFieldPathBuilder

type GetNetworkInfoResponseFieldPathBuilder struct{}

func NewGetNetworkInfoResponseFieldPathBuilder

func NewGetNetworkInfoResponseFieldPathBuilder() GetNetworkInfoResponseFieldPathBuilder

func (GetNetworkInfoResponseFieldPathBuilder) JsonResponse

func (GetNetworkInfoResponseFieldPathBuilder) TextResponse

type GetNetworkInfoResponseJsonResponseFieldPathBuilder

type GetNetworkInfoResponseJsonResponseFieldPathBuilder struct{}

func NewGetNetworkInfoResponseJsonResponseFieldPathBuilder

func NewGetNetworkInfoResponseJsonResponseFieldPathBuilder() GetNetworkInfoResponseJsonResponseFieldPathBuilder

func (GetNetworkInfoResponseJsonResponseFieldPathBuilder) Interfaces

func (GetNetworkInfoResponseJsonResponseFieldPathBuilder) Routes

func (GetNetworkInfoResponseJsonResponseFieldPathBuilder) WifiInfo

type GetNetworkInfoResponseJsonResponse_FieldPath

type GetNetworkInfoResponseJsonResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetNetworkInfoResponseJsonResponse_FieldPathSelector
	Get(source *GetNetworkInfoResponse_JsonResponse) []interface{}
	GetSingle(source *GetNetworkInfoResponse_JsonResponse) (interface{}, bool)
	ClearValue(item *GetNetworkInfoResponse_JsonResponse)

	// Those methods build corresponding GetNetworkInfoResponseJsonResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) GetNetworkInfoResponseJsonResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) GetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) GetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseGetNetworkInfoResponseJsonResponse_FieldPath

func MustParseGetNetworkInfoResponseJsonResponse_FieldPath(rawField string) GetNetworkInfoResponseJsonResponse_FieldPath

func ParseGetNetworkInfoResponseJsonResponse_FieldPath

func ParseGetNetworkInfoResponseJsonResponse_FieldPath(rawField string) (GetNetworkInfoResponseJsonResponse_FieldPath, error)

type GetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue

type GetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetNetworkInfoResponseJsonResponse_FieldPath
	ContainsValue(*GetNetworkInfoResponse_JsonResponse) bool
}

GetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for JsonResponse according to their type Present only for array (repeated) types.

func MustParseGetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue

func MustParseGetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue(pathStr, valueStr string) GetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue

func ParseGetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue

func ParseGetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue(pathStr, valueStr string) (GetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue, error)

ParseGetNetworkInfoResponseJsonResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues

type GetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetNetworkInfoResponseJsonResponse_FieldPath
}

GetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues allows storing slice of values for JsonResponse fields according to their type

func MustParseGetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues

func MustParseGetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues(pathStr, valuesStr string) GetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues

func ParseGetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues

func ParseGetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (GetNetworkInfoResponseJsonResponse_FieldPathArrayOfValues, error)

type GetNetworkInfoResponseJsonResponse_FieldPathSelector

type GetNetworkInfoResponseJsonResponse_FieldPathSelector int32
const (
	GetNetworkInfoResponseJsonResponse_FieldPathSelectorInterfaces GetNetworkInfoResponseJsonResponse_FieldPathSelector = 0
	GetNetworkInfoResponseJsonResponse_FieldPathSelectorRoutes     GetNetworkInfoResponseJsonResponse_FieldPathSelector = 1
	GetNetworkInfoResponseJsonResponse_FieldPathSelectorWifiInfo   GetNetworkInfoResponseJsonResponse_FieldPathSelector = 2
)

func (GetNetworkInfoResponseJsonResponse_FieldPathSelector) String

type GetNetworkInfoResponseJsonResponse_FieldPathValue

type GetNetworkInfoResponseJsonResponse_FieldPathValue interface {
	GetNetworkInfoResponseJsonResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetNetworkInfoResponse_JsonResponse)
	CompareWith(*GetNetworkInfoResponse_JsonResponse) (cmp int, comparable bool)
}

GetNetworkInfoResponseJsonResponse_FieldPathValue allows storing values for JsonResponse fields according to their type

func MustParseGetNetworkInfoResponseJsonResponse_FieldPathValue

func MustParseGetNetworkInfoResponseJsonResponse_FieldPathValue(pathStr, valueStr string) GetNetworkInfoResponseJsonResponse_FieldPathValue

func ParseGetNetworkInfoResponseJsonResponse_FieldPathValue

func ParseGetNetworkInfoResponseJsonResponse_FieldPathValue(pathStr, valueStr string) (GetNetworkInfoResponseJsonResponse_FieldPathValue, error)

type GetNetworkInfoResponseJsonResponse_FieldTerminalPath

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

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) ClearValue

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) ClearValueRaw

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source GetNetworkInfoResponse_JsonResponse

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) GetDefault

func (fp *GetNetworkInfoResponseJsonResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) GetRaw

func (fp *GetNetworkInfoResponseJsonResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source GetNetworkInfoResponse_JsonResponse

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) GetSingleRaw

func (fp *GetNetworkInfoResponseJsonResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) Selector

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) WithIArrayItemValue

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) WithIArrayOfValues

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) WithIValue

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *GetNetworkInfoResponseJsonResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPath) WithRawIValue

type GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayItemValue

type GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayItemValue struct {
	GetNetworkInfoResponseJsonResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'JsonResponse'

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object GetNetworkInfoResponse_JsonResponse as interface{}

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayOfValues

type GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayOfValues struct {
	GetNetworkInfoResponseJsonResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayOfValues) AsInterfacesArrayOfValues

func (fpaov *GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayOfValues) AsInterfacesArrayOfValues() ([]string, bool)

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayOfValues) AsRoutesArrayOfValues

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayOfValues) AsWifiInfoArrayOfValues

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *GetNetworkInfoResponseJsonResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue

type GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue struct {
	GetNetworkInfoResponseJsonResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) AsInterfacesValue

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) AsRoutesValue

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) AsWifiInfoValue

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue' with the value under path in 'GetNetworkInfoResponse_JsonResponse'.

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) CompareWithRaw

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) GetRawValue

func (fpv *GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'JsonResponse' as interface{}

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object JsonResponse

func (*GetNetworkInfoResponseJsonResponse_FieldTerminalPathValue) SetToRaw

type GetNetworkInfoResponsePathSelectorJsonResponse

type GetNetworkInfoResponsePathSelectorJsonResponse struct{}

func (GetNetworkInfoResponsePathSelectorJsonResponse) FieldPath

func (GetNetworkInfoResponsePathSelectorJsonResponse) Interfaces

func (GetNetworkInfoResponsePathSelectorJsonResponse) Routes

func (GetNetworkInfoResponsePathSelectorJsonResponse) WifiInfo

type GetNetworkInfoResponsePathSelectorJsonResponseInterfaces

type GetNetworkInfoResponsePathSelectorJsonResponseInterfaces struct{}

func (GetNetworkInfoResponsePathSelectorJsonResponseInterfaces) FieldPath

func (GetNetworkInfoResponsePathSelectorJsonResponseInterfaces) WithArrayOfValues

func (GetNetworkInfoResponsePathSelectorJsonResponseInterfaces) WithValue

type GetNetworkInfoResponsePathSelectorJsonResponseRoutes

type GetNetworkInfoResponsePathSelectorJsonResponseRoutes struct{}

func (GetNetworkInfoResponsePathSelectorJsonResponseRoutes) FieldPath

func (GetNetworkInfoResponsePathSelectorJsonResponseRoutes) WithArrayOfValues

func (GetNetworkInfoResponsePathSelectorJsonResponseRoutes) WithValue

type GetNetworkInfoResponsePathSelectorJsonResponseWifiInfo

type GetNetworkInfoResponsePathSelectorJsonResponseWifiInfo struct{}

func (GetNetworkInfoResponsePathSelectorJsonResponseWifiInfo) FieldPath

func (GetNetworkInfoResponsePathSelectorJsonResponseWifiInfo) WithArrayOfValues

func (GetNetworkInfoResponsePathSelectorJsonResponseWifiInfo) WithValue

type GetNetworkInfoResponsePathSelectorTextResponse

type GetNetworkInfoResponsePathSelectorTextResponse struct{}

func (GetNetworkInfoResponsePathSelectorTextResponse) FieldPath

func (GetNetworkInfoResponsePathSelectorTextResponse) WithArrayOfValues

func (GetNetworkInfoResponsePathSelectorTextResponse) WithValue

type GetNetworkInfoResponse_FieldMask

type GetNetworkInfoResponse_FieldMask struct {
	Paths []GetNetworkInfoResponse_FieldPath
}

func FullGetNetworkInfoResponse_FieldMask

func FullGetNetworkInfoResponse_FieldMask() *GetNetworkInfoResponse_FieldMask

func (*GetNetworkInfoResponse_FieldMask) AppendPath

func (*GetNetworkInfoResponse_FieldMask) AppendRawPath

func (fieldMask *GetNetworkInfoResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*GetNetworkInfoResponse_FieldMask) DecodeFirestore

func (fieldMask *GetNetworkInfoResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*GetNetworkInfoResponse_FieldMask) EncodeFirestore

func (fieldMask *GetNetworkInfoResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*GetNetworkInfoResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetNetworkInfoResponse_FieldMask) FromProtoFieldMask

func (fieldMask *GetNetworkInfoResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*GetNetworkInfoResponse_FieldMask) GetPaths

func (*GetNetworkInfoResponse_FieldMask) GetRawPaths

func (fieldMask *GetNetworkInfoResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*GetNetworkInfoResponse_FieldMask) IsFull

func (fieldMask *GetNetworkInfoResponse_FieldMask) IsFull() bool

func (GetNetworkInfoResponse_FieldMask) Marshal

func (fieldMask GetNetworkInfoResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (GetNetworkInfoResponse_FieldMask) MarshalJSON

func (fieldMask GetNetworkInfoResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*GetNetworkInfoResponse_FieldMask) PathsCount

func (fieldMask *GetNetworkInfoResponse_FieldMask) PathsCount() int

func (*GetNetworkInfoResponse_FieldMask) Project

func (*GetNetworkInfoResponse_FieldMask) ProjectRaw

func (*GetNetworkInfoResponse_FieldMask) ProtoMessage

func (fieldMask *GetNetworkInfoResponse_FieldMask) ProtoMessage()

func (*GetNetworkInfoResponse_FieldMask) ProtoReflect

func (fieldMask *GetNetworkInfoResponse_FieldMask) ProtoReflect() preflect.Message

func (*GetNetworkInfoResponse_FieldMask) Reset

func (fieldMask *GetNetworkInfoResponse_FieldMask) Reset()

func (*GetNetworkInfoResponse_FieldMask) Set

func (fieldMask *GetNetworkInfoResponse_FieldMask) Set(target, source *GetNetworkInfoResponse)

func (*GetNetworkInfoResponse_FieldMask) SetFromCliFlag

func (fieldMask *GetNetworkInfoResponse_FieldMask) SetFromCliFlag(raw string) error

func (*GetNetworkInfoResponse_FieldMask) SetRaw

func (fieldMask *GetNetworkInfoResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*GetNetworkInfoResponse_FieldMask) Size

func (fieldMask *GetNetworkInfoResponse_FieldMask) Size() int

func (*GetNetworkInfoResponse_FieldMask) String

func (fieldMask *GetNetworkInfoResponse_FieldMask) String() string

func (*GetNetworkInfoResponse_FieldMask) Subtract

func (*GetNetworkInfoResponse_FieldMask) SubtractRaw

func (*GetNetworkInfoResponse_FieldMask) ToProtoFieldMask

func (fieldMask *GetNetworkInfoResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*GetNetworkInfoResponse_FieldMask) Unmarshal

func (fieldMask *GetNetworkInfoResponse_FieldMask) Unmarshal(data []byte) error

func (*GetNetworkInfoResponse_FieldMask) UnmarshalJSON

func (fieldMask *GetNetworkInfoResponse_FieldMask) UnmarshalJSON(data []byte) error

type GetNetworkInfoResponse_FieldPath

type GetNetworkInfoResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetNetworkInfoResponse_FieldPathSelector
	Get(source *GetNetworkInfoResponse) []interface{}
	GetSingle(source *GetNetworkInfoResponse) (interface{}, bool)
	ClearValue(item *GetNetworkInfoResponse)

	// Those methods build corresponding GetNetworkInfoResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) GetNetworkInfoResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) GetNetworkInfoResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) GetNetworkInfoResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseGetNetworkInfoResponse_FieldPath

func MustParseGetNetworkInfoResponse_FieldPath(rawField string) GetNetworkInfoResponse_FieldPath

func ParseGetNetworkInfoResponse_FieldPath

func ParseGetNetworkInfoResponse_FieldPath(rawField string) (GetNetworkInfoResponse_FieldPath, error)

type GetNetworkInfoResponse_FieldPathArrayItemValue

type GetNetworkInfoResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetNetworkInfoResponse_FieldPath
	ContainsValue(*GetNetworkInfoResponse) bool
}

GetNetworkInfoResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for GetNetworkInfoResponse according to their type Present only for array (repeated) types.

func MustParseGetNetworkInfoResponse_FieldPathArrayItemValue

func MustParseGetNetworkInfoResponse_FieldPathArrayItemValue(pathStr, valueStr string) GetNetworkInfoResponse_FieldPathArrayItemValue

func ParseGetNetworkInfoResponse_FieldPathArrayItemValue

func ParseGetNetworkInfoResponse_FieldPathArrayItemValue(pathStr, valueStr string) (GetNetworkInfoResponse_FieldPathArrayItemValue, error)

ParseGetNetworkInfoResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetNetworkInfoResponse_FieldPathArrayOfValues

type GetNetworkInfoResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetNetworkInfoResponse_FieldPath
}

GetNetworkInfoResponse_FieldPathArrayOfValues allows storing slice of values for GetNetworkInfoResponse fields according to their type

func MustParseGetNetworkInfoResponse_FieldPathArrayOfValues

func MustParseGetNetworkInfoResponse_FieldPathArrayOfValues(pathStr, valuesStr string) GetNetworkInfoResponse_FieldPathArrayOfValues

func ParseGetNetworkInfoResponse_FieldPathArrayOfValues

func ParseGetNetworkInfoResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (GetNetworkInfoResponse_FieldPathArrayOfValues, error)

type GetNetworkInfoResponse_FieldPathSelector

type GetNetworkInfoResponse_FieldPathSelector int32
const (
	GetNetworkInfoResponse_FieldPathSelectorTextResponse GetNetworkInfoResponse_FieldPathSelector = 0
	GetNetworkInfoResponse_FieldPathSelectorJsonResponse GetNetworkInfoResponse_FieldPathSelector = 1
)

func (GetNetworkInfoResponse_FieldPathSelector) String

type GetNetworkInfoResponse_FieldPathValue

type GetNetworkInfoResponse_FieldPathValue interface {
	GetNetworkInfoResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetNetworkInfoResponse)
	CompareWith(*GetNetworkInfoResponse) (cmp int, comparable bool)
}

GetNetworkInfoResponse_FieldPathValue allows storing values for GetNetworkInfoResponse fields according to their type

func MustParseGetNetworkInfoResponse_FieldPathValue

func MustParseGetNetworkInfoResponse_FieldPathValue(pathStr, valueStr string) GetNetworkInfoResponse_FieldPathValue

func ParseGetNetworkInfoResponse_FieldPathValue

func ParseGetNetworkInfoResponse_FieldPathValue(pathStr, valueStr string) (GetNetworkInfoResponse_FieldPathValue, error)

type GetNetworkInfoResponse_FieldSubPath

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

func (*GetNetworkInfoResponse_FieldSubPath) AsJsonResponseSubPath

func (*GetNetworkInfoResponse_FieldSubPath) ClearValue

func (*GetNetworkInfoResponse_FieldSubPath) ClearValueRaw

func (fps *GetNetworkInfoResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*GetNetworkInfoResponse_FieldSubPath) Get

func (fps *GetNetworkInfoResponse_FieldSubPath) Get(source *GetNetworkInfoResponse) (values []interface{})

Get returns all values pointed by selected field from source GetNetworkInfoResponse

func (*GetNetworkInfoResponse_FieldSubPath) GetDefault

func (fps *GetNetworkInfoResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetNetworkInfoResponse_FieldSubPath) GetRaw

func (fps *GetNetworkInfoResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*GetNetworkInfoResponse_FieldSubPath) GetSingle

func (fps *GetNetworkInfoResponse_FieldSubPath) GetSingle(source *GetNetworkInfoResponse) (interface{}, bool)

GetSingle returns value of selected field from source GetNetworkInfoResponse

func (*GetNetworkInfoResponse_FieldSubPath) GetSingleRaw

func (fps *GetNetworkInfoResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetNetworkInfoResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetNetworkInfoResponse_FieldSubPath) JSONString

func (fps *GetNetworkInfoResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*GetNetworkInfoResponse_FieldSubPath) Selector

func (*GetNetworkInfoResponse_FieldSubPath) SplitIntoTerminalIPaths

func (fps *GetNetworkInfoResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetNetworkInfoResponse_FieldSubPath) String

String returns path representation in proto convention

func (*GetNetworkInfoResponse_FieldSubPath) WithIArrayItemValue

func (fps *GetNetworkInfoResponse_FieldSubPath) WithIArrayItemValue(value interface{}) GetNetworkInfoResponse_FieldPathArrayItemValue

func (*GetNetworkInfoResponse_FieldSubPath) WithIArrayOfValues

func (fps *GetNetworkInfoResponse_FieldSubPath) WithIArrayOfValues(values interface{}) GetNetworkInfoResponse_FieldPathArrayOfValues

func (*GetNetworkInfoResponse_FieldSubPath) WithIValue

func (*GetNetworkInfoResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *GetNetworkInfoResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*GetNetworkInfoResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *GetNetworkInfoResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetNetworkInfoResponse_FieldSubPath) WithRawIValue

func (fps *GetNetworkInfoResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type GetNetworkInfoResponse_FieldSubPathArrayItemValue

type GetNetworkInfoResponse_FieldSubPathArrayItemValue struct {
	GetNetworkInfoResponse_FieldPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponse_FieldSubPathArrayItemValue) AsJsonResponsePathItemValue

func (*GetNetworkInfoResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'GetNetworkInfoResponse'

func (*GetNetworkInfoResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *GetNetworkInfoResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type GetNetworkInfoResponse_FieldSubPathArrayOfValues

type GetNetworkInfoResponse_FieldSubPathArrayOfValues struct {
	GetNetworkInfoResponse_FieldPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponse_FieldSubPathArrayOfValues) AsJsonResponsePathArrayOfValues

func (*GetNetworkInfoResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *GetNetworkInfoResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type GetNetworkInfoResponse_FieldSubPathValue

type GetNetworkInfoResponse_FieldSubPathValue struct {
	GetNetworkInfoResponse_FieldPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponse_FieldSubPathValue) AsJsonResponsePathValue

func (*GetNetworkInfoResponse_FieldSubPathValue) CompareWith

func (*GetNetworkInfoResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *GetNetworkInfoResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*GetNetworkInfoResponse_FieldSubPathValue) GetRawValue

func (fpvs *GetNetworkInfoResponse_FieldSubPathValue) GetRawValue() interface{}

func (*GetNetworkInfoResponse_FieldSubPathValue) SetTo

func (*GetNetworkInfoResponse_FieldSubPathValue) SetToRaw

type GetNetworkInfoResponse_FieldTerminalPath

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

func (*GetNetworkInfoResponse_FieldTerminalPath) ClearValue

func (*GetNetworkInfoResponse_FieldTerminalPath) ClearValueRaw

func (fp *GetNetworkInfoResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*GetNetworkInfoResponse_FieldTerminalPath) Get

func (fp *GetNetworkInfoResponse_FieldTerminalPath) Get(source *GetNetworkInfoResponse) (values []interface{})

Get returns all values pointed by specific field from source GetNetworkInfoResponse

func (*GetNetworkInfoResponse_FieldTerminalPath) GetDefault

func (fp *GetNetworkInfoResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetNetworkInfoResponse_FieldTerminalPath) GetRaw

func (fp *GetNetworkInfoResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*GetNetworkInfoResponse_FieldTerminalPath) GetSingle

func (fp *GetNetworkInfoResponse_FieldTerminalPath) GetSingle(source *GetNetworkInfoResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetNetworkInfoResponse

func (*GetNetworkInfoResponse_FieldTerminalPath) GetSingleRaw

func (fp *GetNetworkInfoResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetNetworkInfoResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetNetworkInfoResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetNetworkInfoResponse_FieldTerminalPath) Selector

func (*GetNetworkInfoResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (fp *GetNetworkInfoResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetNetworkInfoResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetNetworkInfoResponse_FieldTerminalPath) WithIArrayItemValue

func (*GetNetworkInfoResponse_FieldTerminalPath) WithIArrayOfValues

func (*GetNetworkInfoResponse_FieldTerminalPath) WithIValue

func (*GetNetworkInfoResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *GetNetworkInfoResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*GetNetworkInfoResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *GetNetworkInfoResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetNetworkInfoResponse_FieldTerminalPath) WithRawIValue

func (fp *GetNetworkInfoResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type GetNetworkInfoResponse_FieldTerminalPathArrayItemValue

type GetNetworkInfoResponse_FieldTerminalPathArrayItemValue struct {
	GetNetworkInfoResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'GetNetworkInfoResponse'

func (*GetNetworkInfoResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *GetNetworkInfoResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object GetNetworkInfoResponse as interface{}

func (*GetNetworkInfoResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*GetNetworkInfoResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *GetNetworkInfoResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type GetNetworkInfoResponse_FieldTerminalPathArrayOfValues

type GetNetworkInfoResponse_FieldTerminalPathArrayOfValues struct {
	GetNetworkInfoResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponse_FieldTerminalPathArrayOfValues) AsJsonResponseArrayOfValues

func (*GetNetworkInfoResponse_FieldTerminalPathArrayOfValues) AsTextResponseArrayOfValues

func (fpaov *GetNetworkInfoResponse_FieldTerminalPathArrayOfValues) AsTextResponseArrayOfValues() ([]string, bool)

func (*GetNetworkInfoResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *GetNetworkInfoResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type GetNetworkInfoResponse_FieldTerminalPathValue

type GetNetworkInfoResponse_FieldTerminalPathValue struct {
	GetNetworkInfoResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponse_FieldTerminalPathValue) AsJsonResponseValue

func (*GetNetworkInfoResponse_FieldTerminalPathValue) AsTextResponseValue

func (fpv *GetNetworkInfoResponse_FieldTerminalPathValue) AsTextResponseValue() (string, bool)

func (*GetNetworkInfoResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetNetworkInfoResponse_FieldTerminalPathValue' with the value under path in 'GetNetworkInfoResponse'.

func (*GetNetworkInfoResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *GetNetworkInfoResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*GetNetworkInfoResponse_FieldTerminalPathValue) GetRawValue

func (fpv *GetNetworkInfoResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'GetNetworkInfoResponse' as interface{}

func (*GetNetworkInfoResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetNetworkInfoResponse

func (*GetNetworkInfoResponse_FieldTerminalPathValue) SetToRaw

type GetNetworkInfoResponse_JsonResponse

type GetNetworkInfoResponse_JsonResponse struct {

	// Details of the Network Interfaces
	Interfaces string `protobuf:"bytes,1,opt,name=interfaces,proto3" json:"interfaces,omitempty" firestore:"interfaces"`
	// List of all routes
	Routes string `protobuf:"bytes,2,opt,name=routes,proto3" json:"routes,omitempty" firestore:"routes"`
	// Wifi Information
	WifiInfo string `protobuf:"bytes,3,opt,name=wifi_info,json=wifiInfo,proto3" json:"wifi_info,omitempty" firestore:"wifiInfo"`
	// contains filtered or unexported fields
}

Json format is not preferred for the ondemand tests

func (*GetNetworkInfoResponse_JsonResponse) Clone

func (*GetNetworkInfoResponse_JsonResponse) CloneRaw

func (*GetNetworkInfoResponse_JsonResponse) Descriptor

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

Deprecated, Use GetNetworkInfoResponse_JsonResponse.ProtoReflect.Descriptor instead.

func (*GetNetworkInfoResponse_JsonResponse) GetInterfaces

func (m *GetNetworkInfoResponse_JsonResponse) GetInterfaces() string

func (*GetNetworkInfoResponse_JsonResponse) GetRoutes

func (*GetNetworkInfoResponse_JsonResponse) GetWifiInfo

func (*GetNetworkInfoResponse_JsonResponse) GotenMessage

func (*GetNetworkInfoResponse_JsonResponse) GotenMessage()

func (*GetNetworkInfoResponse_JsonResponse) GotenObjectExt

func (o *GetNetworkInfoResponse_JsonResponse) GotenObjectExt()

func (*GetNetworkInfoResponse_JsonResponse) GotenValidate

func (obj *GetNetworkInfoResponse_JsonResponse) GotenValidate() error

func (*GetNetworkInfoResponse_JsonResponse) MakeFullFieldMask

func (*GetNetworkInfoResponse_JsonResponse) MakeRawDiffFieldMask

func (*GetNetworkInfoResponse_JsonResponse) MakeRawFullFieldMask

func (o *GetNetworkInfoResponse_JsonResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*GetNetworkInfoResponse_JsonResponse) Marshal

func (*GetNetworkInfoResponse_JsonResponse) MarshalJSON

func (m *GetNetworkInfoResponse_JsonResponse) MarshalJSON() ([]byte, error)

func (*GetNetworkInfoResponse_JsonResponse) Merge

func (*GetNetworkInfoResponse_JsonResponse) MergeRaw

func (*GetNetworkInfoResponse_JsonResponse) ProtoMessage

func (*GetNetworkInfoResponse_JsonResponse) ProtoMessage()

func (*GetNetworkInfoResponse_JsonResponse) ProtoReflect

func (*GetNetworkInfoResponse_JsonResponse) Reset

func (*GetNetworkInfoResponse_JsonResponse) SetInterfaces

func (m *GetNetworkInfoResponse_JsonResponse) SetInterfaces(fv string)

func (*GetNetworkInfoResponse_JsonResponse) SetRoutes

func (*GetNetworkInfoResponse_JsonResponse) SetWifiInfo

func (m *GetNetworkInfoResponse_JsonResponse) SetWifiInfo(fv string)

func (*GetNetworkInfoResponse_JsonResponse) String

func (*GetNetworkInfoResponse_JsonResponse) Unmarshal

func (*GetNetworkInfoResponse_JsonResponse) UnmarshalJSON

func (m *GetNetworkInfoResponse_JsonResponse) UnmarshalJSON(data []byte) error

type GetNetworkInfoResponse_JsonResponsePathSelectorInterfaces

type GetNetworkInfoResponse_JsonResponsePathSelectorInterfaces struct{}

func (GetNetworkInfoResponse_JsonResponsePathSelectorInterfaces) FieldPath

func (GetNetworkInfoResponse_JsonResponsePathSelectorInterfaces) WithArrayOfValues

func (GetNetworkInfoResponse_JsonResponsePathSelectorInterfaces) WithValue

type GetNetworkInfoResponse_JsonResponsePathSelectorRoutes

type GetNetworkInfoResponse_JsonResponsePathSelectorRoutes struct{}

func (GetNetworkInfoResponse_JsonResponsePathSelectorRoutes) FieldPath

func (GetNetworkInfoResponse_JsonResponsePathSelectorRoutes) WithArrayOfValues

func (GetNetworkInfoResponse_JsonResponsePathSelectorRoutes) WithValue

type GetNetworkInfoResponse_JsonResponsePathSelectorWifiInfo

type GetNetworkInfoResponse_JsonResponsePathSelectorWifiInfo struct{}

func (GetNetworkInfoResponse_JsonResponsePathSelectorWifiInfo) FieldPath

func (GetNetworkInfoResponse_JsonResponsePathSelectorWifiInfo) WithArrayOfValues

func (GetNetworkInfoResponse_JsonResponsePathSelectorWifiInfo) WithValue

type GetNetworkInfoResponse_JsonResponse_FieldMask

type GetNetworkInfoResponse_JsonResponse_FieldMask struct {
	Paths []GetNetworkInfoResponseJsonResponse_FieldPath
}

func FullGetNetworkInfoResponse_JsonResponse_FieldMask

func FullGetNetworkInfoResponse_JsonResponse_FieldMask() *GetNetworkInfoResponse_JsonResponse_FieldMask

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) AppendPath

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) AppendRawPath

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) DecodeFirestore

func (fieldMask *GetNetworkInfoResponse_JsonResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) EncodeFirestore

func (fieldMask *GetNetworkInfoResponse_JsonResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) FromProtoFieldMask

func (fieldMask *GetNetworkInfoResponse_JsonResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) GetPaths

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) GetRawPaths

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) IsFull

func (GetNetworkInfoResponse_JsonResponse_FieldMask) Marshal

func (fieldMask GetNetworkInfoResponse_JsonResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (GetNetworkInfoResponse_JsonResponse_FieldMask) MarshalJSON

func (fieldMask GetNetworkInfoResponse_JsonResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) PathsCount

func (fieldMask *GetNetworkInfoResponse_JsonResponse_FieldMask) PathsCount() int

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) Project

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) ProjectRaw

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) ProtoMessage

func (fieldMask *GetNetworkInfoResponse_JsonResponse_FieldMask) ProtoMessage()

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) ProtoReflect

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) Reset

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) Set

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) SetFromCliFlag

func (fieldMask *GetNetworkInfoResponse_JsonResponse_FieldMask) SetFromCliFlag(raw string) error

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) SetRaw

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) Size

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) String

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) SubtractRaw

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) Unmarshal

func (fieldMask *GetNetworkInfoResponse_JsonResponse_FieldMask) Unmarshal(data []byte) error

func (*GetNetworkInfoResponse_JsonResponse_FieldMask) UnmarshalJSON

func (fieldMask *GetNetworkInfoResponse_JsonResponse_FieldMask) UnmarshalJSON(data []byte) error

type NetworkInfoServiceClient

type NetworkInfoServiceClient interface {
	GetNetworkInfo(ctx context.Context, in *GetNetworkInfoRequest, opts ...grpc.CallOption) (*GetNetworkInfoResponse, error)
}

NetworkInfoServiceClient is the client API for NetworkInfoService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type NetworkInfoServiceDescriptor

type NetworkInfoServiceDescriptor struct{}

func GetNetworkInfoServiceDescriptor

func GetNetworkInfoServiceDescriptor() *NetworkInfoServiceDescriptor

func (*NetworkInfoServiceDescriptor) AllMethodDescriptors

func (d *NetworkInfoServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*NetworkInfoServiceDescriptor) GetApiName

func (d *NetworkInfoServiceDescriptor) GetApiName() string

func (*NetworkInfoServiceDescriptor) GetFullAPIName

func (d *NetworkInfoServiceDescriptor) GetFullAPIName() string

func (*NetworkInfoServiceDescriptor) GetProtoPkgName

func (d *NetworkInfoServiceDescriptor) GetProtoPkgName() string

func (*NetworkInfoServiceDescriptor) GetServiceDomain

func (d *NetworkInfoServiceDescriptor) GetServiceDomain() string

func (*NetworkInfoServiceDescriptor) GetServiceVersion

func (d *NetworkInfoServiceDescriptor) GetServiceVersion() string

Jump to

Keyboard shortcuts

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