@Generated public class Branch extends Object
| Constructor and Description |
|---|
Branch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.protobuf.Timestamp |
getCreateTime() |
String |
getName() |
String |
getParent() |
BranchSpec |
getSpec() |
BranchStatus |
getStatus() |
String |
getUid() |
com.google.protobuf.Timestamp |
getUpdateTime() |
int |
hashCode() |
Branch |
setCreateTime(com.google.protobuf.Timestamp createTime) |
Branch |
setName(String name) |
Branch |
setParent(String parent) |
Branch |
setSpec(BranchSpec spec) |
Branch |
setStatus(BranchStatus status) |
Branch |
setUid(String uid) |
Branch |
setUpdateTime(com.google.protobuf.Timestamp updateTime) |
String |
toString() |
public Branch setCreateTime(com.google.protobuf.Timestamp createTime)
public com.google.protobuf.Timestamp getCreateTime()
public String getName()
public String getParent()
public Branch setSpec(BranchSpec spec)
public BranchSpec getSpec()
public Branch setStatus(BranchStatus status)
public BranchStatus getStatus()
public String getUid()
public Branch setUpdateTime(com.google.protobuf.Timestamp updateTime)
public com.google.protobuf.Timestamp getUpdateTime()
Copyright © 2026. All rights reserved.