docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/vault_v1.matters.holds.html b/docs/dyn/vault_v1.matters.holds.html
index 513860b..35d7a68 100644
--- a/docs/dyn/vault_v1.matters.holds.html
+++ b/docs/dyn/vault_v1.matters.holds.html
@@ -95,7 +95,7 @@
<code><a href="#get">get(matterId, holdId, view=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a hold by ID.</p>
<p class="toc_element">
- <code><a href="#list">list(matterId, pageToken=None, pageSize=None, view=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(matterId, view=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists holds within a matter. An empty page token in ListHoldsResponse denotes no more holds to list.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -118,10 +118,10 @@
The object takes the form of:
{ # Add a list of accounts to a hold.
- "emails": [ # Emails to identify which accounts to add. Only emails or only account_ids should be specified, but not both.
+ "accountIds": [ # Account IDs to identify which accounts to add. Only account_ids or only emails should be specified, but not both.
"A String",
],
- "accountIds": [ # Account IDs to identify which accounts to add. Only account_ids or only emails should be specified, but not both.
+ "emails": [ # Emails to identify which accounts to add. Only emails or only account_ids should be specified, but not both.
"A String",
],
}
@@ -138,20 +138,20 @@
"responses": [ # The list of responses, in the same order as the batch request.
{ # A status detailing the status of each account creation, and the HeldAccount, if successful.
"status": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # This represents the success status. If failed, check message.
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
},
"account": { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus. # If present, this account was successfully created.
- "lastName": "A String", # Output only. The last name of the account holder.
- "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "firstName": "A String", # Output only. The first name of the account holder.
"accountId": "A String", # The account's ID as provided by the Admin SDK.
+ "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
+ "firstName": "A String", # Output only. The first name of the account holder.
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "lastName": "A String", # Output only. The last name of the account holder.
},
},
],
@@ -173,43 +173,43 @@
The object takes the form of:
{ # Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit.
- "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
- { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "lastName": "A String", # Output only. The last name of the account holder.
- "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "firstName": "A String", # Output only. The first name of the account holder.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
- },
- ],
- "name": "A String", # The name of the hold.
- "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
- "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
- "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
+ "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
+ "terms": "A String", # The search terms for the hold.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
},
- "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
- "updateTime": "A String", # The last time this hold was modified.
- "corpus": "A String", # The corpus to be searched.
- "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
- "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
- "includeRooms": True or False, # If true, include rooms the user has participated in.
- },
- "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
- "terms": "A String", # The search terms for the hold.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- },
- "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
- "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
- "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
- },
- "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "terms": "A String", # The search terms for the hold.
- },
+ "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
+ "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
+ "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
},
- }
+ "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "terms": "A String", # The search terms for the hold.
+ },
+ "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
+ "includeRooms": True or False, # If true, include rooms the user has participated in.
+ },
+ },
+ "updateTime": "A String", # The last time this hold was modified.
+ "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
+ "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
+ "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ },
+ "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
+ { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
+ "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
+ "firstName": "A String", # Output only. The first name of the account holder.
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "lastName": "A String", # Output only. The last name of the account holder.
+ },
+ ],
+ "corpus": "A String", # The corpus to be searched.
+ "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
+ "name": "A String", # The name of the hold.
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -220,43 +220,43 @@
An object of the form:
{ # Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit.
- "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
- { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "lastName": "A String", # Output only. The last name of the account holder.
- "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "firstName": "A String", # Output only. The first name of the account holder.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
- },
- ],
- "name": "A String", # The name of the hold.
- "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
- "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
- "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
+ "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
+ "terms": "A String", # The search terms for the hold.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
},
- "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
- "updateTime": "A String", # The last time this hold was modified.
- "corpus": "A String", # The corpus to be searched.
- "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
- "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
- "includeRooms": True or False, # If true, include rooms the user has participated in.
- },
- "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
- "terms": "A String", # The search terms for the hold.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- },
- "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
- "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
- "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
- },
- "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "terms": "A String", # The search terms for the hold.
- },
+ "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
+ "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
+ "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
},
- }</pre>
+ "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "terms": "A String", # The search terms for the hold.
+ },
+ "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
+ "includeRooms": True or False, # If true, include rooms the user has participated in.
+ },
+ },
+ "updateTime": "A String", # The last time this hold was modified.
+ "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
+ "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
+ "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ },
+ "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
+ { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
+ "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
+ "firstName": "A String", # Output only. The first name of the account holder.
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "lastName": "A String", # Output only. The last name of the account holder.
+ },
+ ],
+ "corpus": "A String", # The corpus to be searched.
+ "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
+ "name": "A String", # The name of the hold.
+ }</pre>
</div>
<div class="method">
@@ -299,58 +299,58 @@
An object of the form:
{ # Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit.
- "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
- { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "lastName": "A String", # Output only. The last name of the account holder.
- "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "firstName": "A String", # Output only. The first name of the account holder.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
- },
- ],
- "name": "A String", # The name of the hold.
- "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
- "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
- "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
+ "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
+ "terms": "A String", # The search terms for the hold.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
},
- "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
- "updateTime": "A String", # The last time this hold was modified.
- "corpus": "A String", # The corpus to be searched.
- "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
- "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
- "includeRooms": True or False, # If true, include rooms the user has participated in.
- },
- "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
- "terms": "A String", # The search terms for the hold.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- },
- "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
- "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
- "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
- },
- "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "terms": "A String", # The search terms for the hold.
- },
+ "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
+ "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
+ "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
},
- }</pre>
+ "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "terms": "A String", # The search terms for the hold.
+ },
+ "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
+ "includeRooms": True or False, # If true, include rooms the user has participated in.
+ },
+ },
+ "updateTime": "A String", # The last time this hold was modified.
+ "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
+ "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
+ "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ },
+ "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
+ { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
+ "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
+ "firstName": "A String", # Output only. The first name of the account holder.
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "lastName": "A String", # Output only. The last name of the account holder.
+ },
+ ],
+ "corpus": "A String", # The corpus to be searched.
+ "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
+ "name": "A String", # The name of the hold.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(matterId, pageToken=None, pageSize=None, view=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(matterId, view=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists holds within a matter. An empty page token in ListHoldsResponse denotes no more holds to list.
Args:
matterId: string, The matter ID. (required)
- pageToken: string, The pagination token as returned in the response. An empty token means start from the beginning.
- pageSize: integer, The number of holds to return in the response, between 0 and 100 inclusive. Leaving this empty, or as 0, is the same as page_size = 100.
view: string, Specifies which parts of the Hold to return.
Allowed values
HOLD_VIEW_UNSPECIFIED - There is no specified view. Defaults to FULL_HOLD.
BASIC_HOLD - Response includes the id, name, update time, corpus, and query.
FULL_HOLD - Full representation of a Hold. Response includes all fields of 'BASIC' and the entities the Hold applies to, such as accounts, or OU.
+ pageToken: string, The pagination token as returned in the response. An empty token means start from the beginning.
+ pageSize: integer, The number of holds to return in the response, between 0 and 100 inclusive. Leaving this empty, or as 0, is the same as page_size = 100.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -363,43 +363,43 @@
"nextPageToken": "A String", # Page token to retrieve the next page of results in the list. If this is empty, then there are no more holds to list.
"holds": [ # The list of holds.
{ # Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit.
- "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
- { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "lastName": "A String", # Output only. The last name of the account holder.
- "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "firstName": "A String", # Output only. The first name of the account holder.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
- },
- ],
- "name": "A String", # The name of the hold.
- "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
- "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
- "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
+ "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
+ "terms": "A String", # The search terms for the hold.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
},
- "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
- "updateTime": "A String", # The last time this hold was modified.
- "corpus": "A String", # The corpus to be searched.
- "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
- "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
- "includeRooms": True or False, # If true, include rooms the user has participated in.
- },
- "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
- "terms": "A String", # The search terms for the hold.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- },
- "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
- "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
- "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
- },
- "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "terms": "A String", # The search terms for the hold.
- },
+ "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
+ "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
+ "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
+ },
+ "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "terms": "A String", # The search terms for the hold.
+ },
+ "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
+ "includeRooms": True or False, # If true, include rooms the user has participated in.
},
},
+ "updateTime": "A String", # The last time this hold was modified.
+ "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
+ "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
+ "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ },
+ "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
+ { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
+ "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
+ "firstName": "A String", # Output only. The first name of the account holder.
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "lastName": "A String", # Output only. The last name of the account holder.
+ },
+ ],
+ "corpus": "A String", # The corpus to be searched.
+ "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
+ "name": "A String", # The name of the hold.
+ },
],
}</pre>
</div>
@@ -445,13 +445,13 @@
{ # Response for batch delete held accounts.
"statuses": [ # A list of statuses for deleted accounts. Results have the same order as the request.
{ # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
},
],
}</pre>
@@ -468,43 +468,43 @@
The object takes the form of:
{ # Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit.
- "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
- { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "lastName": "A String", # Output only. The last name of the account holder.
- "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "firstName": "A String", # Output only. The first name of the account holder.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
- },
- ],
- "name": "A String", # The name of the hold.
- "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
- "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
- "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
+ "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
+ "terms": "A String", # The search terms for the hold.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
},
- "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
- "updateTime": "A String", # The last time this hold was modified.
- "corpus": "A String", # The corpus to be searched.
- "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
- "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
- "includeRooms": True or False, # If true, include rooms the user has participated in.
- },
- "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
- "terms": "A String", # The search terms for the hold.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- },
- "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
- "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
- "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
- },
- "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "terms": "A String", # The search terms for the hold.
- },
+ "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
+ "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
+ "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
},
- }
+ "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "terms": "A String", # The search terms for the hold.
+ },
+ "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
+ "includeRooms": True or False, # If true, include rooms the user has participated in.
+ },
+ },
+ "updateTime": "A String", # The last time this hold was modified.
+ "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
+ "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
+ "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ },
+ "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
+ { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
+ "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
+ "firstName": "A String", # Output only. The first name of the account holder.
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "lastName": "A String", # Output only. The last name of the account holder.
+ },
+ ],
+ "corpus": "A String", # The corpus to be searched.
+ "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
+ "name": "A String", # The name of the hold.
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -515,43 +515,43 @@
An object of the form:
{ # Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit.
- "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
- { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
- "lastName": "A String", # Output only. The last name of the account holder.
- "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
- "holdTime": "A String", # Output only. When the account was put on hold.
- "firstName": "A String", # Output only. The first name of the account holder.
- "accountId": "A String", # The account's ID as provided by the Admin SDK.
- },
- ],
- "name": "A String", # The name of the hold.
- "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
- "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
- "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
+ "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
+ "terms": "A String", # The search terms for the hold.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
},
- "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
- "updateTime": "A String", # The last time this hold was modified.
- "corpus": "A String", # The corpus to be searched.
- "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type.
- "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
- "includeRooms": True or False, # If true, include rooms the user has participated in.
- },
- "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail.
- "terms": "A String", # The search terms for the hold.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- },
- "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
- "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
- "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
- },
- "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
- "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
- "terms": "A String", # The search terms for the hold.
- },
+ "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive.
+ "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold.
+ "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold.
},
- }</pre>
+ "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups.
+ "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
+ "terms": "A String", # The search terms for the hold.
+ },
+ "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat.
+ "includeRooms": True or False, # If true, include rooms the user has participated in.
+ },
+ },
+ "updateTime": "A String", # The last time this hold was modified.
+ "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field.
+ "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK.
+ "holdTime": "A String", # When the org unit was put on hold. This property is immutable.
+ },
+ "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty.
+ { # An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
+ "accountId": "A String", # The account's ID as provided by the Admin SDK.
+ "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID.
+ "firstName": "A String", # Output only. The first name of the account holder.
+ "holdTime": "A String", # Output only. When the account was put on hold.
+ "lastName": "A String", # Output only. The last name of the account holder.
+ },
+ ],
+ "corpus": "A String", # The corpus to be searched.
+ "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation.
+ "name": "A String", # The name of the hold.
+ }</pre>
</div>
</body></html>
\ No newline at end of file