@Generated public class BranchSpec extends Object
| Constructor and Description |
|---|
BranchSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.protobuf.Timestamp |
getExpireTime() |
Boolean |
getIsProtected() |
Boolean |
getNoExpiry() |
String |
getSourceBranch() |
String |
getSourceBranchLsn() |
com.google.protobuf.Timestamp |
getSourceBranchTime() |
com.google.protobuf.Duration |
getTtl() |
int |
hashCode() |
BranchSpec |
setExpireTime(com.google.protobuf.Timestamp expireTime) |
BranchSpec |
setIsProtected(Boolean isProtected) |
BranchSpec |
setNoExpiry(Boolean noExpiry) |
BranchSpec |
setSourceBranch(String sourceBranch) |
BranchSpec |
setSourceBranchLsn(String sourceBranchLsn) |
BranchSpec |
setSourceBranchTime(com.google.protobuf.Timestamp sourceBranchTime) |
BranchSpec |
setTtl(com.google.protobuf.Duration ttl) |
String |
toString() |
public BranchSpec setExpireTime(com.google.protobuf.Timestamp expireTime)
public com.google.protobuf.Timestamp getExpireTime()
public BranchSpec setIsProtected(Boolean isProtected)
public Boolean getIsProtected()
public BranchSpec setNoExpiry(Boolean noExpiry)
public Boolean getNoExpiry()
public BranchSpec setSourceBranch(String sourceBranch)
public String getSourceBranch()
public BranchSpec setSourceBranchLsn(String sourceBranchLsn)
public String getSourceBranchLsn()
public BranchSpec setSourceBranchTime(com.google.protobuf.Timestamp sourceBranchTime)
public com.google.protobuf.Timestamp getSourceBranchTime()
public BranchSpec setTtl(com.google.protobuf.Duration ttl)
public com.google.protobuf.Duration getTtl()
Copyright © 2026. All rights reserved.