Interface SDKInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SDKInfo, SDKInfo.Builder

    public interface SDKInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SDKInfo.Language getLanguage()
      Required.
      int getLanguageValue()
      Required.
      String getVersion()
      Optional.
      com.google.protobuf.ByteString getVersionBytes()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLanguageValue

        int getLanguageValue()
         Required. The SDK Language.
         
        .google.dataflow.v1beta3.SDKInfo.Language language = 1;
        Returns:
        The enum numeric value on the wire for language.
      • getLanguage

        SDKInfo.Language getLanguage()
         Required. The SDK Language.
         
        .google.dataflow.v1beta3.SDKInfo.Language language = 1;
        Returns:
        The language.
      • getVersion

        String getVersion()
         Optional. The SDK version.
         
        string version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         Optional. The SDK version.
         
        string version = 2;
        Returns:
        The bytes for version.