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 CreatableTopicConfigsHighestSupportedFlexVersion() int16
- func CreatableTopicConfigsHighestSupportedVersion() int16
- func CreatableTopicConfigsLowestSupportedFlexVersion() int16
- func CreatableTopicConfigsLowestSupportedVersion() int16
- type CreatableTopicConfigs
- func (o *CreatableTopicConfigs) Clear()
- func (o *CreatableTopicConfigs) ConfigSource() int8
- func (o *CreatableTopicConfigs) Equal(that *CreatableTopicConfigs) bool
- func (o *CreatableTopicConfigs) IsNil() bool
- func (o *CreatableTopicConfigs) IsSensitive() bool
- func (o *CreatableTopicConfigs) MarshalJSON() ([]byte, error)
- func (o *CreatableTopicConfigs) Name() fields.NullableString
- func (o *CreatableTopicConfigs) Read(buf *bytes.Reader, version int16) error
- func (o *CreatableTopicConfigs) ReadOnly() bool
- func (o *CreatableTopicConfigs) Release()
- func (o *CreatableTopicConfigs) SetConfigSource(val int8)
- func (o *CreatableTopicConfigs) SetDefault()
- func (o *CreatableTopicConfigs) SetIsSensitive(val bool)
- func (o *CreatableTopicConfigs) SetName(val fields.NullableString)
- func (o *CreatableTopicConfigs) SetReadOnly(val bool)
- func (o *CreatableTopicConfigs) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *CreatableTopicConfigs) SetValue(val fields.NullableString)
- func (o *CreatableTopicConfigs) SizeInBytes(version int16) (int, error)
- func (o *CreatableTopicConfigs) String() string
- func (o *CreatableTopicConfigs) UnknownTaggedFields() []fields.RawTaggedField
- func (o *CreatableTopicConfigs) Value() fields.NullableString
- func (o *CreatableTopicConfigs) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatableTopicConfigsHighestSupportedFlexVersion ¶
func CreatableTopicConfigsHighestSupportedFlexVersion() int16
func CreatableTopicConfigsHighestSupportedVersion ¶
func CreatableTopicConfigsHighestSupportedVersion() int16
func CreatableTopicConfigsLowestSupportedFlexVersion ¶
func CreatableTopicConfigsLowestSupportedFlexVersion() int16
func CreatableTopicConfigsLowestSupportedVersion ¶
func CreatableTopicConfigsLowestSupportedVersion() int16
Types ¶
type CreatableTopicConfigs ¶
type CreatableTopicConfigs struct {
// contains filtered or unexported fields
}
func CreatableTopicConfigsDefault ¶
func CreatableTopicConfigsDefault() CreatableTopicConfigs
func (*CreatableTopicConfigs) Clear ¶
func (o *CreatableTopicConfigs) Clear()
func (*CreatableTopicConfigs) ConfigSource ¶
func (o *CreatableTopicConfigs) ConfigSource() int8
func (*CreatableTopicConfigs) Equal ¶
func (o *CreatableTopicConfigs) Equal(that *CreatableTopicConfigs) bool
func (*CreatableTopicConfigs) IsNil ¶
func (o *CreatableTopicConfigs) IsNil() bool
func (*CreatableTopicConfigs) IsSensitive ¶
func (o *CreatableTopicConfigs) IsSensitive() bool
func (*CreatableTopicConfigs) MarshalJSON ¶
func (o *CreatableTopicConfigs) MarshalJSON() ([]byte, error)
func (*CreatableTopicConfigs) Name ¶
func (o *CreatableTopicConfigs) Name() fields.NullableString
func (*CreatableTopicConfigs) Read ¶
func (o *CreatableTopicConfigs) Read(buf *bytes.Reader, version int16) error
func (*CreatableTopicConfigs) ReadOnly ¶
func (o *CreatableTopicConfigs) ReadOnly() bool
func (*CreatableTopicConfigs) Release ¶
func (o *CreatableTopicConfigs) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*CreatableTopicConfigs) SetConfigSource ¶
func (o *CreatableTopicConfigs) SetConfigSource(val int8)
func (*CreatableTopicConfigs) SetDefault ¶
func (o *CreatableTopicConfigs) SetDefault()
func (*CreatableTopicConfigs) SetIsSensitive ¶
func (o *CreatableTopicConfigs) SetIsSensitive(val bool)
func (*CreatableTopicConfigs) SetName ¶
func (o *CreatableTopicConfigs) SetName(val fields.NullableString)
func (*CreatableTopicConfigs) SetReadOnly ¶
func (o *CreatableTopicConfigs) SetReadOnly(val bool)
func (*CreatableTopicConfigs) SetUnknownTaggedFields ¶
func (o *CreatableTopicConfigs) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*CreatableTopicConfigs) SetValue ¶
func (o *CreatableTopicConfigs) SetValue(val fields.NullableString)
func (*CreatableTopicConfigs) SizeInBytes ¶
func (o *CreatableTopicConfigs) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*CreatableTopicConfigs) String ¶
func (o *CreatableTopicConfigs) String() string
func (*CreatableTopicConfigs) UnknownTaggedFields ¶
func (o *CreatableTopicConfigs) UnknownTaggedFields() []fields.RawTaggedField
func (*CreatableTopicConfigs) Value ¶
func (o *CreatableTopicConfigs) Value() fields.NullableString
func (*CreatableTopicConfigs) Write ¶
func (o *CreatableTopicConfigs) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.