Class BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsLimitedCredentialNetworkingResponse.BuilderA builder for BetaManagedAgentsLimitedCredentialNetworkingResponse.
-
-
Method Summary
-
-
Method Detail
-
allowedHosts
final BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder allowedHosts(List<String> allowedHosts)
Hostnames on which the secret will be substituted. An entry matches the request host exactly; a
*.-prefixed entry matches any subdomain of the named domain but not the domain itself.
-
allowedHosts
final BetaManagedAgentsLimitedCredentialNetworkingResponse.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 BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder addAllowedHost(String allowedHost)
Adds a single String to allowedHosts.
-
type
final BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder type(BetaManagedAgentsLimitedCredentialNetworkingResponse.Type type)
-
type
final BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder type(JsonField<BetaManagedAgentsLimitedCredentialNetworkingResponse.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 BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsLimitedCredentialNetworkingResponse build()
Returns an immutable instance of BetaManagedAgentsLimitedCredentialNetworkingResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.allowedHosts() .type()
-
-
-
-