cloudbilling
v1
|
#include <service.h>
Public Member Functions | |
Service (const Json::Value &storage) | |
Service (Json::Value *storage) | |
virtual | ~Service () |
const StringPiece | GetTypeName () const |
bool | has_business_entity_name () const |
void | clear_business_entity_name () |
const StringPiece | get_business_entity_name () const |
void | set_business_entity_name (const StringPiece &value) |
bool | has_display_name () const |
void | clear_display_name () |
const StringPiece | get_display_name () const |
void | set_display_name (const StringPiece &value) |
bool | has_name () const |
void | clear_name () |
const StringPiece | get_name () const |
void | set_name (const StringPiece &value) |
bool | has_service_id () const |
void | clear_service_id () |
const StringPiece | get_service_id () const |
void | set_service_id (const StringPiece &value) |
Static Public Member Functions | |
static Service * | New () |
Encapsulates a single service in Google Cloud Platform.
|
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 'businessEntityName
' attribute.
|
inline |
Clears the 'displayName
' attribute.
|
inline |
Clears the 'name
' attribute.
|
inline |
Clears the 'serviceId
' attribute.
|
inline |
Get the value of the 'businessEntityName
' attribute.
|
inline |
Get the value of the 'displayName
' attribute.
|
inline |
Get the value of the 'name
' attribute.
|
inline |
Get the value of the 'serviceId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'businessEntityName
' attribute was set.
businessEntityName
' attribute was set.
|
inline |
Determine if the 'displayName
' attribute was set.
displayName
' attribute was set.
|
inline |
Determine if the 'name
' attribute was set.
name
' attribute was set.
|
inline |
Determine if the 'serviceId
' attribute was set.
serviceId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'businessEntityName
' attribute.
The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps".
[in] | value | The new value. |
|
inline |
Change the 'displayName
' attribute.
A human readable display name for this service.
[in] | value | The new value. |
|
inline |
Change the 'name
' attribute.
The resource name for the service. Example: "services/DA34-426B-A397".
[in] | value | The new value. |
|
inline |
Change the 'serviceId
' attribute.
The identifier for the service. Example: "DA34-426B-A397".
[in] | value | The new value. |