google-apis-dataplex_v1 0.58.0 → 0.59.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7b4fc1dd733c11e9af5874a4c141e8ed06e2099830d9458892b886f5e83ea45
4
- data.tar.gz: ac358212371a824232bb3129962a8d3b1083616308cd231749e8b72855990c2c
3
+ metadata.gz: 02a92370ec790ff83e6f7a8a516edd1c9c546c5437f1ad66abb6acb0b001d9da
4
+ data.tar.gz: b3a6035e5f39de9b5d0f0f29d66f5919c341d8509f8fa2c6dbe3f75858ab69d0
5
5
  SHA512:
6
- metadata.gz: ed2083f130adcc1692de99a9b6229ed992845249ac29731d0e584e290e6e9fd15d7558a70e0148daedd5991f4137785aa87dc90997db4361b0490590debcf296
7
- data.tar.gz: 7eeca34670568a51c07e5fc9f0a6a1864a4dab4ad49a37d309e5e3874007d388a40eef1b83d06f1f32d223912314c6b4843674317bd370fc88af89c555d9f462
6
+ metadata.gz: 3c22fab90d23c2be502fa1a878f92f42248560e7259776183bd8f3c88125c7276466762397caf3402e44dfd1a11baab2e4d9f744e95f664a9c41e30bb781c181
7
+ data.tar.gz: 77921d96a7ba3dbb7dd294f964c37ec6f498600cc50f9ba7096ad3b17731f3574f01e04db75d7c55874c9e150e482a77e20003fee5ee032b29ce50d966449116
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.59.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240624
6
+
3
7
  ### v0.58.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240611
@@ -337,7 +337,7 @@ module Google
337
337
  class GoogleCloudDataplexV1Aspect
338
338
  include Google::Apis::Core::Hashable
339
339
 
340
- # AspectSource contains source system related information for the aspect.
340
+ # AspectSource contains information related to the source system of the Aspect.
341
341
  # Corresponds to the JSON property `aspectSource`
342
342
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectSource]
343
343
  attr_accessor :aspect_source
@@ -352,9 +352,8 @@ module Google
352
352
  # @return [String]
353
353
  attr_accessor :create_time
354
354
 
355
- # Required. The content of the aspect, according to its aspect type schema. This
356
- # will replace content. The maximum size of the field is 120KB (encoded as UTF-8)
357
- # .
355
+ # Required. The content of the aspect, according to its aspect type schema. The
356
+ # maximum size of the field is 120KB (encoded as UTF-8).
358
357
  # Corresponds to the JSON property `data`
359
358
  # @return [Hash<String,Object>]
360
359
  attr_accessor :data
@@ -384,7 +383,7 @@ module Google
384
383
  end
385
384
  end
386
385
 
387
- # AspectSource contains source system related information for the aspect.
386
+ # AspectSource contains information related to the source system of the Aspect.
388
387
  class GoogleCloudDataplexV1AspectSource
389
388
  include Google::Apis::Core::Hashable
390
389
 
@@ -409,12 +408,12 @@ module Google
409
408
  end
410
409
  end
411
410
 
412
- # Aspect Type is a template for creating Aspects, and represents the JSON-schema
413
- # for a given Entry, e.g., BigQuery Table Schema.
411
+ # AspectType is a template for creating Aspects, and represents the JSON-schema
412
+ # for a given Entry, for example, BigQuery Table Schema.
414
413
  class GoogleCloudDataplexV1AspectType
415
414
  include Google::Apis::Core::Hashable
416
415
 
417
- # Autorization for an Aspect Type.
416
+ # Autorization for an AspectType.
418
417
  # Corresponds to the JSON property `authorization`
419
418
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization]
420
419
  attr_accessor :authorization
@@ -434,9 +433,8 @@ module Google
434
433
  # @return [String]
435
434
  attr_accessor :display_name
436
435
 
437
- # This checksum is computed by the server based on the value of other fields,
438
- # and may be sent on update and delete requests to ensure the client has an up-
439
- # to-date value before proceeding.
436
+ # The service computes this checksum. The client may send it on update and
437
+ # delete requests to ensure it has an up-to-date value before proceeding.
440
438
  # Corresponds to the JSON property `etag`
441
439
  # @return [String]
442
440
  attr_accessor :etag
@@ -446,7 +444,7 @@ module Google
446
444
  # @return [Hash<String,String>]
447
445
  attr_accessor :labels
448
446
 
449
- # MetadataTemplate definition for AspectType
447
+ # MetadataTemplate definition for an AspectType.
450
448
  # Corresponds to the JSON property `metadataTemplate`
451
449
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate]
452
450
  attr_accessor :metadata_template
@@ -457,15 +455,9 @@ module Google
457
455
  # @return [String]
458
456
  attr_accessor :name
459
457
 
460
- # Output only. Denotes the transfer status of the Aspect Type. It is unspecified
461
- # for Aspect Types created from Dataplex API.
462
- # Corresponds to the JSON property `transferStatus`
463
- # @return [String]
464
- attr_accessor :transfer_status
465
-
466
- # Output only. System generated globally unique ID for the AspectType. This ID
467
- # will be different if the AspectType is deleted and re-created with the same
468
- # name.
458
+ # Output only. System generated globally unique ID for the AspectType. If you
459
+ # delete and recreate the AspectType with the same name, then this ID will be
460
+ # different.
469
461
  # Corresponds to the JSON property `uid`
470
462
  # @return [String]
471
463
  attr_accessor :uid
@@ -489,18 +481,17 @@ module Google
489
481
  @labels = args[:labels] if args.key?(:labels)
490
482
  @metadata_template = args[:metadata_template] if args.key?(:metadata_template)
491
483
  @name = args[:name] if args.key?(:name)
492
- @transfer_status = args[:transfer_status] if args.key?(:transfer_status)
493
484
  @uid = args[:uid] if args.key?(:uid)
494
485
  @update_time = args[:update_time] if args.key?(:update_time)
495
486
  end
496
487
  end
497
488
 
498
- # Autorization for an Aspect Type.
489
+ # Autorization for an AspectType.
499
490
  class GoogleCloudDataplexV1AspectTypeAuthorization
500
491
  include Google::Apis::Core::Hashable
501
492
 
502
- # Immutable. The IAM permission grantable on the Entry Group to allow access to
503
- # instantiate Aspects of Dataplex owned Aspect Types, only settable for Dataplex
493
+ # Immutable. The IAM permission grantable on the EntryGroup to allow access to
494
+ # instantiate Aspects of Dataplex owned AspectTypes, only settable for Dataplex
504
495
  # owned Types.
505
496
  # Corresponds to the JSON property `alternateUsePermission`
506
497
  # @return [String]
@@ -516,26 +507,26 @@ module Google
516
507
  end
517
508
  end
518
509
 
