Class VertexCredentials.Builder
java.lang.Object
com.google.adk.models.VertexCredentials.Builder
- Enclosing class:
VertexCredentials
Builder for
VertexCredentials.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract VertexCredentialsbuild()abstract VertexCredentials.Buildercredentials(@Nullable com.google.auth.oauth2.GoogleCredentials value) abstract VertexCredentials.Builderabstract VertexCredentials.BuildersetCredentials(@Nullable com.google.auth.oauth2.GoogleCredentials value) Deprecated.setLocation(@Nullable String value) Deprecated.setProject(@Nullable String value) Deprecated.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setProject
@Deprecated @CanIgnoreReturnValue public final VertexCredentials.Builder setProject(@Nullable String value) Deprecated. -
project
-
setLocation
@Deprecated @CanIgnoreReturnValue public final VertexCredentials.Builder setLocation(@Nullable String value) Deprecated. -
location
-
setCredentials
@Deprecated @CanIgnoreReturnValue public final VertexCredentials.Builder setCredentials(@Nullable com.google.auth.oauth2.GoogleCredentials value) Deprecated. -
credentials
@CanIgnoreReturnValue public abstract VertexCredentials.Builder credentials(@Nullable com.google.auth.oauth2.GoogleCredentials value) -
build
-