Class ProjectsResource.LocationsResource.AppsResource.ExamplesResource
The "examples" collection of methods.
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.ExamplesResource
Constructors
ExamplesResource(IClientService)
Constructs a new resource.
Declaration
public ExamplesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(Example, string)
Creates a new example in the given app.
Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ExamplesResource.CreateRequest Create(Example body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| Example | body | The body of the request. |
| string | parent | Required. The resource name of the app to create an example in. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AppsResource.ExamplesResource.CreateRequest |
Delete(string)
Deletes the specified example.
Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ExamplesResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the example to delete. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AppsResource.ExamplesResource.DeleteRequest |
Get(string)
Gets details of the specified example.
Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ExamplesResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the example to retrieve. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AppsResource.ExamplesResource.GetRequest |
List(string)
Lists examples in the given app.
Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ExamplesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of the app to list examples from. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AppsResource.ExamplesResource.ListRequest |
Patch(Example, string)
Updates the specified example.
Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ExamplesResource.PatchRequest Patch(Example body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Example | body | The body of the request. |
| string | name | Identifier. The unique identifier of the example. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AppsResource.ExamplesResource.PatchRequest |