Class GetMetastoreSummaryResponse
- java.lang.Object
-
- com.databricks.sdk.service.catalog.GetMetastoreSummaryResponse
-
@Generated public class GetMetastoreSummaryResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetMetastoreSummaryResponse()
-
Method Summary
-
-
-
Method Detail
-
setCloud
public GetMetastoreSummaryResponse setCloud(String cloud)
-
getCloud
public String getCloud()
-
setCreatedAt
public GetMetastoreSummaryResponse setCreatedAt(Long createdAt)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedBy
public GetMetastoreSummaryResponse setCreatedBy(String createdBy)
-
getCreatedBy
public String getCreatedBy()
-
setDefaultDataAccessConfigId
public GetMetastoreSummaryResponse setDefaultDataAccessConfigId(String defaultDataAccessConfigId)
-
getDefaultDataAccessConfigId
public String getDefaultDataAccessConfigId()
-
setDeltaSharingOrganizationName
public GetMetastoreSummaryResponse setDeltaSharingOrganizationName(String deltaSharingOrganizationName)
-
getDeltaSharingOrganizationName
public String getDeltaSharingOrganizationName()
-
setDeltaSharingRecipientTokenLifetimeInSeconds
public GetMetastoreSummaryResponse setDeltaSharingRecipientTokenLifetimeInSeconds(Long deltaSharingRecipientTokenLifetimeInSeconds)
-
getDeltaSharingRecipientTokenLifetimeInSeconds
public Long getDeltaSharingRecipientTokenLifetimeInSeconds()
-
setDeltaSharingScope
public GetMetastoreSummaryResponse setDeltaSharingScope(GetMetastoreSummaryResponseDeltaSharingScope deltaSharingScope)
-
getDeltaSharingScope
public GetMetastoreSummaryResponseDeltaSharingScope getDeltaSharingScope()
-
setGlobalMetastoreId
public GetMetastoreSummaryResponse setGlobalMetastoreId(String globalMetastoreId)
-
getGlobalMetastoreId
public String getGlobalMetastoreId()
-
setMetastoreId
public GetMetastoreSummaryResponse setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
setName
public GetMetastoreSummaryResponse setName(String name)
-
getName
public String getName()
-
setOwner
public GetMetastoreSummaryResponse setOwner(String owner)
-
getOwner
public String getOwner()
-
setPrivilegeModelVersion
public GetMetastoreSummaryResponse setPrivilegeModelVersion(String privilegeModelVersion)
-
getPrivilegeModelVersion
public String getPrivilegeModelVersion()
-
setRegion
public GetMetastoreSummaryResponse setRegion(String region)
-
getRegion
public String getRegion()
-
setStorageRoot
public GetMetastoreSummaryResponse setStorageRoot(String storageRoot)
-
getStorageRoot
public String getStorageRoot()
-
setStorageRootCredentialId
public GetMetastoreSummaryResponse setStorageRootCredentialId(String storageRootCredentialId)
-
getStorageRootCredentialId
public String getStorageRootCredentialId()
-
setStorageRootCredentialName
public GetMetastoreSummaryResponse setStorageRootCredentialName(String storageRootCredentialName)
-
getStorageRootCredentialName
public String getStorageRootCredentialName()
-
setUpdatedAt
public GetMetastoreSummaryResponse setUpdatedAt(Long updatedAt)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedBy
public GetMetastoreSummaryResponse setUpdatedBy(String updatedBy)
-
getUpdatedBy
public String getUpdatedBy()
-
-