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 CreatableTopicResultHighestSupportedFlexVersion() int16
- func CreatableTopicResultHighestSupportedVersion() int16
- func CreatableTopicResultLowestSupportedFlexVersion() int16
- func CreatableTopicResultLowestSupportedVersion() int16
- type CreatableTopicResult
- func (o *CreatableTopicResult) Clear()
- func (o *CreatableTopicResult) Configs() []creatabletopicresult.CreatableTopicConfigs
- func (o *CreatableTopicResult) Equal(that *CreatableTopicResult) bool
- func (o *CreatableTopicResult) ErrorCode() int16
- func (o *CreatableTopicResult) ErrorMessage() fields.NullableString
- func (o *CreatableTopicResult) IsNil() bool
- func (o *CreatableTopicResult) MarshalJSON() ([]byte, error)
- func (o *CreatableTopicResult) Name() fields.NullableString
- func (o *CreatableTopicResult) NumPartitions() int32
- func (o *CreatableTopicResult) Read(buf *bytes.Reader, version int16) error
- func (o *CreatableTopicResult) Release()
- func (o *CreatableTopicResult) ReplicationFactor() int16
- func (o *CreatableTopicResult) SetConfigs(val []creatabletopicresult.CreatableTopicConfigs)
- func (o *CreatableTopicResult) SetDefault()
- func (o *CreatableTopicResult) SetErrorCode(val int16)
- func (o *CreatableTopicResult) SetErrorMessage(val fields.NullableString)
- func (o *CreatableTopicResult) SetName(val fields.NullableString)
- func (o *CreatableTopicResult) SetNumPartitions(val int32)
- func (o *CreatableTopicResult) SetReplicationFactor(val int16)
- func (o *CreatableTopicResult) SetTopicConfigErrorCode(val int16)
- func (o *CreatableTopicResult) SetTopicId(val fields.UUID)
- func (o *CreatableTopicResult) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *CreatableTopicResult) SizeInBytes(version int16) (int, error)
- func (o *CreatableTopicResult) String() string
- func (o *CreatableTopicResult) TopicConfigErrorCode() int16
- func (o *CreatableTopicResult) TopicId() fields.UUID
- func (o *CreatableTopicResult) UnknownTaggedFields() []fields.RawTaggedField
- func (o *CreatableTopicResult) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatableTopicResultHighestSupportedFlexVersion ¶
func CreatableTopicResultHighestSupportedFlexVersion() int16
func CreatableTopicResultHighestSupportedVersion ¶
func CreatableTopicResultHighestSupportedVersion() int16
func CreatableTopicResultLowestSupportedFlexVersion ¶
func CreatableTopicResultLowestSupportedFlexVersion() int16
func CreatableTopicResultLowestSupportedVersion ¶
func CreatableTopicResultLowestSupportedVersion() int16
Types ¶
type CreatableTopicResult ¶
type CreatableTopicResult struct {
// contains filtered or unexported fields
}
func CreatableTopicResultDefault ¶
func CreatableTopicResultDefault() CreatableTopicResult
func (*CreatableTopicResult) Clear ¶
func (o *CreatableTopicResult) Clear()
func (*CreatableTopicResult) Configs ¶
func (o *CreatableTopicResult) Configs() []creatabletopicresult.CreatableTopicConfigs
func (*CreatableTopicResult) Equal ¶
func (o *CreatableTopicResult) Equal(that *CreatableTopicResult) bool
func (*CreatableTopicResult) ErrorCode ¶
func (o *CreatableTopicResult) ErrorCode() int16
func (*CreatableTopicResult) ErrorMessage ¶
func (o *CreatableTopicResult) ErrorMessage() fields.NullableString
func (*CreatableTopicResult) IsNil ¶
func (o *CreatableTopicResult) IsNil() bool
func (*CreatableTopicResult) MarshalJSON ¶
func (o *CreatableTopicResult) MarshalJSON() ([]byte, error)
func (*CreatableTopicResult) Name ¶
func (o *CreatableTopicResult) Name() fields.NullableString
func (*CreatableTopicResult) NumPartitions ¶
func (o *CreatableTopicResult) NumPartitions() int32
func (*CreatableTopicResult) Read ¶
func (o *CreatableTopicResult) Read(buf *bytes.Reader, version int16) error
func (*CreatableTopicResult) Release ¶
func (o *CreatableTopicResult) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*CreatableTopicResult) ReplicationFactor ¶
func (o *CreatableTopicResult) ReplicationFactor() int16
func (*CreatableTopicResult) SetConfigs ¶
func (o *CreatableTopicResult) SetConfigs(val []creatabletopicresult.CreatableTopicConfigs)
func (*CreatableTopicResult) SetDefault ¶
func (o *CreatableTopicResult) SetDefault()
func (*CreatableTopicResult) SetErrorCode ¶
func (o *CreatableTopicResult) SetErrorCode(val int16)
func (*CreatableTopicResult) SetErrorMessage ¶
func (o *CreatableTopicResult) SetErrorMessage(val fields.NullableString)
func (*CreatableTopicResult) SetName ¶
func (o *CreatableTopicResult) SetName(val fields.NullableString)
func (*CreatableTopicResult) SetNumPartitions ¶
func (o *CreatableTopicResult) SetNumPartitions(val int32)
func (*CreatableTopicResult) SetReplicationFactor ¶
func (o *CreatableTopicResult) SetReplicationFactor(val int16)
func (*CreatableTopicResult) SetTopicConfigErrorCode ¶
func (o *CreatableTopicResult) SetTopicConfigErrorCode(val int16)
func (*CreatableTopicResult) SetTopicId ¶
func (o *CreatableTopicResult) SetTopicId(val fields.UUID)
func (*CreatableTopicResult) SetUnknownTaggedFields ¶
func (o *CreatableTopicResult) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*CreatableTopicResult) SizeInBytes ¶
func (o *CreatableTopicResult) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*CreatableTopicResult) String ¶
func (o *CreatableTopicResult) String() string
func (*CreatableTopicResult) TopicConfigErrorCode ¶
func (o *CreatableTopicResult) TopicConfigErrorCode() int16
func (*CreatableTopicResult) TopicId ¶
func (o *CreatableTopicResult) TopicId() fields.UUID
func (*CreatableTopicResult) UnknownTaggedFields ¶
func (o *CreatableTopicResult) UnknownTaggedFields() []fields.RawTaggedField
func (*CreatableTopicResult) Write ¶
func (o *CreatableTopicResult) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.