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.
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 RequestHighestSupportedFlexVersion() int16
- func RequestHighestSupportedVersion() int16
- func RequestLowestSupportedFlexVersion() int16
- func RequestLowestSupportedVersion() int16
- func ResponseHighestSupportedFlexVersion() int16
- func ResponseHighestSupportedVersion() int16
- func ResponseLowestSupportedFlexVersion() int16
- func ResponseLowestSupportedVersion() int16
- type Request
- func (o *Request) ApiKey() int16
- func (o *Request) Clear()
- func (o *Request) Equal(that *Request) bool
- func (o *Request) GroupsNames() []fields.NullableString
- func (o *Request) IsNil() bool
- func (o *Request) MarshalJSON() ([]byte, error)
- func (o *Request) Read(buf *bytes.Reader, version int16) error
- func (o *Request) Release()
- func (o *Request) SetDefault()
- func (o *Request) SetGroupsNames(val []fields.NullableString)
- func (o *Request) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *Request) SizeInBytes(version int16) (int, error)
- func (o *Request) String() string
- func (o *Request) UnknownTaggedFields() []fields.RawTaggedField
- func (o *Request) Write(buf *typesbytes.SliceWriter, version int16) error
- type Response
- func (o *Response) ApiKey() int16
- func (o *Response) Clear()
- func (o *Response) Equal(that *Response) bool
- func (o *Response) IsNil() bool
- func (o *Response) MarshalJSON() ([]byte, error)
- func (o *Response) Read(buf *bytes.Reader, version int16) error
- func (o *Response) Release()
- func (o *Response) Results() []response.DeletableGroupResult
- func (o *Response) SetDefault()
- func (o *Response) SetResults(val []response.DeletableGroupResult)
- func (o *Response) SetThrottleTimeMs(val int32)
- func (o *Response) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *Response) SizeInBytes(version int16) (int, error)
- func (o *Response) String() string
- func (o *Response) ThrottleTimeMs() int32
- func (o *Response) UnknownTaggedFields() []fields.RawTaggedField
- func (o *Response) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestHighestSupportedFlexVersion ¶
func RequestHighestSupportedFlexVersion() int16
func RequestHighestSupportedVersion ¶
func RequestHighestSupportedVersion() int16
func RequestLowestSupportedFlexVersion ¶
func RequestLowestSupportedFlexVersion() int16
func RequestLowestSupportedVersion ¶
func RequestLowestSupportedVersion() int16
func ResponseHighestSupportedFlexVersion ¶
func ResponseHighestSupportedFlexVersion() int16
func ResponseHighestSupportedVersion ¶
func ResponseHighestSupportedVersion() int16
func ResponseLowestSupportedFlexVersion ¶
func ResponseLowestSupportedFlexVersion() int16
func ResponseLowestSupportedVersion ¶
func ResponseLowestSupportedVersion() int16
Types ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func RequestDefault ¶
func RequestDefault() Request
func (*Request) GroupsNames ¶
func (o *Request) GroupsNames() []fields.NullableString
func (*Request) MarshalJSON ¶
func (*Request) Release ¶
func (o *Request) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*Request) SetDefault ¶
func (o *Request) SetDefault()
func (*Request) SetGroupsNames ¶
func (o *Request) SetGroupsNames(val []fields.NullableString)
func (*Request) SetUnknownTaggedFields ¶
func (o *Request) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*Request) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*Request) UnknownTaggedFields ¶
func (o *Request) UnknownTaggedFields() []fields.RawTaggedField
func (*Request) Write ¶
func (o *Request) Write(buf *typesbytes.SliceWriter, version int16) error
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func ResponseDefault ¶
func ResponseDefault() Response
func (*Response) MarshalJSON ¶
func (*Response) Release ¶
func (o *Response) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*Response) Results ¶
func (o *Response) Results() []response.DeletableGroupResult
func (*Response) SetDefault ¶
func (o *Response) SetDefault()
func (*Response) SetResults ¶
func (o *Response) SetResults(val []response.DeletableGroupResult)
func (*Response) SetThrottleTimeMs ¶
func (*Response) SetUnknownTaggedFields ¶
func (o *Response) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*Response) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*Response) ThrottleTimeMs ¶
func (*Response) UnknownTaggedFields ¶
func (o *Response) UnknownTaggedFields() []fields.RawTaggedField
func (*Response) Write ¶
func (o *Response) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.