Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for ProtoMessage (0.42 sec)

  1. pkg/config/model.go

    type Spec any
    
    func ToProto(s Spec) (*anypb.Any, error) {
    	// golang protobuf. Use protoreflect.ProtoMessage to distinguish from gogo
    	// golang/protobuf 1.4+ will have this interface. Older golang/protobuf are gogo compatible
    	// but also not used by Istio at all.
    	if pb, ok := s.(protoreflect.ProtoMessage); ok {
    		return protoconv.MessageToAnyWithError(pb)
    	}
    
    	// gogo protobuf
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  2. pkg/zdsapi/zds.pb.go

    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ZdsHello) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ZdsHello) ProtoMessage() {}
    
    func (x *ZdsHello) ProtoReflect() protoreflect.Message {
    	mi := &file_zdsapi_zds_proto_msgTypes[0]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  3. pkg/workloadapi/security/authorization.pb.go

    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *Authorization) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*Authorization) ProtoMessage() {}
    
    func (x *Authorization) ProtoReflect() protoreflect.Message {
    	mi := &file_workloadapi_security_authorization_proto_msgTypes[0]
    	if protoimpl.UnsafeEnabled && x != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. pkg/test/echo/proto/echo.pb.go

    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *EchoRequest) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*EchoRequest) ProtoMessage() {}
    
    func (x *EchoRequest) ProtoReflect() protoreflect.Message {
    	mi := &file_test_echo_proto_echo_proto_msgTypes[0]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1alpha1/generated.pb.go

    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *IPAddress) Reset()      { *m = IPAddress{} }
    func (*IPAddress) ProtoMessage() {}
    func (*IPAddress) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c1cb39e7b48ce50d, []int{0}
    }
    func (m *IPAddress) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 46.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/example2/v1/generated.pb.go

    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *ReplicaSet) Reset()      { *m = ReplicaSet{} }
    func (*ReplicaSet) ProtoMessage() {}
    func (*ReplicaSet) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c0d8f6d73eb5bf83, []int{0}
    }
    func (m *ReplicaSet) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/authentication/v1beta1/generated.pb.go

    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *ExtraValue) Reset()      { *m = ExtraValue{} }
    func (*ExtraValue) ProtoMessage() {}
    func (*ExtraValue) Descriptor() ([]byte, []int) {
    	return fileDescriptor_fdc2de40fd7f3b21, []int{0}
    }
    func (m *ExtraValue) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  8. pkg/dns/proto/nds.pb.go

    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *NameTable) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*NameTable) ProtoMessage() {}
    
    func (x *NameTable) ProtoReflect() protoreflect.Message {
    	mi := &file_dns_proto_nds_proto_msgTypes[0]
    	if protoimpl.UnsafeEnabled && x != nil {
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/batch/v1beta1/generated.pb.go

    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *CronJob) Reset()      { *m = CronJob{} }
    func (*CronJob) ProtoMessage() {}
    func (*CronJob) Descriptor() ([]byte, []int) {
    	return fileDescriptor_ed95843ae7b4086b, []int{0}
    }
    func (m *CronJob) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/certificates/v1alpha1/generated.pb.go

    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *ClusterTrustBundle) Reset()      { *m = ClusterTrustBundle{} }
    func (*ClusterTrustBundle) ProtoMessage() {}
    func (*ClusterTrustBundle) Descriptor() ([]byte, []int) {
    	return fileDescriptor_f73d5fe56c015bb8, []int{0}
    }
    func (m *ClusterTrustBundle) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top