public static interface DatabricksArtifacts.GetCredentialsForWrite.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatabricksArtifacts.ArtifactCredentialInfo |
getCredentialInfos(int index)
Credentials for writing to the specified artifact locations
|
int |
getCredentialInfosCount()
Credentials for writing to the specified artifact locations
|
List<DatabricksArtifacts.ArtifactCredentialInfo> |
getCredentialInfosList()
Credentials for writing to the specified artifact locations
|
DatabricksArtifacts.ArtifactCredentialInfoOrBuilder |
getCredentialInfosOrBuilder(int index)
Credentials for writing to the specified artifact locations
|
List<? extends DatabricksArtifacts.ArtifactCredentialInfoOrBuilder> |
getCredentialInfosOrBuilderList()
Credentials for writing to the specified artifact locations
|
String |
getNextPageToken()
Token used to fetch the next page of credentials for large requests that require pagination
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token used to fetch the next page of credentials for large requests that require pagination
|
boolean |
hasNextPageToken()
Token used to fetch the next page of credentials for large requests that require pagination
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<DatabricksArtifacts.ArtifactCredentialInfo> getCredentialInfosList()
Credentials for writing to the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
DatabricksArtifacts.ArtifactCredentialInfo getCredentialInfos(int index)
Credentials for writing to the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
int getCredentialInfosCount()
Credentials for writing to the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
List<? extends DatabricksArtifacts.ArtifactCredentialInfoOrBuilder> getCredentialInfosOrBuilderList()
Credentials for writing to the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getCredentialInfosOrBuilder(int index)
Credentials for writing to the specified artifact locations
repeated .mlflow.ArtifactCredentialInfo credential_infos = 2;
boolean hasNextPageToken()
Token used to fetch the next page of credentials for large requests that require pagination
optional string next_page_token = 3;
String getNextPageToken()
Token used to fetch the next page of credentials for large requests that require pagination
optional string next_page_token = 3;
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;
Copyright © 2021. All rights reserved.