519
- # MetadataTemplate definition for AspectType
510
+ # MetadataTemplate definition for an AspectType.
520
511
  class GoogleCloudDataplexV1AspectTypeMetadataTemplate
521
512
  include Google::Apis::Core::Hashable
522
513
 
523
- # Definition of the annotations of a field
514
+ # Definition of the annotations of a field.
524
515
  # Corresponds to the JSON property `annotations`
525
516
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations]
526
517
  attr_accessor :annotations
527
518
 
528
- # MetadataTemplate definition for AspectType
519
+ # MetadataTemplate definition for an AspectType.
529
520
  # Corresponds to the JSON property `arrayItems`
530
521
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate]
531
522
  attr_accessor :array_items
532
523
 
533
- # Definition of the constraints of a field
524
+ # Definition of the constraints of a field.
534
525
  # Corresponds to the JSON property `constraints`
535
526
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints]
536
527
  attr_accessor :constraints
537
528
 
538
- # Optional. The list of values for an enum type. Needs to be defined if the type
529
+ # Optional. The list of values for an enum type. You must define it if the type
539
530
  # is enum.
540
531
  # Corresponds to the JSON property `enumValues`
541
532
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue>]
@@ -551,7 +542,7 @@ module Google
551
542
  # @return [Fixnum]
552
543
  attr_accessor :index
553
544
 
554
- # MetadataTemplate definition for AspectType
545
+ # MetadataTemplate definition for an AspectType.
555
546
  # Corresponds to the JSON property `mapItems`
556
547
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate]
557
548
  attr_accessor :map_items
@@ -561,31 +552,30 @@ module Google
561
552
  # @return [String]
562
553
  attr_accessor :name
563
554
 
564
- # Optional. Field definition, needs to be specified if the type is record.
565
- # Defines the nested fields.
555
+ # Optional. Field definition. You must specify it if the type is record. It
556
+ # defines the nested fields.
566
557
  # Corresponds to the JSON property `recordFields`
567
558
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate>]
568
559
  attr_accessor :record_fields
569
560
 
570
561
  # Required. The datatype of this field. The following values are supported:
571
- # Primitive types (string, integer, boolean, double, datetime); datetime must be
572
- # of the format RFC3339 UTC "Zulu" (Examples: "2014-10-02T15:01:23Z" and "2014-
573
- # 10-02T15:01:23.045123456Z"). Complex types (enum, array, map, record).
562
+ # Primitive types: string integer boolean double datetime. Must be of the format
563
+ # RFC3339 UTC "Zulu" (Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.
564
+ # 045123456Z").Complex types: enum array map record
574
565
  # Corresponds to the JSON property `type`
575
566
  # @return [String]
576
567
  attr_accessor :type
577
568
 
578
- # Optional. Id can be used if this definition of the field needs to be reused
579
- # later. Id needs to be unique across the entire template. Id can only be
580
- # specified if the field type is record.
569
+ # Optional. You can use type id if this definition of the field needs to be
570
+ # reused later. The type id must be unique across the entire template. You can
571
+ # only specify it if the field type is record.
581
572
  # Corresponds to the JSON property `typeId`
582
573
  # @return [String]
583
574
  attr_accessor :type_id
584
575
 
585
- # Optional. A reference to another field definition (instead of an inline
586
- # definition). The value must be equal to the value of an id field defined
587
- # elsewhere in the MetadataTemplate. Only fields with type as record can refer
588
- # to other fields.
576
+ # Optional. A reference to another field definition (not an inline definition).
577
+ # The value must be equal to the value of an id field defined elsewhere in the
578
+ # MetadataTemplate. Only fields with record type can refer to other fields.
589
579
  # Corresponds to the JSON property `typeRef`
590
580
  # @return [String]
591
581
  attr_accessor :type_ref
@@ -610,41 +600,41 @@ module Google
610
600
  end
611
601
  end
612
602
 
613
- # Definition of the annotations of a field
603
+ # Definition of the annotations of a field.
614
604
  class GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations
615
605
  include Google::Apis::Core::Hashable
616
606
 
617
- # Optional. Marks a field as deprecated, a deprecation message can be included.
607
+ # Optional. Marks a field as deprecated. You can include a deprecation message.
618
608
  # Corresponds to the JSON property `deprecated`
619
609
  # @return [String]
620
610
  attr_accessor :deprecated
621
611
 
622
- # Optional. Specify a description for a field
612
+ # Optional. Description for a field.
623
613
  # Corresponds to the JSON property `description`
624
614
  # @return [String]
625
615
  attr_accessor :description
626
616
 
627
- # Optional. Specify a displayname for a field.
617
+ # Optional. Display name for a field.
628
618
  # Corresponds to the JSON property `displayName`
629
619
  # @return [String]
630
620
  attr_accessor :display_name
631
621
 
632
- # Optional. Specify a display order for a field. Display order can be used to
633
- # reorder where a field is rendered
622
+ # Optional. Display order for a field. You can use this to reorder where a field
623
+ # is rendered.
634
624
  # Corresponds to the JSON property `displayOrder`
635
625
  # @return [Fixnum]
636
626
  attr_accessor :display_order
637
627
 
638
- # Optional. String Type annotations can be used to specify special meaning to
628
+ # Optional. You can use String Type annotations to specify special meaning to
639
629
  # string fields. The following values are supported: richText: The field must be
640
- # interpreted as a rich text field. url: A fully qualified url link. resource: A
630
+ # interpreted as a rich text field. url: A fully qualified URL link. resource: A
641
631
  # service qualified resource reference.
642
632
  # Corresponds to the JSON property `stringType`
643
633
  # @return [String]
644
634
  attr_accessor :string_type
645
635
 
646
- # Optional. Suggested hints for string fields. These can be used to suggest
647
- # values to users, through an UI for example.
636
+ # Optional. Suggested hints for string fields. You can use them to suggest
637
+ # values to users through console.
648
638
  # Corresponds to the JSON property `stringValues`
649
639
  # @return [Array<String>]
650
640
  attr_accessor :string_values
@@ -664,11 +654,11 @@ module Google
664
654
  end
665
655
  end
666
656
 
667
- # Definition of the constraints of a field
657
+ # Definition of the constraints of a field.
668
658
  class GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints
669
659
  include Google::Apis::Core::Hashable
670
660
 
671
- # Optional. Marks this as an optional/required field.
661
+ # Optional. Marks this field as optional or required.
672
662
  # Corresponds to the JSON property `required`
673
663
  # @return [Boolean]
674
664
  attr_accessor :required
@@ -684,22 +674,21 @@ module Google
684
674
  end
685
675
  end
686
676
 
687
- # Definition of Enumvalue (to be used by enum fields)
677
+ # Definition of Enumvalue, to be used for enum fields.
688
678
  class GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue
689
679
  include Google::Apis::Core::Hashable
690
680
 
