Documentation ¶
Overview ¶
Copyright (c) 2023 Cisco and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func BatchIndexAndErrorMessageHighestSupportedFlexVersion() int16
- func BatchIndexAndErrorMessageHighestSupportedVersion() int16
- func BatchIndexAndErrorMessageLowestSupportedFlexVersion() int16
- func BatchIndexAndErrorMessageLowestSupportedVersion() int16
- type BatchIndexAndErrorMessage
- func (o *BatchIndexAndErrorMessage) BatchIndex() int32
- func (o *BatchIndexAndErrorMessage) BatchIndexErrorMessage() fields.NullableString
- func (o *BatchIndexAndErrorMessage) Clear()
- func (o *BatchIndexAndErrorMessage) Equal(that *BatchIndexAndErrorMessage) bool
- func (o *BatchIndexAndErrorMessage) IsNil() bool
- func (o *BatchIndexAndErrorMessage) MarshalJSON() ([]byte, error)
- func (o *BatchIndexAndErrorMessage) Read(buf *bytes.Reader, version int16) error
- func (o *BatchIndexAndErrorMessage) Release()
- func (o *BatchIndexAndErrorMessage) SetBatchIndex(val int32)
- func (o *BatchIndexAndErrorMessage) SetBatchIndexErrorMessage(val fields.NullableString)
- func (o *BatchIndexAndErrorMessage) SetDefault()
- func (o *BatchIndexAndErrorMessage) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *BatchIndexAndErrorMessage) SizeInBytes(version int16) (int, error)
- func (o *BatchIndexAndErrorMessage) String() string
- func (o *BatchIndexAndErrorMessage) UnknownTaggedFields() []fields.RawTaggedField
- func (o *BatchIndexAndErrorMessage) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchIndexAndErrorMessageHighestSupportedFlexVersion ¶
func BatchIndexAndErrorMessageHighestSupportedFlexVersion() int16
func BatchIndexAndErrorMessageHighestSupportedVersion ¶
func BatchIndexAndErrorMessageHighestSupportedVersion() int16
func BatchIndexAndErrorMessageLowestSupportedFlexVersion ¶
func BatchIndexAndErrorMessageLowestSupportedFlexVersion() int16
func BatchIndexAndErrorMessageLowestSupportedVersion ¶
func BatchIndexAndErrorMessageLowestSupportedVersion() int16
Types ¶
type BatchIndexAndErrorMessage ¶
type BatchIndexAndErrorMessage struct {
// contains filtered or unexported fields
}
func BatchIndexAndErrorMessageDefault ¶
func BatchIndexAndErrorMessageDefault() BatchIndexAndErrorMessage
func (*BatchIndexAndErrorMessage) BatchIndex ¶
func (o *BatchIndexAndErrorMessage) BatchIndex() int32
func (*BatchIndexAndErrorMessage) BatchIndexErrorMessage ¶
func (o *BatchIndexAndErrorMessage) BatchIndexErrorMessage() fields.NullableString
func (*BatchIndexAndErrorMessage) Clear ¶
func (o *BatchIndexAndErrorMessage) Clear()
func (*BatchIndexAndErrorMessage) Equal ¶
func (o *BatchIndexAndErrorMessage) Equal(that *BatchIndexAndErrorMessage) bool
func (*BatchIndexAndErrorMessage) IsNil ¶
func (o *BatchIndexAndErrorMessage) IsNil() bool
func (*BatchIndexAndErrorMessage) MarshalJSON ¶
func (o *BatchIndexAndErrorMessage) MarshalJSON() ([]byte, error)
func (*BatchIndexAndErrorMessage) Read ¶
func (o *BatchIndexAndErrorMessage) Read(buf *bytes.Reader, version int16) error
func (*BatchIndexAndErrorMessage) Release ¶
func (o *BatchIndexAndErrorMessage) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*BatchIndexAndErrorMessage) SetBatchIndex ¶
func (o *BatchIndexAndErrorMessage) SetBatchIndex(val int32)
func (*BatchIndexAndErrorMessage) SetBatchIndexErrorMessage ¶
func (o *BatchIndexAndErrorMessage) SetBatchIndexErrorMessage(val fields.NullableString)
func (*BatchIndexAndErrorMessage) SetDefault ¶
func (o *BatchIndexAndErrorMessage) SetDefault()
func (*BatchIndexAndErrorMessage) SetUnknownTaggedFields ¶
func (o *BatchIndexAndErrorMessage) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*BatchIndexAndErrorMessage) SizeInBytes ¶
func (o *BatchIndexAndErrorMessage) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*BatchIndexAndErrorMessage) String ¶
func (o *BatchIndexAndErrorMessage) String() string
func (*BatchIndexAndErrorMessage) UnknownTaggedFields ¶
func (o *BatchIndexAndErrorMessage) UnknownTaggedFields() []fields.RawTaggedField
func (*BatchIndexAndErrorMessage) Write ¶
func (o *BatchIndexAndErrorMessage) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.