Package com.sap.ai.sdk.grounding.model
Class GoogleDrivePipelineCreateRequest
java.lang.Object
com.sap.ai.sdk.grounding.model.GoogleDrivePipelineCreateRequest
- All Implemented Interfaces:
CreatePipeline
GoogleDrivePipelineCreateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static enumGets or Sets type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for GoogleDrivePipelineCreateRequest. -
Method Summary
Modifier and TypeMethodDescription_configuration(GoogleDriveConfigurationStruct _configuration) Set the _configuration of thisGoogleDrivePipelineCreateRequestinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newGoogleDrivePipelineCreateRequestinstance with all required arguments.booleanGet _configurationgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theGoogleDrivePipelineCreateRequest.Get metadatagetType()Get typeinthashCode()Set the metadata of thisGoogleDrivePipelineCreateRequestinstance and return the same instance.voidsetConfiguration(GoogleDriveConfigurationStruct _configuration) Set the _configuration of thisGoogleDrivePipelineCreateRequestinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisGoogleDrivePipelineCreateRequestinstance.voidsetMetadata(MetaData metadata) Set the metadata of thisGoogleDrivePipelineCreateRequestinstance.voidSet the type of thisGoogleDrivePipelineCreateRequestinstance.toMap()Get the value of all properties of thisGoogleDrivePipelineCreateRequestinstance including unrecognized properties.toString()Set the type of thisGoogleDrivePipelineCreateRequestinstance and return the same instance.
-
Constructor Details
-
GoogleDrivePipelineCreateRequest
protected GoogleDrivePipelineCreateRequest()Default constructor for GoogleDrivePipelineCreateRequest.
-
-
Method Details
-
type
@Nonnull public GoogleDrivePipelineCreateRequest type(@Nonnull GoogleDrivePipelineCreateRequest.TypeEnum type) Set the type of thisGoogleDrivePipelineCreateRequestinstance and return the same instance.- Parameters:
type- The type of thisGoogleDrivePipelineCreateRequest- Returns:
- The same instance of this
GoogleDrivePipelineCreateRequestclass
-
getType
Get type- Specified by:
getTypein interfaceCreatePipeline- Returns:
- type The type of this
GoogleDrivePipelineCreateRequestinstance.
-
setType
Set the type of thisGoogleDrivePipelineCreateRequestinstance.- Parameters:
type- The type of thisGoogleDrivePipelineCreateRequest
-
metadata
Set the metadata of thisGoogleDrivePipelineCreateRequestinstance and return the same instance.- Parameters:
metadata- The metadata of thisGoogleDrivePipelineCreateRequest- Returns:
- The same instance of this
GoogleDrivePipelineCreateRequestclass
-
getMetadata
Get metadata- Returns:
- metadata The metadata of this
GoogleDrivePipelineCreateRequestinstance.
-
setMetadata
Set the metadata of thisGoogleDrivePipelineCreateRequestinstance.- Parameters:
metadata- The metadata of thisGoogleDrivePipelineCreateRequest
-
_configuration
@Nonnull public GoogleDrivePipelineCreateRequest _configuration(@Nonnull GoogleDriveConfigurationStruct _configuration) Set the _configuration of thisGoogleDrivePipelineCreateRequestinstance and return the same instance.- Parameters:
_configuration- The _configuration of thisGoogleDrivePipelineCreateRequest- Returns:
- The same instance of this
GoogleDrivePipelineCreateRequestclass
-
getConfiguration
Get _configuration- Returns:
- _configuration The _configuration of this
GoogleDrivePipelineCreateRequestinstance.
-
setConfiguration
Set the _configuration of thisGoogleDrivePipelineCreateRequestinstance.- Parameters:
_configuration- The _configuration of thisGoogleDrivePipelineCreateRequest
-
getCustomFieldNames
Get the names of the unrecognizable properties of theGoogleDrivePipelineCreateRequest.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisGoogleDrivePipelineCreateRequestinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisGoogleDrivePipelineCreateRequestinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisGoogleDrivePipelineCreateRequestinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a type-safe, fluent-api builder object to construct a newGoogleDrivePipelineCreateRequestinstance with all required arguments.
-
toMap()instead.