691
- # Optional. Optional deprecation message to be set if an enum value needs to be
692
- # deprecated.
681
+ # Optional. You can set this message if you need to deprecate an enum value.
693
682
  # Corresponds to the JSON property `deprecated`
694
683
  # @return [String]
695
684
  attr_accessor :deprecated
696
685
 
697
- # Required. Index for the enum. Cannot be modified.
686
+ # Required. Index for the enum value. It can't be modified.
698
687
  # Corresponds to the JSON property `index`
699
688
  # @return [Fixnum]
700
689
  attr_accessor :index
701
690
 
702
- # Required. Name of the enumvalue. This is the actual value that the aspect will
691
+ # Required. Name of the enumvalue. This is the actual value that the aspect can
703
692
  # contain.
704
693
  # Corresponds to the JSON property `name`
705
694
  # @return [String]
@@ -3408,6 +3397,11 @@ module Google
3408
3397
  class GoogleCloudDataplexV1DataScanJob
3409
3398
  include Google::Apis::Core::Hashable
3410
3399
 
3400
+ # Output only. The time when the DataScanJob was created.
3401
+ # Corresponds to the JSON property `createTime`
3402
+ # @return [String]
3403
+ attr_accessor :create_time
3404
+
3411
3405
  # DataProfileResult defines the output of DataProfileScan. Each field of the
3412
3406
  # table will have field type specific profile result.
3413
3407
  # Corresponds to the JSON property `dataProfileResult`
@@ -3473,6 +3467,7 @@ module Google
3473
3467
 
3474
3468
  # Update properties of this object
3475
3469
  def update!(**args)
3470
+ @create_time = args[:create_time] if args.key?(:create_time)
3476
3471
  @data_profile_result = args[:data_profile_result] if args.key?(:data_profile_result)
3477
3472
  @data_profile_spec = args[:data_profile_spec] if args.key?(:data_profile_spec)
3478
3473
  @data_quality_result = args[:data_quality_result] if args.key?(:data_quality_result)
@@ -3970,9 +3965,9 @@ module Google
3970
3965
  include Google::Apis::Core::Hashable
3971
3966
 
3972
3967
  # Optional. The Aspects attached to the Entry. The format for the key can be one
3973
- # of the following: 1. `projectId`.`locationId`.`aspectTypeId` (if the aspect is
3974
- # attached directly to the entry) 2. `projectId`.`locationId`.`aspectTypeId`@`
3975
- # path` (if the aspect is attached to an entry's path)
3968
+ # of the following: `projectId`.`locationId`.`aspectTypeId` (if the aspect is
3969
+ # attached directly to the entry) `projectId`.`locationId`.`aspectTypeId`@`path`
3970
+ # (if the aspect is attached to an entry's path)
3976
3971
  # Corresponds to the JSON property `aspects`
3977
3972
  # @return [Hash<String,Google::Apis::DataplexV1::GoogleCloudDataplexV1Aspect>]
3978
3973
  attr_accessor :aspects
@@ -3982,7 +3977,7 @@ module Google
3982
3977
  # @return [String]
3983
3978
  attr_accessor :create_time
3984
3979
 
3985
- # EntrySource contains source system related information for the entry.
3980
+ # EntrySource contains information related to the source system of the Entry.
3986
3981
  # Corresponds to the JSON property `entrySource`
3987
3982
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EntrySource]
3988
3983
  attr_accessor :entry_source
@@ -4051,9 +4046,8 @@ module Google
4051
4046
  # @return [String]
4052
4047
  attr_accessor :display_name
4053
4048
 
4054
- # This checksum is computed by the server based on the value of other fields,
4055
- # and may be sent on update and delete requests to ensure the client has an up-
4056
- # to-date value before proceeding.
4049
+ # This checksum is computed by the service, and might be sent on update and
4050
+ # delete requests to ensure the client has an up-to-date value before proceeding.
4057
4051
  # Corresponds to the JSON property `etag`
4058
4052
  # @return [String]
4059
4053
  attr_accessor :etag
@@ -4069,15 +4063,9 @@ module Google
4069
4063
  # @return [String]
4070
4064
  attr_accessor :name
4071
4065
 
4072
- # Output only. Denotes the transfer status of the Entry Group. It is unspecified
4073
- # for Entry Group created from Dataplex API.
4074
- # Corresponds to the JSON property `transferStatus`
4075
- # @return [String]
4076
- attr_accessor :transfer_status
4077
-
4078
- # Output only. System generated globally unique ID for the EntryGroup. This ID
4079
- # will be different if the EntryGroup is deleted and re-created with the same
4080
- # name.
4066
+ # Output only. System generated globally unique ID for the EntryGroup. If you
4067
+ # delete and recreate the EntryGroup with the same name, this ID will be
4068
+ # different.
4081
4069
  # Corresponds to the JSON property `uid`
4082
4070
  # @return [String]
4083
4071
  attr_accessor :uid
@@ -4099,13 +4087,12 @@ module Google
4099
4087
  @etag = args[:etag] if args.key?(:etag)
4100
4088
  @labels = args[:labels] if args.key?(:labels)
4101
4089
  @name = args[:name] if args.key?(:name)
4102
- @transfer_status = args[:transfer_status] if args.key?(:transfer_status)
4103
4090
  @uid = args[:uid] if args.key?(:uid)
4104
4091
  @update_time = args[:update_time] if args.key?(:update_time)
4105
4092
  end
4106
4093
  end
4107
4094
 
4108
- # EntrySource contains source system related information for the entry.
4095
+ # EntrySource contains information related to the source system of the Entry.
4109
4096
  class GoogleCloudDataplexV1EntrySource
4110
4097
  include Google::Apis::Core::Hashable
4111
4098
 
@@ -4135,10 +4122,10 @@ module Google
4135
4122
  # @return [Hash<String,String>]
4136
4123
  attr_accessor :labels
4137
4124
 
4138
- # Output only. Location of the resource in the source system. Entry will be
4139
- # searchable by this location. By default, this should match the location of the
4140
- # EntryGroup containing this entry. A different value allows capturing source
4141
- # location for data external to GCP.
4125
+ # Output only. Location of the resource in the source system. You can search the
4126
+ # Entry by this location. By default, this should match the location of the
4127
+ # EntryGroup containing this entry. A different value allows capturing the
4128
+ # source location for data external to Google Cloud.
4142
4129
  # Corresponds to the JSON property `location`
4143
4130
  # @return [String]
4144
4131
  attr_accessor :location
@@ -4234,9 +4221,9 @@ module Google
4234
4221
  # @return [String]
4235
4222
  attr_accessor :display_name
4236
4223
 
4237
- # Optional. This checksum is computed by the server based on the value of other
4238
- # fields, and may be sent on update and delete requests to ensure the client has
4239
- # an up-to-date value before proceeding.
4224
+ # Optional. This checksum is computed by the service, and might be sent on
4225
+ # update and delete requests to ensure the client has an up-to-date value before
4226
+ # proceeding.
4240
4227
  # Corresponds to the JSON property `etag`
