- 0.51.0 (latest)
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class CommitLogEntry.Builder extends GeneratedMessageV3.Builder<CommitLogEntry.Builder> implements CommitLogEntryOrBuilder
Represents a single commit log.
Protobuf type google.cloud.dataform.v1beta1.CommitLogEntry
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CommitLogEntry.BuilderImplements
CommitLogEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CommitLogEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
build()
public CommitLogEntry build()
Returns | |
---|---|
Type | Description |
CommitLogEntry |
buildPartial()
public CommitLogEntry buildPartial()
Returns | |
---|---|
Type | Description |
CommitLogEntry |
clear()
public CommitLogEntry.Builder clear()
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
clearAuthor()
public CommitLogEntry.Builder clearAuthor()
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.CommitAuthor author = 3;
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
clearCommitMessage()
public CommitLogEntry.Builder clearCommitMessage()
The commit message for this commit log entry.
string commit_message = 4;
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
This builder for chaining. |
clearCommitSha()
public CommitLogEntry.Builder clearCommitSha()
The commit SHA for this commit log entry.
string commit_sha = 2;
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
This builder for chaining. |
clearCommitTime()
public CommitLogEntry.Builder clearCommitTime()
Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
clearField(Descriptors.FieldDescriptor field)
public CommitLogEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CommitLogEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
clone()
public CommitLogEntry.Builder clone()
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
getAuthor()
public CommitAuthor getAuthor()
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.CommitAuthor author = 3;
Returns | |
---|---|
Type | Description |
CommitAuthor |
The author. |
getAuthorBuilder()
public CommitAuthor.Builder getAuthorBuilder()
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.CommitAuthor author = 3;
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
getAuthorOrBuilder()
public CommitAuthorOrBuilder getAuthorOrBuilder()
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.CommitAuthor author = 3;
Returns | |
---|---|
Type | Description |
CommitAuthorOrBuilder |
getCommitMessage()
public String getCommitMessage()
The commit message for this commit log entry.
string commit_message = 4;
Returns | |
---|---|
Type | Description |
String |
The commitMessage. |
getCommitMessageBytes()
public ByteString getCommitMessageBytes()
The commit message for this commit log entry.
string commit_message = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for commitMessage. |
getCommitSha()
public String getCommitSha()
The commit SHA for this commit log entry.
string commit_sha = 2;
Returns | |
---|---|
Type | Description |
String |
The commitSha. |
getCommitShaBytes()
public ByteString getCommitShaBytes()
The commit SHA for this commit log entry.
string commit_sha = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for commitSha. |
getCommitTime()
public Timestamp getCommitTime()
Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The commitTime. |
getCommitTimeBuilder()
public Timestamp.Builder getCommitTimeBuilder()
Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
Returns | |
---|---|
Type | Description |
Builder |
getCommitTimeOrBuilder()
public TimestampOrBuilder getCommitTimeOrBuilder()
Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public CommitLogEntry getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CommitLogEntry |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
hasAuthor()
public boolean hasAuthor()
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.CommitAuthor author = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the author field is set. |
hasCommitTime()
public boolean hasCommitTime()
Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the commitTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeAuthor(CommitAuthor value)
public CommitLogEntry.Builder mergeAuthor(CommitAuthor value)
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.CommitAuthor author = 3;
Parameter | |
---|---|
Name | Description |
value |
CommitAuthor |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
mergeCommitTime(Timestamp value)
public CommitLogEntry.Builder mergeCommitTime(Timestamp value)
Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
mergeFrom(CommitLogEntry other)
public CommitLogEntry.Builder mergeFrom(CommitLogEntry other)
Parameter | |
---|---|
Name | Description |
other |
CommitLogEntry |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CommitLogEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CommitLogEntry.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CommitLogEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
setAuthor(CommitAuthor value)
public CommitLogEntry.Builder setAuthor(CommitAuthor value)
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.CommitAuthor author = 3;
Parameter | |
---|---|
Name | Description |
value |
CommitAuthor |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
setAuthor(CommitAuthor.Builder builderForValue)
public CommitLogEntry.Builder setAuthor(CommitAuthor.Builder builderForValue)
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.CommitAuthor author = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
CommitAuthor.Builder |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
setCommitMessage(String value)
public CommitLogEntry.Builder setCommitMessage(String value)
The commit message for this commit log entry.
string commit_message = 4;
Parameter | |
---|---|
Name | Description |
value |
String The commitMessage to set. |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
This builder for chaining. |
setCommitMessageBytes(ByteString value)
public CommitLogEntry.Builder setCommitMessageBytes(ByteString value)
The commit message for this commit log entry.
string commit_message = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for commitMessage to set. |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
This builder for chaining. |
setCommitSha(String value)
public CommitLogEntry.Builder setCommitSha(String value)
The commit SHA for this commit log entry.
string commit_sha = 2;
Parameter | |
---|---|
Name | Description |
value |
String The commitSha to set. |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
This builder for chaining. |
setCommitShaBytes(ByteString value)
public CommitLogEntry.Builder setCommitShaBytes(ByteString value)
The commit SHA for this commit log entry.
string commit_sha = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for commitSha to set. |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
This builder for chaining. |
setCommitTime(Timestamp value)
public CommitLogEntry.Builder setCommitTime(Timestamp value)
Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
setCommitTime(Timestamp.Builder builderForValue)
public CommitLogEntry.Builder setCommitTime(Timestamp.Builder builderForValue)
Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CommitLogEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CommitLogEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CommitLogEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CommitLogEntry.Builder |