Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetCredentialsForRead.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatabricksArtifacts.GetCredentialsForRead.Response
,DatabricksArtifacts.GetCredentialsForRead.Response.Builder
- Enclosing class:
DatabricksArtifacts.GetCredentialsForRead
public static interface DatabricksArtifacts.GetCredentialsForRead.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCredentialInfos
(int index) Credentials for reading from the specified artifact locationsint
Credentials for reading from the specified artifact locationsCredentials for reading from the specified artifact locationsgetCredentialInfosOrBuilder
(int index) Credentials for reading from the specified artifact locationsCredentials for reading from the specified artifact locationsToken used to fetch the next page of credentials for large requests that require paginationcom.google.protobuf.ByteString
Token used to fetch the next page of credentials for large requests that require paginationboolean
Token used to fetch the next page of credentials for large requests that require paginationMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCredentialInfosList
List<DatabricksArtifacts.ArtifactCredentialInfo> getCredentialInfosList()Credentials for reading from the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
-
getCredentialInfos
Credentials for reading from the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
-
getCredentialInfosCount
int getCredentialInfosCount()Credentials for reading from the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
-
getCredentialInfosOrBuilderList
List<? extends DatabricksArtifacts.ArtifactCredentialInfoOrBuilder> getCredentialInfosOrBuilderList()Credentials for reading from the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
-
getCredentialInfosOrBuilder
Credentials for reading from the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
-
hasNextPageToken
boolean hasNextPageToken()Token used to fetch the next page of credentials for large requests that require pagination
optional string next_page_token = 3;
- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Token used to fetch the next page of credentials for large requests that require pagination
optional string next_page_token = 3;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Token used to fetch the next page of credentials for large requests that require pagination
optional string next_page_token = 3;
- Returns:
- The bytes for nextPageToken.
-