| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Datacollectors.Create |
Apigee.Organizations.Datacollectors.create(String parent,
GoogleCloudApigeeV1DataCollector content)
Creates a new data collector.
|
Apigee.Organizations.Datacollectors.Patch |
Apigee.Organizations.Datacollectors.patch(String name,
GoogleCloudApigeeV1DataCollector content)
Updates a data collector.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudApigeeV1DataCollector content)
Creates a new data collector.
|
Patch(String name,
GoogleCloudApigeeV1DataCollector content)
Updates a data collector.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DataCollector |
GoogleCloudApigeeV1DataCollector.clone() |
GoogleCloudApigeeV1DataCollector |
GoogleCloudApigeeV1DataCollector.set(String fieldName,
Object value) |
GoogleCloudApigeeV1DataCollector |
GoogleCloudApigeeV1DataCollector.setCreatedAt(Long createdAt)
Output only.
|
GoogleCloudApigeeV1DataCollector |
GoogleCloudApigeeV1DataCollector.setDescription(String description)
A description of the data collector.
|
GoogleCloudApigeeV1DataCollector |
GoogleCloudApigeeV1DataCollector.setLastModifiedAt(Long lastModifiedAt)
Output only.
|
GoogleCloudApigeeV1DataCollector |
GoogleCloudApigeeV1DataCollector.setName(String name)
ID of the data collector.
|
GoogleCloudApigeeV1DataCollector |
GoogleCloudApigeeV1DataCollector.setType(String type)
Immutable.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1DataCollector> |
GoogleCloudApigeeV1ListDataCollectorsResponse.getDataCollectors()
Data collectors in the specified organization.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ListDataCollectorsResponse |
GoogleCloudApigeeV1ListDataCollectorsResponse.setDataCollectors(List<GoogleCloudApigeeV1DataCollector> dataCollectors)
Data collectors in the specified organization.
|
Copyright © 2011–2025 Google. All rights reserved.