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