Interface GetDefaultBranchResponseOrBuilder (2.43.0)

public interface GetDefaultBranchResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBranch()

public abstract String getBranch()

Full resource name of the branch id currently set as default branch.

string branch = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The branch.

getBranchBytes()

public abstract ByteString getBranchBytes()

Full resource name of the branch id currently set as default branch.

string branch = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for branch.

getNote()

public abstract String getNote()

This corresponds to SetDefaultBranchRequest.note field, when this branch was set as default.

string note = 3;

Returns
TypeDescription
String

The note.

getNoteBytes()

public abstract ByteString getNoteBytes()

This corresponds to SetDefaultBranchRequest.note field, when this branch was set as default.

string note = 3;

Returns
TypeDescription
ByteString

The bytes for note.

getSetTime()

public abstract Timestamp getSetTime()

The time when this branch is set to default.

.google.protobuf.Timestamp set_time = 2;

Returns
TypeDescription
Timestamp

The setTime.

getSetTimeOrBuilder()

public abstract TimestampOrBuilder getSetTimeOrBuilder()

The time when this branch is set to default.

.google.protobuf.Timestamp set_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasSetTime()

public abstract boolean hasSetTime()

The time when this branch is set to default.

.google.protobuf.Timestamp set_time = 2;

Returns
TypeDescription
boolean

Whether the setTime field is set.