Interface Agent.GenAppBuilderSettingsOrBuilder

    • Method Summary

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

      • getEngine

        String getEngine()
         Required. The full name of the Gen App Builder engine related to this
         agent if there is one. Format: `projects/{Project ID}/locations/{Location
         ID}/collections/{Collection ID}/engines/{Engine ID}`
         
        string engine = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The engine.
      • getEngineBytes

        com.google.protobuf.ByteString getEngineBytes()
         Required. The full name of the Gen App Builder engine related to this
         agent if there is one. Format: `projects/{Project ID}/locations/{Location
         ID}/collections/{Collection ID}/engines/{Engine ID}`
         
        string engine = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for engine.