Class Entry.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Entry.Builder>
com.google.cloud.datacatalog.v1beta1.Entry.Builder
All Implemented Interfaces:
EntryOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Entry

public static final class Entry.Builder extends com.google.protobuf.GeneratedMessage.Builder<Entry.Builder> implements EntryOrBuilder
 Entry Metadata.
 A Data Catalog Entry resource represents another resource in Google
 Cloud Platform (such as a BigQuery dataset or a Pub/Sub topic), or
 outside of Google Cloud Platform. Clients can use the `linked_resource` field
 in the Entry resource to refer to the original resource ID of the source
 system.

 An Entry resource contains resource details, such as its schema. An Entry can
 also be used to attach flexible metadata, such as a
 [Tag][google.cloud.datacatalog.v1beta1.Tag].
 
Protobuf type google.cloud.datacatalog.v1beta1.Entry
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Entry.Builder>
    • clear

      public Entry.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Entry.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Entry.Builder>
    • getDefaultInstanceForType

      public Entry getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Entry build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Entry buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Entry.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Entry.Builder>
    • mergeFrom

      public Entry.Builder mergeFrom(Entry other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Entry.Builder>
    • mergeFrom

      public Entry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Entry.Builder>
      Throws:
      IOException
    • getEntryTypeCase

      public Entry.EntryTypeCase getEntryTypeCase()
      Specified by:
      getEntryTypeCase in interface EntryOrBuilder
    • clearEntryType

      public Entry.Builder clearEntryType()
    • getSystemCase

      public Entry.SystemCase getSystemCase()
      Specified by:
      getSystemCase in interface EntryOrBuilder
    • clearSystem

      public Entry.Builder clearSystem()
    • getTypeSpecCase

      public Entry.TypeSpecCase getTypeSpecCase()
      Specified by:
      getTypeSpecCase in interface EntryOrBuilder
    • clearTypeSpec

      public Entry.Builder clearTypeSpec()
    • getName

      public String getName()
       Output only. Identifier. The Data Catalog resource name of the entry in URL
       format. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      
       Note that this Entry and its child resources may not actually be stored in
       the location in this name.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
      Specified by:
      getName in interface EntryOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Output only. Identifier. The Data Catalog resource name of the entry in URL
       format. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      
       Note that this Entry and its child resources may not actually be stored in
       the location in this name.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
      Specified by:
      getNameBytes in interface EntryOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Entry.Builder setName(String value)
       Output only. Identifier. The Data Catalog resource name of the entry in URL
       format. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      
       Note that this Entry and its child resources may not actually be stored in
       the location in this name.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Entry.Builder clearName()
       Output only. Identifier. The Data Catalog resource name of the entry in URL
       format. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      
       Note that this Entry and its child resources may not actually be stored in
       the location in this name.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setNameBytes

      public Entry.Builder setNameBytes(com.google.protobuf.ByteString value)
       Output only. Identifier. The Data Catalog resource name of the entry in URL
       format. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      
       Note that this Entry and its child resources may not actually be stored in
       the location in this name.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getLinkedResource

      public String getLinkedResource()
       The resource this metadata entry refers to.
      
       For Google Cloud Platform resources, `linked_resource` is the [full name of
       the
       resource](https://cloud.google.com/apis/design/resource_names#full_resource_name).
       For example, the `linked_resource` for a table resource from BigQuery is:
      
       * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
      
       Output only when Entry is of type in the EntryType enum. For entries with
       user_specified_type, this field is optional and defaults to an empty
       string.
       
      string linked_resource = 9;
      Specified by:
      getLinkedResource in interface EntryOrBuilder
      Returns:
      The linkedResource.
    • getLinkedResourceBytes

      public com.google.protobuf.ByteString getLinkedResourceBytes()
       The resource this metadata entry refers to.
      
       For Google Cloud Platform resources, `linked_resource` is the [full name of
       the
       resource](https://cloud.google.com/apis/design/resource_names#full_resource_name).
       For example, the `linked_resource` for a table resource from BigQuery is:
      
       * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
      
       Output only when Entry is of type in the EntryType enum. For entries with
       user_specified_type, this field is optional and defaults to an empty
       string.
       
      string linked_resource = 9;
      Specified by:
      getLinkedResourceBytes in interface EntryOrBuilder
      Returns:
      The bytes for linkedResource.
    • setLinkedResource

      public Entry.Builder setLinkedResource(String value)
       The resource this metadata entry refers to.
      
       For Google Cloud Platform resources, `linked_resource` is the [full name of
       the
       resource](https://cloud.google.com/apis/design/resource_names#full_resource_name).
       For example, the `linked_resource` for a table resource from BigQuery is:
      
       * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
      
       Output only when Entry is of type in the EntryType enum. For entries with
       user_specified_type, this field is optional and defaults to an empty
       string.
       
      string linked_resource = 9;
      Parameters:
      value - The linkedResource to set.
      Returns:
      This builder for chaining.
    • clearLinkedResource

      public Entry.Builder clearLinkedResource()
       The resource this metadata entry refers to.
      
       For Google Cloud Platform resources, `linked_resource` is the [full name of
       the
       resource](https://cloud.google.com/apis/design/resource_names#full_resource_name).
       For example, the `linked_resource` for a table resource from BigQuery is:
      
       * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
      
       Output only when Entry is of type in the EntryType enum. For entries with
       user_specified_type, this field is optional and defaults to an empty
       string.
       
      string linked_resource = 9;
      Returns:
      This builder for chaining.
    • setLinkedResourceBytes

      public Entry.Builder setLinkedResourceBytes(com.google.protobuf.ByteString value)
       The resource this metadata entry refers to.
      
       For Google Cloud Platform resources, `linked_resource` is the [full name of
       the
       resource](https://cloud.google.com/apis/design/resource_names#full_resource_name).
       For example, the `linked_resource` for a table resource from BigQuery is:
      
       * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
      
       Output only when Entry is of type in the EntryType enum. For entries with
       user_specified_type, this field is optional and defaults to an empty
       string.
       
      string linked_resource = 9;
      Parameters:
      value - The bytes for linkedResource to set.
      Returns:
      This builder for chaining.
    • hasType

      public boolean hasType()
       The type of the entry.
       Only used for Entries with types in the EntryType enum.
       
      .google.cloud.datacatalog.v1beta1.EntryType type = 2;
      Specified by:
      hasType in interface EntryOrBuilder
      Returns:
      Whether the type field is set.
    • getTypeValue

      public int getTypeValue()
       The type of the entry.
       Only used for Entries with types in the EntryType enum.
       
      .google.cloud.datacatalog.v1beta1.EntryType type = 2;
      Specified by:
      getTypeValue in interface EntryOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • setTypeValue

      public Entry.Builder setTypeValue(int value)
       The type of the entry.
       Only used for Entries with types in the EntryType enum.
       
      .google.cloud.datacatalog.v1beta1.EntryType type = 2;
      Parameters:
      value - The enum numeric value on the wire for type to set.
      Returns:
      This builder for chaining.
    • getType

      public EntryType getType()
       The type of the entry.
       Only used for Entries with types in the EntryType enum.
       
      .google.cloud.datacatalog.v1beta1.EntryType type = 2;
      Specified by:
      getType in interface EntryOrBuilder
      Returns:
      The type.
    • setType

      public Entry.Builder setType(EntryType value)
       The type of the entry.
       Only used for Entries with types in the EntryType enum.
       
      .google.cloud.datacatalog.v1beta1.EntryType type = 2;
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      public Entry.Builder clearType()
       The type of the entry.
       Only used for Entries with types in the EntryType enum.
       
      .google.cloud.datacatalog.v1beta1.EntryType type = 2;
      Returns:
      This builder for chaining.
    • hasUserSpecifiedType

      public boolean hasUserSpecifiedType()
       Entry type if it does not fit any of the input-allowed values listed in
       `EntryType` enum above. When creating an entry, users should check the
       enum values first, if nothing matches the entry to be created, then
       provide a custom value, for example "my_special_type".
       `user_specified_type` strings must begin with a letter or underscore and
       can only contain letters, numbers, and underscores; are case insensitive;
       must be at least 1 character and at most 64 characters long.
      
       Currently, only FILESET enum value is allowed. All other entries created
       through Data Catalog must use `user_specified_type`.
       
      string user_specified_type = 16;
      Specified by:
      hasUserSpecifiedType in interface EntryOrBuilder
      Returns:
      Whether the userSpecifiedType field is set.
    • getUserSpecifiedType

      public String getUserSpecifiedType()
       Entry type if it does not fit any of the input-allowed values listed in
       `EntryType` enum above. When creating an entry, users should check the
       enum values first, if nothing matches the entry to be created, then
       provide a custom value, for example "my_special_type".
       `user_specified_type` strings must begin with a letter or underscore and
       can only contain letters, numbers, and underscores; are case insensitive;
       must be at least 1 character and at most 64 characters long.
      
       Currently, only FILESET enum value is allowed. All other entries created
       through Data Catalog must use `user_specified_type`.
       
      string user_specified_type = 16;
      Specified by:
      getUserSpecifiedType in interface EntryOrBuilder
      Returns:
      The userSpecifiedType.
    • getUserSpecifiedTypeBytes

      public com.google.protobuf.ByteString getUserSpecifiedTypeBytes()
       Entry type if it does not fit any of the input-allowed values listed in
       `EntryType` enum above. When creating an entry, users should check the
       enum values first, if nothing matches the entry to be created, then
       provide a custom value, for example "my_special_type".
       `user_specified_type` strings must begin with a letter or underscore and
       can only contain letters, numbers, and underscores; are case insensitive;
       must be at least 1 character and at most 64 characters long.
      
       Currently, only FILESET enum value is allowed. All other entries created
       through Data Catalog must use `user_specified_type`.
       
      string user_specified_type = 16;
      Specified by:
      getUserSpecifiedTypeBytes in interface EntryOrBuilder
      Returns:
      The bytes for userSpecifiedType.
    • setUserSpecifiedType

      public Entry.Builder setUserSpecifiedType(String value)
       Entry type if it does not fit any of the input-allowed values listed in
       `EntryType` enum above. When creating an entry, users should check the
       enum values first, if nothing matches the entry to be created, then
       provide a custom value, for example "my_special_type".
       `user_specified_type` strings must begin with a letter or underscore and
       can only contain letters, numbers, and underscores; are case insensitive;
       must be at least 1 character and at most 64 characters long.
      
       Currently, only FILESET enum value is allowed. All other entries created
       through Data Catalog must use `user_specified_type`.
       
      string user_specified_type = 16;
      Parameters:
      value - The userSpecifiedType to set.
      Returns:
      This builder for chaining.
    • clearUserSpecifiedType

      public Entry.Builder clearUserSpecifiedType()
       Entry type if it does not fit any of the input-allowed values listed in
       `EntryType` enum above. When creating an entry, users should check the
       enum values first, if nothing matches the entry to be created, then
       provide a custom value, for example "my_special_type".
       `user_specified_type` strings must begin with a letter or underscore and
       can only contain letters, numbers, and underscores; are case insensitive;
       must be at least 1 character and at most 64 characters long.
      
       Currently, only FILESET enum value is allowed. All other entries created
       through Data Catalog must use `user_specified_type`.
       
      string user_specified_type = 16;
      Returns:
      This builder for chaining.
    • setUserSpecifiedTypeBytes

      public Entry.Builder setUserSpecifiedTypeBytes(com.google.protobuf.ByteString value)
       Entry type if it does not fit any of the input-allowed values listed in
       `EntryType` enum above. When creating an entry, users should check the
       enum values first, if nothing matches the entry to be created, then
       provide a custom value, for example "my_special_type".
       `user_specified_type` strings must begin with a letter or underscore and
       can only contain letters, numbers, and underscores; are case insensitive;
       must be at least 1 character and at most 64 characters long.
      
       Currently, only FILESET enum value is allowed. All other entries created
       through Data Catalog must use `user_specified_type`.
       
      string user_specified_type = 16;
      Parameters:
      value - The bytes for userSpecifiedType to set.
      Returns:
      This builder for chaining.
    • hasIntegratedSystem

      public boolean hasIntegratedSystem()
       Output only. This field indicates the entry's source system that Data
       Catalog integrates with, such as BigQuery or Pub/Sub.
       
      .google.cloud.datacatalog.v1beta1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasIntegratedSystem in interface EntryOrBuilder
      Returns:
      Whether the integratedSystem field is set.
    • getIntegratedSystemValue

      public int getIntegratedSystemValue()
       Output only. This field indicates the entry's source system that Data
       Catalog integrates with, such as BigQuery or Pub/Sub.
       
      .google.cloud.datacatalog.v1beta1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getIntegratedSystemValue in interface EntryOrBuilder
      Returns:
      The enum numeric value on the wire for integratedSystem.
    • setIntegratedSystemValue

      public Entry.Builder setIntegratedSystemValue(int value)
       Output only. This field indicates the entry's source system that Data
       Catalog integrates with, such as BigQuery or Pub/Sub.
       
      .google.cloud.datacatalog.v1beta1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The enum numeric value on the wire for integratedSystem to set.
      Returns:
      This builder for chaining.
    • getIntegratedSystem

      public IntegratedSystem getIntegratedSystem()
       Output only. This field indicates the entry's source system that Data
       Catalog integrates with, such as BigQuery or Pub/Sub.
       
      .google.cloud.datacatalog.v1beta1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getIntegratedSystem in interface EntryOrBuilder
      Returns:
      The integratedSystem.
    • setIntegratedSystem

      public Entry.Builder setIntegratedSystem(IntegratedSystem value)
       Output only. This field indicates the entry's source system that Data
       Catalog integrates with, such as BigQuery or Pub/Sub.
       
      .google.cloud.datacatalog.v1beta1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The integratedSystem to set.
      Returns:
      This builder for chaining.
    • clearIntegratedSystem

      public Entry.Builder clearIntegratedSystem()
       Output only. This field indicates the entry's source system that Data
       Catalog integrates with, such as BigQuery or Pub/Sub.
       
      .google.cloud.datacatalog.v1beta1.IntegratedSystem integrated_system = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasUserSpecifiedSystem

      public boolean hasUserSpecifiedSystem()
       This field indicates the entry's source system that Data Catalog does not
       integrate with. `user_specified_system` strings must begin with a letter
       or underscore and can only contain letters, numbers, and underscores; are
       case insensitive; must be at least 1 character and at most 64 characters
       long.
       
      string user_specified_system = 18;
      Specified by:
      hasUserSpecifiedSystem in interface EntryOrBuilder
      Returns:
      Whether the userSpecifiedSystem field is set.
    • getUserSpecifiedSystem

      public String getUserSpecifiedSystem()
       This field indicates the entry's source system that Data Catalog does not
       integrate with. `user_specified_system` strings must begin with a letter
       or underscore and can only contain letters, numbers, and underscores; are
       case insensitive; must be at least 1 character and at most 64 characters
       long.
       
      string user_specified_system = 18;
      Specified by:
      getUserSpecifiedSystem in interface EntryOrBuilder
      Returns:
      The userSpecifiedSystem.
    • getUserSpecifiedSystemBytes

      public com.google.protobuf.ByteString getUserSpecifiedSystemBytes()
       This field indicates the entry's source system that Data Catalog does not
       integrate with. `user_specified_system` strings must begin with a letter
       or underscore and can only contain letters, numbers, and underscores; are
       case insensitive; must be at least 1 character and at most 64 characters
       long.
       
      string user_specified_system = 18;
      Specified by:
      getUserSpecifiedSystemBytes in interface EntryOrBuilder
      Returns:
      The bytes for userSpecifiedSystem.
    • setUserSpecifiedSystem

      public Entry.Builder setUserSpecifiedSystem(String value)
       This field indicates the entry's source system that Data Catalog does not
       integrate with. `user_specified_system` strings must begin with a letter
       or underscore and can only contain letters, numbers, and underscores; are
       case insensitive; must be at least 1 character and at most 64 characters
       long.
       
      string user_specified_system = 18;
      Parameters:
      value - The userSpecifiedSystem to set.
      Returns:
      This builder for chaining.
    • clearUserSpecifiedSystem

      public Entry.Builder clearUserSpecifiedSystem()
       This field indicates the entry's source system that Data Catalog does not
       integrate with. `user_specified_system` strings must begin with a letter
       or underscore and can only contain letters, numbers, and underscores; are
       case insensitive; must be at least 1 character and at most 64 characters
       long.
       
      string user_specified_system = 18;
      Returns:
      This builder for chaining.
    • setUserSpecifiedSystemBytes

      public Entry.Builder setUserSpecifiedSystemBytes(com.google.protobuf.ByteString value)
       This field indicates the entry's source system that Data Catalog does not
       integrate with. `user_specified_system` strings must begin with a letter
       or underscore and can only contain letters, numbers, and underscores; are
       case insensitive; must be at least 1 character and at most 64 characters
       long.
       
      string user_specified_system = 18;
      Parameters:
      value - The bytes for userSpecifiedSystem to set.
      Returns:
      This builder for chaining.
    • hasGcsFilesetSpec

      public boolean hasGcsFilesetSpec()
       Specification that applies to a Cloud Storage fileset. This is only valid
       on entries of type FILESET.
       
      .google.cloud.datacatalog.v1beta1.GcsFilesetSpec gcs_fileset_spec = 6;
      Specified by:
      hasGcsFilesetSpec in interface EntryOrBuilder
      Returns:
      Whether the gcsFilesetSpec field is set.
    • getGcsFilesetSpec

      public GcsFilesetSpec getGcsFilesetSpec()
       Specification that applies to a Cloud Storage fileset. This is only valid
       on entries of type FILESET.
       
      .google.cloud.datacatalog.v1beta1.GcsFilesetSpec gcs_fileset_spec = 6;
      Specified by:
      getGcsFilesetSpec in interface EntryOrBuilder
      Returns:
      The gcsFilesetSpec.
    • setGcsFilesetSpec

      public Entry.Builder setGcsFilesetSpec(GcsFilesetSpec value)
       Specification that applies to a Cloud Storage fileset. This is only valid
       on entries of type FILESET.
       
      .google.cloud.datacatalog.v1beta1.GcsFilesetSpec gcs_fileset_spec = 6;
    • setGcsFilesetSpec

      public Entry.Builder setGcsFilesetSpec(GcsFilesetSpec.Builder builderForValue)
       Specification that applies to a Cloud Storage fileset. This is only valid
       on entries of type FILESET.
       
      .google.cloud.datacatalog.v1beta1.GcsFilesetSpec gcs_fileset_spec = 6;
    • mergeGcsFilesetSpec

      public Entry.Builder mergeGcsFilesetSpec(GcsFilesetSpec value)
       Specification that applies to a Cloud Storage fileset. This is only valid
       on entries of type FILESET.
       
      .google.cloud.datacatalog.v1beta1.GcsFilesetSpec gcs_fileset_spec = 6;
    • clearGcsFilesetSpec

      public Entry.Builder clearGcsFilesetSpec()
       Specification that applies to a Cloud Storage fileset. This is only valid
       on entries of type FILESET.
       
      .google.cloud.datacatalog.v1beta1.GcsFilesetSpec gcs_fileset_spec = 6;
    • getGcsFilesetSpecBuilder

      public GcsFilesetSpec.Builder getGcsFilesetSpecBuilder()
       Specification that applies to a Cloud Storage fileset. This is only valid
       on entries of type FILESET.
       
      .google.cloud.datacatalog.v1beta1.GcsFilesetSpec gcs_fileset_spec = 6;
    • getGcsFilesetSpecOrBuilder

      public GcsFilesetSpecOrBuilder getGcsFilesetSpecOrBuilder()
       Specification that applies to a Cloud Storage fileset. This is only valid
       on entries of type FILESET.
       
      .google.cloud.datacatalog.v1beta1.GcsFilesetSpec gcs_fileset_spec = 6;
      Specified by:
      getGcsFilesetSpecOrBuilder in interface EntryOrBuilder
    • hasBigqueryTableSpec

      public boolean hasBigqueryTableSpec()
       Specification that applies to a BigQuery table. This is only valid on
       entries of type `TABLE`.
       
      .google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;
      Specified by:
      hasBigqueryTableSpec in interface EntryOrBuilder
      Returns:
      Whether the bigqueryTableSpec field is set.
    • getBigqueryTableSpec

      public BigQueryTableSpec getBigqueryTableSpec()
       Specification that applies to a BigQuery table. This is only valid on
       entries of type `TABLE`.
       
      .google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;
      Specified by:
      getBigqueryTableSpec in interface EntryOrBuilder
      Returns:
      The bigqueryTableSpec.
    • setBigqueryTableSpec

      public Entry.Builder setBigqueryTableSpec(BigQueryTableSpec value)
       Specification that applies to a BigQuery table. This is only valid on
       entries of type `TABLE`.
       
      .google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;
    • setBigqueryTableSpec

      public Entry.Builder setBigqueryTableSpec(BigQueryTableSpec.Builder builderForValue)
       Specification that applies to a BigQuery table. This is only valid on
       entries of type `TABLE`.
       
      .google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;
    • mergeBigqueryTableSpec

      public Entry.Builder mergeBigqueryTableSpec(BigQueryTableSpec value)
       Specification that applies to a BigQuery table. This is only valid on
       entries of type `TABLE`.
       
      .google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;
    • clearBigqueryTableSpec

      public Entry.Builder clearBigqueryTableSpec()
       Specification that applies to a BigQuery table. This is only valid on
       entries of type `TABLE`.
       
      .google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;
    • getBigqueryTableSpecBuilder

      public BigQueryTableSpec.Builder getBigqueryTableSpecBuilder()
       Specification that applies to a BigQuery table. This is only valid on
       entries of type `TABLE`.
       
      .google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;
    • getBigqueryTableSpecOrBuilder

      public BigQueryTableSpecOrBuilder getBigqueryTableSpecOrBuilder()
       Specification that applies to a BigQuery table. This is only valid on
       entries of type `TABLE`.
       
      .google.cloud.datacatalog.v1beta1.BigQueryTableSpec bigquery_table_spec = 12;
      Specified by:
      getBigqueryTableSpecOrBuilder in interface EntryOrBuilder
    • hasBigqueryDateShardedSpec

      public boolean hasBigqueryDateShardedSpec()
       Specification for a group of BigQuery tables with name pattern
       `[prefix]YYYYMMDD`. Context:
       https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
       
      .google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
      Specified by:
      hasBigqueryDateShardedSpec in interface EntryOrBuilder
      Returns:
      Whether the bigqueryDateShardedSpec field is set.
    • getBigqueryDateShardedSpec

      public BigQueryDateShardedSpec getBigqueryDateShardedSpec()
       Specification for a group of BigQuery tables with name pattern
       `[prefix]YYYYMMDD`. Context:
       https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
       
      .google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
      Specified by:
      getBigqueryDateShardedSpec in interface EntryOrBuilder
      Returns:
      The bigqueryDateShardedSpec.
    • setBigqueryDateShardedSpec

      public Entry.Builder setBigqueryDateShardedSpec(BigQueryDateShardedSpec value)
       Specification for a group of BigQuery tables with name pattern
       `[prefix]YYYYMMDD`. Context:
       https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
       
      .google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
    • setBigqueryDateShardedSpec

      public Entry.Builder setBigqueryDateShardedSpec(BigQueryDateShardedSpec.Builder builderForValue)
       Specification for a group of BigQuery tables with name pattern
       `[prefix]YYYYMMDD`. Context:
       https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
       
      .google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
    • mergeBigqueryDateShardedSpec

      public Entry.Builder mergeBigqueryDateShardedSpec(BigQueryDateShardedSpec value)
       Specification for a group of BigQuery tables with name pattern
       `[prefix]YYYYMMDD`. Context:
       https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
       
      .google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
    • clearBigqueryDateShardedSpec

      public Entry.Builder clearBigqueryDateShardedSpec()
       Specification for a group of BigQuery tables with name pattern
       `[prefix]YYYYMMDD`. Context:
       https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
       
      .google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
    • getBigqueryDateShardedSpecBuilder

      public BigQueryDateShardedSpec.Builder getBigqueryDateShardedSpecBuilder()
       Specification for a group of BigQuery tables with name pattern
       `[prefix]YYYYMMDD`. Context:
       https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
       
      .google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
    • getBigqueryDateShardedSpecOrBuilder

      public BigQueryDateShardedSpecOrBuilder getBigqueryDateShardedSpecOrBuilder()
       Specification for a group of BigQuery tables with name pattern
       `[prefix]YYYYMMDD`. Context:
       https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.
       
      .google.cloud.datacatalog.v1beta1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15;
      Specified by:
      getBigqueryDateShardedSpecOrBuilder in interface EntryOrBuilder
    • getDisplayName

      public String getDisplayName()
       Display information such as title and description. A short name to identify
       the entry, for example, "Analytics Data - Jan 2011". Default value is an
       empty string.
       
      string display_name = 3;
      Specified by:
      getDisplayName in interface EntryOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       Display information such as title and description. A short name to identify
       the entry, for example, "Analytics Data - Jan 2011". Default value is an
       empty string.
       
      string display_name = 3;
      Specified by:
      getDisplayNameBytes in interface EntryOrBuilder
      Returns:
      The bytes for displayName.
    • setDisplayName

      public Entry.Builder setDisplayName(String value)
       Display information such as title and description. A short name to identify
       the entry, for example, "Analytics Data - Jan 2011". Default value is an
       empty string.
       
      string display_name = 3;
      Parameters:
      value - The displayName to set.
      Returns:
      This builder for chaining.
    • clearDisplayName

      public Entry.Builder clearDisplayName()
       Display information such as title and description. A short name to identify
       the entry, for example, "Analytics Data - Jan 2011". Default value is an
       empty string.
       
      string display_name = 3;
      Returns:
      This builder for chaining.
    • setDisplayNameBytes

      public Entry.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
       Display information such as title and description. A short name to identify
       the entry, for example, "Analytics Data - Jan 2011". Default value is an
       empty string.
       
      string display_name = 3;
      Parameters:
      value - The bytes for displayName to set.
      Returns:
      This builder for chaining.
    • getDescription

      public String getDescription()
       Entry description, which can consist of several sentences or paragraphs
       that describe entry contents. Default value is an empty string.
       
      string description = 4;
      Specified by:
      getDescription in interface EntryOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Entry description, which can consist of several sentences or paragraphs
       that describe entry contents. Default value is an empty string.
       
      string description = 4;
      Specified by:
      getDescriptionBytes in interface EntryOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public Entry.Builder setDescription(String value)
       Entry description, which can consist of several sentences or paragraphs
       that describe entry contents. Default value is an empty string.
       
      string description = 4;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public Entry.Builder clearDescription()
       Entry description, which can consist of several sentences or paragraphs
       that describe entry contents. Default value is an empty string.
       
      string description = 4;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public Entry.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       Entry description, which can consist of several sentences or paragraphs
       that describe entry contents. Default value is an empty string.
       
      string description = 4;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • hasSchema

      public boolean hasSchema()
       Schema of the entry. An entry might not have any schema attached to it.
       
      .google.cloud.datacatalog.v1beta1.Schema schema = 5;
      Specified by:
      hasSchema in interface EntryOrBuilder
      Returns:
      Whether the schema field is set.
    • getSchema

      public Schema getSchema()
       Schema of the entry. An entry might not have any schema attached to it.
       
      .google.cloud.datacatalog.v1beta1.Schema schema = 5;
      Specified by:
      getSchema in interface EntryOrBuilder
      Returns:
      The schema.
    • setSchema

      public Entry.Builder setSchema(Schema value)
       Schema of the entry. An entry might not have any schema attached to it.
       
      .google.cloud.datacatalog.v1beta1.Schema schema = 5;
    • setSchema

      public Entry.Builder setSchema(Schema.Builder builderForValue)
       Schema of the entry. An entry might not have any schema attached to it.
       
      .google.cloud.datacatalog.v1beta1.Schema schema = 5;
    • mergeSchema

      public Entry.Builder mergeSchema(Schema value)
       Schema of the entry. An entry might not have any schema attached to it.
       
      .google.cloud.datacatalog.v1beta1.Schema schema = 5;
    • clearSchema

      public Entry.Builder clearSchema()
       Schema of the entry. An entry might not have any schema attached to it.
       
      .google.cloud.datacatalog.v1beta1.Schema schema = 5;
    • getSchemaBuilder

      public Schema.Builder getSchemaBuilder()
       Schema of the entry. An entry might not have any schema attached to it.
       
      .google.cloud.datacatalog.v1beta1.Schema schema = 5;
    • getSchemaOrBuilder

      public SchemaOrBuilder getSchemaOrBuilder()
       Schema of the entry. An entry might not have any schema attached to it.
       
      .google.cloud.datacatalog.v1beta1.Schema schema = 5;
      Specified by:
      getSchemaOrBuilder in interface EntryOrBuilder
    • hasSourceSystemTimestamps

      public boolean hasSourceSystemTimestamps()
       Output only. Timestamps about the underlying resource, not about this Data
       Catalog entry. Output only when Entry is of type in the EntryType enum. For
       entries with user_specified_type, this field is optional and defaults to an
       empty timestamp.
       
      .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasSourceSystemTimestamps in interface EntryOrBuilder
      Returns:
      Whether the sourceSystemTimestamps field is set.
    • getSourceSystemTimestamps

      public SystemTimestamps getSourceSystemTimestamps()
       Output only. Timestamps about the underlying resource, not about this Data
       Catalog entry. Output only when Entry is of type in the EntryType enum. For
       entries with user_specified_type, this field is optional and defaults to an
       empty timestamp.
       
      .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSourceSystemTimestamps in interface EntryOrBuilder
      Returns:
      The sourceSystemTimestamps.
    • setSourceSystemTimestamps

      public Entry.Builder setSourceSystemTimestamps(SystemTimestamps value)
       Output only. Timestamps about the underlying resource, not about this Data
       Catalog entry. Output only when Entry is of type in the EntryType enum. For
       entries with user_specified_type, this field is optional and defaults to an
       empty timestamp.
       
      .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setSourceSystemTimestamps

      public Entry.Builder setSourceSystemTimestamps(SystemTimestamps.Builder builderForValue)
       Output only. Timestamps about the underlying resource, not about this Data
       Catalog entry. Output only when Entry is of type in the EntryType enum. For
       entries with user_specified_type, this field is optional and defaults to an
       empty timestamp.
       
      .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeSourceSystemTimestamps

      public Entry.Builder mergeSourceSystemTimestamps(SystemTimestamps value)
       Output only. Timestamps about the underlying resource, not about this Data
       Catalog entry. Output only when Entry is of type in the EntryType enum. For
       entries with user_specified_type, this field is optional and defaults to an
       empty timestamp.
       
      .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearSourceSystemTimestamps

      public Entry.Builder clearSourceSystemTimestamps()
       Output only. Timestamps about the underlying resource, not about this Data
       Catalog entry. Output only when Entry is of type in the EntryType enum. For
       entries with user_specified_type, this field is optional and defaults to an
       empty timestamp.
       
      .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSourceSystemTimestampsBuilder

      public SystemTimestamps.Builder getSourceSystemTimestampsBuilder()
       Output only. Timestamps about the underlying resource, not about this Data
       Catalog entry. Output only when Entry is of type in the EntryType enum. For
       entries with user_specified_type, this field is optional and defaults to an
       empty timestamp.
       
      .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSourceSystemTimestampsOrBuilder

      public SystemTimestampsOrBuilder getSourceSystemTimestampsOrBuilder()
       Output only. Timestamps about the underlying resource, not about this Data
       Catalog entry. Output only when Entry is of type in the EntryType enum. For
       entries with user_specified_type, this field is optional and defaults to an
       empty timestamp.
       
      .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSourceSystemTimestampsOrBuilder in interface EntryOrBuilder
    • hasUsageSignal

      public boolean hasUsageSignal()
       Output only. Statistics on the usage level of the resource.
       
      .google.cloud.datacatalog.v1beta1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUsageSignal in interface EntryOrBuilder
      Returns:
      Whether the usageSignal field is set.
    • getUsageSignal

      public UsageSignal getUsageSignal()
       Output only. Statistics on the usage level of the resource.
       
      .google.cloud.datacatalog.v1beta1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUsageSignal in interface EntryOrBuilder
      Returns:
      The usageSignal.
    • setUsageSignal

      public Entry.Builder setUsageSignal(UsageSignal value)
       Output only. Statistics on the usage level of the resource.
       
      .google.cloud.datacatalog.v1beta1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUsageSignal

      public Entry.Builder setUsageSignal(UsageSignal.Builder builderForValue)
       Output only. Statistics on the usage level of the resource.
       
      .google.cloud.datacatalog.v1beta1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeUsageSignal

      public Entry.Builder mergeUsageSignal(UsageSignal value)
       Output only. Statistics on the usage level of the resource.
       
      .google.cloud.datacatalog.v1beta1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearUsageSignal

      public Entry.Builder clearUsageSignal()
       Output only. Statistics on the usage level of the resource.
       
      .google.cloud.datacatalog.v1beta1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUsageSignalBuilder

      public UsageSignal.Builder getUsageSignalBuilder()
       Output only. Statistics on the usage level of the resource.
       
      .google.cloud.datacatalog.v1beta1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUsageSignalOrBuilder

      public UsageSignalOrBuilder getUsageSignalOrBuilder()
       Output only. Statistics on the usage level of the resource.
       
      .google.cloud.datacatalog.v1beta1.UsageSignal usage_signal = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUsageSignalOrBuilder in interface EntryOrBuilder