Class ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource
The "apiObservations" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.APIManagement.v1alpha
Assembly: Google.Apis.APIManagement.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource
Constructors
ApiObservationsResource(IClientService)
Constructs a new resource.
Declaration
public ApiObservationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ApiOperations
Gets the ApiOperations resource.
Declaration
public virtual ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource.ApiOperationsResource ApiOperations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource.ApiOperationsResource |
Methods
BatchEditTags(BatchEditTagsApiObservationsRequest, string)
BatchEditTagsApiObservations adds or removes Tags for ApiObservations.
Declaration
public virtual ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource.BatchEditTagsRequest BatchEditTags(BatchEditTagsApiObservationsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchEditTagsApiObservationsRequest | body | The body of the request. |
string | parent | Required. The parent resource shared by all ApiObservations being edited. Format: projects/{project}/locations/{location}/observationJobs/{observation_job} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource.BatchEditTagsRequest |
Get(string)
GetApiObservation retrieves a single ApiObservation by name.
Declaration
public virtual ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the ApiObservation to retrieve. Format: projects/{project}/locations/{location}/observationJobs/{observation_job}/apiObservations/{api_observation} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource.GetRequest |
List(string)
ListApiObservations gets all ApiObservations for a given project and location and ObservationJob.
Declaration
public virtual ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns this collection of ApiObservations. Format: projects/{project}/locations/{location}/observationJobs/{observation_job} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ObservationJobsResource.ApiObservationsResource.ListRequest |