Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetCredentialsForLoggedModelUpload.ResponseOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DatabricksArtifacts.GetCredentialsForLoggedModelUpload.Response,- DatabricksArtifacts.GetCredentialsForLoggedModelUpload.Response.Builder
 - Enclosing class:
- DatabricksArtifacts.GetCredentialsForLoggedModelUpload
 
 public static interface DatabricksArtifacts.GetCredentialsForLoggedModelUpload.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabricksArtifacts.LoggedModelArtifactCredentialgetCredentials(int index)Credentials for writing to the specified artifact locationsintgetCredentialsCount()Credentials for writing to the specified artifact locationsjava.util.List<DatabricksArtifacts.LoggedModelArtifactCredential>getCredentialsList()Credentials for writing to the specified artifact locationsDatabricksArtifacts.LoggedModelArtifactCredentialOrBuildergetCredentialsOrBuilder(int index)Credentials for writing to the specified artifact locationsjava.util.List<? extends DatabricksArtifacts.LoggedModelArtifactCredentialOrBuilder>getCredentialsOrBuilderList()Credentials for writing to the specified artifact locationsjava.lang.StringgetNextPageToken()Token used to fetch the next page of credentials for large requests that require paginationcom.google.protobuf.ByteStringgetNextPageTokenBytes()Token used to fetch the next page of credentials for large requests that require paginationbooleanhasNextPageToken()Token used to fetch the next page of credentials for large requests that require pagination- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getCredentialsListjava.util.List<DatabricksArtifacts.LoggedModelArtifactCredential> getCredentialsList() Credentials for writing to the specified artifact locations repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
 - 
getCredentialsDatabricksArtifacts.LoggedModelArtifactCredential getCredentials(int index) Credentials for writing to the specified artifact locations repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
 - 
getCredentialsCountint getCredentialsCount() Credentials for writing to the specified artifact locations repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
 - 
getCredentialsOrBuilderListjava.util.List<? extends DatabricksArtifacts.LoggedModelArtifactCredentialOrBuilder> getCredentialsOrBuilderList() Credentials for writing to the specified artifact locations repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
 - 
getCredentialsOrBuilderDatabricksArtifacts.LoggedModelArtifactCredentialOrBuilder getCredentialsOrBuilder(int index) Credentials for writing to the specified artifact locations repeated .mlflow.LoggedModelArtifactCredential credentials = 1;
 - 
hasNextPageTokenboolean hasNextPageToken() Token used to fetch the next page of credentials for large requests that require pagination optional string next_page_token = 2;- Returns:
- Whether the nextPageToken field is set.
 
 - 
getNextPageTokenjava.lang.String getNextPageToken() Token used to fetch the next page of credentials for large requests that require pagination optional string next_page_token = 2;- Returns:
- The nextPageToken.
 
 - 
getNextPageTokenBytescom.google.protobuf.ByteString getNextPageTokenBytes() Token used to fetch the next page of credentials for large requests that require pagination optional string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
 
 
- 
 
-