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 TransactionStateHighestSupportedFlexVersion() int16
- func TransactionStateHighestSupportedVersion() int16
- func TransactionStateLowestSupportedFlexVersion() int16
- func TransactionStateLowestSupportedVersion() int16
- type TransactionState
- func (o *TransactionState) Clear()
- func (o *TransactionState) Equal(that *TransactionState) bool
- func (o *TransactionState) IsNil() bool
- func (o *TransactionState) MarshalJSON() ([]byte, error)
- func (o *TransactionState) ProducerId() int64
- func (o *TransactionState) Read(buf *bytes.Reader, version int16) error
- func (o *TransactionState) Release()
- func (o *TransactionState) SetDefault()
- func (o *TransactionState) SetProducerId(val int64)
- func (o *TransactionState) SetTransactionState(val fields.NullableString)
- func (o *TransactionState) SetTransactionalId(val fields.NullableString)
- func (o *TransactionState) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *TransactionState) SizeInBytes(version int16) (int, error)
- func (o *TransactionState) String() string
- func (o *TransactionState) TransactionState() fields.NullableString
- func (o *TransactionState) TransactionalId() fields.NullableString
- func (o *TransactionState) UnknownTaggedFields() []fields.RawTaggedField
- func (o *TransactionState) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TransactionStateHighestSupportedFlexVersion ¶
func TransactionStateHighestSupportedFlexVersion() int16
func TransactionStateHighestSupportedVersion ¶
func TransactionStateHighestSupportedVersion() int16
func TransactionStateLowestSupportedFlexVersion ¶
func TransactionStateLowestSupportedFlexVersion() int16
func TransactionStateLowestSupportedVersion ¶
func TransactionStateLowestSupportedVersion() int16
Types ¶
type TransactionState ¶
type TransactionState struct {
// contains filtered or unexported fields
}
func TransactionStateDefault ¶
func TransactionStateDefault() TransactionState
func (*TransactionState) Clear ¶
func (o *TransactionState) Clear()
func (*TransactionState) Equal ¶
func (o *TransactionState) Equal(that *TransactionState) bool
func (*TransactionState) IsNil ¶
func (o *TransactionState) IsNil() bool
func (*TransactionState) MarshalJSON ¶
func (o *TransactionState) MarshalJSON() ([]byte, error)
func (*TransactionState) ProducerId ¶
func (o *TransactionState) ProducerId() int64
func (*TransactionState) Read ¶
func (o *TransactionState) Read(buf *bytes.Reader, version int16) error
func (*TransactionState) Release ¶
func (o *TransactionState) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*TransactionState) SetDefault ¶
func (o *TransactionState) SetDefault()
func (*TransactionState) SetProducerId ¶
func (o *TransactionState) SetProducerId(val int64)
func (*TransactionState) SetTransactionState ¶
func (o *TransactionState) SetTransactionState(val fields.NullableString)
func (*TransactionState) SetTransactionalId ¶
func (o *TransactionState) SetTransactionalId(val fields.NullableString)
func (*TransactionState) SetUnknownTaggedFields ¶
func (o *TransactionState) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*TransactionState) SizeInBytes ¶
func (o *TransactionState) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*TransactionState) String ¶
func (o *TransactionState) String() string
func (*TransactionState) TransactionState ¶
func (o *TransactionState) TransactionState() fields.NullableString
func (*TransactionState) TransactionalId ¶
func (o *TransactionState) TransactionalId() fields.NullableString
func (*TransactionState) UnknownTaggedFields ¶
func (o *TransactionState) UnknownTaggedFields() []fields.RawTaggedField
func (*TransactionState) Write ¶
func (o *TransactionState) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.