コード例 #1
0
ファイル: test.pb.go プロジェクト: stevvooe/protobuf
func (x Days) String() string {
	return proto.EnumName(Days_name, int32(x))
}
コード例 #2
0
ファイル: query.pb.go プロジェクト: sr/pb
func (x CompositeFilter_Operator) String() string {
	return proto.EnumName(CompositeFilter_Operator_name, int32(x))
}
コード例 #3
0
ファイル: metric.pb.go プロジェクト: peter-edge/protoeasy-go
func (x MetricDescriptor_ValueType) String() string {
	return proto.EnumName(MetricDescriptor_ValueType_name, int32(x))
}
コード例 #4
0
ファイル: query.pb.go プロジェクト: sr/pb
func (x PropertyFilter_Operator) String() string {
	return proto.EnumName(PropertyFilter_Operator_name, int32(x))
}
コード例 #5
0
ファイル: query.pb.go プロジェクト: sr/pb
func (x EntityResult_ResultType) String() string {
	return proto.EnumName(EntityResult_ResultType_name, int32(x))
}
コード例 #6
0
ファイル: health.pb.go プロジェクト: HuKeping/docker
func (x HealthCheckResponse_ServingStatus) String() string {
	return proto.EnumName(HealthCheckResponse_ServingStatus_name, int32(x))
}
コード例 #7
0
func (x Method) String() string {
	return proto.EnumName(Method_name, int32(x))
}
コード例 #8
0
ファイル: binlog.pb.go プロジェクト: Charlesdong/godropbox
func (x SqlMode_BitPosition) String() string {
	return proto.EnumName(SqlMode_BitPosition_name, int32(x))
}
コード例 #9
0
ファイル: binlog.pb.go プロジェクト: Charlesdong/godropbox
func (x FieldType_Type) String() string {
	return proto.EnumName(FieldType_Type_name, int32(x))
}
コード例 #10
0
ファイル: binlog.pb.go プロジェクト: Charlesdong/godropbox
func (x ChecksumAlgorithm_Type) String() string {
	return proto.EnumName(ChecksumAlgorithm_Type_name, int32(x))
}
コード例 #11
0
ファイル: binlog.pb.go プロジェクト: Charlesdong/godropbox
func (x QueryStatusCode_Type) String() string {
	return proto.EnumName(QueryStatusCode_Type_name, int32(x))
}
コード例 #12
0
ファイル: binlog.pb.go プロジェクト: Charlesdong/godropbox
func (x RowsEventVersion_Type) String() string {
	return proto.EnumName(RowsEventVersion_Type_name, int32(x))
}
コード例 #13
0
ファイル: binlog.pb.go プロジェクト: Charlesdong/godropbox
func (x LogEventType_Type) String() string {
	return proto.EnumName(LogEventType_Type_name, int32(x))
}
コード例 #14
0
func (x ControlMessage_ControlType) String() string {
	return proto.EnumName(ControlMessage_ControlType_name, int32(x))
}
コード例 #15
0
ファイル: phproxyd.pb.go プロジェクト: badoo/thunder
func (x RequestMsgid) String() string {
	return proto.EnumName(RequestMsgid_name, int32(x))
}
コード例 #16
0
ファイル: code.pb.go プロジェクト: peter-edge/protoeasy-go
func (x Code) String() string {
	return proto.EnumName(Code_name, int32(x))
}
コード例 #17
0
ファイル: log.pb.go プロジェクト: fujitsu-cf/cli
func (x LogMessage_MessageType) String() string {
	return proto.EnumName(LogMessage_MessageType_name, int32(x))
}
コード例 #18
0
ファイル: kv.pb.go プロジェクト: xingfeng2510/etcd
func (x Event_EventType) String() string {
	return proto.EnumName(Event_EventType_name, int32(x))
}
コード例 #19
0
ファイル: structured.pb.go プロジェクト: ajayaa/cockroach
func (x ColumnType_Kind) String() string {
	return proto.EnumName(ColumnType_Kind_name, int32(x))
}
コード例 #20
0
ファイル: raft.pb.go プロジェクト: achanda/etcd
func (x ConfChangeType) String() string {
	return proto.EnumName(ConfChangeType_name, int32(x))
}
コード例 #21
0
func (x PeerType) String() string {
	return proto.EnumName(PeerType_name, int32(x))
}
コード例 #22
0
ファイル: raft.pb.go プロジェクト: achanda/etcd
func (x EntryType) String() string {
	return proto.EnumName(EntryType_name, int32(x))
}
コード例 #23
0
ファイル: query.pb.go プロジェクト: sr/pb
func (x QueryResultBatch_MoreResultsType) String() string {
	return proto.EnumName(QueryResultBatch_MoreResultsType_name, int32(x))
}
コード例 #24
0
ファイル: phproxyd.pb.go プロジェクト: badoo/thunder
func (x Errno) String() string {
	return proto.EnumName(Errno_name, int32(x))
}
コード例 #25
0
ファイル: query.pb.go プロジェクト: sr/pb
func (x PropertyOrder_Direction) String() string {
	return proto.EnumName(PropertyOrder_Direction_name, int32(x))
}
コード例 #26
0
ファイル: phproxyd.pb.go プロジェクト: badoo/thunder
func (x PhproxydStatusT) String() string {
	return proto.EnumName(PhproxydStatusT_name, int32(x))
}
コード例 #27
0
ファイル: metric.pb.go プロジェクト: peter-edge/protoeasy-go
func (x MetricDescriptor_MetricKind) String() string {
	return proto.EnumName(MetricDescriptor_MetricKind_name, int32(x))
}
コード例 #28
0
ファイル: phproxyd.pb.go プロジェクト: badoo/thunder
func (x StoreT) String() string {
	return proto.EnumName(StoreT_name, int32(x))
}
コード例 #29
0
ファイル: test_objects.pb.go プロジェクト: jmptrader/protobuf
func (x Widget_Color) String() string {
	return proto.EnumName(Widget_Color_name, int32(x))
}
コード例 #30
0
ファイル: test.pb.go プロジェクト: stevvooe/protobuf
func (x HatType) String() string {
	return proto.EnumName(HatType_name, int32(x))
}