- 1.84.0 (latest)
 - 1.82.0
 - 1.81.0
 - 1.80.0
 - 1.79.0
 - 1.78.0
 - 1.76.0
 - 1.74.0
 - 1.73.0
 - 1.70.0
 - 1.69.0
 - 1.68.0
 - 1.66.0
 - 1.65.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.61.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.50.0
 - 1.49.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.38.0
 - 1.37.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.26.0
 - 1.25.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.10.0
 - 1.9.5
 - 1.8.4
 - 1.7.2
 - 1.6.2
 - 1.5.4
 
public static final class EntryGroup.Builder extends GeneratedMessageV3.Builder<EntryGroup.Builder> implements EntryGroupOrBuilderEntryGroup Metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.
 Protobuf type google.cloud.datacatalog.v1beta1.EntryGroup
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EntryGroup.BuilderImplements
EntryGroupOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EntryGroup.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
build()
public EntryGroup build()| Returns | |
|---|---|
| Type | Description | 
EntryGroup | 
        |
buildPartial()
public EntryGroup buildPartial()| Returns | |
|---|---|
| Type | Description | 
EntryGroup | 
        |
clear()
public EntryGroup.Builder clear()| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
clearDataCatalogTimestamps()
public EntryGroup.Builder clearDataCatalogTimestamps()Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
 
 .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
clearDescription()
public EntryGroup.Builder clearDescription()Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
 string description = 3;
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
clearDisplayName()
public EntryGroup.Builder clearDisplayName()A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public EntryGroup.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
clearName()
public EntryGroup.Builder clearName()Identifier. The resource name of the entry group in URL format. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public EntryGroup.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
clone()
public EntryGroup.Builder clone()| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
getDataCatalogTimestamps()
public SystemTimestamps getDataCatalogTimestamps()Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
 
 .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
SystemTimestamps | 
        The dataCatalogTimestamps.  | 
      
getDataCatalogTimestampsBuilder()
public SystemTimestamps.Builder getDataCatalogTimestampsBuilder()Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
 
 .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
SystemTimestamps.Builder | 
        |
getDataCatalogTimestampsOrBuilder()
public SystemTimestampsOrBuilder getDataCatalogTimestampsOrBuilder()Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
 
 .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
SystemTimestampsOrBuilder | 
        |
getDefaultInstanceForType()
public EntryGroup getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
EntryGroup | 
        |
getDescription()
public String getDescription()Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
 string description = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public ByteString getDescriptionBytes()Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
 string description = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDisplayName()
public String getDisplayName()A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public ByteString getDisplayNameBytes()A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getName()
public String getName()Identifier. The resource name of the entry group in URL format. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes()Identifier. The resource name of the entry group in URL format. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
hasDataCatalogTimestamps()
public boolean hasDataCatalogTimestamps()Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
 
 .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the dataCatalogTimestamps field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeDataCatalogTimestamps(SystemTimestamps value)
public EntryGroup.Builder mergeDataCatalogTimestamps(SystemTimestamps value)Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
 
 .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        SystemTimestamps | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
mergeFrom(EntryGroup other)
public EntryGroup.Builder mergeFrom(EntryGroup other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        EntryGroup | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EntryGroup.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public EntryGroup.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EntryGroup.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
setDataCatalogTimestamps(SystemTimestamps value)
public EntryGroup.Builder setDataCatalogTimestamps(SystemTimestamps value)Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
 
 .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        SystemTimestamps | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
setDataCatalogTimestamps(SystemTimestamps.Builder builderForValue)
public EntryGroup.Builder setDataCatalogTimestamps(SystemTimestamps.Builder builderForValue)Output only. Timestamps about this EntryGroup. Default value is empty timestamps.
 
 .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        SystemTimestamps.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
setDescription(String value)
public EntryGroup.Builder setDescription(String value)Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
 string description = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
setDescriptionBytes(ByteString value)
public EntryGroup.Builder setDescriptionBytes(ByteString value)Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
 string description = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
setDisplayName(String value)
public EntryGroup.Builder setDisplayName(String value)A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
 string display_name = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe displayName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
setDisplayNameBytes(ByteString value)
public EntryGroup.Builder setDisplayNameBytes(ByteString value)A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
 string display_name = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for displayName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public EntryGroup.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
setName(String value)
public EntryGroup.Builder setName(String value)Identifier. The resource name of the entry group in URL format. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public EntryGroup.Builder setNameBytes(ByteString value)Identifier. The resource name of the entry group in URL format. Example:
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EntryGroup.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final EntryGroup.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
EntryGroup.Builder | 
        |