4241
4228
  # @return [String]
4242
4229
  attr_accessor :etag
@@ -4268,7 +4255,7 @@ module Google
4268
4255
  # @return [String]
4269
4256
  attr_accessor :system
4270
4257
 
4271
- # Optional. Indicates the class this Entry Type belongs to, for example, TABLE,
4258
+ # Optional. Indicates the classes this Entry Type belongs to, for example, TABLE,
4272
4259
  # DATABASE, MODEL.
4273
4260
  # Corresponds to the JSON property `typeAliases`
4274
4261
  # @return [Array<String>]
@@ -5047,11 +5034,11 @@ module Google
5047
5034
  end
5048
5035
  end
5049
5036
 
5050
- # List AspectTypes response
5037
+ # List AspectTypes response.
5051
5038
  class GoogleCloudDataplexV1ListAspectTypesResponse
5052
5039
  include Google::Apis::Core::Hashable
5053
5040
 
5054
- # ListAspectTypes under the given parent location.
5041
+ # AspectTypes under the given parent location.
5055
5042
  # Corresponds to the JSON property `aspectTypes`
5056
5043
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectType>]
5057
5044
  attr_accessor :aspect_types
@@ -5062,7 +5049,7 @@ module Google
5062
5049
  # @return [String]
5063
5050
  attr_accessor :next_page_token
5064
5051
 
5065
- # Locations that could not be reached.
5052
+ # Locations that the service couldn't reach.
5066
5053
  # Corresponds to the JSON property `unreachableLocations`
5067
5054
  # @return [Array<String>]
5068
5055
  attr_accessor :unreachable_locations
@@ -5311,16 +5298,17 @@ module Google
5311
5298
  end
5312
5299
  end
5313
5300
 
5314
- #
5301
+ # List Entries response.
5315
5302
  class GoogleCloudDataplexV1ListEntriesResponse
5316
5303
  include Google::Apis::Core::Hashable
5317
5304
 
5318
- # The list of entries.
5305
+ # The list of entries under the given parent location.
5319
5306
  # Corresponds to the JSON property `entries`
5320
5307
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry>]
5321
5308
  attr_accessor :entries
5322
5309
 
5323
- # Pagination token.
5310
+ # Token to retrieve the next page of results, or empty if there are no more
5311
+ # results in the list.
5324
5312
  # Corresponds to the JSON property `nextPageToken`
5325
5313
  # @return [String]
5326
5314
  attr_accessor :next_page_token
@@ -5336,11 +5324,11 @@ module Google
5336
5324
  end
5337
5325
  end
5338
5326
 
5339
- # List ListEntryGroups response.
5327
+ # List entry groups response.
5340
5328
  class GoogleCloudDataplexV1ListEntryGroupsResponse
5341
5329
  include Google::Apis::Core::Hashable
5342
5330
 
5343
- # ListEntryGroups under the given parent location.
5331
+ # Entry groups under the given parent location.
5344
5332
  # Corresponds to the JSON property `entryGroups`
5345
5333
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryGroup>]
5346
5334
  attr_accessor :entry_groups
@@ -5351,7 +5339,7 @@ module Google
5351
5339
  # @return [String]
5352
5340
  attr_accessor :next_page_token
5353
5341
 
5354
- # Locations that could not be reached.
5342
+ # Locations that the service couldn't reach.
5355
5343
  # Corresponds to the JSON property `unreachableLocations`
5356
5344
  # @return [Array<String>]
5357
5345
  attr_accessor :unreachable_locations
@@ -5368,11 +5356,11 @@ module Google
5368
5356
  end
5369
5357
  end
5370
5358
 
5371
- # List EntryTypes response
5359
+ # List EntryTypes response.
5372
5360
  class GoogleCloudDataplexV1ListEntryTypesResponse
5373
5361
  include Google::Apis::Core::Hashable
5374
5362
 
5375
- # ListEntryTypes under the given parent location.
5363
+ # EntryTypes under the given parent location.
5376
5364
  # Corresponds to the JSON property `entryTypes`
5377
5365
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryType>]
5378
5366
  attr_accessor :entry_types
@@ -5383,7 +5371,7 @@ module Google
5383
5371
  # @return [String]
5384
5372
  attr_accessor :next_page_token
5385
5373
 
5386
- # Locations that could not be reached.
5374
+ # Locations that the service couldn't reach.
5387
5375
  # Corresponds to the JSON property `unreachableLocations`
5388
5376
  # @return [Array<String>]
5389
5377
  attr_accessor :unreachable_locations
@@ -5996,7 +5984,8 @@ module Google
5996
5984
  class GoogleCloudDataplexV1SearchEntriesResponse
5997
5985
  include Google::Apis::Core::Hashable
5998
5986
 
5999
- # Pagination token.
5987
+ # Token to retrieve the next page of results, or empty if there are no more
5988
+ # results in the list.
6000
5989
  # Corresponds to the JSON property `nextPageToken`
6001
5990
  # @return [String]
6002
5991
  attr_accessor :next_page_token
@@ -6006,12 +5995,14 @@ module Google
6006
5995
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResult>]
6007
5996
  attr_accessor :results
6008
5997
 
6009
- # The estimated total number of matching entries. Not guaranteed to be accurate.
5998
+ # The estimated total number of matching entries. This number isn't guaranteed
5999
+ # to be accurate.
6010
6000
  # Corresponds to the JSON property `totalSize`
6011
6001
  # @return [Fixnum]
6012
6002
  attr_accessor :total_size
6013
6003
 
6014
- # Unreachable locations. Search results don't include data from those locations.
6004
+ # Locations that the service couldn't reach. Search results don't include data
6005
+ # from these locations.
6015
6006
  # Corresponds to the JSON property `unreachable`
6016
6007
  # @return [Array<String>]
6017
6008
  attr_accessor :unreachable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataplexV1
18
18
  # Version of the google-apis-dataplex_v1 gem
19
- GEM_VERSION = "0.58.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240611"
25
+ REVISION = "20240624"
26
26
  end
27
27
  end
28
28
  end
@@ -1320,7 +1320,6 @@ module Google
1320
1320
  property :metadata_template, as: 'metadataTemplate', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate::Representation
1321
1321
 
1322
1322
  property :name, as: 'name'
1323
- property :transfer_status, as: 'transferStatus'
1324
1323
  property :uid, as: 'uid'
1325
1324
  property :update_time, as: 'updateTime'
1326
1325
  end
@@ -2121,6 +2120,7 @@ module Google
2121
2120
  class GoogleCloudDataplexV1DataScanJob
2122
2121
  # @private
2123
2122
  class Representation < Google::Apis::Core::JsonRepresentation
