Interface DatabricksArtifacts.GetCredentialsForTraceDataDownload.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DatabricksArtifacts.GetCredentialsForTraceDataDownload.Response, DatabricksArtifacts.GetCredentialsForTraceDataDownload.Response.Builder
Enclosing class:
DatabricksArtifacts.GetCredentialsForTraceDataDownload

public static interface DatabricksArtifacts.GetCredentialsForTraceDataDownload.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .mlflow.ArtifactCredentialInfo credential_info = 1;
    optional .mlflow.ArtifactCredentialInfo credential_info = 1;
    boolean
    optional .mlflow.ArtifactCredentialInfo credential_info = 1;

    Methods 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

    • hasCredentialInfo

      boolean hasCredentialInfo()
      optional .mlflow.ArtifactCredentialInfo credential_info = 1;
      Returns:
      Whether the credentialInfo field is set.
    • getCredentialInfo

      optional .mlflow.ArtifactCredentialInfo credential_info = 1;
      Returns:
      The credentialInfo.
    • getCredentialInfoOrBuilder

      optional .mlflow.ArtifactCredentialInfo credential_info = 1;