Skip to content

Commit

Permalink
revert setup.py changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Jul 23, 2018
1 parent ac58f90 commit a81efb4
Show file tree
Hide file tree
Showing 5 changed files with 618 additions and 584 deletions.
25 changes: 15 additions & 10 deletions dlp/google/cloud/dlp_v2/gapic/dlp_service_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,10 @@ def reidentify_content(self,
be provided here. The reversible transformations are:
- ``CryptoReplaceFfxFpeConfig``
If a dict is provided, it must be of the same form as the protobuf
message :class:`~google.cloud.dlp_v2.types.DeidentifyConfig`
message :class:`~google.cloud.dlp_v2.types.DeidentifyConfig`
inspect_config (Union[dict, ~google.cloud.dlp_v2.types.InspectConfig]): Configuration for the inspector.
If a dict is provided, it must be of the same form as the protobuf
message :class:`~google.cloud.dlp_v2.types.InspectConfig`
Expand Down Expand Up @@ -1475,13 +1477,14 @@ def list_dlp_jobs(self,
* Restrictions can be combined by ``AND`` or ``OR`` logical operators. A
sequence of restrictions implicitly uses ``AND``.
* A restriction has the form of ``<field> <operator> <value>``.
* Supported fields/values for inspect jobs:
- `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED
- `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
- `trigger_name` - The resource name of the trigger that created job.
* Supported fields for risk analysis jobs:
- `state` - RUNNING|CANCELED|FINISHED|FAILED
* The operator must be ``=`` or ``!=``.
::
- `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED
- `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
- `trigger_name` - The resource name of the trigger that created job.
::
- `state` - RUNNING|CANCELED|FINISHED|FAILED
* The operator must be ``=`` or ``!=``.
Examples:
Expand Down Expand Up @@ -1760,9 +1763,11 @@ def list_job_triggers(self,
Supported fields are:
- ``create_time``: corresponds to time the triggeredJob was created.
- ``update_time``: corresponds to time the triggeredJob was last updated.
- ``update_time``: corresponds to time the triggeredJob was last updated.
- ``name``: corresponds to JobTrigger's name.
retry (Optional[google.api_core.retry.Retry]): A retry object used
retry (Optional[google.api_core.retry.Retry]): A retry object used
to retry requests. If ``None`` is specified, requests will not
be retried.
timeout (Optional[float]): The amount of time, in seconds, to wait
Expand Down

0 comments on commit a81efb4

Please sign in to comment.