- 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 CommitAuthor.Builder extends GeneratedMessageV3.Builder<CommitAuthor.Builder> implements CommitAuthorOrBuilder
Represents the author of a Git commit.
Protobuf type google.cloud.dataform.v1beta1.CommitAuthor
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CommitAuthor.BuilderImplements
CommitAuthorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CommitAuthor.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
build()
public CommitAuthor build()
Returns | |
---|---|
Type | Description |
CommitAuthor |
buildPartial()
public CommitAuthor buildPartial()
Returns | |
---|---|
Type | Description |
CommitAuthor |
clear()
public CommitAuthor.Builder clear()
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
clearEmailAddress()
public CommitAuthor.Builder clearEmailAddress()
Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CommitAuthor.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
clearName()
public CommitAuthor.Builder clearName()
Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CommitAuthor.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
clone()
public CommitAuthor.Builder clone()
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
getDefaultInstanceForType()
public CommitAuthor getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CommitAuthor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEmailAddress()
public String getEmailAddress()
Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The emailAddress. |
getEmailAddressBytes()
public ByteString getEmailAddressBytes()
Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for emailAddress. |
getName()
public String getName()
Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CommitAuthor other)
public CommitAuthor.Builder mergeFrom(CommitAuthor other)
Parameter | |
---|---|
Name | Description |
other |
CommitAuthor |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CommitAuthor.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CommitAuthor.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CommitAuthor.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
setEmailAddress(String value)
public CommitAuthor.Builder setEmailAddress(String value)
Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The emailAddress to set. |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
This builder for chaining. |
setEmailAddressBytes(ByteString value)
public CommitAuthor.Builder setEmailAddressBytes(ByteString value)
Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for emailAddress to set. |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CommitAuthor.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
setName(String value)
public CommitAuthor.Builder setName(String value)
Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public CommitAuthor.Builder setNameBytes(ByteString value)
Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CommitAuthor.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CommitAuthor.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |