Class UpdateDeploymentRequestAnyOf
java.lang.Object
dev.restate.admin.model.UpdateDeploymentRequestAnyOf
Deprecated.
UpdateDeploymentRequestAnyOf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalHeaders(Map<String, String> additionalHeaders) Deprecated.Deprecated.booleanDeprecated.Return true if this UpdateDeploymentRequest_anyOf object is equal to o.Deprecated.Additional headers added to the discover/invoke requests to the deployment.Deprecated.If `true`, discovery will run but the deployment will not be registered.getUri()Deprecated.Uri to use to discover/invoke the http deployment.Deprecated.If `true`, discovery will be attempted using a client that defaults to HTTP1.1 instead of a prior-knowledge HTTP2 client.inthashCode()Deprecated.putAdditionalHeadersItem(String key, String additionalHeadersItem) Deprecated.voidsetAdditionalHeaders(Map<String, String> additionalHeaders) Deprecated.voidDeprecated.voidDeprecated.voidsetUseHttp11(Boolean useHttp11) Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.Deprecated.
-
Field Details
-
JSON_PROPERTY_URI
-
JSON_PROPERTY_ADDITIONAL_HEADERS
-
JSON_PROPERTY_USE_HTTP11
-
JSON_PROPERTY_DRY_RUN
-
-
Constructor Details
-
UpdateDeploymentRequestAnyOf
public UpdateDeploymentRequestAnyOf()Deprecated.
-
-
Method Details
-
uri
Deprecated. -
getUri
Deprecated.Uri to use to discover/invoke the http deployment.- Returns:
- uri
-
setUri
Deprecated. -
additionalHeaders
public UpdateDeploymentRequestAnyOf additionalHeaders(@Nullable Map<String, String> additionalHeaders) Deprecated. -
putAdditionalHeadersItem
public UpdateDeploymentRequestAnyOf putAdditionalHeadersItem(String key, String additionalHeadersItem) Deprecated. -
getAdditionalHeaders
-
setAdditionalHeaders
-
useHttp11
Deprecated. -
getUseHttp11
Deprecated.If `true`, discovery will be attempted using a client that defaults to HTTP1.1 instead of a prior-knowledge HTTP2 client. HTTP2 may still be used for TLS servers that advertise HTTP2 support via ALPN. HTTP1.1 deployments will only work in request-response mode.- Returns:
- useHttp11
-
setUseHttp11
Deprecated. -
dryRun
Deprecated. -
getDryRun
Deprecated.If `true`, discovery will run but the deployment will not be registered. This is useful to see the impact of a new deployment before registering it.- Returns:
- dryRun
-
setDryRun
Deprecated. -
equals
-
hashCode
-
toString
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-