public class Apigee.Organizations.Environments.TraceConfig.Overrides extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.TraceConfig.Overrides.Create |
class |
Apigee.Organizations.Environments.TraceConfig.Overrides.Delete |
class |
Apigee.Organizations.Environments.TraceConfig.Overrides.Get |
class |
Apigee.Organizations.Environments.TraceConfig.Overrides.List |
class |
Apigee.Organizations.Environments.TraceConfig.Overrides.Patch |
| Constructor and Description |
|---|
Overrides() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.TraceConfig.Overrides.Create |
create(String parent,
GoogleCloudApigeeV1TraceConfigOverride content)
Creates a trace configuration override.
|
Apigee.Organizations.Environments.TraceConfig.Overrides.Delete |
delete(String name)
Deletes a distributed trace configuration override.
|
Apigee.Organizations.Environments.TraceConfig.Overrides.Get |
get(String name)
Gets a trace configuration override.
|
Apigee.Organizations.Environments.TraceConfig.Overrides.List |
list(String parent)
Lists all of the distributed trace configuration overrides in an environment.
|
Apigee.Organizations.Environments.TraceConfig.Overrides.Patch |
patch(String name,
GoogleCloudApigeeV1TraceConfigOverride content)
Updates a distributed trace configuration override.
|
public Apigee.Organizations.Environments.TraceConfig.Overrides.Create create(String parent, GoogleCloudApigeeV1TraceConfigOverride content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Parent resource of the trace configuration override. Use the following structure in your
request. "organizations/environments/traceConfig".content - the GoogleCloudApigeeV1TraceConfigOverrideIOExceptionpublic Apigee.Organizations.Environments.TraceConfig.Overrides.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the trace configuration override. Use the following structure in your request:
"organizations/environments/traceConfig/overrides".IOExceptionpublic Apigee.Organizations.Environments.TraceConfig.Overrides.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the trace configuration override. Use the following structure in your request:
"organizations/environments/traceConfig/overrides".IOExceptionpublic Apigee.Organizations.Environments.TraceConfig.Overrides.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Parent resource of the trace configuration override. Use the following structure in your
request: "organizations/environments/traceConfig".IOExceptionpublic Apigee.Organizations.Environments.TraceConfig.Overrides.Patch patch(String name, GoogleCloudApigeeV1TraceConfigOverride content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the trace configuration override. Use the following structure in your request:
"organizations/environments/traceConfig/overrides".content - the GoogleCloudApigeeV1TraceConfigOverrideIOExceptionCopyright © 2011–2025 Google. All rights reserved.