2123
+ property :create_time, as: 'createTime'
2124
2124
  property :data_profile_result, as: 'dataProfileResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult::Representation
2125
2125
 
2126
2126
  property :data_profile_spec, as: 'dataProfileSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec::Representation
@@ -2286,7 +2286,6 @@ module Google
2286
2286
  property :etag, as: 'etag'
2287
2287
  hash :labels, as: 'labels'
2288
2288
  property :name, as: 'name'
2289
- property :transfer_status, as: 'transferStatus'
2290
2289
  property :uid, as: 'uid'
2291
2290
  property :update_time, as: 'updateTime'
2292
2291
  end
@@ -124,21 +124,21 @@ module Google
124
124
  execute_or_queue_command(command, &block)
125
125
  end
126
126
 
127
- # Looks up a single entry.
127
+ # Looks up a single Entry by name using the permission on the source system.
128
128
  # @param [String] name
129
129
  # Required. The project to which the request should be attributed in the
130
130
  # following form: projects/`project`/locations/`location`.
131
131
  # @param [Array<String>, String] aspect_types
132
- # Optional. Limits the aspects returned to the provided aspect types. Only works
133
- # if the CUSTOM view is selected.
132
+ # Optional. Limits the aspects returned to the provided aspect types. It only
133
+ # works for CUSTOM view.
134
134
  # @param [String] entry
135
135
  # Required. The resource name of the Entry: projects/`project`/locations/`
136
136
  # location`/entryGroups/`entry_group`/entries/`entry`.
137
137
  # @param [Array<String>, String] paths
138
138
  # Optional. Limits the aspects returned to those associated with the provided
139
- # paths within the Entry. Only works if the CUSTOM view is selected.
139
+ # paths within the Entry. It only works for CUSTOM view.
140
140
  # @param [String] view
141
- # Optional. View for controlling which parts of an entry are to be returned.
141
+ # Optional. View to control which parts of an entry the service should return.
142
142
  # @param [String] fields
143
143
  # Selector specifying which fields to include in a partial response.
144
144
  # @param [String] quota_user
@@ -170,20 +170,24 @@ module Google
170
170
  execute_or_queue_command(command, &block)
171
171
  end
172
172
 
173
- # Searches for entries matching given query and scope.
173
+ # Searches for Entries matching the given query and scope.
174
174
  # @param [String] name
175
175
  # Required. The project to which the request should be attributed in the
176
176
  # following form: projects/`project`/locations/`location`.
177
177
  # @param [String] order_by
178
- # Optional. Ordering of the results. Supported options to be added later.
178
+ # Optional. Specifies the ordering of results.
179
179
  # @param [Fixnum] page_size
180
- # Optional. Pagination.
180
+ # Optional. Number of results in the search page. If <=0, then defaults to 10.
181
+ # Max limit for page_size is 1000. Throws an invalid argument for page_size >
182
+ # 1000.
181
183
  # @param [String] page_token
184
+ # Optional. Page token received from a previous SearchEntries call. Provide this
185
+ # to retrieve the subsequent page.
182
186
  # @param [String] query
183
187
  # Required. The query against which entries in scope should be matched.
184
188
  # @param [String] scope
185
- # Optional. The scope under which the search should be operating. Should either
186
- # be organizations/ or projects/. If left unspecified, it will default to the
189
+ # Optional. The scope under which the search should be operating. It must either
190
+ # be organizations/ or projects/. If it is unspecified, it defaults to the
187
191
  # organization where the project provided in name is located.
188
192
  # @param [String] fields
189
193
  # Selector specifying which fields to include in a partial response.
@@ -217,17 +221,17 @@ module Google
217
221
  execute_or_queue_command(command, &block)
218
222
  end
219
223
 
220
- # Creates an AspectType
224
+ # Creates an AspectType.
221
225
  # @param [String] parent
222
226
  # Required. The resource name of the AspectType, of the form: projects/`
223
- # project_number`/locations/`location_id` where location_id refers to a GCP
224
- # region.
227
+ # project_number`/locations/`location_id` where location_id refers to a Google
228
+ # Cloud region.
225
229
  # @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectType] google_cloud_dataplex_v1_aspect_type_object
226
230
  # @param [String] aspect_type_id
227
231
  # Required. AspectType identifier.
228
232
  # @param [Boolean] validate_only
229
- # Optional. Only validate the request, but do not perform mutations. The default
230
- # is false.
233
+ # Optional. The service validates the request without performing any mutations.
234
+ # The default is false.
231
235
  # @param [String] fields
232
236
  # Selector specifying which fields to include in a partial response.
233
237
  # @param [String] quota_user
@@ -259,13 +263,13 @@ module Google
259
263
  execute_or_queue_command(command, &block)
260
264
  end
261
265
 
262
- # Deletes a AspectType resource.
266
+ # Deletes an AspectType.
263
267
  # @param [String] name
264
268
  # Required. The resource name of the AspectType: projects/`project_number`/
265
269
  # locations/`location_id`/aspectTypes/`aspect_type_id`.
266
270
  # @param [String] etag
267
271
  # Optional. If the client provided etag value does not match the current etag
268
- # value, the DeleteAspectTypeRequest method returns an ABORTED error response
272
+ # value, the DeleteAspectTypeRequest method returns an ABORTED error response.
269
273
  # @param [String] fields
270
274
  # Selector specifying which fields to include in a partial response.
271
275
  # @param [String] quota_user
@@ -294,7 +298,7 @@ module Google
294
298
  execute_or_queue_command(command, &block)
295
299
  end
296
300
 
297
- # Retrieves a AspectType resource.
301
+ # Gets an AspectType.
298
302
  # @param [String] name
299
303
  # Required. The resource name of the AspectType: projects/`project_number`/
300
304
  # locations/`location_id`/aspectTypes/`aspect_type_id`.
@@ -373,23 +377,25 @@ module Google
373
377
  # Lists AspectType resources in a project and location.
374
378
  # @param [String] parent
375
379
  # Required. The resource name of the AspectType location, of the form: projects/`
376
- # project_number`/locations/`location_id` where location_id refers to a GCP
377
- # region.
380
+ # project_number`/locations/`location_id` where location_id refers to a Google
381
+ # Cloud region.
378
382
  # @param [String] filter
379
- # Optional. Filter request. Filters are case-sensitive. The following formats
380
- # are supported:labels.key1 = "value1" labels:key1 name = "value" These
381
- # restrictions can be coinjoined with AND, OR and NOT conjunctions.
383
+ # Optional. Filter request. Filters are case-sensitive. The service supports the
384
+ # following formats: labels.key1 = "value1" labels:key1 name = "value"These
385
+ # restrictions can be conjoined with AND, OR, and NOT conjunctions.
382
386
  # @param [String] order_by
