Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_serving_util_class_registration_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Config1 ¶
type Config1 struct { StringField string `protobuf:"bytes,1,opt,name=string_field,json=stringField,proto3" json:"string_field,omitempty"` // contains filtered or unexported fields }
func (*Config1) Descriptor
deprecated
func (*Config1) GetStringField ¶
func (*Config1) ProtoMessage ¶
func (*Config1) ProtoMessage()
func (*Config1) ProtoReflect ¶
func (x *Config1) ProtoReflect() protoreflect.Message
type Config2 ¶
type Config2 struct { StringField string `protobuf:"bytes,1,opt,name=string_field,json=stringField,proto3" json:"string_field,omitempty"` // contains filtered or unexported fields }
func (*Config2) Descriptor
deprecated
func (*Config2) GetStringField ¶
func (*Config2) ProtoMessage ¶
func (*Config2) ProtoMessage()
func (*Config2) ProtoReflect ¶
func (x *Config2) ProtoReflect() protoreflect.Message
type MessageWithAny ¶
type MessageWithAny struct { AnyField *anypb.Any `protobuf:"bytes,1,opt,name=any_field,json=anyField,proto3" json:"any_field,omitempty"` // contains filtered or unexported fields }
func (*MessageWithAny) Descriptor
deprecated
func (*MessageWithAny) Descriptor() ([]byte, []int)
Deprecated: Use MessageWithAny.ProtoReflect.Descriptor instead.
func (*MessageWithAny) GetAnyField ¶
func (x *MessageWithAny) GetAnyField() *anypb.Any
func (*MessageWithAny) ProtoMessage ¶
func (*MessageWithAny) ProtoMessage()
func (*MessageWithAny) ProtoReflect ¶
func (x *MessageWithAny) ProtoReflect() protoreflect.Message
func (*MessageWithAny) Reset ¶
func (x *MessageWithAny) Reset()
func (*MessageWithAny) String ¶
func (x *MessageWithAny) String() string
Click to show internal directories.
Click to hide internal directories.