Interface TextStream.TextMappingOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TextStream.TextMapping, TextStream.TextMapping.Builder
    Enclosing class:
    TextStream

    public static interface TextStream.TextMappingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAtomKey()
      Required.
      com.google.protobuf.ByteString getAtomKeyBytes()
      Required.
      String getInputKey()
      Required.
      com.google.protobuf.ByteString getInputKeyBytes()
      Required.
      int getInputTrack()
      Required.
      • 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

      • getAtomKey

        String getAtomKey()
         Required. The `EditAtom.key` that references atom with text inputs in the
         `Job.edit_list`.
         
        string atom_key = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The atomKey.
      • getAtomKeyBytes

        com.google.protobuf.ByteString getAtomKeyBytes()
         Required. The `EditAtom.key` that references atom with text inputs in the
         `Job.edit_list`.
         
        string atom_key = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for atomKey.
      • getInputKey

        String getInputKey()
         Required. The `Input.key` that identifies the input file.
         
        string input_key = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The inputKey.
      • getInputKeyBytes

        com.google.protobuf.ByteString getInputKeyBytes()
         Required. The `Input.key` that identifies the input file.
         
        string input_key = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for inputKey.
      • getInputTrack

        int getInputTrack()
         Required. The zero-based index of the track in the input file.
         
        int32 input_track = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The inputTrack.