compute
v1
|
#include <interconnect_attachment_list.h>
Classes | |
class | InterconnectAttachmentListWarning |
Public Member Functions | |
InterconnectAttachmentList (const Json::Value &storage) | |
InterconnectAttachmentList (Json::Value *storage) | |
virtual | ~InterconnectAttachmentList () |
const StringPiece | GetTypeName () const |
bool | has_id () const |
void | clear_id () |
const StringPiece | get_id () const |
void | set_id (const StringPiece &value) |
bool | has_items () const |
void | clear_items () |
const client::JsonCppArray< InterconnectAttachment > | get_items () const |
client::JsonCppArray< InterconnectAttachment > | mutable_items () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_next_page_token () const |
void | clear_next_page_token () |
const StringPiece | get_next_page_token () const |
void | set_next_page_token (const StringPiece &value) |
bool | has_self_link () const |
void | clear_self_link () |
const StringPiece | get_self_link () const |
void | set_self_link (const StringPiece &value) |
bool | has_warning () const |
void | clear_warning () |
const InterconnectAttachmentListWarning | get_warning () const |
InterconnectAttachmentListWarning | mutable_warning () |
Static Public Member Functions | |
static InterconnectAttachmentList * | New () |
Response to the list request, and contains a list of interconnect attachments.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'items
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'nextPageToken
' attribute.
|
inline |
Clears the 'selfLink
' attribute.
|
inline |
Clears the 'warning
' attribute.
|
inline |
Get the value of the 'id
' attribute.
const client::JsonCppArray<InterconnectAttachment > google_compute_api::InterconnectAttachmentList::get_items | ( | ) | const |
Get a reference to the value of the 'items
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
|
inline |
Get the value of the 'selfLink
' attribute.
|
inline |
Get a reference to the value of the 'warning
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'id
' attribute was set.
id
' attribute was set.
|
inline |
Determine if the 'items
' attribute was set.
items
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'nextPageToken
' attribute was set.
nextPageToken
' attribute was set.
|
inline |
Determine if the 'selfLink
' attribute was set.
selfLink
' attribute was set.
|
inline |
Determine if the 'warning
' attribute was set.
warning
' attribute was set. client::JsonCppArray<InterconnectAttachment > google_compute_api::InterconnectAttachmentList::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items
' property.
A list of InterconnectAttachment resources.
|
inline |
Gets a reference to a mutable value of the 'warning
' property.
[Output Only] Informational warning message.
|
static |
Creates a new default instance.
|
inline |
Change the 'id
' attribute.
[Output Only] Unique identifier for the resource; defined by the server.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
[Output Only] Type of resource. Always compute::interconnectAttachmentList for lists of interconnect attachments.
[in] | value | The new value. |
|
inline |
Change the 'nextPageToken
' attribute.
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
[in] | value | The new value. |
|
inline |
Change the 'selfLink
' attribute.
[Output Only] Server-defined URL for this resource.
[in] | value | The new value. |