Class SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder
-
- All Implemented Interfaces:
public final class SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.BuilderA builder for Auth.
-
-
Method Summary
-
-
Method Detail
-
credentials
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder credentials(SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Credentials credentials)
Google Cloud service account credentials
-
credentials
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder credentials(JsonField<SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Credentials> credentials)
Sets Builder.credentials to an arbitrary JSON value.
You should usually call Builder.credentials with a well-typed Credentials value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("googleServiceAccount")This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectId
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder projectId(String projectId)
Google Cloud project ID used by google-auth-library
-
projectId
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder projectId(JsonField<String> projectId)
Sets Builder.projectId to an arbitrary JSON value.
You should usually call Builder.projectId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
scopes
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder scopes(SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Scopes scopes)
Google auth scopes for the desired API request
-
scopes
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder scopes(JsonField<SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Scopes> scopes)
Sets Builder.scopes to an arbitrary JSON value.
You should usually call Builder.scopes with a well-typed Scopes value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
scopes
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder scopes(String string)
Alias for calling scopes with
Scopes.ofString(string).
-
scopesOfStrings
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder scopesOfStrings(List<String> strings)
Alias for calling scopes with
Scopes.ofStrings(strings).
-
universeDomain
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder universeDomain(String universeDomain)
Google Cloud universe domain
-
universeDomain
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder universeDomain(JsonField<String> universeDomain)
Sets Builder.universeDomain to an arbitrary JSON value.
You should usually call Builder.universeDomain with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SessionExtractParams.Options.Model.VertexModelConfigObject.Auth build()
Returns an immutable instance of Auth.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.credentials()
-
-
-
-