@@ -36747,7 +36747,7 @@ public Create set(String parameterName, Object value) {
3674736747 * parameters, call the {@link Delete#execute()} method to invoke the remote operation.
3674836748 *
3674936749 * @param name Required. The resource name of the metadata feed, in the format
36750- * projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
36750+ * projects/{project_id_or_number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3675136751 * @return the request
3675236752 */
3675336753 public Delete delete(java.lang.String name) throws java.io.IOException {
@@ -36775,7 +36775,7 @@ public class Delete extends CloudDataplexRequest<com.google.api.services.dataple
3677536775 * be called to initialize this instance immediately after invoking the constructor. </p>
3677636776 *
3677736777 * @param name Required. The resource name of the metadata feed, in the format
36778- * projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
36778+ * projects/{project_id_or_number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3677936779 * @since 1.13
3678036780 */
3678136781 protected Delete(java.lang.String name) {
@@ -36845,21 +36845,21 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
3684536845
3684636846 /**
3684736847 * Required. The resource name of the metadata feed, in the format projects/{project_id_or
36848- * _number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
36848+ * _number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3684936849 */
3685036850 @com.google.api.client.util.Key
3685136851 private java.lang.String name;
3685236852
3685336853 /** Required. The resource name of the metadata feed, in the format
36854- projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
36854+ projects/{project_id_or_number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3685536855 */
3685636856 public java.lang.String getName() {
3685736857 return name;
3685836858 }
3685936859
3686036860 /**
3686136861 * Required. The resource name of the metadata feed, in the format projects/{project_id_or
36862- * _number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
36862+ * _number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3686336863 */
3686436864 public Delete setName(java.lang.String name) {
3686536865 if (!getSuppressPatternChecks()) {
@@ -36885,7 +36885,7 @@ public Delete set(String parameterName, Object value) {
3688536885 * parameters, call the {@link Get#execute()} method to invoke the remote operation.
3688636886 *
3688736887 * @param name Required. The resource name of the metadata feed, in the format
36888- * projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
36888+ * projects/{project_id_or_number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3688936889 * @return the request
3689036890 */
3689136891 public Get get(java.lang.String name) throws java.io.IOException {
@@ -36912,7 +36912,7 @@ public class Get extends CloudDataplexRequest<com.google.api.services.dataplex.v
3691236912 * must be called to initialize this instance immediately after invoking the constructor. </p>
3691336913 *
3691436914 * @param name Required. The resource name of the metadata feed, in the format
36915- * projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
36915+ * projects/{project_id_or_number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3691636916 * @since 1.13
3691736917 */
3691836918 protected Get(java.lang.String name) {
@@ -36992,21 +36992,21 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
3699236992
3699336993 /**
3699436994 * Required. The resource name of the metadata feed, in the format projects/{project_id_or
36995- * _number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
36995+ * _number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3699636996 */
3699736997 @com.google.api.client.util.Key
3699836998 private java.lang.String name;
3699936999
3700037000 /** Required. The resource name of the metadata feed, in the format
37001- projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
37001+ projects/{project_id_or_number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3700237002 */
3700337003 public java.lang.String getName() {
3700437004 return name;
3700537005 }
3700637006
3700737007 /**
3700837008 * Required. The resource name of the metadata feed, in the format projects/{project_id_or
37009- * _number}/locations/{location_id}/MetadataFeeds /{metadata_feed_id}.
37009+ * _number}/locations/{location_id}/metadataFeeds /{metadata_feed_id}.
3701037010 */
3701137011 public Get setName(java.lang.String name) {
3701237012 if (!getSuppressPatternChecks()) {
0 commit comments