Struct google_datastore1::GoogleDatastoreAdminV1Index[][src]

pub struct GoogleDatastoreAdminV1Index {
    pub kind: Option<String>,
    pub project_id: Option<String>,
    pub ancestor: Option<String>,
    pub index_id: Option<String>,
    pub state: Option<String>,
    pub properties: Option<Vec<GoogleDatastoreAdminV1IndexedProperty>>,
}

A minimal index definition. Next tag: 8

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The entity kind to which this index applies. Required.

Project ID. Output only.

The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED. Required.

The resource ID of the index. Output only.

The state of the index. Output only.

An ordered sequence of property names and their index attributes. Required.

Trait Implementations

impl Default for GoogleDatastoreAdminV1Index
[src]

Returns the "default value" for a type. Read more

impl Clone for GoogleDatastoreAdminV1Index
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleDatastoreAdminV1Index
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for GoogleDatastoreAdminV1Index
[src]

Auto Trait Implementations