Interface FreeformImageGenerationInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FreeformImageGenerationInput,FreeformImageGenerationInput.Builder
public interface FreeformImageGenerationInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFreeformPrompt
String getFreeformPrompt()Required. A freeform text description to guide the image generation process. The maximum length is 1500 characters. Required.
string freeform_prompt = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The freeformPrompt.
-
getFreeformPromptBytes
com.google.protobuf.ByteString getFreeformPromptBytes()Required. A freeform text description to guide the image generation process. The maximum length is 1500 characters. Required.
string freeform_prompt = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for freeformPrompt.
-