Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,250 changes: 1,185 additions & 1,065 deletions apis/Google.Cloud.Dataform.V1/Google.Cloud.Dataform.V1/Dataform.g.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ public virtual void DeleteTeamFolder(TeamFolderName name, gaxgrpc::CallSettings
/// Returns the contents of a given TeamFolder.
/// </summary>
/// <param name="teamFolder">
/// Required. Name of the team_folder whose contents to list.
/// Required. Resource name of the TeamFolder to list contents for.
/// Format: `projects/*/locations/*/teamFolders/*`.
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -1938,7 +1938,7 @@ public virtual void DeleteTeamFolder(TeamFolderName name, gaxgrpc::CallSettings
/// Returns the contents of a given TeamFolder.
/// </summary>
/// <param name="teamFolder">
/// Required. Name of the team_folder whose contents to list.
/// Required. Resource name of the TeamFolder to list contents for.
/// Format: `projects/*/locations/*/teamFolders/*`.
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -1975,7 +1975,7 @@ public virtual void DeleteTeamFolder(TeamFolderName name, gaxgrpc::CallSettings
/// Returns the contents of a given TeamFolder.
/// </summary>
/// <param name="teamFolder">
/// Required. Name of the team_folder whose contents to list.
/// Required. Resource name of the TeamFolder to list contents for.
/// Format: `projects/*/locations/*/teamFolders/*`.
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -2012,7 +2012,7 @@ public virtual void DeleteTeamFolder(TeamFolderName name, gaxgrpc::CallSettings
/// Returns the contents of a given TeamFolder.
/// </summary>
/// <param name="teamFolder">
/// Required. Name of the team_folder whose contents to list.
/// Required. Resource name of the TeamFolder to list contents for.
/// Format: `projects/*/locations/*/teamFolders/*`.
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -2730,7 +2730,7 @@ public virtual void DeleteFolder(FolderName name, gaxgrpc::CallSettings callSett
/// Returns the contents of a given Folder.
/// </summary>
/// <param name="folder">
/// Required. Name of the folder whose contents to list.
/// Required. Resource name of the Folder to list contents for.
/// Format: projects/*/locations/*/folders/*
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -2766,7 +2766,7 @@ public virtual void DeleteFolder(FolderName name, gaxgrpc::CallSettings callSett
/// Returns the contents of a given Folder.
/// </summary>
/// <param name="folder">
/// Required. Name of the folder whose contents to list.
/// Required. Resource name of the Folder to list contents for.
/// Format: projects/*/locations/*/folders/*
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -2803,7 +2803,7 @@ public virtual void DeleteFolder(FolderName name, gaxgrpc::CallSettings callSett
/// Returns the contents of a given Folder.
/// </summary>
/// <param name="folder">
/// Required. Name of the folder whose contents to list.
/// Required. Resource name of the Folder to list contents for.
/// Format: projects/*/locations/*/folders/*
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -2839,7 +2839,7 @@ public virtual void DeleteFolder(FolderName name, gaxgrpc::CallSettings callSett
/// Returns the contents of a given Folder.
/// </summary>
/// <param name="folder">
/// Required. Name of the folder whose contents to list.
/// Required. Resource name of the Folder to list contents for.
/// Format: projects/*/locations/*/folders/*
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -2905,7 +2905,7 @@ public virtual void DeleteFolder(FolderName name, gaxgrpc::CallSettings callSett
/// contained in any other folder.
/// </summary>
/// <param name="location">
/// Required. Location of the user root folder whose contents to list.
/// Required. Location of the user root folder to list contents for.
/// Format: projects/*/locations/*
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -2943,7 +2943,7 @@ public virtual void DeleteFolder(FolderName name, gaxgrpc::CallSettings callSett
/// contained in any other folder.
/// </summary>
/// <param name="location">
/// Required. Location of the user root folder whose contents to list.
/// Required. Location of the user root folder to list contents for.
/// Format: projects/*/locations/*
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -2982,7 +2982,7 @@ public virtual void DeleteFolder(FolderName name, gaxgrpc::CallSettings callSett
/// contained in any other folder.
/// </summary>
/// <param name="location">
/// Required. Location of the user root folder whose contents to list.
/// Required. Location of the user root folder to list contents for.
/// Format: projects/*/locations/*
/// </param>
/// <param name="pageToken">
Expand Down Expand Up @@ -3020,7 +3020,7 @@ public virtual void DeleteFolder(FolderName name, gaxgrpc::CallSettings callSett
/// contained in any other folder.
/// </summary>
/// <param name="location">
/// Required. Location of the user root folder whose contents to list.
/// Required. Location of the user root folder to list contents for.
/// Format: projects/*/locations/*
/// </param>
/// <param name="pageToken">
Expand Down
Loading
Loading