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 PartitionResultHighestSupportedFlexVersion() int16
- func PartitionResultHighestSupportedVersion() int16
- func PartitionResultLowestSupportedFlexVersion() int16
- func PartitionResultLowestSupportedVersion() int16
- type PartitionResult
- func (o *PartitionResult) Clear()
- func (o *PartitionResult) Equal(that *PartitionResult) bool
- func (o *PartitionResult) ErrorCode() int16
- func (o *PartitionResult) ErrorMessage() fields.NullableString
- func (o *PartitionResult) IsNil() bool
- func (o *PartitionResult) MarshalJSON() ([]byte, error)
- func (o *PartitionResult) PartitionId() int32
- func (o *PartitionResult) Read(buf *bytes.Reader, version int16) error
- func (o *PartitionResult) Release()
- func (o *PartitionResult) SetDefault()
- func (o *PartitionResult) SetErrorCode(val int16)
- func (o *PartitionResult) SetErrorMessage(val fields.NullableString)
- func (o *PartitionResult) SetPartitionId(val int32)
- func (o *PartitionResult) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *PartitionResult) SizeInBytes(version int16) (int, error)
- func (o *PartitionResult) String() string
- func (o *PartitionResult) UnknownTaggedFields() []fields.RawTaggedField
- func (o *PartitionResult) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PartitionResultHighestSupportedFlexVersion ¶
func PartitionResultHighestSupportedFlexVersion() int16
func PartitionResultHighestSupportedVersion ¶
func PartitionResultHighestSupportedVersion() int16
func PartitionResultLowestSupportedFlexVersion ¶
func PartitionResultLowestSupportedFlexVersion() int16
func PartitionResultLowestSupportedVersion ¶
func PartitionResultLowestSupportedVersion() int16
Types ¶
type PartitionResult ¶
type PartitionResult struct {
// contains filtered or unexported fields
}
func PartitionResultDefault ¶
func PartitionResultDefault() PartitionResult
func (*PartitionResult) Clear ¶
func (o *PartitionResult) Clear()
func (*PartitionResult) Equal ¶
func (o *PartitionResult) Equal(that *PartitionResult) bool
func (*PartitionResult) ErrorCode ¶
func (o *PartitionResult) ErrorCode() int16
func (*PartitionResult) ErrorMessage ¶
func (o *PartitionResult) ErrorMessage() fields.NullableString
func (*PartitionResult) IsNil ¶
func (o *PartitionResult) IsNil() bool
func (*PartitionResult) MarshalJSON ¶
func (o *PartitionResult) MarshalJSON() ([]byte, error)
func (*PartitionResult) PartitionId ¶
func (o *PartitionResult) PartitionId() int32
func (*PartitionResult) Read ¶
func (o *PartitionResult) Read(buf *bytes.Reader, version int16) error
func (*PartitionResult) Release ¶
func (o *PartitionResult) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*PartitionResult) SetDefault ¶
func (o *PartitionResult) SetDefault()
func (*PartitionResult) SetErrorCode ¶
func (o *PartitionResult) SetErrorCode(val int16)
func (*PartitionResult) SetErrorMessage ¶
func (o *PartitionResult) SetErrorMessage(val fields.NullableString)
func (*PartitionResult) SetPartitionId ¶
func (o *PartitionResult) SetPartitionId(val int32)
func (*PartitionResult) SetUnknownTaggedFields ¶
func (o *PartitionResult) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*PartitionResult) SizeInBytes ¶
func (o *PartitionResult) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*PartitionResult) String ¶
func (o *PartitionResult) String() string
func (*PartitionResult) UnknownTaggedFields ¶
func (o *PartitionResult) UnknownTaggedFields() []fields.RawTaggedField
func (*PartitionResult) Write ¶
func (o *PartitionResult) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.