Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for FileDescriptor (0.77 sec)

  1. pkg/test/echo/proto/echo.pb.go

    }
    
    func (x *ForwardEchoResponse) GetOutput() []string {
    	if x != nil {
    		return x.Output
    	}
    	return nil
    }
    
    var File_test_echo_proto_echo_proto protoreflect.FileDescriptor
    
    var file_test_echo_proto_echo_proto_rawDesc = []byte{
    	0x0a, 0x1a, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x65, 0x63, 0x68, 0x6f, 0x2f, 0x70, 0x72, 0x6f, 0x74,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  2. pkg/workloadapi/workload.pb.go

    	}
    	return ""
    }
    
    func (x *NamespacedHostname) GetHostname() string {
    	if x != nil {
    		return x.Hostname
    	}
    	return ""
    }
    
    var File_workloadapi_workload_proto protoreflect.FileDescriptor
    
    var file_workloadapi_workload_proto_rawDesc = []byte{
    	0x0a, 0x1a, 0x77, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x6f,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/api/admin/stats/ApiAdminStatsAction.java

            final ProcessProbe processProbe = ProcessProbe.getInstance();
            final ProcessFileDescriptorObj processFileDescriptorObj = new ProcessFileDescriptorObj();
            processObj.fileFescriptor = processFileDescriptorObj;
            processFileDescriptorObj.open = processProbe.getOpenFileDescriptorCount();
            processFileDescriptorObj.max = processProbe.getMaxFileDescriptorCount();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    func (x *IntOrString) GetStrVal() *wrapperspb.StringValue {
    	if x != nil {
    		return x.StrVal
    	}
    	return nil
    }
    
    var File_pkg_apis_istio_v1alpha1_values_types_proto protoreflect.FileDescriptor
    
    var file_pkg_apis_istio_v1alpha1_values_types_proto_rawDesc = []byte{
    	0x0a, 0x2a, 0x70, 0x6b, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x73, 0x74, 0x69, 0x6f,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top