Interface Audioinput.RecordRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Audioinput.RecordRequest, Audioinput.RecordRequest.Builder
Enclosing class:
Audioinput

public static interface Audioinput.RecordRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    .google.protobuf.Duration duration = 2 [json_name = "duration"];
    Name of an audio input
    com.google.protobuf.ByteString
    Name of an audio input
    boolean
    .google.protobuf.Duration duration = 2 [json_name = "duration"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       Name of an audio input
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of an audio input
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • hasDuration

      boolean hasDuration()
      .google.protobuf.Duration duration = 2 [json_name = "duration"];
      Returns:
      Whether the duration field is set.
    • getDuration

      com.google.protobuf.Duration getDuration()
      .google.protobuf.Duration duration = 2 [json_name = "duration"];
      Returns:
      The duration.