Class SdkVersion (0.80.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.80.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  SdkVersion   extends   GeneratedMessageV3   implements   SdkVersionOrBuilder  
   The version of the SDK used to run the job.
 Protobuf type google.dataflow.v1beta3.SdkVersion
    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
   
  BUGS_FIELD_NUMBER 
  
    
public   static   final   int   BUGS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SDK_SUPPORT_STATUS_FIELD_NUMBER 
  
    
public   static   final   int   SDK_SUPPORT_STATUS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  VERSION_DISPLAY_NAME_FIELD_NUMBER 
  
    
public   static   final   int   VERSION_DISPLAY_NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  VERSION_FIELD_NUMBER 
  
    
public   static   final   int   VERSION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   SdkVersion   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   SdkVersion . Builder   newBuilder ()  
  
  newBuilder(SdkVersion prototype) 
  
    
public   static   SdkVersion . Builder   newBuilder ( SdkVersion   prototype )  
  
  
  
    
public   static   SdkVersion   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   SdkVersion   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   SdkVersion   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   SdkVersion   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   SdkVersion   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   SdkVersion   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   SdkVersion   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   SdkVersion   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   SdkVersion   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   SdkVersion   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   SdkVersion   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   SdkVersion   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<SdkVersion>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getBugs(int index) 
  
    
public   SdkBug   getBugs ( int   index )  
   Output only. Known bugs found in this SDK version.
 
 repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
    
      
        Returns  
      
        Type Description  
      
        SdkBug  
     
  
  getBugsCount() 
  
    
public   int   getBugsCount ()  
   Output only. Known bugs found in this SDK version.
 
 repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getBugsList() 
  
    
public   List<SdkBug>   getBugsList ()  
   Output only. Known bugs found in this SDK version.
 
 repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getBugsOrBuilder(int index) 
  
    
public   SdkBugOrBuilder   getBugsOrBuilder ( int   index )  
   Output only. Known bugs found in this SDK version.
 
 repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getBugsOrBuilderList() 
  
    
public   List <?   extends   SdkBugOrBuilder >  getBugsOrBuilderList ()  
   Output only. Known bugs found in this SDK version.
 
 repeated .google.dataflow.v1beta3.SdkBug bugs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.dataflow.v1beta3.SdkBugOrBuilder > 
     
  
  getDefaultInstanceForType() 
  
    
public   SdkVersion   getDefaultInstanceForType ()  
  
  getParserForType() 
  
    
public   Parser<SdkVersion>   getParserForType ()  
  
  Overrides 
  
  getSdkSupportStatus() 
  
    
public   SdkVersion . SdkSupportStatus   getSdkSupportStatus ()  
   The support status for this SDK version.
 .google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
getSdkSupportStatusValue() 
  
    
public   int   getSdkSupportStatusValue ()  
   The support status for this SDK version.
 .google.dataflow.v1beta3.SdkVersion.SdkSupportStatus sdk_support_status = 3;
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for sdkSupportStatus.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getVersion() 
  
    
public   String   getVersion ()  
   The version of the SDK used to run the job.
 string version = 1;
    
      
        Returns  
      
        Type Description  
      
        String The version.
 
     
  
  getVersionBytes() 
  
    
public   ByteString   getVersionBytes ()  
   The version of the SDK used to run the job.
 string version = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for version.
 
     
  
  getVersionDisplayName() 
  
    
public   String   getVersionDisplayName ()  
   A readable string describing the version of the SDK.
 string version_display_name = 2;
    
      
        Returns  
      
        Type Description  
      
        String The versionDisplayName.
 
     
  
  getVersionDisplayNameBytes() 
  
    
public   ByteString   getVersionDisplayNameBytes ()  
   A readable string describing the version of the SDK.
 string version_display_name = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for versionDisplayName.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   SdkVersion . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   SdkVersion . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   SdkVersion . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
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-28 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-28 UTC."],[],[]]