OrganizationsEnvironmentsTraceConfigOverrides
class OrganizationsEnvironmentsTraceConfigOverrides extends Resource (View source)
The "overrides" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$overrides = $apigeeService->organizations_environments_traceConfig_overrides;
Methods
Creates a trace configuration override. The response contains a system- generated UUID, that can be used to view, update, or delete the configuration override. Use the List API to view the existing trace configuration overrides. (overrides.create)
Deletes a distributed trace configuration override. (overrides.delete)
Gets a trace configuration override. (overrides.get)
Lists all of the distributed trace configuration overrides in an environment.
Updates a distributed trace configuration override. Note that the repeated fields have replace semantics when included in the field mask and that they will be overwritten by the value of the fields in the request body.
Details
GoogleCloudApigeeV1TraceConfigOverride
create(string $parent, GoogleCloudApigeeV1TraceConfigOverride $postBody, array $optParams = [])
Creates a trace configuration override. The response contains a system- generated UUID, that can be used to view, update, or delete the configuration override. Use the List API to view the existing trace configuration overrides. (overrides.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a distributed trace configuration override. (overrides.delete)
GoogleCloudApigeeV1TraceConfigOverride
get(string $name, array $optParams = [])
Gets a trace configuration override. (overrides.get)
GoogleCloudApigeeV1ListTraceConfigOverridesResponse
listOrganizationsEnvironmentsTraceConfigOverrides(string $parent, array $optParams = [])
Lists all of the distributed trace configuration overrides in an environment.
(overrides.listOrganizationsEnvironmentsTraceConfigOverrides)
GoogleCloudApigeeV1TraceConfigOverride
patch(string $name, GoogleCloudApigeeV1TraceConfigOverride $postBody, array $optParams = [])
Updates a distributed trace configuration override. Note that the repeated fields have replace semantics when included in the field mask and that they will be overwritten by the value of the fields in the request body.
(overrides.patch)