|
sqladmin
v1beta4
|
#include <sqla_dmin_service.h>
Public Member Functions | |
| SslCertsResource (SQLAdminService *service) | |
| ~SslCertsResource () | |
| SslCertsResource_CreateEphemeralMethod * | NewCreateEphemeralMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const SslCertsCreateEphemeralRequest &_content_) const |
| SslCertsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const absl::string_view &sha1_fingerprint) const |
| SslCertsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const absl::string_view &sha1_fingerprint) const |
| SslCertsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const SslCertsInsertRequest &_content_) const |
| SslCertsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| SslCertsResource_CreateEphemeralMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewCreateEphemeralMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance, | ||
| const SslCertsCreateEphemeralRequest & | _content_ | ||
| ) | const |
Creates a new SslCertsResource_CreateEphemeralMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the Cloud SQL project. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
| [in] | <em>content</em> | The data object to createEphemeral. |
Execute the method instance, then destroy it when they are finished. | SslCertsResource_DeleteMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance, | ||
| const absl::string_view & | sha1_fingerprint | ||
| ) | const |
Creates a new SslCertsResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
| [in] | sha1_fingerprint | Sha1 FingerPrint. |
Execute the method instance, then destroy it when they are finished. | SslCertsResource_GetMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance, | ||
| const absl::string_view & | sha1_fingerprint | ||
| ) | const |
Creates a new SslCertsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
| [in] | sha1_fingerprint | Sha1 FingerPrint. |
Execute the method instance, then destroy it when they are finished. | SslCertsResource_InsertMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance, | ||
| const SslCertsInsertRequest & | _content_ | ||
| ) | const |
Creates a new SslCertsResource_InsertMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | SslCertsResource_ListMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance | ||
| ) | const |
Creates a new SslCertsResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
Execute the method instance, then destroy it when they are finished.