Documentation ¶
Index ¶
- Variables
- type StoragePathErrorInjectingSourceAdapterConfig
- func (*StoragePathErrorInjectingSourceAdapterConfig) Descriptor() ([]byte, []int)deprecated
- func (x *StoragePathErrorInjectingSourceAdapterConfig) GetErrorMessage() string
- func (*StoragePathErrorInjectingSourceAdapterConfig) ProtoMessage()
- func (x *StoragePathErrorInjectingSourceAdapterConfig) ProtoReflect() protoreflect.Message
- func (x *StoragePathErrorInjectingSourceAdapterConfig) Reset()
- func (x *StoragePathErrorInjectingSourceAdapterConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_serving_model_servers_test_util_storage_path_error_injecting_source_adapter_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StoragePathErrorInjectingSourceAdapterConfig ¶
type StoragePathErrorInjectingSourceAdapterConfig struct { // The error message the adapter emits. ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` // contains filtered or unexported fields }
Config proto for StoragePathErrorInjectingSourceAdapter.
func (*StoragePathErrorInjectingSourceAdapterConfig) Descriptor
deprecated
func (*StoragePathErrorInjectingSourceAdapterConfig) Descriptor() ([]byte, []int)
Deprecated: Use StoragePathErrorInjectingSourceAdapterConfig.ProtoReflect.Descriptor instead.
func (*StoragePathErrorInjectingSourceAdapterConfig) GetErrorMessage ¶
func (x *StoragePathErrorInjectingSourceAdapterConfig) GetErrorMessage() string
func (*StoragePathErrorInjectingSourceAdapterConfig) ProtoMessage ¶
func (*StoragePathErrorInjectingSourceAdapterConfig) ProtoMessage()
func (*StoragePathErrorInjectingSourceAdapterConfig) ProtoReflect ¶
func (x *StoragePathErrorInjectingSourceAdapterConfig) ProtoReflect() protoreflect.Message
func (*StoragePathErrorInjectingSourceAdapterConfig) Reset ¶
func (x *StoragePathErrorInjectingSourceAdapterConfig) Reset()
func (*StoragePathErrorInjectingSourceAdapterConfig) String ¶
func (x *StoragePathErrorInjectingSourceAdapterConfig) String() string
Click to show internal directories.
Click to hide internal directories.