public static final class PersonalDetails.Builder extends GeneratedMessage.Builder<PersonalDetails.Builder> implements PersonalDetailsOrBuilderEntry metadata relevant only to the user and private to them.
Protobuf type google.cloud.datacatalog.v1.PersonalDetails
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PersonalDetails.BuilderImplements
PersonalDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PersonalDetails build()| Returns | |
|---|---|
| Type | Description |
PersonalDetails |
|
buildPartial()
public PersonalDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
PersonalDetails |
|
clear()
public PersonalDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
|
clearStarTime()
public PersonalDetails.Builder clearStarTime()Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
|
clearStarred()
public PersonalDetails.Builder clearStarred()True if the entry is starred by the user; false otherwise.
bool starred = 1;
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PersonalDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PersonalDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStarTime()
public Timestamp getStarTime()Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The starTime. |
getStarTimeBuilder()
public Timestamp.Builder getStarTimeBuilder()Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getStarTimeOrBuilder()
public TimestampOrBuilder getStarTimeOrBuilder()Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStarred()
public boolean getStarred()True if the entry is starred by the user; false otherwise.
bool starred = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The starred. |
hasStarTime()
public boolean hasStarTime()Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the starTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PersonalDetails other)
public PersonalDetails.Builder mergeFrom(PersonalDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
PersonalDetails |
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PersonalDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PersonalDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
|
mergeStarTime(Timestamp value)
public PersonalDetails.Builder mergeStarTime(Timestamp value)Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
|
setStarTime(Timestamp value)
public PersonalDetails.Builder setStarTime(Timestamp value)Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
|
setStarTime(Timestamp.Builder builderForValue)
public PersonalDetails.Builder setStarTime(Timestamp.Builder builderForValue)Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
|
setStarred(boolean value)
public PersonalDetails.Builder setStarred(boolean value)True if the entry is starred by the user; false otherwise.
bool starred = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe starred to set. |
| Returns | |
|---|---|
| Type | Description |
PersonalDetails.Builder |
This builder for chaining. |