383
- # Optional. Order by fields (name or create_time) for the result. If not
384
- # specified, the ordering is undefined.
387
+ # Optional. Orders the result by name or create_time fields. If not specified,
388
+ # the ordering is undefined.
385
389
  # @param [Fixnum] page_size
386
390
  # Optional. Maximum number of AspectTypes to return. The service may return
387
- # fewer than this value. If unspecified, at most 10 AspectTypes will be returned.
388
- # The maximum value is 1000; values above 1000 will be coerced to 1000.
391
+ # fewer than this value. If unspecified, the service returns at most 10
392
+ # AspectTypes. The maximum value is 1000; values above 1000 will be coerced to
393
+ # 1000.
389
394
  # @param [String] page_token
390
395
  # Optional. Page token received from a previous ListAspectTypes call. Provide
391
396
  # this to retrieve the subsequent page. When paginating, all other parameters
392
- # provided to ListAspectTypes must match the call that provided the page token.
397
+ # you provide to ListAspectTypes must match the call that provided the page
398
+ # token.
393
399
  # @param [String] fields
394
400
  # Selector specifying which fields to include in a partial response.
395
401
  # @param [String] quota_user
@@ -421,7 +427,7 @@ module Google
421
427
  execute_or_queue_command(command, &block)
422
428
  end
423
429
 
424
- # Updates a AspectType resource.
430
+ # Updates an AspectType.
425
431
  # @param [String] name
426
432
  # Output only. The relative resource name of the AspectType, of the form:
427
433
  # projects/`project_number`/locations/`location_id`/aspectTypes/`aspect_type_id`.
@@ -2035,7 +2041,7 @@ module Google
2035
2041
  execute_or_queue_command(command, &block)
2036
2042
  end
2037
2043
 
2038
- # Creates an EntryGroup
2044
+ # Creates an EntryGroup.
2039
2045
  # @param [String] parent
2040
2046
  # Required. The resource name of the entryGroup, of the form: projects/`
2041
2047
  # project_number`/locations/`location_id` where location_id refers to a GCP
@@ -2044,8 +2050,8 @@ module Google
2044
2050
  # @param [String] entry_group_id
2045
2051
  # Required. EntryGroup identifier.
2046
2052
  # @param [Boolean] validate_only
2047
- # Optional. Only validate the request, but do not perform mutations. The default
2048
- # is false.
2053
+ # Optional. The service validates the request without performing any mutations.
2054
+ # The default is false.
2049
2055
  # @param [String] fields
2050
2056
  # Selector specifying which fields to include in a partial response.
2051
2057
  # @param [String] quota_user
@@ -2077,13 +2083,13 @@ module Google
2077
2083
  execute_or_queue_command(command, &block)
2078
2084
  end
2079
2085
 
2080
- # Deletes a EntryGroup resource.
2086
+ # Deletes an EntryGroup.
2081
2087
  # @param [String] name
2082
2088
  # Required. The resource name of the EntryGroup: projects/`project_number`/
2083
2089
  # locations/`location_id`/entryGroups/`entry_group_id`.
2084
2090
  # @param [String] etag
2085
2091
  # Optional. If the client provided etag value does not match the current etag
2086
- # value, the DeleteEntryGroupRequest method returns an ABORTED error response
2092
+ # value, the DeleteEntryGroupRequest method returns an ABORTED error response.
2087
2093
  # @param [String] fields
2088
2094
  # Selector specifying which fields to include in a partial response.
2089
2095
  # @param [String] quota_user
@@ -2112,7 +2118,7 @@ module Google
2112
2118
  execute_or_queue_command(command, &block)
2113
2119
  end
2114
2120
 
2115
- # Retrieves a EntryGroup resource.
2121
+ # Gets an EntryGroup.
2116
2122
  # @param [String] name
2117
2123
  # Required. The resource name of the EntryGroup: projects/`project_number`/
2118
2124
  # locations/`location_id`/entryGroups/`entry_group_id`.
@@ -2191,20 +2197,22 @@ module Google
2191
2197
  # Lists EntryGroup resources in a project and location.
2192
2198
  # @param [String] parent
2193
2199
  # Required. The resource name of the entryGroup location, of the form: projects/`
2194
- # project_number`/locations/`location_id` where location_id refers to a GCP
2195
- # region.
2200
+ # project_number`/locations/`location_id` where location_id refers to a Google
2201
+ # Cloud region.
2196
2202
  # @param [String] filter
2197
2203
  # Optional. Filter request.
2198
2204
  # @param [String] order_by
2199
2205
  # Optional. Order by fields for the result.
2200
2206
  # @param [Fixnum] page_size
2201
2207
  # Optional. Maximum number of EntryGroups to return. The service may return
2202
- # fewer than this value. If unspecified, at most 10 EntryGroups will be returned.
2203
- # The maximum value is 1000; values above 1000 will be coerced to 1000.
2208
+ # fewer than this value. If unspecified, the service returns at most 10
2209
+ # EntryGroups. The maximum value is 1000; values above 1000 will be coerced to
2210
+ # 1000.
2204
2211
  # @param [String] page_token
2205
2212
  # Optional. Page token received from a previous ListEntryGroups call. Provide
2206
2213
  # this to retrieve the subsequent page. When paginating, all other parameters
2207
- # provided to ListEntryGroups must match the call that provided the page token.
2214
+ # you provide to ListEntryGroups must match the call that provided the page
2215
+ # token.
2208
2216
  # @param [String] fields
2209
2217
  # Selector specifying which fields to include in a partial response.
2210
2218
  # @param [String] quota_user
@@ -2236,7 +2244,7 @@ module Google
2236
2244
  execute_or_queue_command(command, &block)
2237
2245
  end
2238
2246
 
2239
- # Updates a EntryGroup resource.
2247
+ # Updates an EntryGroup.
2240
2248
  # @param [String] name
2241
2249
  # Output only. The relative resource name of the EntryGroup, of the form:
2242
2250
  # projects/`project_number`/locations/`location_id`/entryGroups/`entry_group_id`.
@@ -2244,8 +2252,8 @@ module Google
2244
2252
  # @param [String] update_mask
2245
2253
  # Required. Mask of fields to update.
2246
2254
  # @param [Boolean] validate_only
2247
- # Optional. Only validate the request, but do not perform mutations. The default
2248
- # is false.
2255
+ # Optional. The service validates the request, without performing any mutations.
2256
+ # The default is false.
2249
2257
  # @param [String] fields
2250
2258
  # Selector specifying which fields to include in a partial response.
2251
2259
  # @param [String] quota_user
@@ -2360,17 +2368,17 @@ module Google
2360
2368
  # @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry] google_cloud_dataplex_v1_entry_object
2361
2369
  # @param [String] entry_id
2362
2370
  # Required. Entry identifier. It has to be unique within an Entry Group.Entries
