Class GcsRepositorySettings
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
co.elastic.clients.elasticsearch.snapshot.GcsRepositorySettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
RepositorySettingsBase.AbstractBuilder<BuilderT extends RepositorySettingsBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GcsRepositorySettings>Json deserializer forGcsRepositorySettings -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAPI name:application_namefinal StringbasePath()API name:base_pathfinal Stringbucket()Required - API name:bucketfinal Stringclient()API name:clientstatic GcsRepositorySettingsfinal Booleanreadonly()API name:readonlyprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
chunkSize, compress, maxRestoreBytesPerSec, maxSnapshotBytesPerSec, serialize, setupRepositorySettingsBaseDeserializer, toString
-
Field Details
-
_DESERIALIZER
Json deserializer forGcsRepositorySettings
-
-
Method Details
-
of
public static GcsRepositorySettings of(Function<GcsRepositorySettings.Builder, ObjectBuilder<GcsRepositorySettings>> fn) -
bucket
Required - API name:bucket -
client
API name:client -
basePath
API name:base_path -
readonly
API name:readonly -
applicationName
API name:application_name -
serializeInternal
- Overrides:
serializeInternalin classRepositorySettingsBase
-
setupGcsRepositorySettingsDeserializer
protected static void setupGcsRepositorySettingsDeserializer(ObjectDeserializer<GcsRepositorySettings.Builder> op)
-