Interface SpeechAdaptation.AdaptationPhraseSetOrBuilder

    • Method Detail

      • hasPhraseSet

        boolean hasPhraseSet()
         The name of an existing PhraseSet resource. The user must have read
         access to the resource and it must not be deleted.
         
        string phrase_set = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        Whether the phraseSet field is set.
      • getPhraseSet

        String getPhraseSet()
         The name of an existing PhraseSet resource. The user must have read
         access to the resource and it must not be deleted.
         
        string phrase_set = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The phraseSet.
      • getPhraseSetBytes

        com.google.protobuf.ByteString getPhraseSetBytes()
         The name of an existing PhraseSet resource. The user must have read
         access to the resource and it must not be deleted.
         
        string phrase_set = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for phraseSet.
      • hasInlinePhraseSet

        boolean hasInlinePhraseSet()
         An inline defined PhraseSet.
         
        .google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;
        Returns:
        Whether the inlinePhraseSet field is set.
      • getInlinePhraseSet

        PhraseSet getInlinePhraseSet()
         An inline defined PhraseSet.
         
        .google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;
        Returns:
        The inlinePhraseSet.
      • getInlinePhraseSetOrBuilder

        PhraseSetOrBuilder getInlinePhraseSetOrBuilder()
         An inline defined PhraseSet.
         
        .google.cloud.speech.v2.PhraseSet inline_phrase_set = 2;