@Generated public class ProjectStatus extends Object
| Constructor and Description |
|---|
ProjectStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getBranchLogicalSizeLimitBytes() |
ProjectDefaultEndpointSettings |
getDefaultEndpointSettings() |
String |
getDisplayName() |
com.google.protobuf.Duration |
getHistoryRetentionDuration() |
String |
getOwner() |
Long |
getPgVersion() |
Long |
getSyntheticStorageSizeBytes() |
int |
hashCode() |
ProjectStatus |
setBranchLogicalSizeLimitBytes(Long branchLogicalSizeLimitBytes) |
ProjectStatus |
setDefaultEndpointSettings(ProjectDefaultEndpointSettings defaultEndpointSettings) |
ProjectStatus |
setDisplayName(String displayName) |
ProjectStatus |
setHistoryRetentionDuration(com.google.protobuf.Duration historyRetentionDuration) |
ProjectStatus |
setOwner(String owner) |
ProjectStatus |
setPgVersion(Long pgVersion) |
ProjectStatus |
setSyntheticStorageSizeBytes(Long syntheticStorageSizeBytes) |
String |
toString() |
public ProjectStatus setBranchLogicalSizeLimitBytes(Long branchLogicalSizeLimitBytes)
public Long getBranchLogicalSizeLimitBytes()
public ProjectStatus setDefaultEndpointSettings(ProjectDefaultEndpointSettings defaultEndpointSettings)
public ProjectDefaultEndpointSettings getDefaultEndpointSettings()
public ProjectStatus setDisplayName(String displayName)
public String getDisplayName()
public ProjectStatus setHistoryRetentionDuration(com.google.protobuf.Duration historyRetentionDuration)
public com.google.protobuf.Duration getHistoryRetentionDuration()
public ProjectStatus setOwner(String owner)
public String getOwner()
public ProjectStatus setPgVersion(Long pgVersion)
public Long getPgVersion()
public ProjectStatus setSyntheticStorageSizeBytes(Long syntheticStorageSizeBytes)
public Long getSyntheticStorageSizeBytes()
Copyright © 2026. All rights reserved.