Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListRuleRevisionsRequest.
Request message for ListRuleRevisions method.
Generated from protobuf message google.cloud.chronicle.v1.ListRuleRevisionsRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the rule to list revisions for. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
↳ page_size
int
The maximum number of revisions to return per page. The service may return fewer than this value. If unspecified, at most 100 revisions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
The page token, received from a previous ListRuleRevisions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRuleRevisions
must match the call that provided the page token.
↳ view
int
The view field indicates the scope of fields to populate for the revision being returned. If unspecified, defaults to BASIC.
getName
Required. The name of the rule to list revisions for.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
string
setName
Required. The name of the rule to list revisions for.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
var
string
$this
getPageSize
The maximum number of revisions to return per page. The service may return fewer than this value. If unspecified, at most 100 revisions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int
setPageSize
The maximum number of revisions to return per page. The service may return fewer than this value. If unspecified, at most 100 revisions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
var
int
$this
getPageToken
The page token, received from a previous ListRuleRevisions
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleRevisions
must match the call that provided the page token.
string
setPageToken
The page token, received from a previous ListRuleRevisions
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleRevisions
must match the call that provided the page token.
var
string
$this
getView
The view field indicates the scope of fields to populate for the revision being returned. If unspecified, defaults to BASIC.
int
setView
The view field indicates the scope of fields to populate for the revision being returned. If unspecified, defaults to BASIC.
var
int
$this
static::build
name
string
Required. The name of the rule to list revisions for.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
Please see RuleServiceClient::ruleName()
for help formatting this field.