Class InternalChecker (3.59.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.59.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   final   class  InternalChecker   extends   GeneratedMessageV3   implements   InternalCheckerOrBuilder  
   An internal checker allows Uptime checks to run on private/internal GCP
 resources.
 Protobuf type google.monitoring.v3.InternalChecker
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  DISPLAY_NAME_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   DISPLAY_NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  GCP_ZONE_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   GCP_ZONE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NAME_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NETWORK_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   NETWORK_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PEER_PROJECT_ID_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   PEER_PROJECT_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  STATE_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   STATE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() (deprecated) 
  
    
public   static   InternalChecker   getDefaultInstance ()  
  
  getDescriptor() (deprecated) 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() (deprecated) 
  
    
public   static   InternalChecker . Builder   newBuilder ()  
  
  newBuilder(InternalChecker prototype) (deprecated) 
  
    
public   static   InternalChecker . Builder   newBuilder ( InternalChecker   prototype )  
  
  
  
    
public   static   InternalChecker   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   InternalChecker   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) (deprecated) 
  
    
public   static   InternalChecker   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   InternalChecker   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) (deprecated) 
  
    
public   static   InternalChecker   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   InternalChecker   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   InternalChecker   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   InternalChecker   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   InternalChecker   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   InternalChecker   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) (deprecated) 
  
    
public   static   InternalChecker   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   InternalChecker   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() (deprecated) 
  
    
public   static   Parser<InternalChecker>   parser ()  
  
  Methods
   
  equals(Object obj) (deprecated) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() (deprecated) 
  
    
public   InternalChecker   getDefaultInstanceForType ()  
  
  getDisplayName() (deprecated) 
  
    
public   String   getDisplayName ()  
   The checker's human-readable name. The display name
 should be unique within a Cloud Monitoring Metrics Scope in order to make
 it easier to identify; however, uniqueness is not enforced.
 string display_name = 2;
    
      
        Returns  
      
        Type Description  
      
        String The displayName.
 
     
  
  getDisplayNameBytes() (deprecated) 
  
    
public   ByteString   getDisplayNameBytes ()  
   The checker's human-readable name. The display name
 should be unique within a Cloud Monitoring Metrics Scope in order to make
 it easier to identify; however, uniqueness is not enforced.
 string display_name = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for displayName.
 
     
  
  getGcpZone() (deprecated) 
  
    
public   String   getGcpZone ()  
   The GCP zone the Uptime check should egress from. Only respected for
 internal Uptime checks, where internal_network is specified.
 string gcp_zone = 4;
    
      
        Returns  
      
        Type Description  
      
        String The gcpZone.
 
     
  
  getGcpZoneBytes() (deprecated) 
  
    
public   ByteString   getGcpZoneBytes ()  
   The GCP zone the Uptime check should egress from. Only respected for
 internal Uptime checks, where internal_network is specified.
 string gcp_zone = 4;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for gcpZone.
 
     
  
  getName() (deprecated) 
  
   A unique resource name for this InternalChecker. The format is:
 projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID]
 [PROJECT_ID_OR_NUMBER] is the Cloud Monitoring Metrics Scope project for
 the Uptime check config associated with the internal checker.
 string name = 1;
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  getNameBytes() (deprecated) 
  
    
public   ByteString   getNameBytes ()  
   A unique resource name for this InternalChecker. The format is:
 projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID]
 [PROJECT_ID_OR_NUMBER] is the Cloud Monitoring Metrics Scope project for
 the Uptime check config associated with the internal checker.
 string name = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  getNetwork() (deprecated) 
  
    
public   String   getNetwork ()  
   The GCP VPC network  where the
 internal resource lives (ex: "default").
 string network = 3;
    
      
        Returns  
      
        Type Description  
      
        String The network.
 
     
  
  getNetworkBytes() (deprecated) 
  
    
public   ByteString   getNetworkBytes ()  
   The GCP VPC network  where the
 internal resource lives (ex: "default").
 string network = 3;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for network.
 
     
  
  getParserForType() (deprecated) 
  
    
public   Parser<InternalChecker>   getParserForType ()  
  
  Overrides 
  
  getPeerProjectId() (deprecated) 
  
    
public   String   getPeerProjectId ()  
   The GCP project ID where the internal checker lives. Not necessary
 the same as the Metrics Scope project.
 string peer_project_id = 6;
    
      
        Returns  
      
        Type Description  
      
        String The peerProjectId.
 
     
  
  getPeerProjectIdBytes() (deprecated) 
  
    
public   ByteString   getPeerProjectIdBytes ()  
   The GCP project ID where the internal checker lives. Not necessary
 the same as the Metrics Scope project.
 string peer_project_id = 6;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for peerProjectId.
 
     
  
  getSerializedSize() (deprecated) 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getState() (deprecated) 
  
    
public   InternalChecker . State   getState ()  
   The current operational state of the internal checker.
 .google.monitoring.v3.InternalChecker.State state = 7;
getStateValue() (deprecated) 
  
    
public   int   getStateValue ()  
   The current operational state of the internal checker.
 .google.monitoring.v3.InternalChecker.State state = 7;
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for state.
 
     
  
  hashCode() (deprecated) 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() (deprecated) 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() (deprecated) 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() (deprecated) 
  
    
public   InternalChecker . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated) 
  
    
protected   InternalChecker . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() (deprecated) 
  
    
public   InternalChecker . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) (deprecated) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]