2363
- # corresponding to Google Cloud resources use Entry ID format based on Full
2364
- # Resource Names (https://cloud.google.com/apis/design/resource_names#
2365
- # full_resource_name). The format is a Full Resource Name of the resource
2366
- # without the prefix double slashes in the API Service Name part of Full
2367
- # Resource Name. This allows retrieval of entries using their associated
2368
- # resource name.For example if the Full Resource Name of a resource is //library.
2369
- # googleapis.com/shelves/shelf1/books/book2, then the suggested entry_id is
2370
- # library.googleapis.com/shelves/shelf1/books/book2.It is also suggested to
2371
- # follow the same convention for entries corresponding to resources from other
2372
- # providers or systems than Google Cloud.The maximum size of the field is 4000
2373
- # characters.
2371
+ # corresponding to Google Cloud resources use an Entry ID format based on full
2372
+ # resource names (https://cloud.google.com/apis/design/resource_names#
2373
+ # full_resource_name). The format is a full resource name of the resource
2374
+ # without the prefix double slashes in the API service name part of the full
2375
+ # resource name. This allows retrieval of entries using their associated
2376
+ # resource name.For example, if the full resource name of a resource is //
2377
+ # library.googleapis.com/shelves/shelf1/books/book2, then the suggested entry_id
2378
+ # is library.googleapis.com/shelves/shelf1/books/book2.It is also suggested to
2379
+ # follow the same convention for entries corresponding to resources from
2380
+ # providers or systems other than Google Cloud.The maximum size of the field is
2381
+ # 4000 characters.
2374
2382
  # @param [String] fields
2375
2383
  # Selector specifying which fields to include in a partial response.
2376
2384
  # @param [String] quota_user
@@ -2432,18 +2440,18 @@ module Google
2432
2440
  execute_or_queue_command(command, &block)
2433
2441
  end
2434
2442
 
2435
- # Gets a single entry.
2443
+ # Gets an Entry.
2436
2444
  # @param [String] name
2437
2445
  # Required. The resource name of the Entry: projects/`project`/locations/`
2438
2446
  # location`/entryGroups/`entry_group`/entries/`entry`.
2439
2447
  # @param [Array<String>, String] aspect_types
2440
- # Optional. Limits the aspects returned to the provided aspect types. Only works
2441
- # if the CUSTOM view is selected.
2448
+ # Optional. Limits the aspects returned to the provided aspect types. It only
2449
+ # works for CUSTOM view.
2442
2450
  # @param [Array<String>, String] paths
2443
2451
  # Optional. Limits the aspects returned to those associated with the provided
2444
- # paths within the Entry. Only works if the CUSTOM view is selected.
2452
+ # paths within the Entry. It only works for CUSTOM view.
2445
2453
  # @param [String] view
2446
- # Optional. View for controlling which parts of an entry are to be returned.
2454
+ # Optional. View to control which parts of an entry the service should return.
2447
2455
  # @param [String] fields
2448
2456
  # Selector specifying which fields to include in a partial response.
2449
2457
  # @param [String] quota_user
@@ -2474,24 +2482,29 @@ module Google
2474
2482
  execute_or_queue_command(command, &block)
2475
2483
  end
2476
2484
 
2477
- # Lists entries within an entry group.
2485
+ # Lists Entries within an EntryGroup.
2478
2486
  # @param [String] parent
2479
2487
  # Required. The resource name of the parent Entry Group: projects/`project`/
2480
2488
  # locations/`location`/entryGroups/`entry_group`.
2481
2489
  # @param [String] filter
2482
- # Optional. A filter on the entries to return. Filters are case-sensitive. The
2483
- # request can be filtered by the following fields: entry_type, entry_source.
2484
- # display_name. The comparison operators are =, !=, <, >, <=, >= (strings are
2485
- # compared according to lexical order) The logical operators AND, OR, NOT can be
2486
- # used in the filter. Wildcard "*" can be used, but for entry_type the full
2487
- # project id or number needs to be provided. Example filter expressions: "
2490
+ # Optional. A filter on the entries to return. Filters are case-sensitive. You
2491
+ # can filter the request by the following fields: entry_type entry_source.
2492
+ # display_nameThe comparison operators are =, !=, <, >, <=, >=. The service
2493
+ # compares strings according to lexical order.You can use the logical operators
2494
+ # AND, OR, NOT in the filter.You can use Wildcard "*", but for entry_type you
2495
+ # need to provide the full project id or number.Example filter expressions: "
2488
2496
  # entry_source.display_name=AnExampleDisplayName" "entry_type=projects/example-
2489
2497
  # project/locations/global/entryTypes/example-entry_type" "entry_type=projects/
2490
2498
  # example-project/locations/us/entryTypes/a* OR entry_type=projects/another-
2491
2499
  # project/locations/*" "NOT entry_source.display_name=AnotherExampleDisplayName"
2492
2500
  # @param [Fixnum] page_size
2501
+ # Optional. Number of items to return per page. If there are remaining results,
2502
+ # the service returns a next_page_token. If unspecified, the service returns at
2503
+ # most 10 Entries. The maximum value is 100; values above 100 will be coerced to
2504
+ # 100.
2493
2505
  # @param [String] page_token
2494
- # Optional. The pagination token returned by a previous request.
2506
+ # Optional. Page token received from a previous ListEntries call. Provide this
2507
+ # to retrieve the subsequent page.
2495
2508
  # @param [String] fields
2496
2509
  # Selector specifying which fields to include in a partial response.
2497
2510
  # @param [String] quota_user
@@ -2528,22 +2541,25 @@ module Google
2528
2541
  # project`/locations/`location`/entryGroups/`entry_group`/entries/`entry`.
2529
2542
  # @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry] google_cloud_dataplex_v1_entry_object
2530
2543
  # @param [Boolean] allow_missing
2531
- # Optional. If set to true and the entry does not exist, it will be created.
2544
+ # Optional. If set to true and the entry doesn't exist, the service will create
2545
+ # it.
2532
2546
  # @param [Array<String>, String] aspect_keys
2533
- # Optional. The map keys of the Aspects which should be modified. Supports the
2534
- # following syntaxes: * - matches aspect on given type and empty path * @path -
2535
- # matches aspect on given type and specified path * * - matches aspects on given
2536
- # type for all paths * *@path - matches aspects of all types on the given
2537
- # pathExisting aspects matching the syntax will not be removed unless
2538
- # delete_missing_aspects is set to true.If this field is left empty, it will be
2539
- # treated as specifying exactly those Aspects present in the request.
2547
+ # Optional. The map keys of the Aspects which the service should modify. It
2548
+ # supports the following syntaxes: - matches an aspect of the given type and
2549
+ # empty path. @path - matches an aspect of the given type and specified path. * -
2550
+ # matches aspects of the given type for all paths. *@path - matches aspects of
2551
+ # all types on the given path.The service will not remove existing aspects
2552
+ # matching the syntax unless delete_missing_aspects is set to true.If this field
2553
+ # is left empty, the service treats it as specifying exactly those Aspects
2554
+ # present in the request.
2540
2555
  # @param [Boolean] delete_missing_aspects
