Package com.google.cloud.datacatalog.v1
Interface PersonalDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PersonalDetails,PersonalDetails.Builder
@Generated
public interface PersonalDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTrue if the entry is starred by the user; false otherwise.com.google.protobuf.TimestampSet if the entry is starred; unset otherwise.com.google.protobuf.TimestampOrBuilderSet if the entry is starred; unset otherwise.booleanSet if the entry is starred; unset otherwise.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStarred
boolean getStarred()True if the entry is starred by the user; false otherwise.
bool starred = 1;- Returns:
- The starred.
-
hasStarTime
boolean hasStarTime()Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;- Returns:
- Whether the starTime field is set.
-
getStarTime
com.google.protobuf.Timestamp getStarTime()Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;- Returns:
- The starTime.
-
getStarTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStarTimeOrBuilder()Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
-