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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.27.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.27.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class GcsFilesetSpec(proto.Message):
Cloud Storage.

For more information, see [Wildcard Names]
(https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).
(https://cloud.google.com/storage/docs/wildcards).

Note: Currently, bucket wildcards are not supported.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.27.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GcsFilesetSpec(proto.Message):
file_patterns (MutableSequence[str]):
Required. Patterns to identify a set of files in Google
Cloud Storage. See `Cloud Storage
documentation <https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames>`__
documentation <https://cloud.google.com/storage/docs/wildcards>`__
for more information. Note that bucket wildcards are
currently not supported.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "3.27.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-datacatalog",
"version": "3.27.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Loading