Class BetaManagedAgentsLimitedCredentialNetworkingParams.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsLimitedCredentialNetworkingParams.BuilderA builder for BetaManagedAgentsLimitedCredentialNetworkingParams.
-
-
Method Summary
-
-
Method Detail
-
allowedHosts
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder allowedHosts(List<String> allowedHosts)
Hostnames on which the secret will be substituted. Each entry is a bare hostname (
api.example.com), an IPv4 address (192.0.2.1), or a*.-prefixed wildcard (*.example.com). URLs, ports, paths, and IPv6 addresses are not accepted. At most 16 entries.
-
allowedHosts
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder allowedHosts(JsonField<List<String>> allowedHosts)
Sets Builder.allowedHosts to an arbitrary JSON value.
You should usually call Builder.allowedHosts with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addAllowedHost
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder addAllowedHost(String allowedHost)
Adds a single String to allowedHosts.
-
type
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder type(BetaManagedAgentsLimitedCredentialNetworkingParams.Type type)
-
type
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder type(JsonField<BetaManagedAgentsLimitedCredentialNetworkingParams.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsLimitedCredentialNetworkingParams.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsLimitedCredentialNetworkingParams build()
Returns an immutable instance of BetaManagedAgentsLimitedCredentialNetworkingParams.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.allowedHosts() .type()
-
-
-
-