Documentation ¶
Index ¶
- Variables
- type GrpcWeb
- func (m *GrpcWeb) Clone() proto.Message
- func (*GrpcWeb) Descriptor() ([]byte, []int)deprecated
- func (m *GrpcWeb) Equal(that interface{}) bool
- func (x *GrpcWeb) GetDisable() bool
- func (m *GrpcWeb) Hash(hasher hash.Hash64) (uint64, error)deprecated
- func (m *GrpcWeb) HashUnique(hasher hash.Hash64) (uint64, error)
- func (*GrpcWeb) ProtoMessage()
- func (x *GrpcWeb) ProtoReflect() protoreflect.Message
- func (x *GrpcWeb) Reset()
- func (x *GrpcWeb) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_solo_io_gloo_projects_gloo_api_v1_options_grpc_web_grpc_web_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GrpcWeb ¶
type GrpcWeb struct { // Disable grpc web support. Disable bool `protobuf:"varint,1,opt,name=disable,proto3" json:"disable,omitempty"` // contains filtered or unexported fields }
GrpcWeb support is enabled be default. Use this extension to disable it.
func (*GrpcWeb) Descriptor
deprecated
func (*GrpcWeb) GetDisable ¶
func (*GrpcWeb) Hash
deprecated
added in
v1.2.13
func (*GrpcWeb) HashUnique ¶
HashUnique function generates a hash of the object that is unique to the object by hashing field name and value pairs. Replaces Hash due to original hashing implemention only using field values. The omission of the field name in the hash calculation can lead to hash collisions.
func (*GrpcWeb) ProtoMessage ¶
func (*GrpcWeb) ProtoMessage()
func (*GrpcWeb) ProtoReflect ¶ added in v1.6.0
func (x *GrpcWeb) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.