2541
- # Optional. If set to true and the aspect_keys specify aspect ranges, any
2542
- # existing aspects from that range not provided in the request will be deleted.
2556
+ # Optional. If set to true and the aspect_keys specify aspect ranges, the
2557
+ # service deletes any existing aspects from that range that weren't provided in
2558
+ # the request.
2543
2559
  # @param [String] update_mask
2544
2560
  # Optional. Mask of fields to update. To update Aspects, the update_mask must
2545
- # contain the value "aspects".If the update_mask is empty, all modifiable fields
2546
- # present in the request will be updated.
2561
+ # contain the value "aspects".If the update_mask is empty, the service will
2562
+ # update all modifiable fields present in the request.
2547
2563
  # @param [String] fields
2548
2564
  # Selector specifying which fields to include in a partial response.
2549
2565
  # @param [String] quota_user
@@ -2577,17 +2593,17 @@ module Google
2577
2593
  execute_or_queue_command(command, &block)
2578
2594
  end
2579
2595
 
2580
- # Creates an EntryType
2596
+ # Creates an EntryType.
2581
2597
  # @param [String] parent
2582
2598
  # Required. The resource name of the EntryType, of the form: projects/`
2583
- # project_number`/locations/`location_id` where location_id refers to a GCP
2584
- # region.
2599
+ # project_number`/locations/`location_id` where location_id refers to a Google
2600
+ # Cloud region.
2585
2601
  # @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryType] google_cloud_dataplex_v1_entry_type_object
2586
2602
  # @param [String] entry_type_id
2587
2603
  # Required. EntryType identifier.
2588
2604
  # @param [Boolean] validate_only
2589
- # Optional. Only validate the request, but do not perform mutations. The default
2590
- # is false.
2605
+ # Optional. The service validates the request without performing any mutations.
2606
+ # The default is false.
2591
2607
  # @param [String] fields
2592
2608
  # Selector specifying which fields to include in a partial response.
2593
2609
  # @param [String] quota_user
@@ -2619,13 +2635,13 @@ module Google
2619
2635
  execute_or_queue_command(command, &block)
2620
2636
  end
2621
2637
 
2622
- # Deletes a EntryType resource.
2638
+ # Deletes an EntryType.
2623
2639
  # @param [String] name
2624
2640
  # Required. The resource name of the EntryType: projects/`project_number`/
2625
2641
  # locations/`location_id`/entryTypes/`entry_type_id`.
2626
2642
  # @param [String] etag
2627
2643
  # Optional. If the client provided etag value does not match the current etag
2628
- # value, the DeleteEntryTypeRequest method returns an ABORTED error response
2644
+ # value, the DeleteEntryTypeRequest method returns an ABORTED error response.
2629
2645
  # @param [String] fields
2630
2646
  # Selector specifying which fields to include in a partial response.
2631
2647
  # @param [String] quota_user
@@ -2654,7 +2670,7 @@ module Google
2654
2670
  execute_or_queue_command(command, &block)
2655
2671
  end
2656
2672
 
2657
- # Retrieves a EntryType resource.
2673
+ # Gets an EntryType.
2658
2674
  # @param [String] name
2659
2675
  # Required. The resource name of the EntryType: projects/`project_number`/
2660
2676
  # locations/`location_id`/entryTypes/`entry_type_id`.
@@ -2733,23 +2749,24 @@ module Google
2733
2749
  # Lists EntryType resources in a project and location.
2734
2750
  # @param [String] parent
2735
2751
  # Required. The resource name of the EntryType location, of the form: projects/`
2736
- # project_number`/locations/`location_id` where location_id refers to a GCP
2737
- # region.
2752
+ # project_number`/locations/`location_id` where location_id refers to a Google
2753
+ # Cloud region.
2738
2754
  # @param [String] filter
2739
- # Optional. Filter request. Filters are case-sensitive. The following formats
2740
- # are supported:labels.key1 = "value1" labels:key1 name = "value" These
2741
- # restrictions can be coinjoined with AND, OR and NOT conjunctions.
2755
+ # Optional. Filter request. Filters are case-sensitive. The service supports the
2756
+ # following formats: labels.key1 = "value1" labels:key1 name = "value"These
2757
+ # restrictions can be conjoined with AND, OR, and NOT conjunctions.
2742
2758
  # @param [String] order_by
2743
- # Optional. Order by fields (name or create_time) for the result. If not
2744
- # specified, the ordering is undefined.
2759
+ # Optional. Orders the result by name or create_time fields. If not specified,
2760
+ # the ordering is undefined.
2745
2761
  # @param [Fixnum] page_size
2746
2762
  # Optional. Maximum number of EntryTypes to return. The service may return fewer
2747
- # than this value. If unspecified, at most 10 EntryTypes will be returned. The
2748
- # maximum value is 1000; values above 1000 will be coerced to 1000.
2763
+ # than this value. If unspecified, the service returns at most 10 EntryTypes.
2764
+ # The maximum value is 1000; values above 1000 will be coerced to 1000.
2749
2765
  # @param [String] page_token
2750
2766
  # Optional. Page token received from a previous ListEntryTypes call. Provide
2751
2767
  # this to retrieve the subsequent page. When paginating, all other parameters
2752
- # provided to ListEntryTypes must match the call that provided the page token.
2768
+ # you provided to ListEntryTypes must match the call that provided the page
2769
+ # token.
2753
2770
  # @param [String] fields
2754
2771
  # Selector specifying which fields to include in a partial response.
2755
2772
  # @param [String] quota_user
@@ -2781,7 +2798,7 @@ module Google
2781
2798
  execute_or_queue_command(command, &block)
2782
2799
  end
2783
2800
 
2784
- # Updates a EntryType resource.
2801
+ # Updates an EntryType.
2785
2802
  # @param [String] name
2786
2803
  # Output only. The relative resource name of the EntryType, of the form:
2787
2804
  # projects/`project_number`/locations/`location_id`/entryTypes/`entry_type_id`.
@@ -2789,8 +2806,8 @@ module Google
2789
2806
  # @param [String] update_mask
2790
2807
  # Required. Mask of fields to update.
2791
2808
  # @param [Boolean] validate_only
2792
- # Optional. Only validate the request, but do not perform mutations. The default
2793
- # is false.
2809
+ # Optional. The service validates the request without performing any mutations.
2810
+ # The default is false.
2794
2811
  # @param [String] fields
2795
2812
  # Selector specifying which fields to include in a partial response.
2796
2813
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataplex_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-16 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.59.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
63
63
  post_install_message:
64
64
  rdoc_options: []