public static final class EntryGroup.Builder extends GeneratedMessageV3.Builder<EntryGroup.Builder> implements EntryGroupOrBuilder
Entry group metadata.
An `EntryGroup` resource represents a logical grouping of zero or more
Data Catalog [Entry][google.cloud.datacatalog.v1.Entry] resources.
Protobuf type google.cloud.datacatalog.v1.EntryGroup
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EntryGroup.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public EntryGroup build()
Returns
buildPartial()
public EntryGroup buildPartial()
Returns
clear()
public EntryGroup.Builder clear()
Returns
Overrides
clearDataCatalogTimestamps()
public EntryGroup.Builder clearDataCatalogTimestamps()
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clearDescription()
public EntryGroup.Builder clearDescription()
Entry group description. Can consist of several sentences or
paragraphs that describe the entry group contents.
Default value is an empty string.
string description = 3;
Returns
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
clearField(Descriptors.FieldDescriptor field)
public EntryGroup.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearName()
public EntryGroup.Builder clearName()
The resource name of the entry group in URL format.
Note: The entry group itself and its child resources might not be
stored in the location specified in its name.
string name = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public EntryGroup.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public EntryGroup.Builder clone()
Returns
Overrides
getDataCatalogTimestamps()
public SystemTimestamps getDataCatalogTimestamps()
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getDataCatalogTimestampsBuilder()
public SystemTimestamps.Builder getDataCatalogTimestampsBuilder()
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getDataCatalogTimestampsOrBuilder()
public SystemTimestampsOrBuilder getDataCatalogTimestampsOrBuilder()
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getDefaultInstanceForType()
public EntryGroup getDefaultInstanceForType()
Returns
getDescription()
public String getDescription()
Entry group description. Can consist of several sentences or
paragraphs that describe the 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. Can consist of several sentences or
paragraphs that describe the entry group contents.
Default value is an empty string.
string description = 3;
Returns
Type | Description |
ByteString | The bytes for description.
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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()
The resource name of the entry group in URL format.
Note: The entry group itself and its child resources might not be
stored in the location specified in its name.
string name = 1;
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
The resource name of the entry group in URL format.
Note: The entry group itself and its child resources might not be
stored in the location specified in its name.
string name = 1;
Returns
hasDataCatalogTimestamps()
public boolean hasDataCatalogTimestamps()
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.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
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeDataCatalogTimestamps(SystemTimestamps value)
public EntryGroup.Builder mergeDataCatalogTimestamps(SystemTimestamps value)
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
mergeFrom(EntryGroup other)
public EntryGroup.Builder mergeFrom(EntryGroup other)
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EntryGroup.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public EntryGroup.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EntryGroup.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setDataCatalogTimestamps(SystemTimestamps value)
public EntryGroup.Builder setDataCatalogTimestamps(SystemTimestamps value)
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
setDataCatalogTimestamps(SystemTimestamps.Builder builderForValue)
public EntryGroup.Builder setDataCatalogTimestamps(SystemTimestamps.Builder builderForValue)
Output only. Timestamps of the entry group. Default value is empty.
.google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
setDescription(String value)
public EntryGroup.Builder setDescription(String value)
Entry group description. Can consist of several sentences or
paragraphs that describe the entry group contents.
Default value is an empty string.
string description = 3;
Parameter
Name | Description |
value | String
The description to set.
|
Returns
setDescriptionBytes(ByteString value)
public EntryGroup.Builder setDescriptionBytes(ByteString value)
Entry group description. Can consist of several sentences or
paragraphs that describe the entry group contents.
Default value is an empty string.
string description = 3;
Parameter
Name | Description |
value | ByteString
The bytes for description to set.
|
Returns
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 | String
The displayName to set.
|
Returns
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 | ByteString
The bytes for displayName to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public EntryGroup.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setName(String value)
public EntryGroup.Builder setName(String value)
The resource name of the entry group in URL format.
Note: The entry group itself and its child resources might not be
stored in the location specified in its name.
string name = 1;
Parameter
Name | Description |
value | String
The name to set.
|
Returns
setNameBytes(ByteString value)
public EntryGroup.Builder setNameBytes(ByteString value)
The resource name of the entry group in URL format.
Note: The entry group itself and its child resources might not be
stored in the location specified in its name.
string name = 1;
Parameter
Name | Description |
value | ByteString
The bytes for name to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EntryGroup.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EntryGroup.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides