Interface TranslateTextGlossaryConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGlossary()
      Required.
      com.google.protobuf.ByteString getGlossaryBytes()
      Required.
      boolean getIgnoreCase()
      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

      • getGlossary

        String getGlossary()
         Required. Specifies the glossary used for this translation. Use
         this format: projects/*/locations/*/glossaries/*
         
        string glossary = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The glossary.
      • getGlossaryBytes

        com.google.protobuf.ByteString getGlossaryBytes()
         Required. Specifies the glossary used for this translation. Use
         this format: projects/*/locations/*/glossaries/*
         
        string glossary = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for glossary.
      • getIgnoreCase

        boolean getIgnoreCase()
         Optional. Indicates match is case-insensitive.
         Default value is false if missing.
         
        bool ignore_case = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The ignoreCase.