Interface DatabricksArtifacts.GetCredentialsForRead.ResponseOrBuilder

    • Method Detail

      • getCredentialInfosList

        java.util.List<DatabricksArtifacts.ArtifactCredentialInfo> getCredentialInfosList()
         Credentials for reading from the specified artifact locations
         
        repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
      • getCredentialInfos

        DatabricksArtifacts.ArtifactCredentialInfo getCredentialInfos​(int index)
         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

        java.util.List<? extends DatabricksArtifacts.ArtifactCredentialInfoOrBuilder> getCredentialInfosOrBuilderList()
         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

        java.lang.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.